:root {
  --brand-blue: #3b6cf5;
  --brand-blue-hover: #2e5ce0;
  --hero-blue: #4f6fef;
  --hero-purple: #9b7ae8;
  --hero-pink: #d8a8e0;
  --motion-fast: 180ms;
  --motion-base: 260ms;
  --motion-slow: 360ms;
  --white: #fff;
  --off-white: #fff;
  --light: #f2f2f2;
  --ink: #111;
  --secondary: #555;
  --muted: #888;
  --border: #e5e5e5;
  --warm: #faeeda;
  --warm-accent: #ba7517;
  --shadow-soft: 0 4px 24px rgba(24, 22, 48, .08);
  --shadow-medium: 0 18px 60px rgba(24, 22, 48, .18);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 999px;
  --container: 1160px;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { max-width: 100%; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; border-radius: 10px; background: #fff; color: #111; transition: top .2s; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #ffd54f; outline-offset: 4px; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section-pad { padding: 120px 0; }
.section-soft { background: var(--off-white); }
.eyebrow { margin: 0 0 18px; color: var(--brand-blue); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: rgba(255,255,255,.78); }
.eyebrow.warm { color: var(--warm-accent); }
.section-heading { max-width: 780px; margin-bottom: 52px; }
.section-heading h2, .about-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 5vw, 60px); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.section-heading p:not(.eyebrow), .heading-row > p { color: var(--secondary); font-size: 17px; }
.serif-en { display: block; color: #6e6e76; font-size: .62em; font-style: italic; line-height: 1.25; letter-spacing: -.02em; }
.heading-row { display: flex; align-items: end; justify-content: space-between; max-width: none; gap: 40px; }
.heading-row > p { margin: 0 0 8px; max-width: 360px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; padding: 22px 0; }
.nav-shell { display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 650; letter-spacing: -.02em; }
.brand-mark { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--brand-blue); color: #fff; box-shadow: 0 6px 20px rgba(20,37,125,.28); }
.site-nav { display: flex; align-items: center; gap: 4px; padding: 4px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-full); background: rgba(28,32,76,.18); backdrop-filter: blur(14px); }
.nav-link { padding: 8px 16px; border-radius: var(--radius-full); color: rgba(255,255,255,.76); font-size: 13px; font-weight: 500; transition: .2s ease; }
.nav-link:hover, .nav-link.active { background: rgba(255,255,255,.14); color: #fff; }
.nav-contact { background: #fff; color: #303b76; }
.nav-contact:hover { background: #f5f7ff; color: #111; transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.1); }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 1px; margin: 4px auto; background: #fff; }

.hero { position: relative; display: grid; min-height: 940px; overflow: hidden; color: #fff; background: linear-gradient(180deg, #4f6fef 0%, #716cec 48%, #d7a8df 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 210px; background: linear-gradient(180deg, transparent, rgba(255,255,255,.14)); pointer-events: none; }
.portal-sky { position: absolute; z-index: 0; inset: 0; overflow: hidden; opacity: 0; pointer-events: none; transition: opacity 1.1s ease; }
.portal-sky.is-ready { opacity: 1; }
.portal-sky canvas { display: block; width: 100%; height: 100%; }
.hero-inner { position: relative; z-index: 2; width: min(calc(100% - 48px), var(--container)); margin: auto; padding: 148px 0 95px; text-align: center; }
.hero-copy { position: relative; z-index: 3; max-width: 840px; margin-inline: auto; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #9ef2c3; box-shadow: 0 0 0 5px rgba(158,242,195,.12); }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(58px, 8vw, 94px); font-weight: 500; line-height: .98; letter-spacing: -.045em; text-shadow: 0 3px 30px rgba(27,20,91,.14); }
.hero h1 em { font-weight: inherit; color: #fff4dc; }
.hero-subtitle { margin: 30px 0 4px; font-size: 20px; font-weight: 500; }
.hero-tags { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; letter-spacing: .035em; }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 12px 22px; border: 0; border-radius: var(--radius-full); font-size: 14px; font-weight: 600; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--brand-blue); color: #fff; box-shadow: 0 10px 30px rgba(36,55,157,.28); }
.btn-primary:hover { background: var(--brand-blue-hover); }
.btn-ghost { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.12); color: #fff; backdrop-filter: blur(10px); }
.btn-ghost:hover { background: rgba(255,255,255,.2); }
.btn-light { background: #fff; color: #2f3772; box-shadow: 0 12px 34px rgba(27,20,91,.18); }

.hero-stage { position: relative; width: min(780px, 84vw); height: 360px; margin: 76px auto 0; perspective: 1000px; }
.stage-card { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.6); border-radius: 22px; box-shadow: 0 24px 70px rgba(30,29,78,.24); text-align: left; backdrop-filter: blur(16px); }
.stage-card-main { inset: 15px 90px 0; background: rgba(252,252,255,.91); color: var(--ink); transform: rotateX(7deg); }
.stage-windowbar { display: flex; align-items: center; gap: 6px; height: 38px; padding: 0 14px; border-bottom: 1px solid #e6e6ed; background: rgba(255,255,255,.75); }
.stage-windowbar span { width: 7px; height: 7px; border-radius: 50%; background: #d7d8e1; }
.stage-windowbar b { margin-left: auto; color: #9797a3; font-size: 9px; letter-spacing: .12em; }
.stage-main-body { display: grid; align-content: center; min-height: 275px; padding: 34px 48px; background: radial-gradient(circle at 88% 15%, #eee5ff 0 7%, transparent 28%), linear-gradient(135deg,#fff,#f4f2fb); }
.stage-kicker, .card-label { color: var(--brand-blue); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.stage-main-body h2 { margin: 8px 0 27px; font-family: var(--serif); font-size: 32px; font-weight: 500; line-height: 1.12; letter-spacing: -.035em; }
.stage-signal { display: flex; align-items: center; gap: 12px; }
.signal-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: #e8f0fe; color: var(--brand-blue); font-size: 24px; }
.stage-signal b, .stage-signal small { display: block; }
.stage-signal b { font-size: 12px; }.stage-signal small { color: var(--muted); font-size: 10px; }
.stage-card-metric { z-index: 3; width: 190px; padding: 22px; background: rgba(255,255,255,.94); color: var(--ink); }
.stage-card-metric strong { display: block; margin: 7px 0 2px; font-family: var(--serif); font-size: 32px; line-height: 1; }.stage-card-metric strong sup { font-size: .5em; }
.stage-card-metric small { color: var(--muted); font-size: 10px; }
.metric-left { left: 0; top: 110px; transform: rotate(-7deg); }.metric-right { right: 0; top: 58px; transform: rotate(7deg); }
.stage-badge { position: absolute; z-index: 4; right: 82px; bottom: 2px; padding: 10px 15px; border-radius: var(--radius-full); background: #20234c; box-shadow: 0 12px 30px rgba(25,28,70,.25); color: rgba(255,255,255,.74); font-size: 10px; transform: rotate(-2deg); }.stage-badge span { color: #fff; font-weight: 700; }
.scroll-cue { position: absolute; z-index: 4; right: 34px; bottom: 32px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: 11px; letter-spacing: .08em; writing-mode: vertical-rl; }.scroll-cue i { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; font-style: normal; }

.results { background: #fff; }
.metrics-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); }
.metric-card { position: relative; min-height: 210px; padding: 34px 28px; background: #fff; }.metric-card + .metric-card { border-left: 1px solid var(--border); }
.metric-card strong { display: block; margin-bottom: 18px; font-family: var(--serif); font-size: clamp(34px,4vw,52px); font-weight: 500; line-height: 1; letter-spacing: -.035em; }.metric-card strong sup { color: var(--brand-blue); font-size: .45em; }
.metric-card span { color: var(--secondary); }.metric-card i { position: absolute; right: 20px; bottom: 14px; color: #d6d6dc; font-family: var(--serif); font-style: italic; }
.proof-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 24px 0 0; color: var(--muted); font-size: 13px; }.proof-note span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #e6f4ea; color: #218342; }

.about-layout { display: grid; grid-template-columns: .95fr 1.25fr; gap: 84px; align-items: start; }
.about-intro h2 { margin-bottom: 28px; }
.lead { color: var(--secondary); font-size: 18px; line-height: 1.75; }
.statement { display: inline-block; margin: 12px 0 0; border-bottom: 2px solid var(--brand-blue); font-family: var(--serif); font-size: 24px; }
.capability-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.capability-card { min-height: 190px; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius-md); background: #fff; box-shadow: 0 2px 14px rgba(20,20,30,.04); transition: transform .25s ease, box-shadow .25s ease; }
.capability-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.capability-card h3 { margin: 24px 0 6px; font-size: 18px; }.capability-card p { margin: 0; color: var(--muted); font-size: 13px; }
.timeline { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 72px; border-top: 1px solid #dcdce2; }
.timeline article { position: relative; display: grid; gap: 30px; padding: 30px 30px 0 0; }.timeline article::before { content:""; position:absolute; top:-5px; left:0; width:9px; height:9px; border:2px solid var(--off-white); border-radius:50%; background:var(--brand-blue); box-shadow:0 0 0 1px var(--brand-blue); }
.timeline time { color: var(--brand-blue); font-size: 12px; font-weight: 700; letter-spacing: .08em; }.timeline h3 { margin: 0 0 4px; font-size: 16px; }.timeline p { margin: 0; color: var(--muted); font-size: 13px; }

.works-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.work-card { position: relative; display: grid; grid-template-rows: 310px auto; min-width: 0; padding: 0; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-soft); text-align: left; cursor: pointer; transition: transform .3s ease, box-shadow .3s ease; }
.work-card:hover { transform: translateY(-7px) rotateX(1deg); box-shadow: 0 22px 54px rgba(27,28,52,.14); }.work-card:hover .open-icon { background:var(--brand-blue);color:#fff;transform:rotate(45deg); }
.work-visual { position: relative; display: grid; place-items: center; overflow: hidden; }
.media-placeholder-badge { position: absolute !important; z-index: 8 !important; right: 16px !important; bottom: 14px !important; top: auto !important; display: inline-flex !important; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.42); border-radius: var(--radius-full); background: rgba(18,20,46,.46); color: rgba(255,255,255,.88) !important; font-family: var(--sans) !important; font-size: 9px !important; font-style: normal !important; font-weight: 600; line-height: 1 !important; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 7px 22px rgba(15,15,30,.12); backdrop-filter: blur(10px); transform: none !important; }
.media-placeholder-badge span { color: #fff !important; font-size: 9px !important; letter-spacing: 0 !important; }
.work-content { position: relative; display: flex; flex-direction: column; padding: 27px 28px 30px; }.work-meta { margin-bottom: 9px; color: var(--brand-blue); font-size: 10px; font-weight: 700; letter-spacing: .13em; }.work-content strong { font-family: var(--serif); font-size: 27px; font-weight: 500; letter-spacing: -.02em; }.work-content > span:not(.work-meta) { color: var(--secondary); }.work-content small { margin-top: 18px; color: var(--muted); }.open-icon { position: absolute; right: 25px; top: 28px; display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid var(--border); border-radius: 50%; font-style: normal; transition: .25s ease; }
.visual-festival { background: linear-gradient(145deg,#11183f,#695dd8 55%,#e0a8d3); }.visual-festival b { z-index:2; color:#fff; font-family:var(--serif); font-size:68px; font-weight:500; line-height:.78; letter-spacing:-.06em; transform:rotate(-5deg); text-shadow:0 10px 30px rgba(0,0,0,.15); }.beam { position:absolute; bottom:-50px; width:50px; height:400px; background:linear-gradient(180deg,rgba(255,255,255,.55),transparent); filter:blur(15px); transform-origin:bottom; }.beam.b1{left:22%;transform:rotate(31deg)}.beam.b2{right:22%;transform:rotate(-31deg)}.stage-line{position:absolute;left:0;right:0;bottom:35px;height:1px;background:rgba(255,255,255,.3)}
.visual-content { background:linear-gradient(145deg,#e7e8ff,#f2d8f0); }.phone-frame { display:grid; place-items:center; width:145px; height:240px; border:7px solid #1b1b2c; border-radius:30px; background:linear-gradient(160deg,#4f6fef,#d8a8e0); box-shadow:0 26px 36px rgba(57,50,118,.24); transform:rotate(8deg); }.phone-frame b{color:#fff;font-family:var(--serif);font-size:38px;text-align:center}.phone-frame small{display:block;font-family:var(--sans);font-size:10px;letter-spacing:.08em}.floating-tag{position:absolute;left:12%;bottom:32px;padding:10px 14px;border-radius:999px;background:#fff;box-shadow:var(--shadow-soft);color:#3d3d55;font-size:11px;font-style:normal;transform:rotate(-4deg)}
.visual-live { background:radial-gradient(circle at 50% 60%,#5555c2,transparent 28%),linear-gradient(145deg,#151638,#543da1); }.visual-live b{color:#fff;font-family:var(--serif);font-size:62px;font-weight:500}.visual-live b sup{font-size:.4em}.live-chip{position:absolute;top:26px;left:28px;padding:7px 12px;border-radius:999px;background:#ff5d76;color:#fff;font-size:9px;font-style:normal;letter-spacing:.1em}.chart-line{position:absolute;left:12%;right:12%;bottom:45px;height:64px;border-top:2px solid rgba(143,255,203,.75);border-radius:50%;transform:skewY(-8deg)}
.visual-coaster { background:linear-gradient(180deg,#acd9ff,#f7e4d4 70%); }.visual-coaster b{z-index:2;font-family:var(--serif);font-size:62px;font-weight:500;color:#24354d}.visual-coaster small{position:absolute;top:62%;color:#4d647d}.coaster-track{position:absolute;width:520px;height:220px;bottom:-120px;border:11px solid #30384a;border-radius:50%;box-shadow:0 0 0 5px #fff;transform:rotate(-10deg)}

.journal { background: var(--warm); }
.journal-shell { position: relative; }
.journal-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 40px)/3); gap: 20px; overflow-x: auto; padding: 10px 4px 34px; scroll-snap-type: x mandatory; scrollbar-width: none; }.journal-track::-webkit-scrollbar{display:none}
.journal-card { position: relative; min-height: 430px; padding: 34px; overflow:hidden; border:1px solid rgba(99,75,42,.12); border-radius:var(--radius-md); background:#fffdf8; box-shadow:0 12px 28px rgba(105,80,45,.08); scroll-snap-align:start; transform:rotate(-1deg); }.journal-card:nth-child(even){transform:rotate(1deg)}
.journal-card::after{content:"";position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(90,70,40,.12) 1px,transparent 1px);background-size:100% 28px;pointer-events:none}
.journal-card > *{position:relative;z-index:1}.journal-card > span{color:var(--warm-accent);font-size:10px;font-weight:700;letter-spacing:.15em}.journal-card h3{margin:30px 0 80px;font-family:var(--serif);font-size:36px;font-weight:500;line-height:1.05;letter-spacing:-.03em}.journal-card p,.journal-card li{color:#735f4d;font-family:"Noto Serif SC",serif;font-size:13px}.journal-card ul{padding-left:20px}.doodle{position:absolute;z-index:1;right:35px;top:45%;color:var(--warm-accent);font-size:64px;font-style:normal;transform:rotate(8deg)}.journal-b{background:#eef0ff}.journal-c{background:#fff9d9}.journal-d{background:#e9f2ea}.journal-e{background:#ffece9}.journal-f{background:#efe6f8}
.journal-card .media-placeholder-badge { right: 18px !important; bottom: 17px !important; background: rgba(109,76,35,.1); border-color: rgba(109,76,35,.16); color: #7b6349 !important; box-shadow: none; }
.journal-card .media-placeholder-badge span { color: var(--warm-accent) !important; }
.carousel-controls { display: grid; grid-template-columns: 1fr auto 1fr; align-items:center; margin-top:6px; }.carousel-arrows{display:flex;gap:8px}.carousel-arrows button{display:grid;place-items:center;width:45px;height:45px;border:1px solid rgba(87,60,30,.18);border-radius:50%;background:rgba(255,255,255,.48);cursor:pointer;transition:.2s}.carousel-arrows button:hover{background:#fff;transform:translateY(-2px)}.carousel-dots{display:flex;gap:7px}.carousel-dots button{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:rgba(96,70,39,.25);cursor:pointer}.carousel-dots button.active{width:24px;border-radius:99px;background:var(--warm-accent)}.drag-hint{justify-self:end;color:#8b755e;font-size:11px;letter-spacing:.08em}

.contact { background:#fff; }
.contact-panel { position:relative; overflow:hidden; padding:100px 40px 54px; border-radius:var(--radius-xl); background:linear-gradient(135deg,#4f6fef 0%,#766bdd 50%,#b487dc 100%); color:#fff; text-align:center; box-shadow:var(--shadow-medium); }.contact-panel::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.18),transparent 35%),radial-gradient(circle at 10% 90%,rgba(255,210,225,.2),transparent 30%);pointer-events:none}.contact-stars{position:absolute;top:32px;left:0;right:0;color:rgba(255,255,255,.5);letter-spacing:.5em}.contact-panel h2{position:relative;margin:0;font-family:var(--serif);font-size:clamp(44px,6vw,70px);font-weight:500;letter-spacing:-.04em}.contact-panel > p:not(.eyebrow){position:relative;margin:22px auto 0;max-width:620px;color:rgba(255,255,255,.8);font-size:17px}.contact-actions{position:relative;display:flex;justify-content:center;gap:12px;margin-top:32px}.contact-meta{position:relative;display:flex;justify-content:center;gap:60px;margin-top:76px;padding-top:28px;border-top:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.82);font-size:12px;text-align:left}.contact-meta span{display:flex;flex-direction:column}.contact-meta small{margin-bottom:4px;color:rgba(255,255,255,.5);font-size:9px;letter-spacing:.12em;text-transform:uppercase}
.site-footer { padding:38px 0; background:#11121c; color:#fff; }.site-footer .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand{font-size:13px}.footer-brand .brand-mark{width:28px;height:28px;border-radius:8px}.site-footer p{color:rgba(255,255,255,.5);font-size:11px;letter-spacing:.09em;text-transform:uppercase}.site-footer small{color:rgba(255,255,255,.35)}

.case-dialog { width:min(780px,calc(100% - 32px)); max-height:min(850px,calc(100vh - 32px)); padding:0; overflow:auto; border:0; border-radius:var(--radius-lg); box-shadow:0 28px 90px rgba(16,15,35,.32); }.case-dialog::backdrop{background:rgba(19,19,35,.48);backdrop-filter:blur(8px)}.dialog-shell{position:relative;padding:52px}.dialog-close{position:absolute;right:22px;top:22px;display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--border);border-radius:50%;background:#fff;font-size:22px;cursor:pointer}.dialog-shell h2{margin:0;font-family:var(--serif);font-size:44px;font-weight:500;line-height:1.1;letter-spacing:-.03em}.dialog-lead{margin:16px 0 36px;color:var(--secondary);font-size:17px}.dialog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.dialog-block{padding:22px;border-radius:var(--radius-md);background:var(--off-white)}.dialog-block h3{margin:0 0 8px;color:var(--brand-blue);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.dialog-block p,.dialog-block ul{margin:0;color:var(--secondary);font-size:14px}.dialog-block ul{padding-left:18px}.dialog-block.result{background:#edf2ff}.dialog-block.review{grid-column:1/-1;background:#fff8e8}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.75,.25,1)}.reveal.visible{opacity:1;transform:none}

@media (max-width: 920px) {
  .section-pad{padding:88px 0}.hero{min-height:900px}.hero-stage{width:min(680px,92vw);height:330px}.stage-card-main{inset:10px 70px 0}.stage-main-body{padding:28px 40px}.metrics-grid{grid-template-columns:repeat(2,1fr)}.metric-card:nth-child(3){border-left:0;border-top:1px solid var(--border)}.metric-card:nth-child(4){border-top:1px solid var(--border)}.about-layout{grid-template-columns:1fr;gap:48px}.timeline{grid-template-columns:1fr;margin-top:56px;border-top:0;border-left:1px solid #dcdce2}.timeline article{padding:0 0 36px 28px}.timeline article::before{top:8px;left:-5px}.journal-track{grid-auto-columns:calc((100% - 20px)/2)}.contact-meta{gap:28px}
}

@media (max-width: 680px) {
  .container,.nav-shell,.hero-inner{width:min(calc(100% - 32px),var(--container))}.section-pad{padding:72px 0}.site-header{padding:16px 0}.menu-toggle{display:block}.site-nav{position:absolute;left:16px;right:16px;top:70px;display:none;flex-direction:column;align-items:stretch;padding:8px;border-radius:18px;background:rgba(35,38,87,.94);box-shadow:var(--shadow-medium)}.site-nav.open{display:flex}.nav-link{text-align:center}.hero{min-height:850px}.hero-inner{padding:125px 0 78px}.hero h1{font-size:clamp(50px,16vw,68px)}.hero-subtitle{font-size:16px}.hero-tags{max-width:320px;margin-inline:auto}.hero-actions{flex-direction:column;align-items:stretch;width:min(300px,100%);margin:26px auto 0}.hero-stage{width:100%;height:300px;margin-top:52px}.stage-card-main{inset:12px 24px 0}.stage-main-body{min-height:230px;padding:24px}.stage-main-body h2{font-size:25px}.metric-left{left:-4px;top:160px}.metric-right{right:-4px;top:122px}.stage-card-metric{width:150px;padding:16px}.stage-card-metric strong{font-size:25px}.stage-badge{display:none}.scroll-cue{display:none}.section-heading{margin-bottom:36px}.section-heading h2,.about-intro h2{font-size:38px}.heading-row{align-items:start;flex-direction:column;gap:12px}.heading-row>p{font-size:15px}.metrics-grid{grid-template-columns:1fr}.metric-card{min-height:156px}.metric-card+.metric-card{border-left:0;border-top:1px solid var(--border)}.metric-card strong{font-size:42px}.capability-grid{grid-template-columns:1fr}.capability-card{min-height:0}.works-grid{grid-template-columns:1fr;gap:18px}.work-card{grid-template-rows:250px auto}.work-content strong{font-size:24px}.journal-track{grid-auto-columns:88%}.journal-card{min-height:390px}.carousel-controls{grid-template-columns:1fr auto}.carousel-dots{display:none}.drag-hint{grid-column:2}.contact-panel{padding:78px 22px 40px;border-radius:24px}.contact-actions{flex-direction:column}.contact-meta{align-items:center;flex-direction:column;gap:18px;margin-top:50px;text-align:center}.site-footer .container{flex-direction:column;text-align:center}.dialog-shell{padding:54px 24px 28px}.dialog-shell h2{font-size:36px}.dialog-grid{grid-template-columns:1fr}.dialog-block.review{grid-column:auto}
}

@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}
}

/* ═══════════════════════════════════════════════════════════
   V2 — typography, layout and motion aligned to portfolio ref
   ═══════════════════════════════════════════════════════════ */
body { font-weight: 400; letter-spacing: -.006em; }
::selection { background: var(--brand-blue); color: #fff; }
.section-heading h2,
.about-intro h2,
.contact-panel h2,
.dialog-shell h2 { font-family: var(--sans); font-weight: 700; letter-spacing: -.045em; }
.section-heading h2,
.about-intro h2 { font-size: clamp(38px, 5vw, 58px); }
.serif-en { margin-top: 4px; color: #999; font-family: var(--sans); font-size: .49em; font-style: normal; font-weight: 400; letter-spacing: .025em; }
.eyebrow { margin-bottom: 16px; font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.section-heading p:not(.eyebrow), .heading-row > p { line-height: 1.75; }

.hero h1 { font-family: var(--sans); font-size: clamp(52px, 7.4vw, 86px); font-weight: 700; letter-spacing: -.025em; }
.hero h1 em { font-style: normal; }
.hero-subtitle { letter-spacing: -.015em; }
.stage-main-body h2 { font-family: var(--sans); font-weight: 700; letter-spacing: -.04em; }

/* Hero breathing rhythm — centered composition from the approved reference */
.hero { min-height: 1080px; }
.hero-inner { padding-top: 156px; padding-bottom: 108px; }
.hero-copy { display: flex; max-width: 920px; padding: 64px 0 12px; flex-direction: column; align-items: center; text-align: center; }
.hero-copy > * { margin-left: auto; margin-right: auto; }
.hero-copy .eyebrow { margin-bottom: 34px; }
.hero h1 { width: 100%; color: #fff; font-size: clamp(58px, 7vw, 88px); line-height: 1.075; text-align: center; }
.hero h1 em { display: block; color: #fff; }
.hero-subtitle { width: 100%; margin: 44px 0 0; font-size: clamp(18px, 2vw, 21px); line-height: 1.7; text-align: center; }
.hero-tags { display: flex; width: 100%; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 30px 0 0; color: rgba(255,255,255,.82); text-align: center; }
.hero-tags span { display: inline-flex; align-items: center; min-height: 38px; padding: 8px 17px; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius-full); background: rgba(255,255,255,.07); font-size: 13px; font-weight: 500; letter-spacing: .01em; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.hero-tags span:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.13); }
.hero-actions { width: 100%; justify-content: center; gap: 14px; margin-top: 48px; text-align: center; }
.hero-actions .btn { min-height: 52px; padding: 14px 28px; }
.hero-stage { margin-top: 106px; }

.about-layout { grid-template-columns: 1.08fr 1fr; gap: 82px; align-items: start; }
.about-intro h2 { margin-bottom: 58px; }
.lead { margin: 0 0 32px; max-width: 620px; color: var(--secondary); font-size: 18px; line-height: 1.85; }
.statement { margin: 0; border: 0; font-family: var(--sans); font-size: 18px; font-weight: 700; }
.capability-grid { display: grid; grid-template-columns: 1fr; gap: 16px; padding-top: 210px; }
.capability-card { display: flex; align-items: center; gap: 18px; min-height: 0; padding: 23px 26px; border-radius: 16px; box-shadow: none; transition: transform .4s cubic-bezier(.16,1,.3,1), border-color .4s ease, box-shadow .4s ease; }
.capability-card:hover { transform: translateY(-3px); border-color: #d0d0d0; box-shadow: 0 4px 20px rgba(0,0,0,.055); }
.capability-card h3 { margin: 0 0 3px; font-size: 16px; font-weight: 700; }
.capability-card p { font-size: 14px; }

.about .timeline { display: block; margin-top: 76px; border: 0; }
.about .timeline article { position: relative; display: flex; gap: 24px; padding: 0 0 34px; }
.about .timeline article::before { content: ""; position: absolute; left: 19px; top: 40px; bottom: 0; width: 1.5px; height: auto; border: 0; border-radius: 0; background: var(--border); box-shadow: none; }
.about .timeline article:last-child { padding-bottom: 0; }
.about .timeline article:last-child::before { display: none; }
.timeline-number { position: relative; z-index: 1; display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 40px; border-radius: 50%; background: var(--brand-blue); color: #fff; font-size: 14px; font-weight: 700; transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s ease; }
.about .timeline article:hover .timeline-number { transform: scale(1.1); box-shadow: 0 5px 18px rgba(59,108,245,.28); }
.about .timeline time { display: block; margin: 1px 0 4px; color: var(--brand-blue); font-size: 13px; font-weight: 700; letter-spacing: .01em; }
.about .timeline h3 { margin: 0 0 4px; font-size: 16px; font-weight: 600; }
.about .timeline p { margin: 0; color: var(--muted); font-size: 14px; }

.work-content strong { font-family: var(--sans); font-size: 23px; font-weight: 700; letter-spacing: -.025em; }

.journal { overflow: hidden; background: var(--off-white); border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
.journal-heading { max-width: 780px; margin: 0 auto 58px; text-align: center; }
.journal-heading .eyebrow { color: var(--brand-blue); }
.journal-heading > p:last-child { margin: 30px auto 0; max-width: 680px; }
.journal-track { grid-auto-columns: calc((100% - 40px)/3); gap: 20px; padding: 0 0 18px; }
.journal-card { aspect-ratio: 4 / 3; min-height: 0; padding: 0; border: 0; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,.045); transform: none !important; transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s ease; }
.journal-card::after { display: none; }
.journal-card:hover { transform: translateY(-6px) rotateX(2deg) rotateY(-2deg) !important; box-shadow: 0 8px 32px rgba(79,111,239,.12); }
.journal-card h3 { position: absolute; z-index: 3; left: 24px; bottom: 18px; margin: 0; color: var(--journal-accent,#7b6aef); font-family: var(--sans); font-size: 12px; font-weight: 600; line-height: 1; letter-spacing: 0; }
.journal-card .media-placeholder-badge { right: 15px !important; bottom: 14px !important; padding: 5px 8px; opacity: 0; transition: opacity .25s ease; }
.journal-card:hover .media-placeholder-badge,
.journal-card:focus-within .media-placeholder-badge { opacity: 1; }
.journal-a { --journal-accent:#8f7bea; background:#f0e8f5; }
.journal-b { --journal-accent:#6f89ef; background:#e8f0ff; }
.journal-c { --journal-accent:#68aa93; background:#e8f5f0; }
.journal-d { --journal-accent:#b89b5f; background:#f5f0e8; }
.journal-e { --journal-accent:#bd78ac; background:#f5eaf4; }
.journal-f { --journal-accent:#5f9bb8; background:#e8f5f8; }
.journal-art { position: absolute; inset: 0; color: var(--journal-accent); opacity: .42; }
.art-notes i { position:absolute; left:13%; height:5%; border-radius:4px; background:currentColor; }.art-notes i:nth-child(1){top:14%;width:74%}.art-notes i:nth-child(2){top:27%;width:60%;opacity:.66}.art-notes i:nth-child(3){top:37%;width:68%;opacity:.48}.art-notes b{position:absolute;right:20%;bottom:16%;width:27%;aspect-ratio:1;border-radius:50%;background:currentColor;opacity:.45}
.art-travel i:nth-child(1),.art-travel i:nth-child(2){position:absolute;bottom:18%;width:0;height:0;border-left:48px solid transparent;border-right:48px solid transparent;border-bottom:90px solid currentColor}.art-travel i:nth-child(1){left:19%;opacity:.68}.art-travel i:nth-child(2){right:18%;border-left-width:64px;border-right-width:64px;border-bottom-width:118px;opacity:.48}.art-travel b{position:absolute;right:22%;top:16%;width:14%;aspect-ratio:1;border-radius:50%;background:currentColor}
.art-book i{position:absolute;left:28%;top:21%;width:46%;height:54%;border-left:4px solid currentColor;border-radius:4px;background:currentColor;opacity:.3}.art-book b{position:absolute;left:40%;height:4%;border-radius:4px;background:currentColor}.art-book b:nth-of-type(1){top:37%;width:30%}.art-book b:nth-of-type(2){top:49%;width:24%;opacity:.75}.art-book b:nth-of-type(3){top:60%;width:28%;opacity:.55}
.art-work i{position:absolute;top:23%;width:18%;height:26%;border-radius:7px;background:currentColor}.art-work i:nth-child(1){left:16%}.art-work i:nth-child(2){left:41%;opacity:.7}.art-work i:nth-child(3){left:66%;opacity:.45}.art-work b{position:absolute;left:16%;top:59%;width:62%;height:5%;border-radius:5px;background:currentColor;opacity:.5}
.art-idea i{position:absolute;left:38%;top:20%;width:24%;aspect-ratio:1;border:3px solid currentColor;border-radius:50%}.art-idea b{position:absolute;left:47%;top:51%;width:6%;height:18%;border-radius:3px;background:currentColor;opacity:.55}
.art-city i{position:absolute;bottom:18%;width:14%;background:currentColor}.art-city i:nth-child(1){left:15%;height:34%}.art-city i:nth-child(2){left:32%;height:48%;opacity:.7}.art-city i:nth-child(3){left:49%;height:39%;opacity:.55}.art-city i:nth-child(4){left:66%;height:57%;opacity:.4}
.carousel-controls { grid-template-columns: 1fr auto 1fr; margin-top: 16px; }
.carousel-dots { justify-self: start; }
.carousel-dots button { width: 8px; height: 8px; background: #d0d0d0; transition: width .2s ease, background .2s ease; }
.carousel-dots button.active { width: 28px; background: var(--brand-blue); }
.carousel-arrows { justify-self: end; }
.carousel-arrows button { width: 44px; height: 44px; background: #fff; }
.carousel-arrows button:hover { border-color: var(--brand-blue); background: var(--brand-blue); color: #fff; transform: scale(1.08); }
.drag-hint { justify-self: center; }

.contact-panel h2 { letter-spacing: -.05em; }
.about .reveal, .journal .reveal { transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1); }
.capability-card:nth-child(2) { transition-delay: .06s; }
.capability-card:nth-child(3) { transition-delay: .12s; }
.capability-card:nth-child(4) { transition-delay: .18s; }

@media (max-width: 920px) {
  .hero { min-height: 1010px; }
  .hero-copy { padding-top: 46px; }
  .hero-stage { margin-top: 86px; }
  .about-layout { grid-template-columns: 1fr; gap: 54px; }
  .capability-grid { grid-template-columns: repeat(2,1fr); padding-top: 0; }
  .capability-card { align-items: flex-start; }
  .journal-track { grid-auto-columns: calc((100% - 20px)/2); }
}

@media (max-width: 680px) {
  .hero h1 { font-size: clamp(48px,15vw,64px); }
  .hero { min-height: 930px; }
  .hero-inner { padding-top: 118px; padding-bottom: 74px; }
  .hero-copy { padding: 28px 0 0; }
  .hero-copy .eyebrow { margin-bottom: 26px; }
  .hero h1 { line-height: 1.08; }
  .hero-subtitle { margin-top: 34px; }
  .hero-tags { gap: 8px; margin-top: 26px; }
  .hero-tags span { min-height: 34px; padding: 7px 13px; font-size: 11px; }
  .hero-actions { width: auto; flex-direction: row; align-items: center; margin-top: 40px; }
  .hero-actions .btn { width: auto; min-width: 156px; }
  .hero-stage { margin-top: 74px; }
  .about-intro h2 { margin-bottom: 38px; }
  .capability-grid { grid-template-columns: 1fr; }
  .about .timeline { margin-top: 54px; }
  .journal-heading { text-align: left; }
  .journal-heading > p:last-child { margin-left: 0; }
  .journal-track { grid-auto-columns: 88%; }
  .carousel-controls { grid-template-columns: 1fr auto; }
  .drag-hint { display: none; }
}

@media (max-width: 480px) {
  .hero-actions { width: min(320px,100%); flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
}

/* Results — centered independent cards from reference screenshot 1 */
.results { background: var(--off-white); }
.results-heading { max-width: 780px; margin: 0 auto 64px; text-align: center; }
.results-heading .eyebrow { color: var(--brand-blue); }
.results-heading h2 { text-align: center; }
.metrics-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.metric-card { display: flex; min-height: 250px; padding: 38px 22px 34px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.025); text-align: center; transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s ease, border-color .4s ease; }
.metric-card + .metric-card { border-left: 1px solid var(--border); }
.metric-card:hover { transform: translateY(-5px); border-color: #d4d4d4; box-shadow: 0 10px 30px rgba(59,108,245,.08); }
.metric-icon { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 50%; color: #fff !important; font-family: var(--sans); font-size: 19px; font-weight: 700; line-height: 1; }
.metric-icon-blue { background: linear-gradient(135deg,#4f6fef,#3b6cf5); }
.metric-icon-purple { background: linear-gradient(135deg,#716cec,#b487dc); }
.metric-icon-pink { background: linear-gradient(135deg,#d8a8e0,#e9b5e7); }
.metric-card strong { margin: 22px 0 9px; font-family: var(--serif); font-size: clamp(34px,3.3vw,48px); font-weight: 600; line-height: 1; letter-spacing: -.045em; }
.metric-card > span:not(.metric-icon) { color: var(--muted); font-size: 14px; }
.metric-card i { display: none; }
.proof-note { margin-top: 54px; color: #aaa; }

@media (max-width: 920px) {
  .metrics-grid { grid-template-columns: repeat(2,1fr); gap: 18px; }
  .metric-card { min-height: 220px; }
}

@media (max-width: 680px) {
  .results-heading { margin-bottom: 44px; }
  .metrics-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .metric-card { min-height: 180px; padding: 24px 14px; }
  .metric-icon { width: 42px; height: 42px; flex-basis: 42px; font-size: 16px; }
  .metric-card strong { margin-top: 17px; font-size: clamp(29px,8vw,38px); }
  .metric-card > span:not(.metric-icon) { font-size: 12px; line-height: 1.45; }
  .proof-note { margin-top: 34px; }
  .journal-heading { text-align: center; }
  .journal-heading > p:last-child { margin-left: auto; margin-right: auto; }
}

@media (max-width: 480px) {
  .metrics-grid { grid-template-columns: 1fr; }
  .metric-card { min-height: 168px; }
}

/* v2.6 — Portal previews: scroll-linked, reversible six-card fan */
.journal-fan {
  width: 100%;
  margin-left: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 8px 0 2px;
}
.journal-fan .journal-track {
  --card-width: clamp(205px,22.5vw,280px);
  position: relative;
  display: block;
  width: 100%;
  height: clamp(238px,23vw,286px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  outline: none;
  perspective: 1400px;
}
.journal-fan .journal-card {
  --y: 0px;
  --r: 0deg;
  position: absolute;
  top: 26px;
  width: var(--card-width);
  min-height: 0;
  aspect-ratio: 1.576923 / 1;
  overflow: hidden;
  border: 1px solid rgba(34,34,34,.2);
  border-radius: 22px;
  box-shadow: 0 0 0 5px var(--off-white);
  left: var(--fan-left,var(--open-left));
  opacity: var(--fan-opacity,1);
  transform: translate(-50%,var(--fan-y,var(--y))) rotate(var(--fan-r,var(--r))) scale(var(--fan-scale,1)) !important;
  transform-origin: 50% 100%;
  transition: left .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1), box-shadow .45s ease, filter .45s ease;
  will-change: left, transform;
}
.journal-fan::before,
.journal-fan::after,
.journal-fan .journal-track::before,
.journal-fan .journal-track::after { display: none !important; content: none !important; }
.journal-fan .journal-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: 21px;
  box-shadow: inset 0 .5px 0 .5px rgba(255,255,255,.7), inset 0 0 30px rgba(255,255,255,.28), inset 0 0 12px rgba(255,255,255,.52);
  pointer-events: none;
}
.journal-fan .journal-card::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: block;
  height: 34%;
  background: linear-gradient(180deg,transparent,rgba(18,20,32,.34));
  pointer-events: none;
}
.journal-card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.journal-fan .journal-card:nth-child(1) { --open-left:13%; --y:25px; --r:-5.5deg; z-index:1; }
.journal-fan .journal-card:nth-child(2) { --open-left:28%; --y:9px; --r:-3deg; z-index:2; }
.journal-fan .journal-card:nth-child(3) { --open-left:43%; --y:0px; --r:-1deg; z-index:3; }
.journal-fan .journal-card:nth-child(4) { --open-left:57%; --y:1px; --r:1.5deg; z-index:4; }
.journal-fan .journal-card:nth-child(5) { --open-left:72%; --y:10px; --r:3.5deg; z-index:5; }
.journal-fan .journal-card:nth-child(6) { --open-left:87%; --y:26px; --r:5.8deg; z-index:6; }
.journal-fan.is-scroll-motion .journal-card {
  transition: box-shadow .45s ease, filter .45s ease;
}
.journal-fan:not(.is-scroll-motion) .journal-card:hover,
.journal-fan:not(.is-scroll-motion) .journal-card:focus-visible,
.journal-fan[data-fan-state="open"] .journal-card:hover,
.journal-fan[data-fan-state="open"] .journal-card:focus-visible {
  z-index: 20;
  filter: saturate(1.08);
  box-shadow: 0 0 0 5px var(--off-white), 0 34px 70px rgba(37,42,76,.2);
  transform: translate(-50%,calc(var(--y) - 18px)) rotate(0deg) scale(1.035) !important;
  outline: none;
}
.journal-fan .journal-card h3 {
  left: 24px;
  bottom: 20px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.84);
  color: #27283a;
  box-shadow: 0 3px 16px rgba(40,42,74,.08);
  backdrop-filter: blur(9px);
}
.journal-fan .journal-card .media-placeholder-badge { z-index: 4 !important; }
.journal-fan-divider {
  display: none;
}
.journal-fan-hint {
  display: none;
}

@media (max-width: 920px) {
  .journal-fan .journal-track { height: 250px; }
  .journal-fan .journal-card:nth-child(1) { --open-left:16%; }
  .journal-fan .journal-card:nth-child(2) { --open-left:29.6%; }
  .journal-fan .journal-card:nth-child(3) { --open-left:43.2%; }
  .journal-fan .journal-card:nth-child(4) { --open-left:56.8%; }
  .journal-fan .journal-card:nth-child(5) { --open-left:70.4%; }
  .journal-fan .journal-card:nth-child(6) { --open-left:84%; }
}

@media (max-width: 809px) {
  .journal.section-pad {
    --journal-mobile-scroll: 760px;
    position: relative;
    height: calc(100svh + var(--journal-mobile-scroll));
    padding: 0;
    overflow: clip;
  }
  .journal > .container {
    position: sticky;
    top: 0;
    display: flex;
    height: 100svh;
    padding: clamp(68px,9svh,88px) 0 clamp(28px,5svh,44px);
    flex-direction: column;
    justify-content: center;
    overflow: visible;
  }
  .journal .journal-heading {
    width: 100%;
    margin: 0 auto clamp(28px,4.5svh,42px);
    flex: 0 0 auto;
  }
  .journal .journal-heading > p:last-child { margin-top: 20px; }
  .journal-fan {
    position: relative;
    height: auto;
    flex: 0 0 auto;
    overflow: visible;
    padding: 0;
  }
  .journal-fan .journal-track {
    --journal-mobile-x: 0px;
    position: relative;
    top: auto;
    display: flex;
    width: max-content;
    height: auto;
    gap: 16px;
    overflow: visible;
    padding: 0 5px 18px;
    scroll-snap-type: none;
    perspective: none;
    transform: translate3d(var(--journal-mobile-x),0,0);
    will-change: transform;
  }
  .journal-fan .journal-card {
    position: relative;
    top: auto;
    left: auto !important;
    width: min(78vw,332px);
    flex: 0 0 auto;
    margin: 0;
    opacity: 1;
    scroll-snap-align: none;
    transform: none !important;
  }
  .journal-fan[data-fan-state] .journal-card:hover,
  .journal-fan[data-fan-state] .journal-card:focus-visible,
  .journal-fan:not(.is-scroll-motion) .journal-card:hover,
  .journal-fan:not(.is-scroll-motion) .journal-card:focus-visible {
    transform: none !important;
  }
}

/* v2.25.9 — desktop text navigation without capsule containers */
@media (min-width: 681px) {
  .site-nav {
    gap:28px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
  }

  .site-nav .nav-link,
  .site-nav .nav-contact {
    position:relative;
    padding:8px 0;
    border:0;
    border-radius:0;
    background:transparent;
    color:rgba(255,255,255,.76);
    box-shadow:none;
    transform:none;
  }

  .site-nav .nav-link:hover,
  .site-nav .nav-link.active,
  .site-nav .nav-contact:hover {
    background:transparent;
    color:#fff;
    transform:none;
  }

  .site-nav .nav-link::after,
  .site-nav .nav-contact::after {
    content:"";
    position:absolute;
    right:50%;
    bottom:2px;
    left:50%;
    height:1px;
    background:#fff;
    opacity:0;
    transition:left .22s ease,right .22s ease,opacity .22s ease;
  }

  .site-nav .nav-link:hover::after,
  .site-nav .nav-link.active::after,
  .site-nav .nav-contact:hover::after {
    right:0;
    left:0;
    opacity:1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journal-fan .journal-card { transition-duration: .01ms; transition-delay: 0s !important; }
}

@media (prefers-reduced-motion: reduce) and (max-width: 809px) {
  .journal.section-pad { height: auto; padding: 72px 0; }
  .journal > .container { position: relative; height: auto; padding: 0; }
  .journal-fan { height: auto; overflow: visible; }
  .journal-fan .journal-track { position: relative; top: auto; display: grid; width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: visible; transform: none !important; }
  .journal-fan .journal-card { width: 100%; }
}

/* v2.7 — breathing layout rhythm derived from the approved portfolio reference */
:root { --layout-container: 1120px; }

.container,
.hero-inner { width: min(calc(100% - 48px),var(--layout-container)); }

.section-pad { padding-block: 120px; }
.eyebrow { margin-bottom: 16px; }
.serif-en { margin-top: 8px; }
.section-heading { margin-bottom: 56px; }
.section-heading p:not(.eyebrow),
.heading-row > p { line-height: 1.7; }
.heading-row { gap: 80px; }

.results-heading { margin-bottom: 64px; }
.proof-note { margin-top: 48px; }

.about-layout { gap: 80px; }
.about-intro h2 { margin-bottom: 48px; }
.lead { margin-bottom: 32px; line-height: 1.8; }
.about .timeline { margin-top: 80px; }

.works .section-heading { margin-bottom: 56px; }

.journal-heading { margin-bottom: 64px; }
.journal-heading > p:last-child { margin-top: 24px; line-height: 1.7; }

.contact-panel { padding: 112px 56px 64px; }
.contact-panel > p:not(.eyebrow) { line-height: 1.7; }
.contact-meta { margin-top: 80px; }

@media (max-width: 920px) {
  .section-pad { padding-block: 96px; }
  .about-layout { gap: 56px; }
  .about .timeline { margin-top: 64px; }
  .contact-panel { padding: 96px 40px 56px; }
}

@media (max-width: 680px) {
  .container,
  .hero-inner { width: calc(100% - 40px); }
  .section-pad { padding-block: 80px; }
  .section-heading,
  .results-heading,
  .journal-heading,
  .works .section-heading { margin-bottom: 48px; }
  .heading-row { gap: 32px; }
  .about-layout { gap: 48px; }
  .about-intro h2 { margin-bottom: 40px; }
  .about .timeline { margin-top: 56px; }
  .journal-heading > p:last-child { margin-top: 24px; }
  .contact-panel { padding: 84px 24px 48px; }
  .contact-meta { margin-top: 64px; }
}

/* v2.8 — editorial case study system */
.case-dialog {
  width: min(1080px,calc(100% - 24px));
  max-height: calc(100dvh - 24px);
  padding: 0;
  overflow-x: hidden;
  border: 0;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 100px rgba(18,20,45,.32);
}
.case-dialog::backdrop { background: rgba(20,21,38,.58); backdrop-filter: blur(10px); }
.dialog-shell { position: relative; padding: 0; background: #fff; }
.dialog-close {
  position: relative;
  z-index: 1;
  top:auto;
  right:auto;
  bottom:auto;
  left:auto;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  padding:0;
  border:1px solid #d7dae3;
  border-radius: 50%;
  background:#fff;
  box-shadow:0 3px 10px rgba(28,34,58,.055);
  color:#20222d;
  font-size:0;
  cursor: pointer;
  transform:translateY(var(--dot-lift,0)) scale(var(--dot-scale,1));
  transition:background-color .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease,transform .2s cubic-bezier(.2,.8,.2,1);
  will-change:transform;
}
.dialog-close:hover,
.dialog-close.is-near { border-color:var(--brand-blue); background:var(--brand-blue); box-shadow:0 7px 18px rgba(79,111,239,.24); color:#fff; }
.dialog-close:focus-visible { outline:3px solid rgba(79,111,239,.32); outline-offset:4px; }
.dialog-hero {
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);
  grid-template-rows:52px minmax(430px,auto);
  min-height:0;
  overflow:hidden;
  border-bottom:0;
  background:#fff;
}
.dialog-windowbar {
  position:relative;
  z-index:2;
  display:flex;
  grid-column:1 / -1;
  grid-row:1;
  align-items:center;
  gap:8px;
  padding:0 20px;
  border-bottom:1px solid #eceef3;
  background:#fff;
}
.dialog-window-controls { display:flex; min-height:40px; margin-left:4px; align-items:center; }
.dialog-windowbar b { margin-left:auto; color:#8e909d; font-size:9px; font-weight:700; letter-spacing:.16em; }
.dialog-cover {
  --cover-accent: var(--brand-blue);
  --cover-tilt: -.55deg;
  position: relative;
  display:grid;
  grid-column:2;
  grid-row:2;
  min-width: 0;
  padding:34px 36px;
  overflow: hidden;
  place-items: center;
  border-left:0;
  background:#fff;
}
.dialog-cover::after { display:none; }
.dialog-cover-festival { --cover-accent:#536ff0; --cover-tilt:-.55deg; }
.dialog-cover-ticket { --cover-accent:#8a72db; --cover-tilt:.45deg; }
.dialog-cover-live { --cover-accent:#5961ca; --cover-tilt:-.4deg; }
.dialog-cover-coaster { --cover-accent:#5f8fbd; --cover-tilt:.55deg; }
.dialog-cover-frame {
  position: relative;
  width:min(100%,360px);
  padding: 11px 11px 0;
  border: 1px solid #e0e3eb;
  border-radius: 24px;
  background: #fff;
  box-shadow:0 2px 0 #e1e4eb,0 10px 22px rgba(28,34,58,.07);
  transform: perspective(1000px) rotate(var(--cover-tilt));
  transform-origin: 50% 82%;
  transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s ease;
}
.dialog-cover-portrait .dialog-cover-frame { width:min(100%,218px); }
.dialog-cover-landscape .dialog-cover-image { aspect-ratio:16/10; }
.dialog-cover-portrait .dialog-cover-image { aspect-ratio:9/16; }
.dialog-cover-frame::before {
  content:"";
  position:absolute;
  z-index:2;
  top:11px;
  left:11px;
  width:68px;
  height:3px;
  border-radius:3px;
  background:var(--cover-accent);
}
.dialog-cover-frame:hover {
  box-shadow:0 3px 0 #dfe2e9,0 12px 26px rgba(28,34,58,.085);
  transform: perspective(1000px) translateY(-2px) rotate(var(--cover-tilt));
}
.dialog-cover-image {
  position:relative;
  display:grid;
  aspect-ratio:16/10;
  overflow:hidden;
  place-items:center;
  border:1px solid #e4e6ed;
  border-radius:16px;
  background:#f0f2f7;
}
.dialog-cover-image::before,
.dialog-cover-image::after {
  content:"";
  position:absolute;
  pointer-events:none;
}
.dialog-cover-image::before {
  inset:18px;
  border:1px solid color-mix(in srgb,var(--cover-accent) 22%,transparent);
  border-radius:12px;
}
.dialog-cover-image::after {
  width:34%;
  aspect-ratio:1;
  border:1px solid color-mix(in srgb,var(--cover-accent) 26%,transparent);
  border-radius:50%;
}
.dialog-cover-placeholder {
  position:relative;
  z-index:1;
  display:grid;
  justify-items:center;
  gap:10px;
  color:#767b89;
  font-size:11px;
  font-weight:650;
  letter-spacing:.1em;
}
.dialog-cover-placeholder i {
  display:grid;
  width:48px;
  height:48px;
  place-items:center;
  border:1px solid #d9dce5;
  border-radius:15px;
  background:#fff;
  box-shadow:0 8px 22px rgba(32,37,62,.075);
  color:var(--cover-accent);
  font-size:17px;
  font-style:normal;
}
.dialog-cover-dock {
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:14px;
  min-height:62px;
  padding:10px 8px 11px;
}
.dialog-cover-dock span { color:var(--cover-accent); font-size:9px; font-weight:750; letter-spacing:.13em; white-space:nowrap; }
.dialog-cover-dock small { overflow:hidden; color:#858895; font-size:9px; text-align:right; text-overflow:ellipsis; white-space:nowrap; }
.dialog-intro { display:flex; grid-column:1; grid-row:2; min-width:0; padding:50px 48px 54px 96px; flex-direction:column; justify-content:center; }
.dialog-intro .eyebrow { margin-bottom:22px; }
.dialog-meta { order:2; margin:0 0 18px; color:#9697a3; font-size:12px; line-height:1.7; letter-spacing:.035em; }
.dialog-shell h2 { order:3; margin:0; font-family:var(--sans); font-size:clamp(38px,4.6vw,58px); font-weight:700; line-height:1.04; letter-spacing:-.055em; }
.dialog-lead { order:4; max-width:590px; margin:26px 0 0; color:var(--secondary); font-size:16px; line-height:1.78; }
.dialog-content { padding:0 72px 80px; background:#fff; }
.case-section { display:grid; grid-template-columns:180px minmax(0,1fr); gap:48px; padding:76px 0; border-top:0; }
.case-section-label { display:flex; align-items:center; align-self:start; gap:12px; color:var(--brand-blue); }
.case-section-label span { display:grid; width:34px; height:34px; flex:0 0 34px; place-items:center; border-radius:50%; background:#edf1ff; font-size:11px; font-weight:700; }
.case-section-label p { margin:0; font-size:10px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.case-section-body { max-width:760px; }
.case-section-body h3 { margin:0 0 24px; font-size:clamp(27px,3vw,36px); font-weight:700; line-height:1.18; letter-spacing:-.04em; }
.case-section-body > p { margin:0; color:var(--secondary); font-size:16px; line-height:1.85; }
.case-section-body ul { display:grid; gap:16px; margin:0; padding:0; list-style:none; counter-reset:case-action; }
.case-section-body li { position:relative; padding:0 0 16px 42px; border-bottom:1px solid #eeeef1; color:var(--secondary); font-size:15px; line-height:1.75; counter-increment:case-action; }
.case-section-body li::before { content:"0" counter(case-action); position:absolute; left:0; top:1px; color:var(--brand-blue); font-size:10px; font-weight:700; letter-spacing:.08em; }
.case-result-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.case-result-grid article { min-height:180px; padding:28px 22px; border:1px solid #e3e5ed; border-radius:18px; background:linear-gradient(150deg,#fff,#f6f7fc); box-shadow:0 5px 20px rgba(32,36,78,.045); }
.case-result-grid strong { display:block; margin-bottom:52px; color:#222435; font-family:var(--serif); font-size:clamp(27px,3vw,39px); font-weight:600; line-height:1; letter-spacing:-.045em; }
.case-result-grid p { margin:0; color:#777986; font-size:12px; line-height:1.55; }
.case-playbook blockquote { margin:0 0 26px; padding:4px 0 4px 24px; border-left:3px solid var(--brand-blue); color:#262738; font-size:clamp(22px,2.6vw,31px); font-weight:650; line-height:1.48; letter-spacing:-.03em; }
.case-assets { margin:8px -72px -80px; padding:72px; overflow:hidden; border-top:0; background:#fff; }
.case-assets-heading { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:42px; }
.case-assets-heading span { color:var(--brand-blue); font-size:10px; font-weight:700; letter-spacing:.15em; }
.case-assets-heading h3 { margin:8px 0 0; font-size:30px; letter-spacing:-.04em; }
.case-assets-heading > p { max-width:320px; margin:0; color:#898a96; font-size:13px; line-height:1.7; text-align:right; }
.case-media-rail { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(238px,1fr); gap:18px; overflow-x:auto; padding:2px 2px 18px; scroll-snap-type:x mandatory; scrollbar-width:thin; scrollbar-color:#c5c7d2 transparent; }
.case-media-card { min-width:0; scroll-snap-align:start; }
.case-media-visual { position:relative; display:grid; aspect-ratio:4/5; overflow:hidden; place-items:center; border:1px solid #e0e1e8; border-radius:18px; background:linear-gradient(145deg,#e7e9f6,#f0e4f1); color:#747de0; }
.case-media-visual::before,.case-media-visual::after { content:""; position:absolute; border:1px solid currentColor; opacity:.26; }
.case-media-visual::before { width:62%; aspect-ratio:1; border-radius:50%; }
.case-media-visual::after { width:74%; height:22%; transform:rotate(-18deg); }
.case-media-video .case-media-visual { background:linear-gradient(160deg,#1c2045,#6c62d7); color:#fff; }
.case-media-data .case-media-visual { background:linear-gradient(145deg,#edf1ff,#fff); color:#4f6fef; }
.case-media-diagram .case-media-visual { background:linear-gradient(145deg,#e8f3ef,#eff0ff); color:#5b9d88; }
.case-media-visual > span { position:relative; z-index:2; display:grid; width:48px; height:48px; place-items:center; border:1px solid rgba(255,255,255,.7); border-radius:50%; background:rgba(255,255,255,.72); color:#3f4264; box-shadow:0 8px 28px rgba(39,42,75,.12); font-size:18px; backdrop-filter:blur(10px); }
.case-media-visual > small { position:absolute; z-index:2; top:16px; left:16px; padding:6px 9px; border-radius:999px; background:rgba(255,255,255,.74); color:#595b6b; font-size:9px; font-weight:700; letter-spacing:.09em; }
.case-media-card > p { display:flex; gap:10px; margin:15px 0 5px; font-size:14px; font-weight:650; }
.case-media-card > p b { color:var(--brand-blue); font-family:var(--serif); font-size:13px; }
.case-media-card > small { color:#90919b; font-size:11px; line-height:1.55; }

@media (max-width: 820px) {
  .dialog-hero { grid-template-columns:1fr; grid-template-rows:52px auto auto; }
  .dialog-windowbar { grid-column:1; grid-row:1; height:52px; padding-inline:16px; }
  .dialog-windowbar b { font-size:8px; }
  .dialog-intro { grid-column:1; grid-row:2; padding:42px 40px 34px; }
  .dialog-cover { grid-column:1; grid-row:3; min-height:0; padding:30px 32px 36px; border-top:0; border-left:0; }
  .dialog-cover-landscape .dialog-cover-frame { width:min(100%,360px); }
  .dialog-cover-portrait .dialog-cover-frame { width:min(100%,190px); }
  .dialog-content { padding-inline:40px; }
  .case-section { grid-template-columns:1fr; gap:30px; }
  .case-assets { margin-inline:-40px; padding-inline:40px; }
}

@media (max-width: 560px) {
  .case-dialog { width:calc(100% - 16px); max-height:calc(100dvh - 16px); border-radius:20px; }
  .dialog-close { width:25px; height:25px; }
  .dialog-intro { padding:36px 24px 30px; }
  .dialog-cover { min-height:0; padding:26px 22px 30px; }
  .dialog-cover-landscape .dialog-cover-frame { width:min(100%,320px); }
  .dialog-cover-portrait .dialog-cover-frame { width:min(100%,174px); }
  .dialog-cover-frame { border-radius:20px; }
  .dialog-cover-image { border-radius:13px; }
  .dialog-cover-dock { min-height:54px; padding-inline:5px; }
  .dialog-shell h2 { font-size:clamp(34px,10.5vw,46px); }
  .dialog-lead { margin-top:26px; font-size:15px; }
  .dialog-content { padding:0 24px 64px; }
  .case-section { gap:26px; padding:52px 0; }
  .case-section-body h3 { margin-bottom:20px; font-size:27px; }
  .case-section-body > p { font-size:15px; line-height:1.8; }
  .case-result-grid { grid-template-columns:1fr; }
  .case-result-grid article { min-height:138px; }
  .case-result-grid strong { margin-bottom:34px; }
  .case-assets { margin:0 -24px -64px; padding:52px 24px; }
  .case-assets-heading { display:block; margin-bottom:32px; }
  .case-assets-heading > p { margin-top:14px; text-align:left; }
  .case-media-rail { grid-auto-columns:76vw; }
}

@media (hover: none) {
  .dialog-cover-frame:hover { box-shadow:0 2px 0 #e1e4eb,0 10px 22px rgba(28,34,58,.07); transform:perspective(1000px) rotate(var(--cover-tilt)); }
}

@media (prefers-reduced-motion: reduce) {
  .dialog-cover-frame { transition:none; }
}

/* v2.8.1 — visually remove navigation scrollbars while preserving scrolling */
html,
body,
.case-dialog,
.case-media-rail,
.journal-track {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
  scrollbar-color: transparent transparent !important;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
.case-dialog::-webkit-scrollbar,
.case-media-rail::-webkit-scrollbar,
.journal-track::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}
html::-webkit-scrollbar-button,
html::-webkit-scrollbar-track,
html::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-button,
body::-webkit-scrollbar-track,
body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-corner,
.case-dialog::-webkit-scrollbar-button,
.case-dialog::-webkit-scrollbar-track,
.case-dialog::-webkit-scrollbar-thumb,
.case-dialog::-webkit-scrollbar-corner,
.case-media-rail::-webkit-scrollbar-button,
.case-media-rail::-webkit-scrollbar-track,
.case-media-rail::-webkit-scrollbar-thumb,
.case-media-rail::-webkit-scrollbar-corner,
.journal-track::-webkit-scrollbar-button,
.journal-track::-webkit-scrollbar-track,
.journal-track::-webkit-scrollbar-thumb,
.journal-track::-webkit-scrollbar-corner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

/* v2.9 — borderless case chapters and timeline-style action steps */
.case-section,
.case-assets { border-top: 0; }
.case-section-body li { border-bottom: 0; }

.case-actions .case-section-body ul {
  position: relative;
  display: grid;
  gap: 0;
  counter-reset: case-action;
}
.case-actions .case-section-body ul::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 24px;
  bottom: 24px;
  left: 23px;
  width: 2px;
  background: #e1e5ef;
}
.case-actions .case-section-body li {
  position: relative;
  z-index: 1;
  min-height: 82px;
  padding: 2px 0 34px 72px;
  color: var(--secondary);
  font-size: 15px;
  line-height: 1.75;
  counter-increment: case-action;
  animation: case-step-enter .65s cubic-bezier(.16,1,.3,1) both;
  transition: color .35s ease;
}
.case-actions .case-section-body li:last-child { min-height: 48px; padding-bottom: 0; }
.case-actions .case-section-body li::before {
  content: counter(case-action);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-blue);
  color: #fff;
  box-shadow: 0 0 0 7px #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s ease;
}
.case-actions .case-section-body li:hover { color: #222435; }
.case-actions .case-section-body li:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 0 7px #fff, 0 5px 18px rgba(59,108,245,.28);
}
.case-actions .case-section-body li:nth-child(2) { animation-delay: .07s; }
.case-actions .case-section-body li:nth-child(3) { animation-delay: .14s; }
.case-actions .case-section-body li:nth-child(4) { animation-delay: .21s; }

@keyframes case-step-enter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 560px) {
  .case-actions .case-section-body ul::before { left: 20px; top: 21px; bottom: 21px; }
  .case-actions .case-section-body li { min-height: 76px; padding-left: 62px; padding-bottom: 30px; }
  .case-actions .case-section-body li::before { width: 42px; height: 42px; box-shadow: 0 0 0 6px #fff; font-size: 13px; }
  .case-actions .case-section-body li:hover::before { box-shadow: 0 0 0 6px #fff, 0 5px 18px rgba(59,108,245,.28); }
}

@media (prefers-reduced-motion: reduce) {
  .case-actions .case-section-body li { animation: none; }
  .case-actions .case-section-body li::before { transition: none; }
}

/* v2.9.2 — restore separators between the four case content chapters */
.case-section { border-top: 0; }
.case-section-body li,
.case-assets { border-top: 0; border-bottom: 0; }

/* v2.24.1 — seamless white case-study canvas */
.case-dialog .dialog-hero,
.case-dialog .dialog-windowbar,
.case-dialog .dialog-cover,
.case-dialog .dialog-content,
.case-dialog .case-assets { background:#fff; }
.case-dialog .dialog-hero,
.case-dialog .dialog-windowbar,
.case-dialog .dialog-cover,
.case-dialog .case-section,
.case-dialog .case-assets { border-top:0; border-right:0; border-bottom:0; border-left:0; }
.case-dialog .dialog-windowbar { border-bottom:1px solid #eceef3; }

/* v2.9.3 — smaller strategy timeline nodes */
.case-actions .case-section-body ul::before {
  top: 20px;
  bottom: 20px;
  left: 19px;
}
.case-actions .case-section-body li {
  min-height: 78px;
  padding-left: 64px;
}
.case-actions .case-section-body li::before {
  width: 40px;
  height: 40px;
  box-shadow: 0 0 0 6px #fff;
  font-size: 13px;
}
.case-actions .case-section-body li:hover::before {
  box-shadow: 0 0 0 6px #fff, 0 5px 18px rgba(59,108,245,.28);
}

@media (max-width: 560px) {
  .case-actions .case-section-body ul::before { top: 18px; bottom: 18px; left: 17px; }
  .case-actions .case-section-body li { min-height: 70px; padding-left: 54px; }
  .case-actions .case-section-body li::before { width: 36px; height: 36px; box-shadow: 0 0 0 5px #fff; font-size: 12px; }
  .case-actions .case-section-body li:hover::before { box-shadow: 0 0 0 5px #fff, 0 5px 16px rgba(59,108,245,.25); }
}

/* v2.9.4 — synchronize action copy with node hover feedback */
.case-actions .case-section-body li > span {
  display: block;
  transition: transform .4s cubic-bezier(.16,1,.3,1), color .35s ease;
}
.case-actions .case-section-body li:hover > span {
  color: #222435;
  transform: translateX(7px);
}
@media (prefers-reduced-motion: reduce) {
  .case-actions .case-section-body li > span { transition: none; }
  .case-actions .case-section-body li:hover > span { transform: none; }
}

/* v2.10 — capability-style result cards and controlled playbook headline */
.case-result-grid {
  grid-template-columns: 1fr;
  gap: 16px;
}
.case-result-grid article {
  display: flex;
  min-height: 132px;
  padding: 27px 30px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  animation: case-result-enter .65s cubic-bezier(.16,1,.3,1) both;
  transition: transform .4s cubic-bezier(.16,1,.3,1), border-color .4s ease, box-shadow .4s ease;
}
.case-result-grid article:nth-child(2) { animation-delay: .07s; }
.case-result-grid article:nth-child(3) { animation-delay: .14s; }
.case-result-grid article:hover {
  transform: translateY(-3px);
  border-color: #d0d0d0;
  box-shadow: 0 4px 20px rgba(0,0,0,.055);
}
.case-result-grid strong {
  margin: 0 0 9px;
  font-family: var(--serif);
  font-size: clamp(25px,3vw,34px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.035em;
}
.case-result-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.case-playbook blockquote {
  font-family: var(--serif);
  font-size: clamp(24px,2.6vw,32px);
  font-weight: 600;
  line-height: 1.48;
  letter-spacing: -.035em;
}
.case-playbook blockquote span {
  display: block;
  white-space: nowrap;
}

@keyframes case-result-enter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 560px) {
  .case-result-grid article { min-height: 116px; padding: 23px 24px; }
  .case-result-grid strong { font-size: 25px; }
  .case-playbook blockquote {
    padding-left: 16px;
    font-size: clamp(13px,3.7vw,19px);
    line-height: 1.55;
    letter-spacing: -.04em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-result-grid article { animation: none; transition: none; }
}

/* v2.10.2 — desktop three-up glass result cards */
.case-result-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}
.case-result-grid article {
  min-height: 180px;
  padding: 28px 24px;
  border-color: rgba(167,175,205,.38);
  background: linear-gradient(145deg,rgba(255,255,255,.82),rgba(240,243,253,.66));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 10px 28px rgba(34,39,82,.055);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
  backdrop-filter: blur(16px) saturate(1.08);
}
.case-result-grid article:hover {
  border-color: rgba(126,139,190,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96), 0 16px 34px rgba(45,53,109,.1);
}
.case-result-grid strong { white-space: nowrap; }

@media (max-width: 820px) {
  .case-result-grid { grid-template-columns: 1fr; gap: 16px; }
  .case-result-grid article { min-height: 132px; }
}

@media (max-width: 560px) {
  .case-result-grid article { min-height: 116px; }
}

/* v2.10.3 — align playbook type scale and add strategy breathing room */
.case-playbook blockquote {
  font-size: clamp(25px,3vw,34px);
}
.case-actions .case-section-body h3 {
  margin-bottom: 42px;
}

@media (max-width: 560px) {
  .case-playbook blockquote {
    font-size: 25px;
    line-height: 1.45;
  }
  .case-playbook blockquote span {
    white-space: normal;
  }
  .case-actions .case-section-body h3 {
    margin-bottom: 30px;
  }
}

/* v2.10.4 — centered result copy and optically centered close glyph */
.case-result-grid article {
  align-items: center;
  text-align: center;
}
.dialog-close {
  padding: 0;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.dialog-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%,-50%) rotate(45deg);
  transform-origin: center;
}
.dialog-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%,-50%) rotate(-45deg);
  transform-origin: center;
}

/* v2.10.5 — intentional quote lines and result-section breathing room */
.case-results .case-section-body h3 {
  margin-bottom: 42px;
}
.case-playbook blockquote.quote-three-clause .quote-line {
  white-space: nowrap;
}

@media (max-width: 560px) {
  .case-results .case-section-body h3 {
    margin-bottom: 30px;
  }
  .case-playbook blockquote.quote-three-clause {
    font-size: clamp(18px,4.3vw,25px);
    letter-spacing: -.05em;
  }
  .case-playbook blockquote.quote-three-clause .quote-line {
    white-space: nowrap;
  }
}

/* v2.10.7 — one mobile playbook type scale across all cases */
@media (max-width: 560px) {
  .case-playbook blockquote,
  .case-playbook blockquote.quote-three-clause {
    font-size: clamp(18px,4.3vw,25px);
    letter-spacing: -.05em;
  }
  .case-playbook blockquote:not(.quote-three-clause) span {
    display: inline;
  }
}

/* v2.11 — draggable key results move into the hero */
.hero-results-stage {
  position: relative;
  isolation: isolate;
  width: min(900px,88vw);
  height: 460px;
  margin-top: 84px;
  perspective: none;
  touch-action: pan-y;
}
.hero-results-backdrop {
  position: absolute;
  z-index: 1;
  inset: 58px 108px 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0,rgba(255,255,255,.96),rgba(255,255,255,.72) 54%,rgba(246,245,255,.62)),
    rgba(255,255,255,.66);
  box-shadow: 0 30px 78px rgba(34,28,88,.2), inset 0 1px 0 rgba(255,255,255,.92);
  color: #25263a;
  -webkit-backdrop-filter: blur(22px) saturate(1.08);
  backdrop-filter: blur(22px) saturate(1.08);
}
.hero-results-backdrop::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(69,82,155,.08);
  border-radius: 20px;
  pointer-events: none;
}
.hero-results-backdrop span {
  color: var(--brand-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}
.hero-results-backdrop strong {
  margin-top: 10px;
  font-family: var(--serif);
  font-size: clamp(38px,5vw,58px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.05em;
}
.hero-results-backdrop small {
  margin-top: 9px;
  color: rgba(65,66,86,.48);
  font-family: var(--serif);
  font-size: 18px;
}
.hero-result-card {
  --drag-x: 0px;
  --drag-y: 0px;
  --card-r: 0deg;
  position: absolute;
  z-index: 3;
  width: 230px;
  min-height: 154px;
  padding: 21px 22px 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 21px;
  background: linear-gradient(145deg,rgba(255,255,255,.94),rgba(247,247,255,.78));
  box-shadow: 0 18px 44px rgba(28,27,74,.18), inset 0 1px 0 rgba(255,255,255,.98);
  color: #25263a;
  text-align: left;
  cursor: grab;
  user-select: none;
  touch-action: none;
  transform: translate3d(var(--drag-x),var(--drag-y),0) rotate(var(--card-r));
  transition: transform .28s cubic-bezier(.2,.75,.25,1), box-shadow .28s ease, border-color .28s ease, background .28s ease;
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
  will-change: transform;
}
.hero-result-card::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -34px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--card-glow,rgba(79,111,239,.12));
  filter: blur(2px);
  pointer-events: none;
}
.hero-result-card:hover {
  z-index: 7;
  border-color: rgba(255,255,255,.98);
  box-shadow: 0 27px 58px rgba(26,25,72,.24), 0 0 0 1px rgba(255,255,255,.35) inset;
  transform: translate3d(var(--drag-x),calc(var(--drag-y) - 6px),0) rotate(var(--card-r));
}
.hero-result-card:focus-visible {
  z-index: 8;
  outline: 3px solid rgba(255,255,255,.94);
  outline-offset: 4px;
  box-shadow: 0 0 0 6px rgba(59,108,245,.34), 0 25px 56px rgba(27,26,72,.24);
}
.hero-result-card.is-dragging {
  z-index: 12 !important;
  cursor: grabbing;
  border-color: #fff;
  box-shadow: 0 32px 70px rgba(24,24,68,.3), 0 0 0 4px rgba(255,255,255,.2);
  transform: translate3d(var(--drag-x),var(--drag-y),0) rotate(var(--card-r)) scale(1.025);
  transition: box-shadow .18s ease, border-color .18s ease;
}
.hero-result-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--card-accent,var(--brand-blue));
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
}
.hero-result-card-top i {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 6px;
  background-image: radial-gradient(circle,currentColor 1.15px,transparent 1.25px);
  background-position: 1px 1px;
  background-size: 6px 6px;
  opacity: .52;
}
.hero-result-card > strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 19px;
  font-family: var(--serif);
  font-size: 39px;
  font-weight: 600;
  line-height: .95;
  letter-spacing: -.045em;
  white-space: nowrap;
}
.hero-result-card > strong sup {
  color: var(--card-accent,var(--brand-blue));
  font-size: .48em;
}
.hero-result-card > p {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: #77798a;
  font-size: 11px;
  line-height: 1.45;
}
.hero-result-gmv { --card-r: -5deg; --card-accent: #3f70f0; --card-glow: rgba(63,112,240,.14); top: 72px; left: 0; }
.hero-result-independent { --card-r: -1.6deg; --card-accent: #7b65df; --card-glow: rgba(123,101,223,.14); bottom: 16px; left: 25%; }
.hero-result-team { --card-r: 4.2deg; --card-accent: #bd73ca; --card-glow: rgba(189,115,202,.16); top: 47px; right: 0; }
.hero-result-gpa { --card-r: 2.4deg; --card-accent: #3479c7; --card-glow: rgba(52,121,199,.13); right: 22%; bottom: 0; }
.hero-result-gpa > strong { font-size: 32px; }
.hero-drag-hint {
  position: absolute;
  z-index: 2;
  right: 50%;
  bottom: 7px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 10px;
  letter-spacing: .06em;
  transform: translateX(50%);
}
.hero-drag-hint span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}

@media (max-width: 920px) {
  .hero-results-stage { width: min(760px,92vw); height: 480px; }
  .hero-results-backdrop { inset: 62px 72px 58px; }
  .hero-result-card { width: 215px; }
}

@media (max-width: 680px) {
  .hero { min-height: 1120px; }
  .hero-results-stage { width: 100%; height: 570px; margin-top: 66px; }
  .hero-results-backdrop { inset: 29px 9px 42px; border-radius: 24px; }
  .hero-results-backdrop strong { margin-top: 7px; font-size: 38px; }
  .hero-results-backdrop small { font-size: 15px; }
  .hero-result-card { width: calc(50% - 7px); min-height: 154px; padding: 19px 18px 18px; border-radius: 18px; }
  .hero-result-card > strong { margin-top: 18px; font-size: clamp(28px,8vw,36px); }
  .hero-result-gpa > strong { font-size: clamp(24px,6.5vw,30px); }
  .hero-result-card > p { margin-top: 12px; font-size: 10.5px; }
  .hero-result-gmv { top: 82px; left: 0; }
  .hero-result-independent { top: 64px; right: 0; bottom: auto; left: auto; }
  .hero-result-team { top: 264px; right: auto; left: 0; }
  .hero-result-gpa { top: 282px; right: 0; bottom: auto; }
  .hero-drag-hint { bottom: 5px; width: 100%; justify-content: center; }
}

@media (max-width: 380px) {
  .hero-results-stage { height: 548px; }
  .hero-result-card { width: calc(50% - 5px); min-height: 148px; padding: 17px 14px 16px; }
  .hero-result-card-top { font-size: 8px; letter-spacing: .08em; }
  .hero-result-card-top i { width: 16px; height: 16px; flex-basis: 16px; }
  .hero-result-card > strong { font-size: 28px; }
  .hero-result-gpa > strong { font-size: 23px; }
  .hero-result-card > p { font-size: 10px; }
  .hero-result-team { top: 250px; }
  .hero-result-gpa { top: 268px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-result-card { transition: none; }
  .hero-result-card:hover { transform: translate3d(var(--drag-x),var(--drag-y),0) rotate(var(--card-r)); }
}

/* v2.16 — video-matched React Bits folder */
.hero-folder-stage {
  position: relative;
  width: min(620px,88vw);
  height: 330px;
  margin-top: 70px;
  perspective: 1100px;
}
.hero-folder {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 220px;
  height: 150px;
  color: #242537;
  transform: translateX(-50%);
  transform-style: preserve-3d;
}
.hero-folder-back {
  position: absolute;
  z-index: 1;
  inset: 35px 0 0;
  border-radius: 0 18px 18px 18px;
  background: #4d75ea;
  box-shadow: 0 16px 34px rgba(28,24,78,.22);
}
.hero-folder-back::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -21px;
  width: 66px;
  height: 22px;
  border-radius: 9px 9px 0 0;
  background: #4d75ea;
}
.hero-folder-dots,
.hero-folder-index { position: absolute; z-index: 14; top: 36px; transition: opacity .2s ease; }
.hero-folder-dots { left: 14px; display: flex; gap: 5px; }
.hero-folder-dots i { width: 5px; height: 5px; border-radius: 50%; background: #aaa7a0; }
.hero-folder-index { left: 55px; color: #89867f; font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.hero-folder-papers { position: absolute; z-index: 3; inset: 0; }
.hero-folder-metric {
  --result-x: 0px;
  --result-y: 30px;
  --result-r: 0deg;
  --magnet-x: 0px;
  --magnet-y: 0px;
  position: absolute;
  z-index: 4;
  top: 38px;
  left: 50%;
  width: 150px;
  min-height: 108px;
  padding: 16px 15px 14px;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23,22,56,.13);
  opacity: 0;
  outline: none;
  cursor: pointer;
  text-align: left;
  transform: translate3d(calc(-50% + var(--result-x) + var(--magnet-x)),calc(var(--result-y) + var(--magnet-y)),0) rotate(var(--result-r)) scale(.84);
  transform-origin: 50% 100%;
  transition: transform .68s cubic-bezier(.2,.82,.2,1),opacity .32s ease,box-shadow .25s ease,filter .25s ease;
}
.hero-folder-metric > span { color: #3869e8; font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.hero-folder-metric > strong { display: block; margin-top: 13px; font-family: var(--serif); font-size: 28px; font-weight: 600; line-height: .95; letter-spacing: -.045em; white-space: nowrap; }
.hero-folder-metric > strong sup { color: #3869e8; font-size: .48em; }
.hero-folder-metric > p { margin: 12px 0 0; color: #858691; font-size: 8.5px; line-height: 1.4; }
.hero-folder-gpa > strong { font-size: 22px; }
.hero-folder-solo,
.hero-folder-reach { z-index: 5; }
.hero-folder-front {
  position: absolute;
  z-index: 12;
  left: 0;
  right: 0;
  bottom: 0;
  height: 115px;
  border-radius: 9px 18px 18px 18px;
  background: #5480ff;
  box-shadow: 0 16px 34px rgba(29,35,112,.24);
  transform-origin: 50% 100%;
  transition: transform .68s cubic-bezier(.2,.82,.2,1),opacity .3s ease;
}
.hero-folder-front-right { z-index: 11; }
.hero-folder.is-open .hero-folder-live { --result-x: -156px; --result-y: -70px; --result-r: -15deg; }
.hero-folder.is-open .hero-folder-solo { --result-x: -52px; --result-y: -108px; --result-r: -4deg; }
.hero-folder.is-open .hero-folder-reach { --result-x: 52px; --result-y: -108px; --result-r: 4deg; }
.hero-folder.is-open .hero-folder-gpa { --result-x: 156px; --result-y: -70px; --result-r: 15deg; }
.hero-folder.is-open .hero-folder-metric { opacity: 1; transform: translate3d(calc(-50% + var(--result-x) + var(--magnet-x)),calc(var(--result-y) + var(--magnet-y)),0) rotate(var(--result-r)) scale(1); }
.hero-folder.is-open .hero-folder-front { z-index: 2; opacity: 1; transform: translateY(18px) skew(15deg) scaleY(.6); pointer-events: none; }
.hero-folder.is-open .hero-folder-front-right { transform: translateY(18px) skew(-15deg) scaleY(.6); }
.hero-folder.is-open .hero-folder-dots,
.hero-folder.is-open .hero-folder-index { opacity: 0; }
.hero-folder.is-open .hero-folder-metric:hover { box-shadow: 0 19px 40px rgba(28,26,61,.21); }
.hero-folder.is-open .hero-folder-metric:focus-visible { box-shadow: 0 0 0 3px #fff,0 0 0 7px rgba(56,105,232,.45),0 19px 40px rgba(28,26,61,.2); }
.hero-folder:has(.is-pointer-focused) .hero-folder-metric:not(.is-pointer-focused) { opacity: .32; filter: grayscale(.45); }
.hero-folder.is-open .hero-folder-metric.is-pointer-focused {
  z-index: 28;
  opacity: 1;
  filter: none;
  transform: translate3d(calc(-50% + var(--result-x) + var(--magnet-x)),calc(var(--result-y) + var(--magnet-y)),45px) rotate(var(--result-r)) scale(1.1);
  box-shadow: 0 23px 50px rgba(25,23,57,.25);
}
.hero-folder:has(.is-focused) .hero-folder-metric:not(.is-focused) { opacity: .22; filter: grayscale(.7); pointer-events: none; }
.hero-folder.is-open .hero-folder-metric.is-focused {
  --result-x: 0px;
  --result-y: -102px;
  --result-r: 0deg;
  z-index: 30;
  opacity: 1;
  filter: none;
  transform: translate3d(-50%,var(--result-y),65px) scale(1.2);
  box-shadow: 0 27px 60px rgba(25,23,57,.28);
}

@media (max-width: 680px) {
  .hero { min-height: 960px; }
  .hero-folder-stage { width: 100%; height: 340px; margin-top: 52px; }
  .hero-folder { bottom: 16px; width: 180px; height: 125px; }
  .hero-folder-back { inset: 29px 0 0; border-radius: 0 14px 14px 14px; }
  .hero-folder-back::before { top: -17px; width: 54px; height: 18px; border-radius: 7px 7px 0 0; }
  .hero-folder-front { height: 96px; border-radius: 8px 14px 14px 14px; }
  .hero-folder-metric { top: 31px; width: 124px; min-height: 94px; padding: 13px 12px 12px; border-radius: 14px; }
  .hero-folder-metric > strong { margin-top: 11px; font-size: 24px; }
  .hero-folder-gpa > strong { font-size: 19px; }
  .hero-folder-metric > p { margin-top: 9px; font-size: 8px; }
  .hero-folder.is-open .hero-folder-live { --result-x: -108px; --result-y: -62px; --result-r: -15deg; }
  .hero-folder.is-open .hero-folder-solo { --result-x: -36px; --result-y: -96px; --result-r: -4deg; }
  .hero-folder.is-open .hero-folder-reach { --result-x: 36px; --result-y: -96px; --result-r: 4deg; }
  .hero-folder.is-open .hero-folder-gpa { --result-x: 108px; --result-y: -62px; --result-r: 15deg; }
  .hero-folder.is-open .hero-folder-metric.is-focused { --result-y: -93px; transform: translate3d(-50%,var(--result-y),65px) scale(1.17); }
}

@media (max-width: 380px) {
  .hero-folder-stage { height: 325px; }
  .hero-folder { width: 170px; }
  .hero-folder-metric { width: 116px; }
  .hero-folder.is-open .hero-folder-live { --result-x: -100px; }
  .hero-folder.is-open .hero-folder-solo { --result-x: -33px; }
  .hero-folder.is-open .hero-folder-reach { --result-x: 33px; }
  .hero-folder.is-open .hero-folder-gpa { --result-x: 100px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-folder-metric,
  .hero-folder-front { transition-duration: .01ms; }
}

/* v2.17 — historical dimensional window with integrated key results */
.hero-tags-break { display: none; }

.hero-results-window-stage {
  width: min(860px, 88vw);
  height: auto;
  margin-top: 112px;
  padding: 0 0 24px;
  perspective: 1400px;
}

.hero-results-window {
  position: relative;
  isolation: isolate;
  overflow: visible;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 28px;
  background: #f8f8fb;
  color: #1d1e2d;
  box-shadow: 0 30px 70px rgba(34,28,91,.24), 0 7px 20px rgba(28,25,74,.12);
  text-align: left;
  transform: rotateX(3.5deg) rotateY(-1.4deg);
  transform-origin: 50% 100%;
  transition: transform .65s cubic-bezier(.16,1,.3,1), box-shadow .65s cubic-bezier(.16,1,.3,1);
}

.hero-results-window::before,
.hero-results-window::after {
  display: none;
}

.hero-results-window:hover {
  transform: rotateX(1deg) rotateY(0deg) translateY(-5px);
  box-shadow: 0 38px 82px rgba(34,28,91,.28), 0 9px 24px rgba(28,25,74,.15);
}

.hero-results-windowbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 20px;
  border-radius: 27px 27px 0 0;
  background: #f6f7fa;
}

.hero-results-windowbar > span {
  display: flex;
  gap: 7px;
}

.hero-results-windowbar i {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #ccced8;
  border-radius: 50%;
  background: #e7e8ee;
}

.hero-results-windowbar b {
  margin-left: auto;
  color: #8e909d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}

.hero-results-window-body {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 0;
  overflow: hidden;
  border-radius: 0 0 27px 27px;
  padding: 32px 34px 34px;
  background: #fbfbfd;
}

.hero-results-window-body > header {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 22px;
  min-width: 0;
  padding: 2px 4px 25px;
  align-items: end;
}

.hero-results-window-body > header > p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--brand-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}

.hero-results-window-body > header h2 {
  margin: 16px 0 0;
  font-family: var(--sans);
  font-size: clamp(32px,3.2vw,43px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.055em;
}

.hero-results-window-body > header > span {
  grid-column: 2;
  margin-bottom: 4px;
  color: #777987;
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
}

.hero-results-data {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  background: transparent;
  gap: 10px;
}

.hero-results-data article {
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: center;
  row-gap: 18px;
  min-width: 0;
  min-height: 148px;
  padding: 23px 25px 21px;
  border-radius: 18px;
  background: #f0f1f5;
  text-align: center;
  transition: background .28s ease, box-shadow .28s ease;
}

.hero-results-data article:hover {
  position: relative;
  z-index: 1;
  background: #e9ebf2;
  box-shadow: none;
}

.hero-results-data article > span {
  color: #8b8d99;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.45;
}

.hero-results-data article > strong {
  display: block;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px,3.8vw,48px);
  font-weight: 600;
  line-height: .94;
  letter-spacing: -.055em;
  white-space: nowrap;
}

.hero-results-data article > p {
  margin: 0;
  color: #6f7180;
  font-size: 11px;
  line-height: 1.65;
}

@media (max-width: 760px) {
  .hero { min-height: 1160px; }
  .portal-sky.is-ready { opacity: .82; }
  .hero-copy { min-height: calc(100vh - 118px); padding: 24px 0 20px; }
  .hero-copy .eyebrow { display: flex; width: 100%; align-items: center; justify-content: center; margin: 0; text-align: center; }
  .hero h1 { margin-top: 24px; font-size: clamp(46px,13.4vw,58px); letter-spacing: -.02em; }
  .hero-subtitle { margin-top: 28px; }
  .hero-tags { display: flex; width: auto; max-width: 360px; gap: 9px 8px; margin-top: 24px; }
  .hero-tags span { width: auto; justify-content: center; padding-inline: 13px; }
  .hero-tags-break { display: block; width: 100%; height: 0; flex: 0 0 100%; }
  .hero-actions { margin-top: 40px; padding-top: 0; }
  .hero-results-window-stage { width: 100%; margin-top: 18px; padding: 0; }
  .hero-results-window { border-radius: 23px; transform: rotateX(2deg); }
  .hero-results-windowbar { height: 43px; padding: 0 15px; border-radius: 22px 22px 0 0; }
  .hero-results-windowbar b { font-size: 8px; }
  .hero-results-window-body { min-height: 0; padding: 22px 16px 18px; border-radius: 0 0 22px 22px; }
  .hero-results-window-body > header { display: block; padding: 2px 4px 25px; }
  .hero-results-window-body > header > p { grid-column: 1 / -1; }
  .hero-results-window-body > header h2 { margin: 15px 0 5px; font-size: 31px; }
  .hero-results-window-body > header > span { display: block; margin: 5px 0 0; font-size: 14px; }
  .hero-results-data { gap: 8px; }
  .hero-results-data article { min-height: 131px; padding: 18px 16px; border-radius: 15px; row-gap: 16px; }
  .hero-results-data article > strong { margin: 0; font-size: clamp(27px,7.6vw,36px); }
  .hero-results-data article > p { font-size: 9.5px; }
}

@supports (height: 100svh) {
  @media (max-width: 760px) {
    .hero-copy { min-height: calc(100svh - 118px); }
  }
}

/* v2.25.5 — reference heading rhythm and narrower mobile navigation */
@media (max-width: 680px) {
  .works .heading-row {
    gap:0;
  }

  .works .heading-row > div .eyebrow {
    margin-bottom:24px;
  }

  .works .heading-row > p {
    margin:28px 0 0;
  }

  .site-nav {
    left:50%;
    right:auto;
    width:min(calc(100% - 80px),330px);
    transform:translateX(-50%);
  }

  .site-nav .nav-link,
  .site-nav .nav-contact {
    align-self:center;
    width:min(100%,290px);
  }
}

@media (max-width: 380px) {
  .hero { min-height: 1120px; }
  .hero-results-window-body > header { padding-inline: 4px; }
  .hero-results-data article { min-height: 128px; padding-inline: 13px; }
  .hero-results-data article > span { font-size: 7.5px; letter-spacing: .09em; }
  .hero-results-data article > strong { font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  .portal-sky { transition: none; }
  .hero-results-window,
  .hero-results-data article { transition: none; }
}

/* v2.22 — Huts-inspired scroll-driven A4 poster stack */
.posters.section-pad {
  --poster-scroll: 2400px;
  position: relative;
  height: calc(100svh + var(--poster-scroll));
  padding: 0;
  overflow: clip;
  background: #fff;
}

.posters > .container,
.poster-gallery-shell,
.poster-stack-gallery,
.journal {
  background: #fff;
}

.journal {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.posters > .container {
  position: sticky;
  top: 0;
  display: flex;
  height: 100svh;
  padding: clamp(58px,7svh,78px) 0 clamp(22px,3svh,34px);
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.posters .poster-heading {
  width: 100%;
  margin: 0 auto clamp(18px,2.5svh,26px);
  flex: 0 0 auto;
  text-align: center;
}

.posters .poster-heading > p:last-child { margin-top: 20px; }

.poster-gallery-shell {
  position: relative;
  width: 100%;
  height: clamp(400px,56svh,535px);
  flex: 0 0 auto;
  overflow: visible;
}

.poster-stack-gallery {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.poster-stack-gallery:active,
.poster-stack-gallery.is-dragging { cursor: grabbing; }

.poster-stack-gallery:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 8px;
  border-radius: 18px;
}

.poster-stack {
  position: absolute;
  inset: 0 0 42px;
  display: grid;
  place-items: center;
  perspective: 1400px;
  transform-style: preserve-3d;
}

.poster-stack-card {
  --stack-x: 0px;
  --stack-y: 0px;
  --stack-z: 0px;
  --stack-rotate: 0deg;
  --stack-scale: 1;
  position: absolute;
  width: min(26vw,290px);
  aspect-ratio: 210 / 297;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(30,36,55,.12);
  border-radius: 16px;
  background: #fff;
  opacity: 1;
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 -1px 0 rgba(255,255,255,.75) inset,
    0 2px 3px rgba(24,30,50,.05),
    0 9px 20px rgba(24,30,50,.08),
    0 26px 58px rgba(24,30,50,.105);
  transform: translate3d(var(--stack-x),var(--stack-y),var(--stack-z)) rotateZ(var(--stack-rotate)) scale(var(--stack-scale));
  transform-origin: 50% 88%;
  transform-style: preserve-3d;
  will-change: transform,opacity;
}

.poster-stack-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.62) inset,
    0 -3px 6px rgba(32,38,60,.025) inset;
  pointer-events: none;
}

.poster-stack-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.poster-stack-card-cover img {
  object-fit:cover;
  object-position:center;
}

.poster-stack-guide {
  position: absolute;
  left: 50%;
  bottom: 4px;
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
  color: #787c86;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  transform: translateX(-50%);
  pointer-events: none;
}

.poster-stack-count {
  display: grid;
  grid-template-columns: 2.5ch 46px 2.5ch;
  align-items: center;
  justify-items: center;
  gap: 9px;
}

.poster-stack-count b,
.poster-stack-count > span {
  display: block;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.poster-stack-count b {
  color: var(--brand-blue);
  font-size: inherit;
}

.poster-stack-count > i {
  width: 46px;
  height: 1px;
  overflow: hidden;
  background: #e2e4e9;
}

.poster-stack-count > i::after {
  content: "";
  display: block;
  width: var(--poster-progress,0%);
  height: 100%;
  background: var(--brand-blue);
}

@media (max-width: 920px) {
  .poster-stack-card { width: min(32vw,275px); }
}

@media (max-width: 809px) {
  .posters > .container { padding: clamp(56px,7svh,68px) 0 clamp(18px,2.4svh,24px); }
  .posters .poster-heading { margin-bottom: clamp(14px,2svh,20px); }
  .posters .poster-heading > p:last-child { margin-top: 14px; }
  .poster-gallery-shell { height: min(56svh,455px); }
  .poster-stack-gallery { width: calc(100% + 24px); margin-left: -12px; }
  .poster-stack { inset: 0 0 38px; }
  .poster-stack-card {
    width: min(64vw,252px);
    border-radius: 14px;
    box-shadow: 0 2px 3px rgba(24,30,50,.05),0 8px 18px rgba(24,30,50,.075),0 22px 44px rgba(24,30,50,.10);
  }
  .poster-stack-guide { font-size: 9px; }
  .poster-stack-count { grid-template-columns: 2.5ch 34px 2.5ch; gap: 7px; }
  .poster-stack-count > i { width: 34px; }
}

@media (max-width: 420px) {
  .posters > .container { padding-top: clamp(48px,6svh,58px); }
  .poster-gallery-shell { height: min(54svh,420px); }
  .poster-stack-card { width: min(66vw,238px); }
}

@media (prefers-reduced-motion: reduce) {
  .posters.section-pad { height: auto; padding: 80px 0; }
  .posters > .container { position: static; height: auto; padding: 0; overflow: visible; }
  .poster-gallery-shell { height: auto; }
  .poster-stack-gallery { width: 100%; margin: 0; cursor: default; }
  .poster-stack { position: relative; inset: auto; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; perspective: none; }
  .poster-stack-card { position: relative; width: 100%; transform: none !important; opacity: 1 !important; }
  .poster-stack-guide { display: none; }
}

@media (max-width: 809px) and (prefers-reduced-motion: reduce) {
  .poster-stack { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .poster-stack-card:last-child { width: calc(50% - 7px); grid-column: 1 / -1; justify-self: center; }
}

/* v2.25.0 — concise labels, compact mobile actions and light footer */
.contact-panel { padding-top:80px; }
.site-footer {
  border-top:1px solid #eceef3;
  background:#f7f8fb;
  color:#252735;
}
.footer-brand { color:#252735; }
.site-footer p { color:#747684; }
.site-footer small { color:#989aa6; }

@media (max-width: 760px) {
  .menu-toggle { width:34px; height:34px; padding:7px 6px; }
  .menu-toggle span:not(.sr-only) { width:16px; margin:3px auto; }
  .hero-actions,
  .contact-actions {
    width:auto;
    flex-direction:column;
    align-items:center;
    gap:10px;
  }
  .hero-actions { margin-top:32px; }
  .hero-actions .btn,
  .contact-actions .btn {
    width:160px;
    min-width:0;
    min-height:44px;
    padding:10px 16px;
    gap:8px;
  }
  .contact-panel { padding:64px 22px 40px; }
  .contact-actions { margin-top:28px; }
}

/* v2.25.1 — approved mobile navigation and optical button centering */
.site-footer {
  border-top:0;
  background:#fff;
}

@media (max-width: 760px) {
  .hero-actions .btn,
  .contact-actions .btn {
    position:relative;
  }

  .hero-actions .btn > span,
  .contact-actions .btn > span {
    position:absolute;
    right:16px;
  }

  .site-nav {
    border:1px solid #e3e6ef;
    background:rgba(255,255,255,.97);
    box-shadow:0 18px 44px rgba(26,31,56,.14);
    backdrop-filter:blur(18px);
  }

  .site-nav .nav-link,
  .site-nav .nav-contact {
    background:transparent;
    color:#6f7180;
    transform:none;
  }

  .site-nav .nav-link:hover {
    background:#f3f5fa;
    color:#363846;
  }

  .site-nav .nav-link.active {
    background:#edf1ff;
    color:var(--brand-blue);
  }
}

/* v2.25.2 — segmented navigation, compact arrows and centered footer brand */
.site-nav {
  gap:6px;
  padding:5px;
}

.site-nav .nav-link,
.site-nav .nav-contact {
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.78);
  transform:none;
}

.site-nav .nav-link:hover,
.site-nav .nav-link.active {
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.16);
  color:#fff;
}

.btn-with-arrow {
  position:relative;
}

.btn-with-arrow .btn-label {
  position:absolute;
  top:50%;
  left:50%;
  white-space:nowrap;
  transform:translate(-50%,-50%);
}

.btn-with-arrow .btn-arrow {
  position:absolute;
  top:50%;
  right:auto;
  transform:translateY(-50%);
}

.hero-actions .btn-with-arrow .btn-arrow {
  left:calc(50% + 50px);
}

.contact-actions .btn-with-arrow .btn-arrow {
  left:calc(50% + 36px);
}

.site-footer {
  padding:32px 0;
}

.site-footer .container {
  justify-content:center;
}

@media (max-width: 760px) {
  .site-nav {
    gap:8px;
    padding:12px;
    border-radius:24px;
  }

  .site-nav .nav-link,
  .site-nav .nav-contact {
    min-height:48px;
    padding:13px 18px;
    border-color:#eceef4;
    border-radius:14px;
    background:#f7f8fb;
    color:#6f7180;
  }

  .site-nav .nav-link:hover {
    border-color:#e2e6f2;
    background:#f1f3f8;
    color:#363846;
  }

  .site-nav .nav-link.active {
    border-color:#dce4ff;
    background:#edf1ff;
    color:var(--brand-blue);
  }

  .hero-actions .btn > span,
  .contact-actions .btn > span {
    right:auto;
  }

  .site-footer .container {
    flex-direction:row;
  }
}

/* v2.25.3 — borderless navigation and stable symmetric arrow buttons */
.site-nav {
  border:0;
  background:rgba(28,32,76,.18);
}

.site-nav .nav-link,
.site-nav .nav-contact,
.site-nav .nav-link:hover,
.site-nav .nav-link.active {
  border:0;
}

.btn-with-arrow {
  display:inline-grid;
  grid-template-columns:14px max-content 14px;
  column-gap:6px;
  align-items:center;
  justify-content:center;
}

.btn-with-arrow .btn-label {
  position:static;
  grid-column:2;
  transform:none;
}

.btn-with-arrow .btn-arrow {
  position:static;
  grid-column:3;
  transform:none;
}

@media (max-width: 760px) {
  .site-nav {
    border:0;
    background:rgba(28,32,76,.18);
  }

  .site-nav .nav-link,
  .site-nav .nav-contact {
    border:0;
    background:rgba(255,255,255,.07);
    color:rgba(255,255,255,.78);
  }

  .site-nav .nav-link:hover {
    border:0;
    background:rgba(255,255,255,.12);
    color:#fff;
  }

  .site-nav .nav-link.active {
    border:0;
    background:rgba(255,255,255,.16);
    color:#fff;
  }
}

/* v2.25.4 — no capsule treatment in the idle navigation state */
.site-nav .nav-link,
.site-nav .nav-contact {
  border:0;
  background:transparent;
  box-shadow:none;
}

.site-nav .nav-link:hover,
.site-nav .nav-link.active {
  background:rgba(255,255,255,.16);
}

@media (max-width: 760px) {
  .site-nav .nav-link,
  .site-nav .nav-contact {
    border:0;
    background:transparent;
    box-shadow:none;
  }

  .site-nav .nav-link:hover {
    background:rgba(255,255,255,.12);
  }

  .site-nav .nav-link.active {
    background:rgba(255,255,255,.16);
  }

  .hero-actions .btn.btn-with-arrow > .btn-label,
  .hero-actions .btn.btn-with-arrow > .btn-arrow,
  .contact-actions .btn.btn-with-arrow > .btn-label,
  .contact-actions .btn.btn-with-arrow > .btn-arrow {
    position:static;
    inset:auto;
    transform:none;
  }
}

/* v2.25.7 — restore the mobile panel and shorten only item highlights */
@media (max-width: 680px) {
  .site-nav {
    left:16px;
    right:16px;
    width:auto;
    transform:none;
  }

  .site-nav .nav-link,
  .site-nav .nav-contact {
    align-self:center;
    width:auto;
    min-width:112px;
    padding-inline:22px;
  }

  .works .heading-row {
    gap:0;
  }

  .works .heading-row > div .eyebrow {
    margin-bottom:16px;
  }

  .works .heading-row > p {
    margin:14px 0 0;
  }
}

/* v2.25.8 — restore the original compact mobile navigation sizing */
@media (max-width: 680px) {
  .site-nav {
    gap:4px;
    padding:8px;
  }

  .site-nav .nav-link,
  .site-nav .nav-contact {
    align-self:stretch;
    width:auto;
    min-width:0;
    min-height:0;
    padding:8px 16px;
  }
}

/* v2.25.9 final desktop override — text navigation only */
@media (min-width: 681px) {
  .site-nav {
    gap:28px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
  }

  .site-nav .nav-link,
  .site-nav .nav-contact {
    position:relative;
    padding:8px 0;
    border:0;
    border-radius:0;
    background:transparent;
    color:rgba(255,255,255,.76);
    box-shadow:none;
    transform:none;
  }

  .site-nav .nav-link:hover,
  .site-nav .nav-link.active,
  .site-nav .nav-contact:hover {
    background:transparent;
    color:#fff;
    transform:none;
  }

  .site-nav .nav-link::after,
  .site-nav .nav-contact::after {
    content:"";
    position:absolute;
    right:50%;
    bottom:2px;
    left:50%;
    height:1px;
    background:#fff;
    opacity:0;
    transition:left .22s ease,right .22s ease,opacity .22s ease;
  }

  .site-nav .nav-link:hover::after,
  .site-nav .nav-link.active::after,
  .site-nav .nav-contact:hover::after {
    right:0;
    left:0;
    opacity:1;
  }
}

/* v2.25.10 — lower the mobile hero actions for balanced first-screen spacing */
@media (max-width: 680px) {
  .hero-actions {
    margin-top:66px;
  }
}

/* v2.25.12 — sticky case window bar and simplified case endings */
.case-dialog .dialog-windowbar {
  position:sticky;
  z-index:30;
  top:0;
  height:52px;
  grid-column:auto;
  grid-row:auto;
}

.case-dialog .dialog-hero {
  grid-template-rows:minmax(430px,auto);
}

.case-dialog .dialog-intro,
.case-dialog .dialog-cover {
  grid-row:1;
}

@media (max-width: 820px) {
  .case-dialog .dialog-hero {
    grid-template-rows:auto auto;
  }

  .case-dialog .dialog-intro {
    grid-row:1;
  }

  .case-dialog .dialog-cover {
    grid-row:2;
  }
}

/* v2.25.14 — real festival cover on the case card and detail page */
.work-visual-image img,
.dialog-cover-image.has-media img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.dialog-cover-image.has-media::before,
.dialog-cover-image.has-media::after {
  display:none;
}

.dialog-cover-festival .dialog-cover-frame::before {
  display:none;
}

.dialog-cover-ticket .dialog-cover-frame::before {
  display:none;
}

/* v2.25.15 — compact case cover cards without metadata dock */
.dialog-cover-frame {
  padding:11px;
}

/* v2.25.16 — full-bleed case covers without the white mat */
.dialog-cover-frame {
  overflow:hidden;
  padding:0;
  background:transparent;
}

.dialog-cover-image {
  width:100%;
  border:0;
  border-radius:inherit;
}

/* v2.25.17 — balanced 3:4 portrait covers for cases 02 and 04 */
.dialog-cover-portrait .dialog-cover-frame {
  width:min(100%,246px);
}

.dialog-cover-portrait .dialog-cover-image {
  aspect-ratio:3/4;
}

@media (max-width:820px) {
  .dialog-cover-portrait .dialog-cover-frame {
    width:min(100%,224px);
  }
}

@media (max-width:560px) {
  .dialog-cover-portrait .dialog-cover-frame {
    width:min(100%,210px);
  }
}

/* v2.25.46 — actionable email link and copy-friendly contact detail */
.contact-email-copy {
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  margin:0;
  padding:3px 5px 3px 0;
  border:0;
  border-radius:8px;
  background:transparent;
  color:inherit;
  font:inherit;
  text-align:left;
  cursor:pointer;
}

.contact-email-copy strong {
  color:inherit;
  font-size:inherit;
  font-weight:400;
}

.contact-email-copy em {
  padding:3px 7px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.72);
  font-size:9px;
  font-style:normal;
  line-height:1;
  white-space:nowrap;
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}

.contact-email-copy:hover em,
.contact-email-copy.is-copied em {
  border-color:#fff;
  background:#fff;
  color:#4f5fc7;
}

.contact-email-copy:focus-visible {
  outline:2px solid #fff;
  outline-offset:5px;
}

@media (max-width:680px) {
  .contact-email-copy {
    flex-direction:column;
    justify-content:center;
    gap:8px;
    margin-inline:auto;
    padding:3px 0 0;
  }
}

/* v2.25.64 — accessible targets, readable secondary text and stable media */
.brand,
.nav-link,
.footer-brand,
.menu-toggle {
  min-width:44px;
  min-height:44px;
}

.brand,
.footer-brand { display:inline-flex; align-items:center; justify-content:center; }
.nav-link { display:inline-flex; align-items:center; justify-content:center; }

.dialog-close {
  width:44px;
  height:44px;
  border:0;
  background:transparent;
}

.dialog-close::before {
  content:"";
  position:absolute;
  inset:9px;
  border:1px solid var(--border);
  border-radius:50%;
  background:#fff;
  box-shadow:0 2px 8px rgba(20,24,42,.08);
  z-index:-1;
}

.capability-card p,
.work-content small { color:#626674; }

.eyebrow,
.work-meta,
.dialog-block h3 { font-size:max(12px, .72rem); }

img[width][height] { height:auto; }

@media (max-width:680px) {
  body { font-size:16px; }
  .menu-toggle { width:44px; height:44px; }
}

/* v2.25.63 — remove redundant capability icons and tighten card density */
.capability-grid {
  gap:12px;
}

.capability-card {
  display:block;
  padding:14px 22px;
  border-radius:14px;
}

.capability-card h3 {
  margin:0 0 2px;
  line-height:1.4;
}

.capability-card p {
  margin:0;
  line-height:1.5;
}

@media (max-width:680px) {
  .capability-card {
    padding:13px 18px;
  }
}

/* v2.25.59 — case-control inspired contact action, no decorative rules */
.hero-subtitle.hero-greeting {
  color:rgba(255,255,255,.86);
  font-family:var(--serif);
  font-size:clamp(18px,1.8vw,21px);
  font-style:italic;
  font-weight:500;
  letter-spacing:.025em;
}

.contact.section-pad {
  padding-block:56px 26px;
}

.contact .container {
  width:min(calc(100% - 48px),920px);
}

.contact-panel {
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-areas:
    "eyebrow mail"
    "title mail"
    "fallback fallback";
  justify-items:start;
  align-items:center;
  column-gap:72px;
  padding:58px 0;
  border:0;
  text-align:left;
}

.contact-panel .eyebrow {
  grid-area:eyebrow;
  margin:0 0 12px;
  color:#7a84aa;
}

.contact-panel h2 {
  grid-area:title;
  color:var(--brand-blue);
}

.contact-actions {
  grid-area:mail;
  margin:0;
}

.contact-mail-link {
  display:inline-flex;
  min-height:48px;
  align-items:center;
  gap:14px;
  color:#252735;
  font-size:14px;
  font-weight:650;
  cursor:pointer;
}

.contact-mail-label {
  transition:color .22s ease,transform .22s cubic-bezier(.2,.8,.2,1);
}

.contact-mail-icon {
  position:relative;
  display:grid;
  width:37px;
  height:37px;
  place-items:center;
  flex:0 0 auto;
  border:1px solid #d7dae3;
  border-radius:50%;
  background:#fff;
  box-shadow:0 3px 10px rgba(28,34,58,.055);
  color:#20222d;
  transform:translateY(var(--mail-lift,0)) scale(var(--mail-scale,1));
  transition:background-color .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease,transform .2s cubic-bezier(.2,.8,.2,1);
  will-change:transform;
}

.contact-mail-icon::before {
  content:"↗";
  font-size:16px;
  font-style:normal;
  line-height:1;
  transform:rotate(0deg);
  transition:transform .25s cubic-bezier(.2,.8,.2,1);
}

.contact-mail-link:hover .contact-mail-label,
.contact-mail-link.is-near .contact-mail-label {
  color:var(--brand-blue);
  transform:translateX(2px);
}

.contact-mail-link:hover .contact-mail-icon,
.contact-mail-link.is-near .contact-mail-icon {
  border-color:var(--brand-blue);
  background:var(--brand-blue);
  box-shadow:0 7px 18px rgba(79,111,239,.24);
  color:#fff;
}

.contact-mail-link:hover .contact-mail-icon::before,
.contact-mail-link.is-near .contact-mail-icon::before {
  transform:rotate(45deg);
}

.contact-mail-link:active .contact-mail-icon {
  transform:translateY(0) scale(.96);
}

.contact-mail-link:focus-visible {
  outline:0;
}

.contact-mail-link:focus-visible .contact-mail-icon {
  outline:3px solid rgba(79,111,239,.32);
  outline-offset:4px;
}

.contact-panel .email-fallback {
  grid-area:fallback;
  justify-self:center;
}

@media (max-width:680px) {
  .hero-subtitle.hero-greeting {
    font-size:17px;
  }

  .contact.section-pad {
    padding-block:40px 20px;
  }

  .contact-panel {
    grid-template-columns:1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "mail"
      "fallback";
    justify-items:center;
    row-gap:0;
    padding:44px 0;
    text-align:center;
  }

  .contact-actions {
    margin-top:26px;
  }

  .contact-mail-link {
    min-height:52px;
    gap:12px;
  }

  .contact-mail-icon {
    width:42px;
    height:42px;
  }
}

@media (prefers-reduced-motion:reduce) {
  .contact-mail-label,
  .contact-mail-icon,
  .contact-mail-icon::before {
    transition:none;
  }
}

/* v2.25.53 — extra-compact desktop mail fallback card */
.email-fallback[hidden] { display:none; }

.email-fallback {
  position:relative;
  z-index:4;
  display:grid;
  width:min(100%,330px);
  margin:10px auto 0;
  padding:10px 34px 10px 12px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:12px;
  background:rgba(35,39,104,.24);
  color:#fff;
  text-align:left;
  box-shadow:0 14px 34px rgba(30,24,98,.14);
  backdrop-filter:blur(14px);
}

.email-fallback > strong {
  font-size:12px;
  font-weight:600;
}

.email-fallback > p {
  margin:1px 0 7px;
  color:rgba(255,255,255,.72);
  font-size:11px;
}

.email-fallback-actions {
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.email-fallback-actions a,
.email-fallback-actions button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  padding:4px 8px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(255,255,255,.1);
  color:#fff;
  font:inherit;
  font-size:10px;
  text-decoration:none;
  cursor:pointer;
}

.email-fallback-actions a:hover,
.email-fallback-actions button:hover,
.email-fallback-actions a:focus-visible,
.email-fallback-actions button:focus-visible,
.email-fallback-actions button.is-copied {
  border-color:#fff;
  background:#fff;
  color:#4f5fc7;
  outline:none;
}

.email-fallback-close {
  position:absolute;
  top:7px;
  right:7px;
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.1);
  color:rgba(255,255,255,.8);
  font-size:18px;
  line-height:1;
  cursor:pointer;
}

.email-fallback-close:hover,
.email-fallback-close:focus-visible {
  background:#fff;
  color:#4f5fc7;
  outline:none;
}

@media (max-width:680px) {
  .email-fallback {
    position:fixed;
    z-index:1200;
    left:50%;
    right:auto;
    bottom:max(12px,env(safe-area-inset-bottom));
    width:min(calc(100% - 24px),360px);
    margin:0;
    padding:18px 40px 16px 16px;
    border:1px solid #e5e7ef;
    border-radius:18px;
    background:#fff;
    color:#252735;
    box-shadow:0 24px 70px rgba(20,24,54,.24);
    backdrop-filter:none;
    transform:translateX(-50%);
  }

  .email-fallback > strong { font-size:15px; }
  .email-fallback > p { margin:3px 0 12px; color:#767986; font-size:12px; }
  .email-fallback-actions { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
  .email-fallback-actions a,
  .email-fallback-actions button {
    min-height:38px;
    padding:6px 9px;
    border-color:#dfe2ec;
    background:#f4f6fb;
    color:#353950;
    font-size:11px;
  }
  .email-fallback-actions a:first-child { border-color:var(--brand-blue); background:var(--brand-blue); color:#fff; }
  .email-fallback-close { width:24px; height:24px; background:#f0f2f7; color:#6d7080; }
}

/* v2.25.17 — restore a slimmer white mat around every case cover */
.dialog-cover-frame {
  padding:7px;
  background:#fff;
}

.dialog-cover-image {
  border:1px solid #e4e6ed;
  border-radius:17px;
}

@media (max-width:560px) {
  .dialog-cover-image {
    border-radius:13px;
  }
}

/* v2.25.23 — case 02 real cover and Douyin profile entry */
.dialog-cover-image.has-link {
  color:inherit;
  cursor:pointer;
  text-decoration:none;
}

.dialog-cover-image.has-link::before {
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  display:block;
  border:2px solid transparent;
  border-radius:inherit;
  transition:border-color .22s ease,background-color .22s ease;
}

.dialog-cover-profile-link {
  position:absolute;
  z-index:2;
  right:10px;
  bottom:10px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:31px;
  padding:7px 10px;
  border:1px solid rgba(79,111,239,.22);
  border-radius:8px;
  background:rgba(255,255,255,.94);
  box-shadow:0 5px 16px rgba(25,36,75,.13);
  color:#3154df;
  font-size:11px;
  font-weight:700;
  letter-spacing:.035em;
  line-height:1;
  backdrop-filter:blur(8px);
  transition:background-color .22s ease,color .22s ease,transform .22s cubic-bezier(.16,1,.3,1);
}

.dialog-cover-profile-link i {
  font-size:13px;
  font-style:normal;
  transition:transform .22s cubic-bezier(.16,1,.3,1);
}

.dialog-cover-image.has-link:hover::before,
.dialog-cover-image.has-link:focus-visible::before {
  border-color:#4f6fef;
  background:rgba(79,111,239,.035);
}

.dialog-cover-image.has-link:hover .dialog-cover-profile-link,
.dialog-cover-image.has-link:focus-visible .dialog-cover-profile-link {
  background:#4f6fef;
  color:#fff;
  transform:translateY(-2px);
}

.dialog-cover-image.has-link:hover .dialog-cover-profile-link i,
.dialog-cover-image.has-link:focus-visible .dialog-cover-profile-link i {
  transform:translate(2px,-2px);
}

.dialog-cover-image.has-link:focus-visible {
  outline:3px solid rgba(79,111,239,.24);
  outline-offset:3px;
}

@media (max-width:560px) {
  .dialog-cover-profile-link {
    right:8px;
    bottom:8px;
    min-height:29px;
    padding:6px 9px;
  }
}

@media (prefers-reduced-motion:reduce) {
  .dialog-cover-image.has-link::before,
  .dialog-cover-profile-link,
  .dialog-cover-profile-link i {
    transition:none;
  }
}

/* v2.25.24 — case 02 real videos with reversible data cards */
.case-assets-showcase .case-assets-heading {
  width:min(100%,560px);
  margin-inline:auto;
}

.case-showcase-grid {
  display:grid;
  width:min(100%,560px);
  margin-inline:auto;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.case-showcase-item {
  min-width:0;
}

.case-showcase-mobile-hint {
  display:none;
}

.case-flip-stage {
  position:relative;
  aspect-ratio:9/16;
  perspective:1400px;
}

.case-flip-video-portrait,
.case-flip-stage.is-flipped.case-flip-data-portrait {
  aspect-ratio:9/16;
}

.case-flip-card {
  position:absolute;
  inset:0;
  transform-style:preserve-3d;
  transition:transform .72s cubic-bezier(.2,.72,.2,1);
}

.case-flip-stage.is-flipped .case-flip-card {
  transform:rotateY(180deg);
}

.case-flip-face {
  position:absolute;
  inset:0;
  overflow:hidden;
  border:1px solid #dfe2ea;
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 32px rgba(29,35,66,.1);
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}

.case-flip-front {
  background:#fff;
}

.case-flip-front video {
  display:block;
  width:100%;
  height:100%;
  background:#fff;
  object-fit:contain;
}

.case-flip-video-fit-cover .case-flip-front video {
  object-fit:cover;
}

.case-flip-back {
  display:grid;
  padding:12px;
  place-items:center;
  background:#f1f2f5;
  transform:rotateY(180deg);
}

.case-flip-back-images {
  display:grid;
  width:100%;
  height:100%;
  place-items:center;
  background:#f1f2f5;
}

.case-flip-back img {
  display:block;
  max-width:100%;
  max-height:100%;
  border-radius:16px;
  clip-path:inset(0 round 16px);
  background:#f1f2f5;
  box-shadow:none;
  filter:drop-shadow(0 5px 12px rgba(29,34,58,.08));
  object-fit:contain;
}

.case-flip-back-portrait .case-flip-back-images {
  width:100%;
  height:100%;
}

.case-flip-back-portrait .case-flip-back-images {
  overflow:visible;
  padding:0;
  border:0;
  border-radius:0;
  background:#f1f2f5;
  box-shadow:none;
}

/* v2.25.36 — unify real showcase media surfaces */
.case-assets-showcase,
.case-assets-showcase .case-showcase-grid,
.case-assets-showcase .case-showcase-item,
.case-assets-showcase .case-flip-stage,
.case-assets-showcase .case-flip-card,
.case-assets-showcase .case-flip-front,
.case-assets-showcase .case-flip-front video,
.case-assets-showcase .case-flip-back,
.case-assets-showcase .case-flip-back-images,
.case-assets-showcase .case-flip-back img {
  background:#fff;
}

.case-flip-back-portrait img {
  width:calc(100% - 12px);
  height:auto;
  max-height:calc(100% - 12px);
  border-radius:18px;
  clip-path:inset(0 round 18px);
  box-shadow:none;
  filter:drop-shadow(0 10px 18px rgba(29,34,58,.14));
}

.case-flip-back-stack .case-flip-back-images {
  height:auto;
  align-content:center;
  gap:10px;
}

.case-flip-back-stack img {
  width:100%;
  height:auto;
}

.case-flip-toggle {
  position:absolute;
  z-index:5;
  right:12px;
  top:12px;
  display:inline-flex;
  min-height:34px;
  padding:7px 10px;
  align-items:center;
  gap:6px;
  border:1px solid rgba(255,255,255,.34);
  border-radius:9px;
  background:rgba(255,255,255,.92);
  box-shadow:0 5px 18px rgba(18,21,39,.14);
  color:#3154df;
  font-family:var(--sans);
  font-size:10px;
  font-weight:700;
  letter-spacing:.025em;
  line-height:1;
  cursor:pointer;
  backdrop-filter:blur(9px);
  transition:background-color .22s ease,color .22s ease,transform .22s cubic-bezier(.16,1,.3,1);
}

.case-flip-toggle i {
  font-size:14px;
  font-style:normal;
  line-height:1;
  transition:transform .72s cubic-bezier(.2,.72,.2,1);
}

.case-flip-toggle:hover,
.case-flip-toggle:focus-visible,
.case-flip-stage.is-flipped .case-flip-toggle {
  background:#4f6fef;
  color:#fff;
  transform:translateY(-2px);
}

.case-flip-stage.is-flipped .case-flip-toggle i {
  transform:rotate(180deg);
}

.case-flip-toggle:focus-visible {
  outline:3px solid rgba(79,111,239,.24);
  outline-offset:3px;
}

@media (max-width:560px) {
  .case-assets-showcase .case-assets-heading {
    display:block;
    width:100%;
    margin-bottom:38px;
  }

  .case-showcase-grid {
    width:100%;
    margin-inline:0;
    grid-template-columns:none;
    grid-auto-flow:column;
    grid-auto-columns:min(78vw,280px);
    gap:16px;
    overflow-x:auto;
    padding:0 0 16px;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
  }

  .case-showcase-grid::-webkit-scrollbar {
    display:none;
  }

  .case-showcase-item {
    width:100%;
    scroll-snap-align:start;
  }

  .case-showcase-mobile-hint {
    display:block;
    width:100%;
    margin:10px 0 0;
    color:var(--brand-blue);
    font-size:10px;
    font-weight:650;
    letter-spacing:.08em;
    text-align:right;
  }

  .case-flip-face {
    border-radius:17px;
  }

  .case-assets-showcase .case-flip-face {
    box-shadow:none;
  }
}

@media (prefers-reduced-motion:reduce) {
  .case-flip-card,
  .case-flip-toggle,
  .case-flip-toggle i {
    transition:none;
  }
}

/* v2.25.35 — case 04 three real video/data flip cards */
.case-assets-showcase-three .case-assets-heading,
.case-assets-showcase-three .case-showcase-grid {
  width:min(100%,850px);
}

.case-assets-showcase-three .case-showcase-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
}

@media (max-width:560px) {
  .case-assets-showcase-three .case-assets-heading {
    width:100%;
  }

  .case-assets-showcase-three .case-showcase-grid {
    width:100%;
    grid-template-columns:none;
  }
}

/* v2.25.30 — case 03 real cover and fixed GMV recap grid */
.dialog-cover-live .dialog-cover-frame::before {
  display:none;
}

.dialog-cover-coaster .dialog-cover-frame::before {
  display:none;
}

.case-assets-recap .case-assets-heading,
.case-recap-grid {
  width:min(100%,900px);
  margin-inline:auto;
}

.case-assets-recap .case-assets-heading {
  margin-bottom:50px;
}

.case-recap-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.case-recap-grid .case-media-visual {
  background:#f1f2f5;
  box-shadow:0 12px 30px rgba(31,36,66,.09);
}

.case-recap-grid .case-media-visual img {
  object-fit:cover;
}

.case-assets-recap .case-media-card > p b,
.case-assets-evidence .case-media-card > p b {
  display:none;
}

.case-assets-recap .case-media-card > p,
.case-assets-evidence .case-media-card > p {
  justify-content:center;
  color:var(--secondary);
  font-weight:400;
  text-align:center;
}

@media (max-width:560px) {
  .case-assets-recap .case-assets-heading {
    display:block;
    width:100%;
    margin-bottom:38px;
  }

  .case-recap-grid {
    width:100%;
    grid-template-columns:1fr;
    gap:30px;
  }
}

/* v2.25.18–v2.25.19 — festival evidence rail */
.case-assets-evidence {
  overflow:hidden;
}

.case-assets-evidence .case-assets-heading {
  width:min(100%,900px);
  margin-inline:auto;
  margin-bottom:50px;
}

.case-evidence-hint {
  display:inline-flex;
  align-items:center;
  color:#727582;
  font-size:10px;
  font-weight:650;
  letter-spacing:.08em;
  white-space:nowrap;
}

.case-evidence-rail {
  display:grid;
  width:min(100%,900px);
  margin-inline:auto;
  grid-template-columns:none;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 20px)/2);
  gap:20px;
  overflow-x:auto;
  padding:2px 0 22px;
  scroll-padding-inline:2px;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
  cursor:grab;
}

.case-evidence-rail::-webkit-scrollbar {
  display:none;
}

.case-media-real {
  grid-column:auto;
  scroll-snap-align:start;
}

.case-media-real .case-media-visual {
  aspect-ratio:16/9;
  border:1px solid #e0e3eb;
  border-radius:18px;
  background:#f7f8fb;
  box-shadow:0 10px 28px rgba(31,36,66,.07);
  color:inherit;
}

.case-media-real .case-media-visual::before,
.case-media-real .case-media-visual::after {
  display:none;
}

.case-media-real .case-media-visual img {
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  pointer-events:none;
  user-select:none;
  -webkit-user-drag:none;
}

.case-evidence-rail.is-dragging {
  scroll-snap-type:none;
  cursor:grabbing;
  user-select:none;
}

.case-evidence-rail:focus-visible {
  outline:2px solid var(--brand-blue);
  outline-offset:5px;
  border-radius:12px;
}

.case-media-real > p {
  margin-top:16px;
}

@media (max-width:560px) {
  .case-assets-evidence .case-assets-heading {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:18px;
    width:100%;
    margin-bottom:38px;
  }

  .case-evidence-hint {
    flex:0 0 auto;
    margin:0 0 4px;
    text-align:right;
  }

  .case-evidence-rail {
    width:100%;
    margin-inline:0;
    grid-auto-columns:min(78vw,332px);
    gap:16px;
    padding:2px 0 18px;
  }

  .case-media-real .case-media-visual {
    border-radius:16px;
  }
}

/* v2.25.56 — split-text hero greeting and open minimal contact ending */
.hero-subtitle[data-split-text] {
  margin-top:30px;
  line-height:1.45;
}

.js .hero-subtitle[data-split-ready] .split-word {
  display:inline-block;
  opacity:0;
  filter:blur(7px);
  transform:translateY(18px);
  transition:
    opacity .62s cubic-bezier(.16,1,.3,1),
    filter .72s cubic-bezier(.16,1,.3,1),
    transform .72s cubic-bezier(.16,1,.3,1);
  transition-delay:calc(.28s + var(--split-index) * .09s);
  will-change:opacity,filter,transform;
}

.js .hero-copy.visible .hero-subtitle[data-split-ready] .split-word {
  opacity:1;
  filter:blur(0);
  transform:translateY(0);
}

.hero-tags { margin-top:24px; }
.hero-actions { margin-top:40px; }

.contact.section-pad {
  padding-block:56px 32px;
  background:#fff;
}

.contact .container {
  width:min(calc(100% - 48px),920px);
}

.contact-panel {
  overflow:visible;
  display:grid;
  justify-items:center;
  padding:58px 24px;
  border-top:1px solid #e3e6ee;
  border-bottom:1px solid #e3e6ee;
  border-radius:0;
  background:transparent;
  color:#202232;
  box-shadow:none;
}

.contact-panel::before { display:none; }
.contact-panel .eyebrow { margin-bottom:14px; color:var(--brand-blue); }

.contact-panel h2 {
  color:var(--brand-blue);
  font-size:clamp(38px,5.2vw,58px);
  line-height:1.12;
}

.contact-actions { margin-top:28px; }

.contact-panel .email-fallback {
  border-color:#e1e4ed;
  background:#f7f8fb;
  color:#252735;
  box-shadow:none;
  backdrop-filter:none;
}

.contact-panel .email-fallback > p { color:#767986; }

.contact-panel .email-fallback-actions a,
.contact-panel .email-fallback-actions button {
  border-color:#dfe2ec;
  background:#fff;
  color:#353950;
}

.contact-panel .email-fallback-close {
  background:#e9ebf2;
  color:#6d7080;
}

.site-footer { padding:24px 0 30px; }

@media (max-width:680px) {
  .hero-subtitle[data-split-text] { margin-top:24px; line-height:1.45; }
  .hero-tags { margin-top:22px; }
  .hero-actions { margin-top:38px; }
  .contact.section-pad { padding-block:38px 22px; }
  .contact .container { width:calc(100% - 40px); }
  .contact-panel { padding:44px 12px; }
  .contact-panel h2 { font-size:clamp(34px,10vw,44px); }
  .contact-actions { margin-top:24px; }
  .site-footer { padding:20px 0 26px; }
}

@media (prefers-reduced-motion:reduce) {
  .js .hero-subtitle[data-split-ready] .split-word {
    opacity:1;
    filter:none;
    transform:none;
    transition:none;
  }
}

/* v2.25.58 — swap hero greeting and availability status */
.hero-subtitle.hero-greeting {
  margin:0 0 30px;
  font-size:clamp(16px,1.7vw,19px);
  line-height:1.45;
}

.hero-copy .hero-status {
  margin:28px 0 0;
}

.hero-tags {
  margin-top:22px;
}

@media (max-width:680px) {
  .hero-subtitle.hero-greeting {
    margin:0 0 24px;
    font-size:16px;
  }

  .hero-copy .hero-status {
    margin:24px 0 0;
  }

  .hero-tags {
    margin-top:20px;
  }
}

/* v2.25.59 — final cascade for the approved contact layout */
.hero-subtitle.hero-greeting {
  font-size:clamp(18px,1.8vw,21px);
}

.contact.section-pad {
  padding-block:56px 26px;
}

.contact .container {
  width:min(calc(100% - 48px),920px);
}

.contact-panel {
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-areas:
    "eyebrow mail"
    "title mail"
    "fallback fallback";
  justify-items:start;
  align-items:center;
  column-gap:72px;
  padding:58px 0;
  border:0;
  text-align:left;
}

.contact-panel .eyebrow {
  grid-area:eyebrow;
  margin:0 0 12px;
  color:#7a84aa;
}

.contact-panel h2 {
  grid-area:title;
}

.contact-actions {
  grid-area:mail;
  margin:0;
}

.contact-panel .email-fallback {
  grid-area:fallback;
  justify-self:center;
}

@media (max-width:680px) {
  .hero-subtitle.hero-greeting {
    font-size:17px;
  }

  .contact.section-pad {
    padding-block:40px 20px;
  }

  .contact-panel {
    grid-template-columns:1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "mail"
      "fallback";
    justify-items:center;
    row-gap:0;
    padding:44px 0;
    text-align:center;
  }

  .contact-actions {
    margin-top:26px;
  }
}

/* v2.25.60 — integrate the mail label and arrow into one compact control */
.contact-mail-link {
  min-height:46px;
  gap:12px;
  padding:4px 4px 4px 18px;
  border:1px solid #d7dae3;
  border-radius:999px;
  background:#fff;
  box-shadow:0 4px 14px rgba(28,34,58,.06);
  transition:border-color .22s ease,box-shadow .22s ease,transform .22s cubic-bezier(.2,.8,.2,1);
}

.contact-mail-icon {
  width:36px;
  height:36px;
  border-color:#e1e3ea;
  background:#f8f9fc;
  box-shadow:none;
}

.contact-mail-link:hover,
.contact-mail-link.is-near {
  border-color:rgba(79,111,239,.46);
  box-shadow:0 9px 24px rgba(79,111,239,.14);
  transform:translateY(-2px);
}

.contact-mail-link:active {
  transform:translateY(0) scale(.98);
}

.contact-mail-link:focus-visible {
  outline:3px solid rgba(79,111,239,.28);
  outline-offset:4px;
}

.contact-mail-link:focus-visible .contact-mail-icon {
  outline:0;
}

@media (max-width:680px) {
  .contact-mail-link {
    min-height:48px;
    padding:4px 4px 4px 18px;
  }

  .contact-mail-icon {
    width:38px;
    height:38px;
  }
}

/* v2.25.61 — single-layer mail button with a compact inline arrow */
.contact-mail-link {
  min-height:44px;
  gap:8px;
  padding:11px 17px;
  color:#252735;
  box-shadow:0 4px 14px rgba(28,34,58,.06);
}

.contact-mail-icon,
.contact-mail-link:hover .contact-mail-icon,
.contact-mail-link.is-near .contact-mail-icon {
  display:inline-grid;
  width:auto;
  height:auto;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:inherit;
  transform:none;
}

.contact-mail-icon::before {
  font-size:15px;
}

.contact-mail-link:hover,
.contact-mail-link.is-near {
  border-color:var(--brand-blue);
  background:var(--brand-blue);
  color:#fff;
}

.contact-mail-link:hover .contact-mail-label,
.contact-mail-link.is-near .contact-mail-label {
  color:inherit;
  transform:none;
}

@media (max-width:680px) {
  .contact-mail-link {
    min-height:44px;
    gap:7px;
    padding:11px 16px;
  }

  .contact-mail-icon {
    width:auto;
    height:auto;
  }
}

/* v2.25.61 — center the three contact lines on every viewport */
.contact-panel {
  grid-template-columns:1fr;
  grid-template-areas:
    "eyebrow"
    "title"
    "mail"
    "fallback";
  justify-items:center;
  column-gap:0;
  text-align:center;
}

.contact-actions {
  margin-top:26px;
}

/* v2.25.62 — geometrically center the label inside the pill */
.contact-mail-link {
  position:relative;
  min-width:128px;
  min-height:44px;
  justify-content:center;
  padding:0;
}

.contact-mail-link .contact-mail-label,
.contact-mail-link:hover .contact-mail-label,
.contact-mail-link.is-near .contact-mail-label {
  position:absolute;
  top:50%;
  left:50%;
  white-space:nowrap;
  transform:translate(-50%,-50%);
}

.contact-mail-link .contact-mail-icon,
.contact-mail-link:hover .contact-mail-icon,
.contact-mail-link.is-near .contact-mail-icon {
  position:absolute;
  top:50%;
  right:15px;
  transform:translateY(-50%);
}

@media (max-width:680px) {
  .contact-mail-link {
    min-width:126px;
    padding:0;
  }

  .contact-mail-link .contact-mail-icon,
  .contact-mail-link:hover .contact-mail-icon,
  .contact-mail-link.is-near .contact-mail-icon {
    right:14px;
  }
}

/* v2.25.65 — tighter narrative rhythm and explicit poster navigation */
.hero-inner { padding-bottom:68px; }
.hero-results-window-stage { margin-top:54px; }

.posters.section-pad { --poster-scroll:1900px; }
.poster-gallery-shell { padding-bottom:38px; }
.poster-browse-help {
  position:absolute;
  left:50%;
  bottom:0;
  z-index:5;
  display:flex;
  width:min(100%,520px);
  align-items:center;
  justify-content:center;
  gap:18px;
  color:#686d79;
  font-size:12px;
  transform:translateX(-50%);
}
.poster-browse-help p { margin:0; }
.poster-browse-help p span { color:var(--brand-blue); }
.poster-browse-help a {
  display:inline-flex;
  min-height:44px;
  align-items:center;
  padding:0 14px;
  border:1px solid #dfe2ea;
  border-radius:var(--radius-full);
  color:#474b58;
  text-decoration:none;
  transition:color 180ms ease,border-color 180ms ease,background 180ms ease;
}
.poster-browse-help a:hover,
.poster-browse-help a:focus-visible { border-color:var(--brand-blue); background:#f3f6ff; color:var(--brand-blue); }

.journal { overflow:clip; }
.journal.section-pad { padding-bottom:80px; }
.contact.section-pad { padding-top:48px; padding-bottom:72px; }

@media (max-width:760px) {
  .hero { min-height:1040px; }
  .hero-copy { min-height:calc(100vh - 198px); }
  .hero-results-window-stage { margin-top:8px; }
}

@supports (height:100svh) {
  @media (max-width:760px) {
    .hero-copy { min-height:calc(100svh - 198px); }
  }
}

@media (max-width:809px) {
  .posters.section-pad { --poster-scroll:1700px; }
  .poster-gallery-shell { padding-bottom:54px; }
  .poster-browse-help { width:calc(100% - 24px); gap:10px; font-size:11px; }
  .poster-browse-help a { padding-inline:11px; }
  .journal.section-pad { padding-bottom:64px; }
  .contact.section-pad { padding-top:32px; padding-bottom:54px; }
}

@media (prefers-reduced-motion:reduce) {
  .poster-browse-help a { transition:none; }
}

/* v2.25.66 — canonical component layer and motion tokens */
.brand,
.nav-link,
.footer-brand,
.menu-toggle { min-width:44px; min-height:44px; }

.brand,
.footer-brand,
.nav-link { display:inline-flex; align-items:center; justify-content:center; }

.dialog-close {
  width:44px;
  height:44px;
  border:0;
  background:radial-gradient(circle at center,#fff 0 12px,#dfe2e9 12.5px 13px,transparent 13.5px);
}
.dialog-close::before { display:none; }

.capability-card p,
.work-content small { color:#626674; }
.eyebrow,
.work-meta,
.dialog-block h3 { font-size:max(12px,.72rem); }
img[width][height] { height:auto; }

.site-nav,
.contact-panel,
.hero-results-window,
.work-card,
.journal-card,
.poster-stack-card { isolation:isolate; }

.work-visual picture,
.poster-stack-card picture,
.journal-card picture {
  display:block;
  width:100%;
  height:100%;
}

.work-visual picture > img,
.poster-stack-card picture > img,
.journal-card picture > img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.poster-stack-card:not(.poster-stack-card-cover) picture > img { object-fit:contain; }

.nav-link,
.contact-mail-link,
.poster-browse-help a { transition-duration:var(--motion-fast); }
.work-card,
.journal-card,
.hero-results-window { transition-duration:var(--motion-base); }
.reveal { transition-duration:var(--motion-slow); }

@media (max-width:680px) {
  body { font-size:16px; }
  .menu-toggle { width:44px; height:44px; }
}

@media (prefers-reduced-motion:reduce) {
  .nav-link,
  .contact-mail-link,
  .poster-browse-help a,
  .work-card,
  .journal-card,
  .hero-results-window,
  .reveal { transition-duration:.01ms; }
}

/* v2.25.68 — desktop about capability matrix */
.capability-heading {
  grid-column:1 / -1;
  margin:0 0 8px;
  color:var(--brand-blue);
  font-size:14px;
  font-weight:700;
  letter-spacing:.04em;
}

@media (min-width:921px) {
  .about-layout {
    grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);
    gap:72px;
  }

  .capability-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    padding-top:156px;
    align-content:start;
  }

  .capability-card {
    min-height:104px;
    padding:19px 18px;
    border-color:transparent;
    border-radius:16px;
    background:#f7f8fc;
  }

  .capability-card:hover {
    border-color:#d9e1fb;
    background:#f3f6ff;
    box-shadow:0 8px 24px rgba(55,88,176,.08);
  }

  .capability-card h3 { font-size:15px; }
  .capability-card p { margin-top:4px; font-size:13px; line-height:1.55; }
}

@media (max-width:920px) {
  .capability-heading { margin-bottom:2px; }
}

/* v2.25.69 — align capability matrix with the experience timeline */
@media (min-width:921px) {
  .about-layout {
    grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);
    grid-template-rows:auto auto;
    column-gap:72px;
    row-gap:78px;
  }

  .about-story { display:contents; }
  .about-intro { grid-column:1; grid-row:1; }

  .about .timeline {
    grid-column:1;
    grid-row:2;
    margin-top:0;
  }

  .capability-grid {
    grid-column:2;
    grid-row:2;
    padding-top:0;
    align-self:start;
  }

  .capability-card {
    display:grid;
    min-height:116px;
    place-items:center;
    padding:18px;
    border:1px solid var(--border);
    background:#fff;
    box-shadow:none;
    text-align:center;
  }

  .capability-card > div { width:100%; }
  .capability-card h3 { margin:0; }
  .capability-card p { margin:5px 0 0; }

  .capability-card:hover {
    border-color:#cfd8f5;
    background:#fff;
    box-shadow:0 8px 22px rgba(45,65,120,.07);
  }
}

/* v2.25.70 — stable dialog close glyph inside a 44px hit area */
.dialog-window-controls {
  min-width:44px;
  min-height:44px;
  align-items:center;
  justify-content:center;
  overflow:visible;
}

.dialog-close,
.dialog-close:hover,
.dialog-close.is-near {
  position:relative;
  width:44px;
  height:44px;
  flex:0 0 44px;
  border:0;
  border-radius:50%;
  background:radial-gradient(circle at center,#fff 0 12px,#dfe2e9 12.5px 13px,transparent 13.5px);
  box-shadow:none;
  color:#5f6472;
  font-size:0;
  line-height:1;
  transform:none;
  overflow:visible;
  will-change:auto;
}

.dialog-close:hover,
.dialog-close.is-near {
  background:radial-gradient(circle at center,var(--brand-blue) 0 13px,transparent 13.5px);
  color:#fff;
}

.dialog-close::before,
.dialog-close::after {
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  width:9px;
  height:1.5px;
  border:0;
  border-radius:999px;
  background:currentColor;
  box-shadow:none;
  transform:translate(-50%,-50%) rotate(45deg);
  transform-origin:center;
}

.dialog-close::after {
  transform:translate(-50%,-50%) rotate(-45deg);
}

/* v2.25.71 — right-align the capability section label */
.capability-heading {
  width:100%;
  justify-self:end;
  text-align:right;
}

/* v2.25.72 — keep mobile work covers inside their media frame */
.work-card .work-visual,
.work-card .work-visual picture {
  width:100%;
  max-width:100%;
  min-width:0;
  overflow:hidden;
}

.work-card .work-visual picture > img[width][height] {
  display:block;
  width:100%;
  max-width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

@media (max-width:680px) {
  .works-grid,
  .work-card,
  .work-card-wide {
    width:100%;
    max-width:100%;
    min-width:0;
  }

  .work-card-wide { grid-column:auto; }
  .work-card { overflow:clip; }
}

/* v2.25.73 — full-bleed posters with the progress indicator above */
.poster-stack-card picture > img[width][height] {
  display:block;
  width:100%;
  max-width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.poster-stack {
  inset:52px 0 0;
}

.poster-stack-guide {
  top:4px;
  bottom:auto;
}

@media (max-width:809px) {
  .poster-stack { inset:50px 0 0; }
  .poster-stack-guide { top:3px; }
}

@media (prefers-reduced-motion:reduce) {
  .poster-stack { inset:auto; }
}

/* v2.25.82 — restore the mobile close position and suppress proximity feedback */
.dialog-close {
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}

@media (max-width:560px) {
  .dialog-window-controls {
    margin-left:-6px;
    overflow:hidden;
    border-radius:50%;
  }

  .dialog-close,
  .dialog-close:hover,
  .dialog-close.is-near,
  .dialog-close:active {
    background:radial-gradient(circle at center,#fff 0 12px,#dfe2e9 12.5px 13px,transparent 13.5px);
    box-shadow:none;
    color:#5f6472;
    transform:none;
  }
}

@media (hover:none) and (pointer:coarse) {
  .dialog-close:focus-visible {
    outline:0;
  }
}

/* v2.25.75 — approved hero rhythm, compact handoff and even contact spacing */
.hero-inner { padding-bottom:108px; }
.hero-results-window-stage { margin-top:76px; }

.contact-panel {
  row-gap:18px;
}

.contact-panel .eyebrow,
.contact-actions {
  margin:0;
}

@media (max-width:760px) {
  .hero { min-height:1160px; }
  .hero-copy {
    min-height:calc(100vh - 118px);
    padding:24px 0 20px;
  }
  .hero-results-window-stage {
    width:100%;
    margin-top:18px;
    padding:0;
  }
}

@supports (height:100svh) {
  @media (max-width:760px) {
    .hero-copy { min-height:calc(100svh - 118px); }
  }
}

@media (max-width:380px) {
  .hero { min-height:1120px; }
}

@media (max-width:809px) {
  .journal.section-pad {
    height:calc(100svh + var(--journal-mobile-scroll) - 112px);
    padding-bottom:0;
  }
}

@media (max-width:680px) {
  .contact-panel {
    row-gap:16px;
    padding:36px 0;
  }
}

/* v2.25.76 — two-tier editorial about layout */
@media (min-width:921px) {
  .about.section-pad {
    padding-block:96px;
  }

  .about-layout {
    grid-template-columns:minmax(0,1fr) minmax(420px,1fr);
    grid-template-rows:auto auto;
    column-gap:64px;
    row-gap:48px;
  }

  .about-intro {
    grid-column:1 / -1;
    grid-row:1;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(420px,1fr);
    grid-template-rows:auto auto auto;
    column-gap:64px;
    row-gap:12px;
    align-items:start;
  }

  .about-intro .eyebrow {
    grid-column:1;
    grid-row:1;
    margin:0;
  }

  .about-intro h2 {
    grid-column:1;
    grid-row:2 / 4;
    margin:0;
  }

  .about-intro .lead {
    grid-column:2;
    grid-row:2;
    max-width:520px;
    margin:0;
    font-size:17px;
    line-height:1.75;
  }

  .about-intro .statement {
    grid-column:2;
    grid-row:3;
    margin:4px 0 0;
  }

  .about .timeline {
    grid-column:1;
    grid-row:2;
    margin-top:0;
    align-self:start;
  }

  .about .timeline article {
    gap:20px;
    padding-bottom:26px;
  }

  .capability-grid {
    grid-column:2;
    grid-row:2;
    align-self:start;
    padding-top:0;
    gap:12px;
  }

  .capability-card {
    min-height:96px;
    padding:16px;
  }
}

/* v2.25.77 — place the about narrative below the display title */
@media (min-width:921px) {
  .about.section-pad {
    padding-block:84px;
  }

  .about-layout {
    row-gap:36px;
  }

  .about-intro {
    grid-template-rows:auto auto auto auto;
    row-gap:12px;
  }

  .about-intro h2 {
    grid-row:2;
  }

  .about-intro .lead {
    grid-row:3;
    margin-top:8px;
  }

  .about-intro .statement {
    grid-row:4;
    margin-top:0;
  }

  .capability-card {
    min-height:92px;
  }
}

/* v2.25.78 — full-width heading with a truly aligned two-column body */
.about-heading h2 { margin-bottom:0; }

@media (min-width:921px) {
  .about-layout {
    grid-template-columns:minmax(0,1fr) minmax(420px,1fr);
    grid-template-rows:auto auto auto;
    column-gap:64px;
    row-gap:0;
  }

  .about-heading {
    grid-column:1 / -1;
    grid-row:1;
    display:block;
    margin-bottom:36px;
  }

  .about-heading .eyebrow { margin-bottom:16px; }

  .about-narrative {
    grid-column:2;
    grid-row:2;
    align-self:start;
  }

  .about-narrative .lead {
    max-width:520px;
    margin:0;
    font-size:17px;
    line-height:1.75;
  }

  .about-narrative .statement { margin:12px 0 0; }

  .about .timeline {
    grid-column:1;
    grid-row:2 / 4;
    margin-top:0;
    align-self:start;
  }

  .capability-grid {
    grid-column:2;
    grid-row:3;
    margin-top:28px;
    padding-top:0;
    align-self:start;
  }
}

@media (max-width:920px) {
  .about-heading { margin-bottom:0; }
  .about-narrative { margin:0; }
}

/* v2.25.79 — semantic 20px outline icons for capability cards */
.capability-card {
  display:grid;
  grid-template-columns:40px minmax(0,1fr);
  place-items:unset;
  align-items:center;
  gap:14px;
  min-height:92px;
  padding:16px 18px;
  text-align:left;
}

.capability-card > div { width:100%; min-width:0; }
.capability-card h3 { margin:0; }
.capability-card p { margin:5px 0 0; }

.cap-icon {
  display:grid;
  width:40px;
  height:40px;
  place-items:center;
  border:1px solid #dce5ff;
  border-radius:12px;
  background:#eef3ff;
  color:var(--brand-blue);
}

.cap-icon svg {
  width:20px;
  height:20px;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* v2.25.80 — restore the narrative-left, capability-list-right composition */
.capability-grid { grid-template-columns:1fr; }

@media (min-width:921px) {
  .about-layout {
    grid-template-columns:minmax(0,1.08fr) minmax(420px,1fr);
    grid-template-rows:auto;
    column-gap:82px;
    row-gap:0;
    align-items:start;
  }

  .about-story {
    display:block;
    grid-column:1;
    grid-row:1;
  }

  .about-intro { display:block; }
  .about-intro h2 { margin-bottom:58px; }
  .about-intro .lead {
    max-width:620px;
    margin:0 0 32px;
    font-size:18px;
    line-height:1.85;
  }
  .about-intro .statement { margin:0; }

  .about .timeline {
    display:block;
    margin-top:76px;
  }

  .capability-grid {
    grid-column:2;
    grid-row:1;
    grid-template-columns:1fr;
    gap:16px;
    margin-top:0;
    padding-top:210px;
    align-self:start;
  }
}

/* v2.25.81 — launch hardening for narrow case-study dialogs */
@media (max-width:560px) {
  .case-dialog .case-section,
  .case-dialog .case-section-label,
  .case-dialog .case-section-body {
    width:100%;
    min-width:0;
    max-width:100%;
  }

  .case-playbook blockquote.quote-three-clause .quote-line {
    white-space:normal;
    overflow-wrap:anywhere;
  }
}

/* v2.25.74 — restore the approved counter below the poster */
.poster-gallery-shell { padding-bottom:0; }
.poster-stack { inset:0 0 42px; }
.poster-stack-guide {
  top:auto;
  bottom:4px;
}

@media (max-width:809px) {
  .poster-gallery-shell { padding-bottom:0; }
  .poster-stack { inset:0 0 38px; }
  .poster-stack-guide {
    top:auto;
    bottom:4px;
  }
}

@media (prefers-reduced-motion:reduce) {
  .poster-stack { inset:auto; }
}
