@import url('./tokens.css');

@font-face {
  font-family:Golos;
  src:url('./assets/fonts/golos-text.ttf') format('truetype');
  font-weight:400 900;
  font-display:swap}

:root {
  --studio-white:var(--club-v2-white);
  --studio-paper:var(--club-v2-cloud);
  --studio-ink:var(--club-ink);
  --studio-blue:var(--club-blue);
  --studio-muted:var(--club-v2-slate);
  --studio-line:var(--club-line-dark);
  --studio-font:Golos,Arial,sans-serif;
  --studio-gutter:clamp(20px,3vw,48px);
  --studio-heading:clamp(2.8rem,5.6vw,6rem);
  --studio-hero:clamp(3rem,7.25vw,8.7rem);
  --studio-max:1704px;
  --studio-radius:var(--radius-club-panel);
  --studio-section:clamp(80px,9vw,144px)}

* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px}
body {
  margin:0;
  background:var(--studio-white);
  color:var(--studio-ink);
  font-family:var(--studio-font);
  font-size:16px;
  line-height:1.45;
  -webkit-font-smoothing:antialiased}
button,input,textarea,select {
  font:inherit}
button,a {
  -webkit-tap-highlight-color:transparent}
button {
  cursor:pointer}
a {
  color:inherit;
  text-decoration:none}
button {
  color:inherit}
button:disabled {
  cursor:default}
img {
  display:block;
  max-width:100%}
h1,h2,h3,p {
  margin:0}
h1,h2,h3 {
  font-weight:600;
  letter-spacing:-.06em;
  line-height:1.03}
button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible {
  outline:3px solid var(--studio-blue);
  outline-offset:5px}
.skip-link {
  position:fixed;
  top:-100px;
  left:20px;
  z-index:100;
  background:var(--studio-blue);
  color:white;
  padding:16px}
.skip-link:focus {
  top:10px}
.site-header {
  height:108px;
  padding:0 var(--studio-gutter);
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:relative;
  z-index:20}
.nav-pill {
  display:flex;
  background:var(--studio-ink);
  color:var(--studio-white);
  border-radius:var(--radius-full);
  padding:7px}
.nav-pill a {
  padding:12px 19px;
  font-size:14px;
  transition:background var(--duration-base);
  border-radius:var(--radius-full)}
.nav-pill a:hover {
  background:var(--club-graphite)}
.wordmark {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:7px;
  align-items:center;
  letter-spacing:-.065em;
  line-height:.86;
  font-size:36px;
  font-weight:650}
.wordmark small {
  display:block;
  font-size:9px;
  letter-spacing:.26em;
  line-height:1.2;
  margin-top:7px;
  text-align:right}
.brand-symbol {
  font-weight:850;
  font-size:48px;
  letter-spacing:-.12em}
.brand-symbol>span {
  color:var(--studio-blue);
  padding-right:4px}
.header-actions {
  display:flex;
  align-items:center;
  gap:24px}
.availability {
  font-size:12px;
  color:var(--studio-muted)}
.availability i {
  display:inline-block;
  width:6px;
  height:6px;
  background:var(--studio-blue);
  border-radius:100%;
  vertical-align:middle;
  margin-right:7px}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  min-height:56px;
  background:var(--studio-ink);
  color:var(--studio-white);
  border:0;
  border-radius:var(--radius-full);
  font-size:15px;
  font-weight:500;
  padding:17px 26px;
  transition:background var(--duration-base),transform var(--duration-base)}
.button:hover {
  background:var(--club-graphite);
  transform:translateY(-2px)}
.button-small {
  min-height:46px;
  padding:12px 22px;
  font-size:14px;
  gap:16px}
.button-blue {
  background:var(--studio-blue)}
.button-blue:hover {
  background:var(--studio-ink)}
.button-white {
  background:var(--studio-white);
  color:var(--studio-ink)}
.button-white:hover {
  background:var(--studio-paper);
  color:var(--studio-ink)}
.arrow {
  display:inline-block;
  flex:none;
  width:19px;
  height:19px;
  background:currentColor;
  mask:var(--icon-arrow-up-right) center/contain no-repeat;
  -webkit-mask:var(--icon-arrow-up-right) center/contain no-repeat}
.menu-toggle {
  display:none}
.hero {
  padding:0 var(--studio-gutter);
  min-height:calc(100svh - 108px);
  display:flex;
  flex-direction:column}
.hero-topline {
  padding-top:16px;
  display:flex;
  justify-content:space-between;
  color:var(--studio-muted);
  font-size:12px;
  letter-spacing:.01em}
.hero-center {
  padding:clamp(65px,9vh,105px) 0 55px;
  text-align:center;
  flex:1;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center}
.eyebrow {
  font-size:12px;
  font-weight:500;
  letter-spacing:.12em;
  line-height:1.5}
.tiny-cross {
  font-size:21px;
  color:var(--studio-blue);
  vertical-align:middle;
  display:inline-block;
  margin-right:10px}
.hero h1 {
  font-size:var(--studio-hero);
  font-weight:780;
  letter-spacing:-.07em;
  margin:24px 0 35px;
  line-height:.98;
  width:100%}
.hero h1>span {
  display:block}
.hero h1 .hero-second {
  font-size:.81em;
  margin-top:12px;
  letter-spacing:-.07em}
.blue-word {
  color:var(--studio-blue)}
.hero-description {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:27px}
.hero-description p {
  font-size:17px;
  color:var(--studio-muted);
  line-height:1.5;
  letter-spacing:-.025em}
.hero-actions {
  display:flex;
  align-items:center;
  gap:28px}
.text-link {
  font-size:14px;
  display:inline-flex;
  align-items:center;
  gap:18px;
  padding:12px 0;
  border-bottom:1px solid transparent}
.text-link:hover {
  border-color:currentColor}
.hero-bottom {
  display:flex;
  justify-content:space-between;
  align-items:end;
  padding:24px 0 30px;
  border-top:1px solid var(--studio-line);
  font-size:12px}
.hero-bottom p {
  color:var(--studio-muted);
  text-align:center}
.hero-coordinate {
  letter-spacing:.07em;
  font-size:10px}
.scroll-cue {
  display:flex;
  align-items:center;
  gap:14px}
.scroll-cue>span {
  border:1px solid var(--studio-line);
  border-radius:50%;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  font-size:17px}
.intro-band {
  background:var(--studio-blue);
  color:var(--studio-white);
  padding:64px var(--studio-gutter) 45px;
  border-radius:var(--studio-radius);
  margin:14px 14px 0;
  min-height:630px}
.intro-band>p {
  font-size:12px;
  letter-spacing:.07em;
  margin-bottom:30px}
.intro-band h2 {
  font-size:clamp(4.5rem,10vw,10rem);
  font-weight:600;
  line-height:.95;
  letter-spacing:-.065em}
.intro-band h2 span {
  opacity:.55}
.intro-bottom {
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-top:55px}
.intro-bottom p {
  font-size:18px;
  line-height:1.5}
.round-link {
  border:1px solid currentColor;
  width:76px;
  height:76px;
  border-radius:50%;
  display:grid;
  place-items:center}
.round-link .arrow {
  width:28px;
  height:28px}
.round-link:hover {
  background:var(--studio-white);
  color:var(--studio-blue)}
dialog {
  border:0;
  border-radius:var(--studio-radius);
  padding:40px;
  width:min(620px,calc(100% - 32px));
  max-height:calc(100svh - 32px);
  color:var(--studio-ink);
  overscroll-behavior:contain}
dialog::backdrop {
  background:rgba(11,12,13,.6);
  backdrop-filter:blur(5px)}
dialog h2 {
  font-size:40px;
  margin:20px 0}
dialog>p {
  color:var(--studio-muted);
  margin-bottom:24px}
.dialog-top {
  display:flex;
  align-items:center;
  justify-content:space-between}
.close-button {
  border:1px solid var(--studio-line);
  background:none;
  border-radius:50%;
  font-size:26px;
  width:44px;
  height:44px;
  line-height:1;
  flex:none}
body:has(dialog[open]) {
  overflow:hidden}
.close-button:hover {
  background:var(--studio-paper)}

@media(min-width:1600px) {
  .hero {
  max-width:1800px;
  margin:auto}
.hero-center {
  padding-top:120px;
  padding-bottom:100px}
}

@media(max-width:1100px) {
  .availability {
  display:none}
.nav-pill a {
  padding:10px 13px}
.header-actions {
  gap:12px}
.hero {
  min-height:740px}
.hero-center {
  padding-top:75px}
.hero h1 {
  font-size:7.35vw}
}

