:root{
  --navy:#08131d;
  --navy-2:#0d1b27;
  --ink:#13171a;
  --cream:#f4eee5;
  --ivory:#fbf7f0;
  --stone:#d9d0c4;
  --copper:#a84f29;
  --copper-light:#d9925e;
  --rust:#7d351f;
  --line:rgba(19,23,26,.16);
  --serif:"Instrument Serif","Iowan Old Style","Palatino Linotype",serif;
  --sans:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --max:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--sans);line-height:1.5}
img{display:block;width:100%;height:100%;object-fit:cover}
a{color:inherit;text-decoration:none}
button{font:inherit}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:1rem;top:-4rem;z-index:100;background:#fff;color:var(--ink);padding:.75rem 1rem;font-weight:700}
.skip-link:focus{top:1rem}

:focus-visible{outline:3px solid #08131d;outline-offset:2px;box-shadow:0 0 0 5px rgba(255,255,255,.85);border-radius:2px}
.button:focus-visible,.nav-cta:focus-visible,.video-toggle:focus-visible,[data-lang-btn]:focus-visible{outline-offset:3px}

.site-header{
  position:absolute;inset:0 0 auto;z-index:20;
  display:flex;align-items:center;justify-content:space-between;
  max-width:var(--max);margin:auto;padding:1.5rem clamp(1.2rem,4vw,4.5rem);
  color:#f6efe7;
}
.brand{display:inline-flex;color:inherit}
.brand-logo{height:2.9rem;width:auto;color:#f6efe7}
.brand-logo-type{font-family:var(--sans);font-size:25px;font-weight:600}
.site-nav{display:flex;gap:2rem;align-items:center;font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;order:2;margin-left:auto}
.site-nav a{position:relative}
.site-nav a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:100%;bottom:-.4rem;height:1px;background:var(--copper);transition:right .25s ease}
.site-nav a:hover::after{right:0}
.nav-cta{border:1px solid rgba(255,255,255,.3);padding:.8rem 1rem}
.nav-cta:hover{background:var(--copper);border-color:var(--copper)}
.menu-toggle{display:none;background:none;border:0;color:inherit;width:2.5rem;height:2.5rem;order:4}
.menu-toggle span:not(.sr-only){display:block;height:1px;background:currentColor;margin:.45rem 0}

.lang-toggle{display:flex;gap:.35rem;margin-left:1rem;border:1px solid rgba(255,255,255,.3);padding:.25rem;border-radius:2px;order:3}
.lang-toggle button{background:none;border:0;color:inherit;padding:.35rem .6rem;font-size:.68rem;letter-spacing:.1em;font-weight:700;cursor:pointer;border-radius:1px;opacity:.65}
.lang-toggle button[aria-pressed="true"]{background:var(--copper);opacity:1}
.lang-toggle button:hover{opacity:1}

.hero{
  position:relative;width:100%;min-height:92vh;
  display:flex;align-items:center;overflow:hidden;
  background:var(--navy);color:#f7f0e8;
}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.82) sepia(.05);z-index:0}
.hero-scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(100deg,rgba(8,19,29,.88) 0%,rgba(8,19,29,.68) 32%,rgba(8,19,29,.28) 58%,rgba(8,19,29,.18) 100%),linear-gradient(0deg,rgba(8,19,29,.45),transparent 40%)}
.hero-copy{position:relative;z-index:2;max-width:42rem;padding:8rem clamp(1.4rem,5vw,5.5rem) 6rem}
.eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.22em;color:var(--copper);font-weight:700}
.hero h1,.work h2,.about h2,.process h2,.contact h2,.statement h2{
  font-family:var(--serif);font-weight:400;line-height:.92;margin:.9rem 0 1.5rem;
}
.hero h1{font-size:clamp(2.6rem,4.4vw,4.6rem)}
.hero h1 em,.work h2 em,.about h2 em,.contact h2 em{font-weight:400;color:var(--copper)}
.hero-lede{max-width:35rem;color:#d7d4cf;font-size:1rem}
.hero-actions{display:flex;align-items:center;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:.95rem 1.2rem;text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;font-weight:700;transition:.2s ease}
.button-solid{background:var(--copper);color:white}
.button-solid:hover{background:var(--rust);transform:translateY(-2px)}
.text-link{display:inline-flex;gap:.6rem;align-items:center;font-size:.76rem;text-transform:uppercase;letter-spacing:.15em;border-bottom:1px solid currentColor;padding-bottom:.35rem}

.video-toggle{position:absolute;right:1.5rem;bottom:1.5rem;z-index:2;width:2.75rem;height:2.75rem;border-radius:50%;background:rgba(8,19,29,.7);border:1px solid rgba(255,255,255,.35);color:#f7f0e8;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(6px)}
.video-toggle:hover{background:rgba(8,19,29,.92)}
.video-toggle svg{width:1.1rem;height:1.1rem}

.service-strip{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(4,1fr);background:var(--cream);border-bottom:1px solid var(--line)}
.service-strip article{padding:2.2rem clamp(1.1rem,2vw,2.3rem);border-right:1px solid var(--line)}
.service-strip article:last-child{border-right:0}
.service-icon{color:var(--copper);font-size:1.6rem}
.service-strip h2{font-size:.82rem;text-transform:uppercase;letter-spacing:.15em;margin:.7rem 0 .35rem}
.service-strip p{font-size:.8rem;color:#55514d;margin:0}

.work,.about{
  max-width:var(--max);margin:auto;
  display:grid;grid-template-columns:1.15fr .85fr;
  min-height:640px;background:var(--cream);
}
.work-image,.about-art{min-height:640px;position:relative;overflow:hidden}
.work-image img,.about-art img{transition:transform .7s ease}
.work-image:hover img,.about-art:hover img{transform:scale(1.025)}
.work-copy,.about-copy{padding:clamp(3rem,7vw,7rem);align-self:center}
.work h2{font-size:clamp(3.4rem,6vw,6rem)}
.work-copy p:not(.eyebrow),.about-copy p:not(.eyebrow){max-width:34rem;color:#5c5651}

/* Website samples */
.samples{max-width:var(--max);margin:auto;background:var(--cream);padding:clamp(3rem,5.5vw,4.75rem) clamp(1.4rem,4vw,4rem)}
.samples-head{max-width:40rem}
.samples-note{color:#5c5651;font-size:.9rem;margin:.55rem 0 0}
.samples-grid{display:flex;gap:clamp(1.25rem,2.5vw,2.25rem);margin-top:clamp(1.75rem,3.5vw,2.5rem);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:.15rem;padding:.15rem .15rem 1.3rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--copper) transparent}
.samples-grid::-webkit-scrollbar{height:7px}.samples-grid::-webkit-scrollbar-track{background:transparent}.samples-grid::-webkit-scrollbar-thumb{background:var(--copper);border-radius:999px}
.case{display:flex;flex:0 0 min(72vw,500px);flex-direction:column;gap:1.05rem;scroll-snap-align:start;scroll-snap-stop:always}
.case-shot{display:block;border-radius:8px;overflow:hidden;background:var(--cream);transition:transform .45s ease,box-shadow .45s ease}
.case-shot img{display:block;width:100%;height:auto}
.case-shot:hover{transform:translateY(-4px);box-shadow:0 18px 38px -20px rgba(8,19,29,.42)}
.case-shot:focus-visible{outline:2px solid var(--copper);outline-offset:4px}
.case-tag{font-size:.62rem;text-transform:uppercase;letter-spacing:.16em;color:var(--copper);margin:0}
.case-meta h3{font-family:var(--serif);font-weight:400;font-size:clamp(1.15rem,1.5vw,1.45rem);line-height:1.15;color:var(--navy);margin:.35rem 0 0}
.case-body{color:#5c5651;font-size:.84rem;line-height:1.55;margin:.5rem 0 0;max-width:28rem}
.case-services{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;padding:0;margin:.85rem 0 0}
.case-services li{font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;color:#4c4744;border:1px solid var(--line);border-radius:999px;padding:.28rem .65rem}
.case-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:.9rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--navy);border-bottom:1px solid var(--line);padding-bottom:.28rem;transition:color .25s ease,border-color .25s ease}
.case-link:hover{color:var(--copper);border-color:var(--copper)}
.samples-foot{margin-top:clamp(1.75rem,3.5vw,2.5rem)}
.button-outline{border:1px solid var(--ink);margin-top:1.4rem}
.button-outline:hover{background:var(--ink);color:white}

.portfolio-note{color:#6b655e;font-size:.88rem;max-width:38rem}

.statement{max-width:var(--max);margin:auto;background:var(--navy);color:var(--ivory);position:relative;overflow:hidden;padding:5.5rem clamp(1.4rem,7vw,7rem)}
.statement-inner{position:relative;z-index:2;max-width:850px}
.statement p{font-family:var(--serif);font-size:clamp(3rem,6vw,6rem);line-height:.9;margin:0}
.statement h2{font-size:clamp(4rem,8vw,8rem);color:var(--copper);font-style:italic;margin:.1rem 0 1.6rem}
.statement span{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:#c9c0b6}
.brush{position:absolute;width:56%;height:100%;right:0;top:0;background-image:url('assets/statement-bg.jpg');background-size:cover;background-position:right center;-webkit-mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.5) 18%,#000 38%);mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.5) 18%,#000 38%)}

.about{grid-template-columns:.9fr 1.1fr;background:var(--ivory)}
.about-art{min-height:620px}
.about-card{position:absolute;right:1.4rem;bottom:1.4rem;width:min(46%,220px);aspect-ratio:1/1;background:var(--ivory);padding:.6rem;box-shadow:0 1.5rem 3rem rgba(8,19,29,.28)}
.about-card img{width:100%;height:100%;object-fit:cover}
.about-card small{position:absolute;left:1.1rem;bottom:.9rem;color:#f6efe7;background:var(--navy);padding:.2rem .5rem;font-size:.6rem;letter-spacing:.16em}
.about h2{font-size:clamp(2rem,3.4vw,3.2rem)}

.contact{max-width:var(--max);margin:auto;background:var(--navy);color:white;padding:7rem clamp(1.4rem,8vw,8rem);position:relative;overflow:hidden;text-align:center}
.contact-inner{max-width:900px;margin:0 auto}
.contact .eyebrow{display:block;color:var(--copper-light)}
.contact h2{font-size:clamp(3.4rem,7vw,6.5rem);margin:.8rem 0 1rem;line-height:.98}
.contact-subline{font-size:.78rem;text-transform:uppercase;letter-spacing:.2em;color:#c9c7c4;margin:0 0 2.5rem}
.button-light{margin-top:0;background:var(--copper);color:white}
.button-light:hover{background:var(--rust)}
.text-link-light{color:#e9e4dd}
.contact-mark{position:absolute;right:clamp(1.4rem,6vw,6rem);bottom:2rem;height:3.6rem;width:auto;color:rgba(246,239,231,.55)}

.contact-form{text-align:left;max-width:640px;margin:0 auto;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.14);padding:clamp(1.6rem,4vw,2.75rem);border-radius:4px}
.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.field{margin-bottom:1.25rem;text-align:left}
.field label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:#c9c7c4;margin-bottom:.55rem;font-weight:700}
.field input,.field textarea{width:100%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.28);color:#f7f0e8;padding:.85rem .95rem;font:inherit;font-size:.92rem;border-radius:2px;resize:vertical}
.field input::placeholder,.field textarea::placeholder{color:rgba(247,240,232,.45)}
.field input:focus,.field textarea:focus{border-color:var(--copper-light)}
.form-actions{display:flex;align-items:center;justify-content:flex-start;gap:1.6rem;flex-wrap:wrap;margin-top:.5rem}
.contact-form .button{border:0;cursor:pointer}
.contact-form .button[disabled]{opacity:.6;cursor:not-allowed}
.form-status{margin:1.1rem 0 0;font-size:.85rem;min-height:1.2em}
.form-status[data-state="success"]{color:#8fd6a6}
.form-status[data-state="error"]{color:#e79a8b}

footer{max-width:var(--max);margin:auto;background:#050c12;color:#aaa}
.footer-grid{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;padding:3rem clamp(1.4rem,4vw,4rem) 2rem}
.footer-brand{display:flex;flex-direction:column;gap:.75rem}
.footer-logo{height:3.4rem;width:auto;color:#f6efe7}
.footer-tagline{font-size:.50rem;text-transform:uppercase;letter-spacing:.12em;color:#8a8680;margin:0}
.footer-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem 2rem;font-size:.82rem;padding-top:.3rem}
.footer-nav a{color:#cfcbc4;transition:color .2s ease}
.footer-nav a:hover,.footer-nav a[aria-current="page"]{color:var(--copper-light)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.4rem clamp(1.4rem,4vw,4rem);font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.9rem 1.5rem}
.footer-bottom p{margin:0}
.footer-legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem 1.4rem;font-size:.64rem;letter-spacing:.1em}
.footer-legal a{color:#726f6a;transition:color .2s ease}
.footer-legal a:hover,.footer-legal a[aria-current="page"]{color:var(--copper-light)}

.reveal{opacity:0;transform:translateY(26px);transition:opacity .85s cubic-bezier(.22,.61,.36,1),transform .85s cubic-bezier(.22,.61,.36,1);transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform}
.reveal.is-visible{opacity:1;transform:none}
.service-strip article{transition:background .4s ease,transform .4s ease}
.service-strip article:hover{background:rgba(168,79,41,.05);transform:translateY(-4px)}

@media (max-width: 980px){
  .site-header{position:absolute}
  .menu-toggle{display:block}
  .site-nav{position:absolute;top:5.4rem;left:1.2rem;right:1.2rem;background:rgba(8,19,29,.98);padding:1.25rem;display:none;flex-direction:column;align-items:stretch;border:1px solid rgba(255,255,255,.12)}
  .site-nav.is-open{display:flex}
  .lang-toggle{margin:0 .65rem 0 auto;align-self:center}
  .hero{min-height:78vh}
  .hero-copy{max-width:100%;padding-top:8.5rem;padding-bottom:3rem}
  .hero-scrim{background:linear-gradient(0deg,rgba(8,19,29,.9) 0%,rgba(8,19,29,.55) 45%,rgba(8,19,29,.35) 100%)}
  .service-strip{grid-template-columns:1fr 1fr}
  .service-strip article:nth-child(2){border-right:0}
  .work,.about{grid-template-columns:1fr}
  .work-image,.about-art{min-height:500px}
  .work-copy,.about-copy{padding:4rem 1.5rem}
  .samples-grid{gap:1.25rem;max-width:none}
  .contact-mark{height:2.6rem;right:1.4rem;bottom:1.4rem}
  .footer-grid{flex-direction:column;gap:1.5rem}
}
@media (max-width: 620px){
  .hero h1{font-size:2.9rem}
  .hero{min-height:72vh}
  .video-toggle{right:1rem;bottom:1rem;width:2.4rem;height:2.4rem}
  .service-strip{grid-template-columns:1fr}
  .service-strip article{border-right:0;border-bottom:1px solid var(--line)}
  .samples-grid{margin-right:-.15rem}\n  .case{flex-basis:calc(100vw - 3.25rem)}\n  .statement{padding-top:4.2rem;padding-bottom:4.2rem}
  .brush{width:78%}
  .about-card{width:38%}
  .contact{padding:5rem clamp(1.4rem,8vw,4rem) 6rem}
  .contact-mark{display:none}
  .form-row{grid-template-columns:1fr}
  .form-actions{flex-direction:column;align-items:flex-start}
  .footer-grid{gap:1.5rem;text-align:left}
  .footer-logo{height:2.7rem}
  .footer-bottom{flex-direction:column;align-items:flex-start;text-align:left}
  .footer-legal{justify-content:flex-start}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *{transition:none!important;animation:none!important}
  .reveal{opacity:1;transform:none}
}

/* ---- Legal pages ---- */
.legal-hero{max-width:var(--max);margin:auto;background:var(--navy);color:#f7f0e8;padding:9rem clamp(1.4rem,6vw,6rem) 4rem}
.legal-hero p.eyebrow{color:var(--copper-light);display:block;margin-bottom:.8rem}
.legal-hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(2.4rem,5vw,4.2rem);margin:0 0 .6rem}
.legal-hero .legal-updated{color:#c9c7c4;font-size:.85rem;margin:0}
.legal-content{max-width:820px;margin:0 auto;padding:4.5rem clamp(1.4rem,6vw,6rem) 6rem;color:var(--ink)}
.legal-content h2{font-family:var(--serif);font-weight:400;font-size:1.7rem;margin:2.4rem 0 1rem}
.legal-content h2:first-child{margin-top:0}
.legal-content p{color:#3f3b37;margin:0 0 1.1rem;max-width:100%}
.legal-content ul{margin:0 0 1.1rem;padding-left:1.4rem;color:#3f3b37}
.legal-content li{margin-bottom:.5rem}
.legal-content a{color:var(--copper);text-decoration:underline}
.legal-back{display:inline-flex;gap:.5rem;align-items:center;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:#c9c7c4;margin-top:2rem}
.legal-back:hover{color:#f7f0e8}
[data-i18n-block]{}
[data-i18n-block][hidden]{display:none}
@media (max-width:620px){
  .legal-hero{padding:8rem 1.4rem 3rem}
  .legal-content{padding:3rem 1.4rem 4rem}
}


/* ---- AI resources ---- */
.field select{width:100%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.28);color:#f7f0e8;padding:.85rem .95rem;font:inherit;font-size:.92rem;border-radius:2px}
.field select option{color:var(--ink);background:#fff}
.ai-preview{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,7vw,7rem);padding:clamp(4rem,8vw,7rem);background:#e8ded1;align-items:center}
.ai-preview-copy h2,.resources-hero h1,.guide-hero h1{font-family:var(--serif);font-weight:400;line-height:.94;margin:.9rem 0 1.5rem;font-size:clamp(2.8rem,5vw,4.8rem)}
.ai-preview-copy h2 em{font-weight:400;color:var(--copper)}
.ai-preview-copy>p:not(.eyebrow){max-width:35rem;color:#5c5651}
.ai-preview-card{background:var(--navy);color:var(--ivory);padding:clamp(2rem,4vw,3.25rem);box-shadow:0 20px 38px -24px rgba(8,19,29,.6)}
.ai-preview-card span{font-size:.68rem;letter-spacing:.17em;text-transform:uppercase;color:var(--copper-light);font-weight:700}.ai-preview-card h3{font-family:var(--serif);font-size:2.3rem;font-weight:400;line-height:1;margin:1rem 0}.ai-preview-card p{color:#d2cbc3}.ai-preview-card a{display:inline-block;margin-top:1rem;border-bottom:1px solid var(--copper-light);padding-bottom:.25rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.13em}
.resources-page{background:var(--ivory)}.resources-header{position:relative;background:var(--navy);max-width:none;padding:1.25rem clamp(1.2rem,4vw,4.5rem)}.resources-header .brand-word{font-family:var(--serif);font-size:1.7rem;letter-spacing:.04em}.resources-header .brand-word small{font:600 .48rem var(--sans);letter-spacing:.45em;display:block;margin-top:-.35rem}.resources-header nav{display:flex;gap:1.25rem;align-items:center;font-size:.7rem;text-transform:uppercase;letter-spacing:.14em}.resources-header nav a:last-child{border:1px solid rgba(255,255,255,.35);padding:.65rem .8rem}
.resources-hero,.guide-hero{max-width:var(--max);margin:auto;background:var(--navy);color:var(--ivory);padding:clamp(5rem,11vw,9rem) clamp(1.4rem,8vw,8rem)}.resources-hero h1 em,.guide-hero h1 em{color:var(--copper-light);font-weight:400}.resources-hero p,.guide-hero p{max-width:40rem;color:#d2cbc3}.resource-grid{max-width:var(--max);margin:auto;padding:clamp(3rem,7vw,6rem) clamp(1.4rem,8vw,8rem);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.resource-card{background:var(--cream);border:1px solid var(--line);padding:clamp(1.6rem,3vw,2.6rem);min-height:255px;display:flex;flex-direction:column}.resource-card .eyebrow{margin:0}.resource-card h2{font:400 clamp(1.8rem,3vw,2.5rem)/1 var(--serif);margin:1.1rem 0 .75rem}.resource-card p{color:#5c5651;max-width:31rem}.resource-card a{margin-top:auto;padding-top:1.25rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.13em;color:var(--copper);font-weight:700}.resource-card.coming{background:#eee6dc}.resources-note{max-width:var(--max);margin:auto;padding:0 clamp(1.4rem,8vw,8rem) 5rem;color:#5c5651}.guide-content{max-width:850px;margin:auto;padding:clamp(3rem,7vw,6rem) clamp(1.4rem,7vw,5rem)}.guide-content h2{font:400 clamp(1.8rem,3.5vw,2.7rem)/1.05 var(--serif);margin:2.75rem 0 1rem;color:var(--navy)}.guide-content p,.guide-content li{color:#4d4945;max-width:44rem}.guide-content li{margin:.7rem 0}.guide-content .guide-callout{background:#e8ded1;padding:2rem 2.2rem;margin:2.5rem 0}.guide-content .guide-callout h2{margin:0 0 .75rem}.guide-footer{max-width:var(--max);margin:auto;background:var(--navy);color:var(--ivory);padding:3rem clamp(1.4rem,8vw,8rem);text-align:center}.guide-footer a{color:var(--copper-light);border-bottom:1px solid currentColor;padding-bottom:.25rem}
@media(max-width:980px){.ai-preview{grid-template-columns:1fr}.resources-header nav{gap:.8rem}.resource-grid{grid-template-columns:1fr}}@media(max-width:620px){.resources-header nav a:not(:last-child){display:none}.resources-header nav{margin-left:auto}.resources-header{display:flex}.ai-preview{padding:4rem 1.5rem}}


/* ---- About Vanessa ---- */
.about-page{background:var(--ivory)}
.about-hero{max-width:var(--max);margin:auto;display:grid;grid-template-columns:.95fr 1.05fr;background:var(--cream);min-height:680px}.about-hero-image{min-height:680px}.about-hero-copy{padding:clamp(3rem,8vw,8rem);align-self:center}.about-hero-copy h1,.about-page h2{font-family:var(--serif);font-weight:400;line-height:.94;color:var(--navy)}.about-hero-copy h1{font-size:clamp(3.4rem,6vw,6rem);margin:.8rem 0 1.4rem}.about-hero-copy h1 em{font-weight:400;color:var(--copper)}.about-hero-copy .lede{color:#5c5651;max-width:34rem}.about-story{max-width:var(--max);margin:auto;padding:clamp(4rem,9vw,8rem) clamp(1.4rem,9vw,9rem);display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(2rem,9vw,9rem);background:var(--ivory)}.about-story h2{font-size:clamp(2.4rem,4vw,4rem);margin:0}.about-story .story-copy{max-width:44rem}.about-story p{color:#514c47;margin:0 0 1.25rem}.about-credentials{max-width:var(--max);margin:auto;padding:clamp(3.5rem,7vw,6.5rem) clamp(1.4rem,8vw,8rem);background:#e8ded1}.about-credentials>p{max-width:38rem;color:#5c5651}.credential-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(8,19,29,.14);margin-top:2.5rem}.credential{background:var(--ivory);padding:2rem}.credential span{color:var(--copper);font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.credential h3{font:400 1.65rem/1 var(--serif);color:var(--navy);margin:.8rem 0}.credential p{font-size:.85rem;color:#5c5651;margin:0}.about-principles{max-width:var(--max);margin:auto;padding:clamp(4rem,8vw,7rem) clamp(1.4rem,9vw,9rem);background:var(--navy);color:var(--ivory)}.about-principles h2{color:var(--ivory);font-size:clamp(2.4rem,4.5vw,4.5rem);margin:0 0 2rem}.about-principles h2 em{color:var(--copper-light);font-weight:400}.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.principle{border-top:1px solid rgba(255,255,255,.25);padding-top:1.2rem}.principle strong{font:400 1.4rem var(--serif)}.principle p{color:#ccc5bd;font-size:.87rem}.about-cta{max-width:var(--max);margin:auto;background:var(--cream);text-align:center;padding:clamp(4rem,9vw,7rem) 1.4rem}.about-cta h2{font-size:clamp(2.8rem,5vw,5.2rem);margin:0 auto 1rem}.about-cta p{max-width:36rem;margin:0 auto 1.8rem;color:#5c5651}@media(max-width:980px){.about-hero,.about-story{grid-template-columns:1fr}.about-hero-image{min-height:500px;order:2}.about-hero-copy{order:1}.credential-grid,.principles-grid{grid-template-columns:1fr}.about-story{gap:1.5rem}}@media(max-width:620px){.about-hero-image{min-height:390px}.about-hero-copy{padding:4rem 1.5rem}.about-story{padding:4rem 1.5rem}}


/* ---- Refined mobile header and hero ---- */
@media (max-width:620px){
  .site-header{
    position:absolute;
    inset:.85rem .9rem auto;
    width:auto;
    max-width:none;
    margin:0;
    padding:.55rem .65rem .55rem .85rem;
    min-height:4.25rem;
    background:rgba(8,19,29,.72);
    border:1px solid rgba(246,239,231,.24);
    border-radius:12px;
    box-shadow:0 12px 28px rgba(0,0,0,.18);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
  }
  .brand-logo{height:2.15rem}
  .lang-toggle{
    margin:0 .45rem 0 auto;
    padding:.18rem;
    border-color:rgba(246,239,231,.3);
  }
  .lang-toggle button{
    padding:.38rem .52rem;
    font-size:.62rem;
  }
  .menu-toggle{
    width:2.35rem;
    height:2.35rem;
    border:1px solid rgba(246,239,231,.3);
    border-radius:7px;
    padding:.35rem;
  }
  .menu-toggle span:not(.sr-only){margin:.32rem 0}
  .site-nav{
    top:calc(100% + .65rem);
    left:0;
    right:0;
    padding:1.1rem;
    border:1px solid rgba(246,239,231,.18);
    border-radius:12px;
    background:rgba(8,19,29,.96);
    box-shadow:0 14px 28px rgba(0,0,0,.24);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
  }
  .hero{
    align-items:flex-start;
    min-height:100svh;
  }
  .hero-copy{
    padding:9.6rem 1.6rem 5rem;
  }
  .hero h1{font-size:clamp(2.65rem,11vw,3.3rem)}
  .hero-lede{font-size:.96rem;line-height:1.58}
  .hero-actions{margin-top:1.7rem}
  .button{padding:.92rem 1rem}
}


/* ---- Simplified centered mobile hero ---- */
@media (max-width:620px){
  .site-header{
    background:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
  }
  .hero-copy{
    max-width:100%;
    text-align:center;
  }
  .hero-lede{
    margin-left:auto;
    margin-right:auto;
  }
  .hero-actions{
    justify-content:center;
  }
}


/* ---- Mobile hero: centered hierarchy over the mobile loop ---- */
@media (max-width:620px){
  .hero-copy{
    padding:9.35rem 1.5rem 4.4rem;
    text-align:center;
  }
  .hero h1{
    max-width:21rem;
    margin-left:auto;
    margin-right:auto;
    font-size:clamp(2.55rem,10.5vw,3.2rem);
    line-height:.96;
  }
  .hero-lede{
    max-width:21.5rem;
    margin:1.35rem auto 0;
    font-size:.94rem;
    line-height:1.55;
  }
  .hero-actions{
    flex-direction:column;
    align-items:center;
    gap:1.05rem;
    margin-top:1.8rem;
  }
  .hero-actions .button{
    min-width:min(100%,20rem);
    justify-content:center;
  }
  .hero-actions .text-link{
    margin-top:0;
  }
  .hero-scrim{
    background:linear-gradient(180deg,rgba(8,19,29,.28) 0%,rgba(8,19,29,.42) 52%,rgba(8,19,29,.74) 100%);
  }
}

/* ---- Responsive hero still artwork ---- */
.hero-still{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  background:#07131f url('assets/hero-desktop-still.svg') center center / cover no-repeat;
}
.hero-video,.video-toggle{display:none}
@media (max-width:620px){
  .hero-still{
    background-image:url('assets/hero-mobile-still.svg');
    background-position:center center;
  }
}

/* ---- Resource-page header logo and language control ---- */
.resources-header .resources-logo{display:block;flex:0 0 auto;line-height:0}
.resources-header .resources-logo img{display:block;width:auto;height:3rem}
.resources-header .lang-toggle{margin-left:1rem;flex:0 0 auto}
@media(max-width:620px){
  .resources-header{gap:.6rem}
  .resources-header .resources-logo img{height:2.25rem}
  .resources-header nav{margin-left:auto;gap:.55rem}
  .resources-header .lang-toggle{margin-left:0}
  .resources-header .lang-toggle button{padding:.36rem .46rem;font-size:.58rem}
}