/* Authority: approved Lizaz Group 52px header, Work Sans, image panels, ink cards,
   native layered scroll and terracotta contact surface. No new theme. */
:root { --header:52px; --ink:#141513; --paper:#f5f2eb; --coral:#df7655; font-family:'Work Sans','Helvetica Neue',Helvetica,Arial,sans-serif; color:var(--paper); background:#000; font-synthesis:none; }
* { box-sizing:border-box; }
html { scroll-behavior:auto; }
body { margin:0; overflow-x:clip; }
a { color:inherit; text-decoration:none; }
button { font:inherit; }
img { display:block; }
:focus-visible { outline:2px solid var(--coral); outline-offset:5px; }
.skip { position:fixed; z-index:200; top:8px; left:12px; padding:10px 16px; background:var(--paper); color:var(--ink); transform:translateY(-150%); }
.skip:focus { transform:none; }
.header { height:var(--header); position:fixed; inset:0 0 auto; z-index:100; display:flex; align-items:center; gap:28px; padding:0 32px; background:#000; border-bottom:1px solid #ffffff14; }
.brand { display:flex; align-items:center; gap:15px; min-height:44px; flex-shrink:0; }
.mark { width:34px; height:32px; overflow:hidden; flex-shrink:0; }
.brand-name { font-size:13px; font-weight:500; letter-spacing:1.5px; text-transform:uppercase; white-space:nowrap; }
.nav { margin-left:auto; display:flex; align-items:center; gap:26px; }
.nav a { display:flex; align-items:center; min-height:44px; font-size:14px; color:#c7c7c3; }
.nav a:hover,.nav a[aria-current=location] { color:#fff; }
.group-link { color:#b6b6b1; font-size:12px; padding-left:26px; border-left:1px solid #ffffff33; }
.menu { display:none; margin-left:auto; }
.menu summary { width:44px; height:44px; display:grid; place-content:center; gap:5px; cursor:pointer; list-style:none; }
.menu summary::-webkit-details-marker { display:none; }
.menu summary span { width:22px; height:1px; background:white; transition:transform .2s,opacity .2s; }
.menu[open] summary span:first-child { transform:translateY(6px) rotate(45deg); }
.menu[open] summary span:nth-child(2) { opacity:0; }
.menu[open] summary span:last-child { transform:translateY(-6px) rotate(-45deg); }
.menu nav { position:fixed; top:var(--header); left:0; right:0; display:flex; flex-direction:column; padding:20px 24px 30px; background:#000; border-top:1px solid #ffffff22; max-height:calc(100dvh - var(--header)); overflow-y:auto; }
.menu nav a { min-height:50px; display:flex; align-items:center; font-size:16px; border-bottom:1px solid #ffffff22; }
.story { overflow:visible; overflow-anchor:none; }
.panel { position:relative; z-index:1; height:100svh; min-height:560px; width:100%; overflow:hidden; background:#000; }
.panel:focus { outline:none; }
.story[data-motion=layered] .panel { position:sticky; top:0; transform:translate3d(0,var(--panel-y,0px),0); }
.story[data-motion=layered] .card,.story[data-motion=layered] .contact-inner { transform:translate3d(0,var(--copy-y,0px),0); }
.story[data-motion=layered] .hero-title { transform:translate3d(0,var(--hero-y,0px),0); }
.scene-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:var(--position,center); }
.hero .scene-image { top:var(--header); height:calc(100% - var(--header)); }
.hero::after { content:''; position:absolute; z-index:1; top:var(--header); left:0; height:40vh; width:min(840px,100%); background:radial-gradient(ellipse at 0 0,#0009,#0003 48%,transparent 74%); pointer-events:none; }
.hero-title { position:absolute; z-index:3; top:calc(var(--header) + 5vh); left:4vw; max-width:85vw; text-shadow:0 2px 8px #0007; }
.hero-title h1 { margin:0 0 12px; font-size:clamp(24px,2.8vw,38px); font-weight:700; line-height:1.12; letter-spacing:2px; text-transform:uppercase; }
.hero-title p { margin:0; font-size:clamp(16px,1.4vw,20px); font-weight:400; line-height:1.45; }
.hero-note { position:absolute; z-index:3; left:4vw; bottom:7vh; max-width:380px; margin:0; padding:15px 20px; background:#141513e6; border:1px solid #ffffff2e; font-size:16px; line-height:1.6; }
.card { position:absolute; z-index:3; left:4vw; bottom:7vh; width:min(440px,92vw); padding:32px 32px 20px; border:1px solid #f5f2eb2e; background:var(--ink); color:var(--paper); }
.card h2 { margin:0 0 18px; font-size:clamp(30px,2.5vw,34px); font-weight:500; letter-spacing:-.035em; line-height:1.12; text-wrap:balance; }
.card p { max-width:36ch; margin:0 0 28px; color:#d5d3cc; font-size:16px; font-weight:400; line-height:1.6; text-wrap:pretty; }
.card-link { min-height:52px; padding-top:16px; border-top:1px solid #f5f2eb38; display:flex; align-items:center; justify-content:space-between; gap:16px; font-size:14px; line-height:1.4; font-weight:500; }
.card-link:hover { color:#e9a18a; }
.arrow { flex-shrink:0; width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.5; transition:transform .2s; }
.card-link:hover .arrow { transform:translateX(3px); }
.down { position:absolute; z-index:4; bottom:28px; left:50%; width:48px; height:34px; display:grid; place-items:center; transform:translateX(-50%); border:1px solid #ffffff3b; border-radius:999px; background:#0007; color:#fff; }
.down:hover { background:#000b; }
.down svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.7; }
.contact { display:flex; align-items:center; padding:calc(var(--header) + 32px) 8vw 48px; background:var(--coral); color:#241c18; }
.contact-inner { position:relative; z-index:3; width:min(800px,100%); }
.contact h2 { margin:0 0 30px; font-size:clamp(48px,7vw,104px); line-height:1; font-weight:400; letter-spacing:-.055em; }
.contact h2 span { display:block; }
.contact p { max-width:44ch; margin:0; font-size:clamp(16px,1.5vw,19px); line-height:1.65; }
.contact-email { display:flex; align-items:center; justify-content:space-between; gap:24px; max-width:400px; min-height:56px; margin-top:30px; border-bottom:1px solid #241c1880; font-size:18px; }
.contact-email .arrow { width:24px; height:24px; }
.contact-phone { display:inline-flex; align-items:center; min-height:48px; margin-top:10px; font-size:16px; }
.contact :focus-visible { outline-color:#241c18; }
.footer { position:relative; z-index:2; padding:48px 4vw 24px; background:#fff; color:#666; }
.project-answers { max-width:900px; margin-bottom:48px; }
.project-answers h2 { margin:0 0 20px; font-size:20px; font-weight:500; color:#161714; }
.project-answers details { border-bottom:1px solid #e5e5e5; }
.project-answers summary { padding:18px 0; cursor:pointer; font-size:16px; line-height:1.5; color:#161714; }
.project-answers p { max-width:70ch; margin:0 0 22px; font-size:16px; line-height:1.65; }
.service-area { margin:0 0 24px; font-size:14px; line-height:1.6; }
.footer-top { display:flex; justify-content:space-between; gap:40px; padding-bottom:40px; }
.footer-brand { font-size:20px; font-weight:500; color:#161714; }
.footer-brand small { display:block; margin-top:12px; color:#666; font-size:14px; font-weight:400; }
.footer-nav { display:flex; flex-direction:column; gap:12px; font-size:14px; }
.footer-nav a { min-height:24px; }
.footer-nav a:hover { color:#000; }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; gap:24px; border-top:1px solid #e5e5e5; padding-top:24px; font-size:12px; }
.disclosure { max-width:95ch; margin:24px 0 0; font-size:12px; line-height:1.6; color:#73736e; }
@media(max-width:1100px) { .header { padding:0 16px; } .nav,.header>.group-link { display:none; } .menu { display:block; } }
@media(max-width:700px) {
  .brand-name { font-size:12px; letter-spacing:1.4px; }
  .hero-title { left:6vw; top:calc(var(--header) + 4vh); }
  .hero-title h1 { font-size:25px; }
  .hero-title p { max-width:80vw; font-size:16px; }
  .hero-note { left:5vw; bottom:88px; max-width:90vw; padding:14px 20px; }
  .scene-image { object-position:var(--mobile-position,var(--position,center)); }
  .card { left:5vw; bottom:88px; width:90vw; padding:26px 24px 18px; }
  .card h2 { font-size:clamp(28px,7vw,32px); }
  .card p { margin-bottom:24px; }
  .down { bottom:23px; }
  .contact { padding:calc(var(--header) + 28px) 7vw 42px; }
  .contact h2 { font-size:clamp(45px,12vw,66px); margin-bottom:26px; }
  .contact-email { font-size:16px; margin-top:24px; }
  .footer-top { flex-direction:column; gap:32px; }
  .footer-bottom { align-items:flex-start; flex-direction:column; gap:16px; }
}
@media(max-height:620px) { .panel { min-height:620px; } }
@media(prefers-reduced-motion:reduce) { *,*::before,*::after { transition:none!important; animation:none!important; } .story .panel { position:relative; transform:none; } }
