@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800&family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --font-display:"Barlow Condensed","Bahnschrift SemiCondensed","Bahnschrift","Arial Narrow","Aptos Narrow","Segoe UI",sans-serif;
  --font-body:"Inter","Aptos","Segoe UI Variable Text","Segoe UI",sans-serif;
  --bg:#000000;
  --bg-soft:#0a0a0a;
  --panel:#111111;
  --panel-soft:#181818;
  --text:#ffffff;
  --muted:#888888;
  --muted-strong:#bbbbbb;
  --line:rgba(255,255,255,.1);
  --line-strong:rgba(255,255,255,.2);
  --brand:#e4a15b;
  --brand-2:#c88441;
  --accent:#f5ddb8;
  --shadow-lg:0 26px 70px rgba(0,0,0,.65);
  --shadow-md:0 18px 46px rgba(0,0,0,.5);
  --max:1200px;
  --radius-sm:14px;
  --radius-md:22px;
  --radius-lg:32px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;padding:0}
body{
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.68;
  color:var(--text);
  background:
    radial-gradient(900px 520px at 90% -10%,rgba(228,161,91,.16),transparent 58%),
    radial-gradient(700px 420px at 0% 16%,rgba(255,244,230,.06),transparent 48%),
    linear-gradient(180deg,#0b0a08 0%,#12100d 40%,#0a0907 100%);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit}
img{display:block;max-width:100%}
.container{width:min(100% - 2rem,var(--max));margin-inline:auto}
.skip-link{position:absolute;left:-9999px;top:0;background:#fff;color:#111;padding:.75rem .9rem;border-radius:0 0 10px 0;z-index:100}.skip-link:focus{left:0}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(16px);
  background:rgba(12,11,9,.8);
  border-bottom:1px solid rgba(255,245,233,.07);
}
.nav-wrap{min-height:5.35rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{text-decoration:none;display:inline-flex;align-items:center;flex-shrink:0}
.logo img{width:auto;height:3.05rem;object-fit:contain}
.nav-actions{display:flex;align-items:center;gap:.8rem}
.nav-list{display:flex;align-items:center;gap:.35rem;list-style:none;margin:0;padding:0}
.nav-list a{text-decoration:none;color:var(--muted);border-radius:999px;padding:.56rem .9rem;font-weight:700;font-size:.95rem;transition:background .2s ease,color .2s ease}
.nav-list a:hover,.nav-list a:focus-visible,.nav-list a[aria-current="page"]{color:var(--text);background:rgba(255,245,233,.07)}
.menu-toggle{display:none;min-width:46px;min-height:46px;border-radius:999px;border:1px solid var(--line);background:rgba(255,245,233,.04);color:var(--text)}

.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.82rem 1.2rem;border-radius:999px;border:1px solid transparent;text-decoration:none;font-weight:800;font-size:.95rem;letter-spacing:.01em;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{color:#120f0c;background:linear-gradient(135deg,var(--brand),var(--brand-2));box-shadow:0 12px 26px rgba(200,132,65,.23)}
.btn-secondary{color:var(--text);border-color:var(--line-strong);background:rgba(255,245,233,.03)}

.kicker,.eyebrow{margin:0 0 .78rem;text-transform:uppercase;letter-spacing:.16em;color:#d9b38b;font-size:.71rem;font-weight:900}
h1,h2,h3{margin:0;line-height:1;letter-spacing:.005em;font-family:var(--font-display)}
h1{font-size:clamp(2.9rem,5.4vw,5.3rem);max-width:11ch;font-weight:700}
h2{font-size:clamp(2rem,3vw,3.25rem);max-width:14ch;font-weight:700}
h3{font-size:clamp(1.2rem,1.8vw,1.55rem);font-weight:700}
p{margin:0 0 1rem}.lead{color:var(--muted-strong);max-width:58ch;font-size:clamp(1.02rem,1.26vw,1.1rem);line-height:1.78}.muted{color:var(--muted)}

.hero{padding:3.5rem 0 2.5rem}.hero-premium{padding-top:3.8rem}
.hero-shell{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:1.15rem;align-items:stretch}
.hero-copy-block,.hero-media-grid,.card,.signature-card,.showcase-card,.service-panel,.process-node,.checkout-card,.faq-item{border:1px solid var(--line);box-shadow:var(--shadow-md)}
.hero-copy-block{position:relative;overflow:hidden;min-height:100%;padding:clamp(1.8rem,3vw,2.8rem);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(27,24,20,.96),rgba(18,16,13,.92))}
.hero-copy-block::before{content:"";position:absolute;inset:0;background:linear-gradient(140deg,rgba(255,245,233,.05),transparent 36%),linear-gradient(180deg,transparent 46%,rgba(255,245,233,.018));pointer-events:none}.hero-copy-block>*{position:relative;z-index:1}
.hero-copy-block h1{text-wrap:balance;margin-bottom:1rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}
.impact-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:1.7rem}
.impact-item{padding:1rem 1rem 1.05rem;border-radius:16px;background:rgba(255,245,233,.035);border:1px solid rgba(255,245,233,.08)}
.impact-item strong{display:block;margin-bottom:.22rem;color:#fff;font-size:.97rem;line-height:1.2;font-family:var(--font-body)}
.impact-item span{display:block;color:var(--muted);font-size:.92rem;line-height:1.52}

.hero-media-grid{display:grid;grid-template-columns:1.14fr .86fr;grid-template-rows:1fr 1fr;gap:1rem;padding:1rem;border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(24,21,17,.92),rgba(16,14,11,.88))}
.hero-media{position:relative;overflow:hidden;border-radius:24px;min-height:220px;background:#13100d}.hero-media img{width:100%;height:100%;object-fit:cover;transform:scale(1.01)}.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(8,7,6,.78) 100%)}.hero-media figcaption{position:absolute;left:1rem;right:1rem;bottom:1rem;z-index:1;font-weight:700;font-size:.93rem;line-height:1.45}.hero-media-large{grid-column:1;grid-row:1/span 2;min-height:560px}.hero-media-tall{grid-column:2;grid-row:1}

.section{padding:3.8rem 0}.section-tight{padding-top:1.5rem}.section-heading{display:grid;gap:.38rem;margin-bottom:1.5rem}.section-heading h2,.service-hero h1{text-wrap:balance}.split-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem}

.signature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.signature-card{border-radius:var(--radius-md);padding:1.45rem;background:linear-gradient(180deg,rgba(255,245,233,.045),rgba(255,245,233,.02));backdrop-filter:blur(4px)}.signature-index{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:999px;background:rgba(200,132,65,.16);color:#e7bf97;font-weight:900;margin-bottom:1rem;font-family:var(--font-body)}.signature-card p,.card p,.showcase-copy p,.service-panel-copy p,.process-node p{color:var(--muted)}

.showcase-section{padding-top:2.7rem}.showcase-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:1rem}.showcase-card{position:relative;overflow:hidden;min-height:430px;border-radius:26px;background:#16120f}.showcase-card img{width:100%;height:100%;object-fit:cover}.showcase-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,8,7,.06),rgba(10,8,7,.88) 82%)}.showcase-copy{position:absolute;left:1.15rem;right:1.15rem;bottom:1.05rem;z-index:1;max-width:27rem}.showcase-copy .eyebrow{margin-bottom:.5rem}.showcase-copy h3{margin-bottom:.55rem}.showcase-copy a{font-weight:800;text-decoration:none;color:#fff;border-bottom:1px solid rgba(255,245,233,.32);padding-bottom:.14rem}.showcase-card-wide{min-height:540px}

.gallery-band{padding-top:2.5rem}.gallery-mosaic{display:grid;grid-template-columns:1.22fr .78fr .78fr;gap:1rem}.gallery-tile{overflow:hidden;min-height:235px;border-radius:22px;border:1px solid var(--line);box-shadow:var(--shadow-md)}.gallery-tile img{width:100%;height:100%;object-fit:cover}.gallery-tile-large{grid-row:1/span 2;min-height:490px}

.process-rail{padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,245,233,.04),rgba(255,245,233,.015));box-shadow:var(--shadow-md)}.process-line{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.process-node{border-radius:20px;padding:1.22rem;background:linear-gradient(180deg,rgba(255,245,233,.04),rgba(255,245,233,.02));backdrop-filter:blur(4px)}.process-node strong{display:inline-flex;align-items:center;justify-content:center;width:2.65rem;height:2.65rem;border-radius:999px;background:rgba(200,132,65,.15);color:#f0cda8;font-size:1rem;margin-bottom:.9rem;font-family:var(--font-body)}

.breadcrumbs{color:var(--muted);margin-bottom:1rem;font-size:.92rem}.breadcrumbs a{color:var(--muted)}
.notice{border-left:4px solid var(--brand-2);background:rgba(228,161,91,.11);color:#f4d4b7;border-radius:12px;padding:.8rem .95rem}
input,textarea,select{width:100%;margin-top:.36rem;min-height:48px;padding:.82rem .9rem;border-radius:14px;border:1px solid var(--line-strong);background:#13100d;color:#fff;font:inherit}textarea{min-height:124px}

.service-hero{max-width:54rem;margin-bottom:1.8rem}.service-stack{display:grid;gap:1rem}.service-panel{display:grid;grid-template-columns:minmax(330px,.92fr) minmax(0,1.08fr);gap:1.2rem;align-items:stretch;padding:1.15rem;border-radius:28px;background:linear-gradient(180deg,rgba(255,245,233,.04),rgba(255,245,233,.02));backdrop-filter:blur(4px)}.service-panel-media{overflow:hidden;min-height:340px;border-radius:22px}.service-panel-media img{width:100%;height:100%;object-fit:cover}.service-panel-copy{padding:.35rem .15rem}.service-panel-copy h2{margin-bottom:.6rem}.service-bullets{margin:.95rem 0 0;padding-left:1rem;color:var(--muted)}.service-bullets li{margin-bottom:.42rem}.service-actions{display:flex;flex-wrap:wrap;gap:.78rem;margin-top:1.25rem}

.cards,.feature-band,.portfolio-grid,.stat-grid,.split{display:grid;gap:1rem}.cards,.feature-band,.portfolio-grid,.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.split{grid-template-columns:repeat(2,minmax(0,1fr))}.card{padding:1.1rem;border-radius:20px;background:linear-gradient(180deg,rgba(255,245,233,.04),rgba(255,245,233,.02))}.list{margin:.75rem 0;padding-left:1rem;color:var(--muted)}.media-card{overflow:hidden}.media-card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:15px;border:1px solid var(--line);background:#15110d}.media-card h3{margin-top:.9rem}.portfolio-item{border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,rgba(255,245,233,.05),rgba(255,245,233,.015));padding:.8rem}.portfolio-item img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:12px}

.checkout-card{padding:1.35rem;border-radius:24px;background:linear-gradient(180deg,rgba(255,245,233,.045),rgba(255,245,233,.022));backdrop-filter:blur(4px)}.checkout-summary{position:sticky;top:5.9rem;background:linear-gradient(180deg,rgba(200,132,65,.10),rgba(255,245,233,.025));box-shadow:var(--shadow-md)}.checkout-summary-hero{background:linear-gradient(180deg,rgba(200,132,65,.14),rgba(24,21,17,.95) 62%)}.checkout-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1rem 0 1.1rem}.checkout-label{display:block;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.1em;font-size:.73rem;font-weight:800;color:#dfb58a}.checkout-status,.checkout-price{margin:0}.checkout-price{font-size:1.1rem;font-weight:800;color:#f2d6b4}.checkout-button{width:100%;margin-top:.3rem}.checkout-help{margin-bottom:0}.is-disabled,.btn[aria-disabled="true"]{pointer-events:none;opacity:.55;filter:saturate(.5)}.checkout-hero-block{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:end;margin-bottom:1.55rem;padding:1.45rem 1.5rem;border:1px solid var(--line);border-radius:26px;background:linear-gradient(135deg,rgba(200,132,65,.11),rgba(255,245,233,.05) 58%,rgba(255,245,233,.03))}.checkout-pill-row{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:flex-end}.selector-shell{margin-top:1rem}.checkout-selector-panel h2{margin-bottom:.5rem}.checkout-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1.25rem}.checkout-feature-grid article{padding:1rem;border-radius:16px;background:rgba(255,245,233,.04);border:1px solid rgba(255,245,233,.07)}.checkout-feature-grid strong{display:block;margin-bottom:.35rem}.checkout-feature-grid p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.6}.booking-layout-refresh{align-items:stretch}.meta-pill{border:1px solid rgba(228,161,91,.34);color:#f4d7ba;border-radius:999px;padding:.4rem .75rem;font-size:.82rem;font-weight:800;background:rgba(200,132,65,.08)}

.faq-item{margin-bottom:.8rem;border-radius:18px;background:linear-gradient(180deg,rgba(255,245,233,.05),rgba(255,245,233,.02));overflow:hidden}.faq-question{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:1rem 1.05rem;border:0;background:transparent;color:var(--text);text-align:left;cursor:pointer;font:inherit;font-weight:800}.faq-question::before{content:"+";flex:0 0 1rem;color:var(--muted-strong);line-height:1.1}.faq-question[aria-expanded="true"]::before{content:"-"}.faq-question span{flex:1 1 auto}.faq-answer{padding:0 1.05rem 1rem 2.8rem}.faq-answer p{margin:0}
footer{margin-top:2rem;border-top:1px solid rgba(255,245,233,.08);background:rgba(8,7,6,.72)}.footer-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:start;padding:1.25rem 0}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.7rem}.footer-links a{color:var(--muted);text-decoration:none;border-radius:8px;padding:.25rem .4rem}

a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #d99555;outline-offset:2px}

@media (max-width:980px){.hero-shell,.showcase-grid,.gallery-mosaic,.service-panel,.split,.footer-grid,.impact-strip,.signature-grid,.process-line,.cards,.feature-band,.portfolio-grid,.stat-grid,.checkout-meta,.checkout-feature-grid,.checkout-hero-block{grid-template-columns:1fr}.menu-toggle{display:inline-flex;align-items:center;justify-content:center}.nav-list{position:absolute;top:calc(100% + .45rem);right:1rem;left:1rem;background:#16130f;border:1px solid var(--line);border-radius:18px;padding:.55rem;display:none;flex-direction:column;align-items:stretch;box-shadow:var(--shadow-md)}.nav-list.open{display:flex}.nav-actions>.btn-primary{display:none}.hero{padding-top:2.4rem}.hero-media-grid{grid-template-columns:1fr;grid-template-rows:auto}.hero-media-large,.hero-media-tall{grid-column:auto;grid-row:auto;min-height:300px}.gallery-tile-large{grid-row:auto;min-height:320px}.checkout-pill-row{justify-content:flex-start}.service-panel{grid-template-columns:1fr;padding:1rem}.checkout-summary{position:static;top:auto}h1,h2{max-width:none}.split-heading{align-items:start;flex-direction:column}}
@media (max-width:640px){body{font-size:15.5px}.container{width:min(100% - 1.2rem,var(--max))}.nav-wrap{min-height:4.75rem}.logo img{height:2.55rem}.hero-copy-block,.hero-media-grid,.service-panel,.checkout-card,.process-rail{border-radius:22px}.hero-copy-block,.checkout-card,.card,.signature-card,.process-node{padding:1.1rem}.section{padding:2.9rem 0}.hero-actions,.service-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.impact-strip{gap:.7rem}.showcase-card,.showcase-card-wide{min-height:360px}.showcase-copy,.hero-media figcaption{left:.9rem;right:.9rem;bottom:.9rem}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.site-header{
  background:linear-gradient(180deg,rgba(12,11,9,.92),rgba(12,11,9,.78));
  border-bottom:1px solid rgba(255,245,233,.08);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.nav-wrap{min-height:5.6rem;gap:1.4rem}
.logo img{height:4rem}
.nav-actions{gap:1.15rem}
.nav-list{
  gap:1.1rem;
  padding:.15rem 0;
}
.nav-list a{
  position:relative;
  padding:.15rem 0;
  border-radius:0;
  background:transparent!important;
  color:var(--muted-strong);
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.nav-list a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-.45rem;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--brand-2),transparent);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .2s ease;
}
.nav-list a:hover,
.nav-list a:focus-visible,
.nav-list a[aria-current="page"]{
  color:#fff8ef;
}
.nav-list a:hover::after,
.nav-list a:focus-visible::after,
.nav-list a[aria-current="page"]::after{
  transform:scaleX(1);
}
.nav-actions > .btn-primary{
  min-height:42px;
  padding:.7rem 1rem;
  background:transparent;
  color:#f3e8da;
  border:1px solid rgba(228,161,91,.45);
  box-shadow:none;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:.74rem;
}
.nav-actions > .btn-primary:hover{
  background:rgba(228,161,91,.08);
  border-color:rgba(228,161,91,.7);
}
.menu-toggle{
  min-width:42px;
  min-height:42px;
  border-radius:10px;
  background:transparent;
}
@media (max-width:980px){
  .nav-wrap{min-height:5rem}
  .nav-actions{gap:.7rem}
  .nav-list{
    gap:.2rem;
    padding:.7rem .8rem;
    background:linear-gradient(180deg,#17130f,#120f0c);
    border:1px solid rgba(255,245,233,.08);
    border-radius:16px;
  }
  .nav-list a{
    padding:.78rem 0;
    font-size:.78rem;
    border-bottom:1px solid rgba(255,245,233,.08);
  }
  .nav-list li:last-child a{border-bottom:0}
  .nav-list a::after{display:none}
}
.hero-shell-clean{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);align-items:stretch}
.hero-copy-refined{justify-content:center}
.hero-feature-image{position:relative;overflow:hidden;margin:0;border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow-lg);min-height:620px;background:#14110e}
.hero-feature-image img{width:100%;height:100%;object-fit:cover}
.hero-feature-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,7,6,.08),rgba(8,7,6,.74) 82%)}
.hero-feature-image figcaption{position:absolute;left:1.35rem;right:1.35rem;bottom:1.35rem;z-index:1;display:grid;gap:.3rem;max-width:26rem}
.hero-feature-image strong{font-family:var(--font-display);font-size:2rem;font-weight:700}
.hero-feature-image span:last-child{color:var(--muted-strong);line-height:1.6}
.editorial-heading{max-width:50rem}
.editorial-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.editorial-service-card{padding:1.5rem;border-radius:24px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,245,233,.045),rgba(255,245,233,.02));box-shadow:var(--shadow-md)}
.editorial-service-card h3{margin-bottom:.65rem}
.editorial-service-card p{color:var(--muted)}
.editorial-service-card a{display:inline-block;margin-top:.35rem;text-decoration:none;font-weight:800;color:#fff;border-bottom:1px solid rgba(255,245,233,.3);padding-bottom:.12rem}
.gallery-clean .gallery-mosaic-clean{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.gallery-clean .gallery-tile{min-height:310px}
.process-rail-clean{background:linear-gradient(180deg,rgba(255,245,233,.03),rgba(255,245,233,.012))}
@media (max-width:980px){.hero-shell-clean,.editorial-service-grid,.gallery-clean .gallery-mosaic-clean{grid-template-columns:1fr}.hero-feature-image{min-height:420px}.gallery-clean .gallery-tile{min-height:260px}}
.service-detail-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.1rem;align-items:start}
.service-detail-media{margin:0;overflow:hidden;border-radius:28px;border:1px solid var(--line);box-shadow:var(--shadow-lg);min-height:520px;background:#14110e}.service-detail-media img{width:100%;height:100%;object-fit:cover}
.service-detail-copy{display:grid;gap:1rem}
.service-meta-row{display:flex;flex-wrap:wrap;gap:.55rem}
.service-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.legal-card h2{margin-bottom:.7rem}.legal-card p+.notice{margin-top:1rem}
@media (max-width:980px){.service-detail-shell,.service-detail-grid{grid-template-columns:1fr}.service-detail-media{min-height:320px}}
.service-panel-media-text{display:flex;flex-direction:column;justify-content:flex-end;padding:1.4rem;background:linear-gradient(160deg,rgba(228,161,91,.18),rgba(19,16,13,.96) 58%),linear-gradient(180deg,rgba(255,245,233,.04),rgba(255,245,233,.02));border:1px solid var(--line)}
.service-panel-mark{font-family:var(--font-body);font-size:clamp(2rem,4vw,3.2rem);font-weight:800;letter-spacing:.12em;color:#f3e6d7;margin-bottom:.55rem}
.service-panel-media-text p{margin:0;color:var(--muted-strong);max-width:22rem;line-height:1.55}

.site-header{
  background:rgba(10,9,8,.78);
  border-bottom:1px solid rgba(255,245,233,.06);
  box-shadow:0 10px 26px rgba(0,0,0,.14);
}
.site-header::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(228,161,91,.34),transparent);
  pointer-events:none;
}
.nav-wrap{
  min-height:5.25rem;
  grid-template-columns:auto 1fr auto;
}
.logo img{
  height:2.5rem;
}
.nav-actions{
  flex:1;
  justify-content:flex-end;
  gap:1rem;
}
.nav-list{
  position:relative;
  align-items:center;
  gap:1.4rem;
  padding:0 1.2rem;
  margin-left:auto;
  margin-right:.2rem;
}
.nav-list::before,
.nav-list::after{
  content:"";
  width:1px;
  height:1.1rem;
  background:rgba(255,245,233,.12);
}
.nav-list a{
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.22em;
  color:#d9cec1;
  padding:.2rem 0;
}
.nav-list a::after{
  bottom:-.62rem;
  height:2px;
  background:linear-gradient(90deg,rgba(228,161,91,0),rgba(228,161,91,.92),rgba(228,161,91,0));
}
.nav-actions>.btn-primary{
  min-height:40px;
  padding:.62rem .95rem;
  border-radius:999px;
  color:#f6ecdf;
  border:1px solid rgba(228,161,91,.34);
  background:linear-gradient(180deg,rgba(255,245,233,.04),rgba(255,245,233,.015));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.16em;
}
.nav-actions>.btn-primary:hover{
  background:linear-gradient(180deg,rgba(228,161,91,.12),rgba(255,245,233,.03));
  border-color:rgba(228,161,91,.58);
}
.menu-toggle{
  position:relative;
  min-width:44px;
  min-height:44px;
  border-radius:12px;
  border:1px solid rgba(255,245,233,.12);
  background:linear-gradient(180deg,rgba(255,245,233,.04),rgba(255,245,233,.015));
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
@media (max-width:980px){
  .nav-wrap{
    min-height:4.85rem;
  }
  .logo img{
    height:2.28rem;
  }
  .nav-actions{
    flex:0 0 auto;
    gap:.55rem;
  }
  .nav-list{
    top:calc(100% + .6rem);
    left:.6rem;
    right:.6rem;
    margin:0;
    padding:.8rem .95rem;
    gap:0;
    border-radius:18px;
    border:1px solid rgba(255,245,233,.1);
    background:linear-gradient(180deg,rgba(24,20,16,.98),rgba(15,12,10,.98));
    box-shadow:0 22px 48px rgba(0,0,0,.34);
  }
  .nav-list::before,
  .nav-list::after{
    display:none;
  }
  .nav-list a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    padding:.9rem 0;
    font-size:.78rem;
    letter-spacing:.18em;
    border-bottom:1px solid rgba(255,245,233,.08);
  }
  .nav-list li:last-child a{
    border-bottom:0;
  }
  .nav-list a::after{
    display:none;
  }
  .nav-list a[aria-current="page"]{
    color:#fff7ed;
  }
  .menu-toggle{
    order:2;
  }
}
.service-panel{grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:1rem;padding:1rem}
.service-panel-media{min-height:240px;max-height:300px}
.service-panel-media img{object-position:center center}
.service-panel-copy{padding:.1rem 0}
.service-panel-copy p{max-width:42ch}
@media (max-width:980px){.service-panel{grid-template-columns:1fr}.service-panel-media{min-height:220px;max-height:260px}}
.process-section-clean{padding:2.1rem 0}
.process-rail-clean{padding:1rem 1.05rem}
.process-line{gap:.75rem}
.process-node{padding:.85rem .9rem;min-height:auto}
.process-node strong{width:2.1rem;height:2.1rem;margin-bottom:.55rem;font-size:.92rem}
.process-node h3{font-size:1.1rem;margin-bottom:.35rem}
.process-node p{margin:0;font-size:.92rem;line-height:1.5}
@media (max-width:640px){.process-section-clean{padding:1.6rem 0}.process-rail-clean{padding:.9rem}.process-node{padding:.8rem}}
.logo img{height:3.3rem;max-width:min(360px,40vw)}
.nav-wrap{min-height:5.8rem}
@media (max-width:980px){.logo img{height:2.9rem;max-width:58vw}.nav-wrap{min-height:5.1rem}}
@media (max-width:640px){.logo img{height:2.7rem;max-width:62vw}}
@media (max-width:980px){
  .site-header{backdrop-filter:blur(18px)}
  .nav-wrap{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.75rem;min-height:4.7rem}
  .logo{min-width:0}
  .logo img{height:2.55rem;max-width:64vw}
  .nav-actions{display:contents}
  .menu-toggle{
    order:2;
    justify-self:end;
    width:46px;
    min-width:46px;
    height:46px;
    min-height:46px;
    padding:0;
    border-radius:14px;
    font-size:0;
    background:linear-gradient(180deg,rgba(255,245,233,.06),rgba(255,245,233,.02));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  }
  .menu-toggle::before,
  .menu-toggle::after{
    content:"";
    position:absolute;
    left:12px;
    right:12px;
    height:2px;
    border-radius:999px;
    background:#f1e6d8;
    transition:transform .2s ease,top .2s ease,opacity .2s ease;
  }
  .menu-toggle::before{top:17px;box-shadow:0 8px 0 #f1e6d8}
  .menu-toggle::after{top:29px;opacity:0}
  .menu-toggle[aria-expanded="true"]::before{top:22px;transform:rotate(45deg);box-shadow:none}
  .menu-toggle[aria-expanded="true"]::after{top:22px;opacity:1;transform:rotate(-45deg)}
  .nav-list{
    position:absolute;
    top:calc(100% + .55rem);
    left:.75rem;
    right:.75rem;
    margin:0;
    padding:.8rem 1rem;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    border-radius:20px;
    border:1px solid rgba(255,245,233,.09);
    background:linear-gradient(180deg,rgba(22,18,15,.99),rgba(12,10,8,.99));
    box-shadow:0 26px 60px rgba(0,0,0,.42);
  }
  .nav-list.open{display:flex}
  .nav-list li{display:block}
  .nav-list a{
    width:100%;
    padding:1rem 0;
    font-size:.8rem;
    letter-spacing:.18em;
    border-bottom:1px solid rgba(255,245,233,.08);
  }
  .nav-list li:last-child a{border-bottom:0}
  .nav-list a[aria-current="page"]{color:#fff8ef}
}
@media (max-width:640px){
  .logo img{height:2.38rem;max-width:68vw}
  .nav-list{left:.55rem;right:.55rem;top:calc(100% + .45rem)}
}

/* Consolidated final layout overrides */
.nav-wrap{
  min-height:5.45rem;
  gap:.75rem;
}
.logo img{
  height:3.5rem;
  max-width:min(440px,48vw);
}
.nav-actions{
  gap:.65rem;
}
.nav-list{
  gap:.75rem;
}
.nav-list a{
  font-size:.72rem;
  letter-spacing:.17em;
  padding:.28rem 0;
}
.nav-actions > .btn-primary{
  min-height:38px;
  padding:.56rem .82rem;
  font-size:.67rem;
}
.section{
  padding:2.25rem 0;
}
.section-tight{
  padding-top:1rem;
}
.section-heading,
.service-hero,
.editorial-heading,
.checkout-hero-block{
  margin-bottom:.85rem;
}
.hero,
.hero-premium{
  padding-top:1.95rem;
  padding-bottom:1.35rem;
}
.hero-shell,
.service-detail-shell,
.service-detail-grid,
.editorial-service-grid,
.process-line,
.signature-grid,
.checkout-meta,
.checkout-feature-grid,
.footer-grid,
.impact-strip,
.service-stack,
.service-detail-copy,
.service-actions,
.service-meta-row,
.faq-list,
.legal-stack{
  gap:.7rem;
}
.hero-copy-block,
.card,
.signature-card,
.process-node,
.checkout-card,
.service-panel,
.editorial-service-card,
.checkout-hero-block,
.portfolio-item,
.legal-card{
  padding:.95rem;
}
.hero-copy-block > :last-child,
.card > :last-child,
.signature-card > :last-child,
.process-node > :last-child,
.checkout-card > :last-child,
.service-panel-copy > :last-child,
.editorial-service-card > :last-child,
.checkout-hero-block > :last-child,
.legal-card > :last-child{
  margin-bottom:0;
}
.hero-copy-block h1,
.service-hero h1,
.editorial-heading h1,
.section-heading h2,
.editorial-service-card h3,
.service-panel-copy h2,
.legal-card h2{
  margin-bottom:.5rem;
}
p,
.list,
.service-bullets{
  margin-bottom:.7rem;
}
.service-bullets li,
.list li{
  margin-bottom:.28rem;
}
.hero-actions,
.service-actions{
  gap:.55rem;
  margin-top:.9rem;
}
.hero-feature-image{
  min-height:420px;
}
.hero-feature-image figcaption,
.showcase-copy,
.hero-media figcaption{
  left:.9rem;
  right:.9rem;
  bottom:.9rem;
}
.impact-item{
  padding:.68rem .75rem;
}
.process-section-clean{
  padding:1.25rem 0;
}
.process-rail-clean,
.process-rail{
  padding:.8rem .88rem;
}
.process-node strong,
.signature-index{
  margin-bottom:.38rem;
}
.service-panel{
  gap:.75rem;
}
.service-panel-media{
  min-height:190px;
  max-height:230px;
}
.service-panel-copy{
  padding:0;
}
.checkout-meta{
  margin:.75rem 0 .85rem;
}
.checkout-feature-grid article{
  padding:.8rem;
}
.faq-item{
  margin-bottom:.45rem;
}
footer{
  margin-top:.9rem;
}
.footer-grid{
  padding:.8rem 0;
}
.footer-links{
  gap:.5rem;
}
.footer-meta{
  padding:0 0 .8rem;
}
.card-stack-top{
  margin-top:1rem;
}
@media (max-width:980px){
  .nav-wrap{
    min-height:4.85rem;
  }
  .logo img{
    height:2.95rem;
    max-width:68vw;
  }
  .nav-list{
    top:calc(100% + .35rem);
    left:.55rem;
    right:.55rem;
    padding:.66rem .82rem;
  }
  .nav-list a{
    padding:.8rem 0;
  }
  .section{
    padding:1.9rem 0;
  }
  .hero,
  .hero-premium{
    padding-top:1.55rem;
    padding-bottom:1.1rem;
  }
  .hero-feature-image{
    min-height:320px;
  }
  .service-detail-media{
    min-height:240px;
  }
}
@media (max-width:640px){
  .container{
    width:min(100% - .85rem,var(--max));
  }
  .nav-wrap{
    min-height:4.45rem;
  }
  .logo img{
    height:2.55rem;
    max-width:74vw;
  }
  .section{
    padding:1.55rem 0;
  }
  .hero,
  .hero-premium{
    padding-top:1.35rem;
    padding-bottom:.95rem;
  }
  .hero-copy-block,
  .card,
  .signature-card,
  .process-node,
  .checkout-card,
  .service-panel,
  .editorial-service-card,
  .checkout-hero-block,
  .portfolio-item,
  .legal-card{
    padding:.88rem;
  }
  .hero-actions,
  .service-actions{
    gap:.5rem;
  }
  .hero-feature-image{
    min-height:260px;
  }
  .process-section-clean{
    padding:1rem 0;
  }
}


/* Availability request */
.availability-layout{align-items:start}
.availability-form,.availability-message{display:grid;gap:.8rem}
.availability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}
.availability-form-card,.availability-side-card{padding:1rem}
.availability-side-card h2,.availability-form-card h2{max-width:none}
.form-note{margin:.15rem 0 .2rem}
.bot-field{position:absolute;left:-9999px;opacity:0;pointer-events:none}
.narrow-stack{max-width:760px}
.thanks-card{text-align:center}
@media (max-width:980px){.availability-grid{grid-template-columns:1fr}}


/* Service hero desktop heading width fix */
.service-hero h1{
  max-width:16ch;
}
@media (min-width:981px){
  .service-hero{
    max-width:72rem;
  }
  .service-hero h1{
    max-width:12ch;
  }
}


/* Compact homepage, services, ADA, and premium motion */
body{line-height:1.62}
p{color:var(--muted)}
.lead{max-width:52ch;line-height:1.62;color:#e3d8cc}
.kicker,.eyebrow{letter-spacing:.19em;font-size:.72rem}
h1{max-width:10.5ch;line-height:.93}
h2{line-height:.97}
.btn,.nav-list a,.footer-links a,.text-link{min-height:44px}
.btn{padding:.82rem 1.05rem}
.footer-links a{display:inline-flex;align-items:center}
.text-link{display:inline-flex;align-items:center;font-weight:800;text-decoration:none;color:#f3e6d7;border-bottom:1px solid rgba(228,161,91,.38);padding:.15rem 0}
.text-link:hover,.text-link:focus-visible{color:#fff;border-color:rgba(228,161,91,.7)}
.skip-link{padding:.9rem 1rem;border-radius:0 0 12px 0}
.compact-hero .hero-shell{grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:.9rem}
.compact-hero .hero-copy-block{padding:1rem 1rem 1.05rem}
.compact-hero .hero-actions{margin-top:.8rem}
.hero-feature-compact{min-height:400px}
.trust-band{padding-top:0}
.trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}
.trust-item{padding:.8rem .9rem;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,rgba(255,245,233,.04),rgba(255,245,233,.018));box-shadow:var(--shadow-md)}
.trust-item strong{display:block;margin-bottom:.15rem;color:#fff;font-size:.96rem}
.trust-item span{display:block;color:var(--muted);font-size:.93rem;line-height:1.45}
.section-compact{padding:1.6rem 0}
.compact-heading{margin-bottom:.7rem}
.compact-service-grid .editorial-service-card{padding:1rem;min-height:100%}
.compact-faq .compact-cta-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:.8rem;align-items:start}
.cta-block,.faq-stack{border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,rgba(255,245,233,.04),rgba(255,245,233,.018));box-shadow:var(--shadow-md)}
.cta-block{padding:1rem}
.faq-stack{padding:.55rem}
.faq-stack .faq-item{margin:0}
.compact-actions{margin-top:.75rem}
.compact-service-hero{max-width:62rem;margin-bottom:.7rem}
.compact-service-stack{gap:.65rem}
.compact-service-panel{grid-template-columns:minmax(240px,.62fr) minmax(0,1.38fr);align-items:center;padding:.8rem;border-radius:24px}
.compact-service-panel .service-panel-media{min-height:170px;max-height:205px;border-radius:18px}
.compact-service-panel .service-panel-copy h2{max-width:none}
.compact-service-panel .service-panel-copy p{max-width:52ch}
.compact-bullets{margin:.45rem 0 0;padding-left:1rem}
.compact-actions-row{align-items:center;gap:.7rem;margin-top:.7rem}
input,textarea,select{min-height:50px}
textarea{min-height:136px}
.notice,.faq-item,.trust-item,.cta-block,.service-panel,.editorial-service-card,.hero-copy-block,.hero-feature-image{transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease, opacity .35s ease}
.service-panel:hover,.editorial-service-card:hover,.cta-block:hover,.trust-item:hover{transform:translateY(-2px);border-color:rgba(228,161,91,.25);box-shadow:0 22px 42px rgba(0,0,0,.22)}
.reveal-up{opacity:0;transform:translateY(14px);animation:premiumReveal .6s ease forwards}
.reveal-up:nth-child(2){animation-delay:.08s}
.reveal-up:nth-child(3){animation-delay:.14s}
.reveal-up:nth-child(4){animation-delay:.2s}
@keyframes premiumReveal{to{opacity:1;transform:none}}
@media (max-width:980px){
  .compact-hero .hero-shell,.compact-faq .compact-cta-grid,.trust-grid{grid-template-columns:1fr}
  .hero-feature-compact{min-height:320px}
  .compact-service-panel{grid-template-columns:1fr;padding:.82rem}
  .compact-service-panel .service-panel-media{min-height:190px;max-height:220px}
  .compact-service-hero{max-width:none}
}
@media (max-width:640px){
  body{font-size:15.7px}
  .section-compact{padding:1.3rem 0}
  .compact-hero .hero-copy-block,.cta-block,.compact-service-grid .editorial-service-card{padding:.92rem}
  .compact-service-panel .service-panel-media{min-height:170px;max-height:190px}
  .compact-actions-row{flex-direction:column;align-items:stretch}
  .text-link{justify-content:center}
}
@media (prefers-reduced-motion:reduce){
  .reveal-up{opacity:1;transform:none;animation:none}
  .service-panel:hover,.editorial-service-card:hover,.cta-block:hover,.trust-item:hover{transform:none}
}

/* Final booking, availability, and typography consistency pass */
:root{
  --h1-size:clamp(2.6rem,4.8vw,4.9rem);
  --h2-size:clamp(1.7rem,2.6vw,2.6rem);
  --h3-size:clamp(1.18rem,1.55vw,1.48rem);
}
h1,h2,h3{font-family:var(--font-display);font-weight:800;letter-spacing:.01em;text-wrap:balance}
h1{font-size:var(--h1-size);line-height:.95;max-width:11.5ch}
h2{font-size:var(--h2-size);line-height:1.02;max-width:16ch}
h3{font-size:var(--h3-size);line-height:1.08}
.hero-copy-block h1,
.checkout-hero-block h1,
.availability-hero-block h1,
.thanks-card h1,
.service-detail-copy h1,
.legal-card h1,
.pricing-hero h1,
.section-heading h2,
.editorial-heading h1,
.service-panel-copy h2,
.editorial-service-card h3,
.availability-form-card h2,
.availability-side-card h2,
.checkout-card h2{
  text-wrap:pretty;
}
.hero-copy-block h1{max-width:10.8ch}
.service-hero h1{max-width:13ch}
.checkout-hero-block,
.availability-hero-block{
  padding:1rem 1rem 1.05rem;
  margin-bottom:.8rem;
}
.checkout-hero-block h1,
.availability-hero-block h1{
  max-width:10.8ch;
  margin-bottom:.4rem;
}
.booking-layout-refresh,
.compact-availability-layout{
  gap:.8rem;
}
.compact-booking-layout .checkout-card,
.compact-availability-layout .availability-form-card,
.compact-availability-layout .availability-side-card,
.thanks-card{
  padding:.95rem;
}
.compact-selector-shell,
.compact-availability-grid,
.availability-message{
  gap:.7rem;
}
.compact-form-note,
.form-note,
.checkout-help,
.availability-side-card .muted{
  margin:0;
}
.compact-checkout-meta{
  gap:.7rem;
}
.checkout-summary-hero .btn,
.availability-form .btn,
.thanks-card .btn{
  width:100%;
  justify-content:center;
}
.compact-list,
.availability-side-card .list{
  margin:.2rem 0 0;
  padding-left:1rem;
}
.compact-list li,
.availability-side-card .list li{
  margin-bottom:.3rem;
}
.narrow-stack{
  max-width:680px;
}
.thanks-card{
  margin-top:.35rem;
}
.breadcrumbs{margin-bottom:.75rem}
.section p + .btn,
.section .lead + .btn,
.section .lead + .hero-actions{
  margin-top:.7rem;
}
@media (max-width:980px){
  h1{max-width:12ch}
  .checkout-hero-block,
  .availability-hero-block,
  .compact-booking-layout .checkout-card,
  .compact-availability-layout .availability-form-card,
  .compact-availability-layout .availability-side-card,
  .thanks-card{
    padding:.9rem;
  }
}
@media (max-width:640px){
  :root{
    --h1-size:clamp(2.15rem,12vw,3.35rem);
    --h2-size:clamp(1.45rem,7.2vw,2rem);
    --h3-size:1.1rem;
  }
  h1{max-width:11ch;line-height:.97}
  .checkout-hero-block h1,
  .availability-hero-block h1,
  .thanks-card h1{max-width:9.6ch}
  .booking-layout-refresh,
  .compact-availability-layout{gap:.7rem}
}
.form-alert{
  margin:.7rem 0 0;
  padding:.78rem .85rem;
  border:1px solid rgba(228,161,91,.34);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(228,161,91,.1),rgba(255,245,233,.035));
  color:#f7e8d6;
}

/* Headline width and alignment corrections */
.service-hero,
.pricing-hero,
.checkout-hero-block,
.availability-hero-block,
.editorial-heading,
.thanks-card{
  max-width:none;
}

.service-hero h1,
.pricing-hero h1,
.editorial-heading h1{
  max-width:17.5ch;
}

.checkout-hero-block h1,
.availability-hero-block h1{
  max-width:14.5ch;
}

.compact-hero .hero-copy-block h1,
.hero-copy-block h1{
  max-width:13ch;
}

.thanks-card{
  max-width:46rem;
  margin:.35rem auto 0;
}

.thanks-card h1{
  max-width:13ch;
  margin-left:auto;
  margin-right:auto;
}

.thanks-card .lead{
  max-width:30ch;
  margin-left:auto;
  margin-right:auto;
}

@media (min-width:981px){
  .service-hero h1,
  .pricing-hero h1,
  .editorial-heading h1{
    max-width:19ch;
  }

  .checkout-hero-block h1,
  .availability-hero-block h1{
    max-width:15ch;
  }
}

@media (max-width:640px){
  .compact-hero .hero-copy-block h1,
  .hero-copy-block h1,
  .service-hero h1,
  .pricing-hero h1,
  .checkout-hero-block h1,
  .availability-hero-block h1,
  .editorial-heading h1,
  .thanks-card h1{
    max-width:12.5ch;
  }
}

/* Final responsive media system */
.service-detail-shell{
  grid-template-columns:minmax(18rem,34rem) minmax(0,1fr);
  gap:clamp(.9rem,1.4vw,1.15rem);
  align-items:start;
}

.service-detail-media{
  width:100%;
  max-width:34rem;
  height:clamp(16rem,28vw,24.5rem);
  min-height:0;
  margin:0;
  overflow:hidden;
  display:block;
  padding:0;
  border-radius:28px;
  border:1px solid var(--line);
  box-shadow:var(--shadow-lg);
  background:#14110e;
}

.service-detail-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 40%;
}

.service-detail-copy{
  gap:clamp(.85rem,1.3vw,1rem);
}

.compact-service-panel .service-panel-media{
  min-height:0;
  height:clamp(11.5rem,18vw,13rem);
  max-height:none;
  aspect-ratio:auto;
}

.compact-service-panel .service-panel-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 42%;
}

