:root {
  --bg: #f7f8f8;
  --paper: #ffffff;
  --ink: #171a1b;
  --muted: #6f7476;
  --line: #d8dbdc;
  --soft-line: #e9ebec;
  --orange: #ff5b16;
  --dark: #171b1c;
  --header-h: 86px;
  --side: clamp(24px, 5.2vw, 84px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: "Montserrat", Arial, sans-serif; font-weight: 300; line-height: 1.55; overflow-x: hidden; }
button, input, textarea { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: rgba(255,91,22,.18); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-160%); padding: 10px 14px; background: var(--ink); color: white; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: var(--header-h); display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 36px; padding: 0 var(--side); border-bottom: 1px solid transparent; transition: background .5s ease, height .5s var(--ease), border-color .5s ease, backdrop-filter .5s ease; }
.site-header.scrolled { height: 70px; background: rgba(247,248,248,.88); border-color: rgba(216,219,220,.72); backdrop-filter: blur(18px); }
.brand { width: 138px; display: block; }
.brand img { width: 100%; height: auto; }
.primary-nav { justify-self: center; display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); }
.primary-nav a, .header-cta { position: relative; font-size: .72rem; font-weight: 400; letter-spacing: .08em; text-decoration: none; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 100%; height: 1px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease); }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { padding: 13px 17px; border: 1px solid #9ca0a1; transition: color .3s ease, background .3s ease, border-color .3s ease; }
.header-cta span { margin-left: 15px; color: var(--orange); }
.header-cta:hover { color: white; background: var(--ink); border-color: var(--ink); }
.menu-toggle { display: none; }

.section { padding: clamp(100px, 12vw, 190px) var(--side); }
.section-marker, .eyebrow { margin: 0 0 36px; color: var(--muted); font-size: .66rem; font-weight: 400; letter-spacing: .23em; text-transform: uppercase; }
.section-marker::before { content: ""; display: inline-block; vertical-align: middle; width: 22px; height: 1px; margin-right: 14px; background: var(--orange); }
.section-marker.light { color: #aeb2b3; }
h1, h2, h3, p { margin-top: 0; }
h2 { font-size: clamp(1.75rem, 3.4vw, 3.75rem); font-weight: 300; line-height: 1.1; letter-spacing: -.038em; }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(320px, .75fr) minmax(500px, 1.35fr); align-items: stretch; padding-top: var(--header-h); background: var(--paper); }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 10vh 3vw 7vh var(--side); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: clamp(50px, 8vh, 100px); }
.eyebrow span { width: 5px; height: 5px; background: var(--orange); border-radius: 50%; }
.editorial-note { margin-bottom: 18px; color: var(--muted); font-size: .63rem; letter-spacing: .32em; text-transform: uppercase; }
.hero h1 { margin: 0 0 22px; font-size: clamp(2.4rem, 4.8vw, 5.2rem); font-weight: 200; letter-spacing: -.05em; line-height: .94; }
.hero-statement { max-width: 500px; font-size: clamp(1.05rem, 1.55vw, 1.6rem); line-height: 1.45; letter-spacing: -.02em; }
.explore { display: inline-flex; align-items: center; gap: 20px; margin-top: clamp(42px, 8vh, 88px); color: var(--muted); font-size: .67rem; letter-spacing: .2em; text-transform: uppercase; text-decoration: none; }
.explore span { color: var(--orange); transition: transform .35s var(--ease); }
.explore:hover span { transform: translateY(5px); }
.hero-visual { position: relative; min-height: calc(100svh - var(--header-h)); margin: 0; overflow: hidden; background: #d9ddde; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,248,248,.58) 0%, transparent 26%); pointer-events: none; }
.hero-visual img { width: 100%; height: 110%; object-fit: cover; object-position: 57% center; transform: translate3d(0, -4%, 0) scale(1.015); transition: transform 1.1s var(--ease); }
.hero-visual:hover img { transform: translate3d(0, -4%, 0) scale(1.03); }
.hero-visual figcaption { position: absolute; z-index: 2; right: 26px; bottom: 24px; padding-left: 12px; border-left: 1px solid var(--orange); color: white; font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; }
.hero-index { position: absolute; z-index: 3; left: var(--side); bottom: 24px; display: flex; align-items: center; gap: 10px; color: #8d9294; font-size: .55rem; letter-spacing: .1em; }
.hero-index i { display: block; width: 55px; height: 1px; background: var(--line); }

.depth { position: relative; min-height: 96svh; display: grid; grid-template-columns: .45fr 1.25fr; align-content: center; gap: 6vw; background: var(--bg); overflow: hidden; }
.depth .section-marker { align-self: start; margin-top: 16px; }
.depth-copy { max-width: 980px; }
.depth-copy h2 { margin-bottom: 10vh; }
.depth-copy > p { width: min(620px, 100%); margin-left: auto; color: #4e5355; font-size: clamp(1rem, 1.35vw, 1.3rem); line-height: 1.7; }
.depth-line { position: absolute; left: 0; bottom: 9%; width: 100%; height: 1px; background: var(--soft-line); }
.depth-line span { display: block; width: 0; height: 100%; background: var(--orange); transition: width 1.8s var(--ease); }
.depth.in-view .depth-line span { width: 31%; }

.business-system { display: grid; grid-template-columns: .62fr 1.38fr; align-items: center; gap: 5vw; min-height: 100svh; background: white; }
.system-heading { align-self: start; position: sticky; top: 140px; }
.system-heading h2 { font-size: clamp(1.85rem, 3.1vw, 3.35rem); }
.system-heading > p:last-child { max-width: 390px; color: var(--muted); }
.system-stage { position: relative; height: min(780px, 78vw); min-height: 620px; max-height: 790px; overflow: hidden; }
.system-core { position: absolute; z-index: 3; left: 50%; top: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 170px; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; background: white; }
.system-core::after { content: ""; position: absolute; right: 13%; top: 16%; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.system-core span { font-size: 1rem; letter-spacing: .17em; text-transform: uppercase; }
.system-ring { position: absolute; left: 50%; top: 50%; border: 1px solid var(--line); border-radius: 50%; transform: translate(-50%,-50%) rotate(-11deg); transition: border-color .5s ease, transform .8s var(--ease); }
.system-stage:hover .system-ring { border-color: #b4b8b9; }
.ring-one { width: 70%; height: 42%; animation: orbit-one 38s linear infinite; }
.ring-two { width: 42%; height: 72%; animation: orbit-two 52s linear infinite reverse; }
@keyframes orbit-one {
  from { transform: translate(-50%,-50%) rotate(-11deg); }
  to { transform: translate(-50%,-50%) rotate(349deg); }
}
@keyframes orbit-two {
  from { transform: translate(-50%,-50%) rotate(56deg); }
  to { transform: translate(-50%,-50%) rotate(416deg); }
}
.system-line { position: absolute; left: 17%; top: 50%; width: 66%; height: 1px; background: var(--soft-line); transform-origin: center; }
.line-a { transform: rotate(33deg); }
.line-b { transform: rotate(-38deg); }
.system-word { position: absolute; z-index: 4; padding: 8px; border: 0; color: #6f7476; background: transparent; font-size: clamp(.64rem, 1vw, .82rem); font-weight: 400; letter-spacing: .1em; text-transform: uppercase; cursor: crosshair; transition: color .3s ease, transform .5s var(--ease); }
.system-word::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 10px 2px 0; border-radius: 50%; background: #c6c9ca; transition: background .3s ease, transform .3s ease; }
.system-word:hover, .system-word.active { color: var(--ink); transform: translateY(-3px); }
.system-word:hover::before, .system-word.active::before { background: var(--orange); transform: scale(1.6); }
.w1 { left: 7%; top: 20%; } .w2 { left: 39%; top: 5%; } .w3 { right: 6%; top: 20%; }
.w4 { right: 1%; top: 45%; } .w5 { right: 10%; bottom: 20%; } .w6 { left: 42%; bottom: 6%; }
.w7 { left: 5%; bottom: 18%; } .w8 { left: 1%; top: 45%; } .w9 { right: 26%; top: 30%; }
.w10 { right: 27%; bottom: 31%; } .w11 { left: 27%; bottom: 30%; } .w12 { left: 25%; top: 31%; } .w13 { left: 47%; top: 48%; transform: translate(-50%, -165px); }
.system-readout { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); color: var(--muted); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.system-readout span { display: inline-block; width: 5px; height: 5px; margin-right: 10px; border-radius: 50%; background: var(--orange); }

.boutique { display: grid; grid-template-columns: .3fr 1.15fr; gap: 8vw; background: var(--bg); }
.boutique-aside { display: flex; align-items: center; gap: 16px; align-self: start; margin-top: 10px; color: var(--muted); font-size: .58rem; letter-spacing: .17em; text-transform: uppercase; writing-mode: vertical-rl; }
.boutique-aside i { height: 100px; width: 1px; background: var(--line); }
.boutique-copy { max-width: 970px; }
.boutique-copy h2 { max-width: 950px; }
.boutique-copy > p:not(.section-marker) { max-width: 700px; margin: 38px 0 0 auto; color: #4d5254; font-size: clamp(.98rem, 1.25vw, 1.15rem); }
.text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 48px; padding: 0 0 10px; border: 0; border-bottom: 1px solid var(--ink); color: var(--ink); background: transparent; font-size: .68rem; font-weight: 400; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.text-link span { color: var(--orange); transition: transform .35s var(--ease); }
.text-link:hover span { transform: translate(4px,-4px); }
.boutique-more { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 42px; max-width: 970px; padding: 40px 0 0; border-top: 1px solid var(--line); animation: open .7s var(--ease) both; }
.boutique-more[hidden] { display: none; }
.boutique-more p { color: var(--muted); font-size: .9rem; }
@keyframes open { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

.fields { display: grid; grid-template-columns: .5fr 1.5fr; gap: 8vw; background: white; }
.fields-heading { position: sticky; top: 130px; align-self: start; }
.fields-heading h2 { font-size: clamp(1.85rem, 2.9vw, 3.15rem); }
.field-list { border-top: 1px solid var(--line); }
.field-row { width: 100%; min-height: 92px; display: grid; grid-template-columns: .72fr 1fr auto; align-items: center; gap: 28px; padding: 24px 4px; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); background: transparent; text-align: left; cursor: pointer; }
.field-row > span { font-size: clamp(.95rem, 1.25vw, 1.15rem); letter-spacing: -.02em; }
.field-row small { color: var(--muted); font-size: .76rem; line-height: 1.6; opacity: 0; transform: translateX(-10px); transition: opacity .45s ease, transform .45s var(--ease); }
.field-row i { color: #afb3b4; font-style: normal; transition: color .3s ease, transform .4s var(--ease); }
.field-row:hover small, .field-row:focus-visible small, .field-row.open small { opacity: 1; transform: none; }
.field-row:hover i, .field-row:focus-visible i, .field-row.open i { color: var(--orange); transform: translate(4px,-4px); }

.cases { padding-right: 0; padding-bottom: clamp(36px, 3.2vw, 52px); padding-left: 0; overflow: hidden; background: var(--bg); }
.cases-heading { display: grid; grid-template-columns: .45fr 1.1fr .7fr; align-items: end; gap: 5vw; padding: 0 var(--side) 90px; }
.cases-heading .section-marker { align-self: start; }
.cases-heading h2 { margin: 0; font-size: clamp(1.85rem, 3.15vw, 3.35rem); }
.cases-heading > p:last-child { max-width: 380px; margin: 0; color: var(--muted); font-size: .88rem; }
.cases-marquee { position: relative; width: 100%; padding: 31px 0; border-top: 1px solid #c8cccd; border-bottom: 1px solid #c8cccd; background: rgba(255,255,255,.42); overflow: hidden; }
.cases-marquee::before, .cases-marquee::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: min(10vw, 140px); pointer-events: none; }
.cases-marquee::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.cases-marquee::after { right: 0; background: linear-gradient(-90deg, var(--bg), transparent); }
.cases-track { width: max-content; display: flex; align-items: center; gap: 30px; animation: cases-flow 35s linear infinite; }
.cases-marquee:hover .cases-track { animation-play-state: paused; }
.cases-track figure { width: 228px; height: 82px; display: grid; place-items: center; flex: 0 0 228px; margin: 0; padding: 11px 18px; }
.cases-track img { max-width: 185px; max-height: 54px; width: auto; height: auto; object-fit: contain; opacity: 1; transition: transform .45s var(--ease), filter .35s ease; }
.cases-track figure:hover img { transform: scale(1.045); filter: saturate(1.08) contrast(1.05); }
.cases-track .case-dark img { max-height: 56px; }
.cases-track i { width: 4px; height: 4px; flex: 0 0 4px; border-radius: 50%; background: var(--orange); opacity: .72; }
.cases-track figcaption { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@keyframes cases-flow { to { transform: translateX(-50%); } }

.method { padding-top: clamp(64px, 5vw, 86px); background: var(--bg); }
.method-intro h2 { max-width: 1040px; text-transform: uppercase; }
.method-track { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(34px, 7vw, 110px); margin-top: 13vh; padding-top: 45px; }
.method-progress { position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: var(--line); }
.method-progress span { display: block; width: 0; height: 1px; background: var(--orange); transition: width 1.9s var(--ease); }
.method.in-view .method-progress span { width: 100%; }
.method-step::before { content: ""; position: absolute; top: -49px; width: 7px; height: 7px; margin-left: 1px; border: 1px solid var(--orange); border-radius: 50%; background: var(--bg); }
.method-step h3 { margin-bottom: 38px; font-size: .75rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.method-step p { color: #595e60; font-size: clamp(.95rem, 1.15vw, 1.1rem); line-height: 1.9; }

.taebook { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 7vw; background: white; }
.taebook-visual { position: relative; min-height: 610px; margin: 0; overflow: hidden; background: #dfe2e3; }
.taebook-visual img { width: 100%; height: 108%; object-fit: cover; transform: translateY(-4%) scale(1.01); transition: transform 1s var(--ease); }
.taebook-visual:hover img { transform: translateY(-4%) scale(1.025); }
.taebook-copy h2 { margin-bottom: 28px; font-size: clamp(2.8rem, 5.3vw, 5.6rem); }
.taebook-headline { max-width: 540px; font-size: clamp(1.1rem, 1.55vw, 1.5rem); line-height: 1.45; }
.taebook-points { margin: 40px 0; color: var(--orange); font-size: .66rem; font-weight: 400; letter-spacing: .13em; text-transform: uppercase; }
.taebook-copy > p:last-of-type { max-width: 520px; color: var(--muted); }

.confidential { min-height: 78svh; display: grid; place-items: center; color: white; background: var(--dark); }
.confidential-inner { width: min(1100px,100%); text-align: center; }
.confidential-inner h2 { margin-bottom: 75px; font-size: clamp(2.1rem, 4.6vw, 4.8rem); text-transform: uppercase; }
.confidential-list { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #34393a; border-bottom: 1px solid #34393a; }
.confidential-list span { padding: 25px 10px; color: #c9cccd; border-right: 1px solid #34393a; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.confidential-list span:last-child { border-right: 0; }
.confidential-inner > p:last-child { margin: 70px 0 0; color: #989d9e; font-size: .86rem; letter-spacing: .12em; }

.contact { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; background: white; }
.contact-intro { position: sticky; top: 130px; align-self: start; }
.contact-intro h2 { margin-bottom: 36px; }
.contact-intro > p:not(.section-marker) { max-width: 390px; color: var(--muted); }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 55px; }
.contact-links a { padding-bottom: 4px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: .78rem; text-decoration: none; transition: border-color .3s ease; }
.contact-links a:hover { border-color: var(--orange); }
.contact-form label { display: block; margin-bottom: 38px; }
.contact-form label > span { display: block; margin-bottom: 9px; color: var(--muted); font-size: .61rem; font-weight: 400; letter-spacing: .18em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 0 15px; border: 0; border-bottom: 1px solid var(--line); outline: none; color: var(--ink); background: transparent; font-size: 1rem; font-weight: 300; transition: border-color .3s ease; border-radius: 0; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); }
.contact-form textarea { resize: vertical; }
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.form-action { min-height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.form-action button { min-width: 160px; padding: 16px 22px; border: 1px solid var(--ink); color: white; background: var(--ink); font-size: .68rem; font-weight: 400; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; transition: color .3s ease, background .3s ease; }
.form-action button span { margin-left: 24px; color: var(--orange); }
.form-action button:hover { color: var(--ink); background: transparent; }
.form-action button:disabled { opacity: .5; cursor: wait; }
.form-status { margin: 0; color: var(--muted); font-size: .72rem; }
.form-status.success { color: #286748; }
.form-status.error { color: #9e382b; }
.honeypot { position: absolute!important; left: -9999px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }

.site-footer { min-height: 190px; display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 50px; padding: 40px var(--side); border-top: 1px solid var(--line); background: var(--bg); }
.site-footer img { width: 125px; height: auto; }
.site-footer p { margin: 0; color: var(--muted); font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-social { padding-bottom: 3px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .58rem; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(30px); filter: blur(5px); transition: opacity 1s var(--ease), transform 1s var(--ease), filter 1s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; filter: blur(0); }

@media (max-width: 1050px) {
  :root { --header-h: 74px; }
  .site-header { grid-template-columns: 150px 1fr auto; }
  .brand { width: 118px; }
  .primary-nav { gap: 20px; }
  .primary-nav a { font-size: .63rem; }
  .header-cta { padding: 10px 12px; font-size: .62rem; }
  .hero { grid-template-columns: .72fr 1.28fr; }
  .business-system { grid-template-columns: 1fr; }
  .system-heading { position: static; max-width: 680px; }
  .system-stage { height: 700px; }
  .fields { grid-template-columns: 1fr; }
  .fields-heading { position: static; max-width: 580px; }
}

@media (max-width: 760px) {
  :root { --side: 22px; --header-h: 68px; }
  .site-header { grid-template-columns: 1fr auto; gap: 12px; }
  .site-header.scrolled { height: 62px; }
  .brand { width: 108px; }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; border: 0; background: transparent; }
  .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; background: var(--ink); transition: transform .3s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .primary-nav { position: fixed; top: 62px; left: 0; width: 100%; display: grid; gap: 0; padding: 28px var(--side) 38px; background: rgba(247,248,248,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .4s var(--ease); }
  .primary-nav.open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav a { padding: 14px 0; font-size: .78rem; }
  .header-cta { display: none; }
  .section { padding-top: 100px; padding-bottom: 100px; }
  .hero { min-height: 100svh; grid-template-columns: 1fr; grid-template-rows: minmax(380px, 56svh) auto; padding-top: var(--header-h); }
  .hero-copy { grid-row: 2; padding: 46px var(--side) 75px; }
  .eyebrow { margin-bottom: 35px; }
  h2 { font-size: clamp(1.75rem, 8.2vw, 2.45rem); }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 3.25rem); }
  .hero-statement { font-size: 1.05rem; }
  .explore { margin-top: 38px; }
  .hero-visual { grid-row: 1; min-height: 0; }
  .hero-visual::after { background: linear-gradient(0deg, rgba(247,248,248,.22), transparent 40%); }
  .hero-visual img { height: 108%; object-position: 62% center; }
  .hero-index { display: none; }
  .hero-visual figcaption { right: 16px; bottom: 14px; }
  .depth { min-height: auto; grid-template-columns: 1fr; gap: 28px; }
  .depth-copy h2 { margin-bottom: 58px; }
  .depth-copy > p { margin-left: 0; font-size: 1.05rem; }
  .business-system { min-height: auto; }
  .system-stage { height: 540px; min-height: 0; margin: 10px -12px 0; }
  .system-core { width: 115px; }
  .system-core span { font-size: .72rem; }
  .system-word { font-size: .52rem; padding: 6px; }
  .system-word::before { margin-right: 5px; }
  .ring-one { width: 88%; height: 40%; }
  .ring-two { width: 54%; height: 72%; }
  .w3 { right: 0; } .w4 { right: -2%; } .w5 { right: 2%; } .w7 { left: 0; } .w8 { left: -2%; }
  .w13 { transform: translate(-50%, -115px); }
  .boutique { grid-template-columns: 1fr; }
  .boutique-aside { display: none; }
  .boutique-copy > p:not(.section-marker) { margin-left: 0; }
  .boutique-more { grid-column: 1; grid-template-columns: 1fr; gap: 12px; }
  .field-row { grid-template-columns: 1fr auto; min-height: 82px; }
  .field-row small { grid-column: 1 / -1; display: none; opacity: 1; transform: none; }
  .field-row.open small { display: block; }
  .cases-heading { grid-template-columns: 1fr; gap: 25px; padding-bottom: 60px; }
  .cases-heading .section-marker { margin-bottom: 10px; }
  .cases-heading > p:last-child { font-size: .82rem; }
  .cases-track { gap: 20px; animation-duration: 29s; }
  .cases-marquee { padding: 24px 0; }
  .cases { padding-bottom: 34px; }
  .method { padding-top: 58px; }
  .cases-track figure { width: 174px; height: 70px; flex-basis: 174px; padding: 10px 12px; }
  .cases-track img { max-width: 154px; max-height: 46px; }
  .method-track { grid-template-columns: 1fr; gap: 64px; padding-left: 35px; padding-top: 0; }
  .method-progress { top: 0; left: 0; width: 1px; height: 100%; }
  .method-progress span { width: 1px; height: 0; transition: height 1.9s var(--ease); }
  .method.in-view .method-progress span { width: 1px; height: 100%; }
  .method-step::before { top: 8px; left: -39px; }
  .method-step h3 { margin-bottom: 22px; }
  .taebook { grid-template-columns: 1fr; }
  .taebook-visual { min-height: 430px; }
  .taebook-copy { padding-top: 30px; }
  .taebook-copy h2 { font-size: 3.2rem; }
  .confidential { min-height: 74svh; }
  .confidential-list { grid-template-columns: 1fr 1fr; }
  .confidential-list span { border-bottom: 1px solid #34393a; }
  .confidential-list span:nth-child(2) { border-right: 0; }
  .confidential-list span:nth-child(3), .confidential-list span:nth-child(4) { border-bottom: 0; }
  .contact { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
  .form-split { grid-template-columns: 1fr; gap: 0; }
  .form-action { align-items: stretch; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; gap: 20px; padding-top: 55px; padding-bottom: 55px; }
}

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