
/* ---- main.css ---- */
/* ==== tokens ==== */
:root{
  --navy:#1B2A6B; --teal:#1BA89A; --teal-lt:#E0F4F2; --gold:#B5891E; --gold-lt:#FBF4E0;
  --parchm:#E8F0F5; --mist:#EEF4F7; --border:#D3DEE6; --hair:#DEE7ED; --slate:#344B5E;
  --ink:#0D1B2A; --muted:#526779; --bg:#F3F7FA; --white:#fff; --wa:#158B47;
  --teal-dark:#0B746B; --navy-soft:#24377E; --gold-text:#7A5E12;
  --r:8px; --r-lg:14px; --pad:clamp(22px,5vw,48px); --maxw:1300px;
  --shadow:0 12px 30px -12px rgba(13,27,42,.35);
  --body-size:18px; --body-leading:1.65;

  /* Type scale. Hierarchy comes from weight, colour and space, never from
     shrinking reading copy. Everything a visitor reads sits at --fs-body.
     Only uppercase tracked labels, which are navigational furniture rather
     than prose, are allowed below it. */
  --fs-h1:clamp(40px,5vw,58px);
  --fs-h2:clamp(32px,3.4vw,44px);
  --fs-h3:26px;
  --fs-h4:21px;
  --fs-lede:clamp(19px,1.8vw,22px);
  --fs-body:18px;
  --fs-note:16px;   /* secondary notes, captions, statutory fine print */
  --fs-label:13px;  /* uppercase tracked labels only */
}
@font-face{font-family:Fraunces;src:url(../../fonts/fraunces-v38-latin-300.woff2) format('woff2');font-weight:300;font-display:swap}
@font-face{font-family:Fraunces;src:url(../../fonts/fraunces-v38-latin-regular.woff2) format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Fraunces;src:url(../../fonts/fraunces-v38-latin-500.woff2) format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:Fraunces;src:url(../../fonts/fraunces-v38-latin-600.woff2) format('woff2');font-weight:600;font-display:swap}
@font-face{font-family:Inter;src:url(../../fonts/inter-v20-latin-300.woff2) format('woff2');font-weight:300;font-display:swap}
@font-face{font-family:Inter;src:url(../../fonts/inter-v20-latin-regular.woff2) format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Inter;src:url(../../fonts/inter-v20-latin-500.woff2) format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:Inter;src:url(../../fonts/inter-v20-latin-600.woff2) format('woff2');font-weight:600;font-display:swap}
@font-face{font-family:Inter;src:url(../../fonts/inter-v20-latin-700.woff2) format('woff2');font-weight:700;font-display:swap}

