/*
 * APPV1 PUBLIC SITE CMS R1-R21
 * Gemstone Master Layout for the complete 273-page CMS content estate.
 * Master reference: /content/gemstone-and-diamond-repair.
 * Scope: body.gt-content-page only. Header, footer, homepage and product systems remain isolated.
 * Outer page width remains controlled by the existing R1-R14 80% page-width layer.
 * Typography remains locked to Cormorant through --gt-serif.
 */

:root{
  --gt-cp-ink:#0d1f3c;
  --gt-cp-text:#303848;
  --gt-cp-muted:#7a8190;
  --gt-cp-line:#e6e8ec;
  --gt-cp-soft:#fbfcfe;
  --gt-cp-warm:#fbf8f1;
  --gt-cp-gold:#b89a5e;
  --gt-cp-white:#fff;
  --gt-cp-radius:28px;
  --gt-cp-radius-sm:20px;
  --gt-cp-shadow:0 16px 44px rgba(13,31,60,.06);
  --gt-cp-shadow-soft:0 9px 26px rgba(13,31,60,.045);
}

/* Do not render the generic CMS hero above the page-authored master layout. */
body.gt-content-page .gt-content-article > .gt-content-hero{display:none!important}
body.gt-content-page .gt-content-body.gt-shell-narrow{padding-top:38px!important;padding-bottom:92px!important}
body.gt-content-page .gt-content-article{background:#fff!important;color:var(--gt-cp-text)!important}

/* Cormorant is the non-negotiable public typography, including older workbook HTML. */
body.gt-content-page .gt-content-body,
body.gt-content-page .gt-content-body *,
body.gt-content-page .gt-contact-store-list,
body.gt-content-page .gt-contact-store-list *{
  font-family:var(--gt-serif)!important;
  box-sizing:border-box;
}

/* Preserve the existing 80% outer page shell while normalising imported inner wrappers. */
body.gt-content-page .gt-content-page,
body.gt-content-page .gt-content-page .gt-wrap{
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
  padding-left:0!important;
  padding-right:0!important;
  background:transparent!important;
  color:var(--gt-cp-text)!important;
}
body.gt-content-page .gt-content-article .gt-richtext{font-size:19px!important;line-height:1.7!important;color:var(--gt-cp-text)!important}
body.gt-content-page .gt-content-page p{margin:0 0 14px!important;color:var(--gt-cp-text)!important}
body.gt-content-page .gt-content-page ul{margin:10px 0 0 20px!important;padding:0}
body.gt-content-page .gt-content-page li{margin:6px 0!important}

/* Gemstone master heading scale. */
body.gt-content-page .gt-content-page h1,
body.gt-content-page .gt-content-page h2,
body.gt-content-page .gt-content-page h3{
  font-family:var(--gt-serif)!important;
  color:var(--gt-cp-ink)!important;
  font-weight:500!important;
  letter-spacing:-.012em!important;
}
body.gt-content-page .gt-content-page h1{font-size:clamp(46px,4.4vw,68px)!important;line-height:1.02!important;margin:0 0 18px!important}
body.gt-content-page .gt-content-page h2{font-size:clamp(34px,2.8vw,46px)!important;line-height:1.08!important;margin:0 0 16px!important}
body.gt-content-page .gt-content-page h3{font-size:clamp(24px,1.7vw,30px)!important;line-height:1.14!important;margin:0 0 10px!important}

/*
 * MASTER RULE: every first-level editorial section uses the same rounded white card system
 * as Gemstone and Diamond Repair. This overrides the open-section R1-R19 treatment.
 */
body.gt-content-page .gt-content-page > section,
body.gt-content-page .gt-content-page > .gt-wrap > section,
body.gt-content-page .gt-content-page .gt-wrap > section,
body.gt-content-page .gt-content-section,
body.gt-content-page .gt-section,
body.gt-content-page .gt-table-section,
body.gt-content-page .gt-summary,
body.gt-content-page .gt-summary-card,
body.gt-content-page .gt-overview,
body.gt-content-page .gt-card,
body.gt-content-page .gt-answer,
body.gt-content-page .gt-key-facts,
body.gt-content-page .gt-key-points,
body.gt-content-page .gt-page-specific-focus,
body.gt-content-page .gt-final-cta,
body.gt-content-page .gt-cta{
  width:100%!important;
  max-width:none!important;
  margin:22px 0!important;
  padding:34px!important;
  border:1px solid var(--gt-cp-line)!important;
  border-radius:var(--gt-cp-radius)!important;
  background:#fff!important;
  box-shadow:var(--gt-cp-shadow)!important;
  color:var(--gt-cp-text)!important;
}

/* Hero is the first/largest Gemstone-style card. */
body.gt-content-page .gt-content-page > .gt-hero,
body.gt-content-page .gt-content-page > .gt-hero-card,
body.gt-content-page .gt-content-page > .gt-hero-section,
body.gt-content-page .gt-content-page > .gt-hero-block,
body.gt-content-page .gt-content-page > .gt-luxury-hero,
body.gt-content-page .gt-content-page .gt-wrap > .gt-hero{
  padding:clamp(34px,4vw,54px)!important;
  border-radius:var(--gt-cp-radius)!important;
  background:#fff!important;
  box-shadow:var(--gt-cp-shadow)!important;
  text-align:left!important;
  min-height:0!important;
  overflow:hidden!important;
}
body.gt-content-page .gt-content-page .gt-hero p:not(.gt-kicker){max-width:980px;font-size:20px!important;line-height:1.65!important}

/* Small uppercase section label exactly follows the Gemstone page pattern. */
body.gt-content-page .gt-kicker,
body.gt-content-page .gt-eyebrow{
  display:block!important;
  margin:0 0 10px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--gt-cp-muted)!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1.2!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
body.gt-content-page .gt-lead,
body.gt-content-page .gt-lede{font-size:21px!important;line-height:1.6!important;color:#4d5665!important;max-width:980px!important}

/* Buttons match the compact outlined Gemstone page pills. */
body.gt-content-page .gt-btns,
body.gt-content-page .gt-cta-row,
body.gt-content-page .gt-button-row,
body.gt-content-page .gt-actions{display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin-top:20px!important}
body.gt-content-page .gt-btn,
body.gt-content-page .gt-button,
body.gt-content-page .gt-btns a,
body.gt-content-page .gt-cta-row a,
body.gt-content-page .gt-button-row a,
body.gt-content-page .gt-final-cta a,
body.gt-content-page .gt-cta a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:46px!important;
  padding:11px 20px!important;
  border:1px solid var(--gt-cp-ink)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--gt-cp-ink)!important;
  font-size:17px!important;
  font-weight:600!important;
  line-height:1.15!important;
  text-decoration:none!important;
  box-shadow:none!important;
  transition:background .18s ease,color .18s ease,transform .18s ease!important;
}
body.gt-content-page .gt-btn.secondary,
body.gt-content-page .gt-btn-secondary,
body.gt-content-page .gt-button-secondary{border-color:#c9ced8!important;background:#fff!important;color:var(--gt-cp-ink)!important}
body.gt-content-page .gt-btn-primary,
body.gt-content-page .gt-button-primary{background:var(--gt-cp-ink)!important;color:#fff!important}
body.gt-content-page .gt-btn:hover,
body.gt-content-page .gt-button:hover,
body.gt-content-page .gt-btns a:hover,
body.gt-content-page .gt-cta-row a:hover,
body.gt-content-page .gt-button-row a:hover,
body.gt-content-page .gt-final-cta a:hover,
body.gt-content-page .gt-cta a:hover{background:var(--gt-cp-ink)!important;color:#fff!important;transform:translateY(-1px)!important}

/* Gemstone Quick Answer is a normal full-width card, not a two-column template. */
body.gt-content-page .gt-quick-answer{
  display:block!important;
  width:100%!important;
  margin:22px 0!important;
  padding:34px!important;
  border:1px solid var(--gt-cp-line)!important;
  border-radius:var(--gt-cp-radius)!important;
  background:#fff!important;
  box-shadow:var(--gt-cp-shadow)!important;
}
body.gt-content-page .gt-quick-answer > *{grid-column:auto!important;grid-row:auto!important}
body.gt-content-page .gt-quick-answer > ul{margin:14px 0 0 20px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
body.gt-content-page .gt-quick-answer > ul::before{content:none!important}

/* Gold-edged warm guidance note from the Gemstone reference. */
body.gt-content-page .gt-note,
body.gt-content-page .gt-callout{
  margin:18px 0!important;
  padding:18px 20px!important;
  border:0!important;
  border-left:4px solid var(--gt-cp-gold)!important;
  border-radius:16px!important;
  background:var(--gt-cp-warm)!important;
  box-shadow:none!important;
  color:var(--gt-cp-text)!important;
}

/* Mini-card grids used in process, options and comparison summaries. */
body.gt-content-page .gt-grid,
body.gt-content-page .gt-card-grid,
body.gt-content-page .gt-link-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  margin:18px 0 0!important;
}
body.gt-content-page .gt-grid-2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
body.gt-content-page .gt-mini,
body.gt-content-page .gt-mini-card,
body.gt-content-page .gt-info-card,
body.gt-content-page .gt-link-card{
  min-width:0!important;
  margin:0!important;
  padding:20px!important;
  border:1px solid #e7e9ef!important;
  border-radius:var(--gt-cp-radius-sm)!important;
  background:var(--gt-cp-soft)!important;
  box-shadow:none!important;
  color:var(--gt-cp-text)!important;
}
body.gt-content-page .gt-mini p:last-child,
body.gt-content-page .gt-mini-card p:last-child,
body.gt-content-page .gt-info-card p:last-child{margin-bottom:0!important}

/* Gemstone table treatment: one rounded bordered table inside the section card. */
body.gt-content-page .gt-table-wrap{width:100%!important;margin:18px 0!important;overflow-x:auto!important;border:1px solid var(--gt-cp-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important}
body.gt-content-page .gt-content-page table,
body.gt-content-page table.gt-comparison-table,
body.gt-content-page table.gt-content-table,
body.gt-content-page table.gt-info-table,
body.gt-content-page table.gt-table{
  width:100%!important;
  margin:18px 0!important;
  border:1px solid var(--gt-cp-line)!important;
  border-radius:18px!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.gt-content-page .gt-table-wrap table{margin:0!important;border:0!important;border-radius:0!important}
body.gt-content-page .gt-content-page th,
body.gt-content-page .gt-content-page td{
  padding:13px 14px!important;
  border-right:1px solid var(--gt-cp-line)!important;
  border-bottom:1px solid var(--gt-cp-line)!important;
  text-align:left!important;
  vertical-align:top!important;
  color:var(--gt-cp-text)!important;
  font-size:17px!important;
  line-height:1.5!important;
}
body.gt-content-page .gt-content-page th{background:#f7f8fa!important;color:var(--gt-cp-ink)!important;font-weight:600!important}
body.gt-content-page .gt-content-page tr:last-child td{border-bottom:0!important}
body.gt-content-page .gt-content-page td:last-child,
body.gt-content-page .gt-content-page th:last-child{border-right:0!important}

/* Checklist support. */
body.gt-content-page ul.gt-checklist{list-style:none!important;margin:14px 0!important;padding:0!important;display:grid!important;gap:8px!important}
body.gt-content-page ul.gt-checklist li{position:relative!important;margin:0!important;padding-left:27px!important}
body.gt-content-page ul.gt-checklist li::before{content:'✓';position:absolute;left:0;top:0;color:var(--gt-cp-ink);font-weight:700}

/* FAQs remain within their parent Gemstone card, separated by fine rules rather than card-on-card boxes. */
body.gt-content-page .gt-faq-section{margin:22px 0!important;padding:34px!important;border:1px solid var(--gt-cp-line)!important;border-radius:var(--gt-cp-radius)!important;background:#fff!important;box-shadow:var(--gt-cp-shadow)!important}
body.gt-content-page .gt-faq-item{
  margin:0!important;
  padding:18px 0!important;
  border:0!important;
  border-top:1px solid var(--gt-cp-line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.gt-content-page .gt-faq-item:first-of-type{border-top:0!important;padding-top:8px!important}
body.gt-content-page .gt-faq-item h3{font-size:25px!important;margin-bottom:8px!important}
body.gt-content-page .gt-faq-item p:last-child{margin-bottom:0!important}
body.gt-content-page .gt-faq-section details{
  margin:0!important;
  padding:18px 0!important;
  border:0!important;
  border-top:1px solid var(--gt-cp-line)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.gt-content-page .gt-faq-section details > summary{cursor:pointer!important;list-style:none!important;color:var(--gt-cp-ink)!important;font-size:25px!important;font-weight:500!important;line-height:1.15!important}
body.gt-content-page .gt-faq-section details > summary::-webkit-details-marker{display:none}
body.gt-content-page .gt-faq-section details > summary::after{content:'+';float:right;font-size:26px;line-height:1}
body.gt-content-page .gt-faq-section details[open] > summary::after{content:'–'}
body.gt-content-page .gt-faq-section details > *:not(summary){margin-top:12px!important}

/* Related/interlinked pages remain compact secondary cards inside the same visual language. */
body.gt-content-page .gt-related-links,
body.gt-content-page .gt-internal-links,
body.gt-content-page .gt-links,
body.gt-content-page .gt-related{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  margin:22px 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.gt-content-page .gt-related-links > h2,
body.gt-content-page .gt-internal-links > h2,
body.gt-content-page .gt-links > h2,
body.gt-content-page .gt-related > h2{grid-column:1/-1!important;margin-bottom:4px!important}
body.gt-content-page .gt-related-card,
body.gt-content-page .gt-internal-links a,
body.gt-content-page .gt-links a,
body.gt-content-page .gt-related a{
  display:flex!important;
  flex-direction:column!important;
  gap:7px!important;
  min-height:112px!important;
  padding:20px!important;
  border:1px solid #e7e9ef!important;
  border-radius:var(--gt-cp-radius-sm)!important;
  background:var(--gt-cp-soft)!important;
  box-shadow:none!important;
  text-decoration:none!important;
  color:var(--gt-cp-text)!important;
}
body.gt-content-page .gt-related-card strong,
body.gt-content-page .gt-internal-links a strong,
body.gt-content-page .gt-links a strong{font-size:23px!important;line-height:1.1!important;color:var(--gt-cp-ink)!important;font-weight:500!important}

/* Trust/reviewer note fits into the same card language but is visually quieter. */
body.gt-content-page .gt-content-trust-note{
  margin:22px 0!important;
  padding:18px 20px!important;
  border:1px solid var(--gt-cp-line)!important;
  border-left:4px solid var(--gt-cp-ink)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:none!important;
  color:#566171!important;
  font-size:16px!important;
  line-height:1.5!important;
}

/* Approved media. */
body.gt-content-page .gt-content-page img{max-width:100%!important;height:auto!important;border-radius:20px!important}
body.gt-content-page .gt-content-page figure{margin:22px 0!important}
body.gt-content-page .gt-content-page figcaption{text-align:center!important;color:var(--gt-cp-muted)!important;font-size:15px!important;margin-top:8px!important}

/* Narrative links. */
body.gt-content-page .gt-content-page p a,
body.gt-content-page .gt-content-page li a,
body.gt-content-page .gt-content-page td a{color:var(--gt-cp-ink)!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important}

/* Tablet. */
@media (max-width:1023px){
  body.gt-content-page .gt-grid,
  body.gt-content-page .gt-card-grid,
  body.gt-content-page .gt-related-links,
  body.gt-content-page .gt-internal-links,
  body.gt-content-page .gt-links,
  body.gt-content-page .gt-related{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* Mobile follows the Gemstone page behaviour: one column, smaller card padding, readable type. */
@media (max-width:767px){
  body.gt-content-page .gt-content-body.gt-shell-narrow{padding-top:22px!important;padding-bottom:62px!important}
  body.gt-content-page .gt-content-article .gt-richtext{font-size:18px!important;line-height:1.67!important}
  body.gt-content-page .gt-content-page > section,
  body.gt-content-page .gt-content-page > .gt-wrap > section,
  body.gt-content-page .gt-content-page .gt-wrap > section,
  body.gt-content-page .gt-content-section,
  body.gt-content-page .gt-section,
  body.gt-content-page .gt-table-section,
  body.gt-content-page .gt-summary,
  body.gt-content-page .gt-summary-card,
  body.gt-content-page .gt-overview,
  body.gt-content-page .gt-card,
  body.gt-content-page .gt-answer,
  body.gt-content-page .gt-key-facts,
  body.gt-content-page .gt-key-points,
  body.gt-content-page .gt-page-specific-focus,
  body.gt-content-page .gt-final-cta,
  body.gt-content-page .gt-cta,
  body.gt-content-page .gt-quick-answer,
  body.gt-content-page .gt-faq-section{padding:24px 18px!important;border-radius:22px!important;margin:16px 0!important}
  body.gt-content-page .gt-content-page h1{font-size:42px!important;line-height:1.02!important}
  body.gt-content-page .gt-content-page h2{font-size:33px!important}
  body.gt-content-page .gt-content-page h3{font-size:24px!important}
  body.gt-content-page .gt-kicker,body.gt-content-page .gt-eyebrow{font-size:12px!important}
  body.gt-content-page .gt-grid,
  body.gt-content-page .gt-grid-2,
  body.gt-content-page .gt-card-grid,
  body.gt-content-page .gt-link-grid,
  body.gt-content-page .gt-related-links,
  body.gt-content-page .gt-internal-links,
  body.gt-content-page .gt-links,
  body.gt-content-page .gt-related{grid-template-columns:1fr!important}
  body.gt-content-page .gt-mini,
  body.gt-content-page .gt-mini-card,
  body.gt-content-page .gt-info-card,
  body.gt-content-page .gt-link-card{padding:18px!important}
  body.gt-content-page .gt-content-page th,
  body.gt-content-page .gt-content-page td{min-width:145px!important;padding:12px!important;font-size:16px!important}
}

@media (prefers-reduced-motion:reduce){body.gt-content-page .gt-content-page *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media print{
  body.gt-content-page .gt-content-article > .gt-content-hero{display:none!important}
  body.gt-content-page .gt-content-page > section,
  body.gt-content-page .gt-card,
  body.gt-content-page .gt-faq-section{box-shadow:none!important;break-inside:avoid}
}


/* -------------------------------------------------------------------------
 * APPV1 PUBLIC SITE CMS R1-R21
 * Helpful links + compact informative micro-card enhancement for all 273
 * published CMS pages.  This is presentation-only and preserves content,
 * SEO, schema, internal-link targets and publication/index state.
 * ---------------------------------------------------------------------- */

/*
 * Related/helpful-link sections remain proper Gemstone-style section cards.
 * R1-R20's generic related-link rule intentionally flattened these sections;
 * R1-R21 restores the section card while keeping a responsive internal grid.
 */
body.gt-content-page section.gt-related-links,
body.gt-content-page section.gt-internal-links,
body.gt-content-page section.gt-links,
body.gt-content-page section.gt-related,
body.gt-content-page section.gt-helpful-links{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  width:100%!important;
  margin:22px 0!important;
  padding:34px!important;
  border:1px solid var(--gt-cp-line)!important;
  border-radius:var(--gt-cp-radius)!important;
  background:#fff!important;
  box-shadow:var(--gt-cp-shadow)!important;
  color:var(--gt-cp-text)!important;
}
body.gt-content-page section.gt-related-links > h2,
body.gt-content-page section.gt-related-links > h3,
body.gt-content-page section.gt-related-links > p,
body.gt-content-page section.gt-related-links > .gt-kicker,
body.gt-content-page section.gt-related-links > .gt-link-grid,
body.gt-content-page section.gt-internal-links > h2,
body.gt-content-page section.gt-internal-links > h3,
body.gt-content-page section.gt-internal-links > p,
body.gt-content-page section.gt-internal-links > .gt-kicker,
body.gt-content-page section.gt-internal-links > .gt-link-grid,
body.gt-content-page section.gt-links > h2,
body.gt-content-page section.gt-links > h3,
body.gt-content-page section.gt-links > p,
body.gt-content-page section.gt-links > .gt-kicker,
body.gt-content-page section.gt-links > .gt-link-grid,
body.gt-content-page section.gt-related > h2,
body.gt-content-page section.gt-related > h3,
body.gt-content-page section.gt-related > p,
body.gt-content-page section.gt-related > .gt-kicker,
body.gt-content-page section.gt-related > .gt-link-grid,
body.gt-content-page section.gt-helpful-links > h2,
body.gt-content-page section.gt-helpful-links > h3,
body.gt-content-page section.gt-helpful-links > p,
body.gt-content-page section.gt-helpful-links > .gt-kicker,
body.gt-content-page section.gt-helpful-links > .gt-link-grid{
  grid-column:1/-1!important;
}
body.gt-content-page section.gt-related-links > h2,
body.gt-content-page section.gt-internal-links > h2,
body.gt-content-page section.gt-links > h2,
body.gt-content-page section.gt-related > h2,
body.gt-content-page section.gt-helpful-links > h2{margin-bottom:4px!important}

/* Nested link grids (used by SET39 and similar workbook pages). */
body.gt-content-page .gt-link-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  width:100%!important;
  margin:12px 0 0!important;
}

/*
 * Every related/helpful link becomes a compact information card.  The whole
 * card remains the semantic anchor; the small CTA at the bottom is visual,
 * so no duplicate links are introduced into the document or SEO graph.
 */
body.gt-content-page a.gt-related-card,
body.gt-content-page a.gt-link-card,
body.gt-content-page .gt-related-links > a,
body.gt-content-page .gt-internal-links > a,
body.gt-content-page .gt-links > a,
body.gt-content-page .gt-related > a,
body.gt-content-page .gt-helpful-links > a,
body.gt-content-page .gt-link-grid > a{
  display:grid!important;
  grid-template-rows:auto 1fr auto!important;
  align-content:start!important;
  gap:9px!important;
  min-width:0!important;
  min-height:172px!important;
  height:100%!important;
  margin:0!important;
  padding:21px 21px 18px!important;
  border:1px solid #e2e6ed!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)!important;
  box-shadow:0 8px 22px rgba(13,31,60,.045)!important;
  color:var(--gt-cp-text)!important;
  text-decoration:none!important;
  overflow:hidden!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
body.gt-content-page a.gt-related-card strong,
body.gt-content-page a.gt-link-card strong,
body.gt-content-page .gt-related-links > a strong,
body.gt-content-page .gt-internal-links > a strong,
body.gt-content-page .gt-links > a strong,
body.gt-content-page .gt-related > a strong,
body.gt-content-page .gt-helpful-links > a strong,
body.gt-content-page .gt-link-grid > a strong{
  display:block!important;
  margin:0!important;
  color:var(--gt-cp-ink)!important;
  font-family:var(--gt-serif)!important;
  font-size:22px!important;
  font-weight:600!important;
  line-height:1.12!important;
  letter-spacing:-.008em!important;
  text-decoration:none!important;
}
body.gt-content-page a.gt-related-card span,
body.gt-content-page a.gt-link-card span,
body.gt-content-page .gt-related-links > a span,
body.gt-content-page .gt-internal-links > a span,
body.gt-content-page .gt-links > a span,
body.gt-content-page .gt-related > a span,
body.gt-content-page .gt-helpful-links > a span,
body.gt-content-page .gt-link-grid > a span{
  display:block!important;
  margin:0!important;
  color:#667080!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.46!important;
  text-decoration:none!important;
}
body.gt-content-page a.gt-related-card::after,
body.gt-content-page a.gt-link-card::after,
body.gt-content-page .gt-related-links > a::after,
body.gt-content-page .gt-internal-links > a::after,
body.gt-content-page .gt-links > a::after,
body.gt-content-page .gt-related > a::after,
body.gt-content-page .gt-helpful-links > a::after,
body.gt-content-page .gt-link-grid > a::after{
  content:'View page  →';
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  justify-self:start!important;
  min-height:35px!important;
  margin-top:5px!important;
  padding:7px 13px!important;
  border:1px solid #cfd5df!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--gt-cp-ink)!important;
  font-family:var(--gt-serif)!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1!important;
  letter-spacing:.015em!important;
  text-decoration:none!important;
}
body.gt-content-page a.gt-related-card:hover,
body.gt-content-page a.gt-link-card:hover,
body.gt-content-page .gt-related-links > a:hover,
body.gt-content-page .gt-internal-links > a:hover,
body.gt-content-page .gt-links > a:hover,
body.gt-content-page .gt-related > a:hover,
body.gt-content-page .gt-helpful-links > a:hover,
body.gt-content-page .gt-link-grid > a:hover{
  transform:translateY(-2px)!important;
  border-color:#bdc6d3!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(13,31,60,.075)!important;
  color:var(--gt-cp-text)!important;
}
body.gt-content-page a.gt-related-card:hover::after,
body.gt-content-page a.gt-link-card:hover::after,
body.gt-content-page .gt-related-links > a:hover::after,
body.gt-content-page .gt-internal-links > a:hover::after,
body.gt-content-page .gt-links > a:hover::after,
body.gt-content-page .gt-related > a:hover::after,
body.gt-content-page .gt-helpful-links > a:hover::after,
body.gt-content-page .gt-link-grid > a:hover::after{
  border-color:var(--gt-cp-ink)!important;
  background:var(--gt-cp-ink)!important;
  color:#fff!important;
}
body.gt-content-page a.gt-related-card:focus-visible,
body.gt-content-page a.gt-link-card:focus-visible,
body.gt-content-page .gt-related-links > a:focus-visible,
body.gt-content-page .gt-link-grid > a:focus-visible{
  outline:3px solid rgba(184,154,94,.42)!important;
  outline-offset:3px!important;
}

/*
 * Shared micro-card treatment for information grids throughout the 273 pages.
 * This makes short explanatory text visually scannable without turning normal
 * narrative paragraphs into boxes.
 */
body.gt-content-page .gt-grid > .gt-mini,
body.gt-content-page .gt-grid > .gt-mini-card,
body.gt-content-page .gt-grid > .gt-info-card,
body.gt-content-page .gt-grid > article,
body.gt-content-page .gt-grid-2 > .gt-mini,
body.gt-content-page .gt-grid-2 > .gt-mini-card,
body.gt-content-page .gt-grid-2 > .gt-info-card,
body.gt-content-page .gt-grid-2 > article,
body.gt-content-page .gt-card-grid > .gt-mini,
body.gt-content-page .gt-card-grid > .gt-mini-card,
body.gt-content-page .gt-card-grid > .gt-info-card,
body.gt-content-page .gt-card-grid > article{
  position:relative!important;
  min-height:128px!important;
  height:100%!important;
  padding:20px 20px 18px!important;
  border:1px solid #e4e8ef!important;
  border-radius:19px!important;
  background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)!important;
  box-shadow:0 7px 20px rgba(13,31,60,.04)!important;
}
body.gt-content-page .gt-mini h3,
body.gt-content-page .gt-mini-card h3,
body.gt-content-page .gt-info-card h3,
body.gt-content-page .gt-grid > article h3,
body.gt-content-page .gt-grid-2 > article h3,
body.gt-content-page .gt-card-grid > article h3{
  margin:0 0 7px!important;
  color:var(--gt-cp-ink)!important;
  font-size:22px!important;
  font-weight:600!important;
  line-height:1.14!important;
}
body.gt-content-page .gt-mini p,
body.gt-content-page .gt-mini-card p,
body.gt-content-page .gt-info-card p,
body.gt-content-page .gt-grid > article p,
body.gt-content-page .gt-grid-2 > article p,
body.gt-content-page .gt-card-grid > article p{
  margin:0!important;
  color:#667080!important;
  font-size:16px!important;
  line-height:1.48!important;
}

/* Compact CTA rows remain buttons, with slightly stronger contrast. */
body.gt-content-page .gt-btn,
body.gt-content-page .gt-button,
body.gt-content-page .gt-btns a,
body.gt-content-page .gt-cta-row a,
body.gt-content-page .gt-button-row a{
  box-shadow:0 4px 12px rgba(13,31,60,.035)!important;
}

@media (max-width:1023px){
  body.gt-content-page section.gt-related-links,
  body.gt-content-page section.gt-internal-links,
  body.gt-content-page section.gt-links,
  body.gt-content-page section.gt-related,
  body.gt-content-page section.gt-helpful-links,
  body.gt-content-page .gt-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media (max-width:767px){
  body.gt-content-page section.gt-related-links,
  body.gt-content-page section.gt-internal-links,
  body.gt-content-page section.gt-links,
  body.gt-content-page section.gt-related,
  body.gt-content-page section.gt-helpful-links{
    grid-template-columns:1fr!important;
    padding:24px 18px!important;
    border-radius:22px!important;
    gap:13px!important;
  }
  body.gt-content-page .gt-link-grid{grid-template-columns:1fr!important;gap:13px!important}
  body.gt-content-page a.gt-related-card,
  body.gt-content-page a.gt-link-card,
  body.gt-content-page .gt-related-links > a,
  body.gt-content-page .gt-internal-links > a,
  body.gt-content-page .gt-links > a,
  body.gt-content-page .gt-related > a,
  body.gt-content-page .gt-helpful-links > a,
  body.gt-content-page .gt-link-grid > a{
    min-height:0!important;
    padding:18px!important;
  }
  body.gt-content-page a.gt-related-card strong,
  body.gt-content-page a.gt-link-card strong,
  body.gt-content-page .gt-related-links > a strong,
  body.gt-content-page .gt-link-grid > a strong{font-size:21px!important}
  body.gt-content-page a.gt-related-card span,
  body.gt-content-page a.gt-link-card span,
  body.gt-content-page .gt-related-links > a span,
  body.gt-content-page .gt-link-grid > a span{font-size:15.5px!important}
}

/* APPV1 R1-R31-R1 — Contact showroom image: full content width + responsive lock */
body.gt-content-page #gt-contact-us-page > figure{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:24px 0 28px!important;
}
body.gt-content-page #gt-contact-us-page > figure > img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  margin:0!important;
  border-radius:24px!important;
}
body.gt-content-page #gt-contact-us-page > figure > figcaption{
  margin:10px auto 0!important;
  padding:0 12px!important;
  max-width:980px!important;
  text-align:center!important;
  font-size:15px!important;
  line-height:1.45!important;
}
@media (max-width:767px){
  body.gt-content-page #gt-contact-us-page > figure{
    margin:18px 0 22px!important;
  }
  body.gt-content-page #gt-contact-us-page > figure > img{
    width:100%!important;
    height:auto!important;
    border-radius:16px!important;
  }
  body.gt-content-page #gt-contact-us-page > figure > figcaption{
    margin-top:8px!important;
    padding:0 4px!important;
    font-size:13px!important;
    line-height:1.4!important;
  }
}