@media(max-width:767px) {
  html {
  scroll-padding-top:80px}
.site-header {
  height:84px}
.wordmark {
  position:static;
  transform:none;
  order:-1;
  font-size:28px}
.brand-symbol {
  font-size:38px}
.wordmark small {
  font-size:8px}
.header-actions>.button {
  display:none}
.menu-toggle {
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  width:48px;
  height:44px;
  border:1px solid var(--studio-line);
  border-radius:30px;
  background:var(--studio-white);
  padding:13px}
.menu-toggle span {
  display:block;
  height:1px;
  background:var(--studio-ink);
  width:20px}
.nav-pill {
  display:none;
  position:absolute;
  top:74px;
  left:20px;
  right:20px;
  padding:16px;
  border-radius:20px;
  flex-direction:column}
.nav-pill.is-open {
  display:flex}
.nav-pill a {
  font-size:18px;
  padding:14px}
.hero {
  min-height:calc(100svh - 84px)}
.hero-topline {
  font-size:10px;
  padding-top:9px}
.hero-topline>span:last-child {
  display:none}
.hero-center {
  padding:60px 0 65px}
.hero h1 {
  font-size:clamp(2.8rem,10.6vw,5rem);
  line-height:1.03;
  letter-spacing:-.055em;
  margin:24px 0 30px;
  max-width:540px}
.hero h1>span:first-child {
  max-width:480px}
.hero h1 .hero-second {
  font-size:1em;
  margin-top:0;
  letter-spacing:-.055em}
.blue-word {
  display:block}
.hero-description p {
  font-size:16px}
.hero-actions {
  flex-direction:column;
  gap:9px}
.hero-description {
  gap:23px}
.button {
  min-height:54px}
.hero-bottom {
  padding:18px 0;
  font-size:10px;
  gap:12px}
.hero-bottom p {
  display:none}
.hero-coordinate {
  font-size:9px}
.eyebrow {
  font-size:11px}
.intro-band {
  margin:8px;
  min-height:510px;
  padding:44px 22px;
  border-radius:20px}
.intro-band h2 {
  font-size:17vw;
  letter-spacing:-.07em}
.intro-band>p {
  font-size:10px}
.intro-bottom {
  margin-top:50px;
  gap:20px}
.intro-bottom p {
  font-size:15px}
.round-link {
  width:54px;
  height:54px;
  flex:none}
dialog {
  padding:25px}
dialog h2 {
  font-size:34px}
}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
*,*::before,*::after {
  animation:none!important;
  transition:none!important}
}

/* Studio scenes: theme extends the shared Club tokens locally. */
.section-shell {
  padding-left:var(--studio-gutter);
  padding-right:var(--studio-gutter);
  max-width:1800px;
  margin-left:auto;
  margin-right:auto}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:40px;
  margin-bottom:64px}
.section-heading .eyebrow {
  margin-bottom:26px}
.section-heading h2 {
  font-size:var(--studio-heading)}
.section-heading>p {
  max-width:390px;
  color:var(--studio-muted);
  font-size:16px;
  padding-bottom:5px}
.muted {
  color:var(--studio-muted)}
.benefit-list {
  padding-top:80px;
  padding-bottom:var(--studio-section)}
.section-kicker {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:32px;
  border-bottom:1px solid var(--studio-line)}
.section-kicker>p {
  color:var(--studio-muted);
  font-size:14px}
.benefit-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  column-gap:7%;
  row-gap:64px;
  margin-top:48px}
.benefit-grid h3 {
  font-size:25px;
  letter-spacing:-.04em;
  margin:25px 0 14px}
.benefit-grid p {
  color:var(--studio-muted);
  max-width:340px;
  font-size:16px}
.benefit-mark {
  font-size:40px;
  color:var(--studio-blue);
  line-height:1}
.services {
  padding-bottom:var(--studio-section)}
.service-workspace {
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:7%}
.service-options {
  display:flex;
  flex-direction:column;
  padding-top:20px}
.service-options button {
  background:none;
  border:0;
  border-bottom:1px solid var(--studio-line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  text-align:left;
  padding:25px 4px;
  font-size:clamp(18px,1.8vw,27px);
  letter-spacing:-.04em;
  gap:16px;
  transition:color var(--duration-base),padding var(--duration-base)}
.service-options button:first-child {
  border-top:1px solid var(--studio-line)}
.service-options button .arrow {
  opacity:0}
.service-options button[aria-selected=true] {
  color:var(--studio-blue);
  padding-left:18px}
.service-options button[aria-selected=true] .arrow,.service-options button:hover .arrow {
  opacity:1}
.service-options button:hover {
  color:var(--studio-blue)}
.service-panel {
  background:var(--studio-paper);
  border-radius:var(--studio-radius);
  padding:34px 38px 22px;
  min-height:626px}
.panel-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:30px;
  color:var(--studio-muted)}
.panel-dot {
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--studio-blue)}
.service-panel h3 {
  font-size:clamp(30px,3vw,44px);
  letter-spacing:-.05em;
  margin-bottom:18px}
.service-panel>p {
  font-size:15px;
  color:var(--studio-muted);
  max-width:450px;
  min-height:66px}
.workflow {
  padding:24px 24px 20px;
  position:relative;
  max-width:430px;
  margin:auto}
.workflow-node {
  background:var(--studio-white);
  border:1px solid var(--studio-line);
  border-radius:var(--radius-club-ui);
  padding:13px 20px;
  display:flex;
  align-items:center;
  gap:20px;
  min-height:62px;
  position:relative}
.node-step {
  font-size:9px;
  color:var(--studio-muted);
  letter-spacing:.06em;
  width:70px;
  flex:none}
.workflow-node strong {
  font-size:14px;
  font-weight:500;
  line-height:1.2}
.workflow-core {
  background:var(--studio-blue);
  border-color:var(--studio-blue);
  color:var(--studio-white);
  box-shadow:0 9px 22px -12px var(--studio-blue)}
.workflow-core .node-step {
  color:var(--studio-white);
  opacity:.7}
.node-icon {
  font-size:23px;
  margin-left:auto}
.flow-connector {
  display:block;
  height:26px;
  line-height:26px;
  text-align:center;
  color:var(--studio-muted)}
.panel-bottom {
  border-top:1px solid var(--studio-line);
  padding-top:13px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px}
.panel-bottom>span {
  font-size:14px}
.panel-bottom button {
  background:none;
  border:0}
.work-section {
  padding-top:var(--studio-section);
  padding-bottom:var(--studio-section);
  background:var(--studio-paper);
  border-radius:var(--studio-radius)}
.featured-project {
  background:var(--studio-ink);
  color:var(--studio-white);
  margin:0 var(--studio-gutter);
  padding:64px 0 60px 48px;
  border-radius:var(--studio-radius);
  min-height:580px;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:36px;
  overflow:hidden;
  align-items:center}
.featured-copy {
  position:relative;
  z-index:1}
.project-tag {
  font-size:11px;
  letter-spacing:.07em;
  color:var(--meridian-fg-2)}
.featured-copy h3 {
  font-size:clamp(34px,3.6vw,55px);
  margin:45px 0 24px;
  letter-spacing:-.055em}
.featured-copy p {
  font-size:16px;
  max-width:335px;
  color:var(--meridian-fg-2);
  margin-bottom:27px}
.featured-caption {
  display:block;
  font-size:10px;
  color:var(--meridian-fg-2);
  letter-spacing:.055em;
  margin-top:55px}
.featured-screen {
  width:850px;
  max-width:67vw;
  transform:translate(16px,30px);
  border:1px solid var(--club-line-light);
  border-radius:var(--radius-club-ui);
  overflow:hidden;
  box-shadow:var(--shadow-club-stage)}
.featured-screen img {
  width:100%;
  height:auto}
.browser-bar {
  height:31px;
  padding:0 13px;
  background:var(--club-graphite);
  display:flex;
  align-items:center;
  gap:4px;
  position:relative}
.browser-bar i {
  height:5px;
  width:5px;
  background:var(--club-muted);
  border-radius:50%}
.browser-bar span {
  position:absolute;
  left:45%;
  font-size:10px;
  color:var(--meridian-fg-2)}
.project-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-top:40px}
.project-image {
  width:100%;
  padding:0;
  border:0;
  overflow:hidden;
  border-radius:var(--studio-radius);
  position:relative;
  background:var(--studio-white);
  display:block;
  aspect-ratio:1.65}
.project-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform var(--duration-stage) var(--ease-reveal)}
.project-image:hover img {
  transform:translateY(-5px)}
.project-open {
  display:grid;
  place-items:center;
  position:absolute;
  bottom:22px;
  right:22px;
  width:48px;
  height:48px;
  border-radius:50%;
  background:var(--studio-white);
  color:var(--studio-ink)}
.project-meta {
  display:flex;
  justify-content:space-between;
  font-size:10px;
  color:var(--studio-muted);
  letter-spacing:.06em;
  margin-top:24px}
.project-card h3 {
  font-size:26px;
  letter-spacing:-.045em;
  margin:13px 0}
.project-card>p {
  font-size:15px;
  color:var(--studio-muted);
  max-width:430px}
.project-note {
  margin-top:55px;
  display:flex;
  gap:24px;
  align-items:center}
.project-note p {
  max-width:770px;
  color:var(--studio-muted);
  font-size:14px}
.project-note .text-link {
  margin-left:auto;
  white-space:nowrap;
  background:none;
  border:0}
.process-section {
  padding-top:var(--studio-section);
  padding-bottom:var(--studio-section)}