.hero-feature-image{
  min-height:clamp(20rem,33vw,26rem);
}

@media (max-width:1180px){
  .service-detail-shell,
  .service-detail-grid{
    grid-template-columns:1fr;
  }

  .service-detail-media{
    max-width:44rem;
    height:clamp(15rem,38vw,20rem);
  }

  .hero-feature-image{
    min-height:clamp(18rem,34vw,24rem);
  }

  .service-panel-media,
  .compact-service-panel .service-panel-media{
    min-height:0;
    height:clamp(11.5rem,20vw,14rem);
    max-height:none;
  }
}

@media (max-width:980px){
  .hero-feature-image{
    min-height:clamp(16rem,42vw,22rem);
  }

  .service-panel-media,
  .compact-service-panel .service-panel-media{
    height:clamp(11rem,30vw,13rem);
  }

  .service-detail-media{
    max-width:42rem;
    height:clamp(14.5rem,44vw,18.5rem);
  }
}

@media (max-width:760px){
  .hero-feature-image{
    min-height:clamp(15rem,50vw,18.5rem);
  }

  .service-panel-media,
  .compact-service-panel .service-panel-media{
    height:clamp(10.75rem,36vw,12rem);
  }

  .service-detail-media{
    max-width:100%;
    height:clamp(14rem,54vw,16.5rem);
  }
}

