/* H&H Pro Services - self-contained DARK LUXURY styles.
   Cormorant Garamond (display) + Jost (body). Navy throughout, ivory text,
   red action accent. No external CSS framework. */

:root{
  --bg:#111a2e;          /* deep navy body */
  --panel:#1B2A4A;       /* feature bands + form + footer (the tone Jason liked) */
  --ivory:#F4F1E9; --ink:#F4F1E9;
  --red:#C0453A; --redh:#A93A30; --brass:#C4A15A;
  --line:rgba(244,241,233,.14); --muted:rgba(244,241,233,.74);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body{
  margin:0; background:var(--bg); color:var(--ivory);
  font-family:'Jost',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  font-weight:300; line-height:1.5; letter-spacing:.005em; -webkit-font-smoothing:antialiased;
}
img{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3,h4,p{ margin:0; }
ul{ margin:0; padding:0; list-style:none; }

.font-display{ font-family:'Cormorant Garamond',Georgia,serif; font-weight:500; }
.wrap{ max-width:1180px; margin:0 auto; padding:0 26px; }
.section{ padding:112px 0; }
@media(max-width:768px){ .section{ padding:76px 0; } }
.band{ background:var(--panel); }

/* Type */
.d-hero{ font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(3rem,7vw,6rem); line-height:1.02; }
.d-h2{ font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(2.7rem,5.2vw,4.4rem); line-height:1.06; }
.d-h3{ font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(1.9rem,2.9vw,2.45rem); line-height:1.12; }
.d-quote{ font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(2.4rem,4.6vw,3.9rem); line-height:1.18; }
.eyebrow{ font-size:.78rem; font-weight:500; letter-spacing:.3em; text-transform:uppercase; color:var(--brass); }
.eyebrow.light{ color:rgba(244,241,233,.85); }
.lead{ font-size:1.28rem; line-height:1.6; font-weight:400; color:rgba(244,241,233,.9); }
.body{ font-size:1.14rem; line-height:1.72; font-weight:400; color:rgba(244,241,233,.88); }
.center{ text-align:center; }
.muted{ color:var(--muted); }
.maxp{ max-width:520px; }
.imgcap{ font-size:.7rem; letter-spacing:.2em; text-transform:uppercase; color:var(--muted); }

/* Buttons */
.btn{ display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  font-family:'Jost',sans-serif; text-transform:uppercase; letter-spacing:.14em; font-size:.74rem; font-weight:500;
  padding:.98rem 1.8rem; border-radius:2px; border:1px solid transparent; cursor:pointer;
  transition:background-color .2s,color .2s,border-color .2s; }
.btn-solid{ background:var(--red); color:#fff; }
.btn-solid:hover{ background:var(--redh); }
.btn-line-light{ border-color:rgba(244,241,233,.45); color:var(--ivory); }
.btn-line-light:hover{ background:rgba(244,241,233,.1); }
.btn-sm{ padding:.62rem 1.2rem; font-size:.68rem; }
.btn-block{ width:100%; }

.arrowlink{ font-family:'Jost',sans-serif; text-transform:uppercase; letter-spacing:.16em; font-size:.74rem; font-weight:500;
  color:var(--ivory); display:inline-flex; align-items:center; gap:.55rem; transition:color .2s; }
.arrowlink svg{ transition:transform .2s; }
.arrowlink:hover{ color:var(--brass); }
.arrowlink:hover svg{ transform:translateX(4px); }

/* Nav - ivory over the photo hero and over the dark body alike */
.nav{ position:fixed; inset:0 0 auto 0; z-index:50; border-bottom:1px solid transparent; transition:background-color .35s,border-color .35s; }
.nav-inner{ height:80px; display:flex; align-items:center; justify-content:space-between; }
.nav.scrolled{ background:rgba(17,26,46,.85); backdrop-filter:saturate(150%) blur(14px); -webkit-backdrop-filter:saturate(150%) blur(14px); border-bottom-color:var(--line); }
.brand{ display:flex; align-items:center; gap:12px; }
.brand-badge{ width:48px; height:48px; object-fit:contain; }
.brand-name{ font-family:'Cormorant Garamond',serif; font-weight:600; font-size:1.35rem; color:var(--ivory); }
.nav-links{ display:flex; gap:38px; }
.navlink{ font-size:.74rem; font-weight:400; letter-spacing:.16em; text-transform:uppercase; color:rgba(244,241,233,.85); position:relative; transition:color .2s; }
.navlink::after{ content:''; position:absolute; left:0; bottom:-6px; height:1px; width:0; background:var(--red); transition:width .25s; }
.navlink:hover{ color:var(--ivory); } .navlink:hover::after{ width:100%; }
.nav-right{ display:flex; align-items:center; gap:24px; }
.nav-phone{ font-size:.74rem; letter-spacing:.14em; text-transform:uppercase; color:rgba(244,241,233,.85); }
.nav-toggle{ display:none; background:none; border:none; color:var(--ivory); cursor:pointer; }
@media(max-width:900px){ .nav-links,.nav-right{ display:none; } .nav-toggle{ display:block; } }

/* Mobile menu */
.mmenu{ position:fixed; inset:0; z-index:60; background:var(--panel); color:var(--ivory); display:none; flex-direction:column; padding:0 26px; }
.mmenu.open{ display:flex; }
.mmenu-top{ height:80px; display:flex; align-items:center; justify-content:space-between; }
.mmenu-links{ display:flex; flex-direction:column; gap:22px; margin-top:44px; }
.mmenu-links a{ font-family:'Cormorant Garamond',serif; font-size:2rem; }
.mmenu-foot{ margin-top:auto; padding-bottom:44px; }
.mclose{ background:none; border:none; color:var(--ivory); cursor:pointer; }

/* Hero - full-screen Austin photo with text over it */
.hero{ position:relative; min-height:100svh; display:flex; align-items:center; justify-content:center; text-align:center; overflow:hidden; }
.hero-bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.hero-scrim{ position:absolute; inset:0; background:linear-gradient(180deg,rgba(12,18,33,.42) 0%,rgba(12,18,33,.32) 42%,rgba(12,18,33,.7) 100%); }
.hero-inner{ position:relative; z-index:2; padding:120px 26px 92px; max-width:1000px; }
.hero-inner .d-hero{ color:#FBF9F4; margin-top:22px; text-shadow:0 2px 34px rgba(8,12,22,.4); }
.hero-sub{ color:rgba(251,249,244,.92); font-weight:300; font-size:1.28rem; line-height:1.55; margin:26px auto 0; max-width:560px; text-shadow:0 1px 22px rgba(8,12,22,.5); }
.hero-cta{ margin-top:36px; display:flex; flex-wrap:wrap; gap:16px; justify-content:center; }
.hero-scroll{ position:absolute; bottom:26px; left:0; right:0; display:flex; justify-content:center; z-index:2; color:rgba(251,249,244,.55); }

/* Trust strip */
.trust{ border-bottom:1px solid var(--line); padding:30px 0; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:14px 36px; }
.trust .dot{ width:4px; height:4px; border-radius:50%; background:rgba(244,241,233,.28); }
@media(max-width:640px){ .trust .dot{ display:none; } }

/* Section head */
.shead{ max-width:640px; } .shead.center{ margin:0 auto; } .shead .d-h2{ margin-top:14px; }

/* Branded photo placeholders (swap for AI-generated or real photos) */
.ph{ position:relative; display:grid; place-items:center; overflow:hidden; border-radius:3px;
  background:radial-gradient(130% 120% at 50% 0%, #2c4169 0%, #18243c 60%, #121c30 100%);
  border:1px solid rgba(196,161,90,.34); }
.ph .mark{ font-family:'Cormorant Garamond',serif; font-size:2.6rem; letter-spacing:.05em; color:rgba(196,161,90,.36); }
.ph .tag{ position:absolute; left:16px; bottom:14px; font-size:.6rem; letter-spacing:.22em; text-transform:uppercase; color:rgba(244,241,233,.34); }
.ph img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:1; transition:transform .6s cubic-bezier(.22,1,.36,1); }
a:hover .ph img, .card:hover .ph img, .editrow:hover .ph img{ transform:scale(1.04); }
.ratio-5x4{ aspect-ratio:5/4; } .ratio-4x3{ aspect-ratio:4/3; } .ratio-3x2{ aspect-ratio:3/2; } .ratio-21x9{ aspect-ratio:21/9; }
@media(max-width:640px){ .ratio-21x9{ aspect-ratio:4/5; } }

/* Editorial service rows (the two lead services) */
.editrow{ display:grid; grid-template-columns:3fr 2fr; gap:64px; align-items:center; }
.editrow.reverse{ grid-template-columns:2fr 3fr; }
.editrow + .editrow{ margin-top:44px; }
.er-text h3{ margin-top:0; } .er-text .body{ margin-top:16px; } .er-text .arrowlink{ margin-top:24px; }
.er-specs{ display:flex; flex-wrap:wrap; gap:10px 22px; margin-top:24px; padding-top:22px; border-top:1px solid var(--line); }
.er-specs span{ font-size:.72rem; letter-spacing:.15em; text-transform:uppercase; color:var(--muted); }
@media(max-width:768px){ .editrow, .editrow.reverse{ grid-template-columns:1fr; gap:26px; } .editrow + .editrow{ margin-top:56px; } }

/* Support services */
.grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:34px; margin-top:56px; }
@media(max-width:900px){ .grid-3{ grid-template-columns:1fr 1fr; } }
@media(max-width:640px){ .grid-3{ grid-template-columns:1fr; gap:34px; } }
.card h3{ margin-top:22px; font-size:1.75rem; } .card .body{ margin-top:10px; }
.card .ph .mark{ font-size:1.9rem; }

.divider{ height:1px; background:var(--line); max-width:1180px; margin:0 auto; }

/* Full-bleed cinematic service sections - photo IS the section */
.cine{ position:relative; min-height:86vh; display:flex; align-items:center; overflow:hidden; }
.cine-img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; animation:cineDrift 24s ease-out forwards; }
@keyframes cineDrift{ from{ transform:scale(1.06); } to{ transform:scale(1.14); } }
.cine-scrim{ position:absolute; inset:0; background:linear-gradient(90deg, rgba(9,14,26,.92) 0%, rgba(9,14,26,.62) 44%, rgba(9,14,26,.12) 100%); }
.cine-right .cine-scrim{ background:linear-gradient(270deg, rgba(9,14,26,.92) 0%, rgba(9,14,26,.62) 44%, rgba(9,14,26,.12) 100%); }
.cine-inner{ position:relative; z-index:2; max-width:600px; }
.cine-right{ text-align:right; } .cine-right .cine-inner{ margin-left:auto; }
.cine .eyebrow{ margin-bottom:16px; }
.cine-h{ font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(2.8rem,6vw,5rem); line-height:1.02; color:#FBF9F4; text-shadow:0 2px 34px rgba(8,12,22,.55); }
.cine-p{ font-size:1.26rem; line-height:1.62; font-weight:300; color:rgba(251,249,244,.9); margin:22px 0 0; max-width:520px; text-shadow:0 1px 20px rgba(8,12,22,.5); }
.cine-right .cine-p{ margin-left:auto; }
.cine-specs{ display:flex; flex-wrap:wrap; gap:10px 24px; margin-top:28px; padding-top:24px; border-top:1px solid rgba(244,241,233,.26); }
.cine-right .cine-specs{ justify-content:flex-end; }
.cine-specs span{ font-size:.72rem; letter-spacing:.15em; text-transform:uppercase; color:rgba(244,241,233,.78); }
@media(max-width:768px){
  .cine{ min-height:80vh; }
  .cine-right, .cine-right .cine-inner, .cine-right .cine-p, .cine-right .cine-specs{ text-align:left; margin-left:0; justify-content:flex-start; }
  .cine-right .cine-scrim{ background:linear-gradient(90deg, rgba(9,14,26,.92) 0%, rgba(9,14,26,.62) 44%, rgba(9,14,26,.12) 100%); }
}
@media(prefers-reduced-motion:reduce){ .cine-img{ animation:none; } }

/* Full-bleed before / after - the slider IS the section */
.cine-ba{ position:relative; height:92vh; min-height:600px; overflow:hidden; }
.cine-ba .ba{ position:absolute; inset:0; aspect-ratio:auto; border:0; }
.cine-ba-cap{ position:absolute; left:0; right:0; bottom:0; z-index:6; padding:96px 6vw 48px; pointer-events:none;
  background:linear-gradient(to top, rgba(9,14,26,.8) 0%, rgba(9,14,26,.42) 42%, transparent 100%); }
.cine-ba-cap .eyebrow{ margin-bottom:12px; }
.cine-ba-cap .cine-h{ font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(2.4rem,5vw,4.2rem); line-height:1.02; color:#FBF9F4; text-shadow:0 2px 30px rgba(8,12,22,.55); }
.cine-ba-cap .ba-hint-text{ display:block; margin-top:14px; color:rgba(244,241,233,.72); }
@media(max-width:768px){ .cine-ba{ height:78vh; } .cine-ba-cap{ padding:74px 24px 30px; } }

/* Full-bleed three-column service triptych */
.tricol{ display:grid; grid-template-columns:repeat(3,1fr); }
.tc{ position:relative; display:flex; align-items:flex-end; min-height:84vh; overflow:hidden; border-left:1px solid rgba(196,161,90,.3); }
.tc:first-child{ border-left:0; }
.tc img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .9s cubic-bezier(.22,1,.36,1); }
.tc:hover img{ transform:scale(1.07); }
.tc-scrim{ position:absolute; inset:0; background:linear-gradient(to top, rgba(9,14,26,.9) 0%, rgba(9,14,26,.42) 45%, rgba(9,14,26,.14) 100%); transition:opacity .4s; }
.tc:hover .tc-scrim{ opacity:.82; }
.tc-inner{ position:relative; z-index:2; padding:0 38px 54px; }
.tc-h{ font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(2rem,2.6vw,2.7rem); line-height:1.05; color:#FBF9F4; text-shadow:0 2px 24px rgba(8,12,22,.5); }
.tc-p{ font-size:1.05rem; line-height:1.6; font-weight:300; color:rgba(251,249,244,.85); margin:14px 0 0; max-width:340px; }
.tc-view{ display:inline-flex; align-items:center; gap:.55rem; margin-top:22px; font-family:'Jost',sans-serif; text-transform:uppercase; letter-spacing:.16em; font-size:.72rem; font-weight:500; color:var(--brass); opacity:0; transform:translateX(-6px); transition:opacity .3s, transform .3s; }
.tc:hover .tc-view{ opacity:1; transform:none; }
@media(hover:none){ .tc-view{ opacity:1; transform:none; } }
@media(max-width:900px){ .tricol{ grid-template-columns:1fr; } .tc{ min-height:58vh; border-left:0; border-top:1px solid rgba(196,161,90,.3); } .tc:first-child{ border-top:0; } }

/* Editorial quote */
.quoteband .inner{ max-width:900px; margin:0 auto; text-align:center; padding:110px 26px; }
.quoteband .d-quote{ color:var(--ivory); }
.quoteband .imgcap{ margin-top:30px; }

/* Featured */
.feat-grid{ display:grid; grid-template-columns:2fr 3fr; gap:56px; align-items:center; }
@media(max-width:768px){ .feat-grid{ grid-template-columns:1fr; gap:24px; } }

/* Process */
.grid-4{ display:grid; grid-template-columns:repeat(4,1fr); gap:44px; margin-top:60px; }
@media(max-width:900px){ .grid-4{ grid-template-columns:1fr 1fr; gap:40px; } }
@media(max-width:640px){ .grid-4{ grid-template-columns:1fr; } }
.step .num{ font-family:'Cormorant Garamond',serif; font-size:3rem; line-height:1; color:rgba(196,161,90,.85); padding-bottom:16px; border-bottom:1px solid rgba(196,161,90,.24); }
.step h3{ margin-top:18px; } .step .body{ margin-top:10px; }

/* Crew */
.crew{ display:grid; grid-template-columns:3fr 2fr; gap:60px; align-items:center; }
@media(max-width:768px){ .crew{ grid-template-columns:1fr; gap:30px; } }

/* Areas */
.arealist{ display:flex; flex-wrap:wrap; gap:16px 42px; margin-top:36px; font-family:'Cormorant Garamond',serif; font-size:clamp(1.7rem,3vw,2.4rem); color:rgba(244,241,233,.85); }
.arealist .dim{ color:rgba(244,241,233,.4); }

/* Quote form */
.qgrid{ display:grid; grid-template-columns:1fr 1fr; gap:74px; align-items:start; }
@media(max-width:768px){ .qgrid{ grid-template-columns:1fr; gap:46px; } }
.qtext p{ color:rgba(244,241,233,.72); font-weight:300; margin-top:22px; max-width:460px; line-height:1.6; }
.qform{ display:flex; flex-direction:column; gap:26px; }
.frow{ display:grid; grid-template-columns:1fr 1fr; gap:28px; }
@media(max-width:480px){ .frow{ grid-template-columns:1fr; gap:26px; } }
.field-label{ display:block; font-size:.64rem; letter-spacing:.2em; text-transform:uppercase; color:rgba(244,241,233,.55); margin-bottom:8px; }
.field{ width:100%; border:none; border-bottom:1px solid rgba(244,241,233,.3); padding:8px 0; background:transparent; color:var(--ivory); outline:none; font-size:1rem; font-weight:300; font-family:'Jost',sans-serif; }
.field::placeholder{ color:rgba(244,241,233,.4); }
.field:focus{ border-bottom-color:var(--red); }
select.field option{ color:#16213a; }
.visually-hidden{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }

/* Footer */
.footer{ background:var(--panel); color:rgba(244,241,233,.72); border-top:1px solid rgba(244,241,233,.1); }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:48px; padding:66px 0; }
@media(max-width:768px){ .footer-grid{ grid-template-columns:1fr 1fr; gap:36px; } }
@media(max-width:480px){ .footer-grid{ grid-template-columns:1fr; } }
.footer-badge{ width:132px; height:132px; object-fit:contain; }
.footer h5{ font-size:.7rem; letter-spacing:.2em; text-transform:uppercase; color:rgba(244,241,233,.45); margin:0 0 18px; font-weight:500; }
.footer li{ margin-bottom:12px; font-weight:300; font-size:.92rem; }
.footer a:hover{ color:var(--ivory); }
.footer-bar{ border-top:1px solid rgba(244,241,233,.1); padding:22px 0 34px; display:flex; flex-wrap:wrap; gap:8px 24px; justify-content:space-between; font-size:.7rem; color:rgba(244,241,233,.4); }

/* Mobile sticky bar */
.stickybar{ display:none; position:fixed; bottom:0; inset-inline:0; z-index:40; }
.stickybar a{ text-align:center; padding:15px 0; font-size:.7rem; letter-spacing:.14em; text-transform:uppercase; font-weight:500; color:#fff; }
.stickybar .sb-quote{ background:var(--red); } .stickybar .sb-call{ background:var(--panel); }
@media(max-width:900px){ .stickybar{ display:grid; grid-template-columns:1fr 1fr; padding-bottom:env(safe-area-inset-bottom); } body{ padding-bottom:52px; } }

/* Reveal */
html.js .reveal{ opacity:0; transform:translateY(20px); transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1); }
html.js .reveal.in{ opacity:1; transform:none; }
@media(prefers-reduced-motion:reduce){ html{ scroll-behavior:auto; } .reveal{ opacity:1!important; transform:none!important; } }

.mt-s{ margin-top:26px; } .mt-m{ margin-top:36px; }

/* ---- Service pages ---- */
.hero.svc{ min-height:82svh; }
.hero.svc .hero-inner{ max-width:920px; }
.prose{ max-width:680px; }
.prose .body + .body{ margin-top:20px; }
.sect-head{ max-width:720px; }
.sect-head .eyebrow{ margin-bottom:14px; }
/* drawn brass underline under service-page section heads (mirrors homepage) */
.sect-head .d-h3{ position:relative; }
.sect-head .d-h3::after{ content:''; display:block; height:1px; width:64px; margin:20px 0 0; background:var(--brass); transition:width .9s cubic-bezier(.22,1,.36,1); }
html.js .sect-head.reveal .d-h3::after{ width:0; }
html.js .sect-head.reveal.in .d-h3::after{ width:64px; }
@media(prefers-reduced-motion:reduce){ html.js .sect-head.reveal .d-h3::after{ width:64px; } }
.bullets{ display:grid; grid-template-columns:1fr 1fr; gap:26px 48px; margin-top:44px; max-width:920px; }
@media(max-width:640px){ .bullets{ grid-template-columns:1fr; gap:22px; } }
.bullet-item{ border-top:1px solid rgba(196,161,90,.32); padding-top:20px; }
.bullet-item h4{ font-family:'Jost',sans-serif; font-weight:500; font-size:1.08rem; letter-spacing:.01em; color:var(--ivory); }
.bullet-item p{ margin-top:9px; font-size:1rem; line-height:1.68; font-weight:400; color:rgba(244,241,233,.82); }
.featband img{ width:100%; aspect-ratio:21/9; object-fit:cover; }
@media(max-width:640px){ .featband img{ aspect-ratio:4/5; } }
.faq{ max-width:840px; margin-top:52px; }
.faq.faq-center{ margin-left:auto; margin-right:auto; }
.faq details{ border-top:1px solid var(--line); }
.faq details:last-of-type{ border-bottom:1px solid var(--line); }
.faq summary{ list-style:none; cursor:pointer; padding:26px 0; display:flex; justify-content:space-between; gap:26px; align-items:baseline; font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(1.4rem,2.4vw,1.75rem); color:var(--ivory); }
.faq summary::-webkit-details-marker{ display:none; }
.faq-plus{ color:var(--brass); font-size:1.5rem; flex-shrink:0; line-height:1; transition:transform .25s; }
.faq details[open] .faq-plus{ transform:rotate(45deg); }
.faq .ans{ padding:0 0 28px; max-width:700px; color:rgba(244,241,233,.82); font-weight:400; line-height:1.72; }
.crumbs{ font-size:.72rem; letter-spacing:.16em; text-transform:uppercase; color:rgba(244,241,233,.55); }
.crumbs a:hover{ color:var(--brass); }

/* ---- Accessibility ---- */
.skip-link{ position:absolute; left:-9999px; top:0; z-index:200; background:var(--red); color:#fff; padding:12px 18px; border-radius:0 0 6px 0; font-family:'Jost',sans-serif; font-size:.82rem; letter-spacing:.06em; }
.skip-link:focus{ left:0; top:0; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .btn:focus-visible{ outline:2px solid var(--brass); outline-offset:3px; border-radius:2px; }
main:focus{ outline:none; }
.nav-toggle{ padding:11px; margin:-11px; }
.mclose{ padding:11px; margin:-11px; }

/* ---- Recent work gallery ---- */
.gallery{ display:grid; grid-template-columns:repeat(3,1fr); gap:6px; margin:52px auto 0; max-width:1440px; padding:0 6px; }
.gallery figure{ position:relative; overflow:hidden; margin:0; border:1px solid rgba(196,161,90,.22); }
.gallery img{ width:100%; aspect-ratio:4/3; object-fit:cover; display:block; transition:transform .7s cubic-bezier(.22,1,.36,1); }
.gallery figure:hover img{ transform:scale(1.06); }
.gallery figcaption{ position:absolute; inset:auto 0 0 0; padding:34px 16px 14px; font-family:'Jost',sans-serif; font-size:.7rem; letter-spacing:.16em; text-transform:uppercase; color:#fff; background:linear-gradient(to top, rgba(8,12,22,.82), transparent); opacity:0; transform:translateY(6px); transition:opacity .3s ease, transform .3s ease; }
.gallery figure:hover figcaption{ opacity:1; transform:none; }
@media(max-width:768px){ .gallery{ grid-template-columns:1fr 1fr; } .gallery figcaption{ opacity:1; transform:none; } }
@media(max-width:460px){ .gallery{ grid-template-columns:1fr; } }

/* ============ RICHNESS PASS ============ */

/* Hero: slow cinematic push-in so the first frame isn't dead-still */
@keyframes heroDrift{ from{ transform:scale(1.04); } to{ transform:scale(1.13); } }
.hero-bg{ transform-origin:52% 42%; animation:heroDrift 26s ease-out forwards; }

/* Soft brass glow to lift big moments off the flat navy */
.quoteband{ position:relative; overflow:hidden; }
.quoteband::before{ content:''; position:absolute; left:50%; top:44%; width:min(760px,86vw); height:min(760px,86vw);
  transform:translate(-50%,-50%); pointer-events:none;
  background:radial-gradient(closest-side, rgba(196,161,90,.14), rgba(196,161,90,.05) 55%, transparent 72%); }
.quoteband .inner{ position:relative; z-index:1; }
.hero-scrim{ box-shadow:inset 0 0 220px rgba(8,12,22,.5); }

/* Service marquee - slow, low-contrast serif band; premium, not busy */
.marquee{ border-top:1px solid var(--line); border-bottom:1px solid var(--line);
  overflow:hidden; padding:30px 0; background:rgba(255,255,255,.012);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 13%,#000 87%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 13%,#000 87%,transparent); }
.marquee-track{ display:flex; width:max-content; animation:marq 40s linear infinite; }
.marquee:hover .marquee-track{ animation-play-state:paused; }
.marquee-item{ font-family:'Cormorant Garamond',serif; font-weight:500;
  font-size:clamp(1.8rem,3.4vw,2.9rem); line-height:1; color:var(--brass);
  letter-spacing:.02em; white-space:nowrap; display:inline-flex; align-items:center; padding:0 30px; }
.marquee-item::after{ content:'\2666'; color:var(--brass); font-size:.42em; margin-left:60px; opacity:.9; }
@keyframes marq{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

/* Support cards: gentle lift + brass focus on hover */
.card{ display:block; transition:transform .35s cubic-bezier(.22,1,.36,1); }
.card h3{ transition:color .25s; }
.card .ph{ transition:border-color .35s, box-shadow .35s; }
.card:hover{ transform:translateY(-5px); }
.card:hover h3{ color:var(--brass); }
.card:hover .ph{ border-color:rgba(196,161,90,.75); box-shadow:0 20px 44px -24px rgba(0,0,0,.65); }
.editrow .er-media .ph{ transition:border-color .35s; }
.editrow:hover .er-media .ph{ border-color:rgba(196,161,90,.6); }

@media(prefers-reduced-motion:reduce){
  .hero-bg{ animation:none; transform:none; }
  .marquee-track{ animation:none; }
}

/* ============ RICHNESS PASS II ============ */

/* Hero: sequenced title entrance layered over the drift */
.hero .eyebrow.reveal{ transition-delay:.15s; }
.hero .d-hero.reveal{ transition-delay:.35s; }
.hero .hero-sub.reveal{ transition-delay:.6s; }
.hero .hero-cta.reveal{ transition-delay:.85s; }
@keyframes chevBob{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(6px); } }
.hero-scroll svg{ animation:chevBob 2.4s ease-in-out infinite; }

/* Editorial section index - honest ordinals (real read order, not a stat) */
.sec-index{ display:inline-flex; align-items:center; gap:12px; margin-bottom:16px;
  font-family:'Jost',sans-serif; font-weight:500; font-size:.7rem; letter-spacing:.28em; color:var(--brass); }
.sec-index::after{ content:''; width:36px; height:1px; background:linear-gradient(90deg,var(--brass),transparent); }

/* Drawing brass underline beneath section heads */
.shead .d-h2{ position:relative; }
.shead .d-h2::after{ content:''; display:block; height:1px; width:64px; margin:22px 0 0; background:var(--brass);
  transition:width .9s cubic-bezier(.22,1,.36,1); }
.shead.center .d-h2::after{ margin-left:auto; margin-right:auto; }
html.js .shead.reveal .d-h2::after{ width:0; }
html.js .shead.reveal.in .d-h2::after{ width:64px; }

/* Section seam - hairline with a centered brass diamond */
.seam{ position:relative; height:1px; background:var(--line); max-width:1180px; margin:0 auto; }
.seam::before{ content:'\2666'; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  color:var(--brass); font-size:.58rem; background:var(--bg); padding:0 15px; }

/* CTA hover: brass hairline sweep + micro lift (mirrors the navlink underline) */
.btn{ position:relative; overflow:hidden; }
.btn-solid, .btn-line-light{ transition:background-color .2s,color .2s,border-color .2s,transform .25s; }
.btn-solid::after, .btn-line-light::after{ content:''; position:absolute; left:0; bottom:0; height:1px; width:0;
  background:var(--brass); transition:width .3s cubic-bezier(.22,1,.36,1); }
.btn-solid:hover::after, .btn-line-light:hover::after{ width:100%; }
.btn-solid:hover, .btn-line-light:hover{ transform:translateY(-1px); }

/* Quote band ambiance: breathing glow + ghosted serif quote mark + brass-italic clause */
@keyframes glowBreathe{ 0%,100%{ opacity:.85; transform:translate(-50%,-50%) scale(1); }
  50%{ opacity:1; transform:translate(-50%,-50%) scale(1.06); } }
.quoteband::before{ animation:glowBreathe 14s ease-in-out infinite; }
.quoteband::after{ content:'\201C'; position:absolute; top:-.02em; left:.12em; z-index:0; pointer-events:none;
  font-family:'Cormorant Garamond',serif; font-weight:600; font-size:clamp(9rem,18vw,17rem); line-height:1; color:rgba(196,161,90,.07); }
.q-accent{ font-style:italic; color:var(--brass); }

/* Asymmetric featured gallery - one hero tile breaks the grid (desktop only) */
@media(min-width:769px){
  .gallery{ grid-template-columns:repeat(3,1fr); grid-auto-rows:clamp(152px,17vw,232px); }
  .gallery img{ height:100%; aspect-ratio:auto; }
  .gallery figure:first-child{ grid-column:span 2; grid-row:span 2; }
}

/* Service card hover refinement: brass hairline draw + View label reveal */
.card{ position:relative; }
.card::after{ content:''; position:absolute; top:0; left:0; height:1px; width:0; background:var(--brass);
  transition:width .5s cubic-bezier(.22,1,.36,1); z-index:2; }
.card:hover::after{ width:100%; }
.card-view{ display:inline-flex; align-items:center; gap:.5rem; margin-top:16px;
  font-family:'Jost',sans-serif; text-transform:uppercase; letter-spacing:.16em; font-size:.7rem; font-weight:500;
  color:var(--brass); opacity:0; transform:translateX(-6px); transition:opacity .3s, transform .3s; }
.card:hover .card-view{ opacity:1; transform:none; }
@media(hover:none){ .card-view{ opacity:1; transform:none; } }

/* Nav condense as the bar solidifies */
.brand-badge{ transition:transform .35s cubic-bezier(.22,1,.36,1); }
.nav-inner{ transition:height .35s cubic-bezier(.22,1,.36,1); }
.nav.scrolled .brand-badge{ transform:scale(.88); }
.nav.scrolled .nav-inner{ height:66px; }

/* Blur-up hero: photo resolves out of the navy on first paint */
html.js .hero-bg.blurup{ filter:blur(16px); opacity:0; transition:filter .9s ease, opacity .9s ease; }
html.js .hero-bg.blurup.loaded{ filter:none; opacity:1; }

/* Staggered child reveals - editorial cadence, not a slab fade */
html.js .stagger > *{ opacity:0; transform:translateY(16px);
  transition:opacity .7s cubic-bezier(.22,1,.36,1) var(--rd,0ms), transform .7s cubic-bezier(.22,1,.36,1) var(--rd,0ms); }
html.js .stagger.in > *{ opacity:1; transform:none; }

/* Designed on-page form confirmation + post-interaction field states */
.qform-success{ display:flex; flex-direction:column; align-items:flex-start; gap:18px; padding:6px 0; }
.qs-check{ width:54px; height:54px; border:1px solid var(--brass); border-radius:50%; display:grid; place-items:center; color:var(--brass); }
.qform-success h3{ font-family:'Cormorant Garamond',serif; font-weight:500; font-size:2.1rem; color:var(--ivory); }
.qform-success p{ color:rgba(244,241,233,.72); font-weight:300; max-width:420px; line-height:1.6; }
.qform.touched .field:required:valid{ border-bottom-color:rgba(196,161,90,.7); }
.qform.touched .field:required:invalid{ border-bottom-color:var(--red); }

/* Reduced-motion resets for pass II */
@media(prefers-reduced-motion:reduce){
  .hero .eyebrow.reveal,.hero .d-hero.reveal,.hero .hero-sub.reveal,.hero .hero-cta.reveal{ transition-delay:0s; }
  .hero-scroll svg{ animation:none; }
  .quoteband::before{ animation:none; }
  .btn-solid::after,.btn-line-light::after{ transition:none; }
  .btn-solid:hover,.btn-line-light:hover{ transform:none; }
  html.js .stagger > *{ opacity:1; transform:none; transition:none; }
  html.js .hero-bg.blurup{ filter:none; opacity:1; }
  html.js .shead.reveal .d-h2::after{ width:64px; }
}

/* Print: clean paper output for saved/printed quotes */
@media print{
  *{ text-shadow:none!important; box-shadow:none!important; }
  body{ background:#fff; color:#111; }
  .nav,.stickybar,.marquee,.hero-scroll,.hero-scrim,.hero-bg{ display:none!important; }
  .hero{ min-height:auto; }
  .band,.quoteband,.footer{ background:#fff; color:#111; }
  .d-hero,.d-h2,.d-h3,.d-quote,.brand-name,.qform-success h3{ color:#111!important; }
  .body,.lead,p,li,.arealist,.step .body{ color:#222!important; }
  .eyebrow,.sec-index,.step .num{ color:#8a6d2f!important; }
  .btn{ border:1px solid #999; color:#111; background:#fff; }
  a[href^='tel:']::after, a[href^='mailto:']::after{ content:' (' attr(href) ')'; font-size:.85em; color:#555; }
  .gallery figure, .ph{ border-color:#ccc; }
  .scroll-progress, .lightbox{ display:none!important; }
}

/* ============ RICHNESS PASS III ============ */

/* Anchor targets clear the fixed nav */
[id]{ scroll-margin-top:92px; }

/* Scroll progress - thin brass read indicator at the very top */
.scroll-progress{ position:fixed; top:0; left:0; height:2px; width:0; background:var(--brass); z-index:70; will-change:width; }

/* Work gallery: clickable + focusable */
.gallery figure{ cursor:pointer; }
.gallery figure:focus-visible{ outline:2px solid var(--brass); outline-offset:3px; }

/* Lightbox */
.lightbox{ position:fixed; inset:0; z-index:120; display:none; align-items:center; justify-content:center;
  padding:5vh 4vw; background:rgba(9,14,26,.95); backdrop-filter:blur(5px); -webkit-backdrop-filter:blur(5px); }
.lightbox.open{ display:flex; }
.lb-stage{ position:relative; max-width:1180px; width:100%; max-height:90vh; display:flex; flex-direction:column; align-items:center; }
.lb-img{ max-width:100%; max-height:82vh; object-fit:contain; border:1px solid rgba(196,161,90,.4);
  opacity:0; transform:scale(.985); transition:opacity .35s ease, transform .35s cubic-bezier(.22,1,.36,1); }
.lb-img.ready{ opacity:1; transform:none; }
.lb-cap{ margin-top:18px; font-family:'Jost',sans-serif; font-size:.72rem; letter-spacing:.18em; text-transform:uppercase; color:rgba(244,241,233,.82); text-align:center; }
.lb-count{ color:var(--brass); margin-left:12px; }
.lb-btn{ position:absolute; background:rgba(9,14,26,.35); border:1px solid rgba(244,241,233,.3); color:var(--ivory);
  cursor:pointer; width:52px; height:52px; display:grid; place-items:center; border-radius:50%;
  transition:border-color .2s, background-color .2s, color .2s; }
.lb-btn:hover{ border-color:var(--brass); color:var(--brass); background:rgba(196,161,90,.1); }
.lb-prev{ left:-2px; top:50%; transform:translateY(-50%); }
.lb-next{ right:-2px; top:50%; transform:translateY(-50%); }
.lb-close{ position:fixed; top:22px; right:26px; }
@media(max-width:640px){ .lb-prev{ left:4px; } .lb-next{ right:4px; } .lb-btn{ width:44px; height:44px; } .lb-img{ max-height:72vh; } .lb-close{ top:14px; right:14px; } }
@media(prefers-reduced-motion:reduce){ .lb-img{ transition:opacity .2s ease; transform:none; } }

/* ============ BEFORE / AFTER SLIDER ============ */
.ba{ position:relative; aspect-ratio:3/2; overflow:hidden; border:1px solid rgba(196,161,90,.3); --pos:50%; }
.ba img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; user-select:none; -webkit-user-drag:none; }
.ba-after{ z-index:1; }
.ba-before{ z-index:2; clip-path:inset(0 calc(100% - var(--pos)) 0 0); }
.ba-divider{ position:absolute; top:0; bottom:0; left:var(--pos); width:2px; margin-left:-1px; background:var(--brass); z-index:3; pointer-events:none; }
.ba-handle{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:46px; height:46px; border-radius:50%;
  background:rgba(9,14,26,.55); border:1px solid var(--brass); color:var(--brass); display:grid; place-items:center;
  -webkit-backdrop-filter:blur(2px); backdrop-filter:blur(2px); transition:box-shadow .2s, border-color .2s; }
.ba-label{ position:absolute; top:16px; z-index:4; font-family:'Jost',sans-serif; font-size:.62rem; letter-spacing:.2em;
  text-transform:uppercase; color:#fff; background:rgba(9,14,26,.5); padding:5px 12px; border:1px solid rgba(244,241,233,.25); pointer-events:none; }
.ba-label-before{ left:16px; } .ba-label-after{ right:16px; }
.ba-range{ position:absolute; inset:0; z-index:5; width:100%; height:100%; margin:0; padding:0; opacity:0; cursor:ew-resize; }
.ba:focus-within .ba-handle{ border-color:#fff; box-shadow:0 0 0 3px rgba(196,161,90,.35); }
/* Wide showcase variant */
.ba-wide{ max-width:1060px; margin:52px auto 0; }
.ba-wide .ba{ aspect-ratio:16/10; }
.ba-hint-text{ display:block; text-align:center; margin-top:20px; color:rgba(244,241,233,.6); }
@media(max-width:600px){ .ba-wide .ba{ aspect-ratio:4/3; } }
/* smooth motion only during the one-time auto-hint; dragging stays instant */
.ba-animating .ba-before{ transition:clip-path .55s cubic-bezier(.22,1,.36,1); }
.ba-animating .ba-divider{ transition:left .55s cubic-bezier(.22,1,.36,1); }

/* ============ SERVICE-AREA MAP (desktop only) ============ */
.area-map{ display:none; margin-top:46px; width:100%; max-width:860px; }
.area-map svg{ width:100%; height:auto; overflow:visible; }
.area-lines line{ stroke:rgba(196,161,90,.5); stroke-width:1; stroke-dasharray:640; stroke-dashoffset:640; }
.reveal.in .area-lines line{ stroke-dashoffset:0; transition:stroke-dashoffset .95s cubic-bezier(.22,1,.36,1); }
.reveal.in .area-lines line:nth-child(2){ transition-delay:.1s; }
.reveal.in .area-lines line:nth-child(3){ transition-delay:.2s; }
.reveal.in .area-lines line:nth-child(4){ transition-delay:.3s; }
.reveal.in .area-lines line:nth-child(5){ transition-delay:.4s; }
.area-nodes circle{ fill:var(--brass); }
.area-hub-ring{ fill:none!important; stroke:var(--brass); stroke-width:1; opacity:.55; }
.area-dot{ opacity:0; }
.reveal.in .area-dot{ opacity:1; transition:opacity .5s ease .55s; }
.area-labels text{ opacity:0; font-family:'Jost',sans-serif; letter-spacing:2px; text-transform:uppercase; fill:rgba(244,241,233,.82); font-size:13px; }
.reveal.in .area-labels text{ opacity:1; transition:opacity .6s ease .75s; }
.area-labels .lbl-hub{ fill:var(--ivory); font-size:15px; letter-spacing:3px; }
.area-labels .lbl-sub{ fill:rgba(244,241,233,.45); font-size:11px; letter-spacing:2px; text-transform:none; }
@media(min-width:769px){ .area-map{ display:block; } .arealist{ display:none; } }
@media(prefers-reduced-motion:reduce){ .area-lines line{ stroke-dashoffset:0; } .area-dot, .area-labels text{ opacity:1; } }

/* Geographic Austin map */
.map-water-line{ fill:none; stroke:rgba(122,158,200,.5); stroke-width:11; stroke-linecap:round; stroke-linejoin:round; }
.map-water-fill{ fill:rgba(122,158,200,.16); stroke:rgba(122,158,200,.4); stroke-width:1.5; }
.map-road{ fill:none; stroke:rgba(244,241,233,.26); stroke-width:1.4; stroke-linecap:round; }
.map-road-major{ stroke:rgba(244,241,233,.42); stroke-width:2; }
.map-pin{ fill:var(--brass); }
.map-pin-ring{ fill:none; stroke:var(--brass); stroke-width:1; opacity:.6; }
.map-pin-line{ fill:none; stroke:var(--brass); stroke-width:1.3; }
.map-label{ font-family:'Jost',sans-serif; font-size:13px; letter-spacing:2px; text-transform:uppercase; fill:var(--ivory); }
.map-label-hub{ font-size:15px; letter-spacing:3px; }
.map-label-sub{ font-family:'Jost',sans-serif; font-size:11px; letter-spacing:1.5px; fill:rgba(244,241,233,.45); }
.map-road-label{ font-family:'Jost',sans-serif; font-size:9.5px; letter-spacing:1.5px; text-transform:uppercase; fill:rgba(244,241,233,.4); }
.map-water-label{ font-family:'Cormorant Garamond',serif; font-style:italic; font-size:13.5px; letter-spacing:.4px; fill:rgba(122,158,200,.62); }
.map-road, .map-water-line{ stroke-dasharray:1000; stroke-dashoffset:1000; }
.reveal.in .map-road, .reveal.in .map-water-line{ stroke-dashoffset:0; transition:stroke-dashoffset 1.6s cubic-bezier(.22,1,.36,1); }
.map-pins circle, .map-pin-line, .map-labels text, .map-roadlabels text, .map-water-fill{ opacity:0; }
.reveal.in .map-pins circle, .reveal.in .map-pin-line, .reveal.in .map-water-fill{ opacity:1; transition:opacity .55s ease .95s; }
.reveal.in .map-labels text, .reveal.in .map-roadlabels text{ opacity:1; transition:opacity .6s ease 1.15s; }
@media(prefers-reduced-motion:reduce){
  .map-road, .map-water-line{ stroke-dashoffset:0; }
  .map-pins circle, .map-pin-line, .map-labels text, .map-roadlabels text, .map-water-fill{ opacity:1; }
}

/* ============ ELITE POLISH ============ */
/* Smooth cross-page navigation (View Transitions API; ignored where unsupported) */
@view-transition{ navigation:auto; }
::view-transition-old(root), ::view-transition-new(root){ animation-duration:.42s; }

/* Bespoke details */
::selection{ background:rgba(196,161,90,.34); color:#fff; }
html{ scrollbar-width:thin; scrollbar-color:rgba(196,161,90,.55) var(--bg); }
::-webkit-scrollbar{ width:11px; height:11px; }
::-webkit-scrollbar-track{ background:var(--bg); }
::-webkit-scrollbar-thumb{ background:rgba(196,161,90,.5); border:3px solid var(--bg); }
::-webkit-scrollbar-thumb:hover{ background:var(--brass); }

/* Kinetic hero headline - rises from behind a mask (class-triggered; end state is
   always visible, so it can never get stuck hidden even if a View Transition
   freezes the timeline). */
html.js .hero-kinetic{ overflow:hidden; padding-bottom:.08em; }
html.js .hero-kinetic > span{ display:inline-block; transform:translateY(118%); transition:transform 1.05s cubic-bezier(.22,1,.36,1); }
html.js .hero-kinetic.in > span{ transform:translateY(0); }

@media(prefers-reduced-motion:reduce){
  ::view-transition-old(root), ::view-transition-new(root){ animation:none; }
  html.js .hero-kinetic{ overflow:visible; padding-bottom:0; }
  html.js .hero-kinetic > span{ transform:none; transition:none; }
}

/* ============ FLAGSHIP ============ */
/* Cinematic first-visit intro. Hidden by default so no-JS/repeat visits never see it;
   shown only when the inline head script adds html.preloading. Layered fail-safes:
   JS dismiss on load + JS hard timeout + a CSS keyframe that auto-hides at 3.6s even
   if JS never runs, so it can NEVER leave a blank screen. */
.preloader{ display:none; }
html.preloading .preloader{ position:fixed; inset:0; z-index:9999; display:grid; place-items:center; background:var(--bg);
  transition:opacity .8s ease, visibility .8s; animation:preFailsafe 0s linear 3.6s forwards; }
html.preloading .preloader.done{ opacity:0; visibility:hidden; }
@keyframes preFailsafe{ to{ opacity:0; visibility:hidden; pointer-events:none; } }
.pre-inner{ display:flex; flex-direction:column; align-items:center; gap:20px; }
.pre-logo{ width:74px; height:74px; object-fit:contain; opacity:0; transform:translateY(10px); animation:preIn .9s cubic-bezier(.22,1,.36,1) .1s forwards; }
.pre-word{ font-family:'Cormorant Garamond',serif; font-weight:500; font-size:1.5rem; letter-spacing:.04em; color:var(--ivory); opacity:0; transform:translateY(8px); animation:preIn .9s cubic-bezier(.22,1,.36,1) .32s forwards; }
.pre-bar{ width:0; height:1px; background:var(--brass); animation:preBar 1.1s cubic-bezier(.22,1,.36,1) .5s forwards; }
@keyframes preIn{ to{ opacity:1; transform:none; } }
@keyframes preBar{ to{ width:130px; } }

/* Native scroll-driven parallax on full-bleed feature bands (progressive: only where supported + motion allowed) */
@media (prefers-reduced-motion: no-preference){
  @supports (animation-timeline: view()){
    .featband{ overflow:hidden; }
    .featband img{ animation:featParallax linear both; animation-timeline:view(); animation-range:entry 0% exit 100%; will-change:transform; }
    @keyframes featParallax{ from{ transform:translateY(-5.5%) scale(1.12); } to{ transform:translateY(5.5%) scale(1.12); } }
  }
}

/* ============ IRIDESCENT ACCENTS (must stay last so it wins the cascade) ============ */
:root{ --iri: linear-gradient(100deg, #6285c0 0%, #46a6a0 24%, #d3b46b 50%, #b57fa6 74%, #6285c0 100%); }
/* Section seams: a slow-shimmering iridescent thread */
.seam{ height:2px; background-color:transparent; background-image:var(--iri); background-size:220% 100%; opacity:.92; animation:iriShift 15s linear infinite; }
@keyframes iriShift{ to{ background-position:220% 0; } }
/* Scroll progress + section-head underlines pick up the shimmer */
.scroll-progress{ background-image:var(--iri); }
.shead .d-h2::after, .shead.reveal.in .d-h2::after, .sect-head .d-h3::after, .sect-head.reveal.in .d-h3::after{ background-image:var(--iri); }
/* Button hover sweep goes prismatic */
.btn-solid::after, .btn-line-light::after{ background-image:var(--iri); }
/* Prismatic soft glow on the pull-quote instead of plain brass */
.quoteband::before{ background:radial-gradient(closest-side, rgba(73,166,160,.16), rgba(211,180,107,.13) 42%, rgba(98,133,192,.1) 68%, transparent 78%); }
@media(prefers-reduced-motion:reduce){ .seam{ animation:none; } }

/* ============ MOTION + MENU PASS ============ */

/* 1. Parallax depth on full-bleed photos (scroll-driven; falls back to Ken Burns drift) */
@supports (animation-timeline: view()){
  @media (prefers-reduced-motion: no-preference){
    .cine-img{ animation:cinePar linear both; animation-timeline:view(); animation-range:cover; }
    @keyframes cinePar{ from{ transform:translateY(-8%) scale(1.2); } to{ transform:translateY(8%) scale(1.2); } }
  }
}

/* 2. Section titles rise into view from behind a mask */
html.js .cine-h{ overflow:hidden; padding-bottom:.08em; }
html.js .cine-h > span{ display:inline-block; transform:translateY(116%); transition:transform 1s cubic-bezier(.22,1,.36,1) .06s; }
html.js .reveal.in .cine-h > span{ transform:translateY(0); }

/* 3. Cinematic centered closing CTA */
.cine-center{ text-align:center; justify-content:center; }
.cine-center .cine-scrim{ background:linear-gradient(180deg, rgba(9,14,26,.82) 0%, rgba(9,14,26,.5) 45%, rgba(9,14,26,.74) 100%); }
.cine-center .cine-inner{ margin:0 auto; max-width:760px; }
.cine-center .cine-p{ margin-left:auto; margin-right:auto; }
.cine-cta{ margin-top:34px; display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

/* 4. Full-screen menu */
.nav-links{ display:none; }                 /* replaced by the fullscreen menu everywhere */
.nav-actions{ display:flex; align-items:center; gap:24px; }
.nav-toggle{ display:block; color:var(--ivory); background:none; border:none; cursor:pointer; padding:11px; margin:-11px; }
@media(max-width:900px){ .nav-actions .nav-phone, .nav-actions .btn-solid{ display:none; } }
.mmenu{ position:fixed; inset:0; z-index:60; background:var(--bg); display:none; overflow:hidden; }
.mmenu.open{ display:block; }
.mmenu::before{ content:''; position:absolute; left:0; right:0; top:0; height:2px; background-image:var(--iri); }
.mmenu-inner{ height:100%; display:flex; flex-direction:column; }
.mmenu-top{ height:80px; flex:0 0 auto; display:flex; align-items:center; justify-content:space-between; }
.mmenu-body{ flex:1 1 auto; display:grid; grid-template-columns:1.6fr 1fr; gap:64px; align-content:center; padding:20px 0 60px; }
.mmenu-links{ display:flex; flex-direction:column; gap:4px; margin:0; }
.mmenu-links a{ font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(2rem,5vw,3.6rem); line-height:1.14; color:var(--ivory); overflow:hidden; transition:color .25s; }
.mmenu-links a span{ display:inline-block; transform:translateY(105%); opacity:0; }
.mmenu.open .mmenu-links a span{ animation:menuIn .7s cubic-bezier(.22,1,.36,1) forwards; }
@keyframes menuIn{ to{ transform:none; opacity:1; } }
.mmenu.open .mmenu-links a:nth-child(1) span{ animation-delay:.08s; }
.mmenu.open .mmenu-links a:nth-child(2) span{ animation-delay:.14s; }
.mmenu.open .mmenu-links a:nth-child(3) span{ animation-delay:.2s; }
.mmenu.open .mmenu-links a:nth-child(4) span{ animation-delay:.26s; }
.mmenu.open .mmenu-links a:nth-child(5) span{ animation-delay:.32s; }
.mmenu.open .mmenu-links a:nth-child(6) span{ animation-delay:.38s; }
.mmenu-links a:hover{ color:var(--brass); }
.mmenu-side{ display:flex; flex-direction:column; align-items:flex-start; border-left:1px solid var(--line); padding-left:44px; align-self:center; }
.mmenu-side .eyebrow{ margin-bottom:18px; }
.mmenu-phone{ font-family:'Cormorant Garamond',serif; font-weight:500; font-size:2rem; color:var(--ivory); }
.mmenu-email{ font-size:.95rem; color:var(--muted); margin-top:8px; word-break:break-all; }
.mmenu-areas{ margin-top:28px; font-size:.8rem; letter-spacing:.05em; color:rgba(244,241,233,.5); line-height:1.8; max-width:260px; }
@media(max-width:768px){ .mmenu-body{ grid-template-columns:1fr; gap:32px; align-content:start; padding-top:8px; } .mmenu-side{ border-left:0; padding-left:0; border-top:1px solid var(--line); padding-top:26px; } .mmenu-links a{ font-size:clamp(1.9rem,8vw,2.6rem); } }

@media(prefers-reduced-motion:reduce){
  html.js .cine-h{ overflow:visible; } html.js .cine-h > span{ transform:none; transition:none; }
  .mmenu-links a span{ animation:none; transform:none; opacity:1; }
}