.process-list {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  list-style:none;
  padding:0;
  margin:0;
  gap:28px}
.process-list li {
  border-top:1px solid var(--studio-line);
  padding-top:24px;
  display:flex;
  flex-direction:column}
.process-list li>span {
  font-size:14px;
  color:var(--studio-blue);
  margin-bottom:45px}
.process-list h3 {
  font-size:23px;
  letter-spacing:-.045em;
  margin-bottom:16px}
.process-list p {
  font-size:14px;
  color:var(--studio-muted);
  margin-bottom:32px;
  max-width:230px}
.process-list small {
  font-size:9px;
  letter-spacing:.06em;
  margin-top:auto}
.team-section {
  padding-top:var(--studio-section);
  padding-bottom:var(--studio-section);
  border-top:1px solid var(--studio-line);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8%}
.team-intro h2 {
  font-size:var(--studio-heading);
  margin:28px 0}
.team-intro>p:not(.eyebrow) {
  color:var(--studio-muted);
  font-size:16px;
  max-width:360px}
.team-stamp {
  font-size:11px;
  letter-spacing:.13em;
  display:inline-block;
  border-left:3px solid var(--studio-blue);
  padding-left:14px;
  margin-top:45px;
  line-height:1.7}
.team-stamp b {
  font-weight:400;
  color:var(--studio-muted);
  font-size:9px}
.people-list article {
  display:flex;
  align-items:center;
  padding:26px 0;
  gap:24px;
  border-bottom:1px solid var(--studio-line)}
.people-list article:first-child {
  padding-top:0}
.people-list article>img,.person-initial {
  width:118px;
  height:130px;
  object-fit:cover;
  object-position:center;
  border-radius:var(--radius-club-ui);
  flex:none}
.people-list article:first-child img {
  object-position:center 35%}
.person-initial {
  display:grid;
  place-items:center;
  background:var(--studio-blue);
  color:var(--studio-white);
  font-size:54px;
  font-weight:600;
  letter-spacing:-.09em}
.people-list h3 {
  font-size:23px;
  letter-spacing:-.04em;
  margin-bottom:14px}
.people-list p {
  font-size:14px;
  color:var(--studio-muted);
  line-height:1.5}
.people-list article>.arrow {
  margin-left:auto;
  width:20px;
  opacity:.4}
.pricing-section {
  padding-top:var(--studio-section);
  padding-bottom:var(--studio-section);
  background:var(--studio-paper);
  border-radius:var(--studio-radius)}
.pricing-tabs {
  display:flex;
  gap:8px;
  border-bottom:1px solid var(--studio-line);
  padding-bottom:24px;
  flex-wrap:wrap}
.pricing-tabs button {
  display:flex;
  align-items:center;
  gap:24px;
  padding:16px 23px;
  border-radius:var(--radius-full);
  border:1px solid var(--studio-line);
  background:none;
  font-size:15px}
.pricing-tabs button span {
  font-size:10px;
  opacity:.6}
.pricing-tabs button[aria-selected=true] {
  background:var(--studio-ink);
  border-color:var(--studio-ink);
  color:var(--studio-white)}
.pricing-tabs button:hover {
  border-color:var(--studio-ink)}
.price-row {
  border-bottom:1px solid var(--studio-line)}
.price-row summary {
  display:grid;
  grid-template-columns:1.45fr .8fr .7fr 28px;
  align-items:center;
  gap:24px;
  list-style:none;
  padding:29px 0;
  cursor:pointer}
.price-row summary::-webkit-details-marker {
  display:none}
.price-row summary>span {
  font-size:24px;
  letter-spacing:-.04em;
  line-height:1.2}
.price-row summary small {
  font-size:13px;
  color:var(--studio-muted)}
.price-row summary strong {
  font-weight:500;
  font-size:24px;
  letter-spacing:-.04em;
  text-align:right;
  white-space:nowrap}
.price-row summary i {
  font-style:normal;
  font-size:24px;
  font-weight:300;
  text-align:center}
.price-row[open] summary i {
  transform:rotate(45deg)}
.price-row[open] summary {
  color:var(--studio-blue)}
.price-details {
  max-width:750px;
  padding-bottom:28px;
  font-size:16px;
  color:var(--studio-muted)}
.price-details ul {
  padding-left:22px}
.price-details li+li {
  margin-top:6px}
.price-details .text-link {
  border:0;
  background:none;
  color:var(--studio-ink);
  margin-top:12px}
.pricing-note {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding-top:28px}
.pricing-note p {
  font-size:13px;
  color:var(--studio-muted)}
.pricing-note button {
  background:none;
  border:0}
.quiz-section {
  background:var(--studio-blue);
  color:var(--studio-white);
  margin:14px;
  border-radius:var(--studio-radius);
  padding:80px 5vw;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8%;
  min-height:720px}
.quiz-intro h2 {
  font-size:clamp(50px,6vw,90px);
  line-height:.98;
  margin:38px 0 32px}
.quiz-intro h2 span {
  opacity:.57}
.quiz-intro>p:not(.eyebrow) {
  font-size:17px;
  line-height:1.5}
.quiz-time {
  font-size:10px;
  letter-spacing:.07em;
  display:block;
  margin-top:35px;
  opacity:.7}
.quiz-card {
  background:var(--studio-white);
  color:var(--studio-ink);
  border-radius:var(--studio-radius);
  padding:32px;
  display:flex;
  flex-direction:column;
  align-self:stretch}
.quiz-progress {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  font-size:10px;
  letter-spacing:.05em;
  color:var(--studio-muted);
  margin-bottom:34px}
.quiz-progress>div {
  display:flex;
  gap:5px}
.quiz-progress i {
  display:block;
  width:26px;
  height:3px;
  background:var(--studio-paper)}
.quiz-progress i.active {
  background:var(--studio-blue)}
#quiz-body {
  flex:1}
#quiz-body h3 {
  font-size:30px;
  letter-spacing:-.045em;
  line-height:1.1;
  margin-bottom:24px}
.quiz-choices {
  display:flex;
  flex-direction:column;
  gap:9px}
.quiz-choice {
  display:flex;
  align-items:center;
  gap:14px;
  background:none;
  border:1px solid var(--studio-line);
  border-radius:var(--radius-club-ui);
  padding:13px 16px;
  text-align:left;
  min-height:51px;
  font-size:14px}
.quiz-choice>span {
  width:17px;
  height:17px;
  border:1px solid var(--studio-line);
  border-radius:50%;
  flex:none}
.quiz-choice[aria-checked=true] {
  border-color:var(--studio-blue);
  color:var(--studio-blue);
  background:var(--studio-paper)}
.quiz-choice[aria-checked=true]>span {
  border:5px solid var(--studio-blue)}
.quiz-choice:hover {
  border-color:var(--studio-blue)}
.quiz-navigation {
  display:flex;
  justify-content:space-between;
  gap:15px;
  margin-top:25px}
.quiz-navigation>button {
  margin-left:auto}
.quiz-navigation>button:first-child {
  margin-left:0;
  background:none;
  border:0}
.quiz-navigation .button:disabled {
  opacity:.25;
  transform:none}
.quiz-navigation .button {
  min-height:48px;
  padding:12px 24px;
  font-size:14px}
.quiz-result-tag {
  color:var(--studio-blue);
  font-size:11px;
  letter-spacing:.06em;
  margin-bottom:18px}
.quiz-result p {
  font-size:15px;
  color:var(--studio-muted);
  line-height:1.5;
  margin-bottom:18px}
.quiz-result .result-price {
  font-size:32px;
  letter-spacing:-.055em;
  color:var(--studio-ink);
  margin:25px 0 8px}
.quiz-result small {
  font-size:12px;
  color:var(--studio-muted);
  display:block}
.quiz-result .button {
  margin-top:24px;
  font-size:14px}
.club-section {
  padding-top:var(--studio-section);
  padding-bottom:var(--studio-section);
  display:grid;
  grid-template-columns:1.05fr .85fr;
  gap:10%;
  align-items:center}
.club-visual {
  background:var(--studio-ink);
  border-radius:var(--studio-radius);
  color:var(--studio-white);
  padding:32px;
  overflow:hidden;
  min-height:600px;
  display:flex;
  flex-direction:column;
  justify-content:space-between}
.club-visual-top {
  display:flex;
  justify-content:space-between;
  font-size:14px;
  font-weight:600}
.club-visual-top>span:last-child {
  border:1px solid var(--club-line-light);
  border-radius:var(--radius-full);
  padding:4px 12px;
  font-size:10px}
.club-visual img {
  border:1px solid var(--club-line-light);
  width:150%;
  max-width:none;
  align-self:flex-start;
  border-radius:var(--radius-club-ui);
  margin:50px 0;
  transform:translateX(2px)}
.club-visual-bottom {
  font-size:9px;
  letter-spacing:.08em;
  color:var(--meridian-fg-2)}
.club-copy h2 {
  font-size:var(--studio-heading);
  margin:30px 0}
.club-copy>p:not(.eyebrow) {
  font-size:16px;
  color:var(--studio-muted);
  max-width:400px;
  margin-bottom:22px}
