:root{
  --bg:#0d0d0c;--bg2:#151311;--panel:#1a1816;--cream:#f5efe6;--cream2:#ebe0d3;--ink:#171512;--muted:#bcb2a8;--orange:#ff5a1f;--orange2:#d94a16;--line:rgba(255,255,255,.14);--darkline:rgba(0,0,0,.13);--green:#23a55a;--red:#d9342b;--gold:#f4b65f;--shadow:0 20px 60px rgba(0,0,0,.35)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:#fff;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.wrap{width:min(1180px,calc(100% - 48px));margin-inline:auto}.nav{position:sticky;top:0;z-index:50;background:rgba(13,13,12,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav-row{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.04em}.brand-mark{width:268px;height:60px;display:inline-block;background:url('assets/logo.png') left center/contain no-repeat;flex-shrink:0}.brand-mark:before,.brand-mark:after{display:none}.brand span:last-child{color:var(--orange)}.nav-links{display:flex;align-items:center;gap:32px;font-weight:800;font-size:14px}.nav-links a.active,.nav-links a:hover{color:var(--orange)}.phone{display:flex;align-items:center;gap:8px;font-weight:900;white-space:nowrap}.phone b{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:3px;padding:15px 24px;font-weight:900;cursor:pointer;transition:.18s ease;min-height:52px}.btn-primary{background:var(--orange);color:white;box-shadow:0 14px 34px rgba(255,90,31,.25)}.btn-primary:hover{background:#ff6b33;transform:translateY(-1px)}.btn-ghost{border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.03);color:white}.btn-ghost:hover{border-color:var(--orange);color:var(--orange)}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 74% 35%,rgba(255,90,31,.18),transparent 34%),linear-gradient(100deg,#0b0b0a 0%,#14110f 57%,#0c0c0b 100%)}.hero:before{content:"";position:absolute;inset:0;background:url('assets/noise.svg'),linear-gradient(180deg,rgba(255,255,255,.03),transparent);opacity:.72;pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:.95fr 1.05fr;gap:46px;align-items:center;min-height:560px;padding:72px 0 46px}.eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--orange);font-weight:900;font-size:13px;margin-bottom:16px}.hero h1,.page-hero h1{font-size:clamp(52px,7vw,92px);line-height:.92;margin:0 0 22px;font-weight:1000;letter-spacing:-.045em}.hero h1 em,.page-hero h1 em{font-style:normal;color:var(--orange)}.hero p,.page-hero p{font-size:18px;color:#e8ded4;max-width:560px;margin:0 0 28px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:26px 0}.micro{display:flex;gap:28px;flex-wrap:wrap;color:#d7cdc3;font-size:13px;font-weight:800}.micro span{display:flex;align-items:center;gap:8px}.micro i{color:var(--orange);font-style:normal}.hero-art{position:relative}.hero-art img{border-radius:12px;filter:drop-shadow(0 28px 42px rgba(0,0,0,.45))}.proofbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#181614}.proof-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.15fr 1fr;gap:0}.proof-item{min-height:72px;display:flex;align-items:center;gap:12px;padding:16px 20px;border-left:1px solid var(--line);font-size:13px;color:#dfd7ce}.proof-item:first-child{border-left:0}.stars{color:var(--orange);font-size:20px;letter-spacing:1px}.proof-item strong{display:block;color:white;font-size:14px}.section{padding:64px 0}.cream{background:var(--cream);color:var(--ink)}.dark{background:linear-gradient(180deg,#0f0f0e,#191714)}.section-head{text-align:center;margin:0 auto 34px;max-width:760px}.section-head h2{font-size:clamp(34px,4.2vw,56px);line-height:.96;margin:0 0 10px;font-weight:1000;letter-spacing:-.035em}.section-head .small{color:var(--orange);font-size:13px;letter-spacing:.22em;text-transform:uppercase;font-weight:1000}.section-head p{color:#665c53;margin:8px auto 0}.cream .section-head h2{color:#1a1714}.examples-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.shot-card{border-radius:8px;overflow:hidden;background:#111;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.18)}.shot-card img{width:100%;height:210px;object-fit:cover;object-position:top}.shot-caption{background:#fff;padding:14px 16px;color:#1a1714}.shot-caption strong{display:block}.shot-caption span{font-size:13px;color:#655b53}.value-band{background:#11100f;border-block:1px solid rgba(255,255,255,.08)}.value-grid{display:grid;grid-template-columns:1.25fr repeat(5,1fr);gap:0}.value-intro,.value{padding:34px 28px;border-left:1px solid var(--line)}.value-intro{border-left:0}.value-intro h2{font-size:34px;line-height:.98;margin:0 0 12px}.value-intro .small,.value .icon,.faq-question span,.orange{color:var(--orange)}.value p{font-size:13px;color:#bfb5ac}.value .icon{font-size:34px;margin-bottom:14px}.value h3{font-size:16px;margin:0 0 8px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.step{position:relative;background:rgba(255,255,255,.55);border:1px solid var(--darkline);padding:28px;border-radius:3px}.step-num{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;font-weight:1000;margin-bottom:14px}.step svg,.feature svg{width:44px;height:44px;color:var(--orange)}.step h3{margin:12px 0 8px}.step p{color:#675d54}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.quote-card{background:#171514;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:24px;display:grid;grid-template-columns:1fr 64px;gap:18px;align-items:center;min-height:150px}.quote-card p{color:#eee2d7;margin:0 0 12px;font-size:14px}.quote-card b{display:block}.quote-card small{color:#afa49a}.avatar{width:64px;height:64px;border-radius:50%;object-fit:cover}.faq-preview,.faq-list{display:grid;gap:10px}.faq-item{border:1px solid var(--darkline);background:#fff;border-radius:4px;overflow:hidden}.faq-question{width:100%;background:transparent;border:0;text-align:left;display:flex;justify-content:space-between;gap:18px;align-items:center;padding:18px 20px;cursor:pointer;font-weight:900;color:#171512}.faq-answer{display:none;padding:0 20px 18px;color:#5c554d}.faq-item.open .faq-answer{display:block}.faq-item.open .chev{transform:rotate(180deg)}.chev{transition:.2s}.cta-strip{background:linear-gradient(100deg,#d94512,#ff5a1f);color:#fff}.cta-row{display:grid;grid-template-columns:1fr auto 180px;gap:32px;align-items:center;padding:34px 0}.cta-row h2{font-size:34px;line-height:1;margin:0}.seal{width:108px;height:108px;border-radius:50%;border:3px solid rgba(255,255,255,.7);display:grid;place-items:center;text-align:center;font-weight:1000;font-size:11px}.footer{background:#0b0b0a;border-top:1px solid var(--line);padding:28px 0;color:#bbb0a6}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:28px}.footer h4{color:white;margin:0 0 10px}.footer a,.footer p{display:block;color:#bbb0a6;font-size:13px;margin:6px 0}.page-hero{background:radial-gradient(circle at 80% 34%,rgba(255,90,31,.16),transparent 35%),#11100f;padding:74px 0 50px;position:relative;overflow:hidden}.page-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.page-hero img{border-radius:10px;filter:drop-shadow(0 28px 44px rgba(0,0,0,.45))}.wide-panel{background:#151311;color:#fff;border:1px solid rgba(255,255,255,.12);padding:28px;border-radius:8px}.stage-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.stage-card{background:#151311;color:white;border:1px solid rgba(255,255,255,.14);border-radius:8px;overflow:hidden}.stage-card img{height:110px;width:100%;object-fit:cover;object-position:top}.stage-card div{padding:14px}.stage-card h3{font-size:15px;margin:0 0 8px;color:#fff}.stage-card p{font-size:12px;color:#c9beb5;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.feature{text-align:center}.feature h3{font-size:15px;margin:8px 0}.feature p{font-size:12px;color:#635a52;margin:0}.filter-row{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 36px}.filter-btn{background:#151311;color:white;border:1px solid rgba(255,255,255,.2);padding:12px 18px;border-radius:3px;font-weight:900;cursor:pointer}.filter-btn.active,.filter-btn:hover{background:var(--orange);border-color:var(--orange)}.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.metric{background:#181614;color:white;border-radius:8px;padding:26px}.metric .num{font-size:40px;color:var(--orange);font-weight:1000}.compare-table{width:100%;border-collapse:collapse;background:#151311;color:white;border:1px solid rgba(255,255,255,.14)}.compare-table th,.compare-table td{padding:14px;border:1px solid rgba(255,255,255,.12);text-align:left;font-size:14px}.compare-table th{color:#fff;background:#201b17}.check{color:var(--green);font-weight:1000}.x{color:var(--red);font-weight:1000}.dash{color:var(--gold);font-weight:1000}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;align-items:center}.trust-box{background:#fff;color:#161311;border:1px solid var(--darkline);padding:28px;border-radius:8px}.trust-metrics{display:flex;gap:24px}.trust-metrics b{font-size:36px;color:var(--orange);display:block}.faq-page-grid{display:grid;grid-template-columns:1.45fr .8fr;gap:38px}.sidebar-card{background:#151311;color:white;border-radius:8px;border:1px solid rgba(255,255,255,.1);padding:28px;margin-bottom:18px}.sidebar-card h3{margin-top:0}.contact-card a{color:#fff;margin:8px 0;display:block}.form-section{display:grid;grid-template-columns:1.1fr .9fr;gap:44px}.form-card{background:#11100f;border:1px solid rgba(255,255,255,.16);padding:34px;border-radius:8px;color:white}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:900;color:#e4d9cf}.field input,.field select,.field textarea{background:#151311;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:4px;padding:14px}.field textarea{min-height:92px}.progress{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0 24px}.progress span{padding:10px;border-bottom:2px solid rgba(255,255,255,.16);color:#aaa;font-weight:900;font-size:13px}.progress span.active{color:var(--orange);border-color:var(--orange)}.next-list{display:grid;gap:20px}.next-item{display:grid;grid-template-columns:44px 1fr;gap:16px}.next-item b:first-child{width:42px;height:42px;border-radius:50%;border:2px solid var(--orange);display:grid;place-items:center;color:var(--orange)}.hidden{display:none!important}@media(max-width:980px){.nav-links{display:none}.hero-grid,.page-hero-grid,.form-section,.faq-page-grid{grid-template-columns:1fr}.proof-grid,.value-grid,.steps,.testimonials,.feature-grid,.portfolio-grid,.metric-grid,.trust-grid,.footer-grid{grid-template-columns:1fr 1fr}.stage-grid{grid-template-columns:repeat(2,1fr)}.cta-row{grid-template-columns:1fr}.hero h1,.page-hero h1{font-size:56px}.hero-grid{min-height:auto}.proof-item{border-left:0;border-top:1px solid var(--line)}}@media(max-width:620px){.wrap{width:min(100% - 28px,1180px)}.hero h1,.page-hero h1{font-size:44px}.hero-actions,.nav-row{align-items:flex-start}.proof-grid,.value-grid,.steps,.testimonials,.feature-grid,.portfolio-grid,.metric-grid,.trust-grid,.footer-grid,.form-grid{grid-template-columns:1fr}.stage-grid{grid-template-columns:1fr}.cta-row{gap:18px}.btn{width:100%}.phone{display:none}.nav-row{height:auto;padding:18px 0}.brand-mark{width:200px;height:46px}}

/* Header correction: keep the Vantage navigation as real HTML spanning the full viewport, not trapped inside any mockup art. */
.nav .wrap{
  width:100%;
  max-width:none;
  padding-left:clamp(24px,6vw,84px);
  padding-right:clamp(24px,6vw,84px);
}
.nav-row{height:86px;}
.nav-links{gap:clamp(18px,2.4vw,36px);}
.nav-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  background:var(--orange);
  color:#fff !important;
  border-radius:3px;
  font-weight:1000;
  box-shadow:0 12px 30px rgba(255,90,31,.22);
  white-space:nowrap;
}
.nav-cta:hover{background:#ff6b33;color:#fff !important;}
.hero-art img,.page-hero img{width:100%;}
.hero-art img{object-fit:contain;object-position:center;}
.hero-art{overflow:visible;}
.page-hero-grid > img{object-fit:contain;object-position:center;}
@media(max-width:980px){.nav-cta{display:none}.nav .wrap{padding-left:24px;padding-right:24px}}


/* Layered hero artwork rebuild
   These replace the old flattened header/hero screenshots. Navigation, hero copy,
   CTAs and each major visual object are separate DOM/image layers. */
.hero-layer-art{
  position:relative;
  min-height:440px;
  width:100%;
  isolation:isolate;
  overflow:visible;
}
.hero-layer-art:before{
  content:"";
  position:absolute;
  inset:7% 0 0 2%;
  background:radial-gradient(circle at 54% 78%,rgba(255,90,31,.28),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,0));
  border-radius:28px;
  filter:blur(.2px);
  opacity:.85;
  z-index:0;
}
.hero-layer-art .layer{
  position:absolute;
  display:block;
  width:auto;
  max-width:none;
  height:auto;
  border-radius:10px;
  object-fit:contain;
  filter:drop-shadow(0 26px 36px rgba(0,0,0,.5));
  transition:transform .25s ease, filter .25s ease;
}
.hero-layer-art:hover .layer{filter:drop-shadow(0 30px 42px rgba(0,0,0,.58));}
.home-layer-art .layer-bg{right:-3%;top:5%;width:36%;opacity:.72;z-index:1;filter:drop-shadow(0 18px 30px rgba(0,0,0,.45));}
.home-layer-art .layer-roof{left:34%;top:1%;width:43%;z-index:2;transform:rotate(1.5deg);}
.home-layer-art .layer-auto{left:2%;top:12%;width:48%;z-index:4;transform:rotate(-3deg);}
.home-layer-art .layer-salon{right:-2%;top:19%;width:45%;z-index:3;transform:rotate(1deg);}
.home-layer-art .layer-lock{left:35%;bottom:2%;width:40%;z-index:7;transform:rotate(-1deg);filter:drop-shadow(0 24px 30px rgba(255,90,31,.22)) drop-shadow(0 24px 40px rgba(0,0,0,.55));}
.page-layer-art{min-height:330px;}
.how-layer-art .layer-roof{left:7%;top:2%;width:36%;z-index:3;transform:rotate(-2deg)}
.how-layer-art .layer-salon{left:40%;top:10%;width:34%;z-index:2;transform:rotate(2deg)}
.how-layer-art .layer-auto{right:0;top:18%;width:34%;z-index:1;transform:rotate(4deg)}
.how-layer-art .layer-lock{left:35%;bottom:-4%;width:36%;z-index:5;}
.examples-layer-art .layer-auto{left:0;top:16%;width:36%;z-index:2;transform:rotate(-3deg)}
.examples-layer-art .layer-roof{left:31%;top:7%;width:37%;z-index:3;}
.examples-layer-art .layer-salon{right:0;top:14%;width:40%;z-index:2;transform:rotate(2deg)}
.why-layer-art .layer-laptop{left:5%;top:10%;width:54%;z-index:2;transform:rotate(-1deg)}
.why-layer-art .layer-phone{left:48%;top:18%;width:27%;z-index:4;}
.why-layer-art .layer-lock{right:2%;top:7%;width:34%;z-index:3;}
.faq-layer-art .layer-auto{left:4%;top:12%;width:33%;z-index:3;transform:rotate(-3deg)}
.faq-layer-art .layer-roof{left:31%;top:3%;width:38%;z-index:2;}
.faq-layer-art .layer-salon{right:-2%;top:8%;width:40%;z-index:1;transform:rotate(2deg)}
.faq-layer-art .layer-lock{left:42%;bottom:-3%;width:31%;z-index:5;}
.claim-layer-art .layer-laptop{left:1%;top:2%;width:60%;z-index:2;}
.claim-layer-art .layer-phone{right:2%;top:16%;width:38%;z-index:4;}
.claim-layer-art .layer-lock{left:38%;bottom:-6%;width:36%;z-index:6;filter:drop-shadow(0 24px 30px rgba(255,90,31,.24)) drop-shadow(0 22px 36px rgba(0,0,0,.58));}
.layer-note{font-size:12px;color:#a79d94;margin-top:10px}
@media(max-width:980px){
  .hero-layer-art{min-height:360px;margin-top:24px;}
  .page-layer-art{min-height:290px;}
}
@media(max-width:620px){
  .hero-layer-art{min-height:300px;}
  .page-layer-art{min-height:240px;}
  .home-layer-art .layer-auto{left:-8%;width:58%;}
  .home-layer-art .layer-roof{left:28%;width:50%;}
  .home-layer-art .layer-salon{right:-12%;width:55%;}
  .home-layer-art .layer-lock{left:28%;width:48%;}
}


/* Full-width header image treatment applied from generated hero composites */
.hero-layer-art{display:none !important;}
.hero.header-home,
.page-hero.header-how,
.page-hero.header-examples,
.page-hero.header-why,
.page-hero.header-faq,
.page-hero.header-claim{
  background-color:#0c0b0a;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:right center;
  min-height:620px;
  padding:0;
}
.hero.header-home::before,
.page-hero.header-how::before,
.page-hero.header-examples::before,
.page-hero.header-why::before,
.page-hero.header-faq::before,
.page-hero.header-claim::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(7,7,7,.92) 0%, rgba(11,11,10,.86) 18%, rgba(14,13,12,.66) 34%, rgba(14,13,12,.28) 53%, rgba(14,13,12,.08) 70%, rgba(14,13,12,.02) 100%),
    linear-gradient(180deg, rgba(10,10,10,.26) 0%, rgba(10,10,10,.06) 18%, rgba(10,10,10,.14) 100%);
  pointer-events:none;
  z-index:0;
}
.hero.header-home .wrap,
.page-hero.header-how .wrap,
.page-hero.header-examples .wrap,
.page-hero.header-why .wrap,
.page-hero.header-faq .wrap,
.page-hero.header-claim .wrap{position:relative; z-index:1;}
.hero.header-home .hero-grid,
.page-hero.header-how .page-hero-grid,
.page-hero.header-examples .page-hero-grid,
.page-hero.header-why .page-hero-grid,
.page-hero.header-faq .page-hero-grid,
.page-hero.header-claim .page-hero-grid{
  grid-template-columns: minmax(0, 640px);
  min-height:620px;
  align-content:center;
  gap:0;
  padding:110px 0 70px;
}
.hero.header-home h1,
.page-hero.header-how h1,
.page-hero.header-examples h1,
.page-hero.header-why h1,
.page-hero.header-faq h1,
.page-hero.header-claim h1{
  max-width:640px;
  text-wrap:balance;
}
.hero.header-home p,
.page-hero.header-how p,
.page-hero.header-examples p,
.page-hero.header-why p,
.page-hero.header-faq p,
.page-hero.header-claim p{max-width:560px;}
.hero.header-home{background-image:url('assets/headers/why-header.jpg');}
.page-hero.header-how{background-image:url('assets/headers/how-header.jpg');}
.page-hero.header-examples{background-image:url('assets/headers/examples-header.jpg');}
.page-hero.header-why{background-image:url('assets/headers/why-header.jpg');}
.page-hero.header-faq{background-image:url('assets/headers/faq-header.jpg');}
.page-hero.header-claim{background-image:url('assets/headers/claim-header.jpg');}
@media (max-width: 980px){
  .hero.header-home,
  .page-hero.header-how,
  .page-hero.header-examples,
  .page-hero.header-why,
  .page-hero.header-faq,
  .page-hero.header-claim{
    min-height:540px;
    background-position:68% center;
  }
  .hero.header-home .hero-grid,
  .page-hero.header-how .page-hero-grid,
  .page-hero.header-examples .page-hero-grid,
  .page-hero.header-why .page-hero-grid,
  .page-hero.header-faq .page-hero-grid,
  .page-hero.header-claim .page-hero-grid{
    min-height:540px;
    padding:96px 0 56px;
    grid-template-columns:minmax(0, 1fr);
  }
}
@media (max-width: 640px){
  .hero.header-home,
  .page-hero.header-how,
  .page-hero.header-examples,
  .page-hero.header-why,
  .page-hero.header-faq,
  .page-hero.header-claim{
    min-height:500px;
    background-position:72% center;
  }
  .hero.header-home::before,
  .page-hero.header-how::before,
  .page-hero.header-examples::before,
  .page-hero.header-why::before,
  .page-hero.header-faq::before,
  .page-hero.header-claim::before{
    background:
      linear-gradient(180deg, rgba(8,8,8,.82) 0%, rgba(8,8,8,.78) 16%, rgba(8,8,8,.52) 45%, rgba(8,8,8,.25) 100%),
      linear-gradient(90deg, rgba(8,8,8,.84) 0%, rgba(8,8,8,.58) 45%, rgba(8,8,8,.18) 100%);
  }
}