@media (max-width:520px){
  .hero-feature-image{
    min-height:clamp(14rem,58vw,16.5rem);
  }

  .service-panel-media,
  .compact-service-panel .service-panel-media{
    height:clamp(10rem,42vw,11rem);
  }

  .service-detail-media{
    height:clamp(13rem,62vw,15rem);
  }
}

/* Final header normalization */
.nav-actions > .btn-primary{
  display:none !important;
}
/* Final navigation polish */
.site-header{
  backdrop-filter:blur(14px);
  background:linear-gradient(180deg,rgba(8,7,6,.94),rgba(8,7,6,.86));
  box-shadow:0 14px 34px rgba(0,0,0,.24);
}

.site-header::after{
  background:linear-gradient(90deg,transparent,rgba(228,161,91,.22),transparent);
}

.nav-wrap{
  min-height:5.4rem;
  align-items:center;
  column-gap:1rem;
}

.logo img{
  height:2.72rem;
}

.nav-actions{
  align-items:center;
  gap:.85rem;
}

.nav-list{
  gap:1.05rem;
  padding:0 .95rem;
  margin-right:0;
}

.nav-list::before,
.nav-list::after{
  height:.95rem;
  background:rgba(255,245,233,.08);
}

.nav-list a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:.15rem .05rem;
  color:#d7ccbf;
  font-size:.73rem;
  font-weight:800;
  letter-spacing:.2em;
}