.club-copy .button {
  margin-top:10px}
.closing-section {
  background:var(--studio-ink);
  color:var(--studio-white);
  padding:42px var(--studio-gutter) 60px;
  border-radius:var(--studio-radius);
  margin:0 14px}
.closing-top {
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:var(--meridian-fg-2);
  font-size:10px;
  letter-spacing:.055em}
.closing-section h2 {
  font-size:clamp(70px,15.7vw,240px);
  font-weight:650;
  line-height:.88;
  letter-spacing:-.07em;
  margin:85px 0 55px}
.closing-section h2>span {
  color:var(--studio-blue)}
.closing-bottom {
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:end}
.closing-bottom p {
  font-size:16px;
  color:var(--meridian-fg-2);
  line-height:1.5}
.closing-bottom .button {
  min-width:260px}
.site-footer {
  padding-top:65px;
  padding-bottom:24px}
.footer-top {
  display:flex;
  align-items:start;
  justify-content:space-between;
  gap:36px;
  margin-bottom:65px}
.footer-brand {
  font-size:39px;
  font-weight:650;
  letter-spacing:-.07em;
  line-height:1}
.footer-brand>span {
  font-size:10px;
  display:block;
  font-weight:400;
  letter-spacing:.18em;
  text-transform:uppercase;
  text-align:right;
  margin-top:7px}
.footer-top>div {
  display:flex;
  flex-direction:column;
  gap:15px;
  font-size:14px}
.footer-top a:hover {
  color:var(--studio-blue)}
.footer-top .arrow {
  width:14px;
  height:14px;
  vertical-align:middle;
  margin-left:20px}
.footer-bottom {
  border-top:1px solid var(--studio-line);
  padding-top:24px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:11px;
  color:var(--studio-muted)}
.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px}
form label {
  display:block;
  font-size:12px;
  margin-bottom:18px}
input,textarea {
  display:block;
  width:100%;
  padding:14px;
  margin-top:8px;
  color:var(--studio-ink);
  background:var(--studio-paper);
  border:1px solid var(--studio-line);
  border-radius:var(--radius-club-ui);
  font-size:15px;
  resize:vertical}
textarea {
  min-height:90px}
.form-hint {
  font-size:11px;
  color:var(--studio-muted);
  margin-top:15px}
.direct-contact {
  margin-top:20px;
  font-size:12px}
.brief-label {
  color:var(--studio-blue);
  font-size:14px;
  margin-bottom:15px}
.brief-actions {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px}
.brief-actions .button {
  padding:13px 20px;
  min-height:48px;
  font-size:13px}
.brief-actions+button {
  border:0;
  background:none;
  margin-top:12px}
#copy-status {
  font-size:12px;
  color:var(--studio-blue);
  display:block}
.case-image {
  margin:24px 0;
  border-radius:var(--radius-club-ui);
  overflow:hidden}
.case-paragraph {
  font-size:16px;
  color:var(--studio-muted);
  margin-bottom:20px}
.case-subtitle {
  font-size:13px;
  margin-bottom:8px;
  letter-spacing:.015em}
.case-video {
  width:100%;
  margin:20px 0;
  border-radius:var(--radius-club-ui)}
#case-dialog {
  width:min(860px,calc(100% - 32px))}
#case-dialog>.button {
  margin-top:16px}
.case-source-link {
  display:inline-flex;
  align-items:center;
  min-height:44px}

/* Reveal is progressive enhancement: content remains visible without JavaScript. */
[data-reveal] {
  transition:opacity var(--duration-reveal) var(--ease-reveal),transform var(--duration-reveal) var(--ease-reveal)}
[data-reveal].will-reveal {
  opacity:0;
  transform:translateY(24px)}
[data-reveal].is-visible {
  opacity:1;
  transform:none}
.hero h1 {
  animation:hero-in var(--duration-reveal-long) var(--ease-reveal) both}
.hero-description {
  animation:hero-in var(--duration-reveal-long) var(--ease-reveal) var(--delay-heading-lead) both}
@keyframes hero-in {
  from {
  opacity:0;
  transform:translateY(30px)}
to {
  opacity:1;
  transform:none}
}

@media(min-width:768px) and (max-width:1100px) {
  .service-workspace {
  gap:30px;
  grid-template-columns:.9fr 1.1fr}
.service-panel {
  padding:28px}
.workflow {
  padding-left:0;
  padding-right:0}
.process-list {
  gap:18px}
.process-list h3 {
  font-size:19px}
.people-list article {
  gap:16px}
.people-list article>img,.person-initial {
  width:90px;
  height:108px}
.people-list h3 {
  font-size:20px}
.price-row summary {
  grid-template-columns:1.5fr .6fr .8fr 24px;
  gap:20px}
.price-row summary>span,.price-row summary strong {
  font-size:21px}
.quiz-section {
  gap:35px;
  padding:60px 4vw}
.quiz-card {
  padding:25px}
.club-visual {
  min-height:500px}
.featured-project {
  grid-template-columns:1fr 1fr;
  padding-left:35px}
.featured-screen {
  max-width:none;
  width:660px}
.team-section {
  gap:40px}
}

@media(max-width:767px) {
  .section-heading {
  display:block;
  margin-bottom:36px}
.section-heading h2,.team-intro h2,.club-copy h2 {
  font-size:clamp(2.5rem,10vw,4.6rem)}
.section-heading .eyebrow {
  margin-bottom:22px}
.section-heading>p {
  font-size:14px;
  margin-top:24px}
.benefit-list {
  padding-top:55px}
.section-kicker {
  align-items:start;
  gap:15px;
  flex-direction:column;
  padding-bottom:22px}
.section-kicker>p {
  font-size:13px}
.benefit-grid {
  grid-template-columns:1fr 1fr;
  gap:34px 24px;
  margin-top:32px}
.benefit-grid h3 {
  font-size:20px;
  letter-spacing:-.045em;
  margin:17px 0 12px}
.benefit-grid p {
  font-size:13px}
.benefit-mark {
  font-size:30px}
.service-workspace {
  display:flex;
  flex-direction:column;
  gap:25px}
.service-options {
  padding:0;
  display:flex;
  flex-direction:row;
  gap:8px;
  flex-wrap:wrap}
.service-options button {
  padding:11px 14px;
  border:1px solid var(--studio-line);
  font-size:12px;
  letter-spacing:-.015em;
  border-radius:var(--radius-full)}
.service-options button:first-child {
  border-top:1px solid var(--studio-line)}
.service-options button[aria-selected=true] {
  padding-left:14px;
  color:var(--studio-white);
  background:var(--studio-ink);
  border-color:var(--studio-ink)}
.service-options button .arrow {
  display:none}
.service-panel {
  padding:26px 23px 18px;
  min-height:600px}
.panel-top {
  margin-bottom:28px}
.service-panel h3 {
  font-size:32px}
.service-panel>p {
  font-size:14px;
  min-height:80px}
.workflow {
  padding:22px 0}
.workflow-node {
  padding:13px 15px;
  gap:12px}
.node-step {
  width:62px;
  font-size:8px}
.workflow-node strong {
  font-size:13px}
.panel-bottom>span {
  font-size:13px}
.panel-bottom .text-link {
  font-size:12px;
  gap:10px}
.work-section {
  border-radius:20px}
.featured-project {
  display:flex;
  flex-direction:column;
  align-items:start;
  margin:0 12px;
  padding:32px 25px 0;
  gap:0;
  min-height:0;
  border-radius:20px}
.featured-copy h3 {
  font-size:35px;
  margin:28px 0 20px}
.featured-copy p {
  font-size:14px}
.project-tag {
  font-size:9px}
.featured-caption {
  font-size:8px;
  margin-top:32px}
.featured-screen {
  transform:none;
  max-width:none;
  width:580px;
  margin-top:30px;
  margin-left:0;
  border-radius:10px 0 0 0}
.project-grid {
  grid-template-columns:1fr;
  gap:38px;
  margin-top:30px}
.project-meta {
  font-size:9px;
  margin-top:17px}
.project-card h3 {
  font-size:24px}
.project-card>p {
  font-size:14px}
.project-image {
  border-radius:18px}
.project-open {
  width:40px;
  height:40px;
  bottom:17px;
  right:17px}
.project-note {
  flex-wrap:wrap;
  gap:14px;
  margin-top:35px}
.project-note p {
  font-size:13px;
  flex:1}
.project-note .text-link {
  margin:0 0 0 42px}
.process-list {
  grid-template-columns:1fr;
  gap:0}
.process-list li {
  position:relative;
  padding:27px 0 25px 50px}
.process-list li>span {
  position:absolute;
  left:0;
  top:29px;
  font-size:13px}
.process-list h3 {
  font-size:25px;
  margin-bottom:14px}
.process-list p {
  max-width:440px;
  margin-bottom:18px;
  font-size:14px}
.process-list small {
  font-size:9px}
.team-section {
  grid-template-columns:1fr;
  gap:45px}
.team-intro>p:not(.eyebrow) {
  font-size:15px}
.team-stamp {
  display:none}
.people-list article {
  padding:23px 0;
  gap:18px}
.people-list article>img,.person-initial {
  width:85px;
  height:100px}
.person-initial {
  font-size:46px}
.people-list h3 {
  font-size:22px}
.people-list p {
  font-size:13px}
.people-list article>.arrow {
  display:none}
.pricing-tabs {
  gap:7px;
  padding-bottom:23px}
.pricing-tabs button {
  padding:12px 15px;
  font-size:12px;
  gap:15px}
.pricing-tabs button span {
  font-size:9px}
.price-row summary {
  grid-template-columns:1fr auto 20px;
  gap:10px;
  padding:24px 0}
.price-row summary>span {
  font-size:18px;
  grid-column:1;
  grid-row:1;
  letter-spacing:-.035em;
  line-height:1.2}
.price-row summary small {
  font-size:10px;
  grid-column:1;
  grid-row:2}
.price-row summary strong {
  font-size:17px;
  grid-column:2;
  grid-row:1/3}
.price-row summary i {
  grid-column:3;
  grid-row:1/3;
  font-size:22px}
.price-details {
  font-size:14px;
  padding-bottom:22px}
.pricing-note {
  display:block;
  padding-top:22px}
.pricing-note p {
  font-size:12px}
.pricing-note button {
  margin-top:10px}
.quiz-section {
  margin:8px;
  padding:42px 20px 20px;
  grid-template-columns:1fr;
  gap:35px;
  border-radius:20px}
.quiz-intro h2 {
  font-size:56px;
  margin:25px 0}
.quiz-intro h2 br:nth-child(2) {
  display:none}
.quiz-intro h2>span {
  display:block}
.quiz-intro>p:not(.eyebrow) {
  font-size:15px}
.quiz-time {
  font-size:9px;
  margin-top:25px}
.quiz-card {
  padding:23px 20px;
  min-height:495px;
  border-radius:18px}
.quiz-progress {
  margin-bottom:26px;
  font-size:9px}
.quiz-progress i {
  width:22px}
#quiz-body h3 {
  font-size:27px}