/* ==== base ==== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,sans-serif;font-size:var(--body-size);color:var(--ink);background:var(--bg);line-height:var(--body-leading);-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.serif{font-family:Fraunces,serif}
.gc-wrap{max-width:var(--maxw);margin:0 auto}
.gc-pad{padding-left:var(--pad);padding-right:var(--pad)}
.gc-breadcrumbs{margin:0 0 20px}
.gc-breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:0;padding:0;list-style:none}
.gc-breadcrumbs li{display:flex;align-items:center;gap:7px;margin:0;color:var(--muted);line-height:1.45}
.gc-breadcrumbs li + li::before{content:"›";color:#718392;font-weight:700}
.gc-breadcrumbs a{color:var(--teal-dark);font-weight:650;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.gc-breadcrumbs a:hover,.gc-breadcrumbs a:focus-visible{color:var(--navy);text-decoration-thickness:2px}
.gc-breadcrumbs [aria-current="page"]{color:var(--slate);font-weight:600}
.gc-breadcrumb-hero{
  position:relative;
  isolation:isolate;
  padding-top:68px!important;
  padding-bottom:72px!important;
}
.gc-breadcrumb-hero .gc-breadcrumbs{margin-bottom:28px}
.gc-breadcrumb-hero::before,.gc-breadcrumb-hero::after{
  content:"";
  position:absolute;
  inset-block:0;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  pointer-events:none;
}
.gc-breadcrumb-hero::before{
  z-index:-2;
  background-image:url(../../img/city-hero-real.webp);
  background-size:cover;
  background-position:center 54%;
}
.gc-breadcrumb-hero::after{
  z-index:-1;
  background:linear-gradient(90deg,rgba(13,27,42,.90) 0%,rgba(15,30,60,.72) 42%,rgba(13,27,42,.34) 100%);
}
.gc-breadcrumb-hero :is(.gc-h1,.gc-h2,.gc-lede,.lede-question,.gc-kick),
.gc-breadcrumb-hero > p,
.gc-breadcrumb-hero > .gc-wrap > p{color:#fff!important}
.gc-breadcrumb-hero .gc-breadcrumbs a{color:#9AF0E7}
.gc-breadcrumb-hero .gc-h1 em{color:#9AF0E7}
.gc-breadcrumb-hero .gc-breadcrumbs a:hover,.gc-breadcrumb-hero .gc-breadcrumbs a:focus-visible{color:#fff}
.gc-breadcrumb-hero .gc-breadcrumbs [aria-current="page"]{color:#F4F7FA}
.gc-breadcrumb-hero .gc-breadcrumbs li + li::before{color:#B9C8D5}
.gc-kick{font-size:var(--fs-label);letter-spacing:.14em;text-transform:uppercase;color:var(--teal-dark);font-weight:700;margin-bottom:16px}
.gc-h1{font-family:Fraunces,serif;font-size:clamp(40px,5vw,58px);line-height:1.06;font-weight:500;letter-spacing:-.02em}
.gc-h1 em{font-style:italic;color:var(--navy)}
.gc-h2{font-family:Fraunces,serif;font-size:clamp(32px,3.4vw,44px);line-height:1.12;font-weight:500;letter-spacing:-.015em}
.gc-lede{margin-top:18px;font-size:clamp(19px,1.8vw,22px);line-height:1.55;color:var(--slate);max-width:56ch;font-weight:400}
.gc-sub{font-size:18px;line-height:1.65;color:var(--slate);margin-top:10px;font-weight:400;max-width:68ch}
.gc-fine{font-size:18px;color:var(--muted);line-height:1.65;font-weight:400}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;font-weight:650;font-size:18px;padding:12px 22px;cursor:pointer;border:0;min-height:48px}
.btn-navy{background:var(--navy);color:#fff}
.btn-teal{background:var(--teal-dark);color:#fff}
.btn-wa{background:var(--teal-dark);color:#fff}
.btn-ghost{border:1px solid rgba(255,255,255,.5);color:#fff;background:transparent}
.btn-soft{display:inline-flex;align-items:center;justify-content:center;background:#E8F5F3;color:#075F58;border:1px solid #BBDDD8;font-size:18px;font-weight:600;padding:10px 16px;border-radius:7px;min-height:48px}

/* ==== utility strip + nav ==== */
.gc-util{background:var(--navy);color:#D7DDF1;font-size:14px;padding:8px 0}
.gc-util .gc-wrap{display:flex;gap:20px;padding-left:var(--pad);padding-right:var(--pad)}
.gc-util b{color:#fff;font-weight:500}
.gc-util .wa{margin-left:auto;color:#9AF0E7;font-weight:700;display:inline-flex;align-items:center;gap:7px}
.gc-util .wa-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.gc-nav{background:#fff;border-bottom:1px solid var(--hair);position:sticky;top:0;z-index:50}
.gc-nav .gc-wrap{display:flex;align-items:center;min-height:76px;padding:8px var(--pad)}
.gc-mark{display:block;flex:0 0 auto;width:180px}
.gc-mark img{display:block;width:100%;height:auto}
.gc-menu{margin-left:auto;display:flex;gap:28px;font-size:16px;color:#2F4557;align-items:center;list-style:none}
.gc-menu a{font-weight:500}
.gc-menu .cta a{background:var(--teal-dark);color:#fff;padding:11px 19px;border-radius:7px;font-weight:700}
.gc-burger{display:none;margin-left:auto;background:none;border:0;font-size:24px;color:var(--navy)}

/* ==== ledger ==== */
.gc-ledger .lrow{display:flex;align-items:center;padding:18px 0;border-bottom:1px solid var(--hair);gap:18px}
.lrow .svc{font-size:19px;font-weight:650}
.lrow .det{font-size:18px;color:var(--slate);font-weight:400;margin-top:3px;line-height:1.5}
.lrow .dots{flex:1;border-bottom:1px dotted #C9D4D0}
.lrow .price{font-family:Fraunces,serif;font-size:24px;color:var(--navy);white-space:nowrap;font-weight:500}
.lrow .price small{font-family:Inter;font-size:18px;color:var(--slate)}
.lrow.hi .svc::after{content:"most requested";font-size:var(--fs-label);letter-spacing:.08em;text-transform:uppercase;color:#80600F;margin-left:9px;font-weight:700}

/* ==== steps ==== */
.gc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.gc-step img,.gc-step .chatmock{width:100%;height:130px;object-fit:cover;border-radius:var(--r)}
.chatmock{background:#E7F6EE;padding:14px;display:flex;flex-direction:column;gap:7px;justify-content:center}
.chatmock .bub{background:#fff;border-radius:8px 8px 8px 2px;padding:9px 12px;font-size:var(--fs-note);color:#333;max-width:90%;box-shadow:0 1px 2px rgba(0,0,0,.06)}
.chatmock .bub.me{background:#D9FDD3;border-radius:8px 8px 2px 8px;align-self:flex-end}
.gc-step .n{font-family:Fraunces,serif;font-size:16px;color:var(--gold-text);margin-top:12px}
.gc-step h4{font-size:var(--fs-h4);font-weight:600;margin-top:3px}
.gc-step p{font-size:var(--fs-body);color:var(--slate);line-height:1.55;margin-top:5px;font-weight:350}

/* ==== candour / contrast band ==== */
.gc-band{background:var(--navy);color:#fff;padding:36px var(--pad)}
.gc-band .cols{display:grid;grid-template-columns:1fr 1fr;max-width:var(--maxw);margin:0 auto}
.gc-band h3{font-family:Fraunces,serif;font-size:30px;font-weight:500;margin-bottom:20px}
.gc-band .col{padding-right:36px}
.gc-band .col+.col{border-left:1px solid rgba(255,255,255,.15);padding-left:36px;padding-right:0}
.gc-band ul{list-style:none;margin:0;padding:0}
.gc-band li{font-size:18px;line-height:1.6;color:#D7DDF1;list-style:none;padding:9px 0 9px 28px;position:relative;font-weight:400}
.gc-band .neg li::before{content:"\2014";position:absolute;left:0;color:#5a6aa8}
.gc-band .pos li::before{content:"\2713";position:absolute;left:0;color:#7fe0d6}
.gc-band .pos li{color:#F6F8FF}
.gc-band .foot{max-width:var(--maxw);margin:28px auto 0;font-size:18px;color:#C7D0EC;font-weight:400}

/* ==== badges, chip, cta band, cred ==== */
.gc-badges{display:flex;border-top:1px solid var(--hair);padding-top:16px;margin-top:28px}
.gc-badge{flex:1;font-size:var(--fs-body);color:var(--slate);line-height:1.45;padding-right:14px}
.gc-badge b{display:block;color:var(--ink);font-weight:600;font-size:var(--fs-body)}
.gc-chip{position:absolute;left:18px;bottom:18px;background:#fff;border-radius:var(--r);padding:12px 16px;box-shadow:var(--shadow);display:flex;align-items:center;gap:14px}
.gc-chip .p{font-family:Fraunces,serif;font-size:20px;color:var(--navy)}
.gc-chip .t{font-size:18px;color:var(--slate);line-height:1.45}
.gc-cred{background:var(--parchm);padding:36px var(--pad)}
.gc-cred .gc-wrap{display:grid;grid-template-columns:.6fr 1.4fr;gap:36px;align-items:center}
.gc-cred img{width:100%;height:260px;object-fit:cover;border-radius:var(--r-lg)}
.gc-cred blockquote{font-family:Fraunces,serif;font-size:clamp(28px,3vw,40px);line-height:1.3;color:var(--navy);font-weight:500}
.gc-cta-band{position:relative;min-height:300px;display:flex}
.gc-cta-band>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.gc-cta-band .ov{position:relative;flex:1;background:rgba(13,27,42,.78);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:22px var(--pad)}
.gc-cta-band h3{font-family:Fraunces,serif;font-size:clamp(32px,4vw,46px);line-height:1.15;color:#fff;font-weight:500;max-width:24ch}
.gc-cta-band p{font-size:20px;color:#EDF1FA;margin-top:14px;max-width:54ch;font-weight:400}
.gc-cta-band .row{justify-content:center}
.gc-cta-band .btn-ghost{background:#fff;color:var(--navy);border:0}

/* ==== checker input ==== */
.gc-check label{display:block;font-size:18px;font-weight:700;margin-bottom:10px}
.gc-check .in{display:flex;border-bottom:2px solid var(--navy);padding-bottom:9px;align-items:center;gap:10px}
.gc-check input{flex:1;border:0;outline:0;background:transparent;font-size:18px;font-family:Inter,system-ui,sans-serif;color:var(--ink)}
.gc-check input::placeholder{color:#607281;font-style:italic;font-weight:400}
.gc-check button{background:none;border:0;font-size:18px;font-weight:700;color:var(--navy);cursor:pointer;white-space:nowrap}
.gc-check button::after{content:" \2192";color:var(--teal)}

/* ==== sections + footer ==== */
.gc-section{padding:36px 0}
.gc-section.alt{background:#fff;border-top:1px solid var(--hair);border-bottom:1px solid var(--hair)}
.gc-footer{background:var(--ink);color:#CFD8E1;font-size:18px;padding:36px var(--pad)}
.gc-footer .cols{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:28px;max-width:var(--maxw);margin:0 auto}
.gc-footer .foot-h{color:#fff;font-size:15px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}
.footer-brand{display:block;width:min(230px,100%);margin-bottom:18px;background:transparent}
.footer-brand img{display:block;width:100%;height:auto}
.gc-footer li{list-style:none;padding:5px 0}
.gc-footer .gc-fine{color:#BAC6D1}
.gc-footer .legal{max-width:var(--maxw);margin:30px auto 0;border-top:1px solid #30465B;padding-top:22px;font-size:18px;line-height:1.7;color:#BAC6D1}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:var(--maxw);margin:30px auto 0;padding-top:22px;border-top:1px solid #30465B;color:#BAC6D1;font-size:15px;line-height:1.6}
.footer-credit,.footer-policies{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.footer-policies{justify-content:flex-end;gap:10px 22px}
.footer-bottom a{color:#EAF1F6;text-decoration:underline;text-decoration-color:#557188;text-underline-offset:3px;transition:color .15s,text-decoration-color .15s}
.footer-bottom a:hover,.footer-bottom a:focus-visible{color:#7EE0D4;text-decoration-color:currentColor}
.footer-bottom a:focus-visible{outline:2px solid #7EE0D4;outline-offset:4px}

/* ==== responsive ==== */
@media (max-width:920px){
  .gc-menu{display:none}
  .gc-menu.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;padding:18px var(--pad);border-bottom:1px solid var(--hair);gap:14px}
  .gc-burger{display:block}
  .gc-steps{grid-template-columns:1fr 1fr}
  .gc-band .cols{grid-template-columns:1fr}
  .gc-band .col{padding:0}
  .gc-band .col+.col{border-left:0;border-top:1px solid rgba(255,255,255,.15);padding:18px 0 0;margin-top:18px}
  .gc-cred .gc-wrap{grid-template-columns:1fr}
  .gc-footer .cols{grid-template-columns:1fr 1fr;gap:38px 28px}
  .gc-badges{flex-wrap:wrap;gap:12px}
  .gc-badge{flex:1 1 40%}
  .gc-util .hours{display:none}
}

@media (max-width:640px){
  .gc-breadcrumbs{margin-bottom:14px}
  .gc-breadcrumb-hero{padding-top:44px!important;padding-bottom:50px!important}
  .gc-breadcrumb-hero .gc-breadcrumbs{margin-bottom:22px}
  .gc-breadcrumbs ol,.gc-breadcrumbs li{gap:6px}
  .gc-util{font-size:13px}
  .gc-util .gc-wrap{gap:12px;align-items:center}
  .gc-util .location{font-size:0}
  .gc-util .location b{font-size:13px}
  .gc-nav .gc-wrap{min-height:70px}
  .gc-mark{width:200px}
  .gc-menu.open{gap:0;padding-top:8px;padding-bottom:12px}
  .gc-menu.open li{width:100%;border-bottom:1px solid var(--hair)}
  .gc-menu.open a{display:block;padding:13px 0;font-size:18px}
  .gc-menu.open .cta{border:0;padding-top:12px}
  .gc-menu.open .cta a{text-align:center;padding:12px 18px}
  .gc-footer{padding:30px 22px}
  .gc-footer .cols{grid-template-columns:1fr;gap:34px}
  .footer-bottom{display:block}
  .footer-credit-sep{display:none}
  .footer-credit{display:grid;gap:4px}
  .footer-policies{justify-content:flex-start;margin-top:15px}
}

/* estimator */
.est-row{display:flex;gap:10px;margin:8px 0}
.est-row select{flex:1;padding:9px;border:1px solid var(--border);border-radius:6px}
.est-row input{width:74px;padding:9px;border:1px solid var(--border);border-radius:6px}
.est-x{background:none;border:0;color:var(--muted);font-size:18px;cursor:pointer}
.est-total{font-family:Fraunces,serif;font-size:26px;color:var(--navy)}

/* icon timeline */
.gc-tl{display:grid;grid-template-columns:repeat(4,1fr);position:relative;padding-top:10px}
.gc-tl::before{content:"";position:absolute;top:50px;left:12.5%;right:12.5%;border-top:2px dashed #C8D7E1}
.tl-step{text-align:center;position:relative;padding:0 14px}
.tl-med{width:80px;height:80px;margin:0 auto;border-radius:50%;background:#fff;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 10px 24px -14px rgba(27,42,107,.25)}
.tl-med svg{width:34px;height:34px}
.tl-med .n{position:absolute;right:-4px;top:-4px;width:24px;height:24px;border-radius:50%;background:var(--gold);color:#fff;font-family:Fraunces,serif;font-size:12.5px;display:flex;align-items:center;justify-content:center}
.tl-step h4{font-size:13.5px;font-weight:600;margin-top:14px}
.tl-step p{font-size:11.5px;color:var(--slate);font-weight:350;margin-top:4px;line-height:1.5}
.tl-note{font-size:10.5px;color:var(--muted);margin-top:4px;font-style:italic;line-height:1.5}

@media (max-width:920px){
  .gc-tl{grid-template-columns:1fr 1fr;row-gap:26px}
  .gc-tl::before{display:none}
}

/* ---- _page-policy.css ---- */
/* Legal and compliance pages */
.gc-policy-page{background:var(--parchm)}
.gc-policy-hero{padding:52px 0 46px;background:#fff;border-bottom:1px solid var(--hair)}
.gc-policy-hero .gc-breadcrumbs{margin-bottom:24px}
.gc-policy-hero .gc-h1{max-width:18ch}
.gc-policy-meta{margin:0 0 12px;color:var(--teal-dark);font-size:14px!important;font-weight:700;letter-spacing:.07em;line-height:1.55;text-transform:uppercase}
.gc-policy-meta:empty{display:none}
.gc-policy-body{padding:46px 0 72px}
.gc-policy-article{max-width:920px;margin:0 auto;padding:clamp(28px,5vw,58px);background:#fff;border-radius:12px;box-shadow:0 14px 34px rgba(13,27,42,.07)}
.gc-policy-article>p:first-child{margin-top:0}
.gc-policy-article p{margin:0 0 16px;color:var(--slate)}
.gc-policy-article h2{margin:42px 0 14px;padding-top:24px;border-top:1px solid var(--hair);font-family:Fraunces,serif;font-size:clamp(27px,3vw,36px)!important;font-weight:500;line-height:1.22;color:var(--ink)}
.gc-policy-article h2:first-of-type{margin-top:24px}
.gc-policy-article h3{margin:26px 0 10px;font-size:21px!important;line-height:1.35;color:var(--ink)}
.gc-policy-article ul{margin:8px 0 20px;padding-left:24px}
.gc-policy-article li{margin:7px 0;color:var(--slate)}
.gc-policy-article a{color:var(--teal-dark);text-decoration:underline;text-underline-offset:3px}
.gc-policy-article .policy-note{padding:18px 20px;background:#EDF4F7;border-left:4px solid var(--teal);color:var(--ink)}
.policy-table-wrap{max-width:100%;margin:22px 0 28px;overflow-x:auto;border:1px solid var(--border);border-radius:8px}
.policy-table-wrap table{width:100%;border-collapse:collapse;background:#fff}
.policy-table-wrap th,.policy-table-wrap td{padding:14px 16px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--slate);font-size:16px;line-height:1.55;text-align:left;vertical-align:top}
.policy-table-wrap th{background:var(--navy);color:#fff;font-weight:700}
.policy-table-wrap tr:last-child>*{border-bottom:0}
.policy-table-wrap tr>*:last-child{border-right:0}
.policy-table-wrap:first-child td{background:#EDF4F7;color:var(--ink);font-weight:500}

@media(max-width:640px){
	.gc-policy-hero{padding:40px 0 34px}
	.gc-policy-body{padding:24px 0 48px}
	.gc-policy-article{padding:24px 20px;border-radius:8px}
	.gc-policy-article h2{margin-top:34px;padding-top:20px}
	.policy-table-wrap th,.policy-table-wrap td{min-width:150px;padding:12px;font-size:15px}
}

/* ---- readability.css ---- */
/* ===========================================================================
   Type system. Loaded after every page stylesheet, so this file is the single
   authority on text size.

   Principle: hierarchy is expressed through weight, colour and space, never by
   shrinking reading copy. Anything a visitor reads as prose sits at --fs-body
   (18px). Headings scale up from it. Only uppercase tracked labels, which are
   navigational furniture rather than something you read, sit below it.

   Do not add blanket font-size overrides here. Assign a role instead.
   =========================================================================== */

/* --- 1. Reading copy: everything a visitor actually reads --------------- */
main :is(
  p, li, dd, address, figcaption, blockquote,
  .det, .pr-det, .sp-role, .sp-uses, .dk-role,
  .rt-body, .chatmock .bub,
  .gc-sub, .gc-review p, .est-row select, .est-row input,
  .sp-provide li, .ed-provide li, .proc-col li, .fw-chip
){
  font-size:var(--fs-body);
  line-height:var(--body-leading);
}

/* Lead paragraphs stay one step up. */
main .gc-lede{font-size:var(--fs-lede);line-height:1.55}
main .lede-question{font-size:var(--fs-lede)}
main .gc-cta-band p{font-size:var(--fs-lede)}

/* --- 2. Headings: the hierarchy above body ----------------------------- */
main .gc-h1,main h1{font-size:var(--fs-h1)}
main .gc-h2,main h2{font-size:var(--fs-h2)}
main :is(h3,.gc-h3,.proc-col h3,.gc-contact-col h3,.pg-t h3,.dk-main h3){
  font-size:var(--fs-h3);line-height:1.2
}
main :is(h4,.gc-h4,.tl-step h4,.hs-step h3,.gc-step h4,.rt-head,.pr-svc,.svc,.pb-head){
  font-size:var(--fs-h4);line-height:1.3;font-weight:600
}

/* --- 3. Secondary notes and statutory copy ----------------------------- */
main :is(.gc-fine,.rt-note,.pb-note,.b-note,.pr-foot,.steps-note,.ledger-note){
  font-size:var(--fs-note);line-height:1.6;color:var(--muted)
}
main .pr-rate .pr-foot{font-size:13px;line-height:1.55}
.gc-footer p,.gc-footer li{font-size:var(--fs-body);line-height:var(--body-leading)}
.gc-footer .legal{font-size:13px;line-height:1.7;color:#8FA0AF}

/* --- 4. Labels: uppercase, tracked, not reading text -------------------- */
main :is(.gc-kick,.sp-kick,.ed-kick,.gc-kick-alt,.pr-badge,.chip-t,
         .sp-provide .lbl-provide,.ed-provide .lbl-provide,.gc-office-list .lbl,.gc-review .tag,
         .fw-pop h4,.fw-g h4,.fw-big small,.lrow.hi .svc::after){
  font-size:var(--fs-label);
  letter-spacing:.1em;
  text-transform:uppercase;
  font-weight:700;
  line-height:1.4;
}
main :is(.gc-kick,.sp-kick,.ed-kick,.gc-kick-alt,.pr-badge){color:var(--teal-dark)}
main :is(.sp-provide .lbl-provide,.ed-provide .lbl-provide,.gc-office-list .lbl,.fw-pop h4,.fw-g h4){color:var(--muted)}

/* Prices are figures, not prose: they carry their own display scale. */
main :is(.price,.pr-amt,.dk-price .p,.b-total .v,.est-total){font-size:clamp(20px,2vw,26px)}
main :is(.price small,.pr-amt small){font-size:var(--fs-note);font-weight:400}

/* --- 5. Controls: readable labels, usable targets ----------------------- */
main :is(button,.btn,.btn-soft,input,select,textarea){font-size:var(--fs-body)}
main :is(button,.btn,.btn-soft){min-height:48px;display:inline-flex;align-items:center;justify-content:center}
main :is(input,select,textarea){min-height:48px}

/* --- 6. Navigation chrome ---------------------------------------------- */
.gc-menu{font-size:var(--fs-note)}
.gc-util{font-size:var(--fs-note)}
.gc-breadcrumbs{font-size:var(--fs-note)}

@media (max-width:640px){
  main :is(p,li),.gc-footer :is(p,li){line-height:1.7}
  main .pr-rate .pr-amt{font-size:30px;line-height:1.15}
  main .pr-rate .pr-amt small{font-size:13px}
  main .pr-builder .est-total{font-size:32px}
}

/* ---- motion.css ---- */
/* ===========================================================================
   Motion system.

   Principles:
   - Only `transform` and `opacity` are ever animated, so layout never shifts
     (CLS stays 0) and everything runs on the compositor, not the main thread.
   - Reading copy is never delayed. Above-the-fold hero content is deliberately
     excluded from entrance animation so LCP is unaffected.
   - Entrance is a settle, not a drop: nothing travels vertically.
   - One bespoke gesture (the seal press) used in exactly one place.
   - Everything collapses to instant under prefers-reduced-motion.
   =========================================================================== */

:root{
  --mo-ease:cubic-bezier(.22,1,.36,1);     /* soft ease-out, no overshoot */
  --mo-seal:cubic-bezier(.34,1.28,.64,1);  /* the one place overshoot is allowed */
  --mo-fast:.18s;
  --mo-med:.24s;
  --mo-slow:.48s;
}

/* ---------------------------------------------------------------------------
   1. Entrance — a short fade and rise. The small distance keeps the motion
   perceptible without softening type or making whole sections feel zoomed.
   Hidden state is gated on html.js-motion, which is set synchronously in the
   head. Without JavaScript nothing is ever hidden.
   --------------------------------------------------------------------------- */
.js-motion :is(
  .gc-steps > *,
  .gc-tl .tl-step,
  .hs-steps .hs-step,
  .svc-spread .spread > *,
  .edu-spread .spread > *,
  .gc-band .col,
  .gc-cred .gc-wrap > *,
  .pgroup,
  .fw-pop,
  .fw-g,
  .proc-cols .proc-col,
  .gc-disclaimer,
  .gc-route-explainer .rx-col
){
  opacity:0;
  transform:translate3d(0,10px,0);
  will-change:opacity,transform;
  transition:opacity var(--mo-slow) var(--mo-ease),
             transform var(--mo-slow) var(--mo-ease);
}

.js-motion .is-in > *,
.js-motion .is-in{
  opacity:1 !important;
  transform:translate3d(0,0,0) !important;
}

/* Stagger within a group, in reading order. Delay is applied to the children
   of whichever container received .is-in. */
.js-motion .is-in > *:nth-child(1){transition-delay:0ms}
.js-motion .is-in > *:nth-child(2){transition-delay:45ms}
.js-motion .is-in > *:nth-child(3){transition-delay:90ms}
.js-motion .is-in > *:nth-child(4){transition-delay:135ms}
.js-motion .is-in > *:nth-child(5){transition-delay:180ms}
.js-motion .is-in > *:nth-child(6){transition-delay:225ms}

/* Release compositor layers after the entrance has completed. */
.js-motion .is-in.is-settled,
.js-motion .is-in.is-settled > *{will-change:auto;transition-delay:0ms}

/* ---------------------------------------------------------------------------
   2. Hover library
   --------------------------------------------------------------------------- */

/* Price rows: the dot leader fills and the price slides toward it, so the row
   reads as one object rather than three. */
.gc-ledger .lrow,
.pr-row{transition:background var(--mo-med) var(--mo-ease);border-radius:7px}
.gc-ledger .lrow:hover,
.pr-row:hover{background:#F6FAFC}
.lrow .dots{transition:border-bottom-color var(--mo-med) var(--mo-ease)}
.lrow:hover .dots{border-bottom-color:var(--teal)}
.lrow .price,
.pr-row .pr-amt{transition:transform var(--mo-med) var(--mo-ease)}
.lrow:hover .price,
.pr-row:hover .pr-amt{transform:translateX(-4px)}

/* Buttons: lift, then press back down on click. */
.btn,.btn-soft,.pr-order,.est-order,.est-add{
  transition:transform var(--mo-fast) var(--mo-ease),
             box-shadow var(--mo-fast) var(--mo-ease),
             background var(--mo-fast) var(--mo-ease),
             color var(--mo-fast) var(--mo-ease);
}
.btn:hover,.btn-soft:hover,.pr-order:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 20px -10px rgba(27,42,107,.45);
}
.btn:active,.btn-soft:active,.pr-order:active{
  transform:translateY(0);
  transition-duration:.06s;
}
.btn-soft:hover{background:var(--teal-dark);color:#fff;border-color:var(--teal-dark)}

/* Nav: gold underline draws from the left. */
.gc-menu a:not(.cta a){position:relative}
.gc-menu li:not(.cta) a::after{
  content:"";position:absolute;left:0;bottom:-5px;width:100%;height:2px;
  background:var(--gold);transform:scaleX(0);transform-origin:left;
  transition:transform var(--mo-med) var(--mo-ease);
}
.gc-menu li:not(.cta) a:hover::after,
.gc-menu li:not(.cta) a:focus-visible::after{transform:scaleX(1)}
.gc-menu .cta a{transition:transform var(--mo-fast) var(--mo-ease),box-shadow var(--mo-fast) var(--mo-ease)}
.gc-menu .cta a:hover{transform:translateY(-2px);box-shadow:0 10px 20px -10px rgba(11,116,107,.6)}

/* Country chips and popular-route tiles. */
.fw-chip,.fw-big{
  transition:border-color var(--mo-med) var(--mo-ease),
             transform var(--mo-med) var(--mo-ease),
             box-shadow var(--mo-med) var(--mo-ease);
}
.fw-chip:hover,.fw-big:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 14px -8px rgba(13,27,42,.3);
}

/* Editorial spread images scale inside a fixed frame, so nothing around them
   moves and no layout is affected. */
.sp-media,.ed-media,.hs-media,.heropic{overflow:hidden}
.sp-media img,.ed-media img,.hs-media img{
  transition:transform .7s var(--mo-ease);
}
.svc-spread:hover .sp-media img,
.edu-spread:hover .ed-media img,
.hs-step:hover .hs-media img{transform:scale(1.05)}

/* Services jump index and inline links. */
.sv-index a i{transition:transform var(--mo-fast) var(--mo-ease)}
.sv-index a:hover i{transform:translateY(3px)}

/* ---------------------------------------------------------------------------
   3. Page transition — native View Transitions. Browsers without support
   navigate normally, with no JavaScript and no penalty.
   --------------------------------------------------------------------------- */
@view-transition{ navigation:auto; }

::view-transition-old(root),
::view-transition-new(root){
  animation-duration:.2s;
  animation-timing-function:var(--mo-ease);
}
::view-transition-old(root){animation-name:gc-vt-out}
::view-transition-new(root){animation-name:gc-vt-in}
@keyframes gc-vt-out{to{opacity:0}}
@keyframes gc-vt-in{from{opacity:0}to{opacity:1}}

@media (max-width:700px){
  :root{--mo-slow:.4s}
  .js-motion :is(
    .gc-steps > *,.gc-tl .tl-step,.hs-steps .hs-step,
    .svc-spread .spread > *,.edu-spread .spread > *,
    .gc-band .col,.gc-cred .gc-wrap > *,.pgroup,.fw-pop,.fw-g,
    .proc-cols .proc-col,.gc-disclaimer,.gc-route-explainer .rx-col
  ){transform:translate3d(0,7px,0)}
  .js-motion .is-in > *:nth-child(n){transition-delay:0ms}
}

/* ---------------------------------------------------------------------------
   5. Reduced motion — everything becomes instant, nothing is ever hidden.
   --------------------------------------------------------------------------- */
@media (prefers-reduced-motion:reduce){
  .js-motion :is(
    .gc-steps > *,.gc-tl .tl-step,.hs-steps .hs-step,
    .svc-spread .spread > *,.edu-spread .spread > *,
    .gc-band .col,.gc-cred .gc-wrap > *,.pgroup,.fw-pop,.fw-g,
    .proc-cols .proc-col,.gc-disclaimer,.gc-route-explainer .rx-col
  ){opacity:1;transform:none;transition:none}

  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
  }
  @view-transition{ navigation:none; }
}

/* ---------------------------------------------------------------------------
   6. Focus. Keyboard users get the same affordances as hover, plus a visible
   ring. This is an accessibility requirement, not decoration: a deadline-
   pressured visitor tabbing through a price list must always know where they
   are. Uses :focus-visible so pointer clicks never show a ring.
   --------------------------------------------------------------------------- */
:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{
  outline:3px solid var(--teal-dark);
  outline-offset:3px;
  border-radius:4px;
}
.gc-breadcrumb-hero :where(a,button):focus-visible,
.gc-band :where(a,button):focus-visible,
.gc-cta-band :where(a,button):focus-visible{
  outline-color:#9AF0E7;
}
.btn:focus-visible,.btn-soft:focus-visible,.pr-order:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 10px 20px -10px rgba(27,42,107,.45);
}
.fw-chip:focus-visible,.fw-big:focus-visible{transform:translateY(-2px)}
.gc-ledger .lrow:focus-within{background:#F6FAFC}
.gc-ledger .lrow:focus-within .dots{border-bottom-color:var(--teal)}

/* ---------------------------------------------------------------------------
   7. FAQ accordion. The marker rotates rather than swapping glyph, and the
   answer fades up as it opens, so the panel does not simply snap.
   --------------------------------------------------------------------------- */
.gc-faq-q summary::after{
  transition:background var(--mo-med) var(--mo-ease),
             color var(--mo-med) var(--mo-ease),
             rotate var(--mo-med) var(--mo-ease);
}
.gc-faq-q[open] summary::after{rotate:180deg}
.gc-faq-q summary:hover::after{background:var(--teal-dark);color:#fff}
.gc-faq-q[open] .gc-faq-a{animation:gc-answer .32s var(--mo-ease) both}
@keyframes gc-answer{
  from{opacity:0;transform:translate3d(0,-4px,0)}
  to  {opacity:1;transform:none}
}

/* ---------------------------------------------------------------------------
   8. Mobile menu. Animation rather than transition, because the panel goes
   from display:none to display:flex and transitions cannot cross that.
   --------------------------------------------------------------------------- */
@media (max-width:920px){
  .gc-menu.open{animation:gc-menu-in .22s var(--mo-ease) both}
  .gc-menu.open li{animation:gc-menu-item .26s var(--mo-ease) both}
  .gc-menu.open li:nth-child(2){animation-delay:30ms}
  .gc-menu.open li:nth-child(3){animation-delay:60ms}
  .gc-menu.open li:nth-child(4){animation-delay:90ms}
  .gc-menu.open li:nth-child(5){animation-delay:120ms}
  .gc-menu.open li:nth-child(6){animation-delay:150ms}
  .gc-menu.open li:nth-child(n+7){animation-delay:180ms}
}
@keyframes gc-menu-in{from{opacity:0}to{opacity:1}}
@keyframes gc-menu-item{from{opacity:0;transform:translate3d(0,-5px,0)}to{opacity:1;transform:none}}
.gc-burger{transition:transform var(--mo-fast) var(--mo-ease)}
.gc-burger[aria-expanded="true"]{transform:rotate(90deg)}

/* ---------------------------------------------------------------------------
   9. Estimator. The total is the one number that changes in front of the user,
   so it acknowledges the change instead of silently swapping.
   --------------------------------------------------------------------------- */
.est-total{transition:color var(--mo-fast) var(--mo-ease)}
.est-total.is-bumped{animation:gc-bump .34s var(--mo-ease)}
@keyframes gc-bump{
  0%  {transform:none}
  40% {transform:translate3d(0,-3px,0)}
  100%{transform:none}
}