.nav-list a::after{
  bottom:-.48rem;
  height:1px;
  background:linear-gradient(90deg,rgba(228,161,91,0),rgba(228,161,91,.82),rgba(228,161,91,0));
}

.nav-list a:hover,
.nav-list a:focus-visible,
.nav-list a[aria-current="page"]{
  color:#fff6ea;
}

.menu-toggle{
  min-width:46px;
  min-height:46px;
  padding:0;
  font-size:0;
  color:transparent;
  border-radius:14px;
  border:1px solid rgba(255,245,233,.1);
  background:
    linear-gradient(#f0dfcf,#f0dfcf) center 18px / 18px 1.5px no-repeat,
    linear-gradient(#f0dfcf,#f0dfcf) center 27px / 18px 1.5px no-repeat,
    linear-gradient(180deg,rgba(255,245,233,.04),rgba(255,245,233,.015));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}

.menu-toggle:hover,
.menu-toggle:focus-visible{
  border-color:rgba(228,161,91,.36);
  background:
    linear-gradient(#fff6ea,#fff6ea) center 18px / 18px 1.5px no-repeat,
    linear-gradient(#fff6ea,#fff6ea) center 27px / 18px 1.5px no-repeat,
    linear-gradient(180deg,rgba(228,161,91,.08),rgba(255,245,233,.02));
}
.menu-toggle[aria-expanded="true"]{
  background:linear-gradient(180deg,rgba(255,245,233,.04),rgba(255,245,233,.015));
}
.menu-toggle[aria-expanded="true"]:hover,
.menu-toggle[aria-expanded="true"]:focus-visible{
  background:linear-gradient(180deg,rgba(228,161,91,.08),rgba(255,245,233,.02));
}

@media (max-width:980px){
  .nav-wrap{
    min-height:4.95rem;
  }

  .logo img{
    height:3.4rem;
  }

  .nav-list{
    top:calc(100% + .5rem);
    left:.55rem;
    right:.55rem;
    padding:.7rem .9rem;
    border-radius:20px;
    border:1px solid rgba(255,245,233,.08);
    background:linear-gradient(180deg,rgba(20,17,14,.98),rgba(10,8,7,.98));
    box-shadow:0 26px 54px rgba(0,0,0,.38);
  }

  .nav-list a{
    min-height:46px;
    justify-content:flex-start;
    padding:.82rem 0;
    font-size:.76rem;
    letter-spacing:.18em;
  }
}

@media (max-width:640px){
  .nav-wrap{
    min-height:4.65rem;
  }

  .logo img{
    height:3rem;
    max-width:72vw;
  }
}

/* ── Value grid (homepage mobile-service section) ───────────────── */
.home-mobile-value .section-heading{margin-bottom:0}
.value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem}
.value-card{padding:1.5rem;border-radius:var(--radius-md);border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,245,233,.045),rgba(255,245,233,.02));transition:border-color .2s ease,box-shadow .2s ease}
.value-card:hover{border-color:rgba(228,161,91,.28);box-shadow:0 8px 24px rgba(0,0,0,.22)}
.value-step{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:999px;background:rgba(200,132,65,.16);color:#e7bf97;font-weight:900;font-size:.88rem;margin-bottom:1rem;font-family:var(--font-body)}
.value-card h3{margin-bottom:.55rem}
.value-card p{margin:0}

/* ── Unified booking form ─────────────────────────────────────────── */
.unified-form-card{padding:1.5rem;border-radius:24px;background:linear-gradient(180deg,rgba(255,245,233,.05),rgba(255,245,233,.025));backdrop-filter:blur(4px)}
.form-section-label{margin:1.4rem 0 .55rem;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.16em;color:#d9b38b;padding-bottom:.4rem;border-bottom:1px solid var(--line)}
.unified-booking-form .form-section-label:first-of-type{margin-top:.2rem}
.req-marker{color:#e49b6a;font-weight:900}
.full-col{grid-column:1 / -1}

/* ── Notices banner ───────────────────────────────────────────────── */
.notices-banner{margin:1.2rem 0 .5rem;padding:.85rem 1rem;border-left:3px solid var(--brand-2);background:rgba(200,132,65,.08);border-radius:0 12px 12px 0;font-size:.9rem;line-height:1.6;color:var(--muted-strong)}
.notices-banner a{color:#e7bf97;font-weight:700}

/* ── Pricing matrix table ─────────────────────────────────────────── */
.pricing-matrix-wrap{overflow-x:auto;margin:1.5rem 0;border-radius:var(--radius-md);border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,245,233,.035),rgba(255,245,233,.01))}
.pricing-matrix table{width:100%;border-collapse:collapse;min-width:540px}
.pricing-matrix th,.pricing-matrix td{padding:.9rem 1.1rem;text-align:left;border-bottom:1px solid var(--line);vertical-align:middle}
.pricing-matrix thead th{background:rgba(255,245,233,.04);color:#d9b38b;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.14em}
.pricing-matrix tbody th{font-weight:700;color:var(--text)}
.pricing-matrix tbody th a{color:var(--text);text-decoration:none;border-bottom:1px solid rgba(255,245,233,.2)}
.pricing-matrix tbody th a:hover{color:#f4efe8;border-bottom-color:rgba(228,161,91,.5)}
.pricing-matrix tbody td{color:var(--muted-strong);font-weight:700}
.pricing-matrix tbody tr:last-child td,.pricing-matrix tbody tr:last-child th{border-bottom:none}
.pricing-matrix tbody tr:hover{background:rgba(255,245,233,.025)}
.pricing-row-highlight{background:rgba(200,132,65,.07)}
.pricing-row-highlight th,.pricing-row-highlight td{color:#f4d7ba!important}
.pricing-row-highlight:hover{background:rgba(200,132,65,.09)!important}

/* ── Maintenance plan cards ───────────────────────────────────────── */
.pricing-maintenance-card{padding:1.5rem;border-radius:var(--radius-md)}
.pricing-from-block{margin-top:1.1rem;padding-top:1rem;border-top:1px solid var(--line)}
.pricing-from-label{display:block;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.14em;color:#d9b38b;margin-bottom:.35rem}
.pricing-from-amount{font-size:1.9rem;font-weight:700;color:#f4efe8;font-family:var(--font-display);line-height:1}
.pricing-from-note{color:var(--muted);font-size:.9rem;margin-left:.3rem}

/* ── Card & btn micro-interactions ───────────────────────────────── */
.card{transition:border-color .2s ease,box-shadow .2s ease}
.card:hover{border-color:rgba(255,245,233,.15);box-shadow:0 18px 44px rgba(0,0,0,.28)}
.btn-primary:hover{box-shadow:0 16px 34px rgba(200,132,65,.35)}
.btn-secondary:hover{background:rgba(255,245,233,.07);border-color:rgba(255,245,233,.26)}
input:focus,textarea:focus,select:focus{border-color:rgba(228,161,91,.6);outline:none;box-shadow:0 0 0 3px rgba(200,132,65,.14)}

/* ── Responsive: new components ──────────────────────────────────── */
@media (max-width:980px){
  .value-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .pricing-matrix-wrap{border-radius:16px}
  .value-grid{gap:.75rem}
  .value-card{padding:1.1rem}
  .unified-form-card{padding:1.1rem}
}

/* ── Next steps — scroll-reveal & success state ─────────────────── */
.next-steps-section{
  margin-top:2.5rem;
  padding:2rem;
  border-radius:var(--radius-md);
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015));
  opacity:0;
  transform:translateY(16px);
  transition:opacity .55s ease,transform .55s ease;
}
.next-steps-section.is-visible{opacity:1;transform:none}
.next-steps-section h2{margin-bottom:1.25rem}
.next-steps-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}
.next-steps-list li{display:flex;align-items:flex-start;gap:1rem}
.next-steps-list .value-step{flex-shrink:0;margin-bottom:0}
.next-steps-list strong{display:block;margin-bottom:.2rem}
.next-steps-list p{margin:0;font-size:.94rem}
@media (min-width:640px){
  .next-steps-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
/* Inline field error */
.field-error{display:block;margin-top:.3rem;font-size:.82rem;color:#ff6b6b}
input.is-invalid,select.is-invalid,textarea.is-invalid{border-color:#ff6b6b!important}
/* Form submit loading state */
.btn[data-loading]{opacity:.65;pointer-events:none}
/* Success card text-left override */
.thanks-card.text-left{text-align:left}

/* ── Logo — bigger, bolder, impactful ───────────────────────────── */
.logo{gap:.65rem}
.logo img{
  height:7rem;
  max-width:min(560px,54vw);
  filter:drop-shadow(0 0 18px rgba(255,255,255,.12)) drop-shadow(0 2px 8px rgba(0,0,0,.6));
  transition:filter .2s ease,transform .2s ease;
}
.logo:hover img,.logo:focus-visible img{
  filter:drop-shadow(0 0 26px rgba(255,255,255,.22)) drop-shadow(0 2px 8px rgba(0,0,0,.6));
  transform:scale(1.015);
}
@media (max-width:980px){
  .logo img{height:5.5rem;max-width:64vw}
}
@media (max-width:640px){
  .logo img{height:4.2rem;max-width:74vw}
}
.nav-wrap{min-height:8rem}
@media (max-width:980px){.nav-wrap{min-height:6.8rem}}
@media (max-width:640px){.nav-wrap{min-height:5.6rem}}

/* ═══════════════════════════════════════════════════════════════════
   MONOCHROME OVERRIDE — Pure black/white, zero amber/warm tones
   ════════════════════════════════════════════════════════════════ */

/* Body — pure black, no amber radial gradients */
body{background:#000}

/* Buttons */
.btn-primary{color:#000;background:#fff;box-shadow:none}
.btn-primary:hover{background:#e8e8e8;box-shadow:0 16px 34px rgba(255,255,255,.1);transform:translateY(-1px)}
.btn-secondary{color:#fff;border-color:rgba(255,255,255,.25);background:transparent}
.btn-secondary:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.4)}

/* Focus ring */
a:focus-visible,button:focus-visible,input:focus-visible,
textarea:focus-visible,select:focus-visible,summary:focus-visible{outline-color:#fff}

/* Eyebrow / kicker */
.kicker,.eyebrow{color:var(--muted)}

/* Lead text */
.lead{color:var(--muted-strong)}

/* Site header — opaque black */
.site-header{
  background:rgba(0,0,0,.92);
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:none;
}
.site-header::after{
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);
}

/* Nav links */
.nav-list a{color:#888}
.nav-list a:hover,
.nav-list a:focus-visible,
.nav-list a[aria-current="page"]{color:#fff}
.nav-list a::after{
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.7),rgba(255,255,255,0));
}
.nav-list::before,.nav-list::after{background:rgba(255,255,255,.1)}

/* Nav CTA pill */
.nav-actions>.btn-primary{
  color:#fff;border-color:rgba(255,255,255,.22);
  background:transparent;box-shadow:none;
}
.nav-actions>.btn-primary:hover{
  background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.4);
}

/* Hamburger bars */
.menu-toggle{
  border-color:rgba(255,255,255,.15);
  background:
    linear-gradient(#fff,#fff) center 18px / 18px 1.5px no-repeat,
    linear-gradient(#fff,#fff) center 27px / 18px 1.5px no-repeat,
    transparent;
}
.menu-toggle:hover,.menu-toggle:focus-visible{
  border-color:rgba(255,255,255,.4);
  background:
    linear-gradient(#fff,#fff) center 18px / 18px 1.5px no-repeat,
    linear-gradient(#fff,#fff) center 27px / 18px 1.5px no-repeat,
    rgba(255,255,255,.04);
}
.menu-toggle::before,.menu-toggle::after{background:#fff}
.menu-toggle::before{box-shadow:0 8px 0 #fff}
.menu-toggle[aria-expanded="true"]::before{box-shadow:none}
.menu-toggle[aria-expanded="true"]{background:transparent;}

/* Mobile nav dropdown */
@media (max-width:980px){
  .nav-list{
    background:rgba(0,0,0,.98);
    border-color:rgba(255,255,255,.08);
  }
  .nav-list a[aria-current="page"]{color:#fff}
}

/* Hero blocks */
.hero-copy-block{background:linear-gradient(180deg,#0a0a0a,#050505)}
.hero-copy-block::before{background:linear-gradient(140deg,rgba(255,255,255,.03),transparent 36%)}
.hero-media-grid{background:linear-gradient(180deg,#0d0d0d,#080808)}
.hero-media{background:#111}
.hero-feature-image{background:#111}

/* Impact strip */
.impact-item{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.08)}

/* Numbered circles */
.signature-index{background:rgba(255,255,255,.08);color:#fff}
.process-node strong{background:rgba(255,255,255,.08);color:#fff}
.value-step{background:rgba(255,255,255,.08);color:#fff}

/* Cards & panels */
.card{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015))}
.card:hover{border-color:rgba(255,255,255,.18)}
.signature-card,.checkout-card,.faq-item,.editorial-service-card,
.portfolio-item,.process-node{
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
}
.trust-item,.cta-block,.faq-stack{
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018));
}
.value-card{background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02))}

/* Booking page refresh */
.compact-booking-layout{
  grid-template-columns:minmax(0,1.18fr) minmax(19rem,.82fr);
  gap:1.15rem;
  align-items:start;
}

.compact-booking-layout .checkout-card,
.booking-pricing-card,
.next-steps-section{
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 18px 48px rgba(0,0,0,.28);
}

.checkout-hero-block.booking-hero-compact{
  grid-template-columns:minmax(0,1fr);
  gap:.75rem;
  padding:1.3rem 1.35rem;
  border-radius:28px;
  background:
    radial-gradient(circle at top left,rgba(255,255,255,.08),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
}

.checkout-hero-block.booking-hero-compact .lead{
  max-width:56ch;
}

.compact-booking-layout .checkout-card{
  padding:1.3rem;
  border-radius:28px;
}

.booking-pricing-card{
  position:sticky;
  top:7.25rem;
  padding:1.2rem;
  border-radius:28px;
  background:
    radial-gradient(circle at top right,rgba(255,255,255,.09),transparent 33%),
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.02));
}

.booking-pricing-card h2{
  margin-bottom:.65rem;
}

.booking-pricing-card .list{
  margin:.85rem 0 0;
  padding:0;
  list-style:none;
}

.booking-pricing-card .list li{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:.82rem 0;
  margin:0;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#f5f5f5;
}

.booking-pricing-card .list li:last-child{
  border-bottom:none;
}

.booking-pricing-card .list li::before{
  content:"";
  flex:0 0 .48rem;
  width:.48rem;
  height:.48rem;
  margin-right:.15rem;
  border-radius:999px;
  background:#fff;
  opacity:.72;
}

.booking-pricing-card .text-link{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  font-weight:700;
}

.form-section-label{
  margin:1.55rem 0 .7rem;
  padding-bottom:.5rem;
  color:#ececec;
  border-bottom:1px solid rgba(255,255,255,.1);
}

.availability-grid.compact-availability-grid{
  gap:.95rem;
}

.availability-grid.compact-availability-grid > div,
.availability-message,
.notices-banner{
  border-radius:18px;
}

.availability-grid.compact-availability-grid > div{
  padding:.9rem;
  border:1px solid rgba(255,255,255,.06);
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));
  overflow:hidden;
  min-width:0;
}
.availability-grid.compact-availability-grid input[type="date"]{
  min-width:0;
  max-width:100%;
  width:100%;
  -webkit-appearance:none;
  appearance:none;
  min-height:48px;
  line-height:normal;
}

.availability-grid.compact-availability-grid > div label,
.availability-message label{
  display:block;
  margin-bottom:.4rem;
}

.availability-message{
  margin-top:.95rem;
  padding:1rem;
  border:1px solid rgba(255,255,255,.06);
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));
}

.notices-banner{
  margin-top:1rem;
  padding:1rem 1rem 1rem 1.05rem;
  border:1px solid rgba(255,255,255,.08);
  border-left:3px solid rgba(255,255,255,.7);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
}

.form-note{
  margin-top:1rem;
  color:#cfcfcf;
}

#booking-submit-btn{
  width:100%;
  margin-top:1rem;
  min-height:52px;
  font-size:.98rem;
}

.next-steps-section{
  margin-top:1.25rem;
  padding:1.35rem;
  border-radius:28px;
}

.next-steps-list{
  gap:.85rem;
}

.next-steps-list li{
  padding:.95rem;
  border:1px solid rgba(255,255,255,.07);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));
}

@media (max-width:980px){
  .compact-booking-layout{
    display:flex;
    flex-direction:column;
    gap:.9rem;
  }

  .booking-pricing-card{
    order:-1;
    position:static;
    width:100%;
    padding:1rem;
  }

  .checkout-hero-block.booking-hero-compact{
    padding:1.05rem;
  }

  .compact-booking-layout .checkout-card{
    padding:1.05rem;
  }

  .booking-pricing-card .list li{
    padding:.72rem 0;
  }
}

@media (max-width:640px){
  .section.section-compact{
    padding-top:2rem;
  }

  .breadcrumbs{
    margin-bottom:.6rem;
    font-size:.84rem;
  }

  .checkout-hero-block.booking-hero-compact{
    gap:.55rem;
    padding:.95rem;
    border-radius:22px;
    margin-bottom:.75rem;
  }

  .checkout-hero-block.booking-hero-compact h1{
    max-width:8.6ch;
  }

  .compact-booking-layout{
    gap:.8rem;
  }

  .booking-pricing-card{
    padding:.95rem;
    border-radius:22px;
  }

  .booking-pricing-card .list{
    margin-top:.65rem;
  }

  .booking-pricing-card .list li{
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:start;
    gap:.35rem .7rem;
    padding:.68rem 0;
    font-size:.95rem;
  }

  .booking-pricing-card .list li::before{
    margin-top:.38rem;
  }

  .compact-booking-layout .checkout-card{
    padding:.95rem;
    border-radius:22px;
  }

  .form-section-label{
    margin:1.2rem 0 .6rem;
    font-size:.69rem;
    letter-spacing:.15em;
  }

  .availability-grid.compact-availability-grid{
    gap:.72rem;
  }

  .availability-grid.compact-availability-grid > div,
  .availability-message,
  .notices-banner,
  .next-steps-list li{
    padding:.85rem;
    border-radius:16px;
  }

  .availability-grid.compact-availability-grid > div{
    box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  }

  input,select,textarea{
    min-height:48px;
  }

  textarea{
    min-height:120px;
  }

  .form-note{
    font-size:.9rem;
    line-height:1.55;
  }

  #booking-submit-btn{
    min-height:54px;
    border-radius:16px;
  }

  .next-steps-section{
    margin-top:.95rem;
    padding:1rem;
    border-radius:22px;
  }

  .next-steps-list{
    gap:.72rem;
  }

  .next-steps-list li{
    gap:.8rem;
  }
}
.value-card:hover{border-color:rgba(255,255,255,.2);box-shadow:0 8px 24px rgba(0,0,0,.35)}

/* Service panels */
.showcase-card,.service-detail-media{background:#111}
.service-panel{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
.service-panel-media-text{
  background:linear-gradient(160deg,rgba(255,255,255,.06),rgba(0,0,0,.96) 58%),
             linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
}
.service-panel-mark{color:#fff}
.service-panel:hover,
.editorial-service-card:hover,
.cta-block:hover,
.trust-item:hover{border-color:rgba(255,255,255,.2)}

/* Rail */
.process-rail,.process-rail-clean{
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015));
}

/* Text link */
.text-link{color:#fff;border-bottom-color:rgba(255,255,255,.3)}
.text-link:hover,.text-link:focus-visible{color:#fff;border-color:rgba(255,255,255,.6)}

/* Notice */
.notice{background:rgba(255,255,255,.05);color:var(--muted-strong);border-left-color:rgba(255,255,255,.3)}

/* Inputs */
input,textarea,select{background:#111;border-color:rgba(255,255,255,.15)}
input:focus,textarea:focus,select:focus{
  border-color:rgba(255,255,255,.5);outline:none;
  box-shadow:0 0 0 3px rgba(255,255,255,.08);
}

/* Form alert */
.form-alert{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.04);color:var(--muted-strong)}

/* Unified booking form */
.unified-form-card{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025))}
.form-section-label{color:var(--muted);border-bottom-color:var(--line)}
.req-marker{color:#fff}

/* Notices banner */
.notices-banner{
  background:rgba(255,255,255,.04);border-left-color:rgba(255,255,255,.22);
  color:var(--muted-strong);
}
.notices-banner a{color:#fff}

/* Pricing matrix */
.pricing-matrix-wrap{background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01))}
.pricing-matrix thead th{background:rgba(255,255,255,.04);color:var(--muted)}
.pricing-matrix tbody th a:hover{color:#fff;border-bottom-color:rgba(255,255,255,.4)}
.pricing-matrix tbody tr:hover{background:rgba(255,255,255,.025)}
.pricing-row-highlight{background:rgba(255,255,255,.06)}
.pricing-row-highlight th,.pricing-row-highlight td{color:#fff!important}
.pricing-row-highlight:hover{background:rgba(255,255,255,.08)!important}
.pricing-from-label{color:var(--muted)}
.pricing-from-amount{color:#fff}

/* Meta pill */
.meta-pill{border-color:rgba(255,255,255,.22);color:#fff;background:rgba(255,255,255,.06)}

/* Checkout */
.checkout-summary{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))}
.checkout-summary-hero{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(0,0,0,.95) 62%)}
.checkout-label{color:var(--muted)}
.checkout-price{color:#fff}
.checkout-hero-block{
  background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.03) 58%,rgba(255,255,255,.02));
}

/* Footer */
footer{background:rgba(0,0,0,.9);border-top-color:rgba(255,255,255,.08)}

/* Inline links in cards */
.showcase-copy a{border-bottom-color:rgba(255,255,255,.3)}
.editorial-service-card a{border-bottom-color:rgba(255,255,255,.25)}

/* Final header scale and booking spacing hotfix */
.site-header .nav-wrap{
  min-height:7rem;
  gap:1rem;
}

.site-header .logo{
  display:inline-flex;
  align-items:center;
  min-width:0;
}

.site-header .logo img{
  width:auto;
  height:5.4rem;
  max-width:min(520px,48vw);
  object-fit:contain;
}

#main-content.section.section-compact{
  padding-top:2.4rem;
}

.checkout-hero-block.booking-hero-compact{
  margin-bottom:1rem;
}

.compact-booking-layout{
  margin-top:.15rem;
}

.compact-booking-layout .checkout-card,
.booking-pricing-card,
.next-steps-section{
  overflow:hidden;
}

@media (max-width:980px){
  .site-header .nav-wrap{
    min-height:6.2rem;
  }

  .site-header .logo img{
    height:4.8rem;
    max-width:70vw;
  }

  #main-content.section.section-compact{
    padding-top:2rem;
  }
}

@media (max-width:640px){
  .site-header .nav-wrap{
    min-height:5.7rem;
    gap:.65rem;
  }

  .site-header .logo img{
    height:4.2rem;
    max-width:78vw;
  }

  #main-content.section.section-compact{
    padding-top:1.65rem;
  }

  .checkout-hero-block.booking-hero-compact{
    margin-bottom:.65rem;
    padding:.9rem;
  }

  .compact-booking-layout{
    gap:.7rem;
  }

  .compact-booking-layout .checkout-card{
    padding:.88rem;
  }

  .booking-pricing-card{
    padding:.9rem;
  }

  .next-steps-section{
    margin-top:.8rem;
    padding:.92rem;
  }
}

/* Final live fixes */
.site-header .logo img{
  height:6.2rem;
  max-width:min(620px,58vw);
}

.site-header .nav-wrap{
  min-height:7.6rem;
}

.checkout-hero-block.booking-hero-compact{
  margin-bottom:.8rem;
}

.compact-booking-layout{
  margin-top:0;
}

.pricing-notices-anchor{
  margin-top:4rem;
  padding-top:3rem;
  border-top:1px solid var(--line);
  scroll-margin-top:8.5rem;
}

.pricing-notices-anchor .editorial-heading{
  margin-bottom:1.5rem!important;
}

.pricing-notices-anchor .editorial-heading h2{
  max-width:none;
}

.pricing-cta-row{
  display:flex;
  gap:1rem;
  flex-wrap:wrap;
  margin-top:4.5rem;
}

@media (max-width:980px){
  .site-header .logo img{
    height:5.25rem;
    max-width:76vw;
  }

  .site-header .nav-wrap{
    min-height:6.6rem;
  }

  .pricing-notices-anchor{
    scroll-margin-top:7.5rem;
  }

  .pricing-cta-row{
    margin-top:3.5rem;
  }
}

@media (max-width:640px){
  .site-header .logo img{
    height:4.65rem;
    max-width:82vw;
  }

  .site-header .nav-wrap{
    min-height:6rem;
  }

  .pricing-notices-anchor{
    margin-top:2.5rem;
    padding-top:2rem;
    scroll-margin-top:6.8rem;
  }

  .pricing-notices-anchor .editorial-heading h2{
    max-width:10ch;
  }

  .pricing-cta-row{
    margin-top:2.5rem;
  }
}

/* ── Light mode ─────────────────────────────────────── */
[data-theme="light"]{
  --bg:#f5f5f5;
  --bg-soft:#ebebeb;
  --panel:#ffffff;
  --panel-soft:#f9f9f9;
  --text:#111111;
  --muted:#666666;
  --muted-strong:#333333;
  --line:rgba(0,0,0,.12);
  --line-strong:rgba(0,0,0,.25);
  --brand:#111111;
  --brand-2:#333333;
  --accent:#111111;
  --shadow-lg:0 26px 70px rgba(0,0,0,.1);
  --shadow-md:0 18px 46px rgba(0,0,0,.07);
}

/* Body */
[data-theme="light"] body{
  background:#f5f5f5;
}

/* Header */
[data-theme="light"] .site-header{
  background:rgba(245,245,245,.92);
  border-bottom-color:rgba(0,0,0,.1);
}

/* Nav dividers */
[data-theme="light"] .nav-list::before,
[data-theme="light"] .nav-list::after{background:rgba(0,0,0,.12);}

/* Nav */
[data-theme="light"] .nav-list a{color:#555555;}
[data-theme="light"] .nav-list a:hover,
[data-theme="light"] .nav-list a:focus-visible,
[data-theme="light"] .nav-list a[aria-current="page"]{
  color:#111111;
  background:rgba(0,0,0,.06);
}
[data-theme="light"] .nav-list a[aria-current="page"]{color:#111111;}

/* Nav CTA pill override */
[data-theme="light"] .nav-actions>.btn-primary{
  color:#111111;
  border-color:rgba(0,0,0,.22);
  background:transparent;
  box-shadow:none;
}
[data-theme="light"] .nav-actions>.btn-primary:hover{
  background:rgba(0,0,0,.06);
  border-color:rgba(0,0,0,.4);
}

/* Hamburger bars */
[data-theme="light"] .menu-toggle{
  border-color:rgba(0,0,0,.15);
  background:
    linear-gradient(#111,#111) center 18px / 18px 1.5px no-repeat,
    linear-gradient(#111,#111) center 27px / 18px 1.5px no-repeat,
    transparent;
}
[data-theme="light"] .menu-toggle:hover,
[data-theme="light"] .menu-toggle:focus-visible{
  border-color:rgba(0,0,0,.35);
  background:
    linear-gradient(#111,#111) center 18px / 18px 1.5px no-repeat,
    linear-gradient(#111,#111) center 27px / 18px 1.5px no-repeat,
    rgba(0,0,0,.04);
}
[data-theme="light"] .menu-toggle::before,
[data-theme="light"] .menu-toggle::after{background:#111111;}
[data-theme="light"] .menu-toggle::before{box-shadow:0 8px 0 #111111;}
[data-theme="light"] .menu-toggle[aria-expanded="true"]::before{box-shadow:none;}
[data-theme="light"] .menu-toggle[aria-expanded="true"]{background:transparent;}

/* Inputs */
[data-theme="light"] input,
[data-theme="light"] textarea,
[data-theme="light"] select{
  background:#ffffff;
  border-color:rgba(0,0,0,.2);
  color:#111111;
}
[data-theme="light"] input:focus-visible,
[data-theme="light"] textarea:focus-visible,
[data-theme="light"] select:focus-visible{outline-color:#111111;}

/* Buttons */
[data-theme="light"] .btn-primary{
  background:linear-gradient(135deg,#e4a15b,#c88441);
  color:#1a0f04;
  box-shadow:0 10px 28px rgba(228,161,91,.28);
}
[data-theme="light"] .btn-secondary{
  color:#111111;
  border-color:rgba(0,0,0,.25);
  background:transparent;
}

/* Hero blocks */
[data-theme="light"] .hero-copy-block{background:linear-gradient(180deg,#ffffff,#f0f0f0);}
[data-theme="light"] .hero-copy-block::before{background:none;}
[data-theme="light"] .hero-media-grid{background:linear-gradient(180deg,#e0e0e0,#d5d5d5);}
[data-theme="light"] .hero-media,[data-theme="light"] .hero-feature-image{background:#cccccc;}
[data-theme="light"] .hero-media::after,
[data-theme="light"] .hero-feature-image::after{background:linear-gradient(180deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.82) 100%) !important;}
[data-theme="light"] .hero-media figcaption,
[data-theme="light"] .hero-feature-image figcaption,
[data-theme="light"] .hero-media figcaption *,
[data-theme="light"] .hero-feature-image figcaption *{color:#ffffff !important;}

/* Impact strip */
[data-theme="light"] .impact-item{
  background:#ffffff;
  border-color:rgba(0,0,0,.1);
}
[data-theme="light"] .impact-item strong{color:#111111;}

/* Numbered circles / badges */
[data-theme="light"] .signature-index,
[data-theme="light"] .process-node strong,
[data-theme="light"] .value-step{
  background:rgba(0,0,0,.08);
  color:#111111;
}

/* Cards & panels */
[data-theme="light"] .card,
[data-theme="light"] .signature-card,
[data-theme="light"] .checkout-card,
[data-theme="light"] .faq-item,
[data-theme="light"] .editorial-service-card,
[data-theme="light"] .portfolio-item,
[data-theme="light"] .process-node,
[data-theme="light"] .trust-item,
[data-theme="light"] .cta-block,
[data-theme="light"] .faq-stack,
[data-theme="light"] .value-card{background:#ffffff;}
[data-theme="light"] .card:hover{border-color:rgba(0,0,0,.22);}
[data-theme="light"] .trust-item strong{color:#111111;}
[data-theme="light"] .service-panel{background:#ffffff;}
[data-theme="light"] .process-rail{background:#ffffff;}
[data-theme="light"] .unified-form-card{background:#ffffff;}

/* Showcase overlay (text stays readable over image) */
[data-theme="light"] .showcase-card{background:#c8c8c8;}
[data-theme="light"] .showcase-copy a{color:#ffffff;border-bottom-color:rgba(255,255,255,.5);}
[data-theme="light"] .editorial-service-card a{color:#111111;border-bottom-color:rgba(0,0,0,.25);}

/* Text links */
[data-theme="light"] .text-link{color:#111111;border-bottom-color:rgba(0,0,0,.3);}
[data-theme="light"] .text-link:hover,
[data-theme="light"] .text-link:focus-visible{color:#111111;border-color:rgba(0,0,0,.6);}

/* Booking page */
[data-theme="light"] .compact-booking-layout .checkout-card,
[data-theme="light"] .booking-pricing-card,
[data-theme="light"] .next-steps-section{
  border-color:rgba(0,0,0,.1);
  box-shadow:0 18px 48px rgba(0,0,0,.06);
}
[data-theme="light"] .checkout-hero-block{
  background:linear-gradient(135deg,rgba(0,0,0,.025),rgba(0,0,0,.01) 58%,rgba(0,0,0,.006));
}
[data-theme="light"] .checkout-hero-block.booking-hero-compact{
  background:
    radial-gradient(circle at top left,rgba(0,0,0,.03),transparent 32%),
    linear-gradient(180deg,rgba(0,0,0,.025),rgba(0,0,0,.01));
}
[data-theme="light"] .availability-grid.compact-availability-grid > div,
[data-theme="light"] .availability-message,
[data-theme="light"] .notices-banner{
  background:#ffffff;
  border-color:rgba(0,0,0,.1);
}

/* Footer */
[data-theme="light"] footer{
  background:#ebebeb;
  border-top-color:rgba(0,0,0,.1);
}

/* Misc */
[data-theme="light"] .notice{
  background:rgba(200,100,30,.08);
  border-left-color:rgba(160,80,20,.4);
  color:#7a3a10;
}
[data-theme="light"] .form-alert{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.15);}
[data-theme="light"] .req-marker{color:#c84b00;}
[data-theme="light"] .service-panel-mark{color:#111111;}
[data-theme="light"] .notices-banner a{color:#111111;}

/* Mobile dropdown (scoped to mobile only) */
@media (max-width:980px){
  [data-theme="light"] .nav-list{
    background:#ffffff;
    border-color:rgba(0,0,0,.1);
    box-shadow:0 22px 48px rgba(0,0,0,.12);
  }
  [data-theme="light"] .nav-list a{
    border-bottom-color:rgba(0,0,0,.08);
  }
}

/* Hover border overrides */
[data-theme="light"] .service-panel:hover,
[data-theme="light"] .editorial-service-card:hover,
[data-theme="light"] .cta-block:hover,
[data-theme="light"] .trust-item:hover,
[data-theme="light"] .value-card:hover{border-color:rgba(0,0,0,.25);}

/* Form labels / notes */
[data-theme="light"] .form-section-label{color:#555555;border-bottom-color:rgba(0,0,0,.12);}
[data-theme="light"] .form-note{color:#555555;}

/* Booking pricing card list items */
[data-theme="light"] .booking-pricing-card .list li{color:#111111 !important;border-bottom-color:rgba(0,0,0,.1) !important;}
[data-theme="light"] .booking-pricing-card .list li::before{background:#111111 !important;opacity:1 !important;}

/* Next-steps list items */
[data-theme="light"] .next-steps-list li{
  background:#ffffff;
  border-color:rgba(0,0,0,.09);
}

/* Checkout */
[data-theme="light"] .checkout-price{color:#111111;}
[data-theme="light"] .checkout-summary{
  background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.012));
}
[data-theme="light"] .checkout-summary-hero{
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.85) 62%);
}

/* Meta pill */
[data-theme="light"] .meta-pill{
  border-color:rgba(0,0,0,.2);
  color:#111111;
  background:rgba(0,0,0,.05);
}

/* Service detail media */
[data-theme="light"] .showcase-card,
[data-theme="light"] .service-detail-media{background:#c0c0c0;}

/* Service panel media text overlay */
[data-theme="light"] .service-panel-media-text{
  background:linear-gradient(160deg,rgba(0,0,0,.04),rgba(0,0,0,.9) 58%),
             linear-gradient(180deg,rgba(0,0,0,.025),rgba(0,0,0,.012));
}

/* Process rail clean variant */
[data-theme="light"] .process-rail-clean{background:#ffffff;}

/* Pricing matrix */
[data-theme="light"] .pricing-matrix-wrap{background:linear-gradient(180deg,rgba(0,0,0,.025),rgba(0,0,0,.008));}
[data-theme="light"] .pricing-matrix thead th{background:rgba(0,0,0,.04);}
[data-theme="light"] .pricing-matrix tbody th a:hover{color:#111111;border-bottom-color:rgba(0,0,0,.4);}
[data-theme="light"] .pricing-matrix tbody tr:hover{background:rgba(0,0,0,.025);}
[data-theme="light"] .pricing-row-highlight{background:rgba(0,0,0,.07);}
[data-theme="light"] .pricing-row-highlight th,
[data-theme="light"] .pricing-row-highlight td{color:#111111!important;}
[data-theme="light"] .pricing-row-highlight:hover{background:rgba(0,0,0,.1)!important;}
[data-theme="light"] .pricing-from-amount{color:#111111;}

/* Notices banner */
[data-theme="light"] .notices-banner{
  background:rgba(0,0,0,.03);
  border-left-color:rgba(0,0,0,.35);
  border-color:rgba(0,0,0,.1);
  color:#333333;
}

/* Mobile theme toggle row inside dropdown */
.nav-theme-row{
  display:none;
  align-items:center;
  justify-content:space-between;
  padding:.9rem 0 .5rem;
  border-top:1px solid rgba(255,245,233,.08);
  margin-top:.35rem;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--muted);
}
[data-theme="light"] .nav-theme-row{
  color:#555555;
  border-top-color:rgba(0,0,0,.08);
}
@media (max-width:980px){
  .nav-theme-row{display:flex;}
  /* Hide header toggle on mobile — it lives inside the hamburger dropdown instead */
  .nav-actions>.theme-toggle{display:none;}
}

/* Theme toggle button */
.theme-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,245,233,.04);
  color:var(--text);
  cursor:pointer;
  flex-shrink:0;
  padding:0;
  transition:background .2s ease,border-color .2s ease;
}
.theme-toggle:hover{background:rgba(255,245,233,.1);}
[data-theme="light"] .theme-toggle{
  background:rgba(0,0,0,.04);
  border-color:rgba(0,0,0,.15);
}
[data-theme="light"] .theme-toggle:hover{background:rgba(0,0,0,.09);}
.theme-toggle svg{width:17px;height:17px;display:block;}

/* Logo inversion in light mode */
[data-theme="light"] .logo img{filter:invert(1);}

/* Google review CTA band */
.review-cta-band{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.8rem 2rem;border-radius:var(--radius-lg);border:1px solid var(--line);background:linear-gradient(135deg,rgba(255,245,233,.05),rgba(255,245,233,.02));flex-wrap:wrap;}
.review-cta-band h2{font-size:clamp(1.4rem,2.2vw,2rem);max-width:none;margin-bottom:.5rem;}
.review-cta-band .muted{max-width:46ch;margin:0;}
.review-cta-actions{display:flex;gap:.75rem;flex-wrap:wrap;flex-shrink:0;}
.review-cta-qr{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex-shrink:0;}
.review-cta-qr a{display:block;border-radius:10px;overflow:hidden;border:1px solid var(--line);transition:transform .18s ease,box-shadow .18s ease;}
.review-cta-qr a:hover{transform:scale(1.03);box-shadow:0 6px 24px rgba(0,0,0,.35);}
.review-cta-qr img{display:block;width:220px;height:220px;}
.review-cta-qr-label{margin:0;font-size:.78rem;color:var(--muted);text-align:center;letter-spacing:.02em;}
@media (max-width:640px){.review-cta-band{padding:1.2rem;gap:1.2rem;flex-direction:column;align-items:flex-start;}.review-cta-qr{width:100%;align-items:center;}.review-cta-qr img{width:180px;height:180px;}}
[data-theme="light"] .review-cta-band{background:linear-gradient(135deg,rgba(0,0,0,.03),rgba(0,0,0,.015));border-color:rgba(0,0,0,.09);}
[data-theme="light"] .review-cta-qr img{filter:none;}

/* Accessibility widget — light mode tint on trigger */
[data-theme="light"] #soap-a11y-btn{border-color:rgba(8,9,11,.18);background:rgba(8,9,11,.06);}
[data-theme="light"] #soap-a11y-btn:hover{background:rgba(8,9,11,.1);}
[data-theme="light"] #soap-a11y-btn svg{fill:rgba(8,9,11,.7);}

/* Footer phone + social */
.footer-phone{display:inline-block;margin-top:.5rem;color:var(--muted-strong);text-decoration:none;font-weight:700;font-size:.92rem;letter-spacing:.01em;}
.footer-phone:hover{color:var(--text);}
.footer-social{display:flex;gap:1rem;margin-top:.85rem;align-items:center;}
.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:1px solid var(--line-strong);color:var(--muted);background:rgba(255,245,233,.04);text-decoration:none;transition:color .18s ease,background .18s ease,border-color .18s ease;}
.footer-social a:hover{color:var(--text);background:rgba(255,245,233,.1);border-color:var(--line-strong);}
.footer-social a:focus-visible{outline:3px solid #d99555;outline-offset:2px;}
[data-theme="light"] .footer-phone{color:#444444;}
[data-theme="light"] .footer-phone:hover{color:#111111;}
[data-theme="light"] .footer-social a{color:#555555;background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.15);}
[data-theme="light"] .footer-social a:hover{color:#111111;background:rgba(0,0,0,.09);}

/* ══════════════════════════════════════════════
   PREMIUM UPGRADE STYLES — 2026-03-24
══════════════════════════════════════════════ */

/* ── Button: gold/amber primary ──────────────── */
.btn-primary{
  color:#1a0f04;
  background:linear-gradient(135deg,#e4a15b,#c88441);
  box-shadow:0 10px 28px rgba(228,161,91,.28);
}
.btn-primary:hover{
  box-shadow:0 16px 38px rgba(228,161,91,.42);
  background:linear-gradient(135deg,#ebb06a,#d49248);
}
.btn-primary:active{
  transform:translateY(0);
  box-shadow:0 6px 18px rgba(228,161,91,.22);
}

/* ── Social proof / stats strip ─────────────── */
.stats-strip{padding:.4rem 0 .85rem}
.stats-row{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  align-items:center;
  justify-content:center;
}
.stat-chip{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  padding:.4rem .85rem;
  border-radius:999px;
  border:1px solid rgba(228,161,91,.2);
  background:rgba(228,161,91,.055);
  white-space:nowrap;
}
.stat-chip strong{
  font-family:var(--font-display);
  font-size:.98rem;
  font-weight:800;
  color:#f5ddb8;
  line-height:1;
}
.stat-chip .stat-label{
  font-size:.76rem;
  color:var(--muted);
  line-height:1;
}
.stat-stars{
  color:#e4a15b;
  font-size:.88rem;
  letter-spacing:-.01em;
  line-height:1;
}
.stat-sep{
  width:1px;
  height:1.1rem;
  background:rgba(255,245,233,.1);
  flex-shrink:0;
}
@media(max-width:640px){
  .stats-row{gap:.38rem}
  .stat-chip{padding:.36rem .68rem}
  .stat-sep{display:none}
}

/* ── Service card price ──────────────────────── */
.service-card-price{
  display:inline-block;
  margin:.1rem 0 .45rem;
  font-family:var(--font-display);
  font-size:1.18rem;
  font-weight:800;
  color:#e4a15b;
  letter-spacing:.02em;
  line-height:1;
}

/* ── Review section: star rating ─────────────── */
.review-stars-row{
  display:flex;
  align-items:center;
  gap:.48rem;
  margin:.35rem 0 .6rem;
  flex-wrap:wrap;
}
.review-stars{
  color:#e4a15b;
  font-size:1.2rem;
  letter-spacing:.04em;
  line-height:1;
}
.review-rating{
  font-family:var(--font-display);
  font-size:1.4rem;
  font-weight:800;
  color:#f5ddb8;
  line-height:1;
}
.review-count{font-size:.87rem}

/* ── Trust item icons ────────────────────────── */
.trust-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:rgba(228,161,91,.1);
  color:#e4a15b;
  margin-bottom:.42rem;
  flex-shrink:0;
}

/* ── Service card: amber hover glow ─────────── */
.editorial-service-card{position:relative;overflow:hidden}
.editorial-service-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(228,161,91,.07),transparent 52%);
  opacity:0;
  transition:opacity .28s ease;
  pointer-events:none;
}
.editorial-service-card:hover::before{opacity:1}
.editorial-service-card:hover{
  border-color:rgba(228,161,91,.32);
  box-shadow:0 0 0 1px rgba(228,161,91,.09),0 22px 46px rgba(0,0,0,.28);
}

/* ── Mobile sticky "Book Now" bar ───────────── */
.sticky-cta-bar{
  display:none;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  z-index:100;
  padding:.6rem .8rem calc(.6rem + env(safe-area-inset-bottom));
  background:linear-gradient(180deg,transparent,rgba(6,5,4,.97) 24%);
  pointer-events:none;
}
.sticky-cta-bar .btn{
  width:100%;
  min-height:52px;
  font-size:.95rem;
  letter-spacing:.04em;
  pointer-events:all;
  box-shadow:0 6px 28px rgba(228,161,91,.36);
}
@media(max-width:768px){
  .sticky-cta-bar{display:block}
  main{padding-bottom:4.5rem}
  /* Push ADA widget above sticky CTA bar, pinned to bottom-right */
  #soap-a11y-btn{bottom:88px !important;right:16px !important;left:auto !important}
  #soap-a11y-panel{bottom:150px !important;right:16px !important;left:auto !important}
}

/* ── Mobile: clear footer above sticky CTA bar ──── */
@media(max-width:768px){
  footer{padding-bottom:5.5rem}
}

/* ── Light theme overrides ───────────────────── */
[data-theme="light"] .sticky-cta-bar{background:linear-gradient(180deg,transparent,rgba(240,236,230,.98) 24%)}
[data-theme="light"] .stat-chip{border-color:rgba(160,90,20,.2);background:rgba(160,90,20,.06)}
[data-theme="light"] .stat-chip strong{color:#7a4a10}
[data-theme="light"] .stat-stars,[data-theme="light"] .review-stars{color:#b86820}
[data-theme="light"] .review-rating{color:#7a4a10}
[data-theme="light"] .service-card-price{color:#a05818}
[data-theme="light"] .trust-icon{background:rgba(160,90,20,.1);color:#b06010}
[data-theme="light"] .btn-primary{color:#1a0f04}
[data-theme="light"] .editorial-service-card::before{background:linear-gradient(135deg,rgba(160,90,20,.06),transparent 52%)}

/* ── H1 gradient text — premium hero treatment ───────── */
.hero-copy-block h1{
  background:linear-gradient(140deg,#ffffff 25%,#f5e8d4 62%,#e8b87a 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}
@media(prefers-reduced-motion:no-preference){
  .hero-copy-block h1{
    background-size:200% 200%;
    animation:gradientShift 8s ease infinite;
  }
  @keyframes gradientShift{
    0%,100%{background-position:0% 50%}
    50%{background-position:100% 50%}
  }
}
[data-theme="light"] .hero-copy-block h1{
  -webkit-text-fill-color:initial;
  background:none;
}

/* ── Hero inline star rating ─────────────────────────── */
.hero-rating{
  display:flex;
  align-items:center;
  gap:.45rem;
  margin-bottom:.6rem;
  font-size:.86rem;
  color:var(--muted-strong);
}
.hero-rating-stars{
  color:#e4a15b;
  font-size:.88rem;
  letter-spacing:.04em;
  line-height:1;
}
.hero-rating strong{color:#f5ddb8;font-weight:800}

/* ── Hero phone tap-to-call ──────────────────────────── */
.hero-phone-link{
  display:inline-flex;
  align-items:center;
  gap:.42rem;
  margin-top:.55rem;
  font-size:.92rem;
  font-weight:700;
  color:#d7ccbf;
  text-decoration:none;
  border-bottom:1px solid rgba(228,161,91,.28);
  padding-bottom:.1rem;
  transition:color .18s ease,border-color .18s ease;
}
.hero-phone-link:hover{color:#fff6ea;border-color:rgba(228,161,91,.6)}

/* ── Mobile: horizontal scroll service cards ─────────── */
@media(max-width:640px){
  .compact-service-grid.editorial-service-grid{
    display:flex;
    flex-direction:row;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    gap:.7rem;
    padding-bottom:.9rem;
    margin-right:-.425rem;
    margin-left:-.425rem;
    padding-left:.425rem;
    padding-right:.425rem;
  }
  .compact-service-grid .editorial-service-card{
    flex:0 0 min(272px,78vw);
    scroll-snap-align:start;
  }
}

/* ── Grain / noise texture overlay ──────────────────── */
body::after{
  content:"";
  position:fixed;
  inset:0;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity:.024;
  pointer-events:none;
  z-index:9999;
}
[data-theme="light"] body::after{opacity:.012}

/* ══════════════════════════════════════════════
   TOP 1% UPGRADES — 2026-03-24
══════════════════════════════════════════════ */

/* ── Light mode fixes for new elements ──────── */
[data-theme="light"] .hero-rating strong{color:#5a3a10}
[data-theme="light"] .hero-rating{color:#444}
[data-theme="light"] .hero-phone-link{color:#444;border-bottom-color:rgba(140,80,20,.3)}
[data-theme="light"] .hero-phone-link:hover{color:#111;border-color:rgba(140,80,20,.6)}
[data-theme="light"] .badge-popular{background:rgba(140,80,20,.1);border-color:rgba(140,80,20,.3);color:#8a4e10}
[data-theme="light"] .marquee-strip{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.08)}
[data-theme="light"] .marquee-item{color:#666}
[data-theme="light"] .marquee-item strong{color:#7a4a10}
[data-theme="light"] .marquee-dot{background:rgba(0,0,0,.2)}
[data-theme="light"] .scroll-progress{background:linear-gradient(90deg,#a05818,#c88441)}
[data-theme="light"] .review-card{background:#ffffff}
[data-theme="light"] .review-card blockquote{color:#444}
[data-theme="light"] .review-card-meta{color:#666}
[data-theme="light"] .review-card-stars{color:#b06010}

/* ── Marquee service / trust ticker ─────────── */
.marquee-strip{
  overflow:hidden;
  border-top:1px solid rgba(228,161,91,.1);
  border-bottom:1px solid rgba(228,161,91,.1);
  background:rgba(228,161,91,.03);
  padding:.52rem 0;
}
.marquee-track{
  display:flex;
  width:max-content;
  animation:marqueeScroll 40s linear infinite;
}
.marquee-track:hover{animation-play-state:paused}
.marquee-item{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  padding:0 1.6rem;
  white-space:nowrap;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
}
.marquee-item strong{color:#d9b38b}
.marquee-dot{
  width:3px;height:3px;
  border-radius:50%;
  background:rgba(228,161,91,.35);
  flex-shrink:0;
}
@keyframes marqueeScroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}
@media(prefers-reduced-motion:reduce){.marquee-track{animation:none}}

/* ── CTA button shimmer sweep ────────────────── */
.btn-primary{
  position:relative;
  overflow:hidden;
}
.btn-primary::after{
  content:"";
  position:absolute;
  top:-10%;
  left:-120%;
  width:55%;
  height:120%;
  background:linear-gradient(105deg,transparent,rgba(255,255,255,.24),transparent);
  transform:skewX(-18deg);
  animation:btnShimmer 4s ease-in-out infinite;
  pointer-events:none;
}
@keyframes btnShimmer{
  0%{left:-120%}
  28%,100%{left:160%}
}

/* ── Custom amber scrollbar ──────────────────── */
::-webkit-scrollbar{width:4px;height:4px}
::-webkit-scrollbar-track{background:rgba(0,0,0,.2)}
::-webkit-scrollbar-thumb{background:rgba(228,161,91,.38);border-radius:999px}
::-webkit-scrollbar-thumb:hover{background:rgba(228,161,91,.65)}

/* ── Scroll progress bar ─────────────────────── */
.scroll-progress{
  position:fixed;
  top:0;left:0;
  height:2px;
  width:0%;
  background:linear-gradient(90deg,#e4a15b,#c88441);
  z-index:10001;
  pointer-events:none;
  transition:width .08s linear;
}

/* ── "Most Popular" badge ────────────────────── */
.badge-popular{
  display:inline-flex;
  align-items:center;
  gap:.28rem;
  padding:.2rem .58rem;
  border-radius:999px;
  background:rgba(228,161,91,.14);
  border:1px solid rgba(228,161,91,.34);
  color:#e4a15b;
  font-size:.66rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:.42rem;
}
.badge-popular::before{content:"★";font-size:.7rem}

/* ── Review cards ────────────────────────────── */
.review-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.85rem;
  margin-top:.85rem;
}
.review-card{
  padding:1.15rem;
  border-radius:20px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,245,233,.045),rgba(255,245,233,.018));
  box-shadow:var(--shadow-md);
  display:flex;
  flex-direction:column;
  gap:.5rem;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.review-card:hover{border-color:rgba(228,161,91,.28);box-shadow:0 18px 38px rgba(0,0,0,.22)}
.review-card-stars{color:#e4a15b;font-size:1rem;letter-spacing:.05em;line-height:1}
.review-card blockquote{margin:0;font-style:italic;color:var(--muted-strong);line-height:1.65;font-size:.93rem;flex:1}
.review-card-meta{font-size:.79rem;color:var(--muted);font-weight:700}
@media(max-width:980px){.review-grid{grid-template-columns:1fr}}
@media(max-width:640px){
  .review-grid{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding-bottom:.8rem;
    gap:.65rem;
  }
  .review-card{flex:0 0 min(285px,80vw);scroll-snap-align:start}
}

/* ── Service area grid ───────────────────────── */
.service-area-grid{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  gap:.45rem .6rem;
}
.service-area-grid li{
  padding:.3rem .75rem;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(228,161,91,.04);
  font-size:.78rem;
  font-weight:600;
  color:var(--muted-strong);
  letter-spacing:.02em;
  transition:border-color .18s ease,color .18s ease;
}
.service-area-grid li:hover{border-color:rgba(228,161,91,.35);color:var(--fg)}
[data-theme="light"] .service-area-grid li{background:rgba(160,88,24,.04);border-color:rgba(0,0,0,.12)}
[data-theme="light"] .service-area-grid li:hover{border-color:rgba(140,80,20,.35);color:#111}

/* Mobile header: fixed to physical top, opaque, safe-area aware */
html{background:#000}
@media(max-width:980px){
  .site-header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    background:#000;
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }
  /* Light mode mobile header — keep it light so logo and hamburger are visible */
  [data-theme="light"] .site-header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    background:#f5f5f5;
    border-bottom-color:rgba(0,0,0,.1);
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }
  body{padding-top:4.75rem}
}
@supports(padding-top:env(safe-area-inset-top)){
  .site-header,[data-theme="light"] .site-header{
    padding-top:env(safe-area-inset-top);
  }
  @media(max-width:980px){
    body{padding-top:calc(4.75rem + env(safe-area-inset-top))}
  }
}