.quiz-choice {
  padding:12px;
  font-size:13px;
  gap:11px;
  min-height:50px}
.quiz-navigation .button {
  font-size:13px}
.quiz-result p {
  font-size:14px}
.quiz-result .button {
  font-size:12px;
  padding-left:18px;
  padding-right:18px;
  gap:15px}
.club-section {
  display:flex;
  flex-direction:column;
  gap:40px}
.club-copy {
  order:-1}
.club-copy h2 br:nth-child(2) {
  display:none}
.club-copy h2 {
  max-width:450px}
.club-copy>p:not(.eyebrow) {
  font-size:15px}
.club-visual {
  min-height:430px;
  padding:27px;
  width:100%}
.club-visual img {
  margin:35px 0}
.closing-section {
  margin:0 8px;
  border-radius:20px;
  padding:32px 24px 35px}
.closing-top {
  font-size:9px}
.closing-top>span:last-child {
  display:none}
.closing-section h2 {
  font-size:19vw;
  line-height:.95;
  letter-spacing:-.065em;
  margin:55px 0 35px}
.closing-bottom {
  display:block}
.closing-bottom p {
  font-size:14px}
.closing-bottom .button {
  margin-top:30px;
  min-width:0;
  width:100%}
.site-footer {
  padding-top:45px}
.footer-top {
  flex-wrap:wrap;
  gap:30px;
  margin-bottom:40px}
.footer-brand {
  width:100%;
  font-size:36px}
.footer-brand>span {
  text-align:left;
  margin-left:64px;
  font-size:9px}
.footer-top>div {
  font-size:12px;
  gap:16px}
.footer-top .arrow {
  margin-left:10px;
  width:12px;
  height:12px}
.footer-bottom {
  font-size:9px;
  gap:15px}
.footer-bottom>span:nth-child(2) {
  display:none}
.form-grid {
  grid-template-columns:1fr;
  gap:0}
.brief-actions {
  flex-direction:column}
.direct-contact {
  font-size:11px}
.case-paragraph {
  font-size:14px}
.case-subtitle {
  font-size:12px}
dialog h2 {
  font-size:32px}
dialog>p {
  font-size:14px}
}

@media(max-width:359px) {
  .benefit-grid {
  grid-template-columns:1fr}
.benefit-grid p {
  font-size:15px}
.hero h1 {
  font-size:10.4vw}
.price-row summary>span {
  font-size:16px}
.price-row summary strong {
  font-size:15px}
.quiz-card {
  padding:20px 15px}
.quiz-choice {
  font-size:12px}
}

@media(prefers-reduced-motion:reduce) {
  [data-reveal].will-reveal {
  opacity:1;
  transform:none}
.hero h1,.hero-description {
  animation:none}
.project-image:hover img {
  transform:none}
.button:hover {
  transform:none}
}

[hidden] {
  display:none!important}

.wordmark {
  gap:11px;
  font-size:23px;
  letter-spacing:-.055em;
  font-weight:650;
  line-height:1}
.wordmark small {
  font-size:9px;
  letter-spacing:.33em;
  text-align:left;
  margin-top:8px}
.door-logo {
  width:25px;
  height:47px;
  flex:none;
  display:block}
.hero .eyebrow {
  display:flex;
  align-items:center;
  gap:9px}
.hero .eyebrow .door-logo {
  width:8px;
  height:16px}
.footer-brand {
  display:flex;
  gap:14px;
  align-items:center;
  font-size:27px;
  letter-spacing:-.055em}
.footer-brand>.door-logo {
  width:29px;
  height:55px}
.footer-brand>span {
  font-size:inherit;
  letter-spacing:inherit;
  display:block;
  text-transform:none;
  margin:0;
  text-align:left;
  font-weight:650}
.footer-brand small {
  display:block;
  font-size:10px;
  letter-spacing:.29em;
  margin-top:8px;
  font-weight:400}
#service-title {
  white-space:pre-line}

@media(max-width:767px) {
  .wordmark {
  font-size:21px;
  gap:10px}
.wordmark>.door-logo {
  width:22px;
  height:42px}
.wordmark small {
  font-size:8px;
  letter-spacing:.31em;
  margin-top:7px}
.hero .eyebrow .door-logo {
  width:7px;
  height:14px}
.footer-brand {
  font-size:24px}
.footer-brand>span {
  margin:0;
  font-size:24px}
.footer-brand small {
  font-size:9px}
}

.intro-band {
  position:relative;
  overflow:hidden}
.intro-band>p,.intro-band>h2,.intro-bottom {
  position:relative;
  z-index:1}
.intro-door {
  position:absolute;
  right:11%;
  top:53px;
  width:245px;
  height:480px;
  mix-blend-mode:multiply;
  opacity:.28}
.intro-band h2 {
  max-width:75%}
.intro-band>p {
  font-size:12px}
.intro-bottom {
  z-index:2}
.intro-bottom .round-link {
  background:var(--studio-blue)}

@media(max-width:1100px) {
  .intro-door {
  right:7%;
  width:185px;
  height:360px;
  top:90px}
}

@media(max-width:767px) {
  .intro-door {
  width:130px;
  height:250px;
  right:-20px;
  top:115px;
  opacity:.2}
.intro-band h2 {
  max-width:none;
  font-size:18vw}
.intro-bottom {
  margin-top:65px}
.intro-bottom p {
  max-width:230px}
.intro-bottom br {
  display:none}
}

.intro-band h2>span {
  font-size:.72em;
  opacity:.68}
.intro-band h2 {
  max-width:82%}

@media(max-width:767px) {
  .intro-band h2 {
  max-width:none}
.intro-band h2>span {
  font-size:.74em}
.intro-door {
  top:90px}
}

@media(max-width:767px) {
  .quiz-section {
  grid-template-columns:minmax(0,1fr)}
.quiz-intro,.quiz-card {
  min-width:0}
.quiz-intro h2 {
  font-size:clamp(44px,14vw,56px)}
.club-copy {
  width:100%;
  min-width:0}
.club-copy h2 br:nth-child(2) {
  display:initial}
.desktop-break {
  display:none}
}

/* 2026-09-10: three light floating controls with direction-aware reveal */
.site-header {
  height:88px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  position:fixed;
  inset:0 0 auto;
  z-index:80;
  padding:14px var(--studio-gutter);
  pointer-events:none;
  transform:translate3d(0,0,0);
  transition:transform 420ms var(--ease-reveal)}
.site-header>* {
  pointer-events:auto}
.site-header.is-hidden {
  transform:translate3d(0,calc(-100% - 12px),0)}
.nav-pill {
  justify-self:start;
  gap:2px;
  padding:5px;
  color:var(--studio-white);
  background:rgb(10 11 11 / .94);
  border:1px solid rgb(255 255 255 / .12);
  border-radius:var(--radius-full);
  box-shadow:0 12px 36px rgb(10 11 11 / .12);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px)}
.nav-pill a {
  position:relative;
  padding:10px 16px;
  font-size:13px;
  color:rgb(255 255 255 / .72);
  border-radius:var(--radius-full);
  transition:color var(--duration-fast),background var(--duration-fast),transform var(--duration-fast)}
