/* Apelsin Maid — Cincinnati. Palette from the brand: orange planet logo on deep navy. */
@font-face{font-family:'Fraunces';src:url('fonts/fraunces-latin.woff2') format('woff2');font-weight:600 700;font-display:swap}
@font-face{font-family:'Karla';src:url('fonts/karla-latin.woff2') format('woff2');font-weight:400 700;font-display:swap}

:root{
  --navy:#243f66;
  --navy-deep:#1a2f4e;
  --orange:#e07b1f;
  --orange-dark:#c4650f;
  --cream:#faf5ec;
  --cream-dark:#f2ead9;
  --ink:#26293a;
  --ink-soft:#565b6e;
  --line:#e3dccb;
  --white:#fffdf9;
  --green:#3e7d4f;
  --radius:10px;
  --shadow:0 2px 14px rgba(36,63,102,.10);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Karla',system-ui,sans-serif;color:var(--ink);background:var(--cream);font-size:17px;line-height:1.55}
h1,h2,h3{font-family:'Fraunces',Georgia,serif;color:var(--navy);line-height:1.12;letter-spacing:-.01em}
h1{font-size:clamp(2.1rem,5vw,3.4rem)}
h2{font-size:clamp(1.6rem,3.4vw,2.3rem)}
h3{font-size:1.22rem}
p{color:var(--ink-soft)}
a{color:var(--orange-dark)}
img{max-width:100%;display:block}
.wrap{max-width:1120px;margin:0 auto;padding:0 22px}
.btn{display:inline-block;font-family:'Karla',sans-serif;font-weight:700;font-size:1.02rem;text-decoration:none;border-radius:8px;padding:15px 28px;cursor:pointer;border:none;transition:transform .12s ease,background .12s ease}
.btn:active{transform:scale(.985)}
.btn-orange{background:var(--orange);color:#fff}
.btn-orange:hover{background:var(--orange-dark)}
.btn-navy{background:var(--navy);color:#fff}
.btn-navy:hover{background:var(--navy-deep)}
.btn-ghost{background:transparent;color:var(--navy);border:2px solid var(--navy)}
.btn-ghost:hover{background:var(--navy);color:#fff}

/* Header */
.topline{background:var(--navy-deep);color:#cfd9e8;font-size:.88rem;padding:7px 0;text-align:center}
.topline a{color:#ffce9e;text-decoration:none;font-weight:700}
header.site{background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
/* The 22px sides must be repeated here: .wrap sets `padding:0 22px` and this
   rule has equal specificity, so a `14px 0` shorthand would wipe the gutter and
   run the header flush to the screen edge on phones. */
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;gap:18px}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none}
.brand-logo{height:62px;width:auto;flex:none;display:block}
.brand-name{font-family:'Fraunces',serif;font-weight:700;font-size:1.28rem;color:var(--navy);line-height:1}
.brand-name small{display:block;font-family:'Karla',sans-serif;font-weight:500;font-size:.72rem;color:var(--ink-soft);letter-spacing:.04em;margin-top:2px}
nav.links{display:flex;gap:22px;align-items:center}
nav.links a{color:var(--ink);text-decoration:none;font-weight:500;font-size:.98rem;white-space:nowrap}
nav.links a:hover{color:var(--orange-dark)}
.nav-cta{display:flex;gap:10px;align-items:center;flex:none}
.nav-phone{font-weight:700;color:var(--navy);text-decoration:none;font-size:1rem;white-space:nowrap}
/* Reviews sits in .nav-cta rather than nav.links so it survives the mobile
   breakpoint that hides the main nav — it's a conversion link, not filler. */
.nav-reviews{display:inline-flex;align-items:center;gap:6px;text-decoration:none;
  font-weight:700;font-size:.94rem;color:var(--navy);background:#fff;
  border:1.5px solid var(--line);border-radius:100px;padding:0 16px;white-space:nowrap;line-height:1;min-height:44px}
.nav-reviews span{color:#e8a33d;font-size:1.02rem;line-height:1}
.nav-reviews:hover{border-color:#e8a33d;background:#fdf8f0}
.nav .btn{padding:11px 18px;white-space:nowrap}

/* Hero — night skyline behind the copy, image drifts slower than the page */
.hero{position:relative;overflow:hidden;background:#101d31}

/* The image layer is 25% taller than the hero and starts 25% high, so script.js
   can push it down by up to that much without ever exposing a raw edge. Both
   layers are pointer-events:none — an overlay that eats clicks silently kills
   the CTA underneath it. */
.hero-bg{position:absolute;left:0;right:0;top:-25%;height:125%;z-index:0;
  pointer-events:none;background:#101d31 url('img/hero-skyline.jpg') center 45%/cover no-repeat;
  will-change:transform}
.hero-scrim{position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(101deg,rgba(13,24,40,.9) 0%,rgba(13,24,40,.8) 40%,rgba(13,24,40,.52) 70%,rgba(13,24,40,.4) 100%),
    linear-gradient(to bottom,rgba(13,24,40,.35) 0%,rgba(13,24,40,0) 30%,rgba(13,24,40,.45) 100%)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;
  gap:56px;align-items:center;padding:78px 22px 86px}
.hero-copy .kicker{font-weight:700;color:#ffb765;letter-spacing:.02em;font-size:.95rem;margin-bottom:14px}
.hero-copy h1{margin-bottom:18px;color:#fff;text-shadow:0 2px 24px rgba(6,13,24,.55)}
.hero-copy .sub{font-size:1.16rem;margin-bottom:26px;max-width:34rem;color:#d3dcea;
  text-shadow:0 1px 12px rgba(6,13,24,.5)}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.hero .btn-ghost{color:#fff;border-color:rgba(255,255,255,.6);backdrop-filter:blur(2px)}
.hero .btn-ghost:hover{background:#fff;color:var(--navy);border-color:#fff}
.hero-proof{display:flex;flex-wrap:wrap;gap:10px 26px;margin-top:30px;padding-top:22px;
  border-top:1px solid rgba(255,255,255,.2);font-size:.95rem;color:#b3c1d5}
.hero-proof b{color:#fff}

/* Quote card */
.quote-card{background:var(--navy);border-radius:14px;padding:30px 28px;color:#fff;box-shadow:var(--shadow)}
/* On the dark hero the navy card needs an edge or it melts into the skyline */
.hero .quote-card{background:rgba(30,50,82,.86);backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 50px rgba(4,10,20,.5)}
.quote-card h3,.quote-card .qc-h{color:#fff;font-size:1.35rem;margin-bottom:4px;font-family:'Fraunces',serif}
.quote-card .qc-sub{color:#b8c6da;font-size:.92rem;margin-bottom:20px}
.qc-row{margin-bottom:15px}
.qc-row label{display:block;font-size:.85rem;font-weight:700;color:#d8e0ec;margin-bottom:6px}
.qc-row select{width:100%;padding:12px;border-radius:7px;border:none;font-family:'Karla',sans-serif;font-size:1rem;color:var(--ink);background:#fff}
.qc-price{display:flex;align-items:baseline;justify-content:space-between;background:rgba(255,255,255,.08);border-radius:8px;padding:14px 16px;margin:18px 0 14px}
.qc-price .lbl{font-size:.9rem;color:#b8c6da}
.qc-price .amt{font-family:'Fraunces',serif;font-size:2rem;font-weight:700;color:#ffce9e}
.qc-price .amt span{font-size:1rem;color:#b8c6da;font-family:'Karla',sans-serif;font-weight:400}
.quote-card .btn{width:100%;text-align:center;font-size:1.08rem}
.qc-note{font-size:.8rem;color:#93a5bd;margin-top:11px;text-align:center}

/* Price table */
.section{padding:70px 0}
.section.alt{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.sec-head{max-width:44rem;margin-bottom:38px}
.sec-head p{font-size:1.08rem;margin-top:12px}
.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.price-cell{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px}
.price-cell.hot{background:var(--navy);border-color:var(--navy)}
.price-cell.hot h3,.price-cell.hot .from{color:#fff}
.price-cell.hot p,.price-cell.hot li{color:#c3cfdf}
.price-cell .from{font-family:'Fraunces',serif;font-size:1.9rem;color:var(--navy);margin:10px 0 2px}
.price-cell .from small{font-size:.85rem;font-family:'Karla',sans-serif;color:var(--ink-soft);font-weight:400}
.price-cell.hot .from small{color:#b8c6da}
.price-cell.hot .per{color:#93a5bd}
.price-cell .per{font-size:.86rem;color:var(--ink-soft);margin-bottom:14px}
.price-cell ul{list-style:none;margin:14px 0 18px}
.price-cell li{padding:4px 0 4px 22px;position:relative;font-size:.93rem;color:var(--ink-soft)}
.price-cell li::before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:700}
.price-cell.hot li::before{color:#ffce9e}
.price-cell a{font-weight:700;text-decoration:none}
.price-cell.hot a{color:#ffce9e}

/* Compare table */
table.compare{width:100%;border-collapse:collapse;background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
table.compare th,table.compare td{padding:13px 16px;text-align:left;border-bottom:1px solid var(--line);font-size:.95rem}
table.compare th{background:var(--navy);color:#fff;font-family:'Karla',sans-serif;font-weight:700}
table.compare td:first-child{font-weight:500;color:var(--ink)}
table.compare .yes{color:var(--green);font-weight:700}
table.compare .no{color:#b0684a}

/* Guarantee band */
.band{background:var(--navy);color:#fff;padding:58px 0}
.band h2{color:#fff}
.band-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center}
.band p{color:#c3cfdf;font-size:1.08rem;margin-top:14px}
.band .big{font-family:'Fraunces',serif;font-size:1.35rem;color:#ffce9e;line-height:1.35}

/* Steps — horizontal, numbered plainly */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--white)}
.step{padding:30px 28px;border-right:1px solid var(--line)}
.step:last-child{border-right:none}
.step .n{font-family:'Fraunces',serif;color:var(--orange);font-size:1.6rem;font-weight:700}
.step h3{margin:8px 0 8px}
.step p{font-size:.95rem}

/* Area */
.area-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.chip{background:var(--white);border:1px solid var(--line);border-radius:100px;padding:7px 15px;font-size:.9rem;color:var(--ink)}

/* FAQ */
.faq{max-width:46rem}
details{background:var(--white);border:1px solid var(--line);border-radius:8px;margin-bottom:10px;padding:0}
summary{cursor:pointer;font-weight:700;color:var(--navy);padding:16px 18px;list-style:none;position:relative}
summary::after{content:'+';position:absolute;right:18px;color:var(--orange);font-size:1.3rem;line-height:1}
details[open] summary::after{content:'–'}
details .a{padding:0 18px 16px;color:var(--ink-soft);font-size:.97rem}

/* Footer */
footer{background:var(--navy-deep);color:#a9b8cc;padding:52px 0 90px;font-size:.93rem}
.foot-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:30px}
footer h3,footer h4{color:#fff;font-family:'Karla',sans-serif;font-size:.95rem;margin-bottom:12px;font-weight:700}
footer a{color:#a9b8cc;text-decoration:none;display:block;padding:3px 0}
footer a:hover{color:#ffce9e}
.foot-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:.84rem}

/* Sticky mobile CTA */
.mobile-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:80;background:var(--white);border-top:1px solid var(--line);padding:10px 14px;gap:10px;box-shadow:0 -4px 16px rgba(0,0,0,.08)}
.mobile-bar a{flex:1;text-align:center;padding:13px 10px;font-size:1rem}

/* Page hero (inner pages) */
.page-hero{background:var(--white);border-bottom:1px solid var(--line);padding:52px 0 44px}
.page-hero p.lead{font-size:1.14rem;max-width:40rem;margin-top:14px}
.page-hero .btn{margin-top:22px}

/* Checklist two-col */
.check-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px 40px;margin-top:22px}
.check-cols div{padding:7px 0 7px 26px;position:relative;color:var(--ink-soft);font-size:.97rem;border-bottom:1px dashed var(--line)}
.check-cols div::before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:700}
.check-cols div.na{color:#a9a296}
.check-cols div.plus::before{content:'+';color:var(--orange)}

/* Embed page */
.bk-embed{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin:34px 0}
.bk-embed iframe{width:100%;min-height:1650px;border:none;display:block}

@media(max-width:920px){
  .hero-grid{grid-template-columns:1fr;gap:32px;padding:52px 22px 60px}
  /* Phones get a portrait crop — the 16:9 file would have to zoom so far into a
     tall hero that it reads as blur. Scrim goes vertical because the copy now
     spans the full width instead of the left third. */
  .hero-bg{background-image:url('img/hero-skyline-sm.jpg');background-position:center top}
  .hero-scrim{background:
    linear-gradient(to bottom,rgba(11,21,36,.74) 0%,rgba(11,21,36,.62) 38%,rgba(11,21,36,.8) 72%,rgba(11,21,36,.86) 100%)}
  .hero-copy .sub{font-size:1.06rem}
  .hero-proof{gap:8px 20px;font-size:.9rem;color:#d6e0ee}
  .price-grid{grid-template-columns:repeat(2,1fr)}
  .band-grid,.area-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .step{border-right:none;border-bottom:1px solid var(--line)}
  .foot-grid{grid-template-columns:1fr 1fr}
  .foot-grid > div:first-child{grid-column:1 / -1}
  nav.links{display:none}
  .mobile-bar{display:flex}
  .check-cols{grid-template-columns:1fr}
}
@media(max-width:560px){
  .price-grid{grid-template-columns:1fr}
  body{font-size:16px}
  .nav-phone{display:none}
  .hero-grid{padding:42px 18px 48px}
  .hero .quote-card{padding:24px 20px}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{text-align:center}

  /* Header at phone width: the brand and the CTA were both wrapping onto two
     lines and eating a third of the screen. Shrink them and forbid the wrap. */
  .nav{padding:10px 16px;gap:10px}
  .brand-logo{height:46px}
  .brand-name{font-size:1.06rem}
  .brand-name small{font-size:.6rem;letter-spacing:.03em}
  .nav .btn{padding:11px 15px;font-size:.94rem;white-space:nowrap}
  .topline{font-size:.8rem;padding:6px 14px;line-height:1.4}
}

/* Someone who has asked the OS to stop animations gets a still image. */
@media(prefers-reduced-motion:reduce){
  .hero-bg{transform:none !important;top:0;height:100%}
}

@media(max-width:560px){
  .nav-reviews{padding:0 13px;font-size:.86rem}
}
@media(max-width:400px){
  .nav-reviews{padding:0 11px}
  .nav-reviews b,.nav-reviews{gap:4px}
}

@media(max-width:1180px) and (min-width:921px){
  nav.links{gap:16px}
  nav.links a{font-size:.93rem}
  .nav-phone{display:none}
}

/* Adding Reviews to the header leaves the brand no room on a phone — the name
   was wrapping to two lines and the tagline to three. Drop the tagline and
   let the name sit on one line, same as the quote page header does. */
@media(max-width:640px){
  .nav{gap:10px;padding:10px 16px}
  .brand{gap:8px}
  .brand-logo{height:46px}
  .brand-name{font-size:1.06rem;white-space:nowrap}
  .brand-name small{display:none}
  .nav-cta{gap:8px}
}
@media(max-width:430px){
  .brand-name{font-size:0;width:0;overflow:hidden}
  .nav-reviews{font-size:.84rem;padding:0 12px}
}

/* ---------------------------------------------------------------------------
   Touch targets. WCAG 2.5.8 exempts links sitting inline inside a sentence,
   so body-copy links are left alone — but standalone links that act as
   buttons (card CTAs, footer nav, the service list on suburb pages) were
   18-22px tall on a phone, which is a miss-tap every time.
   --------------------------------------------------------------------------- */
@media(max-width:640px){
  .price-cell a{display:inline-flex;align-items:center;min-height:44px;padding:4px 0}
  footer a{padding:11px 0;min-height:44px;display:flex;align-items:center}
  .foot-bottom a{display:inline-flex;align-items:center;min-height:44px}
  .area-list a,.check-cols a{display:inline-flex;align-items:center;min-height:44px;padding:0 14px}
  /* The top strip's phone link was a 15px tap target — the smallest on the
     site, and it sits in the highest-intent position on the page. */
  .topline{padding:9px 0}
  .topline a{display:inline-flex;align-items:center;min-height:44px;padding:0 6px}
  .foot-bottom a{min-height:44px;padding:0 2px}
  .mobile-bar .btn{min-height:48px;display:flex;align-items:center;justify-content:center}
}

/* Visible keyboard focus. The browser default is invisible against the cream
   background on several of these components. */
a:focus-visible,button:focus-visible,input:focus-visible,
select:focus-visible,textarea:focus-visible,summary:focus-visible{
  outline:3px solid var(--orange);outline-offset:2px;border-radius:4px}

/* The parallax is decorative — honour a stated preference for less motion. */
@media(prefers-reduced-motion:reduce){
  .hero-bg{transform:none !important;transition:none !important}
  *{animation-duration:.001ms !important;transition-duration:.001ms !important}
}

/* ===========================================================================
   Service landing pages + the shared motion system.
   Motion is hand-rolled rather than pulling in Framer Motion: this is a static
   HTML site, and a 40KB animation runtime for two effects would cost more in
   load time than it buys. IntersectionObserver + one rAF loop, ~1KB.
   =========================================================================== */

.wrap-narrow{max-width:760px}
.btn-lg{padding:15px 30px;font-size:1.05rem}
.btn-glass{background:rgba(255,255,255,.12);border:1.5px solid rgba(255,255,255,.5);
  color:#fff;backdrop-filter:blur(6px)}
.btn-glass:hover{background:rgba(255,255,255,.22)}

/* ---- Hero ---------------------------------------------------------------- */
.svc-hero{position:relative;overflow:hidden;isolation:isolate;
  min-height:clamp(460px,68vh,680px);display:flex;align-items:center}
.svc-bg{position:absolute;inset:-12% 0;z-index:-2;background-size:cover;
  background-position:center;background-image:var(--img-sm);will-change:transform}
@media(min-width:921px){.svc-bg{background-image:var(--img)}}
/* The scrim is layered on the same element rather than a sibling div — an
   overlay div sitting above the copy has silently eaten clicks here before. */
.svc-hero::after,.svc-band::after{content:'';position:absolute;inset:0;z-index:-1;
  background:linear-gradient(100deg,rgba(16,29,48,.93) 0%,rgba(16,29,48,.82) 42%,rgba(16,29,48,.55) 100%)}
.svc-hero-in{padding:70px 22px;color:#fff;max-width:760px;margin:0;position:relative}
.svc-kicker{color:#ffce9e;font-weight:700;font-size:.86rem;letter-spacing:.09em;
  text-transform:uppercase;margin-bottom:14px}
.svc-hero h1{font-family:'Fraunces',serif;color:#fff;line-height:1.06;
  font-size:clamp(2.1rem,5.2vw,3.6rem);letter-spacing:-.02em;margin-bottom:18px}
.svc-lede{color:#dbe4f0;font-size:clamp(1rem,1.6vw,1.17rem);line-height:1.65;max-width:56ch}
.svc-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.svc-trust{list-style:none;display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:30px;
  padding-top:22px;border-top:1px solid rgba(255,255,255,.2)}
.svc-trust li{color:#c3cfdf;font-size:.9rem;font-weight:600;position:relative;padding-left:19px}
.svc-trust li::before{content:'✓';position:absolute;left:0;color:#9ad9ad}

/* ---- Benefit cards ------------------------------------------------------- */
.bgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.bcard{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:26px;
  transition:transform .3s cubic-bezier(.2,.7,.3,1),box-shadow .3s,border-color .3s}
.bcard:hover{transform:translateY(-4px);box-shadow:0 18px 40px -22px rgba(26,47,78,.45);
  border-color:#e0d6c2}
.bcard h3{font-family:'Fraunces',serif;color:var(--navy);font-size:1.16rem;margin-bottom:8px}
.bcard p{color:var(--ink-soft);line-height:1.62;font-size:.97rem}

/* ---- What's included ----------------------------------------------------- */
.igrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.icol{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:24px}
.icol h3{font-family:'Fraunces',serif;color:var(--navy);font-size:1.1rem;margin-bottom:14px;
  padding-bottom:12px;border-bottom:1px solid var(--line)}
.icol ul{list-style:none}
.icol li{position:relative;padding:7px 0 7px 24px;color:var(--ink-soft);font-size:.94rem;line-height:1.5}
.icol li::before{content:'✓';position:absolute;left:0;top:7px;color:var(--green);font-weight:700}

/* ---- Mid-page image band ------------------------------------------------- */
.svc-band{position:relative;overflow:hidden;isolation:isolate;
  padding:clamp(70px,10vw,120px) 0;text-align:center}
.svc-band::after{background:linear-gradient(180deg,rgba(16,29,48,.9),rgba(16,29,48,.8))}
.svc-band-in{position:relative;max-width:660px}
.svc-band h2{font-family:'Fraunces',serif;color:#fff;font-size:clamp(1.7rem,3.6vw,2.6rem);margin-bottom:14px}
.svc-band p{color:#dbe4f0;line-height:1.68;font-size:1.04rem}
.svc-band .svc-cta{justify-content:center}

/* ---- Other services ------------------------------------------------------ */
.ogrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ocard{display:block;border-radius:14px;overflow:hidden;text-decoration:none;
  border:1px solid var(--line);background:var(--white);
  transition:transform .3s cubic-bezier(.2,.7,.3,1),box-shadow .3s}
.ocard:hover{transform:translateY(-4px);box-shadow:0 18px 40px -22px rgba(26,47,78,.45)}
.oimg{display:block;height:120px;background-size:cover;background-position:center;
  transition:transform .5s cubic-bezier(.2,.7,.3,1)}
.ocard:hover .oimg{transform:scale(1.06)}
.obody{display:block;padding:14px 16px}
.obody b{display:block;color:var(--navy);font-family:'Fraunces',serif;font-size:1.04rem}
.obody small{display:block;color:var(--ink-soft);font-size:.83rem;margin-top:2px}

/* ---- Scroll reveal ------------------------------------------------------- */
.reveal{opacity:0;transform:translateY(18px);
  transition:opacity .65s cubic-bezier(.2,.7,.3,1),transform .65s cubic-bezier(.2,.7,.3,1);
  transition-delay:var(--d,0ms)}
.reveal.in{opacity:1;transform:none}
/* Without JS nothing should be invisible — this is the no-JS safety net. */
.no-js .reveal{opacity:1;transform:none}

@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1 !important;transform:none !important;transition:none !important}
  .svc-bg{transform:none !important}
  .bcard:hover,.ocard:hover{transform:none}
  .ocard:hover .oimg{transform:none}
}

@media(max-width:900px){
  .igrid{grid-template-columns:1fr}
  .ogrid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .bgrid{grid-template-columns:1fr;gap:14px}
  .bcard{padding:20px}
  .svc-hero{min-height:auto}
  .svc-hero-in{padding:52px 16px}
  .svc-hero h1{font-size:2.05rem}
  .svc-cta{flex-direction:column}
  .svc-cta .btn{text-align:center;width:100%}
  .svc-trust{gap:6px 16px;margin-top:24px}
  .svc-trust li{font-size:.84rem}
  .ogrid{gap:12px}
  .oimg{height:96px}
}

/* ---- Homepage service cards --------------------------------------------- */
.sgrid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.scard{display:flex;flex-direction:column;text-decoration:none;overflow:hidden;
  background:var(--white);border:1px solid var(--line);border-radius:16px;
  transition:transform .3s cubic-bezier(.2,.7,.3,1),box-shadow .3s,border-color .3s}
.scard:hover{transform:translateY(-5px);border-color:#e0d6c2;
  box-shadow:0 20px 44px -24px rgba(26,47,78,.5)}
.scard-img{display:block;height:132px;background-size:cover;background-position:center;
  transition:transform .55s cubic-bezier(.2,.7,.3,1)}
.scard:hover .scard-img{transform:scale(1.07)}
.scard-body{display:flex;flex-direction:column;flex:1;padding:18px 18px 20px}
.scard-body b{font-family:'Fraunces',serif;color:var(--navy);font-size:1.15rem;line-height:1.2}
.scard-body em{font-style:normal;color:var(--ink-soft);font-size:.84rem;margin:3px 0 12px}
.scard-body ul{list-style:none;margin:0 0 14px;flex:1}
.scard-body li{position:relative;padding:4px 0 4px 18px;font-size:.87rem;
  color:var(--ink-soft);line-height:1.45}
.scard-body li::before{content:'✓';position:absolute;left:0;top:4px;color:var(--green);font-weight:700}
.scard-go{color:var(--orange-dark);font-weight:700;font-size:.9rem;margin-top:auto}
.scard:hover .scard-go{color:var(--orange)}

@media(max-width:1100px){.sgrid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.sgrid{grid-template-columns:repeat(2,1fr);gap:12px}
  .scard-img{height:104px}.scard-body{padding:14px 14px 16px}}
@media(max-width:430px){.sgrid{grid-template-columns:1fr}}

/* Five service links in the nav is a lot. Tighten the row and shed the
   least-valuable items first — the phone number is already in the top strip
   and the tagline is decorative.
   The brand must be allowed to shrink: with white-space:nowrap and no
   flex-shrink it ran straight under the nav links at 1440. */
.brand{flex:0 1 auto;min-width:0}
.brand-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
nav.links{flex:0 1 auto}
@media(max-width:1500px){
  nav.links{gap:18px}
  nav.links a{font-size:.94rem}
  .nav-phone{display:none}
}
@media(max-width:1330px) and (min-width:921px){
  .brand-name small{display:none}
  .brand-logo{height:52px}
  nav.links{gap:14px}
  nav.links a{font-size:.9rem}
  .nav-reviews{padding:0 12px;font-size:.88rem}
}
@media(max-width:1040px) and (min-width:921px){
  .nav-reviews{display:none}          /* still reachable from the footer */
}

/* ---- Location pages ------------------------------------------------------ */
.loc-split{display:grid;grid-template-columns:1.55fr 1fr;gap:40px;align-items:start}
.loc-split h2{font-family:'Fraunces',serif;color:var(--navy);
  font-size:clamp(1.5rem,2.8vw,2.1rem);margin-bottom:16px}
.loc-split p{color:var(--ink-soft);line-height:1.72;margin-bottom:14px;font-size:1.02rem}
.loc-drive{border-left:3px solid var(--orange);padding-left:16px;color:var(--ink) !important;
  background:#fdf8f0;padding:14px 16px;border-radius:0 10px 10px 0;font-size:.97rem !important}

.loc-card{background:var(--white);border:1px solid var(--line);border-radius:16px;
  padding:26px;position:sticky;top:96px}
.loc-card h3{font-family:'Fraunces',serif;color:var(--navy);font-size:1.15rem;margin-bottom:16px}
.loc-card dl{margin-bottom:20px}
.loc-card dt{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;
  color:var(--ink-soft);font-weight:700;margin-top:14px}
.loc-card dt:first-child{margin-top:0}
.loc-card dd{color:var(--navy);font-weight:600;font-size:.98rem;margin-top:3px}

.near-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.near-card{display:block;background:var(--white);border:1px solid var(--line);
  border-radius:14px;padding:20px;text-decoration:none;
  transition:transform .3s cubic-bezier(.2,.7,.3,1),box-shadow .3s,border-color .3s}
.near-card:hover{transform:translateY(-4px);border-color:#e0d6c2;
  box-shadow:0 18px 40px -22px rgba(26,47,78,.45)}
.near-card b{display:block;font-family:'Fraunces',serif;color:var(--navy);font-size:1.08rem}
.near-card small{display:block;color:var(--ink-soft);font-size:.83rem;margin-top:3px}

@media(max-width:900px){
  .loc-split{grid-template-columns:1fr;gap:26px}
  .loc-card{position:static}
  .near-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){ .near-grid{grid-template-columns:1fr} }


/* ===========================================================================
   Guides
   ---------------------------------------------------------------------------
   Long-form pages. The measure is deliberately narrower than the rest of the
   site and the type a notch larger: these are read rather than scanned, and a
   45em line of 1.06rem text is about where sustained reading stops being work.
   =========================================================================== */

/* isolation:isolate is not decoration. .svc-bg sits at z-index:-2, which only
   stays inside this section if the section makes its own stacking context —
   without it the photo slid behind the navy background and the hero rendered
   as a flat block. Same reason .svc-hero has it. */
.guide-hero{position:relative;overflow:hidden;isolation:isolate;
  background:var(--navy-deep);color:#fff;padding:74px 0 58px}
.guide-hero::after{content:'';position:absolute;inset:0;z-index:-1;
  background:linear-gradient(100deg,rgba(16,29,48,.94) 0%,rgba(16,29,48,.86) 45%,rgba(16,29,48,.66) 100%)}
.guide-hero-index::after{
  background:linear-gradient(to bottom,rgba(16,29,48,.9) 0%,rgba(16,29,48,.82) 55%,rgba(16,29,48,.92) 100%)}
.guide-hero-in{position:relative;z-index:2}
.guide-hero h1{color:#fff;font-size:clamp(1.9rem,4.2vw,2.9rem);line-height:1.12;margin:10px 0 14px}
.guide-hero .svc-lede{color:#dbe4f0;font-size:1.12rem;max-width:44rem}
.guide-hero .svc-kicker a{color:#ffce9e;text-decoration:underline}
.guide-meta{color:#9db0c8;font-size:.88rem;margin-top:18px}

.guide-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:52px;align-items:start}
.guide-body{max-width:45em;font-size:1.06rem;line-height:1.72;color:#3c4051}
.guide-sec{margin-bottom:44px;scroll-margin-top:90px}
.guide-sec:last-child{margin-bottom:0}
.guide-body h2{font-family:'Fraunces',Georgia,serif;color:var(--navy);
  font-size:clamp(1.35rem,2.6vw,1.72rem);line-height:1.2;margin-bottom:16px}
.guide-body p{margin-bottom:16px}
.guide-body p:last-child{margin-bottom:0}
.guide-body b{color:var(--navy)}

.guide-list,.guide-steps{margin:0 0 18px;padding-left:1.35em}
.guide-list li,.guide-steps li{margin-bottom:11px}
.guide-list{list-style:disc}
.guide-steps{list-style:decimal}
.guide-steps li::marker{color:var(--orange-dark);font-weight:700}

/* A checklist item is a claim plus the reason for it. The reason is what makes
   the page worth citing, so it gets its own line rather than a parenthesis. */
.guide-check{list-style:none;margin:0 0 18px;padding:0}
.guide-check li{position:relative;padding:14px 0 14px 34px;border-bottom:1px solid var(--line)}
.guide-check li:last-child{border-bottom:none}
.guide-check li::before{content:'✓';position:absolute;left:0;top:14px;
  color:var(--green);font-weight:700;font-size:1.05rem}
.guide-check b{display:block;color:var(--navy);font-size:1.04rem;margin-bottom:4px}
.guide-check span{display:block;color:var(--ink-soft);font-size:.99rem;line-height:1.62}

.guide-note{background:#fffaf0;border-left:4px solid var(--orange);
  border-radius:0 10px 10px 0;padding:16px 20px;margin:0 0 20px}
.guide-note p{margin:0;color:#6d5a34;font-size:.99rem}

.guide-aside{position:sticky;top:22px;display:flex;flex-direction:column;gap:18px}
.guide-toc{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:20px}
.guide-toc h3{font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;
  color:var(--ink-soft);margin-bottom:12px}
.guide-toc ol{list-style:none;padding:0;margin:0;counter-reset:toc}
.guide-toc li{counter-increment:toc;margin-bottom:9px;line-height:1.4}
.guide-toc a{color:var(--ink);font-size:.93rem;text-decoration:none;display:block;padding-left:22px;position:relative}
.guide-toc a::before{content:counter(toc);position:absolute;left:0;color:var(--orange-dark);font-weight:700;font-size:.82rem}
.guide-toc a:hover{color:var(--orange-dark)}

/* Index */
/* Two by two rather than auto-fit: four cards at three-across leaves a lone
   card on the second row, which reads as an accident. */
.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.guide-hero-index .svc-kicker{letter-spacing:.14em}
.guide-card{display:flex;flex-direction:column;background:var(--white);
  border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
  text-decoration:none;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.guide-card:hover{transform:translateY(-4px);border-color:#e0d6c2;
  box-shadow:0 14px 34px rgba(26,47,78,.11)}
.guide-card-img{display:block;height:190px;background-size:cover;background-position:center}
.guide-card-body{display:flex;flex-direction:column;gap:8px;padding:20px;flex:1}
.guide-card-body em{font-style:normal;color:var(--orange-dark);font-weight:700;
  font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}
.guide-card-body b{font-family:'Fraunces',Georgia,serif;color:var(--navy);
  font-size:1.16rem;line-height:1.25}
.guide-card-body > span{color:var(--ink-soft);font-size:.95rem;line-height:1.6}
.guide-card .scard-go{margin-top:auto;padding-top:8px}

@media(max-width:960px){
  .guide-grid{grid-template-columns:1fr}
  .guide-layout{grid-template-columns:1fr;gap:34px}
  /* The table of contents stops being navigation on a phone and becomes a wall
     of links above the article, so it is dropped rather than moved. */
  .guide-toc{display:none}
  .guide-aside{position:static}
}
@media(max-width:560px){
  .guide-body{font-size:1.02rem}
  .guide-hero{padding:52px 0 42px}
}

/* ---- legal pages ----
   Long, dense, and read by two audiences who could not be less alike: a
   customer skimming for the cancellation rule, and a carrier compliance
   reviewer checking that four specific sentences exist. Both are served by
   generous line height and headings that are easy to scan past. */
.legal-body h2{margin:34px 0 10px;font-size:1.25rem}
.legal-body p,.legal-body li{line-height:1.75}
.legal-body ul{margin:0 0 18px 20px}
.legal-body li{margin-bottom:8px}
.legal-body b{color:var(--navy,#1a2f4e)}
