:root {
  --ink: #0b0b0c;
  --ink-2: #121214;
  --paper: #f5f2ed;
  --white: #ffffff;
  --muted: #aaa7a4;
  --line: rgba(255,255,255,.14);
  --pink: #ff3f81;
  --pink-2: #ff75a6;
  --lime: #d9ff55;
  --max: 1440px;
  --sans: "Space Grotesk", "Noto Sans SC", system-ui, sans-serif;
  --serif: "DM Serif Display", "Noto Serif SC", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--sans); line-height: 1.44; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--pink); color: #fff; }
h1, h2, h3, .section-title, blockquote { text-wrap: balance; word-break: keep-all; overflow-wrap: normal; }
p, small { text-wrap: pretty; }
.desktop-one-line { white-space: nowrap; }
.responsive-break { display: none; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: #fff; color: #000; padding: 12px 18px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.nav { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(20px, 4vw, 64px); border-bottom: 1px solid transparent; transition: .35s ease; }
.nav.is-scrolled, .nav.nav-solid { height: 70px; background: rgba(11,11,12,.88); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand img { width: 212px; height: 48px; object-fit: contain; }
.nav__links { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 38px); }
.nav__links a { position: relative; padding: 7px 0; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; color: #d0cfcd; }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--pink); transition: right .25s; }
.nav__links a:hover::after, .nav__links a.active::after { right: 0; }
.nav__links a.active { color: #fff; }
.nav__actions { justify-self: end; display: flex; gap: 12px; align-items: center; }
.lang { display: flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.lang button { border: 0; background: transparent; min-width: 38px; height: 34px; cursor: pointer; font-size: 11px; letter-spacing: .05em; opacity: .55; }
.lang button.active { background: #fff; color: #000; opacity: 1; }
.nav__cta { background: var(--pink); padding: 11px 18px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.menu-btn { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-btn span { width: 18px; height: 1px; background: #fff; transition: .3s; }
.mobile-nav { display: none; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; padding: 150px clamp(20px, 4vw, 64px) 54px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 86% 25%, rgba(255,63,129,.26), transparent 22%), linear-gradient(120deg,#080809 0%,#0d0c10 58%,#1a0a10 100%); }
.hero::after { content: ""; position: absolute; width: 48vw; aspect-ratio: 1; right: -8vw; top: 8vh; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(255,255,255,.015), 0 0 0 14vw rgba(255,255,255,.012); }
.hero__noise { position: absolute; inset: 0; opacity: .13; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
.hero__grid { position: absolute; inset: 82px 0 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 12.5vw 12.5vw; mask-image: linear-gradient(to bottom,black,transparent 78%); }
.hero__content { position: relative; z-index: 2; width: 100%; max-width: var(--max); margin: 0 auto; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--pink-2); text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 600; }
.eyebrow::before { content: ""; width: 38px; height: 1px; background: currentColor; }
.hero h1 { max-width: 1110px; margin: 26px 0 42px; font-size: clamp(58px, 8.7vw, 142px); font-weight: 500; letter-spacing: -.065em; line-height: 1.152; }
.hero h1 em { font-family: var(--serif); font-weight: 400; color: var(--pink); }
.hero__bottom { display: grid; grid-template-columns: 1.4fr .8fr; gap: 60px; align-items: end; }
.hero__lead { max-width: 630px; margin: 0; font-size: clamp(18px, 2vw, 29px); line-height: 1.740; color: #d5d2d0; }
.hero__buttons { display: flex; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 54px; padding: 0 24px; border: 1px solid var(--line); background: transparent; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 600; transition: .25s; }
.btn span:last-child { font-size: 18px; line-height: 1.200; }
.btn:hover { background: #fff; border-color: #fff; color: #000; }
.btn--pink { background: var(--pink); border-color: var(--pink); color: #fff; }
.btn--dark { background: #111; border-color: #111; color: #fff; }

.ticker { overflow: hidden; border-block: 1px solid var(--line); padding: 18px 0; background: #0e0e10; }
.ticker__track { width: max-content; display: flex; animation: ticker 28s linear infinite; }
.ticker__item { display: flex; align-items: center; gap: 34px; padding-right: 34px; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; color: #bebbb7; }
.ticker__item i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(88px, 10vw, 160px) clamp(20px, 4vw, 64px); }
.wrap { max-width: var(--max); margin: 0 auto; }
.section--paper { background: var(--paper); color: var(--ink); }
.section--pink { background: var(--pink); color: #fff; }
.section--tight { padding-top: 70px; padding-bottom: 70px; }
.section-head { display: grid; grid-template-columns: .72fr 1.55fr; gap: 80px; margin-bottom: clamp(54px, 7vw, 100px); align-items: start; }
.section-kicker { margin: 8px 0 0; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--pink); }
.section--pink .section-kicker { color: #fff; }
.section-title { margin: 0; font-size: clamp(40px, 6vw, 86px); font-weight: 500; letter-spacing: -.055em; line-height: 1.272; }
.section-title em { font-family: var(--serif); color: var(--pink); font-weight: 400; }
.section--pink .section-title em { color: #fff; }
.section-copy { max-width: 700px; margin: 28px 0 0; font-size: 18px; line-height: 2.040; color: #64615e; }

.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.work-card { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #222; }
.work-card img { transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s; }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.05) 65%); transition: background .3s; }
.work-card:hover .portfolio-art__image { transform: scale(1.035); filter: saturate(1.08); }
.work-card__meta { position: absolute; z-index: 2; inset: auto 34px 32px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.work-card__num { position: absolute; z-index: 2; right: 22px; top: 18px; font-size: 11px; letter-spacing: .15em; }
.work-card h3 { margin: 9px 0 0; font-size: clamp(28px, 3vw, 46px); line-height: 1.200; letter-spacing: -.035em; }
.work-card p { margin: 0 0 8px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #d7d2ce; }
.work-card__arrow { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 20px; transition: .25s; }
.work-card:hover .work-card__arrow { background: var(--pink); border-color: var(--pink); transform: rotate(-35deg); }

.portfolio-art { position:absolute; inset:0; overflow:hidden; isolation:isolate; background:#151515; }
.portfolio-art::before { content:""; position:absolute; inset:0; opacity:.22; background-image:linear-gradient(rgba(255,255,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 1px); background-size:13% 22%; }
.portfolio-art__image { position:absolute; object-fit:cover; transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .4s; }
.portfolio-art__image--full { inset:0; width:100%; height:100%; }
.portfolio-art--single::before { display:none; }
.portfolio-art__image--main { inset:7% 5% 14% 18%; width:78%; height:72%; box-shadow:0 22px 55px rgba(0,0,0,.35); }
.portfolio-art__image--tile { width:30%; height:42%; left:4%; top:10%; border:8px solid rgba(255,255,255,.82); box-shadow:0 16px 36px rgba(0,0,0,.25); }
.portfolio-art__word { position:absolute; z-index:2; right:4%; top:4%; font-size:clamp(16px,2.3vw,38px); line-height:1.080; letter-spacing:-.06em; color:rgba(255,255,255,.78); text-transform:uppercase; }
.portfolio-art--joyfun { background:#122e57; }
.portfolio-art--joyfun .portfolio-art__image--tile { object-position:50% 50%; }
.portfolio-art--moment { background:#1f303a; }
.portfolio-art--moment .portfolio-art__image--main { inset:8% 5% 15% 13%; width:84%; height:72%; }
.portfolio-art--seven { background:#b9263b; }
.portfolio-art--seven .portfolio-art__image--main { inset:4% 4% 10% 25%; width:72%; height:82%; transform:scale(1.06); }
.portfolio-art--seven .portfolio-art__image--tile { width:38%; height:50%; top:8%; left:4%; object-position:66% 55%; }
.portfolio-art--lazy { background:#f1e7d8; }
.portfolio-art--lazy::before { opacity:.35; background-image:repeating-linear-gradient(90deg,#b91223 0,#b91223 5%,transparent 5%,transparent 10%); }
.portfolio-art--lazy .portfolio-art__image--main { inset:5% 4% 13% 26%; width:70%; height:80%; }
.portfolio-art--lazy .portfolio-art__image--tile { width:34%; height:45%; left:5%; top:8%; border-color:#b91223; }
.portfolio-art--studio { background:#41558d; }
.portfolio-art--studio .portfolio-art__image--main { inset:7% 4% 13% 23%; width:73%; height:78%; }
.portfolio-art--studio .portfolio-art__image--tile { width:36%; height:46%; left:5%; top:8%; border-color:#f4b916; }

.services-list { border-top: 1px solid rgba(0,0,0,.18); }
.service-row { display: grid; grid-template-columns: 90px 1.1fr 1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid rgba(0,0,0,.18); align-items: center; }
.service-row__num { font-size: 12px; letter-spacing: .15em; color: #84807b; }
.service-row h3 { margin: 0; font-size: clamp(25px,3vw,43px); letter-spacing: -.035em; font-weight: 500; }
.service-row p { margin: 0; max-width: 520px; color: #67635f; line-height: 2.040; }

.process { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.process__item { min-height: 300px; padding: 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.process__item:last-child { border: 0; }
.process__item span { color: var(--pink); font-size: 11px; letter-spacing: .15em; }
.process__item h3 { margin: 0 0 12px; font-size: 26px; }
.process__item p { margin: 0; color: #999693; line-height: 1.980; font-size: 14px; }

.split-statement { display: grid; grid-template-columns: 1.15fr .85fr; align-items:center; }
.split-statement__visual { position: relative; overflow: hidden; aspect-ratio:16/9; }
.split-statement__visual > img { width: 100%; height: 100%; object-fit: cover; }
.split-statement__body { padding: clamp(55px,7vw,100px); display: flex; flex-direction: column; justify-content: space-between; background: var(--pink); }
.split-statement blockquote { margin: 0; font-family: var(--serif); font-size: clamp(40px,5vw,78px); line-height: 1.248; }
.split-statement p { max-width: 470px; font-size: 17px; line-height: 2.040; }

.films { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.film { grid-column: span 6; position: relative; overflow: hidden; background: #171719; }
.film__thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.film__thumb img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: .6s; }
.film:hover img { transform: scale(1.07); }
.film__play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 66px; height: 66px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.92); color: #000; padding-left: 3px; }
.film__meta { padding: 22px 24px 26px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.film__meta h3 { margin: 0; font-size: 21px; }
.film__meta p { margin: 5px 0 0; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #8e8b88; }

.proof { display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid rgba(0,0,0,.15); }
.proof__item { padding: 34px 24px; border-right: 1px solid rgba(0,0,0,.15); }
.proof__item:last-child { border: 0; }
.proof__item b { display: block; font-size: clamp(38px,5vw,72px); letter-spacing: -.06em; }
.proof__item span { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: #77736e; }

.brand-wall { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(0,0,0,.17); border-left:1px solid rgba(0,0,0,.17); }
.brand-wall__item { min-height:118px; padding:20px; border-right:1px solid rgba(0,0,0,.17); border-bottom:1px solid rgba(0,0,0,.17); display:flex; align-items:center; justify-content:center; text-align:center; font-size:clamp(15px,1.5vw,21px); font-weight:600; letter-spacing:-.025em; transition:.25s; }
.brand-wall__item:hover { background:var(--ink); color:#fff; }

.cta-band { padding: clamp(80px, 10vw, 150px) clamp(20px,4vw,64px); background: var(--pink); color: #fff; }
.cta-band__inner { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; gap: 40px; }
.cta-band h2 { margin: 0; max-width: 950px; font-size: clamp(49px,8vw,116px); letter-spacing: -.06em; line-height: 1.176; font-weight: 500; }
.cta-band h2 em { font-family: var(--serif); font-weight: 400; }
.cta-band .btn { justify-self: end; min-width: 210px; }

.page-hero { position: relative; min-height: 77svh; display: flex; align-items: flex-end; overflow: hidden; padding: 150px clamp(20px,4vw,64px) 70px; border-bottom: 1px solid var(--line); }
.page-hero__bg { position: absolute; inset: 0; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.page-hero__bg::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(0,0,0,.08)),linear-gradient(to top,#0b0b0c,transparent 45%); }
.page-hero__inner { position: relative; z-index: 2; max-width: var(--max); width: 100%; margin: auto; }
.page-hero h1 { margin: 22px 0 0; max-width: 1180px; font-size: clamp(58px,8.4vw,124px); line-height: 1.176; letter-spacing: -.06em; font-weight: 500; }
.page-hero h1.headline-compact { font-size:clamp(48px,6.65vw,96px); line-height:1.224; }
.page-hero__lead { max-width: 670px; margin: 35px 0 0 auto; font-size: clamp(17px,1.8vw,25px); line-height: 1.860; color: #cbc8c4; }

.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 50px; }
.filter-btn { cursor: pointer; border: 1px solid rgba(0,0,0,.18); background: transparent; color: #5d5955; padding: 10px 17px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.filter-btn.active { background: #0b0b0c; color: #fff; }
.work-card.is-hidden { display: none; }

.case-hero { padding: 150px clamp(20px,4vw,64px) 50px; background: var(--paper); color: var(--ink); }
.case-hero__inner { max-width: var(--max); margin: auto; }
.case-hero__top { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; }
.case-hero h1 { margin: 20px 0 0; max-width: 950px; font-size: clamp(58px,9.4vw,145px); letter-spacing: -.07em; line-height: 1.140; font-weight: 500; }
.case-hero__facts { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(0,0,0,.22); }
.case-fact { padding: 18px 10px 18px 0; border-bottom: 1px solid rgba(0,0,0,.22); }
.case-fact span { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: #827e78; margin-bottom: 7px; }
.case-fact b { font-size: 14px; font-weight: 500; }
.case-hero__cover { margin-top: 70px; width: 100%; aspect-ratio:16/9; overflow:hidden; }
.case-hero__cover--image { object-fit:cover; }
.case-intro { display: grid; grid-template-columns: .6fr 1.4fr; gap: 80px; }
.case-intro h2 { margin: 0; font-size: 15px; text-transform: uppercase; letter-spacing: .16em; color: var(--pink); }
.case-intro__copy { font-size: clamp(28px,4vw,58px); line-height: 1.380; letter-spacing: -.04em; }
.case-intro__copy p { margin: 0 0 28px; }
.case-intro__copy small { display: block; max-width: 740px; font-size: 17px; line-height: 2.100; letter-spacing: 0; color: #a6a29e; }
.case-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.case-gallery figure { position:relative; margin: 0; overflow: hidden; background: #eee; aspect-ratio:16/9; }
.case-gallery figure.wide { grid-column: 1/-1; }
.case-gallery img { width: 100%; height: 100%; object-fit: cover; }
.case-gallery .case-frame::after { content:attr(data-label); position:absolute; left:22px; bottom:18px; z-index:3; padding:8px 11px; background:rgba(10,10,10,.8); color:#fff; font-size:9px; letter-spacing:.16em; text-transform:uppercase; }
.case-frame--crop img { transform:scale(1.28); }
.case-frame--detail { padding:4%; }
.case-frame--detail img { box-shadow:0 22px 60px rgba(0,0,0,.24); }
.case-frame--joyfun { background:#0d2f58; }
.case-frame--moment { background:#1f303a; }
.case-frame--seven { background:#e7ddcb; }
.case-frame--lazy { background:#b91223; }
.case-frame--studio { background:#41558d; }

.case-art { position:relative; isolation:isolate; background:#161616; }
.case-art::before { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px); background-size:12.5% 25%; }
.case-art__main { position:absolute; z-index:1; inset:8% 5% 8% 18%; width:77%; height:84%; object-fit:cover; box-shadow:0 28px 70px rgba(0,0,0,.36); }
.case-art__detail { position:absolute; z-index:2; left:4%; top:11%; width:29%; height:48%; object-fit:cover; border:10px solid rgba(255,255,255,.92); box-shadow:0 18px 45px rgba(0,0,0,.3); }
.case-art__label { position:absolute; z-index:3; right:4%; top:5%; color:#fff; font-size:clamp(12px,1.25vw,20px); letter-spacing:.16em; text-transform:uppercase; }
.case-art--joyfun { background:#132f56; }
.case-art--moment { background:#20313b; }
.case-art--seven { background:#b6263b; }
.case-art--seven .case-art__main { inset:5% 4% 7% 24%; width:72%; height:88%; }
.case-art--lazy { background:#efe6d7; }
.case-art--lazy::before { background-image:repeating-linear-gradient(90deg,#b91223 0,#b91223 4%,transparent 4%,transparent 8%); opacity:.22; }
.case-art--studio { background:#41558d; }
.case-next { display: block; padding: clamp(70px,9vw,130px) clamp(20px,4vw,64px); background: var(--pink); }
.case-next__inner { max-width: var(--max); margin: auto; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.case-next small { text-transform: uppercase; letter-spacing: .18em; }
.case-next h2 { margin: 16px 0 0; font-size: clamp(52px,8vw,118px); line-height: 1.176; letter-spacing: -.06em; font-weight: 500; }
.case-next__arrow { font-size: 55px; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.about-grid img { width: 100%; aspect-ratio:16/9; object-fit: cover; }
.about-copy h2 { margin: 0 0 38px; font-size: clamp(42px,5vw,72px); line-height: 1.200; letter-spacing: -.05em; font-weight: 500; }
.about-copy p { font-size: 18px; line-height: 2.160; color: #5f5b57; }
.values { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(0,0,0,.16); }
.value { min-height: 330px; padding: 30px; border-right: 1px solid rgba(0,0,0,.16); display: flex; flex-direction: column; justify-content: space-between; }
.value:last-child { border:0; }
.value span { color: var(--pink); }
.value h3 { margin: 0 0 12px; font-size: 27px; }
.value p { color:#6c6863; line-height:1.980; }

.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items:start; }
.contact-details { display: grid; gap: 35px; }
.contact-item span { display:block; margin-bottom:10px; font-size:10px; text-transform:uppercase; letter-spacing:.16em; color:#7e7a75; }
.contact-item a, .contact-item p { margin:0; font-size:19px; line-height:1.800; }
.contact-direct { display:grid; gap:12px; }
.contact-direct__card { min-height:160px; padding:30px; display:flex; align-items:flex-end; justify-content:space-between; gap:24px; border:1px solid rgba(0,0,0,.2); transition:.25s; }
.contact-direct__card:hover { background:var(--ink); color:#fff; }
.contact-direct__card small { display:block; margin-bottom:16px; font-size:10px; letter-spacing:.16em; text-transform:uppercase; color:#77736e; }
.contact-direct__card b { font-size:clamp(25px,3.2vw,46px); line-height:1.260; font-weight:500; letter-spacing:-.04em; }
.contact-direct__card i { font-style:normal; font-size:28px; }

.training-intro { display:grid; grid-template-columns:.7fr 1.3fr; gap:80px; }
.training-intro__lead { margin:0; font-size:clamp(30px,4.5vw,64px); line-height:1.296; letter-spacing:-.045em; }
.training-intro__copy { max-width:650px; margin:0; font-size:18px; line-height:2.100; color:#69645f; }
.programmes { border-top:1px solid rgba(0,0,0,.18); }
.programme { display:grid; grid-template-columns:90px .8fr 1.2fr; gap:34px; padding:42px 0; border-bottom:1px solid rgba(0,0,0,.18); }
.programme__num { font-size:11px; letter-spacing:.16em; color:#8b8782; padding-top:8px; }
.programme h2 { margin:0; font-size:clamp(29px,3.1vw,46px); line-height:1.236; letter-spacing:-.04em; font-weight:500; }
.programme__body { display:grid; grid-template-columns:1fr 1fr; gap:36px; }
.programme h3 { margin:0 0 13px; font-size:10px; letter-spacing:.16em; text-transform:uppercase; color:var(--pink); }
.programme p { margin:0 0 16px; color:#625e59; line-height:1.980; }
.programme ul { margin:0; padding:0; list-style:none; display:grid; gap:9px; color:#625e59; }
.programme li { position:relative; padding-left:17px; line-height:1.860; }
.programme li::before { content:"↗"; position:absolute; left:0; color:var(--pink); }
.delivery-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); }
.delivery-card { min-height:270px; padding:28px; border-right:1px solid var(--line); display:flex; flex-direction:column; justify-content:space-between; }
.delivery-card:last-child { border-right:0; }
.delivery-card span { color:var(--pink); font-size:11px; letter-spacing:.15em; }
.delivery-card h3 { margin:0 0 12px; font-size:23px; }
.delivery-card p { margin:0; color:#9b9894; line-height:1.980; font-size:14px; }

.course-stack { display:grid; gap:24px; }
.course-feature { display:grid; grid-template-columns:.86fr 1.14fr; min-height:560px; border:1px solid rgba(0,0,0,.18); background:#fff; }
.course-feature__visual { position:relative; min-height:100%; overflow:hidden; background:#0b0b0c; }
.course-feature__visual img { width:100%; height:100%; object-fit:cover; }
.course-feature__visual::after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(0,0,0,.42),transparent 55%); }
.course-feature__tag { position:absolute; z-index:2; left:26px; bottom:24px; color:#fff; font-size:11px; letter-spacing:.16em; text-transform:uppercase; }
.course-feature__content { padding:clamp(32px,5vw,72px); }
.course-feature__head { display:flex; align-items:flex-start; justify-content:space-between; gap:28px; padding-bottom:30px; border-bottom:1px solid rgba(0,0,0,.16); }
.course-feature__head span { color:var(--pink); font-size:11px; letter-spacing:.16em; }
.course-feature h2 { margin:0; font-size:clamp(34px,4.5vw,64px); line-height:1.296; letter-spacing:-.045em; font-weight:500; }
.course-feature__meta { display:flex; flex-wrap:wrap; gap:8px; margin:24px 0 34px; }
.course-feature__meta span { padding:9px 12px; border:1px solid rgba(0,0,0,.16); font-size:11px; letter-spacing:.06em; }
.course-feature__lead { margin:0 0 32px; font-size:20px; line-height:2.040; color:#4f4b47; }
.course-feature__modules { display:grid; grid-template-columns:repeat(2,1fr); gap:22px 34px; }
.course-feature__module { padding-top:18px; border-top:1px solid rgba(0,0,0,.14); }
.course-feature__module b { display:block; margin-bottom:8px; font-size:16px; }
.course-feature__module p { margin:0; color:#6c6762; line-height:1.980; font-size:14px; }
.course-feature__outcome { margin:34px 0 0; padding:24px; background:#f1ede7; color:#4f4b47; line-height:2.040; }

.footer { background: #09090a; border-top: 1px solid var(--line); padding: 68px clamp(20px,4vw,64px) 28px; }
.footer__inner { max-width: var(--max); margin: auto; }
.footer__top { display: grid; grid-template-columns: 1.3fr repeat(3,.55fr); gap: 50px; padding-bottom: 70px; }
.footer__brand img { width: min(320px,100%); height: auto; margin-bottom: 26px; }
.footer__brand p { max-width: 350px; font-size: 20px; color: #c0bdb9; line-height: 1.740; }
.footer__col h3 { margin: 0 0 22px; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; color: #676462; }
.footer__col { display: flex; flex-direction: column; gap: 12px; }
.footer__col a { width: max-content; max-width: 100%; color: #c0bdb9; font-size: 13px; }
.footer__col a:hover { color: var(--pink); }
.footer__bottom { padding-top: 25px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 30px; color: #5e5b59; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav__links, .nav__cta { display:none; }
  .menu-btn { display:flex; }
  .mobile-nav { display:flex; position:fixed; z-index:90; inset:0; padding:120px 30px 40px; background:#0b0b0c; flex-direction:column; justify-content:center; gap:18px; opacity:0; pointer-events:none; transform:translateY(-20px); transition:.3s; }
  .mobile-nav.open { opacity:1; pointer-events:auto; transform:none; }
  .mobile-nav a { font-size:clamp(34px,7vw,62px); letter-spacing:-.04em; }
  .mobile-nav .mobile-cta { color:var(--pink); }
  .hero__bottom, .section-head, .case-hero__top, .case-intro, .about-grid, .contact-layout { grid-template-columns:1fr; }
  .hero__buttons { justify-content:flex-start; }
  .section-head { gap:28px; }
  .responsive-break { display:block; }
  .desktop-one-line { white-space:normal; }
  .process { grid-template-columns:repeat(2,1fr); }
  .process__item:nth-child(2) { border-right:0; }
  .process__item:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .split-statement { grid-template-columns:1fr; }
  .cta-band__inner { grid-template-columns:1fr; }
  .cta-band .btn { justify-self:start; }
  .case-hero__facts { max-width:650px; }
  .footer__top { grid-template-columns:1fr repeat(3,1fr); }
  .programme { grid-template-columns:60px 1fr; }
  .programme__body { grid-column:2; }
  .training-intro { grid-template-columns:1fr; gap:30px; }
  .course-feature { grid-template-columns:1fr; }
  .course-feature__visual { min-height:auto; aspect-ratio:16/9; }
  .delivery-grid { grid-template-columns:repeat(2,1fr); }
  .delivery-card:nth-child(2) { border-right:0; }
  .delivery-card:nth-child(-n+2) { border-bottom:1px solid var(--line); }
}

@media (max-width: 720px) {
  .nav { height:68px; }
  .nav.is-scrolled, .nav.nav-solid { height:62px; }
  .brand img { width:145px; height:40px; }
  .nav__actions { gap:8px; }
  .lang button { min-width:34px; height:32px; }
  .hero { padding-top:120px; padding-bottom:36px; }
  .hero__grid { inset:68px 0 0; background-size:25vw 25vw; }
  .hero h1 { margin-top:22px; }
  .hero__bottom { gap:34px; }
  .btn { min-height:50px; padding:0 18px; }
  .section { padding-inline:20px; }
  .work-grid { grid-template-columns:1fr; }
  .work-card__meta { inset:auto 22px 22px; }
  .service-row { grid-template-columns:48px 1fr; gap:16px; }
  .service-row p { grid-column:2; }
  .process { grid-template-columns:1fr; }
  .process__item { min-height:240px; border-right:0; border-bottom:1px solid var(--line); }
  .process__item:nth-child(n) { border-bottom:1px solid var(--line); }
  .process__item:last-child { border-bottom:0; }
  .films { display:grid; grid-template-columns:1fr; }
  .film, .film:first-child, .film:nth-child(2) { grid-column:1; }
  .proof { grid-template-columns:repeat(2,1fr); }
  .proof__item:nth-child(2) { border-right:0; }
  .proof__item:nth-child(-n+2) { border-bottom:1px solid rgba(0,0,0,.15); }
  .brand-wall { grid-template-columns:repeat(2,1fr); }
  .page-hero { min-height:72svh; padding-bottom:42px; }
  .page-hero h1 { font-size:clamp(40px,10.8vw,48px); line-height:1.152; }
  .page-hero h1.headline-compact { font-size:clamp(36px,9.7vw,42px); }
  .page-hero__lead { margin-left:0; }
  .case-hero { padding-top:120px; }
  .case-hero h1 { font-size:clamp(42px,11.2vw,50px); line-height:1.128; }
  .case-hero__cover { margin-top:46px; }
  .case-hero__facts { grid-template-columns:1fr 1fr; }
  .case-gallery { grid-template-columns:1fr; }
  .case-gallery figure.wide { grid-column:1; }
  .values { grid-template-columns:1fr; }
  .value { min-height:240px; border-right:0; border-bottom:1px solid rgba(0,0,0,.16); }
  .value:last-child { border-bottom:0; }
  .contact-layout { gap:50px; }
  .contact-direct__card { min-height:135px; padding:22px; }
  .programme { grid-template-columns:42px 1fr; gap:14px; }
  .programme__body { grid-template-columns:1fr; gap:24px; }
  .course-feature__modules { grid-template-columns:1fr; }
  .course-feature__content { padding:28px 22px; }
  .delivery-grid { grid-template-columns:1fr; }
  .delivery-card:nth-child(n) { border-right:0; border-bottom:1px solid var(--line); }
  .delivery-card:last-child { border-bottom:0; }
  .case-art__detail { border-width:5px; }
  .split-statement > *, .portfolio-art, .page-hero__inner, .cta-band__inner, .about-grid, .about-grid > *, .contact-layout, .contact-layout > * { min-width:0; max-width:100%; }
  .about-grid img { width:100%; min-width:0; }
  .about-copy h2 { font-size:clamp(32px,8.7vw,38px); line-height:1.248; }
  .portfolio-art__image--main { right:auto; bottom:auto; }
  .cta-band h2 { font-size:clamp(32px,8.8vw,38px); line-height:1.152; }
  .footer__top { grid-template-columns:1fr 1fr; }
  .footer__brand { grid-column:1/-1; }
  .footer__bottom { flex-direction:column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}

/* 2026 refinement: disciplined type scale, immersive opening and compact navigation */
html:not(.lang-ready) body { opacity: 0; }
html.lang-ready body { opacity: 1; transition: opacity .18s ease; }

.nav { grid-template-columns: 1fr auto; height: 96px; padding-inline: clamp(20px,3.2vw,52px); }
.nav.is-scrolled, .nav.nav-solid { height: 82px; }
.brand { position: relative; width: 72px; height: 72px; display: grid; align-content: start; justify-items: center; gap: 1px; }
.brand__mark { display: block; width: 48px; height: 50px; overflow: hidden; }
.brand__mark img { width: 196px; height: 50px; max-width: none; object-fit: contain; object-position: left center; }
.brand__line { width: 104px; margin-top: 2px; text-align: center; white-space: nowrap; font-size: 7px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.nav__panel { justify-self: end; display: flex; align-items: center; gap: 22px; padding: 7px 8px 7px 22px; border: 1px solid rgba(255,255,255,.22); background: rgba(8,8,9,.34); backdrop-filter: blur(16px); }
.nav__links { gap: clamp(15px,1.45vw,26px); }
.nav__links a { font-size: 10px; letter-spacing: .11em; }
.nav__actions { gap: 8px; }
.nav__cta { padding: 11px 15px; }

.hero--showcase { min-height: 100svh; padding-top: 144px; }
.hero--showcase::before, .hero--showcase::after { display: none; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.02); transition: opacity 1s ease, transform 7s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1.065); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,4,5,.78) 0%,rgba(4,4,5,.42) 55%,rgba(4,4,5,.12) 100%),linear-gradient(to top,rgba(4,4,5,.72),transparent 55%); }
.hero__content--showcase { display: flex; min-height: calc(100svh - 204px); flex-direction: column; justify-content: flex-end; }
.hero--showcase h1 { max-width: 1050px; margin: 22px 0 34px; font-size: clamp(54px,7vw,108px); line-height: 1.176; letter-spacing: -.055em; }
html[lang^="zh"] .hero--showcase h1 { white-space: nowrap; }
.hero--showcase .hero__lead { font-size: clamp(17px,1.45vw,23px); line-height: 1.896; }
.hero-controls { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.32); }
.hero-controls__count { display: flex; align-items: center; gap: 10px; font-size: 10px; letter-spacing: .16em; }
.hero-controls__count i { width: 34px; height: 1px; background: rgba(255,255,255,.5); }
.hero-controls__dots { display: flex; gap: 8px; }
.hero-controls__dots button { width: 34px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.36); cursor: pointer; }
.hero-controls__dots button.is-active { background: var(--pink); }
.hero-controls__arrows { display: flex; gap: 8px; }
.hero-controls__arrows button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45); background: rgba(0,0,0,.18); cursor: pointer; }

.section-title { font-size: clamp(38px,5.2vw,74px); line-height: 1.320; }
.page-hero h1 { font-size: clamp(50px,7vw,98px); line-height: 1.224; max-width: 1040px; }
.page-hero h1.headline-compact { font-size: clamp(48px,6vw,84px); max-width: 1050px; }
.services-headline { white-space: normal; }
.cta-band h2 { font-size: clamp(46px,6.8vw,96px); }
.work-card__brand { display: block; margin: 0 0 8px; font-size: clamp(27px,2.45vw,39px); line-height: 1.200; font-weight: 600; letter-spacing: -.035em; white-space: nowrap; }
.work-card__meta p { margin: 0; }
.service-row { transition: padding .28s ease, background .28s ease; }
a.service-row:hover { padding-inline: 18px; background: rgba(255,255,255,.4); }
.case-hero h1.case-title { max-width: none; white-space: nowrap; font-size: clamp(54px,7.4vw,106px); letter-spacing: -.06em; }
.case-hero h1.case-title--long { font-size: clamp(46px,5.6vw,80px); }
.case-gallery--single { grid-template-columns: 1fr; }

@media (max-width: 1180px) {
  .nav__links { gap: 14px; }
  .nav__links a { font-size: 9px; }
  .nav__panel { gap: 12px; padding-left: 14px; }
  .nav__cta { display: none; }
}

@media (max-width: 1040px) {
  .nav__panel { padding: 5px; }
  .nav__panel .nav__links, .nav__panel .lang { display: none; }
  .nav__panel .menu-btn { display: flex; }
  .brand { justify-self: start; }
  .hero__content--showcase { min-height: calc(100svh - 180px); }
  html[lang^="zh"] .hero--showcase h1 { white-space: normal; }
}

@media (max-width: 720px) {
  .nav { height: 78px; }
  .nav.is-scrolled, .nav.nav-solid { height: 70px; }
  .brand { width: 62px; height: 60px; transform: scale(.86); transform-origin: left center; }
  .hero--showcase { padding: 122px 20px 28px; }
  .hero__content--showcase { min-height: calc(100svh - 150px); }
  .hero--showcase h1 { margin: 18px 0 26px; font-size: clamp(45px,13.4vw,62px); line-height: 1.176; }
  .hero--showcase .hero__bottom { gap: 24px; }
  .hero-controls { grid-template-columns: 1fr auto; gap: 14px; margin-top: 28px; }
  .hero-controls__dots { display: none; }
  .hero-controls__arrows { justify-self: end; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card__brand { font-size: clamp(25px,8vw,35px); }
  .page-hero h1.headline-compact { font-size: clamp(38px,10.5vw,49px); line-height: 1.272; }
  .case-hero__top { gap: 34px; }
  .case-hero h1.case-title, .case-hero h1.case-title--long { font-size: clamp(36px,10.4vw,47px); letter-spacing: -.055em; }
  .brand-wall__item { min-height: 94px; font-size: 14px; }
}

/* Opening sequence + full-screen navigation */
body.intro-open { overflow: hidden; }
.site-intro { position:fixed; z-index:1000; inset:0; display:grid; place-items:center; overflow:hidden; color:#fff; background:#101011; }
.site-intro::before { content:""; position:absolute; inset:-2%; background:url("images/intro-cinematic-bright.jpg") 50% 50% / cover no-repeat; opacity:0; transform:scale(1.045); transition:opacity .85s ease,transform 5.5s cubic-bezier(.2,.7,.2,1); }
.site-intro::after { content:""; position:absolute; inset:0; background:radial-gradient(circle at 50% 50%,rgba(6,6,7,.42) 0,rgba(6,6,7,.2) 27%,rgba(6,6,7,.08) 54%,rgba(6,6,7,.24) 100%),linear-gradient(90deg,rgba(5,5,6,.2),transparent 34%,transparent 72%,rgba(5,5,6,.1)); opacity:0; transition:opacity .7s ease; }
.site-intro.is-ready::before { opacity:1; transform:scale(1); }
.site-intro.is-ready::after { opacity:1; }
.site-intro.is-leaving::before { opacity:0; transform:scale(1.025); transition-duration:.75s; }
.site-intro.is-leaving::after { opacity:0; transition-duration:.55s; }
.site-intro__panel { position:absolute; z-index:1; top:0; bottom:0; width:25.2%; background:rgba(7,7,8,.14); border-right:1px solid rgba(255,255,255,.13); box-shadow:inset 0 0 60px rgba(0,0,0,.07); transition:transform 1s cubic-bezier(.72,0,.12,1); }
.site-intro__panel:nth-child(1) { left:0; transition-delay:.18s; }
.site-intro__panel:nth-child(2) { left:25%; transition-delay:.12s; }
.site-intro__panel:nth-child(3) { left:50%; transition-delay:.06s; }
.site-intro__panel:nth-child(4) { left:75%; transition-delay:0s; }
.site-intro.is-leaving .site-intro__panel { transform:translateY(-102%); }
.site-intro__inner { position:relative; z-index:3; display:grid; justify-items:center; opacity:0; transform:translateY(18px); filter:drop-shadow(0 7px 24px rgba(0,0,0,.48)); transition:opacity .65s .25s ease,transform .65s .25s ease; }
.site-intro.is-ready .site-intro__inner { opacity:1; transform:none; }
.site-intro.is-leaving .site-intro__inner { opacity:0; transform:scale(.92); transition:opacity .3s,transform .45s; }
.site-intro__progress { position:relative; width:clamp(142px,14vw,204px); aspect-ratio:1; display:grid; place-items:center; border:1px solid rgba(255,255,255,.42); border-radius:50%; background:rgba(5,5,6,.1); backdrop-filter:blur(2px); }
.site-intro__progress::before { content:""; position:absolute; inset:-1px; border:2px solid transparent; border-top-color:var(--pink); border-right-color:var(--pink); border-radius:inherit; animation:intro-spin 2.2s cubic-bezier(.7,0,.3,1) infinite; }
.site-intro__progress img { width:45%; height:45%; object-fit:contain; mix-blend-mode:screen; }
.site-intro__inner > p { margin:21px 0 38px; font-size:10px; font-weight:600; letter-spacing:.22em; text-transform:uppercase; }
.site-intro__enter { min-width:178px; height:52px; padding:0 20px; border:1px solid rgba(255,255,255,.64); background:rgba(5,5,6,.16); backdrop-filter:blur(8px); display:flex; align-items:center; justify-content:space-between; gap:25px; color:#fff; cursor:pointer; font-size:11px; letter-spacing:.14em; text-transform:uppercase; transition:.25s; }
.site-intro__enter:hover { background:var(--pink); border-color:var(--pink); }
.site-intro__enter i { font-style:normal; font-size:18px; }
@keyframes intro-spin { to { transform:rotate(360deg); } }

.nav { z-index:110; }
.brand { width:92px; height:76px; align-content:center; }
.brand__mark { width:47px; height:45px; overflow:visible; }
.brand__mark img, .brand img { width:100%; height:100%; max-width:100%; object-fit:contain; object-position:center; mix-blend-mode:screen; }
.brand__line { width:auto; margin-top:3px; font-size:7px; line-height:1.200; letter-spacing:.07em; text-transform:none; }
.nav__panel { padding:6px; gap:8px; }
.nav__actions { gap:8px; }
.nav__panel .lang { display:flex; }
.menu-btn { width:auto; min-width:142px; height:42px; padding:0 15px; display:flex; flex-direction:row; justify-content:space-between; gap:24px; cursor:pointer; }
.menu-btn__label { width:auto !important; height:auto !important; background:transparent !important; font-size:10px; letter-spacing:.15em; text-transform:uppercase; }
.menu-btn__icon { width:18px; height:12px; display:flex; flex-direction:column; justify-content:center; gap:5px; }
.menu-btn__icon i { display:block; width:18px; height:1px; background:#fff; transition:transform .35s ease; }
.menu-btn[aria-expanded="true"] .menu-btn__icon i:first-child { transform:translateY(3px) rotate(45deg); }
.menu-btn[aria-expanded="true"] .menu-btn__icon i:last-child { transform:translateY(-3px) rotate(-45deg); }

.mobile-nav { display:block; position:fixed; z-index:100; inset:0; padding:0; background:#0a0a0b; opacity:0; visibility:hidden; pointer-events:none; transform:none; transition:opacity .4s ease,visibility .4s; }
.mobile-nav.open { opacity:1; visibility:visible; pointer-events:auto; transform:none; }
.mobile-nav::before { content:""; position:absolute; inset:0; opacity:.28; background:radial-gradient(circle at 82% 18%,rgba(255,63,129,.42),transparent 28%),linear-gradient(90deg,transparent 24.9%,rgba(255,255,255,.07) 25%,transparent 25.1%,transparent 49.9%,rgba(255,255,255,.07) 50%,transparent 50.1%,transparent 74.9%,rgba(255,255,255,.07) 75%,transparent 75.1%); }
.mobile-nav__inner { position:relative; z-index:1; max-width:var(--max); min-height:100%; margin:auto; padding:118px clamp(24px,5vw,72px) 38px; display:grid; grid-template-rows:auto 1fr auto; }
.mobile-nav__head,.mobile-nav__foot { display:flex; align-items:center; justify-content:space-between; gap:24px; color:#827f7d; font-size:10px; letter-spacing:.16em; text-transform:uppercase; }
.mobile-nav__head .lang { display:none; }
.mobile-nav__links { width:min(100%,820px); align-self:center; display:grid; grid-template-columns:1fr; column-gap:0; }
.mobile-nav__links a { position:relative; display:flex; align-items:baseline; gap:18px; padding:4px 0; border-bottom:1px solid rgba(255,255,255,.1); color:#f6f3ef; font-size:clamp(32px,4.2vw,62px); line-height:1.236; letter-spacing:-.055em; transition:color .2s,padding-left .25s; }
.mobile-nav__links a::before { content:"0" counter(nav); counter-increment:nav; color:var(--pink); font-size:10px; letter-spacing:.12em; }
.mobile-nav__links { counter-reset:nav; }
.mobile-nav__links a:hover,.mobile-nav__links a.active { color:var(--pink); padding-left:12px; }
.mobile-nav__foot a:hover { color:#fff; }

.work-card__brand { color:#fff; text-shadow:0 2px 18px rgba(0,0,0,.7); }
.work-card:hover .work-card__brand { color:var(--pink-2); }

.brand-wall__item--logo { min-height:136px; background:transparent; padding:22px; }
.brand-wall__item--logo img { width:100%; height:88px; max-width:200px; object-fit:contain; opacity:.88; transition:filter .28s ease,opacity .28s ease,transform .28s ease; }
.brand-wall__item--logo:hover { background:rgba(255,255,255,.48); }
.brand-wall__item--logo:hover img { opacity:1; transform:scale(1.035); }
.brand-wall__item--logo img[alt="Stonewood Group"],
.brand-wall__item--logo img[alt="Finlis Life Design"],
.brand-wall__item--logo img[alt="Paulmoney HiFi"],
.brand-wall__item--logo img[alt="Mansion Civil"],
.brand-wall__item--logo img[alt="Trinity Studio"],
.brand-wall__item--logo img[alt="Michael Kan Law"] { filter:brightness(0); opacity:.72; }
.brand-wall__item--name { background:#f8f5f0; }

@media (max-width:1040px) {
  .nav__panel { padding:5px; }
  .nav__panel .lang { display:flex; }
  .menu-btn { display:flex; min-width:126px; }
  .mobile-nav { display:block; padding:0; }
  .mobile-nav__links a { font-size:clamp(30px,5.6vw,50px); }
}
@media (max-width:720px) {
  .brand { width:78px; height:60px; transform:none; }
  .brand__mark { width:34px; height:33px; }
  .brand__line { font-size:5.7px; }
  .nav__panel .lang { display:none; }
  .menu-btn { min-width:96px; height:40px; padding:0 12px; gap:14px; }
  .menu-btn__label { font-size:9px; }
  .mobile-nav__inner { padding:92px 20px 25px; }
  .mobile-nav__head .lang { display:flex; }
  .mobile-nav__links { grid-template-columns:1fr; align-self:center; }
  .mobile-nav__links a { padding:5px 0; font-size:clamp(34px,10vw,47px); }
  .mobile-nav__foot { align-items:flex-start; flex-direction:column; gap:8px; }
  .site-intro__panel { width:50.2%; }
  .site-intro__panel:nth-child(1) { left:0; }
  .site-intro__panel:nth-child(2) { left:50%; }
  .site-intro__panel:nth-child(3),.site-intro__panel:nth-child(4) { display:none; }
  .site-intro::before { inset:-1%; background-position:58% center; }
  .site-intro::after { background:radial-gradient(circle at 50% 48%,rgba(6,6,7,.48) 0,rgba(6,6,7,.22) 34%,rgba(6,6,7,.12) 58%,rgba(6,6,7,.28) 100%); }
  .brand-wall__item--logo { min-height:108px; padding:16px; }
  .brand-wall__item--logo img { height:66px; }
}

/* 2026.08: quieter homepage carousel, editorial events page and device polish */
@media (pointer:fine) {
  html, body, a, button, [role="button"] { cursor:none !important; }
  .cursor-dot { position:fixed; z-index:3000; left:0; top:0; width:10px; height:10px; border-radius:50%; background:var(--pink); opacity:0; pointer-events:none; will-change:transform; transition:width .18s ease,height .18s ease,opacity .15s ease,box-shadow .18s ease; }
  .cursor-dot.is-visible { opacity:1; }
  .cursor-dot.is-active { width:16px; height:16px; box-shadow:0 0 0 5px rgba(255,63,129,.18); }
}

.hero--showcase { isolation:isolate; background:#080809; }
.hero--showcase::before { z-index:-1; display:block; background:radial-gradient(circle at 78% 26%,rgba(255,63,129,.24),transparent 23%),linear-gradient(120deg,#070708 0%,#0c0b0e 60%,#1b0911 100%); }
.hero--showcase::after { z-index:-1; display:block; width:52vw; right:-12vw; top:5vh; border-color:rgba(255,63,129,.3); box-shadow:0 0 0 7vw rgba(255,63,129,.028),0 0 0 14vw rgba(255,255,255,.012); }
.hero-slide { z-index:-1; overflow:hidden; }
.hero-slide::before { content:""; position:absolute; z-index:2; inset:0; opacity:.9; background:radial-gradient(circle at 78% 33%,rgba(255,63,129,.29) 0 7%,transparent 7.5%),linear-gradient(115deg,transparent 0 68%,rgba(255,63,129,.12) 68% 69%,transparent 69%); }
.hero-slide:nth-child(2)::before { background:radial-gradient(circle at 70% 25%,transparent 0 10%,rgba(255,63,129,.32) 10.2% 10.6%,transparent 10.8%),linear-gradient(28deg,transparent 0 64%,rgba(255,63,129,.13) 64% 73%,transparent 73%); }
.hero-slide:nth-child(3)::before { background:linear-gradient(90deg,transparent 0 72%,rgba(255,63,129,.19) 72% 73%,transparent 73%),radial-gradient(ellipse at 84% 70%,rgba(255,63,129,.26),transparent 28%); }
.hero-slide:nth-child(4)::before { background:radial-gradient(circle at 76% 36%,rgba(255,63,129,.3) 0 4%,transparent 4.4%),radial-gradient(circle at 76% 36%,transparent 0 13%,rgba(255,63,129,.24) 13.2% 13.6%,transparent 13.8%); }
.hero-slide img { opacity:.055; filter:grayscale(1) contrast(1.3) blur(7px); transform:scale(1.1); }
.hero-slide.is-active img { animation:hero-texture 7s ease both; }
.hero-slide__shade { z-index:3; background:linear-gradient(90deg,rgba(4,4,5,.86) 0%,rgba(4,4,5,.65) 56%,rgba(4,4,5,.36) 100%),linear-gradient(to top,rgba(4,4,5,.82),transparent 58%); }
@keyframes hero-texture { from { transform:scale(1.1); } to { transform:scale(1.16); } }

.brand-wall a.brand-wall__item { position:relative; }
.brand-wall a.brand-wall__item::after { content:"↗"; position:absolute; right:10px; top:8px; color:var(--pink); font-size:11px; opacity:0; transform:translate(-3px,3px); transition:.2s; }
.brand-wall a.brand-wall__item:hover::after { opacity:1; transform:none; }

.events-hero { position:relative; min-height:100svh; padding:142px clamp(20px,4vw,64px) 64px; overflow:hidden; display:flex; align-items:center; background:#080809 url("images/events/she-says-group-hero-20260806.png") center right/cover no-repeat; }
.events-hero::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size:12.5vw 100%; opacity:.22; }
.events-hero::after { content:""; position:absolute; inset:auto -9vw -36vw auto; width:54vw; aspect-ratio:1; border:1px solid rgba(255,63,129,.24); border-radius:50%; box-shadow:0 0 0 8vw rgba(255,63,129,.025); }
.events-hero__wash { position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,5,7,.99) 0%,rgba(6,6,8,.94) 27%,rgba(6,6,8,.68) 48%,rgba(6,6,8,.17) 72%,rgba(6,6,8,.03) 100%),linear-gradient(to top,rgba(5,5,7,.56),transparent 42%,rgba(5,5,7,.14)); }
.events-hero__inner { position:relative; z-index:2; width:100%; max-width:var(--max); margin:auto; }
.events-hero__copy { width:min(650px,52vw); }
.events-hero__copy h1 { margin:24px 0 32px; font-size:clamp(64px,8.5vw,128px); line-height:1.104; letter-spacing:-.065em; font-weight:500; white-space:nowrap; }
.events-hero__copy h1 em { color:var(--pink); font-family:var(--serif); font-weight:400; }
.events-hero__copy > p:not(.eyebrow) { max-width:650px; margin:0 0 38px; color:#c7c3c0; font-size:clamp(17px,1.5vw,22px); line-height:2.064; }
.events-hero__visual { position:relative; margin:0; width:min(100%,510px); justify-self:end; transform:rotate(2deg); }
.events-hero__visual::before { content:""; position:absolute; inset:6% -7% -5% 8%; background:var(--pink); transform:rotate(-5deg); }
.events-hero__visual img { position:relative; z-index:1; width:100%; aspect-ratio:2/3; object-fit:cover; box-shadow:0 34px 100px rgba(0,0,0,.52); }
.events-hero__visual--wide { width:min(100%,620px); transform:rotate(.6deg); }
.events-hero__visual--wide::before { inset:8% -5% -7% 6%; transform:rotate(-2.5deg); }
.events-hero__visual--wide img { aspect-ratio:16/9; }
.events-hero__visual figcaption { position:absolute; z-index:2; right:-24px; bottom:20px; padding:11px 15px; background:#fff; color:#111; font-size:9px; letter-spacing:.15em; text-transform:uppercase; }
.event-proof { display:grid; grid-template-columns:repeat(4,1fr); border-block:1px solid rgba(0,0,0,.15); }
.event-proof > div { padding:30px 24px; border-right:1px solid rgba(0,0,0,.15); }
.event-proof > div:last-child { border:0; }
.event-proof b { display:block; font-size:clamp(38px,5vw,72px); line-height:1.200; letter-spacing:-.06em; }
.event-proof span { display:block; margin-top:10px; color:#77736e; font-size:11px; letter-spacing:.12em; text-transform:uppercase; }
.event-feature { display:grid; grid-template-columns:.88fr 1.12fr; min-height:650px; background:#fff; border:1px solid rgba(0,0,0,.16); }
.event-feature__visual { min-height:100%; overflow:hidden; background:#f1d8df; }
.event-feature__visual img { width:100%; height:100%; object-fit:contain; object-position:center; }
.event-feature__body { min-width:0; padding:clamp(34px,6vw,88px); display:flex; flex-direction:column; justify-content:center; }
.event-feature__index { color:var(--pink); font-size:10px; letter-spacing:.18em; text-transform:uppercase; }
.event-feature h3 { margin:22px 0 26px; font-size:clamp(35px,4.5vw,68px); line-height:1.260; letter-spacing:-.05em; font-weight:500; }
.event-feature__body > p { margin:0 0 36px; color:#5f5b57; font-size:17px; line-height:2.100; }
.event-feature dl { margin:0; border-top:1px solid rgba(0,0,0,.14); }
.event-feature dl div { display:grid; grid-template-columns:100px 1fr; gap:24px; padding:15px 0; border-bottom:1px solid rgba(0,0,0,.14); }
.event-feature dt { color:#8b8782; font-size:10px; letter-spacing:.13em; text-transform:uppercase; }
.event-feature dd { min-width:0; margin:0; overflow-wrap:anywhere; font-size:14px; line-height:1.800; }
.event-film-intro { color:#aaa6a2; }
.event-films { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.event-film { background:#151517; }
.event-film__video { position:relative; aspect-ratio:16/9; overflow:hidden; background:#050506; }
.event-film__video video { display:block; width:100%; height:100%; object-fit:cover; }
.event-film__thumb { position:relative; aspect-ratio:16/9; overflow:hidden; background:#221018; }
.event-film__thumb img { width:100%; height:100%; object-fit:cover; object-position:center 34%; filter:saturate(.82); transition:transform .65s ease,filter .35s ease; }
.event-film:hover img { transform:scale(1.045); filter:saturate(1); }
.event-film__status { position:absolute; left:16px; bottom:14px; padding:8px 10px; background:rgba(9,9,10,.84); color:#fff; font-size:9px; letter-spacing:.14em; text-transform:uppercase; }
.event-film > div:last-child { padding:20px 22px 24px; }
.event-film > div:last-child > span { color:var(--pink); font-size:10px; letter-spacing:.15em; }
.event-film h3 { min-height:2.76em; margin:10px 0 0; font-size:clamp(20px,2vw,28px); line-height:1.380; }
.event-film__thumb--graphic { display:grid; place-items:center; background:radial-gradient(circle at 66% 32%,rgba(255,255,255,.18),transparent 20%),linear-gradient(125deg,#ff3f81,#5c0e2c); }
.event-film__nine { font-size:clamp(80px,11vw,168px); font-weight:700; line-height:1.200; letter-spacing:-.08em; color:#fff; opacity:.92; }
.event-archive { border-top:1px solid rgba(0,0,0,.17); }
.event-archive__item { display:grid; grid-template-columns:190px .8fr 1.1fr; gap:36px; align-items:start; padding:38px 0; border-bottom:1px solid rgba(0,0,0,.17); }
.event-archive__item > span { padding-top:8px; color:#8a8681; font-size:10px; letter-spacing:.15em; }
.event-archive__item h3 { min-height:2.592em; margin:0; font-size:clamp(27px,3vw,44px); line-height:1.296; letter-spacing:-.04em; font-weight:500; }
.event-archive__item p { margin:4px 0 0; color:#65615d; line-height:2.100; }

@media (max-width:1040px) {
  .events-hero__copy h1 { font-size:clamp(54px,8.8vw,92px); }
  .event-feature { grid-template-columns:.85fr 1.15fr; }
}

@media (max-width:720px) {
  .hero--showcase { min-height:100svh; padding:105px 20px 22px; }
  .hero--showcase::after { width:92vw; right:-44vw; top:18vh; }
  .hero-slide img { opacity:0; }
  .hero-slide::before { opacity:1; background:radial-gradient(circle at 83% 32%,rgba(255,63,129,.35) 0 8%,transparent 8.5%),linear-gradient(110deg,transparent 0 66%,rgba(255,63,129,.15) 66% 67%,transparent 67%); }
  .hero__content--showcase { min-height:calc(100svh - 127px); justify-content:flex-end; }
  .hero--showcase h1 { max-width:100%; margin:15px 0 20px; font-size:clamp(41px,12.2vw,52px); line-height:1.176; }
  .hero--showcase .hero__lead { max-width:100%; font-size:15px; line-height:1.944; }
  .hero--showcase .hero__bottom { gap:19px; }
  .hero--showcase .hero__buttons { display:grid; grid-template-columns:1fr 1fr; width:100%; gap:8px; }
  .hero--showcase .hero__buttons .btn { width:100%; min-width:0; padding-inline:12px; letter-spacing:.08em; }
  .hero-controls { margin-top:20px; padding-top:14px; }
  .site-intro::before { inset:-1%; background-position:38% center; }
  .site-intro::after { background:linear-gradient(to top,rgba(6,6,7,.42),rgba(6,6,7,.04) 44%,rgba(6,6,7,.16)),radial-gradient(circle at 50% 48%,rgba(6,6,7,.43) 0,rgba(6,6,7,.18) 35%,rgba(6,6,7,.06) 60%,rgba(6,6,7,.2) 100%); }
  .site-intro__progress { width:136px; }
  .site-intro__inner > p { margin:17px 0 27px; }
  .events-hero { min-height:100svh; padding:112px 20px 52px; align-items:flex-end; background-position:69% center; }
  .events-hero::before { background-size:25vw 100%; }
  .events-hero::after { width:100vw; right:-62vw; bottom:-24vw; }
  .events-hero__wash { background:linear-gradient(to top,rgba(5,5,7,.99) 0%,rgba(5,5,7,.92) 34%,rgba(5,5,7,.34) 67%,rgba(5,5,7,.16) 100%),linear-gradient(90deg,rgba(5,5,7,.72),rgba(5,5,7,.06)); }
  .events-hero__copy { width:100%; }
  .events-hero__copy h1 { margin:18px 0 25px; font-size:clamp(47px,13.4vw,61px); line-height:1.128; }
  .events-hero__copy > p:not(.eyebrow) { min-height:0; max-width:32em; font-size:15px; line-height:1.92; }
  .event-proof { grid-template-columns:1fr 1fr; }
  .event-proof > div:nth-child(2) { border-right:0; }
  .event-proof > div:nth-child(-n+2) { border-bottom:1px solid rgba(0,0,0,.15); }
  .event-feature { grid-template-columns:1fr; min-height:0; }
  .event-feature__visual { min-height:0; padding:18px; background:linear-gradient(145deg,#f0cdd9 0%,#fff3f6 100%); }
  .event-feature__visual img { display:block; width:100%; height:auto; object-fit:contain; object-position:center; box-shadow:0 18px 46px rgba(111,46,68,.18); }
  .event-feature__body { padding:32px 22px 38px; }
  .event-feature h3 { min-height:6.3em; }
  .event-feature__body > p { min-height:12.6em; }
  .event-feature dl div { grid-template-columns:72px 1fr; gap:16px; }
  .event-feature dd { min-height:3.6em; }
  .event-films { grid-template-columns:1fr; }
  .event-archive__item { grid-template-columns:1fr; gap:14px; padding:30px 0; }
  .event-archive__item > span { padding-top:0; }
  .event-archive__item h3 { min-height:0; }
}