.nav-pill a:hover {
  color:var(--studio-ink);
  background:var(--studio-white)}
.wordmark {
  position:static;
  justify-self:center;
  transform:none;
  gap:8px;
  padding:6px 14px 6px 8px;
  color:var(--studio-ink);
  background:rgb(255 255 255 / .9);
  border:1px solid rgb(14 14 12 / .1);
  border-radius:var(--radius-full);
  box-shadow:0 10px 30px rgb(10 11 11 / .08);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  font-size:18px;
  transition:background var(--duration-fast),transform var(--duration-fast)}
.wordmark:hover {
  background:var(--studio-white)}
.wordmark>.door-logo {
  width:18px;
  height:34px}
.wordmark small {
  margin-top:5px;
  font-size:6px}
.header-actions {
  justify-self:end;
  gap:0}
.header-contact {
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:50px;
  padding:5px 5px 5px 18px;
  color:var(--studio-white);
  background:var(--studio-blue);
  border:1px solid rgb(255 255 255 / .18);
  border-radius:var(--radius-full);
  box-shadow:0 12px 36px rgb(0 74 255 / .2);
  font-size:13px;
  font-weight:550;
  transition:background var(--duration-fast),transform var(--duration-fast)}
.header-contact .arrow {
  position:relative;
  width:38px;
  height:38px;
  border-radius:50%;
  background:var(--studio-white);
  mask:none;
  -webkit-mask:none;
  transition:transform var(--duration-base) var(--ease-reveal)}
.header-contact .arrow::after {
  content:'';
  position:absolute;
  inset:10px;
  background:var(--studio-blue);
  mask:var(--icon-arrow-up-right) center/contain no-repeat;
  -webkit-mask:var(--icon-arrow-up-right) center/contain no-repeat}
.header-contact:hover {
  background:#003ed7}
.header-contact:hover .arrow {
  transform:rotate(8deg)}

@media(max-width:1100px) and (min-width:768px) {
  .site-header {
    padding:14px 28px}
  .nav-pill {
    gap:0}
  .nav-pill a,
  .header-contact {
    font-size:12px}
  .nav-pill a {
    padding:10px 12px}
}

@media(max-width:767px) {
  html {
    scroll-padding-top:76px}
  .hero {
    min-height:100svh;
    padding-top:28px}
  .site-header {
    height:68px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    padding:10px 14px}
  .wordmark {
    justify-self:start;
    padding:5px 12px 5px 7px;
    font-size:16px;
    gap:7px}
  .wordmark>.door-logo {
    width:16px;
    height:30px}
  .wordmark small {
    margin-top:4px;
    font-size:5px}
  .header-contact {
    display:none}
  .menu-toggle {
    width:44px;
    height:44px;
    padding:12px;
    border:0;
    border-radius:50%;
    background:var(--studio-ink);
    box-shadow:0 10px 28px rgb(10 11 11 / .14)}
  .menu-toggle span {
    background:var(--studio-white)}
  .nav-pill {
    justify-self:stretch;
    top:66px;
    left:14px;
    right:14px;
    gap:0;
    padding:12px 20px;
    color:var(--studio-white);
    background:rgb(10 11 11 / .97);
    border:1px solid rgb(255 255 255 / .12);
    border-radius:22px;
    box-shadow:0 18px 45px rgb(14 14 12 / .18)}
  .nav-pill a {
    padding:13px 0;
    color:var(--studio-white);
    font-size:17px}
  .nav-pill a:hover {
    padding-left:12px;
    color:var(--studio-ink)}
}

/* Reference-led editorial pass: one typographic scene and a bespoke symbol system. */
.intro-band {
  min-height:clamp(720px,100svh,920px);
  margin:0;
  padding:clamp(92px,10vw,150px) var(--studio-gutter) 54px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  color:var(--studio-ink);
  background:var(--studio-white);
  border-radius:0;
  isolation:isolate}
.intro-band::before,
.intro-band::after {
  content:'';
  position:absolute;
  z-index:-1;
  pointer-events:none}
.intro-band::before {
  width:92px;
  height:92px;
  left:7%;
  top:38%;
  border-radius:23px;
  background:radial-gradient(circle,var(--studio-white) 0 2px,transparent 2.5px) 12px 12px/16px 16px,var(--studio-ink);
  transform:rotate(-8deg)}
.intro-band::after {
  width:112px;
  height:72px;
  right:7%;
  bottom:23%;
  border-radius:20px;
  background:linear-gradient(135deg,var(--studio-blue),color-mix(in srgb,var(--studio-blue) 70%,var(--studio-white)));
  box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--studio-ink) 14%,transparent);
  transform:rotate(8deg)}
.intro-band>p {
  margin:0 0 clamp(42px,6vh,70px);
  text-align:center;
  font-size:11px;
  letter-spacing:.14em}
.intro-band h2 {
  width:100%;
  max-width:none;
  margin:0 auto;
  text-align:center;
  font-size:clamp(74px,10.6vw,164px);
  font-weight:600;
  line-height:.79;
  letter-spacing:-.075em}
.intro-band h2>span {
  display:block;
  max-width:none;
  color:var(--studio-blue);
  font-size:inherit;
  opacity:1}
.intro-band h2>span:first-child {
  color:var(--studio-ink)}
.intro-band h2>span:nth-child(2) {
  transform:translateX(-5%)}
.intro-band h2>span:nth-child(3) {
  transform:translateX(6%)}
.intro-door {
  width:86px;
  height:142px;
  right:9%;
  top:17%;
  padding:20px;
  opacity:1;
  background:var(--depth-sky);
  border:1px solid color-mix(in srgb,var(--studio-blue) 18%,var(--studio-line));
  border-radius:24px;
  mix-blend-mode:normal;
  transform:rotate(7deg);
  box-shadow:0 22px 50px rgb(14 14 12 / .08)}
.intro-bottom {
  position:absolute;
  right:var(--studio-gutter);
  bottom:46px;
  left:var(--studio-gutter);
  margin:0;
  align-items:center}
.intro-bottom p {
  max-width:380px;
  color:var(--studio-muted);
  font-size:14px}
.intro-bottom .round-link {
  width:58px;
  height:58px;
  color:var(--studio-white);
  background:var(--studio-ink);
  border-color:var(--studio-ink)}
.intro-bottom .round-link:hover {
  color:var(--studio-white);
  background:var(--studio-blue)}
.intro-bottom .round-link .arrow {
  width:20px;
  height:20px}

.benefit-list {
  padding-top:clamp(90px,9vw,140px)}
.benefit-grid {
  column-gap:8%;
  row-gap:clamp(70px,8vw,120px);
  margin-top:68px}
.benefit-grid article {
  position:relative}
.benefit-grid article:nth-child(2),
.benefit-grid article:nth-child(5) {
  transform:translateY(42px)}
.benefit-mark {
  width:92px;
  height:92px;
  display:grid;
  place-items:center;
  overflow:hidden;
  color:var(--studio-ink);
  background:var(--depth-sky);
  border:1px solid color-mix(in srgb,var(--studio-blue) 16%,var(--studio-line));
  border-radius:24px;
  transition:transform var(--duration-reveal) var(--ease-reveal),background var(--duration-base)}
.benefit-mark svg {
  width:56px;
  height:56px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round}
.benefit-mark svg circle {
  fill:var(--studio-blue);
  stroke:var(--studio-blue)}
.benefit-grid article:nth-child(2) .benefit-mark,
.benefit-grid article:nth-child(5) .benefit-mark {
  color:var(--studio-white);
  background:var(--studio-blue);
  border-color:var(--studio-blue)}
.benefit-grid article:nth-child(2) .benefit-mark svg circle,
.benefit-grid article:nth-child(5) .benefit-mark svg circle {
  fill:var(--studio-white);
  stroke:var(--studio-white)}
.benefit-grid article:nth-child(3) .benefit-mark,
.benefit-grid article:nth-child(6) .benefit-mark {
  color:var(--studio-white);
  background:var(--studio-ink);
  border-color:var(--studio-ink)}
.benefit-grid article:hover .benefit-mark {
  transform:rotate(-5deg) translateY(-6px)}
.benefit-grid h3 {
  margin-top:30px}

.flow-connector {
  position:relative;
  width:20px;
  height:28px;
  margin:auto;
  font-size:0}
.flow-connector::before {
  content:'';
  position:absolute;
  top:3px;
  bottom:3px;
  left:50%;
  width:1px;
  background:var(--studio-line)}
.flow-connector::after {
  content:'';
  position:absolute;
  bottom:2px;
  left:50%;
  width:7px;
  height:7px;
  background:var(--studio-white);
  border:1px solid var(--studio-muted);
  border-radius:50%;
  transform:translateX(-43%)}
.node-icon {
  width:24px;
  height:24px;
  border-radius:50%;
  background:repeating-conic-gradient(from 0deg,currentColor 0 5deg,transparent 5deg 45deg)}
.offer-features li::before {
  content:'';
  width:9px;
  height:9px;
  border:1px solid currentColor;
  border-radius:50%;
  box-shadow:3px -3px 0 -2px currentColor}