/* ========================================================================
   Optimization pass — accessibility, motion, mobile menu, lightbox, polish
   ======================================================================== */

/* Skip-to-content (WCAG 2.4.1) */
.skip-link{
  position:absolute;left:-9999px;top:8px;z-index:100;
  background:var(--orange);color:#fff;padding:10px 16px;border-radius:4px;
  font-weight:900;text-decoration:none;
}
.skip-link:focus{left:8px;}

/* :focus-visible — keyboard users get a clear ring; mouse users don't */
*:focus{outline:none}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:3px solid var(--orange);outline-offset:2px;border-radius:3px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.001ms !important;
    scroll-behavior:auto !important;
  }
}

/* Reveal-on-scroll (paired with IntersectionObserver) */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
@media (prefers-reduced-motion: reduce){
  .reveal{opacity:1;transform:none}
}

/* Mobile hamburger */
.nav-toggle{
  display:none;background:transparent;border:1px solid rgba(255,255,255,.24);
  color:#fff;width:44px;height:44px;border-radius:6px;cursor:pointer;
  align-items:center;justify-content:center;
}
.nav-toggle .bar{display:block;width:20px;height:2px;background:#fff;margin:3px 0;transition:transform .2s ease,opacity .2s ease}
.nav-toggle[aria-expanded="true"] .bar:nth-child(1){transform:translateY(5px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] .bar:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] .bar:nth-child(3){transform:translateY(-5px) rotate(-45deg)}

@media (max-width:980px){
  .nav-toggle{display:inline-flex}
  .nav-row{flex-wrap:wrap}
  .nav-links{
    display:none;flex-direction:column;align-items:flex-start;gap:0;
    width:100%;padding:14px 0;border-top:1px solid var(--line);
  }
  .nav-links.open{display:flex}
  .nav-links a{padding:14px 0;width:100%;border-bottom:1px solid var(--line)}
  .nav-links .nav-cta{margin-top:8px;width:100%;}
  .nav-links .phone{display:flex}
}

/* Mobile sticky CTA bar */
.mobile-cta-bar{
  display:none;position:fixed;left:0;right:0;bottom:0;z-index:60;
  background:rgba(13,13,12,.96);backdrop-filter:blur(18px);
  border-top:1px solid var(--line);padding:10px 14px;gap:10px;
}
.mobile-cta-bar a{
  flex:1;display:flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;border-radius:6px;font-weight:900;font-size:14px;
}
.mobile-cta-bar .call{background:#1a1816;color:#fff;border:1px solid var(--line)}
.mobile-cta-bar .book{background:var(--orange);color:#fff}
@media (max-width:760px){
  .mobile-cta-bar{display:flex}
  body{padding-bottom:76px}
}

/* Lightbox modal (Examples gallery) */
.shot-card{cursor:pointer}
.shot-card:hover img{transform:scale(1.02);transition:transform .35s ease}
.shot-card img{transition:transform .35s ease}
.lightbox{
  position:fixed;inset:0;z-index:80;display:none;align-items:center;justify-content:center;
  background:rgba(7,7,7,.92);backdrop-filter:blur(8px);padding:28px;
}
.lightbox.open{display:flex;animation:lb-in .25s ease}
@keyframes lb-in{from{opacity:0}to{opacity:1}}
.lightbox-inner{
  position:relative;max-width:1100px;width:100%;
  background:#11100f;border:1px solid rgba(255,255,255,.14);border-radius:10px;
  overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.6);
}
.lightbox img{width:100%;height:auto;display:block}
.lightbox-caption{padding:18px 22px;color:#eee2d7;display:flex;justify-content:space-between;gap:12px;align-items:center}
.lightbox-caption strong{font-size:18px}
.lightbox-caption span{color:var(--orange);font-weight:900;font-size:13px;letter-spacing:.18em;text-transform:uppercase}
.lightbox-close{
  position:absolute;top:14px;right:14px;width:42px;height:42px;border-radius:50%;
  background:rgba(0,0,0,.65);border:1px solid rgba(255,255,255,.22);color:#fff;
  font-size:22px;line-height:1;cursor:pointer;font-weight:900;
}
.lightbox-close:hover{background:var(--orange);border-color:var(--orange)}
body.lightbox-locked{overflow:hidden}

/* FAQ — animated open + a11y polish */
.faq-question{transition:background .15s ease}
.faq-question:hover{background:rgba(0,0,0,.02)}
.faq-item{transition:box-shadow .2s ease}
.faq-item.open{box-shadow:0 4px 14px rgba(0,0,0,.06)}

/* Form polish */
.field input:invalid:not(:placeholder-shown),
.field select:invalid:not(:placeholder-shown){border-color:var(--red)}
.field input:valid:not(:placeholder-shown),
.field select:valid:not(:placeholder-shown){border-color:var(--green)}
.field .err{display:none;color:#ff6b5a;font-size:12px;font-weight:700;margin-top:2px}
.field.has-error .err{display:block}
.field.has-error input,.field.has-error select,.field.has-error textarea{border-color:var(--red)}

/* Full pricing-ladder cards (Why page transparency block) */
.pricing-ladder{
  display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch;
}
.ladder-card{
  background:#fff;border:1px solid var(--darkline);border-radius:10px;padding:28px;
  display:flex;flex-direction:column;gap:12px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.ladder-card.primary{
  background:linear-gradient(160deg,#fff,#fff7ef);
  border:2px solid var(--orange);box-shadow:0 18px 40px rgba(255,90,31,.18);
}
.ladder-tag{
  font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:1000;color:var(--orange);
}
.ladder-card h3{margin:0;font-size:24px;letter-spacing:-.02em}
.ladder-price{
  font-size:42px;font-weight:1000;color:#171512;letter-spacing:-.04em;line-height:1;
}
.ladder-price span{font-size:14px;font-weight:700;color:#665c53;margin-left:6px;letter-spacing:0}
.ladder-card p{font-size:14px;color:#5c554d;margin:0}
.ladder-list{margin:0;padding-left:18px;font-size:13px;color:#5c554d;display:grid;gap:6px}
.ladder-list em{font-style:normal;color:#a79d94}
.ladder-note{
  margin-top:auto;padding-top:8px;border-top:1px dashed var(--darkline);
  font-size:12px;color:#7a7068;font-style:italic;
}
.ladder-card .btn{align-self:flex-start;margin-top:6px}
@media (max-width:980px){.pricing-ladder{grid-template-columns:1fr}}

/* Founding-customer batch panel — replaces fabricated testimonials until real ones exist */
.founding-batch{display:grid;grid-template-columns:1fr;gap:24px;max-width:760px;margin:0 auto}
.founding-card{
  background:linear-gradient(140deg,#1a1816,#11100f);
  border:1px solid rgba(255,90,31,.32);
  border-radius:10px;padding:32px;color:#fff;text-align:center;
  box-shadow:0 18px 44px rgba(0,0,0,.4);
}
.founding-card .small{color:var(--orange);font-size:13px;letter-spacing:.22em;text-transform:uppercase;font-weight:1000;margin-bottom:10px;display:block}
.founding-card h3{font-size:clamp(22px,3vw,30px);margin:0 0 12px;letter-spacing:-.02em}
.founding-card p{color:#dfd5cb;max-width:560px;margin:0 auto 22px;font-size:15px}
.cream .founding-card{background:#fff;color:var(--ink);border-color:rgba(255,90,31,.4)}
.cream .founding-card p{color:#5c554d}

/* Print */
@media print{
  .nav,.cta-strip,.mobile-cta-bar,.footer,.lightbox{display:none !important}
  body{background:#fff !important;color:#000 !important}
  .section,.page-hero,.hero{padding:18px 0 !important;background:#fff !important;color:#000 !important}
  .hero h1,.page-hero h1,.section-head h2{color:#000 !important}
}

/* === 2026-05-06 batch edits === */

/* Portfolio page header reuses faq-header art */
.page-hero.header-portfolio{
  background-color:#0c0b0a;
  background-image:url('assets/headers/faq-header.jpg');
  background-size:cover; background-repeat:no-repeat; background-position:right center;
  min-height:620px; padding:0;
}
.page-hero.header-portfolio::before{
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(7,7,7,.92) 0%, rgba(11,11,10,.86) 18%, rgba(14,13,12,.66) 34%, rgba(14,13,12,.28) 53%, rgba(14,13,12,.08) 70%, rgba(14,13,12,.02) 100%),
    linear-gradient(180deg, rgba(10,10,10,.26) 0%, rgba(10,10,10,.06) 18%, rgba(10,10,10,.14) 100%);
  pointer-events:none; z-index:0;
}
.page-hero.header-portfolio .wrap{position:relative; z-index:1;}
.page-hero.header-portfolio .page-hero-grid{
  grid-template-columns: minmax(0, 640px); min-height:620px;
  align-content:center; gap:0; padding:110px 0 70px;
}
.page-hero.header-portfolio h1{max-width:640px; text-wrap:balance;}
.page-hero.header-portfolio p{max-width:560px;}
@media(max-width:980px){
  .page-hero.header-portfolio{min-height:540px; background-position:68% center;}
  .page-hero.header-portfolio .page-hero-grid{min-height:540px; padding:96px 0 56px; grid-template-columns:minmax(0, 1fr);}
}
@media(max-width:640px){
  .page-hero.header-portfolio{min-height:500px; background-position:72% center;}
  .page-hero.header-portfolio::before{
    background:
      linear-gradient(180deg, rgba(8,8,8,.82) 0%, rgba(8,8,8,.78) 16%, rgba(8,8,8,.52) 45%, rgba(8,8,8,.25) 100%),
      linear-gradient(90deg, rgba(8,8,8,.84) 0%, rgba(8,8,8,.58) 45%, rgba(8,8,8,.18) 100%);
  }
}

/* Bottom fade: soften hard line between hero image and dark page body */
.hero.header-home::after,
.page-hero.header-why::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:160px;
  background:linear-gradient(180deg, rgba(11,11,10,0) 0%, rgba(11,11,10,.65) 55%, rgba(11,11,10,1) 100%);
  pointer-events:none; z-index:0;
}

/* CTA strip: shrink and remove seal column. Handles 2-child (portfolio) or 3-child (h2+p+button) layouts. */
.cta-row{grid-template-columns:1.1fr auto auto !important; padding:22px 0 !important;}
.cta-row p{margin:0; max-width:420px;}
.cta-row .seal{display:none !important;}
@media(max-width:980px){.cta-row{grid-template-columns:1fr !important; text-align:left;}}

/* Footer brand: stack logo over wordmark text */
.footer .brand{flex-direction:column; align-items:flex-start; gap:10px;}

/* Claim form: balance the form / "what happens next" columns */
.form-section{grid-template-columns:1fr 1fr; gap:48px;}
@media(max-width:980px){.form-section{grid-template-columns:1fr;}}

/* === Index hero headline polish: 4-line spacing + elevated "before" === */
.hero.header-home h1{
  line-height:1.04;
  font-size:clamp(56px,7.5vw,104px);
  letter-spacing:-.045em;
}
.hero.header-home h1 em{
  font-style:italic;
  font-weight:1000;
  font-size:1.22em;
  display:inline-block;
  letter-spacing:-.05em;
  color:var(--orange);
  text-shadow:
    0 0 1px rgba(255,140,90,.6),
    0 14px 30px rgba(255,90,31,.55),
    0 28px 56px rgba(0,0,0,.55),
    0 -2px 0 rgba(255,200,170,.18);
  transform:translateY(-4px);
  padding:0 .04em;
}

/* === Service Areas pillar / city pages === */
.footer-grid{grid-template-columns:1.3fr 1fr 1fr 1fr 1fr; gap:24px;}
@media(max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr 1fr;}}
@media(max-width:620px){.footer-grid{grid-template-columns:1fr;}}
/* Tighten nav-links gap — 5 links + phone + CTA needs more breathing room */
.nav-links{gap:22px;}
@media(max-width:1100px){.nav-links{gap:16px; font-size:13px;}}

/* === Legal/utility pages get the same hero pattern as content pages === */
.page-hero.header-legal{
  background-color:#0c0b0a;
  background-image:url('assets/headers/home-header.jpg');
  background-size:cover; background-repeat:no-repeat; background-position:right center;
  min-height:480px; padding:0;
}
.page-hero.header-legal::before{
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(7,7,7,.92) 0%, rgba(11,11,10,.86) 18%, rgba(14,13,12,.66) 34%, rgba(14,13,12,.28) 53%, rgba(14,13,12,.08) 70%, rgba(14,13,12,.02) 100%),
    linear-gradient(180deg, rgba(10,10,10,.26) 0%, rgba(10,10,10,.06) 18%, rgba(10,10,10,.14) 100%);
  pointer-events:none; z-index:0;
}
.page-hero.header-legal .wrap{position:relative; z-index:1;}
.page-hero.header-legal .page-hero-grid{
  grid-template-columns:minmax(0, 640px); min-height:480px;
  align-content:center; gap:0; padding:96px 0 60px;
}
.page-hero.header-legal h1{max-width:640px; text-wrap:balance;}
.page-hero.header-legal p{max-width:560px;}
@media(max-width:980px){
  .page-hero.header-legal{min-height:420px; background-position:68% center;}
  .page-hero.header-legal .page-hero-grid{min-height:420px; padding:80px 0 48px; grid-template-columns:minmax(0,1fr);}
}
@media(max-width:640px){
  .page-hero.header-legal{min-height:380px; background-position:72% center;}
  .page-hero.header-legal::before{
    background:
      linear-gradient(180deg, rgba(8,8,8,.82) 0%, rgba(8,8,8,.78) 16%, rgba(8,8,8,.52) 45%, rgba(8,8,8,.25) 100%),
      linear-gradient(90deg, rgba(8,8,8,.84) 0%, rgba(8,8,8,.58) 45%, rgba(8,8,8,.18) 100%);
  }
}

/* === Generic city hero — bg image supplied inline via style attribute === */
.page-hero.header-city{
  background-color:#0c0b0a;
  background-size:cover; background-repeat:no-repeat; background-position:right center;
  min-height:620px; padding:0;
}
.page-hero.header-city::before{
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(7,7,7,.92) 0%, rgba(11,11,10,.86) 18%, rgba(14,13,12,.66) 34%, rgba(14,13,12,.28) 53%, rgba(14,13,12,.08) 70%, rgba(14,13,12,.02) 100%),
    linear-gradient(180deg, rgba(10,10,10,.26) 0%, rgba(10,10,10,.06) 18%, rgba(10,10,10,.14) 100%);
  pointer-events:none; z-index:0;
}
.page-hero.header-city .wrap{position:relative; z-index:1;}
.page-hero.header-city .page-hero-grid{
  grid-template-columns:minmax(0, 640px); min-height:620px;
  align-content:center; gap:0; padding:110px 0 70px;
}
.page-hero.header-city h1{max-width:640px; text-wrap:balance;}
.page-hero.header-city p{max-width:560px;}
@media(max-width:980px){
  .page-hero.header-city{min-height:540px; background-position:68% center;}
  .page-hero.header-city .page-hero-grid{min-height:540px; padding:96px 0 56px; grid-template-columns:minmax(0,1fr);}
}
@media(max-width:640px){
  .page-hero.header-city{min-height:500px; background-position:72% center;}
  .page-hero.header-city::before{
    background:
      linear-gradient(180deg, rgba(8,8,8,.82) 0%, rgba(8,8,8,.78) 16%, rgba(8,8,8,.52) 45%, rgba(8,8,8,.25) 100%),
      linear-gradient(90deg, rgba(8,8,8,.84) 0%, rgba(8,8,8,.58) 45%, rgba(8,8,8,.18) 100%);
  }
}


/* === Phone number microcopy — clean two-line stacked display === */
.nav-links .phone{flex-direction:column; align-items:flex-end; gap:1px; line-height:1.2; text-align:right;}
.nav-links .phone b{font-size:14px;}
.nav-links .phone-note{font-size:10px; font-weight:700; color:#bbb0a6; letter-spacing:.06em; text-transform:uppercase; display:block;}


/* === Service Areas pillar grid — 4-col desktop, 2-col tablet, 1-col phone === */
.city-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}
.city-grid .shot-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.city-grid .shot-card img{
  width:100%;
  height:170px;
  object-fit:cover;
  object-position:center;
  display:block;
}
.city-grid .shot-caption{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:74px;
}
.city-grid .shot-caption strong{font-size:16px;}
.city-grid .shot-caption span{font-size:12px; color:#655b53;}
@media(max-width:1100px){
  .city-grid{grid-template-columns:repeat(3, minmax(0, 1fr));}
}
@media(max-width:780px){
  .city-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}
}
@media(max-width:460px){
  .city-grid{grid-template-columns:1fr;}
  .city-grid .shot-card img{height:200px;}
}

/* ========================================================================
   MOBILE OPTIMIZATION PASS — 2026-05-06
   No horizontal scroll, opaque mobile menu, square city cards, polish
   ======================================================================== */

html, body{overflow-x:hidden; max-width:100vw;}
img, video{max-width:100%; height:auto;}
*{min-width:0;}  /* prevent grid/flex children from forcing horizontal overflow */

/* Phone display: two-line stacked (number + "text only" note) — works in nav AND footer */
.phone{flex-direction:column !important; align-items:flex-end; gap:2px; line-height:1.15; text-align:right;}
.phone b{font-size:14px; line-height:1.1;}
.phone-note{
  font-size:10px; font-weight:700; color:var(--orange);
  letter-spacing:.08em; text-transform:uppercase; display:block; margin-top:2px;
}

/* Mobile menu: opaque solid backdrop, proper z-index, full-width panel */
@media (max-width:980px){
  .nav{background:rgba(11,11,10,.98);}
  .nav-links{
    display:none; flex-direction:column; align-items:stretch; gap:0;
    position:absolute; top:100%; left:0; right:0;
    background:#0c0b0a;  /* fully opaque */
    border-top:1px solid var(--line); border-bottom:1px solid var(--line);
    padding:8px 22px 18px; box-shadow:0 24px 60px rgba(0,0,0,.6);
    max-height:calc(100vh - 78px); overflow-y:auto;
  }
  .nav-links.open{display:flex;}
  .nav-links a{
    padding:16px 0; width:100%; border-bottom:1px solid rgba(255,255,255,.06);
    font-size:16px; color:#fff;
  }
  .nav-links a:last-of-type{border-bottom:0;}
  .nav-links .phone{
    flex-direction:column !important; align-items:flex-start; text-align:left;
    width:100%; padding:14px 0; border-bottom:1px solid rgba(255,255,255,.06);
  }
  .nav-links .phone b{font-size:16px;}
  .nav-links .phone-note{margin-top:4px;}
  .nav-links .nav-cta{
    margin-top:14px; width:100%; padding:16px;
    background:var(--orange); color:#fff; text-align:center; border-radius:6px;
    font-weight:1000;
  }
  .nav-row{position:relative;}
}

/* Service Areas city cards: square layout on phone, uniform aspect on tablet */
@media (max-width:780px){
  .city-grid{grid-template-columns:repeat(2, minmax(0, 1fr)); gap:12px;}
  .city-grid .shot-card img{height:auto; aspect-ratio:1/1; object-fit:cover;}
  .city-grid .shot-caption{padding:12px; min-height:64px;}
  .city-grid .shot-caption strong{font-size:14px;}
  .city-grid .shot-caption span{font-size:11px;}
}
@media (max-width:460px){
  .city-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}  /* keep 2-col so cards don't get huge */
  .city-grid .shot-card img{aspect-ratio:1/1;}
}

/* Pricing tiers: stack on mobile */
@media (max-width:780px){
  section.section .wrap > div[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr !important; gap:18px !important;}
}

/* Tighten mobile hero spacing — keep hero text inside the viewport */
@media (max-width:640px){
  .hero.header-home, .page-hero[class*="header-"]{min-height:auto;}
  .hero.header-home .hero-grid, .page-hero[class*="header-"] .page-hero-grid{
    min-height:auto; padding:80px 0 50px;
  }
  .hero h1, .page-hero h1{
    font-size:clamp(36px, 9vw, 48px); line-height:1.05; word-break:break-word;
  }
  .hero.header-home h1 em{font-size:1.18em;}
  .hero p, .page-hero p{font-size:16px;}
  .hero-actions{flex-direction:column; align-items:stretch; gap:10px;}
  .hero-actions .btn{width:100%;}
}

/* Mobile-safe wide tables (compare-table on Why page) */
@media (max-width:780px){
  .compare-table{display:block; overflow-x:auto; white-space:nowrap;}
}

/* Mobile-safe footer brand: don't let the logo image push container width */
.footer .brand-mark{max-width:90%;}

/* Hero CTA strip: prevent overflow */
@media (max-width:780px){
  .cta-row{padding:24px 0 !important; gap:14px !important;}
  .cta-row h2{font-size:26px !important; line-height:1.1 !important;}
  .cta-row p{font-size:14px;}
}

/* Industry articles on portfolio: keep within viewport */
@media (max-width:780px){
  article[id]{max-width:100% !important; padding:0 4px;}
  article[id] .examples-row{grid-template-columns:1fr !important; gap:12px !important;}
}

/* Filter row buttons: wrap nicely on mobile */
@media (max-width:780px){
  .filter-row{gap:8px;}
  .filter-btn, .filter-row a.filter-btn{font-size:12px; padding:10px 12px;}
}

/* === Disable reveal-on-scroll intro transitions — content shows instantly === */
.reveal, .reveal.visible{opacity:1 !important; transform:none !important; transition:none !important;}

/* === City card uniformity — all white-backed, captions extend cleanly === */
.city-grid .shot-card{background:#fff; color:#1a1714; border:1px solid rgba(0,0,0,.08);}
.city-grid .shot-card .shot-caption{background:#fff; flex:1 1 auto;}
.city-grid .shot-card.catchall{background:#fff; color:#1a1714; padding:0;}
.city-grid .shot-card.catchall > div{padding:24px; flex:1; display:flex; flex-direction:column; justify-content:center;}
.city-grid .shot-card.catchall strong{color:#1a1714 !important; font-size:18px; display:block; margin-bottom:8px;}
.city-grid .shot-card.catchall span{color:#665c53 !important; display:block; margin-bottom:14px;}

/* === Frozen top nav: fixed instead of sticky (sticky was breaking due to overflow-x:hidden on body) === */
.nav{position:fixed; top:0; left:0; right:0; z-index:100;}
body{padding-top:78px;}
@media (max-width:980px){body{padding-top:78px;}}
@media (max-width:620px){body{padding-top:64px;}}
/* Mobile menu sits below the fixed nav */
@media (max-width:980px){
  .nav-links{position:fixed; top:78px; left:0; right:0; max-height:calc(100vh - 78px);}
}

/* === Portfolio thumbnails: horizontal-scroll carousel with scroll-snap === */
.examples-row.scroll-rail{
  display:flex;
  gap:14px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  padding:6px 0 18px;
  margin:0 -6px;
  scrollbar-width:thin;
}
.examples-row.scroll-rail::-webkit-scrollbar{height:8px;}
.examples-row.scroll-rail::-webkit-scrollbar-track{background:rgba(0,0,0,.05); border-radius:4px;}
.examples-row.scroll-rail::-webkit-scrollbar-thumb{background:var(--orange); border-radius:4px;}
.examples-row.scroll-rail .shot-card{
  flex:0 0 280px;
  scroll-snap-align:start;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease;
}
.examples-row.scroll-rail .shot-card:hover{transform:translateY(-3px); box-shadow:0 18px 36px rgba(0,0,0,.25);}
.examples-row.scroll-rail .shot-card img{height:200px;}
@media (max-width:780px){
  .examples-row.scroll-rail .shot-card{flex:0 0 240px;}
  .examples-row.scroll-rail .shot-card img{height:170px;}
}

/* === Lightbox modal for portfolio examples === */
.example-modal{
  position:fixed; inset:0; z-index:200;
  background:rgba(8,8,7,.92); backdrop-filter:blur(8px);
  display:none; align-items:flex-start; justify-content:center;
  padding:60px 24px 24px; overflow-y:auto;
}
.example-modal.open{display:flex;}
.example-modal-panel{
  background:#fff; color:#1a1714; border-radius:10px;
  width:min(960px, 100%); box-shadow:0 30px 80px rgba(0,0,0,.5);
  overflow:hidden;
}
.example-modal-head{
  padding:22px 26px; border-bottom:1px solid rgba(0,0,0,.08);
  display:flex; flex-direction:column; gap:10px;
}
.example-modal-head h3{margin:0; font-size:24px; line-height:1.15; color:#1a1714;}
.example-modal-tags{display:flex; flex-wrap:wrap; gap:6px;}
.example-modal-tags .tag{
  display:inline-flex; align-items:center;
  background:#f5efe6; color:#1a1714;
  padding:4px 10px; border-radius:999px;
  font-size:11px; font-weight:800; letter-spacing:.06em; text-transform:uppercase;
}
.example-modal-tags .tag.tier{background:var(--orange); color:#fff;}
.example-modal-img{
  background:#0c0b0a; padding:14px;
  display:flex; align-items:flex-start; justify-content:center;
  max-height:78vh; overflow-y:auto;
}
.example-modal-img img{
  max-width:100%; height:auto; border-radius:4px;
  box-shadow:0 8px 30px rgba(0,0,0,.4);
}
.example-modal-close{
  position:absolute; top:16px; right:16px;
  width:42px; height:42px; border-radius:50%;
  background:rgba(255,255,255,.95); color:#1a1714;
  display:flex; align-items:center; justify-content:center;
  font-size:22px; font-weight:900; border:0; cursor:pointer;
  box-shadow:0 4px 12px rgba(0,0,0,.3);
}
.example-modal-close:hover{background:#fff; transform:scale(1.05);}
@media (max-width:640px){
  .example-modal{padding:40px 12px 12px;}
  .example-modal-head{padding:16px 18px;}
  .example-modal-head h3{font-size:18px;}
}

/* === Lightbox upgrade: luxury e-commerce feel — arrows, counter, related grid === */
.example-modal-panel{
  background:#fff; color:#1a1714;
  width:min(1100px, 100%);
  border-radius:6px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 40px 100px rgba(0,0,0,.6);
  overflow:hidden;
  position:relative;
}
.example-modal-head{
  padding:28px 36px 22px;
  border-bottom:1px solid rgba(0,0,0,.06);
  display:flex; flex-direction:column; gap:12px;
}
.example-modal-counter{
  font-size:11px; font-weight:700; color:#999;
  letter-spacing:.18em; text-transform:uppercase;
}
.example-modal-head h3{
  margin:0; font-size:28px; line-height:1.1;
  color:#1a1714; font-weight:900; letter-spacing:-.02em;
}
.example-modal-tags{display:flex; flex-wrap:wrap; gap:6px;}
.example-modal-tags .tag{
  display:inline-flex; align-items:center;
  background:transparent; color:#666;
  padding:5px 11px; border-radius:999px;
  font-size:10.5px; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
  border:1px solid rgba(0,0,0,.12);
}
.example-modal-tags .tag.tier{
  background:#1a1714; color:#fff; border-color:#1a1714;
}

/* Image stage with side arrows */
.example-modal-stage{position:relative; background:#0c0b0a;}
.example-modal-img{
  padding:28px 64px;
  display:flex; align-items:flex-start; justify-content:center;
  max-height:72vh; overflow-y:auto;
}
.example-modal-img img{
  max-width:100%; height:auto; border-radius:3px;
  box-shadow:0 12px 40px rgba(0,0,0,.5);
}
.example-modal-arrow{
  position:absolute; top:50%; transform:translateY(-50%);
  width:48px; height:48px; border-radius:50%;
  background:rgba(255,255,255,.12); color:#fff;
  border:1px solid rgba(255,255,255,.18);
  display:flex; align-items:center; justify-content:center;
  font-size:20px; font-weight:300; cursor:pointer;
  backdrop-filter:blur(8px);
  transition:background .2s ease, transform .2s ease;
}
.example-modal-arrow:hover{background:rgba(255,255,255,.22); transform:translateY(-50%) scale(1.06);}
.example-modal-arrow:disabled{opacity:.3; cursor:not-allowed;}
.example-modal-arrow.prev{left:14px;}
.example-modal-arrow.next{right:14px;}

/* Related thumbnails strip */
.example-modal-related{
  padding:22px 36px 28px;
  background:#fafaf7;
  border-top:1px solid rgba(0,0,0,.06);
}
.example-modal-related-label{
  font-size:11px; font-weight:700; color:#999;
  letter-spacing:.18em; text-transform:uppercase;
  margin:0 0 14px;
}
.example-modal-related-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(140px, 1fr));
  gap:12px;
}
.example-modal-related-grid .related-card{
  cursor:pointer;
  border:1px solid transparent;
  border-radius:4px;
  overflow:hidden;
  background:#fff;
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.example-modal-related-grid .related-card:hover{
  transform:translateY(-2px);
  border-color:rgba(0,0,0,.12);
  box-shadow:0 8px 22px rgba(0,0,0,.12);
}
.example-modal-related-grid .related-card.active{
  border-color:var(--orange);
  box-shadow:0 0 0 2px rgba(255,90,31,.18);
}
.example-modal-related-grid .related-card img{
  width:100%; aspect-ratio:4/3; object-fit:cover; display:block;
}
.example-modal-related-grid .related-card .related-name{
  padding:8px 10px;
  font-size:12px; font-weight:800;
  color:#1a1714;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

@media (max-width:780px){
  .example-modal-head{padding:18px 20px 14px;}
  .example-modal-head h3{font-size:20px;}
  .example-modal-img{padding:14px 50px;}
  .example-modal-arrow{width:36px; height:36px; font-size:18px;}
  .example-modal-arrow.prev{left:6px;}
  .example-modal-arrow.next{right:6px;}
  .example-modal-related{padding:16px 18px 22px;}
  .example-modal-related-grid{grid-template-columns:repeat(auto-fill, minmax(110px, 1fr)); gap:8px;}
  .example-modal-related-grid .related-card .related-name{font-size:11px;}
}

/* === Portfolio scroll-rail thumbnails — uniform tiles, no stretching === */
.examples-row.scroll-rail .shot-card{
  flex:0 0 280px !important;
  width:280px;
  display:flex; flex-direction:column;
  background:#fff;
  border-radius:6px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  border:1px solid rgba(0,0,0,.06);
}
.examples-row.scroll-rail .shot-card img{
  width:100%;
  aspect-ratio:16/10;
  height:auto !important;
  object-fit:cover;
  object-position:top;
  display:block;
}
.examples-row.scroll-rail .shot-caption{
  padding:14px 16px;
  flex:1;
  display:flex; flex-direction:column; justify-content:center;
  min-height:64px;
}
@media (max-width:780px){
  .examples-row.scroll-rail .shot-card{flex:0 0 240px !important; width:240px;}
}

/* === Lightbox layout: side rails replace bottom strip === */
.example-modal{
  position:fixed; inset:0; z-index:200;
  background:rgba(8,8,7,.94); backdrop-filter:blur(10px);
  display:none; align-items:stretch; justify-content:stretch;
  padding:0; overflow:hidden;
}
.example-modal.open{display:grid;}
.example-modal{
  grid-template-columns:200px 1fr 200px;
  grid-template-rows:1fr;
  gap:0;
}
.example-modal-rail{
  overflow-y:auto;
  padding:80px 14px 24px;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.2) transparent;
}
.example-modal-rail::-webkit-scrollbar{width:6px;}
.example-modal-rail::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2); border-radius:3px;}
.example-modal-rail-label{
  font-size:10px; font-weight:700; color:rgba(255,255,255,.45);
  letter-spacing:.18em; text-transform:uppercase;
  margin:0 0 14px; padding-left:4px;
}
.example-modal-rail .rail-card{
  cursor:pointer;
  margin-bottom:10px;
  border-radius:4px;
  overflow:hidden;
  background:#1a1714;
  border:1px solid rgba(255,255,255,.06);
  transition:border-color .2s ease, transform .2s ease;
}
.example-modal-rail .rail-card:hover{
  border-color:rgba(255,255,255,.4);
  transform:translateX(2px);
}
.example-modal-rail-right .rail-card:hover{transform:translateX(-2px);}
.example-modal-rail .rail-card.active{
  border-color:var(--orange);
  box-shadow:0 0 0 2px rgba(255,90,31,.25);
}
.example-modal-rail .rail-card img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  display:block;
}
.example-modal-rail .rail-card .rail-name{
  padding:6px 8px;
  font-size:10.5px; font-weight:800;
  color:#e4d9cf;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  letter-spacing:.02em;
}

/* Center panel sits in the middle column */
.example-modal-panel{
  align-self:center; justify-self:center;
  margin:60px 0;
  width:min(820px, calc(100% - 32px));
  max-height:calc(100vh - 120px);
  display:flex; flex-direction:column;
  background:#fff; color:#1a1714;
  border-radius:6px;
  box-shadow:0 40px 100px rgba(0,0,0,.6);
  overflow:hidden;
  position:relative;
}
.example-modal-head{padding:24px 30px 18px; border-bottom:1px solid rgba(0,0,0,.06);}
.example-modal-head h3{margin:8px 0; font-size:24px; line-height:1.15; font-weight:900;}
.example-modal-stage{
  flex:1; min-height:0; background:#0c0b0a; position:relative;
  display:flex; align-items:flex-start; justify-content:center;
}
.example-modal-img{
  flex:1; padding:20px; max-height:none; overflow-y:auto;
  display:flex; align-items:flex-start; justify-content:center;
}

/* Arrows — floating, OUTSIDE the white panel, in the dark backdrop */
.example-modal-arrow{
  position:fixed;
  top:50%; transform:translateY(-50%);
  width:52px; height:52px; border-radius:50%;
  background:rgba(255,255,255,.1); color:#fff;
  border:1px solid rgba(255,255,255,.18);
  display:flex; align-items:center; justify-content:center;
  font-size:22px; font-weight:300; cursor:pointer;
  backdrop-filter:blur(10px);
  z-index:210;
  transition:background .2s ease, transform .2s ease;
}
.example-modal-arrow:hover{background:rgba(255,255,255,.2); transform:translateY(-50%) scale(1.05);}
.example-modal-arrow.prev{left:216px;}
.example-modal-arrow.next{right:216px;}
.example-modal-close{
  position:fixed; top:18px; right:18px;
  width:42px; height:42px; border-radius:50%;
  background:rgba(255,255,255,.92); color:#1a1714;
  border:0; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  font-size:22px; font-weight:900;
  z-index:220;
  box-shadow:0 4px 12px rgba(0,0,0,.4);
}

/* Mobile: collapse rails — fall back to single-column with bottom strip */
@media (max-width:980px){
  .example-modal.open{grid-template-columns:1fr; grid-template-rows:auto;}
  .example-modal-rail{display:none;}
  .example-modal-panel{margin:50px 14px; max-height:calc(100vh - 100px); width:auto;}
  .example-modal-arrow.prev{left:14px;}
  .example-modal-arrow.next{right:14px;}
  .example-modal-arrow{width:42px; height:42px; font-size:20px;}
}

/* Hide the old bottom related grid on desktop since rails replace it; keep on mobile as fallback */
.example-modal-related{display:none;}
@media (max-width:980px){
  .example-modal-related{display:block; padding:18px 20px 22px; background:#fafaf7; border-top:1px solid rgba(0,0,0,.06);}
}

/* === Final portfolio thumbnail rules — uniform portrait 4:5 (overrides earlier landscape rules) === */
.examples-row.scroll-rail .shot-card{
  flex:0 0 240px !important;
  width:240px;
}
.examples-row.scroll-rail .shot-card img{
  width:100%;
  aspect-ratio:4/5 !important;
  height:auto !important;
  object-fit:cover;
  object-position:top;
}
@media (max-width:780px){
  .examples-row.scroll-rail .shot-card{flex:0 0 200px !important; width:200px;}
}

/* === Lightbox: Amazon-review-style — full dark, big main image, bottom horizontal scroller === */
.example-modal{
  position:fixed; inset:0; z-index:200;
  background:rgba(8,8,7,.96); backdrop-filter:blur(10px);
  display:none;
  padding:0; overflow:hidden;
}
.example-modal.open{display:grid;}
.example-modal{
  grid-template-columns:1fr;
  grid-template-rows:1fr auto;
  gap:0;
}
/* Hide all the previous side-rail / panel chrome — start clean */
.example-modal-rail, .example-modal-panel, .example-modal-related{display:none !important;}

/* New layout */
.example-modal-stage-wrap{
  position:relative;
  display:flex; align-items:center; justify-content:center;
  padding:60px 84px 24px;
  overflow:hidden;
}
.example-modal-stage-wrap .example-modal-img-frame{
  max-width:min(900px, 100%);
  max-height:100%;
  display:flex; flex-direction:column;
  background:#fff; border-radius:6px;
  box-shadow:0 30px 80px rgba(0,0,0,.5);
  overflow:hidden;
}
.example-modal-stage-wrap .example-modal-img-frame .frame-head{
  padding:14px 20px; border-bottom:1px solid rgba(0,0,0,.06);
  display:flex; align-items:center; gap:12px; flex-wrap:wrap;
}
.example-modal-stage-wrap .frame-head h3{
  margin:0; font-size:18px; line-height:1.2; color:#1a1714; font-weight:900;
}
.example-modal-stage-wrap .frame-head .counter{
  font-size:10.5px; font-weight:700; color:#999;
  letter-spacing:.16em; text-transform:uppercase;
}
.example-modal-stage-wrap .frame-head .tags{display:flex; flex-wrap:wrap; gap:5px; margin-left:auto;}
.example-modal-stage-wrap .frame-head .tag{
  font-size:10px; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  padding:3px 8px; border-radius:999px; border:1px solid rgba(0,0,0,.12); color:#666;
}
.example-modal-stage-wrap .frame-head .tag.tier{background:#1a1714; color:#fff; border-color:#1a1714;}
.example-modal-stage-wrap .example-modal-img-frame > .img-wrap{
  flex:1; min-height:0; overflow-y:auto;
  background:#fff;
  display:flex; align-items:flex-start; justify-content:center;
}
.example-modal-stage-wrap .example-modal-img-frame img{
  max-width:100%; height:auto; display:block;
}

/* Side arrows — outside the white panel, on the dark backdrop */
.example-modal-arrow{
  position:fixed;
  top:calc(50% - 60px); transform:translateY(-50%);
  width:54px; height:54px; border-radius:50%;
  background:rgba(255,255,255,.1); color:#fff;
  border:1px solid rgba(255,255,255,.18);
  display:flex; align-items:center; justify-content:center;
  font-size:24px; font-weight:300; cursor:pointer;
  backdrop-filter:blur(10px);
  z-index:210;
  transition:background .2s ease, transform .2s ease;
}
.example-modal-arrow:hover{background:rgba(255,255,255,.22); transform:translateY(-50%) scale(1.06);}
.example-modal-arrow.prev{left:18px;}
.example-modal-arrow.next{right:18px;}
.example-modal-close{
  position:fixed; top:18px; right:18px;
  width:42px; height:42px; border-radius:50%;
  background:rgba(255,255,255,.95); color:#1a1714;
  border:0; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  font-size:22px; font-weight:900;
  z-index:220;
  box-shadow:0 4px 12px rgba(0,0,0,.4);
}

/* Bottom horizontal thumbnail scroller (Amazon-review style) */
.example-modal-scroller{
  background:rgba(0,0,0,.4);
  border-top:1px solid rgba(255,255,255,.08);
  padding:14px 24px 18px;
}
.example-modal-scroller-label{
  font-size:10px; font-weight:700; color:rgba(255,255,255,.5);
  letter-spacing:.18em; text-transform:uppercase;
  margin:0 0 10px;
}
.example-modal-scroller-rail{
  display:flex; gap:10px;
  overflow-x:auto; overflow-y:hidden;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.25) transparent;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  padding:4px 0;
}
.example-modal-scroller-rail::-webkit-scrollbar{height:6px;}
.example-modal-scroller-rail::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25); border-radius:3px;}
.example-modal-scroller-rail .scroller-card{
  flex:0 0 96px;
  width:96px;
  cursor:pointer;
  border-radius:4px;
  overflow:hidden;
  border:2px solid transparent;
  background:#1a1714;
  transition:border-color .15s ease, transform .15s ease;
  scroll-snap-align:start;
}
.example-modal-scroller-rail .scroller-card:hover{border-color:rgba(255,255,255,.4); transform:translateY(-2px);}
.example-modal-scroller-rail .scroller-card.active{border-color:var(--orange);}
.example-modal-scroller-rail .scroller-card img{
  width:100%; aspect-ratio:4/5; object-fit:cover; object-position:top; display:block;
}

/* Mobile tweaks */
@media (max-width:780px){
  .example-modal-stage-wrap{padding:50px 12px 12px;}
  .example-modal-arrow{width:38px; height:38px; font-size:18px;}
  .example-modal-arrow.prev{left:8px;}
  .example-modal-arrow.next{right:8px;}
  .example-modal-stage-wrap .frame-head h3{font-size:15px;}
  .example-modal-stage-wrap .frame-head .tags{margin-left:0; width:100%;}
  .example-modal-scroller{padding:10px 12px 14px;}
  .example-modal-scroller-rail .scroller-card{flex:0 0 72px; width:72px;}
}
