@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Syne:wght@600;700;800&display=swap');
:root{--ink:#090907;--olive:#404022;--khaki:#8a7b57;--paper:#f1f1f1;--sand:#dbc5b3;--peach:#d4a78e;--line:rgba(241,241,241,.16);--font:'Space Grotesk',system-ui,sans-serif;--display:'Syne',system-ui,sans-serif;--pad:clamp(18px,4vw,64px)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--paper);font-family:var(--font);overflow-x:hidden}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}button{font:inherit;color:inherit}#field{position:fixed;inset:0;width:100%;height:100%;z-index:-3;background:radial-gradient(circle at 10% 20%,rgba(212,167,142,.32),transparent 28%),radial-gradient(circle at 90% 10%,rgba(138,123,87,.35),transparent 32%),#090907}.grain{position:fixed;inset:0;pointer-events:none;z-index:50;opacity:.12;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.75' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}.cursor{position:fixed;width:18px;height:18px;border:1px solid var(--peach);border-radius:50%;pointer-events:none;z-index:80;opacity:0;transform:translate(-50%,-50%);mix-blend-mode:difference;transition:width .2s,height .2s,opacity .2s}.cursor.on{opacity:1}.cursor.big{width:70px;height:70px;background:rgba(212,167,142,.18)}
.nav{position:fixed;top:18px;left:18px;right:18px;z-index:60;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:10px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(9,9,7,.54);backdrop-filter:blur(22px)}.logo img{width:142px;filter:invert(1) brightness(1.4)}.desktop-menu{display:flex;justify-content:center;gap:24px}.desktop-menu a{font-size:15px;color:rgba(241,241,241,.72)}.desktop-menu a:hover{color:var(--peach)}.menu-button,.close-menu{border:1px solid var(--line);border-radius:999px;background:rgba(241,241,241,.08);padding:11px 16px;cursor:pointer}.menu-button span{display:inline-block;width:18px;height:1px;background:currentColor;vertical-align:middle;margin-right:4px}.mega{position:fixed;inset:0;z-index:90;display:grid;place-content:center;gap:6px;background:rgba(9,9,7,.92);backdrop-filter:blur(28px);transform:translateY(-100%);transition:transform .55s cubic-bezier(.2,.8,.2,1)}.mega.open{transform:translateY(0)}.mega a{font-family:var(--display);font-size:clamp(42px,8vw,108px);line-height:.86}.mega a:hover{color:var(--peach)}.close-menu{position:absolute;right:24px;top:24px}.panel{min-height:100dvh;padding:120px var(--pad) 80px;position:relative}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);align-items:center;gap:42px;overflow:hidden}.tag,.section-title p,.contact>p{color:var(--peach);font-weight:700;margin:0 0 16px}.hero h1,.section-title h2,.contact h2{font-family:var(--display);font-size:clamp(58px,9.5vw,150px);line-height:.82;margin:0;max-width:1050px}.hero h1 em{font-style:normal;color:var(--peach)}.lead{font-size:clamp(19px,2vw,26px);line-height:1.38;color:rgba(241,241,241,.72);max-width:780px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-actions a,.contact-card a{border:1px solid var(--line);border-radius:999px;padding:14px 18px;background:rgba(241,241,241,.08)}.hero-actions a:first-child{background:var(--paper);color:var(--ink)}.hero-machine{position:relative;border-radius:38px;overflow:hidden;min-height:560px;border:1px solid var(--line);box-shadow:0 45px 130px rgba(0,0,0,.52);transform:rotate(2deg)}.hero-machine video{width:100%;height:100%;min-height:560px;object-fit:cover;filter:saturate(1.06) contrast(1.08)}.machine-overlay{position:absolute;inset:auto 18px 18px;background:rgba(9,9,7,.62);border:1px solid var(--line);border-radius:26px;padding:22px;backdrop-filter:blur(18px)}.machine-overlay strong{font-family:var(--display);font-size:60px;line-height:.8;display:block}.machine-overlay span{color:rgba(241,241,241,.68)}.ticker{position:absolute;left:0;right:0;bottom:18px;display:flex;gap:24px;white-space:nowrap;animation:ticker 22s linear infinite;color:rgba(241,241,241,.52);font-size:24px}.ticker span:after{content:' / ';color:var(--peach);margin-left:24px}@keyframes ticker{to{transform:translateX(-50%)}}
.section-title{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start;margin-bottom:40px}.section-title.wide{display:block}.section-title h2{font-size:clamp(48px,7vw,112px)}.lab-grid,.rooms{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.lab-grid article,.rooms a{border:1px solid var(--line);border-radius:34px;background:linear-gradient(145deg,rgba(241,241,241,.1),rgba(241,241,241,.03));padding:30px;min-height:360px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.lab-grid b{font-family:var(--display);font-size:90px;color:rgba(212,167,142,.5)}.lab-grid h3,.rooms b{font-family:var(--display);font-size:clamp(32px,4vw,58px);line-height:.92;margin:0}.lab-grid p,.case-card p,.team-wall p{color:rgba(241,241,241,.66);line-height:1.5;font-size:18px}.films{background:linear-gradient(180deg,transparent,rgba(64,64,34,.35),transparent)}.video-stage{display:grid;grid-template-columns:54px 1fr 54px;align-items:center;gap:18px}.video-card{border:1px solid var(--line);border-radius:38px;overflow:hidden;background:#000;box-shadow:0 45px 140px rgba(0,0,0,.55)}.video-card video{width:100%;max-height:76vh;object-fit:cover;background:#000}.video-card div{padding:24px;background:rgba(9,9,7,.96)}.video-card h3{font-family:var(--display);font-size:42px;margin:0}.video-nav{width:54px;height:54px;border-radius:50%;border:1px solid var(--line);background:rgba(241,241,241,.08);font-size:40px;cursor:pointer}.video-strip{display:flex;gap:10px;justify-content:center;margin-top:18px}.video-strip button{border:1px solid var(--line);border-radius:999px;background:rgba(241,241,241,.08);padding:12px 16px}.video-strip .active{background:var(--peach);color:var(--ink)}.case-carousel{position:relative;min-height:620px}.case-card{position:absolute;inset:0;display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:end;border:1px solid var(--line);border-radius:40px;overflow:hidden;background:rgba(241,241,241,.06);opacity:0;transform:translateX(60px) scale(.98);transition:.75s cubic-bezier(.2,.8,.2,1)}.case-card.active{opacity:1;transform:translateX(0) scale(1)}.case-card img{width:100%;height:100%;min-height:620px;object-fit:cover}.case-card div{padding:42px}.case-card span{color:var(--peach);font-weight:700}.case-card h3{font-family:var(--display);font-size:clamp(42px,6vw,94px);line-height:.85;margin:12px 0}.rooms{grid-template-columns:repeat(4,1fr)}.rooms a{min-height:260px}.rooms span{color:var(--peach);font-weight:700}.team-wall{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.team-wall article{border:1px solid var(--line);border-radius:26px;overflow:hidden;background:rgba(241,241,241,.06)}.team-wall article:first-child{grid-column:span 2;grid-row:span 2}.team-wall img{width:100%;aspect-ratio:1/1;object-fit:cover;filter:saturate(.9) contrast(1.08)}.team-wall h3{font-family:var(--display);font-size:26px;margin:18px 18px 4px}.team-wall p{font-size:15px;margin:0 18px 20px}.contact{display:grid;place-content:center;text-align:center}.contact h2{font-size:clamp(54px,8vw,126px)}.contact-card{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:34px}.contact-card a:hover,.rooms a:hover,.lab-grid article:hover{background:rgba(212,167,142,.18);transform:translateY(-6px)}[data-tilt],.rooms a,.team-wall article{transition:transform .25s ease,background .25s ease}
@media(max-width:880px){.desktop-menu{display:none}.nav{grid-template-columns:auto auto}.logo img{width:104px}.panel{padding:100px 16px 70px}.hero{grid-template-columns:1fr;gap:24px}.hero h1,.section-title h2,.contact h2{font-size:clamp(46px,16vw,74px)}.lead{font-size:18px}.hero-machine{min-height:360px;transform:none;border-radius:26px}.hero-machine video{min-height:360px}.machine-overlay strong{font-size:42px}.section-title{display:block}.lab-grid,.rooms,.team-wall{grid-template-columns:1fr}.lab-grid article,.rooms a{min-height:240px}.video-stage{grid-template-columns:1fr}.video-nav{display:none}.case-carousel{min-height:720px}.case-card{grid-template-columns:1fr;align-content:start}.case-card img{min-height:320px;height:320px}.case-card div{padding:24px}.team-wall article:first-child{grid-column:auto;grid-row:auto}.mega a{font-size:48px}.ticker{font-size:18px;bottom:8px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}.cursor{display:none}}
/* emergency mobile fit pass */
@media(max-width:880px){
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  .nav{left:10px;right:10px;width:auto;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:8px 9px}
  .logo{min-width:0;overflow:hidden}.logo img{width:86px;max-width:28vw}.menu-button{padding:10px 12px;white-space:nowrap;font-size:13px}.menu-button span{width:12px}
  .panel{width:100%;max-width:100vw;overflow:hidden;padding-left:14px;padding-right:14px}
  .hero{display:flex;flex-direction:column;align-items:stretch;gap:20px;padding-top:92px;min-height:auto}
  .hero-copy{width:100%;max-width:100%;min-width:0;overflow:visible}
  .tag,.section-title p,.contact>p{font-size:14px;margin-bottom:10px}
  .hero h1,.section-title h2,.contact h2{font-size:clamp(38px,13.4vw,56px);line-height:.9;max-width:100%;overflow-wrap:break-word;word-break:normal}
  .lead{font-size:16px;line-height:1.42;max-width:100%;overflow-wrap:break-word}
  .hero-actions{gap:8px}.hero-actions a{padding:12px 13px;font-size:14px}
  .hero-machine{width:100%;max-width:100%;min-height:330px;border-radius:24px}.hero-machine video{min-height:330px}.machine-overlay{left:12px;right:12px;bottom:12px;padding:16px}.machine-overlay strong{font-size:36px}
  .ticker{position:relative;left:auto;right:auto;bottom:auto;margin-top:10px;width:max-content;font-size:16px;max-width:none}
  .section-title{margin-bottom:24px}.lab-grid article,.rooms a{width:100%;max-width:100%;padding:22px;border-radius:24px}.lab-grid h3,.rooms b{font-size:34px}.lab-grid b{font-size:62px}
  .video-card,.case-card{border-radius:24px}.case-card{position:absolute;left:0;right:0;width:100%;max-width:100%}.case-card div{padding:20px}.case-card h3{font-size:38px}.case-carousel{min-height:670px}
  .team-wall article{width:100%;max-width:100%}
  .mega{padding:24px}.mega a{font-size:clamp(34px,12vw,48px);max-width:100%;overflow-wrap:break-word}
}
/* screenshot/mobile safe width cap */
@media(max-width:880px){
  .hero-copy,.section-title,.lab-grid,.video-stage,.case-carousel,.rooms,.team-wall,.contact-card{max-width:360px;width:100%;margin-left:auto;margin-right:auto}
  .hero h1{font-size:42px;line-height:.92}.section-title h2,.contact h2{font-size:42px;line-height:.92}
  .lead{font-size:15.5px}.hero-machine{max-width:360px;margin-left:auto;margin-right:auto}.ticker{max-width:360px;overflow:hidden;margin-left:auto;margin-right:auto}
}
@media(max-width:420px){.hero-copy,.section-title,.lab-grid,.video-stage,.case-carousel,.rooms,.team-wall,.contact-card,.hero-machine,.ticker{max-width:calc(100vw - 28px)}}
/* headless/mobile hard left anchoring */
@media(max-width:880px){
  .nav{left:14px;right:auto;width:calc(100vw - 28px);max-width:360px}
  .panel{padding-left:14px;padding-right:14px}
  .hero{align-items:flex-start}
  .hero-copy,.section-title,.lab-grid,.video-stage,.case-carousel,.rooms,.team-wall,.contact-card,.hero-machine,.ticker{margin-left:0;margin-right:0;max-width:calc(100vw - 28px);width:100%}
  .ticker{left:14px;right:auto;transform:none;animation:none;white-space:nowrap;text-overflow:clip}
}
@media(max-width:880px){
  .hero-copy,.section-title,.lab-grid,.video-stage,.case-carousel,.rooms,.team-wall,.contact-card,.hero-machine,.ticker,.nav{max-width:320px!important;width:320px!important}
  .hero h1{font-size:36px!important;line-height:.94!important}.lead{font-size:14.5px!important}
}
@media(max-width:360px){.hero-copy,.section-title,.lab-grid,.video-stage,.case-carousel,.rooms,.team-wall,.contact-card,.hero-machine,.ticker,.nav{max-width:calc(100vw - 24px)!important;width:calc(100vw - 24px)!important}}
.word-logo{font-family:var(--display);font-size:30px;line-height:1;color:var(--paper);padding:4px 6px 4px 4px}.logo img{display:none}@media(max-width:880px){.word-logo{font-size:25px}.hero{padding-bottom:26px}.panel{min-height:auto}.lab{padding-top:62px}.hero-machine{min-height:300px}.hero-machine video{min-height:300px}.ticker{margin-top:4px}.machine-overlay{padding:12px}.machine-overlay strong{font-size:30px}}
/* internal pages + UX QA fixes */
.desktop-menu a.active{color:var(--peach);font-weight:700}.page-hero h1,.contact h1{font-family:var(--display);font-size:clamp(50px,8vw,120px);line-height:.86;margin:0 0 34px;max-width:1120px}.film-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.film-notes article,.case-list article{border:1px solid var(--line);border-radius:28px;background:rgba(241,241,241,.06);padding:24px}.film-notes b{font-family:var(--display);font-size:30px}.film-notes p{color:rgba(241,241,241,.68);line-height:1.5}.case-list{display:grid;gap:22px}.case-list article{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:center;padding:18px}.case-list img{width:100%;height:360px;object-fit:cover;border-radius:22px;background:rgba(255,255,255,.08);padding:0}.case-list article:nth-child(3) img{object-fit:contain;padding:28px}.case-list span{color:var(--peach);font-weight:700}.case-list h2{font-family:var(--display);font-size:clamp(38px,5vw,74px);line-height:.9;margin:10px 0}.case-list p{color:rgba(241,241,241,.68);font-size:18px;line-height:1.5}.menu-button:focus-visible,.close-menu:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid var(--peach);outline-offset:3px}.contact h1{margin-left:auto;margin-right:auto;text-align:center}.mega[aria-hidden="true"]{visibility:hidden}.mega.open{visibility:visible}.desktop-menu a,.menu-button,.hero-actions a,.contact-card a{min-height:44px;display:inline-flex;align-items:center}.video-card video{aspect-ratio:16/9}.page-hero{padding-top:140px}@media(max-width:880px){.page-hero{padding-top:100px}.film-notes,.case-list article{grid-template-columns:1fr}.film-notes{display:grid}.case-list img{height:260px}.page-hero h1,.contact h1{font-size:42px;line-height:.92}.video-stage,.case-list{max-width:calc(100vw - 28px);width:100%}}
/* QA fixes */
.desktop-menu a{color:rgba(241,241,241,.86)}.desktop-menu a.active,.desktop-menu a:hover{color:var(--peach);text-decoration:underline;text-underline-offset:8px;text-decoration-thickness:2px}.lead,.lab-grid p,.case-card p,.team-wall p,.case-list p,.film-notes p{color:rgba(241,241,241,.80)}.hero{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}.ticker{left:var(--pad);right:var(--pad);overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);padding-left:28px}.video-stage{max-width:1180px;margin:auto}.films.page-hero .section-title{max-width:1180px;margin-left:auto;margin-right:auto}.film-notes{max-width:1180px;margin-left:auto;margin-right:auto}.video-nav{z-index:2}.menu-button{background:rgba(212,167,142,.16);border-color:rgba(212,167,142,.42)}@media(max-width:880px){.menu-button{background:var(--peach);color:var(--ink);font-weight:700}.lead{font-size:16px!important;color:rgba(241,241,241,.86)}.hero-actions{margin-bottom:10px}.hero-machine{margin-top:10px}.ticker{display:none}.films.page-hero .section-title h1{font-size:38px}.video-card h3{font-size:32px}.film-notes{margin-top:18px}.machine-overlay{bottom:10px}.desktop-menu a{color:rgba(241,241,241,.9)}}
/* final QA tightening */
.hero{grid-template-columns:minmax(0,1fr) minmax(360px,1fr);gap:clamp(28px,5vw,76px)}.hero-machine{transform:none;max-width:620px;justify-self:end}.ticker{display:none}.video-stage{grid-template-columns:1fr;position:relative}.video-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(9,9,7,.72);backdrop-filter:blur(12px)}.video-nav.prev{left:18px}.video-nav.next{right:18px}.films.page-hero{padding-top:118px}.films.page-hero .section-title h1{font-size:clamp(44px,6vw,92px)}.video-card video{max-height:58vh}.lead,.lab-grid p,.case-card p,.team-wall p,.case-list p,.film-notes p{color:rgba(241,241,241,.88)}@media(max-width:880px){#field{opacity:.55}.menu-button span{display:none}.menu-button::before{content:'☰';margin-right:7px}.hero-machine{margin-top:0}.hero{gap:16px}.video-card video{max-height:44vh}.films.page-hero{padding-top:96px}}
.awards-wall{padding-top:80px}.award-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.award-grid img{width:100%;height:auto;border:1px solid var(--line);border-radius:28px;background:rgba(241,241,241,.06);box-shadow:0 30px 90px rgba(0,0,0,.28)}@media(max-width:880px){.award-grid{grid-template-columns:1fr}.awards-wall{padding-top:50px}}
/* enforce real PNG logo usage */
.logo{display:flex;align-items:center;min-width:0}.logo img{display:block!important;width:118px;height:auto;max-width:30vw;filter:invert(1) brightness(1.45);object-fit:contain}.word-logo{font-size:0;padding:0}@media(max-width:880px){.logo img{width:88px;max-width:28vw}.nav{align-items:center}}
.video-card{display:none}.video-card.active{display:block}.portfolio-video-stage{max-width:1100px}.portfolio-film-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.portfolio-film-grid article{border:1px solid var(--line);border-radius:28px;overflow:hidden;background:rgba(241,241,241,.06)}.portfolio-film-grid video{width:100%;aspect-ratio:9/16;max-height:620px;object-fit:cover;background:#000}.portfolio-film-grid h2{font-family:var(--display);font-size:28px;margin:18px}@media(max-width:880px){.portfolio-film-grid{grid-template-columns:1fr}.portfolio-film-grid video{aspect-ratio:16/9;max-height:360px}.video-strip{flex-wrap:wrap}.video-strip button{font-size:13px;padding:10px 12px}}

/* 2026-05-16 forward pass: cinematic depth + real asset staging */
.desktop-menu{gap:clamp(12px,1.8vw,24px)}
.desktop-menu a{white-space:nowrap}.nav{grid-template-columns:auto minmax(0,1fr) auto}.intro-card{display:block!important}
.manifesto{background:radial-gradient(circle at 20% 20%,rgba(212,167,142,.18),transparent 30%),linear-gradient(180deg,rgba(241,241,241,.02),rgba(64,64,34,.24))}.manifesto-grid{display:grid;grid-template-columns:1.08fr .92fr;grid-template-rows:1fr 1fr;gap:18px}.manifesto-card{position:relative;min-height:300px;border:1px solid rgba(212,167,142,.24);border-radius:38px;padding:30px;overflow:hidden;background:linear-gradient(145deg,rgba(241,241,241,.11),rgba(241,241,241,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 35px 100px rgba(0,0,0,.28)}.manifesto-card::before{content:'';position:absolute;inset:-40%;background:conic-gradient(from 120deg,transparent,rgba(212,167,142,.22),transparent,rgba(138,123,87,.22),transparent);animation:orb 12s linear infinite;opacity:.72}.manifesto-card>*{position:relative;z-index:1}.manifesto-card.tall{grid-row:span 2;min-height:620px;display:flex;flex-direction:column;justify-content:flex-end}.manifesto-card span{font-family:var(--display);font-size:clamp(54px,9vw,130px);line-height:.78;color:rgba(212,167,142,.42)}.manifesto-card h3{font-family:var(--display);font-size:clamp(38px,5.8vw,86px);line-height:.86;margin:18px 0}.manifesto-card p{font-size:18px;line-height:1.55;color:rgba(241,241,241,.84);max-width:720px}@keyframes orb{to{transform:rotate(1turn)}}
.video-card:not(.active):not(.intro-card){display:none}.video-card.active,.intro-card{display:block}.video-strip button{cursor:pointer}.portfolio-video-stage .video-card video,#films .video-card video{background:linear-gradient(135deg,#000,var(--olive))}.hero-actions a:hover,.contact-card a:hover,.video-strip button:hover{transform:translateY(-3px);background:rgba(212,167,142,.22)}
@media(max-width:1100px){.desktop-menu{gap:12px}.desktop-menu a{font-size:14px}.logo img{width:104px}}
@media(max-width:880px){.manifesto-grid{grid-template-columns:1fr}.manifesto-card,.manifesto-card.tall{min-height:260px;grid-row:auto;border-radius:26px;padding:22px}.manifesto-card h3{font-size:38px}.manifesto-card p{font-size:15.5px}.desktop-menu{display:none}.intro-card{max-width:calc(100vw - 28px)}}
.reveal{opacity:.001;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}.reveal.in-view{opacity:1;transform:none}.menu-open{overflow:hidden}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}
/* mobile visual QA cleanup */
@media(max-width:880px){
  .nav{width:calc(100vw - 24px)!important;max-width:420px!important;left:12px!important;right:12px!important;padding:7px 8px!important;min-height:54px}
  .logo img{width:72px!important;max-width:22vw!important}.menu-button{min-height:38px!important;padding:8px 10px!important;font-size:12px!important}.menu-button::before{margin-right:5px}
  .hero{padding-top:82px!important}.hero-copy,.section-title,.lab-grid,.video-stage,.case-carousel,.rooms,.team-wall,.contact-card,.hero-machine,.ticker{width:100%!important;max-width:calc(100vw - 28px)!important}
  .intro-film{padding-top:56px!important}.intro-film .section-title,.intro-film .intro-card{width:100%!important;max-width:calc(100vw - 28px)!important;margin-left:0;margin-right:0}.intro-card video{width:100%;max-width:100%;height:auto;object-fit:contain}.intro-card div{padding:18px}.intro-card h3{font-size:28px}.panel+ .panel{margin-top:0}
}
/* aggressive mobile overflow containment */
@media(max-width:880px){
  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
  main{width:100%!important;max-width:100vw!important;overflow:hidden!important}
  .nav{display:flex!important;justify-content:space-between!important;gap:8px!important;box-sizing:border-box!important;width:calc(100vw - 20px)!important;max-width:none!important;left:10px!important;right:10px!important;grid-template-columns:none!important;overflow:hidden!important}
  .logo{flex:0 1 auto!important}.menu-button{flex:0 0 auto!important;max-width:104px!important}
  .panel{box-sizing:border-box!important;width:100%!important;max-width:100vw!important;padding-left:12px!important;padding-right:12px!important;overflow:hidden!important}
  .hero{align-items:stretch!important;width:100%!important;max-width:100%!important}.hero-copy,.section-title,.lab-grid,.video-stage,.case-carousel,.rooms,.team-wall,.contact-card,.hero-machine,.ticker,.intro-card,.manifesto-grid,.portfolio-film-grid,.case-list,.award-grid{box-sizing:border-box!important;width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important}
  .hero h1{font-size:34px!important;line-height:.96!important;overflow-wrap:anywhere!important}.section-title h2,.contact h2,.page-hero h1,.contact h1{font-size:36px!important;line-height:.96!important;overflow-wrap:anywhere!important}.lead{font-size:14px!important;line-height:1.45!important}
  .hero-machine,.hero-machine video{min-height:270px!important}.hero-machine video,.video-card video{width:100%!important;max-width:100%!important}.video-card,.case-card,.manifesto-card,.lab-grid article,.rooms a{box-sizing:border-box!important;width:100%!important;max-width:100%!important}
  .video-nav.prev{left:8px}.video-nav.next{right:8px}.video-nav{width:44px;height:44px;font-size:32px}
}
@media(max-width:880px){.cursor{display:none!important}}
/* mobile header correction: contained logo + real hamburger */
@media(max-width:880px){
  .nav{
    top:12px!important;left:12px!important;right:12px!important;width:calc(100vw - 24px)!important;
    max-width:none!important;min-height:58px!important;padding:8px 10px!important;
    display:flex!important;align-items:center!important;justify-content:space-between!important;
    border-radius:999px!important;overflow:hidden!important;
  }
  .logo{display:flex!important;align-items:center!important;height:40px!important;max-width:150px!important;overflow:hidden!important;flex:0 1 auto!important}
  .logo img{width:auto!important;height:28px!important;max-width:132px!important;max-height:28px!important;object-fit:contain!important;display:block!important}
  .menu-button{
    width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;min-height:44px!important;
    padding:0!important;border-radius:50%!important;display:grid!important;place-items:center!important;
    font-size:0!important;line-height:0!important;color:var(--ink)!important;background:var(--peach)!important;
    border:1px solid rgba(241,241,241,.18)!important;position:relative!important;overflow:hidden!important;flex:0 0 44px!important;
  }
  .menu-button::before,.menu-button::after,.menu-button span{
    content:''!important;position:absolute!important;left:12px!important;right:12px!important;width:auto!important;height:2px!important;
    background:var(--ink)!important;border-radius:999px!important;margin:0!important;display:block!important;transform:none!important;
  }
  .menu-button::before{top:14px!important}.menu-button span:first-child{top:21px!important}.menu-button span:nth-child(2){display:none!important}.menu-button::after{top:28px!important}
  .hero{padding-top:88px!important}
}
/* replace text menu with explicit hamburger lines */
.menu-button{display:inline-flex;align-items:center;gap:6px}.menu-button .hamb-line{display:inline-block;width:18px;height:1px;background:currentColor;border-radius:999px}.menu-button .hamb-line:nth-child(2),.menu-button .hamb-line:nth-child(3){display:none}.menu-label{font-size:inherit;line-height:1}
@media(max-width:880px){
  .logo img{width:104px!important;height:auto!important;max-width:104px!important;max-height:38px!important;object-fit:contain!important;filter:invert(1) brightness(1.45)!important}
  .logo{height:42px!important;max-width:116px!important;overflow:hidden!important}
  .menu-button{font-size:0!important;gap:0!important;color:var(--ink)!important}
  .menu-label{display:none!important}
  .menu-button::before,.menu-button::after{display:none!important;content:none!important}
  .menu-button .hamb-line{position:absolute!important;left:11px!important;right:11px!important;width:22px!important;height:2px!important;background:var(--ink)!important;display:block!important;border-radius:999px!important;margin:0!important}
  .menu-button .hamb-line:nth-child(1){top:14px!important}.menu-button .hamb-line:nth-child(2){top:21px!important}.menu-button .hamb-line:nth-child(3){top:28px!important}
}
/* mobile header logo visibility pass */
@media(max-width:880px){
  .nav{min-height:70px!important;padding:10px 12px!important;overflow:visible!important;background:rgba(9,9,7,.72)!important}
  .logo{height:52px!important;max-width:210px!important;overflow:visible!important;flex:0 1 210px!important}
  .logo img{width:190px!important;height:auto!important;max-width:52vw!important;max-height:52px!important;object-fit:contain!important;filter:invert(1) brightness(1.55)!important}
  .menu-button{width:46px!important;height:46px!important;min-width:46px!important;max-width:46px!important;flex-basis:46px!important}
  .hero{padding-top:104px!important}
}
@media(max-width:360px){
  .logo{max-width:180px!important;flex-basis:180px!important}.logo img{width:168px!important;max-width:48vw!important}
}
/* use cropped readable mobile logo asset */
@media(max-width:880px){
  .logo{max-width:190px!important;flex-basis:190px!important;height:54px!important}
  .logo img{width:170px!important;max-width:46vw!important;max-height:54px!important}
}
/* make the actual lockup readable on mobile: taller header instead of shrinking logo */
@media(max-width:880px){
  .nav{min-height:104px!important;padding:10px 14px!important;align-items:center!important}
  .logo{height:86px!important;max-width:118px!important;flex:0 0 118px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}
  .logo img{height:82px!important;width:auto!important;max-height:82px!important;max-width:118px!important;object-fit:contain!important}
  .menu-button{width:48px!important;height:48px!important;min-width:48px!important;max-width:48px!important;flex:0 0 48px!important}
  .menu-button .hamb-line{left:12px!important;width:24px!important}.menu-button .hamb-line:nth-child(1){top:15px!important}.menu-button .hamb-line:nth-child(2){top:23px!important}.menu-button .hamb-line:nth-child(3){top:31px!important}
  .hero{padding-top:136px!important}
}
@media(max-width:880px){
  .nav{min-height:124px!important;padding:12px 16px!important}
  .logo{height:106px!important;max-width:150px!important;flex-basis:150px!important}
  .logo img{height:102px!important;max-height:102px!important;max-width:145px!important}
  .hero{padding-top:156px!important}
}
/* final mobile nav: readable wordmark crop */
@media(max-width:880px){
  .nav{min-height:70px!important;padding:10px 14px!important;overflow:hidden!important}
  .logo{height:48px!important;max-width:205px!important;flex:0 1 205px!important;overflow:visible!important}
  .logo img{width:190px!important;height:auto!important;max-width:52vw!important;max-height:48px!important;object-fit:contain!important;filter:invert(1) brightness(1.55)!important}
  .menu-button{width:48px!important;height:48px!important;min-width:48px!important;max-width:48px!important;flex:0 0 48px!important}
  .hero{padding-top:104px!important}
}
@media(max-width:880px){
  .logo{max-width:270px!important;flex:0 1 270px!important;height:50px!important}
  .logo img{width:252px!important;max-width:68vw!important;max-height:50px!important}
}
@media(max-width:360px){.logo img{width:220px!important;max-width:62vw!important}.logo{max-width:230px!important;flex-basis:230px!important}}
@media(max-width:880px){
  .logo{max-width:300px!important;flex:0 1 300px!important}
  .logo img{width:300px!important;max-width:76vw!important;max-height:54px!important}
}
@media(max-width:390px){.logo img{width:282px!important;max-width:72vw!important}.logo{max-width:285px!important;flex-basis:285px!important}}
@media(max-width:880px){.logo img{width:286px!important;max-width:74vw!important;max-height:54px!important}}
@media(max-width:880px){.logo img{filter:none!important;width:286px!important;max-width:74vw!important}}
/* final: mobile uses readable main wordmark only (tagline removed for legibility) */
@media(max-width:880px){
  .nav{min-height:68px!important;padding:10px 14px!important}
  .logo{height:46px!important;max-width:270px!important;flex:0 1 270px!important}
  .logo img{width:252px!important;max-width:66vw!important;max-height:42px!important;filter:none!important}
  .hero{padding-top:102px!important}
}
/* mobile-readable responsive wordmark */
@media(max-width:880px){
  .nav{min-height:68px!important;padding:10px 14px!important}
  .logo{height:48px!important;max-width:265px!important;flex:0 1 265px!important;overflow:visible!important}
  .logo img{width:232px!important;height:auto!important;max-width:62vw!important;max-height:48px!important;filter:none!important;object-fit:contain!important}
  .hero{padding-top:102px!important}
}
@media(max-width:360px){.logo img{width:205px!important;max-width:58vw!important}}
/* Farzad correction: keep original logo placement/lockup; only scale it up ~20% */
@media(max-width:880px){
  .nav{top:12px!important;left:12px!important;right:12px!important;width:calc(100vw - 24px)!important;min-height:82px!important;padding:10px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;overflow:hidden!important}
  .logo{height:62px!important;max-width:150px!important;flex:0 0 150px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:visible!important}
  .logo img{height:62px!important;width:auto!important;max-height:62px!important;max-width:150px!important;object-fit:contain!important;filter:invert(1) brightness(1.55)!important}
  .menu-button{width:48px!important;height:48px!important;min-width:48px!important;max-width:48px!important;flex:0 0 48px!important}
  .hero{padding-top:116px!important}
}
/* Farzad: another +20% mobile logo scale */
@media(max-width:880px){
  .nav{min-height:96px!important;padding:10px 14px!important}
  .logo{height:74px!important;max-width:180px!important;flex:0 0 180px!important}
  .logo img{height:74px!important;max-height:74px!important;max-width:180px!important;width:auto!important;object-fit:contain!important}
  .hero{padding-top:130px!important}
}
/* Farzad: make mobile logo larger again */
@media(max-width:880px){
  .nav{min-height:112px!important;padding:10px 14px!important}
  .logo{height:90px!important;max-width:215px!important;flex:0 0 215px!important}
  .logo img{height:90px!important;max-height:90px!important;max-width:215px!important;width:auto!important;object-fit:contain!important}
  .hero{padding-top:146px!important}
}
/* Farzad: bigger mobile logo again */
@media(max-width:880px){
  .nav{min-height:132px!important;padding:10px 14px!important}
  .logo{height:108px!important;max-width:260px!important;flex:0 0 260px!important}
  .logo img{height:108px!important;max-height:108px!important;max-width:260px!important;width:auto!important;object-fit:contain!important}
  .hero{padding-top:166px!important}
}
/* desktop cleanup: hamburger/menu button is mobile-only */
@media(min-width:881px){
  .menu-button{display:none!important}
  .nav{grid-template-columns:auto 1fr!important;padding-right:18px!important}
}
@media(max-width:880px){
  .menu-button{display:grid!important}
}
/* fix overlapping portfolio carousel titles: reveal animation must not force inactive slides visible */
.case-carousel .case-card{opacity:0!important;pointer-events:none!important;visibility:hidden!important}
.case-carousel .case-card.active{opacity:1!important;pointer-events:auto!important;visibility:visible!important}
.case-carousel .case-card.reveal{transform:translateX(60px) scale(.98)!important}
.case-carousel .case-card.active.reveal,.case-carousel .case-card.active.reveal.in-view{transform:translateX(0) scale(1)!important}
/* Farzad feedback pass: real clients, uniform team, no fake portfolio videos */
.desktop-menu{gap:clamp(10px,1.25vw,18px)!important}.desktop-menu a{font-size:14px!important}
.clients{background:linear-gradient(180deg,rgba(241,241,241,.025),rgba(64,64,34,.18));min-height:auto}.client-cloud{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.client-cloud article{height:170px;border:1px solid var(--line);border-radius:28px;background:rgba(241,241,241,.92);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px;box-shadow:0 24px 70px rgba(0,0,0,.22);transition:transform .25s ease,background .25s ease}.client-cloud article:hover{transform:translateY(-6px);background:#fff}.client-cloud img{max-width:100%;max-height:92px;object-fit:contain;filter:none!important}.client-cloud span{margin-top:14px;color:#171711;font-weight:700;font-size:14px;text-align:center}.portfolio-clients{padding-top:80px}
.team-wall{grid-template-columns:repeat(4,1fr)!important;align-items:stretch}.team-wall article,.team-wall article:first-child{grid-column:auto!important;grid-row:auto!important;display:flex;flex-direction:column}.team-wall img{width:100%!important;aspect-ratio:1/1!important;height:auto!important;object-fit:cover!important}.team-wall h3{min-height:62px}.team-wall p{min-height:44px}.team-wall article{min-height:100%}
.video-stage:has(.video-card.active:only-of-type) .video-nav,.video-strip:has(button:only-child){display:none!important}.approved-video{display:block!important;max-width:1100px;margin:0 auto}.approved-video video{width:100%;max-height:70vh;object-fit:cover}
@media(max-width:1100px){.client-cloud{grid-template-columns:repeat(3,1fr)}.team-wall{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:880px){.desktop-menu{display:none!important}.client-cloud{grid-template-columns:repeat(2,1fr);gap:12px}.client-cloud article{height:138px;border-radius:22px;padding:14px}.client-cloud img{max-height:72px}.client-cloud span{font-size:12px;margin-top:10px}.team-wall{grid-template-columns:1fr!important}.team-wall h3,.team-wall p{min-height:0}.portfolio-clients{padding-top:56px}}
.case-carousel .case-card:not(.active){display:none!important}.case-carousel .case-card.active{display:grid!important}
/* client logo grid grows cleanly with additional brands */
.client-cloud{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important}.client-cloud article{min-width:0}.client-cloud img{max-width:92%;max-height:88px}
@media(max-width:880px){.client-cloud{grid-template-columns:repeat(2,minmax(0,1fr))!important}.client-cloud img{max-height:68px}}
@media(min-width:881px){.client-cloud{grid-template-columns:repeat(5,minmax(180px,1fr))!important}.client-cloud article:last-child:nth-child(5n+3){grid-column:3}}
@media(min-width:881px){.client-cloud{display:flex!important;flex-wrap:wrap!important;justify-content:center!important}.client-cloud article{width:calc((100% - 64px)/5)!important;flex:0 0 calc((100% - 64px)/5)!important}}
/* Farzad: clients section as clean looping carousel instead of crowded grid */
.clients{overflow:hidden!important;min-height:auto!important}.client-cloud{display:flex!important;flex-wrap:nowrap!important;gap:16px!important;justify-content:flex-start!important;overflow:visible!important;width:max-content!important;will-change:transform;animation:clientLoop 42s linear infinite}.client-cloud:hover{animation-play-state:paused}.client-cloud article{width:220px!important;flex:0 0 220px!important;height:150px!important}.clients::after,.clients::before{content:'';position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.clients::before{left:0;background:linear-gradient(90deg,var(--ink),transparent)}.clients::after{right:0;background:linear-gradient(270deg,var(--ink),transparent)}@keyframes clientLoop{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:880px){.client-cloud{gap:12px!important;animation-duration:34s}.client-cloud article{width:160px!important;flex-basis:160px!important;height:120px!important}.clients::after,.clients::before{width:48px}.client-cloud img{max-height:58px!important}.client-cloud span{font-size:12px!important}}
@media(prefers-reduced-motion:reduce){.client-cloud{animation:none!important;flex-wrap:wrap!important;width:100%!important;justify-content:center!important}}
/* keep clients as carousel layout even for reduced motion; only stop movement */
@media(prefers-reduced-motion:reduce){.client-cloud{animation:none!important;flex-wrap:nowrap!important;width:max-content!important;justify-content:flex-start!important}}
/* real awards belong in recognition, not clients/content placeholders */
.awards-showcase{overflow:hidden!important;background:linear-gradient(180deg,rgba(64,64,34,.18),rgba(9,9,7,.25))}.awards-loop{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 0 24px;scrollbar-width:thin}.awards-loop article{flex:0 0 min(420px,78vw);scroll-snap-align:start;border:1px solid var(--line);border-radius:30px;background:rgba(241,241,241,.07);overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.32)}.awards-loop img{width:100%;height:360px;object-fit:contain;background:#f5f1e8;padding:14px}.awards-loop span{display:block;color:var(--peach);font-weight:800;margin:18px 20px 8px}.awards-loop b{display:block;font-family:var(--display);font-size:clamp(24px,2.5vw,38px);line-height:.95;margin:0 20px 22px;color:var(--paper)}@media(max-width:880px){.awards-loop article{flex-basis:82vw}.awards-loop img{height:280px}.awards-loop b{font-size:25px}}
/* awards should be a clear gallery, not a confusing horizontal crop */
.awards-loop{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;overflow:visible!important;scroll-snap-type:none!important;width:100%!important}.awards-loop article{flex:none!important;width:auto!important;min-width:0!important}.awards-loop img{height:330px!important}.awards-showcase{overflow:visible!important}@media(max-width:1100px){.awards-loop{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:880px){.awards-loop{grid-template-columns:1fr!important}.awards-loop img{height:280px!important}}

/* 2026-05-17 quality pass: calmer premium agency UI */
:root{
  --surface:rgba(241,241,241,.065);
  --surface-strong:rgba(241,241,241,.105);
  --edge:rgba(219,197,179,.22);
  --muted:rgba(241,241,241,.76);
  --glow:0 36px 120px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.075);
}
body{
  background:
    radial-gradient(circle at 18% 12%,rgba(212,167,142,.18),transparent 28%),
    radial-gradient(circle at 82% 6%,rgba(138,123,87,.20),transparent 30%),
    linear-gradient(180deg,#090907 0%,#11110d 45%,#090907 100%);
}
#field{opacity:.58}.grain{opacity:.075}
.nav{
  max-width:1240px;margin:0 auto;left:24px;right:24px;
  background:rgba(9,9,7,.72);border-color:rgba(219,197,179,.22);
  box-shadow:0 18px 70px rgba(0,0,0,.32);
}
.desktop-menu{gap:10px!important}
.desktop-menu a{
  padding:10px 12px;border-radius:999px;text-decoration:none!important;
  transition:background .22s ease,color .22s ease,transform .22s ease;
}
.desktop-menu a.active,.desktop-menu a:hover{background:rgba(212,167,142,.14);transform:translateY(-1px)}
.panel{min-height:auto;padding-top:clamp(92px,10vw,136px);padding-bottom:clamp(72px,9vw,118px)}
.hero{min-height:100dvh;padding-top:130px}
.tag,.section-title p,.contact>p{
  letter-spacing:.14em;text-transform:uppercase;font-size:12px;color:#e2b394;
}
.hero h1,.section-title h2,.page-hero h1,.contact h1,.contact h2{
  letter-spacing:-.055em;text-wrap:balance;
}
.lead{max-width:690px;color:var(--muted)!important}
.hero-actions a,.contact-card a{
  border-color:var(--edge);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.hero-actions a:hover,.contact-card a:hover{border-color:rgba(212,167,142,.55);transform:translateY(-2px)}
.hero-machine{
  border-radius:34px;border-color:var(--edge);background:#000;box-shadow:var(--glow);
}
.hero-machine::before,.video-card::before,.case-card::before,.manifesto-card::after{
  content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.13),transparent 26%,transparent 70%,rgba(212,167,142,.10));
  mix-blend-mode:screen;opacity:.8;
}
.machine-overlay{
  background:linear-gradient(135deg,rgba(9,9,7,.76),rgba(9,9,7,.42));
  border-color:rgba(219,197,179,.24);
}
.lab-grid article,.rooms a,.manifesto-card,.film-notes article,.case-list article,.client-cloud article,.awards-loop article,.team-wall article{
  border-color:var(--edge);background:linear-gradient(145deg,var(--surface-strong),rgba(241,241,241,.032));box-shadow:var(--glow);
}
.lab-grid article{min-height:320px}.lab-grid b{font-size:72px;color:rgba(212,167,142,.38)}
.manifesto-card::before{opacity:.28}.manifesto-card.tall{min-height:540px}
.films{background:radial-gradient(circle at 18% 16%,rgba(212,167,142,.12),transparent 32%),linear-gradient(180deg,rgba(64,64,34,.20),rgba(9,9,7,.18))}
.video-stage{max-width:1120px}
.video-card{
  position:relative;border-radius:30px;border-color:rgba(219,197,179,.28);
  background:linear-gradient(180deg,#050504,#11110d);box-shadow:0 42px 130px rgba(0,0,0,.48);
}
.video-card video{max-height:62vh;object-fit:cover;border-bottom:1px solid rgba(219,197,179,.16)}
.video-card div{
  display:grid;grid-template-columns:1fr auto;gap:18px;align-items:end;
  background:linear-gradient(180deg,rgba(9,9,7,.96),rgba(20,20,14,.96));padding:22px 24px;
}
.video-card h3{font-size:clamp(28px,3.4vw,46px);letter-spacing:-.04em}
.video-card p{margin:6px 0 0;color:rgba(241,241,241,.72);line-height:1.45;max-width:620px}
.video-strip{margin-top:16px}.video-strip button{border-color:var(--edge);background:rgba(241,241,241,.055);font-weight:700}.video-strip .active{background:#d4a78e;color:#090907}
.video-nav{display:none!important}
.case-card{border-radius:34px;border-color:var(--edge);box-shadow:var(--glow)}
.case-card div{background:linear-gradient(90deg,rgba(9,9,7,.20),rgba(9,9,7,.62));border-left:1px solid rgba(219,197,179,.12)}
.awards-loop img{background:#ebe3d7}.client-cloud article{box-shadow:0 20px 70px rgba(0,0,0,.24)}
.mega{background:rgba(9,9,7,.96)}.mega a{letter-spacing:-.06em}
@media(max-width:880px){
  .nav{left:10px!important;right:10px!important;width:calc(100vw - 20px)!important;min-height:74px!important;padding:9px 12px!important}
  .logo{height:54px!important;max-width:168px!important;flex:0 0 168px!important}.logo img{height:54px!important;max-height:54px!important;max-width:168px!important}
  .hero{min-height:auto!important;padding-top:112px!important;gap:22px!important}
  .panel{padding-top:68px!important;padding-bottom:72px!important}.hero.panel{padding-top:112px!important}
  .hero h1{font-size:clamp(42px,13vw,58px)!important;letter-spacing:-.06em!important}.section-title h2,.page-hero h1,.contact h1,.contact h2{font-size:clamp(36px,11vw,48px)!important}
  .lead{font-size:16px!important}.hero-machine,.hero-machine video{min-height:320px!important;border-radius:24px!important}
  .lab-grid article{min-height:230px}.manifesto-card,.manifesto-card.tall{min-height:240px}.manifesto-card::before{animation:none!important}
  .video-card{border-radius:22px}.video-card video{max-height:46vh;object-fit:cover}.video-card div{display:block;padding:18px}.video-card div::after{display:inline-flex;margin-top:14px}.video-card h3{font-size:30px!important}.video-card p{font-size:14.5px}
  .client-cloud article{box-shadow:0 16px 44px rgba(0,0,0,.22)}
}

/* UI polish follow-up: safer desktop spacing after visual QA */
@media(min-width:881px){
  .nav{top:16px;padding:9px 14px;min-height:64px}
  .logo img{width:104px!important;max-height:46px!important;object-fit:contain}
  .hero{padding-left:max(var(--pad),72px);padding-right:max(var(--pad),72px);grid-template-columns:minmax(0,.95fr) minmax(420px,.88fr)}
  .hero-copy{max-width:760px}.hero h1{font-size:clamp(64px,8vw,128px)}
  .hero-machine{max-width:580px}.hero-machine,.hero-machine video{min-height:520px}
  .page-hero,.films.page-hero{padding-top:156px!important}
  .films.page-hero .section-title h1{max-width:980px}
  .section-title.wide,.films.page-hero .section-title,.film-notes,.video-stage{max-width:1080px}
  .video-card video{max-height:56vh}
}

/* Visual motion + blur layer: more cinematic depth without changing content */
body::before,body::after{
  content:'';position:fixed;z-index:-2;pointer-events:none;border-radius:999px;filter:blur(54px);opacity:.55;
  transform:translate3d(0,0,0);
}
body::before{width:42vw;height:42vw;left:-14vw;top:12vh;background:radial-gradient(circle,rgba(212,167,142,.34),rgba(212,167,142,0) 68%);animation:floatOrbA 18s ease-in-out infinite alternate}
body::after{width:36vw;height:36vw;right:-12vw;top:44vh;background:radial-gradient(circle,rgba(138,123,87,.38),rgba(138,123,87,0) 70%);animation:floatOrbB 22s ease-in-out infinite alternate}
@keyframes floatOrbA{0%{transform:translate3d(0,0,0) scale(1)}100%{transform:translate3d(9vw,18vh,0) scale(1.18)}}
@keyframes floatOrbB{0%{transform:translate3d(0,0,0) scale(1.05)}100%{transform:translate3d(-8vw,-14vh,0) scale(.92)}}
.panel::after{
  content:'';position:absolute;inset:8% 5% auto auto;width:220px;height:220px;border-radius:50%;pointer-events:none;z-index:-1;
  background:radial-gradient(circle,rgba(212,167,142,.13),transparent 68%);filter:blur(24px);opacity:.65;
}
.nav{backdrop-filter:blur(26px) saturate(1.18)!important;-webkit-backdrop-filter:blur(26px) saturate(1.18)!important}
.hero-machine,.video-card,.case-card,.lab-grid article,.rooms a,.manifesto-card,.awards-loop article,.client-cloud article{
  transform-style:preserve-3d;will-change:transform,filter,box-shadow;
}
.hero-machine::after,.video-card::after,.case-card::after{
  content:'';position:absolute;inset:-22px;z-index:-1;border-radius:inherit;pointer-events:none;
  background:radial-gradient(circle at 50% 20%,rgba(212,167,142,.24),transparent 58%);
  filter:blur(26px);opacity:.38;transition:opacity .35s ease,filter .35s ease,transform .35s ease;
}
.hero-machine:hover::after,.video-card:hover::after,.case-card.active:hover::after{opacity:.68;filter:blur(34px);transform:scale(1.015)}
.hero-machine video,.video-card video,.case-card img,.team-wall img,.awards-loop img{
  transition:transform .75s cubic-bezier(.2,.8,.2,1),filter .75s ease;
}
.hero-machine:hover video,.video-card:hover video,.case-card.active:hover img,.team-wall article:hover img,.awards-loop article:hover img{
  transform:scale(1.035);filter:saturate(1.08) contrast(1.08) brightness(1.03);
}
.lab-grid article:hover,.rooms a:hover,.manifesto-card:hover,.client-cloud article:hover,.awards-loop article:hover{
  transform:translateY(-8px);box-shadow:0 48px 150px rgba(0,0,0,.48),0 0 0 1px rgba(212,167,142,.18) inset;
}
.hero h1 em,.section-title h2 em{
  text-shadow:0 0 42px rgba(212,167,142,.28);
}
.reveal{filter:blur(10px);transform:translateY(34px) scale(.985);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.8,.2,1),filter .85s ease!important}
.reveal.in-view{filter:blur(0);transform:none}
.video-card div,.machine-overlay,.mega,.nav{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 24px 90px rgba(0,0,0,.28);
}
.video-strip button,.hero-actions a,.menu-button,.close-menu{
  position:relative;overflow:hidden;
}
.video-strip button::before,.hero-actions a::before,.menu-button::before,.close-menu::before{
  content:'';position:absolute;inset:0;background:linear-gradient(110deg,transparent,rgba(255,255,255,.18),transparent);transform:translateX(-120%);transition:transform .55s ease;pointer-events:none;
}
.video-strip button:hover::before,.hero-actions a:hover::before,.menu-button:hover::before,.close-menu:hover::before{transform:translateX(120%)}
@media(min-width:881px){
  .hero-copy{animation:heroCopyIn .9s cubic-bezier(.2,.8,.2,1) both}.hero-machine{animation:heroMediaIn 1s .12s cubic-bezier(.2,.8,.2,1) both}
  @keyframes heroCopyIn{from{opacity:0;filter:blur(14px);transform:translateY(28px)}to{opacity:1;filter:blur(0);transform:none}}
  @keyframes heroMediaIn{from{opacity:0;filter:blur(18px);transform:translateY(34px) rotate(0deg) scale(.96)}to{opacity:1;filter:blur(0);transform:rotate(2deg) scale(1)}}
}
@media(max-width:880px){
  body::before{width:70vw;height:70vw;left:-38vw;top:18vh}body::after{width:68vw;height:68vw;right:-42vw;top:54vh}
  .hero-machine:hover video,.video-card:hover video,.case-card.active:hover img,.team-wall article:hover img,.awards-loop article:hover img{transform:none}
  .reveal{filter:blur(6px);transform:translateY(22px)}
}
@media(prefers-reduced-motion:reduce){
  body::before,body::after,.panel::after{animation:none!important}.hero-copy,.hero-machine{animation:none!important}.reveal{filter:none!important;opacity:1!important;transform:none!important}
  .hero-machine:hover video,.video-card:hover video,.case-card.active:hover img,.team-wall article:hover img,.awards-loop article:hover img{transform:none!important;filter:none!important}
}

/* Smooth page/menu transitions */
.page-wipe{
  position:fixed;inset:0;z-index:120;pointer-events:none;
  background:
    radial-gradient(circle at 30% 40%,rgba(212,167,142,.26),transparent 34%),
    linear-gradient(135deg,rgba(9,9,7,.98),rgba(36,34,23,.96));
  opacity:0;transform:translateY(18px) scale(1.015);filter:blur(18px);
  transition:opacity .45s cubic-bezier(.2,.8,.2,1),transform .45s cubic-bezier(.2,.8,.2,1),filter .45s ease;
}
.page-wipe.active{opacity:1;transform:none;filter:blur(0)}
body.page-enter main{animation:pageEnter .72s cubic-bezier(.2,.8,.2,1) both}
body.page-leave main{animation:pageLeave .42s cubic-bezier(.55,.05,.2,1) both}
@keyframes pageEnter{from{opacity:0;filter:blur(14px);transform:translateY(26px) scale(.985)}to{opacity:1;filter:blur(0);transform:none}}
@keyframes pageLeave{from{opacity:1;filter:blur(0);transform:none}to{opacity:.18;filter:blur(12px);transform:translateY(-18px) scale(.99)}}
.mega{transition:transform .72s cubic-bezier(.16,1,.3,1),opacity .5s ease!important;opacity:0}
.mega.open{opacity:1}
.mega a{display:block;transform:translateY(28px);opacity:0;filter:blur(8px);transition:transform .58s cubic-bezier(.16,1,.3,1),opacity .58s ease,filter .58s ease,color .22s ease}
.mega.open a{transform:none;opacity:1;filter:blur(0)}
.mega.open a:nth-of-type(1){transition-delay:.08s}.mega.open a:nth-of-type(2){transition-delay:.13s}.mega.open a:nth-of-type(3){transition-delay:.18s}.mega.open a:nth-of-type(4){transition-delay:.23s}.mega.open a:nth-of-type(5){transition-delay:.28s}.mega.open a:nth-of-type(6){transition-delay:.33s}.mega.open a:nth-of-type(7){transition-delay:.38s}
.desktop-menu a{position:relative}.desktop-menu a::after{content:'';position:absolute;left:12px;right:12px;bottom:6px;height:1px;background:var(--peach);transform:scaleX(0);transform-origin:left;transition:transform .28s cubic-bezier(.2,.8,.2,1)}
.desktop-menu a:hover::after,.desktop-menu a.active::after{transform:scaleX(1)}
@media(prefers-reduced-motion:reduce){.page-wipe{display:none!important}body.page-enter main,body.page-leave main{animation:none!important}.mega a{opacity:1!important;filter:none!important;transform:none!important;transition:none!important}}

/* Fix: main nav/logo must stay readable and confident */
@media(min-width:881px){
  .nav{
    min-height:78px!important;
    padding:12px 18px!important;
    grid-template-columns:190px 1fr auto!important;
    gap:20px!important;
  }
  .logo{display:flex!important;align-items:center!important;min-width:180px!important;overflow:visible!important}
  .logo img{
    width:168px!important;
    max-width:168px!important;
    height:auto!important;
    max-height:58px!important;
    object-fit:contain!important;
    opacity:1!important;
  }
  .desktop-menu{gap:14px!important}
  .desktop-menu a{
    font-size:15.5px!important;
    padding:11px 13px!important;
    color:rgba(241,241,241,.86)!important;
  }
  .menu-button{padding:12px 17px!important;font-size:15px!important}
  .hero{padding-top:150px!important}
  .page-hero,.films.page-hero{padding-top:172px!important}
}
@media(max-width:880px){
  .nav{
    min-height:82px!important;
    padding:10px 12px!important;
    grid-template-columns:minmax(0,1fr) auto!important;
  }
  .logo{height:62px!important;max-width:205px!important;flex:1 1 auto!important;overflow:visible!important}
  .logo img{
    width:190px!important;
    max-width:58vw!important;
    height:auto!important;
    max-height:62px!important;
    object-fit:contain!important;
    opacity:1!important;
  }
  .menu-button{padding:12px 14px!important;font-size:14px!important;min-width:88px!important}
  .hero.panel{padding-top:124px!important}
}

/* Mobile nav correction after QA: no clipping, visible logo + menu */
@media(max-width:880px){
  html,body{max-width:100%!important;overflow-x:hidden!important}
  .nav{
    left:10px!important;
    right:10px!important;
    width:calc(100vw - 20px)!important;
    max-width:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    overflow:visible!important;
    border-radius:28px!important;
  }
  .logo{
    display:flex!important;
    align-items:center!important;
    flex:0 1 185px!important;
    min-width:0!important;
    max-width:185px!important;
    height:60px!important;
    overflow:visible!important;
  }
  .logo img{
    display:block!important;
    width:178px!important;
    max-width:100%!important;
    max-height:60px!important;
    height:auto!important;
    object-fit:contain!important;
    filter:invert(1) brightness(1.6)!important;
  }
  .menu-button{
    flex:0 0 auto!important;
    min-width:82px!important;
    max-width:104px!important;
    margin-left:auto!important;
    padding:11px 12px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
  }
  .menu-label{display:inline!important}
  .hamb-line{width:12px!important;margin-right:2px!important}
  .hero-copy,.section-title,.lab-grid,.video-stage,.case-carousel,.rooms,.team-wall,.contact-card,.hero-machine,.ticker{
    max-width:calc(100vw - 28px)!important;
    width:calc(100vw - 28px)!important;
  }
  .hero h1,.section-title h2,.page-hero h1{max-width:100%!important;overflow-wrap:normal!important;word-break:normal!important}
}
@media(min-width:881px){.logo img{width:184px!important;max-width:184px!important}.nav{grid-template-columns:210px 1fr auto!important}}

/* Use readable horizontal wordmark in nav + prevent mobile hero clipping */
.nav .logo img{filter:invert(1) brightness(1.7)!important}
@media(min-width:881px){
  .nav{grid-template-columns:260px 1fr auto!important}
  .logo{min-width:250px!important;max-width:250px!important;height:58px!important}
  .logo img{width:238px!important;max-width:238px!important;max-height:44px!important}
}
@media(max-width:880px){
  .nav{height:auto!important;min-height:76px!important}
  .logo{flex:0 1 218px!important;max-width:218px!important;height:54px!important}
  .logo img{width:208px!important;max-width:208px!important;max-height:38px!important}
  .hero,.panel{max-width:100vw!important;overflow:hidden!important}
  .hero{display:flex!important;flex-direction:column!important;align-items:stretch!important;padding-left:14px!important;padding-right:14px!important}
  .hero-copy{width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important}
  .hero h1{font-size:clamp(38px,11.5vw,48px)!important;line-height:.92!important;letter-spacing:-.055em!important;width:100%!important;max-width:100%!important;white-space:normal!important;overflow:visible!important;text-wrap:balance!important}
  .lead{width:100%!important;max-width:100%!important;white-space:normal!important;overflow-wrap:break-word!important}
}
@media(max-width:390px){
  .logo{flex-basis:190px!important;max-width:190px!important}.logo img{width:184px!important;max-width:184px!important}.menu-button{min-width:76px!important;font-size:13px!important;padding:10px!important}
}

/* Hard fix: readable nav brand + no mobile overflow */
.nav{box-sizing:border-box!important;overflow:visible!important}
.nav .logo{
  color:var(--paper)!important;text-decoration:none!important;position:relative!important;
  display:flex!important;flex-direction:column!important;justify-content:center!important;line-height:1!important;
}
.nav .logo img{display:none!important}
.nav .logo::before{content:'squAD';font-family:var(--display);font-weight:800;letter-spacing:-.08em;color:var(--paper);text-shadow:0 0 26px rgba(212,167,142,.28)}
.nav .logo::after{content:'Advertising & Design';font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(241,241,241,.72);margin-top:5px;white-space:nowrap}
.menu-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;color:var(--paper)!important;overflow:visible!important}.hamb-line{flex:0 0 auto!important}.menu-label{color:var(--paper)!important}
@media(min-width:881px){
  .nav{left:24px!important;right:24px!important;width:auto!important;max-width:1240px!important;grid-template-columns:220px 1fr auto!important}
  .nav .logo{min-width:200px!important;max-width:220px!important;height:54px!important}.nav .logo::before{font-size:42px}.nav .logo::after{font-size:10px}
  .desktop-menu a{font-size:16px!important;color:rgba(241,241,241,.9)!important}
}
@media(max-width:880px){
  .nav{left:12px!important;right:12px!important;width:auto!important;max-width:none!important;display:flex!important;min-height:72px!important;padding:10px 12px!important;border-radius:26px!important}
  .nav .logo{flex:1 1 auto!important;min-width:0!important;max-width:none!important;height:50px!important;overflow:visible!important}.nav .logo::before{font-size:36px}.nav .logo::after{font-size:8.5px;letter-spacing:.10em}
  .menu-button{flex:0 0 auto!important;min-width:84px!important;max-width:none!important;padding:11px 13px!important;border-radius:999px!important;background:rgba(241,241,241,.12)!important;border-color:rgba(219,197,179,.28)!important}
  main,.panel,.hero{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
  .panel{padding-left:14px!important;padding-right:14px!important}
  .hero{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:22px!important}
  .hero-copy,.section-title,.lab-grid,.video-stage,.case-carousel,.rooms,.team-wall,.contact-card,.hero-machine,.ticker{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}
  .hero-machine{box-sizing:border-box!important}.hero-machine video{width:100%!important;max-width:100%!important}
  .hero h1,.lead{max-width:100%!important;width:100%!important;overflow:visible!important;white-space:normal!important}
}

/* Final mobile containment + visible menu button */
@media(max-width:880px){
  .nav{
    position:fixed!important;
    left:12px!important;right:12px!important;top:12px!important;
    width:auto!important;max-width:none!important;height:74px!important;min-height:74px!important;
    display:block!important;padding:10px 108px 10px 16px!important;overflow:hidden!important;
  }
  .nav .logo{display:flex!important;align-items:flex-start!important;justify-content:center!important;width:100%!important;height:54px!important;max-width:none!important;min-width:0!important;text-align:left!important}
  .nav .logo::before{font-size:34px!important;line-height:.78!important}.nav .logo::after{font-size:8px!important;margin-top:4px!important}
  .menu-button{
    position:absolute!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;
    display:flex!important;width:84px!important;height:48px!important;min-width:84px!important;padding:0 10px!important;z-index:3!important;
  }
  .menu-button::before{display:none!important}.menu-button .hamb-line{display:inline-block!important;background:currentColor!important}.menu-label{display:inline!important}
  .panel,.hero{width:auto!important;max-width:100vw!important;box-sizing:border-box!important;overflow:hidden!important}
  .hero{padding-left:14px!important;padding-right:14px!important}
  .hero-copy,.section-title,.lab-grid,.video-stage,.case-carousel,.rooms,.team-wall,.contact-card,.hero-machine,.ticker{width:auto!important;max-width:100%!important;box-sizing:border-box!important}
  .hero h1{font-size:clamp(36px,10.7vw,44px)!important;overflow-wrap:break-word!important;text-wrap:normal!important}
  .lead{font-size:15px!important;line-height:1.48!important;overflow-wrap:anywhere!important;word-break:normal!important}
  .hero-machine{min-width:0!important}.hero-machine,.hero-machine video{max-width:100%!important;width:100%!important}
}

/* Absolute last mobile override: show Menu, force content to viewport width */
@media(max-width:880px){
  .menu-button{
    display:flex!important;visibility:visible!important;opacity:1!important;
    position:absolute!important;right:12px!important;top:13px!important;transform:none!important;
    width:78px!important;height:48px!important;min-width:78px!important;max-width:78px!important;
    background:#d4a78e!important;color:#090907!important;border:0!important;border-radius:999px!important;
    font-size:0!important;font-weight:800!important;z-index:999!important;box-shadow:0 14px 40px rgba(0,0,0,.32)!important;
  }
  .menu-button *{display:none!important}
  .menu-button::before{content:'Menu'!important;display:block!important;position:static!important;transform:none!important;background:none!important;width:auto!important;height:auto!important;margin:0!important;font-size:13px!important;line-height:1!important;color:#090907!important;letter-spacing:0!important}
  .menu-button::after{display:none!important;content:none!important}
  .nav{overflow:visible!important;padding-right:102px!important}
  .nav .logo{align-items:flex-start!important}.nav .logo::before{font-size:32px!important}
  .hero-copy,.hero-machine,.section-title,.video-stage,.lab-grid,.rooms,.team-wall,.contact-card,.case-carousel{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important;min-width:0!important;overflow:hidden!important}
  .hero h1{font-size:34px!important;line-height:.96!important;letter-spacing:-.05em!important;overflow-wrap:anywhere!important;word-break:normal!important;text-wrap:normal!important}
  .lead{font-size:14.5px!important;line-height:1.48!important;overflow-wrap:anywhere!important;max-width:calc(100vw - 28px)!important}
}

/* Visible mobile menu proxy + safer mobile text measure */
.mobile-menu-proxy{display:none}
@media(max-width:880px){
  .mobile-menu-proxy{
    display:flex!important;position:fixed!important;right:24px!important;top:25px!important;z-index:1000!important;
    width:78px!important;height:48px!important;align-items:center!important;justify-content:center!important;
    border:0!important;border-radius:999px!important;background:#d4a78e!important;color:#090907!important;
    font:800 13px/1 var(--font)!important;box-shadow:0 14px 40px rgba(0,0,0,.36)!important;cursor:pointer!important;
  }
  .nav .menu-button{opacity:0!important;pointer-events:none!important}
  .hero-copy{width:min(330px,calc(100vw - 40px))!important;max-width:min(330px,calc(100vw - 40px))!important;overflow:visible!important}
  .hero h1,.lead{width:100%!important;max-width:100%!important;overflow:visible!important;overflow-wrap:break-word!important}
  .lead{font-size:14px!important}
  .hero-actions{width:min(330px,calc(100vw - 40px))!important;max-width:min(330px,calc(100vw - 40px))!important}
}

/* Place mobile menu by left coordinate to avoid wide-layout right clipping */
@media(max-width:880px){.mobile-menu-proxy{right:auto!important;left:300px!important}}
@media(max-width:420px){.mobile-menu-proxy{left:300px!important;width:72px!important}}
@media(max-width:380px){.mobile-menu-proxy{left:286px!important;width:68px!important}}
@media(max-width:360px){.mobile-menu-proxy{left:268px!important;width:66px!important}}

/* Final nav reset: logo outside, menu back inside its own box */
.mobile-menu-proxy{display:none!important}
.nav{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  overflow:visible!important;
}
.nav .logo::before,.nav .logo::after{content:none!important;display:none!important}
.nav .logo img{
  display:block!important;
  filter:invert(1) brightness(1.65)!important;
  opacity:1!important;
}
.desktop-menu{
  width:max-content!important;
  justify-self:center!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:8px!important;
  border:1px solid rgba(219,197,179,.22)!important;
  border-radius:999px!important;
  background:rgba(9,9,7,.72)!important;
  box-shadow:0 18px 70px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.07)!important;
  backdrop-filter:blur(24px) saturate(1.18)!important;
  -webkit-backdrop-filter:blur(24px) saturate(1.18)!important;
}
.desktop-menu a{
  text-decoration:none!important;
  color:rgba(241,241,241,.86)!important;
  border-radius:999px!important;
}
.desktop-menu a.active,.desktop-menu a:hover{background:rgba(212,167,142,.16)!important;color:var(--paper)!important}
@media(min-width:881px){
  .nav{
    top:18px!important;left:28px!important;right:28px!important;width:auto!important;max-width:none!important;
    display:grid!important;grid-template-columns:220px 1fr 220px!important;align-items:center!important;
    min-height:74px!important;padding:0!important;gap:18px!important;
  }
  .nav .logo{
    grid-column:1!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;
    width:220px!important;min-width:220px!important;max-width:220px!important;height:74px!important;
  }
  .nav .logo img{width:190px!important;max-width:190px!important;max-height:48px!important;height:auto!important;object-fit:contain!important}
  .desktop-menu{grid-column:2!important}
  .menu-button{display:none!important}
  .hero{padding-top:138px!important}.page-hero,.films.page-hero{padding-top:154px!important}
}
@media(max-width:880px){
  .nav{
    top:14px!important;left:14px!important;right:14px!important;width:auto!important;max-width:none!important;
    height:62px!important;min-height:62px!important;padding:0!important;
    display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;
  }
  .nav .logo{
    display:flex!important;align-items:center!important;justify-content:flex-start!important;
    flex:1 1 auto!important;min-width:0!important;max-width:210px!important;height:62px!important;overflow:visible!important;
  }
  .nav .logo img{width:188px!important;max-width:54vw!important;max-height:38px!important;height:auto!important;object-fit:contain!important}
  .desktop-menu{display:none!important}
  .nav .menu-button{
    display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;
    position:static!important;transform:none!important;flex:0 0 auto!important;
    width:auto!important;min-width:92px!important;max-width:none!important;height:50px!important;
    align-items:center!important;justify-content:center!important;gap:7px!important;
    padding:0 16px!important;border-radius:999px!important;border:1px solid rgba(219,197,179,.25)!important;
    background:rgba(9,9,7,.72)!important;color:var(--paper)!important;
    box-shadow:0 18px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08)!important;
    backdrop-filter:blur(22px) saturate(1.16)!important;-webkit-backdrop-filter:blur(22px) saturate(1.16)!important;
    font-size:14px!important;font-weight:800!important;z-index:80!important;overflow:visible!important;
  }
  .nav .menu-button::before,.nav .menu-button::after{content:none!important;display:none!important}
  .nav .menu-button *{display:inline-block!important}
  .nav .menu-button .hamb-line{
    position:static!important;display:inline-block!important;width:16px!important;height:1.5px!important;margin:0 -2px 0 0!important;
    background:currentColor!important;border-radius:999px!important;flex:0 0 auto!important;
  }
  .nav .menu-button .hamb-line:nth-child(2),.nav .menu-button .hamb-line:nth-child(3){display:none!important}
  .nav .menu-button .menu-label{display:inline-block!important;color:var(--paper)!important;font-size:14px!important;line-height:1!important}
  .hero.panel{padding-top:102px!important}
}

/* Emergency nav visibility override */
.nav .logo img{filter:none!important;mix-blend-mode:normal!important;opacity:1!important;drop-shadow:none!important}
@media(min-width:881px){.nav .logo img{width:220px!important;max-width:220px!important;max-height:52px!important;filter:none!important}}
@media(max-width:880px){
  .nav .logo img{width:205px!important;max-width:205px!important;max-height:42px!important;filter:none!important}
  button.menu-button[aria-controls="megaMenu"]{
    display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;
    position:fixed!important;top:22px!important;right:16px!important;left:auto!important;bottom:auto!important;transform:none!important;
    z-index:5000!important;width:86px!important;height:48px!important;min-width:86px!important;max-width:86px!important;
    padding:0!important;margin:0!important;border-radius:999px!important;border:1px solid rgba(219,197,179,.35)!important;
    background:rgba(9,9,7,.88)!important;color:#f1f1f1!important;box-shadow:0 18px 55px rgba(0,0,0,.55)!important;
    align-items:center!important;justify-content:center!important;font-size:14px!important;font-weight:900!important;line-height:1!important;
  }
  button.menu-button[aria-controls="megaMenu"] .hamb-line{display:none!important}
  button.menu-button[aria-controls="megaMenu"] .menu-label{display:block!important;color:#f1f1f1!important;font-size:14px!important;line-height:1!important}
  .hero-copy,.hero-machine{max-width:calc(100vw - 28px)!important;width:calc(100vw - 28px)!important;overflow:hidden!important}
  .lead{max-width:100%!important;overflow-wrap:break-word!important}
}

/* External mobile menu trigger outside nav/header */
.floating-menu-trigger{display:none!important}
@media(max-width:880px){
  .nav .menu-button{display:none!important}
  .floating-menu-trigger{
    display:flex!important;position:fixed!important;top:22px!important;left:calc(100vw - 104px)!important;z-index:9000!important;
    width:88px!important;height:48px!important;align-items:center!important;justify-content:center!important;
    border:1px solid rgba(219,197,179,.36)!important;border-radius:999px!important;
    background:rgba(9,9,7,.90)!important;color:#f1f1f1!important;font:900 14px/1 var(--font)!important;
    box-shadow:0 18px 60px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,255,255,.10)!important;
    backdrop-filter:blur(22px) saturate(1.15)!important;-webkit-backdrop-filter:blur(22px) saturate(1.15)!important;
  }
  .hero,.intro-film,.films.page-hero{overflow:hidden!important}
  .hero-copy,.hero-machine,.intro-card,.section-title{max-width:calc(100vw - 32px)!important;width:calc(100vw - 32px)!important;box-sizing:border-box!important}
}

/* Mobile nav hard layout: text logo left + fixed menu trigger inside visible 390px area */
@media(max-width:880px){
  .nav .logo img{display:none!important}
  .nav .logo::before{
    content:'squAD'!important;display:block!important;font-family:var(--display)!important;font-weight:800!important;
    font-size:38px!important;line-height:.8!important;letter-spacing:-.08em!important;color:#f1f1f1!important;
    text-shadow:0 0 24px rgba(212,167,142,.26)!important;
  }
  .nav .logo::after{
    content:'Advertising & Design'!important;display:block!important;font-size:8px!important;font-weight:800!important;
    letter-spacing:.13em!important;text-transform:uppercase!important;color:rgba(241,241,241,.72)!important;margin-top:4px!important;
  }
  .floating-menu-trigger{left:292px!important;right:auto!important;top:22px!important;width:82px!important;height:48px!important}
  .hero h1{font-size:32px!important;line-height:1!important;max-width:340px!important;overflow-wrap:normal!important}
  .lead{max-width:340px!important;overflow-wrap:normal!important}
  .hero-machine{width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important}
}
@media(max-width:380px){.floating-menu-trigger{left:276px!important;width:74px!important}.hero h1{font-size:30px!important}.nav .logo::before{font-size:34px!important}}

/* Farzad: restore the original visual logo, outside the menu box */
.nav .logo::before,.nav .logo::after{content:none!important;display:none!important}
.nav .logo img{
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  mix-blend-mode:normal!important;
  filter:invert(1) brightness(1.55) contrast(1.08)!important;
  object-fit:contain!important;
}
@media(min-width:881px){
  .nav .logo{width:150px!important;min-width:150px!important;max-width:150px!important;height:74px!important}
  .nav .logo img{width:128px!important;max-width:128px!important;max-height:68px!important;height:auto!important}
  .nav{grid-template-columns:160px 1fr 160px!important}
}
@media(max-width:880px){
  .nav .logo{display:flex!important;align-items:center!important;justify-content:flex-start!important;max-width:170px!important;height:70px!important}
  .nav .logo img{width:138px!important;max-width:138px!important;max-height:68px!important;height:auto!important}
  .floating-menu-trigger{top:23px!important}
}

/* Farzad: make original nav logo 2x larger */
@media(min-width:881px){
  .nav{grid-template-columns:320px 1fr 320px!important}
  .nav .logo{width:300px!important;min-width:300px!important;max-width:300px!important;height:110px!important}
  .nav .logo img{width:256px!important;max-width:256px!important;max-height:108px!important;height:auto!important}
  .hero{padding-top:172px!important}.page-hero,.films.page-hero{padding-top:186px!important}
}
@media(max-width:880px){
  .nav{height:104px!important;min-height:104px!important;align-items:flex-start!important;padding-top:4px!important}
  .nav .logo{max-width:250px!important;height:104px!important;align-items:flex-start!important}
  .nav .logo img{width:276px!important;max-width:64vw!important;max-height:104px!important;height:auto!important}
  .floating-menu-trigger{top:30px!important}
  .hero.panel{padding-top:132px!important}
}

/* Farzad: make nav logo 2x bigger again (strong visible scale-up) */
@media(min-width:881px){
  .nav{grid-template-columns:560px 1fr 220px!important;min-height:190px!important;align-items:start!important;padding-top:0!important}
  .nav .logo{width:540px!important;min-width:540px!important;max-width:540px!important;height:190px!important;align-items:flex-start!important}
  .nav .logo img{width:512px!important;max-width:512px!important;max-height:188px!important;height:auto!important}
  .desktop-menu{margin-top:28px!important}
  .hero{padding-top:250px!important}.page-hero,.films.page-hero{padding-top:250px!important}
}
@media(max-width:880px){
  .nav{height:172px!important;min-height:172px!important;align-items:flex-start!important;top:8px!important}
  .nav .logo{max-width:315px!important;height:172px!important;align-items:flex-start!important}
  .nav .logo img{width:552px!important;max-width:82vw!important;max-height:170px!important;height:auto!important}
  .floating-menu-trigger{top:58px!important;left:292px!important}
  .hero.panel{padding-top:198px!important}
}
@media(max-width:380px){.floating-menu-trigger{left:276px!important}.nav .logo img{max-width:80vw!important}}

/* FINAL mobile header fix: logo left, single menu right */
@media(max-width:880px){
  .nav{
    position:fixed!important;
    top:12px!important;
    left:0!important;
    right:0!important;
    width:100vw!important;
    height:92px!important;
    min-height:92px!important;
    padding:0!important;
    margin:0!important;
    display:block!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    overflow:visible!important;
    z-index:7000!important;
  }
  .nav .logo{
    position:absolute!important;
    left:10px!important;
    top:0!important;
    width:210px!important;
    max-width:210px!important;
    min-width:0!important;
    height:92px!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    overflow:visible!important;
    z-index:7001!important;
  }
  .nav .logo::before,.nav .logo::after{content:none!important;display:none!important}
  .nav .logo img{
    display:block!important;
    width:210px!important;
    max-width:210px!important;
    height:auto!important;
    max-height:92px!important;
    object-fit:contain!important;
    filter:invert(1) brightness(1.55) contrast(1.08)!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .nav .desktop-menu{display:none!important}
  .nav .menu-button{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
  .floating-menu-trigger{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    position:fixed!important;
    top:26px!important;
    right:14px!important;
    left:auto!important;
    width:86px!important;
    height:48px!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
    border:1px solid rgba(219,197,179,.34)!important;
    background:rgba(9,9,7,.88)!important;
    color:#f1f1f1!important;
    font:900 14px/1 var(--font)!important;
    box-shadow:0 18px 58px rgba(0,0,0,.50),inset 0 1px 0 rgba(255,255,255,.10)!important;
    backdrop-filter:blur(22px) saturate(1.16)!important;
    -webkit-backdrop-filter:blur(22px) saturate(1.16)!important;
    z-index:9000!important;
  }
  .hero.panel{padding-top:128px!important}
}
@media(max-width:380px){
  .nav .logo{left:8px!important;width:190px!important;max-width:190px!important}
  .nav .logo img{width:190px!important;max-width:190px!important}
  .floating-menu-trigger{right:10px!important;width:78px!important}
}

/* Mobile menu final-final: use the real menu button, no duplicate floating trigger */
@media(max-width:880px){
  .floating-menu-trigger{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
  .nav .menu-button,
  button.menu-button[aria-controls="megaMenu"]{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    position:fixed!important;
    top:26px!important;
    right:14px!important;
    left:auto!important;
    bottom:auto!important;
    transform:none!important;
    width:86px!important;
    height:48px!important;
    min-width:86px!important;
    max-width:86px!important;
    padding:0!important;
    margin:0!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
    border:1px solid rgba(219,197,179,.34)!important;
    background:rgba(9,9,7,.90)!important;
    color:#f1f1f1!important;
    font:900 14px/1 var(--font)!important;
    box-shadow:0 18px 58px rgba(0,0,0,.50),inset 0 1px 0 rgba(255,255,255,.10)!important;
    backdrop-filter:blur(22px) saturate(1.16)!important;
    -webkit-backdrop-filter:blur(22px) saturate(1.16)!important;
    z-index:9999!important;
    overflow:visible!important;
  }
  .nav .menu-button::before,
  .nav .menu-button::after,
  button.menu-button[aria-controls="megaMenu"]::before,
  button.menu-button[aria-controls="megaMenu"]::after{content:none!important;display:none!important}
  .nav .menu-button .hamb-line{display:none!important}
  .nav .menu-button .menu-label{display:block!important;color:#f1f1f1!important;font-size:14px!important;line-height:1!important}
  .nav .logo{left:0!important;top:-4px!important;width:210px!important;max-width:210px!important;justify-content:flex-start!important;align-items:flex-start!important}
  .nav .logo img{width:210px!important;max-width:210px!important;max-height:96px!important}
}
@media(max-width:380px){
  .nav .menu-button,button.menu-button[aria-controls="megaMenu"]{right:10px!important;width:78px!important;min-width:78px!important;max-width:78px!important}
  .nav .logo img{width:190px!important;max-width:190px!important}
}

/* Final mobile correction from screenshot: cropped logo hard-left, one menu visible */
@media(max-width:880px){
  .nav .logo{left:8px!important;top:8px!important;width:190px!important;max-width:190px!important;height:82px!important}
  .nav .logo img{width:185px!important;max-width:185px!important;max-height:82px!important;object-position:left top!important;filter:invert(1) brightness(1.55) contrast(1.08)!important}
  .nav .menu-button,button.menu-button[aria-controls="megaMenu"]{left:292px!important;right:auto!important;top:26px!important;width:86px!important;min-width:86px!important;max-width:86px!important;display:flex!important;visibility:visible!important;opacity:1!important}
  .hero-copy,.hero-machine,.intro-card,.section-title{max-width:calc(100vw - 32px)!important;width:calc(100vw - 32px)!important}
}
@media(max-width:380px){
  .nav .logo{left:6px!important;width:172px!important;max-width:172px!important}.nav .logo img{width:170px!important;max-width:170px!important}
  .nav .menu-button,button.menu-button[aria-controls="megaMenu"]{left:272px!important;width:78px!important;min-width:78px!important;max-width:78px!important}
}

/* Mobile viewport containment: stop right-side clipping */
@media(max-width:880px){
  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
  main,.panel,.hero,.intro-film,.films{max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important}
  .hero-copy,.hero-machine,.intro-card,.section-title,.video-stage,.lab-grid,.manifesto-grid,.case-carousel,.rooms,.team-wall,.contact-card,.film-notes,.case-list{
    width:min(358px, calc(100vw - 32px))!important;
    max-width:min(358px, calc(100vw - 32px))!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
  }
  .hero h1,.section-title h2,.page-hero h1,.contact h1,.contact h2{
    max-width:100%!important;
    width:100%!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
    text-wrap:balance!important;
  }
  .lead,.video-card p,.manifesto-card p,.lab-grid p{max-width:100%!important;overflow-wrap:break-word!important}
  .hero-machine video,.video-card video{width:100%!important;max-width:100%!important}
}

/* Mobile headline safety for Agency Intro and section titles */
@media(max-width:880px){
  .intro-film .section-title h2,
  .section-title h2,
  .page-hero h1{
    font-size:clamp(30px,8.6vw,36px)!important;
    line-height:1!important;
    letter-spacing:-.045em!important;
    max-width:min(340px, calc(100vw - 40px))!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
    text-wrap:balance!important;
  }
}

/* Revert accidental mobile content resizing: keep only header/menu fix */
@media(max-width:880px){
  body{overflow-x:hidden!important}
  main,.panel,.hero,.intro-film,.films{width:100%!important;max-width:100vw!important;box-sizing:border-box!important}
  .panel{padding-left:14px!important;padding-right:14px!important}
  .hero-copy,.hero-machine,.intro-card,.section-title,.video-stage,.lab-grid,.manifesto-grid,.case-carousel,.rooms,.team-wall,.contact-card,.film-notes,.case-list{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
  }
  .hero h1,.section-title h2,.page-hero h1,.contact h1,.contact h2{
    max-width:100%!important;
    width:100%!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
  .lead,.video-card p,.manifesto-card p,.lab-grid p{max-width:100%!important;overflow-wrap:normal!important}
  .hero-machine video,.video-card video{width:100%!important;max-width:100%!important}
  .intro-film .section-title h2,.section-title h2,.page-hero h1{
    max-width:100%!important;
    font-size:clamp(36px,11vw,48px)!important;
  }
}

/* Final fix for right blank: full mobile content width, no accidental narrow columns */
@media(max-width:880px){
  html,body{margin:0!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important}
  main{width:100%!important;max-width:100vw!important;overflow:hidden!important}
  .panel,.hero,.intro-film,.films,.lab,.manifesto,.portfolio,.services,.clients,.awards-showcase{
    width:100vw!important;
    max-width:100vw!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:14px!important;
    padding-right:14px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  .hero-copy,.hero-machine,.intro-card,.section-title,.video-stage,.lab-grid,.manifesto-grid,.case-carousel,.rooms,.team-wall,.contact-card,.film-notes,.case-list,.awards-loop{
    width:calc(100vw - 28px)!important;
    max-width:calc(100vw - 28px)!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
  }
  .hero-machine,.video-card,.intro-card{transform:none!important}
  .hero h1,.section-title h2,.page-hero h1,.contact h1,.contact h2,.lead{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
  }
  .hero-machine video,.video-card video,img{max-width:100%!important}
}

/* Stop clipping text while preserving original mobile sizes */
@media(max-width:880px){
  .hero-copy,.section-title{overflow:visible!important}
  .lead{overflow-wrap:break-word!important;word-break:normal!important;hyphens:auto!important}
  .hero h1,.section-title h2{overflow:visible!important}
}

/* Mobile header: logo left, hamburger icon right aligned with logo */
@media(max-width:880px){
  .floating-menu-trigger{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
  .nav{
    top:12px!important;
    left:0!important;
    right:0!important;
    width:100vw!important;
    height:92px!important;
    min-height:92px!important;
    padding:0!important;
    display:block!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    z-index:7000!important;
    pointer-events:none!important;
  }
  .nav .logo{
    pointer-events:auto!important;
    position:absolute!important;
    left:8px!important;
    top:8px!important;
    width:190px!important;
    max-width:190px!important;
    height:82px!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    overflow:visible!important;
  }
  .nav .logo img{
    width:185px!important;
    max-width:185px!important;
    max-height:82px!important;
    display:block!important;
    object-fit:contain!important;
  }
  .nav .desktop-menu{display:none!important}
  .nav .menu-button,
  button.menu-button[aria-controls="megaMenu"]{
    pointer-events:auto!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    position:fixed!important;
    top:25px!important;
    right:18px!important;
    left:auto!important;
    transform:none!important;
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    max-width:52px!important;
    padding:0!important;
    margin:0!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
    border:1px solid rgba(219,197,179,.36)!important;
    background:rgba(9,9,7,.86)!important;
    color:#f1f1f1!important;
    box-shadow:0 16px 48px rgba(0,0,0,.44),inset 0 1px 0 rgba(255,255,255,.10)!important;
    backdrop-filter:blur(18px) saturate(1.12)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.12)!important;
    z-index:9000!important;
    font-size:0!important;
    overflow:hidden!important;
  }
  .nav .menu-button::before,
  button.menu-button[aria-controls="megaMenu"]::before{
    content:''!important;
    display:block!important;
    width:22px!important;
    height:14px!important;
    background:linear-gradient(#f1f1f1 0 0) top/22px 2px no-repeat,
               linear-gradient(#f1f1f1 0 0) center/22px 2px no-repeat,
               linear-gradient(#f1f1f1 0 0) bottom/22px 2px no-repeat!important;
    margin:0!important;
    position:static!important;
    transform:none!important;
  }
  .nav .menu-button::after,
  button.menu-button[aria-controls="megaMenu"]::after{content:none!important;display:none!important}
  .nav .menu-button .hamb-line,
  .nav .menu-button .menu-label{display:none!important}
}
@media(max-width:380px){
  .nav .logo{left:6px!important;width:172px!important;max-width:172px!important}
  .nav .logo img{width:170px!important;max-width:170px!important}
  .nav .menu-button,button.menu-button[aria-controls="megaMenu"]{right:12px!important;width:50px!important;height:50px!important;min-width:50px!important;max-width:50px!important}
}

/* Hamburger: use real span lines so it renders clearly on mobile */
@media(max-width:880px){
  .nav .menu-button::before,.nav .menu-button::after{display:none!important;content:none!important}
  .nav .menu-button{flex-direction:column!important;gap:5px!important}
  .nav .menu-button .hamb-line{
    display:block!important;
    position:static!important;
    width:23px!important;
    height:2px!important;
    min-height:2px!important;
    background:#f1f1f1!important;
    border-radius:999px!important;
    margin:0!important;
    opacity:1!important;
    visibility:visible!important;
    flex:0 0 2px!important;
  }
  .nav .menu-button .hamb-line:nth-child(2),
  .nav .menu-button .hamb-line:nth-child(3){display:block!important}
  .nav .menu-button .menu-label{display:none!important}
}

/* Make hamburger unmistakably visible */
@media(max-width:880px){
  .nav .menu-button,button.menu-button[aria-controls="megaMenu"]{
    background:#d4a78e!important;
    border:2px solid #f1f1f1!important;
    box-shadow:0 0 0 3px rgba(9,9,7,.65),0 18px 58px rgba(0,0,0,.55)!important;
  }
  .nav .menu-button .hamb-line{background:#090907!important;width:25px!important;height:2.5px!important;flex-basis:2.5px!important}
}

/* Screenshot/device-safe hamburger position: fixed left coordinate in mobile viewport */
@media(max-width:880px){
  .nav .menu-button,button.menu-button[aria-controls="megaMenu"]{
    left:300px!important;
    right:auto!important;
  }
}
@media(max-width:380px){
  .nav .menu-button,button.menu-button[aria-controls="megaMenu"]{left:286px!important}
}

/* Hamburger only: no Menu text */
@media(max-width:880px){
  .nav .menu-button .menu-label,button.menu-button[aria-controls="megaMenu"] .menu-label{display:none!important;font-size:0!important;color:transparent!important;width:0!important;height:0!important;overflow:hidden!important}
  .nav .menu-button{font-size:0!important;color:#090907!important}
}

/* FINAL: plain mobile hamburger — three simple lines, no circle, no box, no text */
@media(max-width:880px){
  .floating-menu-trigger{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
  .nav .menu-button,
  button.menu-button[aria-controls="megaMenu"]{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    position:fixed!important;
    top:34px!important;
    right:18px!important;
    left:auto!important;
    transform:none!important;
    width:34px!important;
    height:26px!important;
    min-width:34px!important;
    max-width:34px!important;
    padding:0!important;
    margin:0!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    color:#f1f1f1!important;
    z-index:9000!important;
    overflow:visible!important;
    font-size:0!important;
  }
  .nav .menu-button::before,
  .nav .menu-button::after,
  button.menu-button[aria-controls="megaMenu"]::before,
  button.menu-button[aria-controls="megaMenu"]::after{content:none!important;display:none!important}
  .nav .menu-button .hamb-line,
  button.menu-button[aria-controls="megaMenu"] .hamb-line{
    display:block!important;
    position:static!important;
    width:34px!important;
    height:2px!important;
    min-height:2px!important;
    flex:0 0 2px!important;
    background:#f1f1f1!important;
    border-radius:999px!important;
    margin:0!important;
    padding:0!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .nav .menu-button .hamb-line:nth-child(2),
  .nav .menu-button .hamb-line:nth-child(3){display:block!important}
  .nav .menu-button .menu-label,
  button.menu-button[aria-controls="megaMenu"] .menu-label{display:none!important;width:0!important;height:0!important;overflow:hidden!important;color:transparent!important;font-size:0!important}
}
@media(max-width:380px){
  .nav .menu-button,button.menu-button[aria-controls="megaMenu"]{right:14px!important;width:32px!important;min-width:32px!important;max-width:32px!important}
  .nav .menu-button .hamb-line,button.menu-button[aria-controls="megaMenu"] .hamb-line{width:32px!important}
}

/* Plain standalone mobile hamburger: just three lines on the right */
.plain-hamburger{display:none!important}
@media(max-width:880px){
  .nav .menu-button,button.menu-button[aria-controls="megaMenu"],.floating-menu-trigger{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
  .plain-hamburger{
    display:flex!important;
    position:fixed!important;
    top:34px!important;
    right:18px!important;
    width:38px!important;
    height:28px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    border-radius:0!important;
    z-index:999999!important;
    flex-direction:column!important;
    justify-content:space-between!important;
    align-items:stretch!important;
    pointer-events:auto!important;
    cursor:pointer!important;
  }
  .plain-hamburger span{
    display:block!important;
    width:38px!important;
    height:3px!important;
    background:#f1f1f1!important;
    border-radius:999px!important;
    box-shadow:0 1px 8px rgba(0,0,0,.65)!important;
  }
}
@media(max-width:380px){.plain-hamburger{right:14px!important;width:34px!important}.plain-hamburger span{width:34px!important}}

/* Make the simple hamburger visible without any container */
@media(max-width:880px){
  .plain-hamburger span{
    background:#d4a78e!important;
    box-shadow:0 1px 0 rgba(9,9,7,.95),0 0 10px rgba(9,9,7,.45)!important;
  }
}

/* Visual fallback: draw plain hamburger directly on viewport */
@media(max-width:880px){
  html::after{
    content:''!important;
    position:fixed!important;
    top:34px!important;
    right:18px!important;
    width:38px!important;
    height:28px!important;
    z-index:2147483647!important;
    pointer-events:none!important;
    background:linear-gradient(#f1f1f1 0 0) top/38px 3px no-repeat,
               linear-gradient(#f1f1f1 0 0) center/38px 3px no-repeat,
               linear-gradient(#f1f1f1 0 0) bottom/38px 3px no-repeat!important;
    filter:drop-shadow(0 1px 4px rgba(0,0,0,.85))!important;
  }
}
@media(max-width:380px){html::after{right:14px!important;width:34px!important;background-size:34px 3px,34px 3px,34px 3px!important}}

/* Mobile mega menu cleanup: keep Close separate from menu links */
@media(max-width:880px){
  .mega{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:0!important;
    padding:118px 24px 40px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
  }
  .mega .close-menu{
    position:fixed!important;
    top:24px!important;
    right:18px!important;
    z-index:2!important;
    min-width:86px!important;
    height:46px!important;
    padding:0 18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
    background:rgba(241,241,241,.11)!important;
    border:1px solid rgba(219,197,179,.30)!important;
    color:#f1f1f1!important;
    font-size:14px!important;
    font-weight:800!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
  }
  .mega a{
    width:100%!important;
    max-width:100%!important;
    display:block!important;
    font-size:clamp(38px,12.5vw,58px)!important;
    line-height:.92!important;
    letter-spacing:-.06em!important;
    padding:10px 0 14px!important;
    border-bottom:1px solid rgba(219,197,179,.14)!important;
    overflow-wrap:break-word!important;
  }
  .mega a:first-of-type{margin-top:0!important}
}

/* Selected Clients carousel: white logo cards for readability */
.client-cloud article{
  background:#ffffff!important;
  border-color:rgba(255,255,255,.72)!important;
  box-shadow:0 18px 52px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.75)!important;
}
.client-cloud img{
  filter:none!important;
  mix-blend-mode:normal!important;
  opacity:1!important;
}
.client-cloud span{
  color:#090907!important;
}

/* Mobile menu: no Close button; hamburger stays as the open/close toggle */
@media(max-width:880px){
  .mega .close-menu,
  .close-menu{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  .mega{padding-top:112px!important}
  .plain-hamburger{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;z-index:2147483647!important}
  .menu-open .plain-hamburger span:nth-child(1){transform:translateY(12.5px) rotate(45deg)!important}
  .menu-open .plain-hamburger span:nth-child(2){opacity:0!important;transform:scaleX(.2)!important}
  .menu-open .plain-hamburger span:nth-child(3){transform:translateY(-12.5px) rotate(-45deg)!important}
  .plain-hamburger span{transition:transform .25s ease,opacity .2s ease!important;transform-origin:center!important}
  .menu-open html::after{display:none!important}
}

/* Fix hamburger click: remove visual fallback, make the actual button the visible 3 lines */
@media(max-width:880px){
  html::after{display:none!important;content:none!important}
  .plain-hamburger{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    position:fixed!important;
    top:34px!important;
    right:18px!important;
    left:auto!important;
    width:38px!important;
    height:28px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    z-index:2147483647!important;
    flex-direction:column!important;
    justify-content:space-between!important;
    align-items:stretch!important;
    cursor:pointer!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  .plain-hamburger span{
    display:block!important;
    width:38px!important;
    height:3px!important;
    min-height:3px!important;
    background:#f1f1f1!important;
    border-radius:999px!important;
    box-shadow:0 1px 5px rgba(0,0,0,.75)!important;
    opacity:1!important;
    visibility:visible!important;
    transform-origin:center!important;
    transition:transform .25s ease,opacity .2s ease!important;
  }
  .menu-open .plain-hamburger span:nth-child(1){transform:translateY(12.5px) rotate(45deg)!important}
  .menu-open .plain-hamburger span:nth-child(2){opacity:0!important}
  .menu-open .plain-hamburger span:nth-child(3){transform:translateY(-12.5px) rotate(-45deg)!important}
}
@media(max-width:380px){
  .plain-hamburger{right:14px!important;width:34px!important}
  .plain-hamburger span{width:34px!important}
}

/* Header should not stay fixed while scrolling */
.nav{
  position:absolute!important;
}
@media(max-width:880px){
  .plain-hamburger{
    position:absolute!important;
  }
  .menu-open .plain-hamburger{
    position:fixed!important;
  }
}

/* Better behavior: header fades away after scroll without changing page layout */
.nav{
  position:fixed!important;
  transition:opacity .22s ease, transform .22s ease!important;
}
@media(max-width:880px){
  .plain-hamburger{
    position:fixed!important;
    transition:opacity .22s ease, transform .22s ease!important;
  }
}
.nav-scrolled:not(.menu-open) .nav,
.nav-scrolled:not(.menu-open) .plain-hamburger{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(-18px)!important;
}
.menu-open .nav,
.menu-open .plain-hamburger{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:none!important;
}

/* FINAL non-sticky nav: logo + hamburger scroll away with the page */
body:not(.menu-open) .nav{
  position:absolute!important;
  top:12px!important;
}
@media(max-width:880px){
  body:not(.menu-open) .plain-hamburger{
    position:absolute!important;
    top:34px!important;
    right:18px!important;
  }
  body.nav-scrolled:not(.menu-open) .nav,
  body.nav-scrolled:not(.menu-open) .plain-hamburger{
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  body.menu-open .plain-hamburger{
    position:fixed!important;
    top:34px!important;
    right:18px!important;
  }
}

.lang-switch{display:inline-flex;align-items:center;gap:3px;padding:3px;border:1px solid rgba(246,239,228,.18);border-radius:999px;background:rgba(7,7,5,.38);backdrop-filter:blur(12px);box-shadow:0 14px 40px rgba(0,0,0,.18)}.lang-switch button{border:0;background:transparent;color:rgba(246,239,228,.72);border-radius:999px;padding:7px 9px;font-size:.68rem;font-weight:800;letter-spacing:.08em;cursor:pointer}.lang-switch button.is-active{background:var(--peach);color:#17120f}body.is-translating .lang-switch{opacity:.72}.nav .lang-switch{position:relative;z-index:20}@media(max-width:820px){.nav .lang-switch{margin-left:auto}.lang-switch button{padding:6px 8px;font-size:.64rem}}@media(max-width:420px){.lang-switch{gap:1px;padding:2px}.lang-switch button{padding:5px 6px;font-size:.58rem}}