.process-list li>span {
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border:1px solid var(--studio-line);
  border-radius:50%;
  font-size:10px}
.process-list li:nth-child(3)>span {
  color:var(--studio-white);
  background:var(--studio-blue);
  border-color:var(--studio-blue)}
.pricing-catalog .pricing-tabs .price-direction-bottom>span {
  position:relative;
  width:34px;
  height:34px;
  display:inline-block;
  flex:none;
  color:inherit;
  font-size:0;
  border:1px solid currentColor;
  border-radius:50%}
.pricing-catalog .pricing-tabs .price-direction-bottom>span::after {
  content:'';
  position:absolute;
  inset:9px;
  background:currentColor;
  mask:var(--icon-arrow-up-right) center/contain no-repeat;
  -webkit-mask:var(--icon-arrow-up-right) center/contain no-repeat;
  transform:rotate(90deg)}

@media(max-width:767px) {
  .intro-band {
    min-height:720px;
    padding:90px 18px 100px}
  .intro-band::before {
    width:54px;
    height:54px;
    left:5%;
    top:33%;
    border-radius:15px;
    background-size:12px 12px}
  .intro-band::after {
    width:72px;
    height:46px;
    right:4%;
    bottom:22%;
    border-radius:14px}
  .intro-band>p {
    margin-bottom:52px;
    font-size:9px}
  .intro-band h2 {
    font-size:clamp(61px,18.4vw,76px);
    line-height:.82}
  .intro-band h2>span:nth-child(2) {
    transform:translateX(-4%)}
  .intro-band h2>span:nth-child(3) {
    transform:translateX(3%)}
  .intro-door {
    width:52px;
    height:88px;
    right:7%;
    top:15%;
    padding:12px;
    border-radius:15px}
  .intro-bottom {
    right:18px;
    bottom:28px;
    left:18px}
  .intro-bottom p {
    max-width:245px;
    font-size:12px}
  .intro-bottom .round-link {
    width:50px;
    height:50px}
  .benefit-grid {
    gap:46px 22px;
    margin-top:42px}
  .benefit-grid article:nth-child(2),
  .benefit-grid article:nth-child(5) {
    transform:none}
  .benefit-mark {
    width:68px;
    height:68px;
    border-radius:18px}
  .benefit-mark svg {
    width:42px;
    height:42px}
  .benefit-grid h3 {
    margin-top:20px}
  .process-list li>span {
    width:44px;
    height:44px}
}

@media(prefers-reduced-motion:reduce) {
  .benefit-grid article:hover .benefit-mark {
    transform:none}
}

/* OpenDue-inspired chapters: stacked words, three statements, scattered product tiles. */
.word-pile {
  position:relative;
  height:440svh;
  background:var(--studio-white)}
.word-pile-sticky {
  position:sticky;
  top:0;
  height:100svh;
  min-height:640px;
  padding:clamp(52px,8vh,88px) var(--studio-gutter);
  display:flex;
  align-items:center;
  overflow:hidden}
.word-pile-list {
  width:100%;
  font-size:clamp(58px,8.2vw,126px);
  font-weight:600;
  line-height:.82;
  letter-spacing:-.075em}
.word-pile-list>span {
  display:block;
  color:var(--studio-blue);
  will-change:transform}
.word-pile-list>span:first-child {
  color:var(--studio-ink)}
.word-pile.is-enhanced .word-pile-list>span:not(:first-child) {
  transform:translate3d(0,100vh,0)}
.word-pile-footer {
  position:absolute;
  right:var(--studio-gutter);
  bottom:24px;
  left:var(--studio-gutter);
  display:flex;
  justify-content:space-between;
  color:var(--studio-muted);
  font-size:10px;
  letter-spacing:.13em}

.why-studio {
  padding-top:var(--studio-section);
  padding-bottom:var(--studio-section)}
.why-studio-heading {
  margin-bottom:clamp(48px,6vw,90px)}
.why-studio-heading h2 {
  max-width:920px;
  margin-top:18px;
  font-size:var(--studio-heading)}
.why-studio-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px}
.why-studio-grid article {
  min-height:clamp(430px,43vw,610px);
  padding:clamp(30px,3.2vw,50px);
  display:flex;
  flex-direction:column;
  color:var(--studio-white);
  background:var(--studio-ink);
  border-radius:var(--radius-club-section)}
.why-studio-grid article:nth-child(2) {
  background:var(--studio-blue)}
.why-studio-grid article:nth-child(3) {
  color:var(--studio-ink);
  background:var(--studio-paper)}
.why-studio-grid article>span {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid currentColor;
  border-radius:50%;
  font-size:10px;
  opacity:.82}
.why-studio-grid h3 {
  margin:auto 0 28px;
  font-size:clamp(38px,4vw,62px);
  line-height:.94}
.why-studio-grid p {
  max-width:330px;
  font-size:clamp(16px,1.45vw,22px);
  line-height:1.28;
  letter-spacing:-.03em;
  opacity:.72}

.scatter-story {
  position:relative;
  height:185svh;
  background:var(--studio-white)}
.scatter-sticky {
  position:sticky;
  top:0;
  height:100svh;
  min-height:640px;
  display:grid;
  place-items:center;
  overflow:hidden;
  isolation:isolate}
.scatter-kicker {
  position:absolute;
  top:28px;
  left:var(--studio-gutter);
  z-index:4;
  font-size:10px;
  letter-spacing:.13em}
.scatter-sticky>h2 {
  position:relative;
  z-index:2;
  max-width:850px;
  text-align:center;
  font-size:clamp(54px,6.5vw,100px);
  line-height:.88;
  letter-spacing:-.07em;
  transform-origin:center;
  will-change:transform,opacity}
.scatter-sticky>h2 span {
  color:var(--studio-blue)}
.scatter-field {
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none}
.scatter-tile {
  position:absolute;
  top:50%;
  left:50%;
  width:clamp(120px,11vw,168px);
  min-height:clamp(120px,11vw,168px);
  padding:18px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  color:var(--studio-ink);
  background:var(--studio-white);
  border:1px solid color-mix(in srgb,var(--studio-ink) 13%,transparent);
  border-radius:clamp(20px,2.1vw,30px);
  box-shadow:0 24px 55px rgb(12 24 50 / .16);
  will-change:transform}
.scatter-tile>span {
  font-size:8px;
  letter-spacing:.13em}
.scatter-tile>strong {
  margin:auto 0;
  font-size:clamp(20px,2vw,31px);
  line-height:.88;
  letter-spacing:-.06em}
.scatter-intake {
  width:clamp(174px,16vw,244px);
  min-height:clamp(116px,10vw,152px);
  color:var(--studio-white);
  background:var(--studio-ink)}
.scatter-lines {
  display:grid;
  gap:6px}
.scatter-lines i {
  height:3px;
  border-radius:3px;
  background:rgb(255 255 255 / .24)}
.scatter-lines i:nth-child(2) {
  width:72%}
.scatter-lines i:nth-child(3) {
  width:42%;
  background:var(--studio-blue)}
.scatter-context {
  width:clamp(120px,11vw,166px);
  min-height:clamp(156px,14vw,210px);
  color:var(--studio-white);
  background:var(--studio-ink)}
.scatter-tags {
  display:flex;
  flex-wrap:wrap;
  gap:5px}
.scatter-tags i {
  padding:5px 7px;
  border:1px solid rgb(255 255 255 / .3);
  border-radius:999px;
  font-size:6px;
  font-style:normal;
  letter-spacing:.08em}
.scatter-route {
  width:clamp(180px,17vw,260px);
  min-height:clamp(116px,10vw,152px);
  color:var(--studio-white);
  background:var(--studio-blue)}
.scatter-route svg {
  width:100%;
  margin:auto 0 8px;
  fill:none;
  stroke:currentColor;
  stroke-width:2}
.scatter-route b {
  font-size:7px;
  font-weight:500;
  letter-spacing:.1em}
.scatter-signal,
.scatter-system {
  color:var(--studio-white);
  background:var(--studio-blue)}
.scatter-signal span,
.scatter-system span {
  font-size:9px;
  letter-spacing:.12em}
.scatter-signal strong,
.scatter-system strong {
  margin:auto 0;
  font-size:clamp(21px,2.3vw,34px);
  line-height:.9;
  letter-spacing:-.06em}
.scatter-signal i {
  width:12px;
  height:12px;
  align-self:flex-end;
  border-radius:50%;
  background:var(--club-acid);
  box-shadow:0 0 0 7px color-mix(in srgb,var(--club-acid) 18%,transparent)}
.scatter-system {
  color:var(--studio-ink);
  background:var(--studio-paper)}
.scatter-system svg {
  width:44px;
  height:44px;
  align-self:flex-end;
  fill:none;
  stroke:currentColor;
  stroke-width:2}
.scatter-memory {
  width:clamp(166px,15vw,228px);
  min-height:clamp(120px,10.5vw,160px);
  background:var(--studio-paper)}
.scatter-memory-bars {
  display:flex;
  align-items:end;
  gap:5px;
  height:22px}
.scatter-memory-bars i {
  width:33%;
  height:35%;
  border-radius:4px;
  background:var(--studio-blue)}
.scatter-memory-bars i:nth-child(2) {height:68%}
.scatter-memory-bars i:nth-child(3) {height:100%}
.scatter-human {
  width:clamp(116px,10.5vw,160px);
  min-height:clamp(158px,14vw,214px);
  color:var(--studio-white);
  background:var(--studio-ink)}
.scatter-human-ring {
  width:44px;
  height:44px;
  margin:auto;
  display:grid;
  place-items:center;
  border:1px solid rgb(255 255 255 / .4);
  border-radius:50%;
  color:var(--club-acid);
  font-size:12px;
  font-style:normal;
  box-shadow:0 0 0 8px rgb(255 255 255 / .05)}
.scatter-human-ring svg {
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5}
.scatter-human>strong {
  margin:0;
  font-size:clamp(17px,1.55vw,24px)}
.scatter-output {
  width:clamp(176px,16vw,244px);
  min-height:clamp(112px,9.5vw,146px);
  color:var(--studio-white);
  background:var(--studio-blue)}
.scatter-output>div {
  display:flex;
  align-items:center;
  gap:10px}
.scatter-output>div i {
  height:3px;
  flex:1;
  background:rgb(255 255 255 / .42)}
.scatter-output>div b {
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--studio-blue);
  background:var(--studio-white)}
.scatter-tile:nth-child(1) {transform:translate(-50%,-50%) translate(-39vw,-24vh) rotate(-7deg)}
.scatter-tile:nth-child(2) {transform:translate(-50%,-50%) translate(-22vw,22vh) rotate(5deg)}
.scatter-tile:nth-child(3) {transform:translate(-50%,-50%) translate(-7vw,-27vh) rotate(4deg)}
.scatter-tile:nth-child(4) {transform:translate(-50%,-50%) translate(-35vw,6vh) rotate(-3deg)}
.scatter-tile:nth-child(5) {transform:translate(-50%,-50%) translate(12vw,27vh) rotate(-5deg)}
.scatter-tile:nth-child(6) {transform:translate(-50%,-50%) translate(29vw,-23vh) rotate(7deg)}
.scatter-tile:nth-child(7) {transform:translate(-50%,-50%) translate(39vw,8vh) rotate(4deg)}
.scatter-tile:nth-child(8) {transform:translate(-50%,-50%) translate(31vw,26vh) rotate(-6deg)}
.scatter-footer {
  position:absolute;
  right:var(--studio-gutter);
  bottom:24px;
  left:var(--studio-gutter);
  z-index:4;
  display:flex;
  justify-content:space-between;
  font-size:9px;
  letter-spacing:.13em}

@media(max-width:767px) {
  .word-pile {
    height:365svh}
  .word-pile-sticky {
    min-height:560px;
    padding:72px 18px}
  .word-pile-list {
    font-size:clamp(43px,12.2vw,58px);
    line-height:.9}
  .word-pile-footer {
    right:18px;
    bottom:18px;
    left:18px;
    font-size:8px}
  .why-studio {
    padding-top:90px;
    padding-bottom:90px}
  .why-studio-heading {
    margin-bottom:42px}
  .why-studio-heading h2 {
    font-size:clamp(48px,14vw,64px)}
  .why-studio-grid {
    grid-template-columns:1fr;
    gap:12px}
  .why-studio-grid article {
    min-height:430px;
    padding:30px;
    border-radius:42px}
  .why-studio-grid h3 {
    font-size:48px}
  .scatter-story {
    height:165svh}
  .scatter-sticky {
    min-height:560px}
  .scatter-kicker {
    top:20px;
    left:18px;
    font-size:8px}
  .scatter-sticky>h2 {
    max-width:330px;
    font-size:clamp(45px,12.5vw,58px)}
  .scatter-tile {
    width:78px;
    min-height:78px;
    padding:10px;
    border-radius:17px}
  .scatter-intake,
  .scatter-route,
  .scatter-memory,
  .scatter-output {
    width:112px;
    min-height:72px}
  .scatter-context,
  .scatter-human {
    width:76px;
    min-height:104px}
  .scatter-tile>span {
    font-size:5px}
  .scatter-tile>strong {
    font-size:15px}
  .scatter-route svg {
    margin:3px 0}
  .scatter-route b,
  .scatter-tags,
  .scatter-memory-bars {
    display:none}
  .scatter-human-ring {
    width:28px;
    height:28px;
    font-size:8px}
  .scatter-human-ring svg {
    width:15px;
    height:15px}
  .scatter-human>strong {
    font-size:11px}
  .scatter-output>div b {
    width:20px;
    height:20px;
    font-size:10px}
  .scatter-signal,
  .scatter-system {
    padding:11px}
  .scatter-signal span,
  .scatter-system span {
    font-size:6px}
  .scatter-signal strong,
  .scatter-system strong {
    font-size:17px}
  .scatter-system svg {
    width:28px;
    height:28px}
  .scatter-footer {
    right:18px;
    bottom:18px;
    left:18px;
    font-size:7px}
}

@media(prefers-reduced-motion:reduce) {
  .word-pile,
  .scatter-story {
    height:auto}
  .word-pile-sticky,
  .scatter-sticky {
    position:relative}
  .word-pile-list>span,
  .scatter-tile,
  .scatter-sticky>h2 {
    transition:none;
    will-change:auto}
}

/* Compact case index: client stories without a full-page scene for each one */
.case-index {
  margin-top:24px;
  margin-bottom:24px;
  padding:52px;
  color:var(--studio-white);
  background:var(--studio-ink);
  border-radius:var(--radius-club-scene)}
.case-index-head {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:42px}
.case-index-head h3 {
  margin:14px 0 0;
  font-size:clamp(42px,4.7vw,72px);
  line-height:.9;
  letter-spacing:-.065em}
.case-index-head h3 span {
  color:var(--studio-blue)}
.case-index-head>p {
  max-width:270px;
  margin:0;
  color:color-mix(in srgb,var(--studio-white) 62%,transparent);
  font-size:14px;
  line-height:1.5}
.case-index-grid {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px}
.case-mini {
  position:relative;
  min-width:0;
  min-height:248px;
  padding:20px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  color:var(--studio-white);
  text-align:left;
  font:inherit;
  background:color-mix(in srgb,var(--studio-white) 6%,transparent);
  border:1px solid color-mix(in srgb,var(--studio-white) 16%,transparent);
  border-radius:28px;
  cursor:pointer;
  transition:transform var(--duration-fast) var(--ease-swift),background-color var(--duration-fast) var(--ease-swift)}
.case-mini:nth-child(2),
.case-mini:nth-child(7) {
  background:var(--studio-blue);
  border-color:var(--studio-blue)}
.case-mini:nth-child(4),
.case-mini:nth-child(9) {
  color:var(--studio-ink);
  background:var(--studio-paper);
  border-color:var(--studio-paper)}
.case-mini:hover {
  z-index:1;
  transform:translateY(-5px)}
.case-mini:focus-visible {
  z-index:2;
  outline:3px solid var(--club-acid);
  outline-offset:3px}
.case-mini-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px}
.case-mini-top b,
.case-mini-top em,
.case-mini small {
  font-size:8px;
  font-style:normal;
  font-weight:500;
  letter-spacing:.11em}
.case-mini-top b {
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border:1px solid currentColor;
  border-radius:50%}
.case-mini-top em {
  max-width:132px;
  text-align:right;
  opacity:.62}
.case-mini>strong {
  margin:auto 0 18px;
  padding-right:28px;
  font-size:clamp(23px,2vw,31px);
  line-height:.96;
  letter-spacing:-.05em}
.case-mini small {
  max-width:160px;
  opacity:.62}
.case-mini>i {
  position:absolute;
  right:18px;
  bottom:18px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  font-size:16px;
  font-style:normal;
  border:1px solid currentColor;
  border-radius:50%}

@media(min-width:1101px) {
  .case-mini:last-child {
    grid-column:3}}

@media(max-width:1100px) and (min-width:768px) {
  .case-index-grid {
    grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:767px) {
  .case-index {
    margin-top:12px;
    margin-bottom:12px;
    padding:32px 20px 26px;
    overflow:hidden;
    border-radius:42px}
  .case-index-head {
    display:block;
    margin-bottom:30px}
  .case-index-head h3 {
    font-size:43px}
  .case-index-head>p {
    margin-top:22px;
    font-size:12px}
  .case-index-grid {
    margin-right:-20px;
    padding-right:20px;
    display:flex;
    gap:10px;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x mandatory;
    scrollbar-width:none}
  .case-index-grid::-webkit-scrollbar {
    display:none}
  .case-mini {
    flex:0 0 min(78vw,310px);
    min-height:300px;
    padding:22px;
    scroll-snap-align:start}
  .case-mini>strong {
    font-size:31px}
}

@media(prefers-reduced-motion:reduce) {
  .case-mini {
    transition:none}
  .case-mini:hover {
    transform:none}
}
