:root {
  --paper: #f6f2e9;
  --white: #fffdf8;
  --ink: #101b31;
  --ink-soft: #465066;
  --blue: #1358d8;
  --blue-pale: #dbe9ff;
  --orange-pale: #ffe2cf;
  --green: #53d6a0;
  --line: rgba(16, 27, 49, .16);
  --shadow: 0 28px 70px rgba(16, 27, 49, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body, button { font-size: 16px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .wordmark { font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; }
h1, h2 { letter-spacing: -.055em; }
em { color: var(--blue); font-style: normal; }
.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.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: 10px; left: 10px; z-index: 200; transform: translateY(-150%); padding: 12px 18px; border-radius: 10px; color: white; background: var(--ink); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(16, 27, 49, .1); background: rgba(246, 242, 233, .88); backdrop-filter: blur(16px); }
.nav-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand-mark { width: 43px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50% 45% 50% 42%; color: white; background: var(--blue); box-shadow: inset -7px -5px 0 rgba(0, 0, 0, .12); transform: rotate(-7deg); }
.brand-mark span { font-size: 13px; font-weight: 800; transform: rotate(7deg); }
.wordmark-copy { display: grid; line-height: 1; }
.wordmark-copy strong { font-size: 20px; letter-spacing: -.05em; }
.wordmark-copy small { margin-top: 5px; color: var(--ink-soft); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(17px, 2vw, 30px); }
.site-nav a { position: relative; color: var(--ink-soft); font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--blue); transform: scaleX(0); transition: transform .2s ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { display: inline-flex; align-items: center; gap: 14px; padding: 12px 17px; border-radius: 999px; color: white !important; background: var(--ink); transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { background: var(--blue); transform: translateY(-2px); }
.menu-button { display: none; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--ink-soft); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 2px; background: currentColor; }
.hero { min-height: min(815px, calc(100vh - 76px)); display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: clamp(32px, 6vw, 78px); padding-block: clamp(64px, 8vw, 105px); }
.hero-copy { position: relative; isolation: isolate; }
.hero-copy > :not(.hero-callboard) { position: relative; z-index: 1; }
.hero-callboard { position: absolute; z-index: 0; top: 58px; left: 1%; width: min(540px, 100%); height: auto; opacity: .16; transform: rotate(-7deg); transform-origin: left center; pointer-events: none; user-select: none; }
.hero h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(50px, 6vw, 84px); line-height: .99; }
.hero-lead { max-width: 630px; margin-bottom: 32px; color: var(--ink-soft); font-size: clamp(17px, 1.65vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 0 23px; border-radius: 999px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 28px rgba(19, 88, 216, .24); }
.button-primary:hover { background: #0e49b9; box-shadow: 0 16px 34px rgba(19, 88, 216, .32); }
.text-link { color: var(--ink); font-size: 15px; font-weight: 800; text-underline-offset: 5px; }
.text-link span { color: var(--ink-soft); font-weight: 500; }
.hero-facts { display: flex; gap: 10px; flex-wrap: wrap; margin: 38px 0 0; padding: 0; list-style: none; }
.hero-facts li { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.hero-visual { position: relative; min-width: 0; }
.hero-image-wrap { position: relative; overflow: hidden; border-radius: 30px; background: #cdd4d7; box-shadow: var(--shadow); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(150deg, rgba(255, 255, 255, .13), transparent 40%); pointer-events: none; }
.hero-image-wrap img { width: 100%; height: auto; aspect-ratio: 1672 / 941; object-fit: cover; }
.hero-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border: 1px solid rgba(255, 255, 255, .7); border-radius: 14px; color: var(--ink); background: rgba(255, 253, 248, .93); box-shadow: 0 15px 35px rgba(16, 27, 49, .18); backdrop-filter: blur(10px); font-size: 11px; }
.hero-note strong { font-size: 12px; }
.hero-note span:last-child { color: var(--ink-soft); }
.hero-note-top { top: 10%; right: -3%; }
.hero-note-bottom { bottom: 7%; left: -5%; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: #ee6a25; box-shadow: 0 0 0 5px var(--orange-pale); }

.needs-section { padding-block: clamp(90px, 12vw, 160px); background: var(--white); }
.section-heading { max-width: 720px; margin-bottom: 55px; }
.section-heading-wide { display: grid; grid-template-columns: 1fr .65fr; column-gap: 80px; max-width: none; align-items: end; }
.section-heading-wide .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(42px, 5.3vw, 70px); line-height: 1.05; }
.section-heading > p:last-child { margin-bottom: 5px; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.need-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.need-card { position: relative; min-height: 455px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 27px; border-radius: 28px; }
.need-card::after { content: "24"; position: absolute; right: -8px; bottom: 21px; color: rgba(255, 255, 255, .075); font-size: 150px; font-weight: 800; line-height: .7; letter-spacing: -.1em; }
.need-card-blue { color: white; background: var(--blue); }
.need-card-orange { color: var(--ink); background: var(--orange-pale); }
.need-card-orange::after { color: rgba(16, 27, 49, .055); }
.need-card-ink { color: white; background: var(--ink); }
.card-number { align-self: flex-end; display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; font-weight: 800; opacity: .72; }
.card-kicker { margin-bottom: 14px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; opacity: .72; }
.need-card h3 { margin-bottom: 18px; font-size: clamp(25px, 2.4vw, 35px); line-height: 1.12; letter-spacing: -.045em; }
.need-card p:not(.card-kicker) { max-width: 340px; margin: 0; font-size: 15px; line-height: 1.65; opacity: .82; }
.need-time { position: relative; z-index: 1; width: max-content; max-width: 100%; padding: 8px 11px; border: 1px solid currentColor; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; opacity: .75; }

.one-draw-section { padding-top: clamp(90px, 11vw, 145px); }
.one-draw-panel { overflow: hidden; padding: clamp(38px, 6vw, 76px); border-radius: 38px; color: white; background: var(--ink); }
.one-draw-copy { display: grid; grid-template-columns: 1fr .72fr; gap: 75px; align-items: end; }
.one-draw-copy .eyebrow { grid-column: 1 / -1; color: #aab4c7; }
.one-draw-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 67px); line-height: 1.04; }
.one-draw-copy h2 em { color: var(--green); }
.one-draw-copy > p:last-child { margin: 0; color: #b9c3d4; font-size: 17px; line-height: 1.68; }
.one-draw-flow { display: grid; grid-template-columns: .28fr .22fr .5fr; align-items: center; gap: 24px; margin-top: 64px; padding: 30px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 28px; background: rgba(255, 255, 255, .055); }
.flow-call, .flow-outcomes > div { display: grid; }
.flow-call > span, .flow-outcomes span { display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 15px; border: 1px solid currentColor; border-radius: 50%; color: var(--green); font-size: 11px; font-weight: 800; }
.flow-call strong, .flow-outcomes strong { font-size: 18px; }
.flow-call small, .flow-outcomes small { margin-top: 6px; color: #aab4c7; line-height: 1.4; }
.flow-line { position: relative; display: grid; gap: 12px; text-align: center; }
.flow-line i { height: 2px; background: var(--green); }
.flow-line i::after { content: ""; display: block; float: right; width: 8px; height: 8px; margin-top: -4px; border-top: 2px solid var(--green); border-right: 2px solid var(--green); transform: rotate(45deg); }
.flow-line b { color: var(--green); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.flow-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.one-draw-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 34px; border-radius: 24px; overflow: hidden; background: rgba(255, 255, 255, .16); }
.one-draw-benefits > div { padding: 30px; background: #18253c; }
.one-draw-benefits h3 { margin-bottom: 9px; font-size: 24px; letter-spacing: -.04em; }
.one-draw-benefits p:last-child { margin: 0; color: #aab4c7; line-height: 1.6; }

.play-section { padding-block: clamp(90px, 12vw, 160px); }
.centered { max-width: 850px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { max-width: 690px; margin: 27px auto 0; }
.stacked-cards { position: relative; }
.play-card { position: sticky; top: calc(92px + var(--stack-index) * 15px); z-index: calc(10 + var(--stack-index)); min-height: 610px; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(36px, 6vw, 80px); align-items: center; margin-bottom: 15vh; padding: clamp(34px, 5vw, 70px); overflow: hidden; border: 1px solid rgba(255, 255, 255, .2); border-radius: 38px; box-shadow: 0 34px 80px rgba(16, 27, 49, .18); }
.play-card:last-child { margin-bottom: 0; }
.play-paper { color: var(--ink); background: var(--blue-pale); }
.play-paired { color: white; background: var(--blue); }
.play-digital { color: white; background: var(--ink); }
.play-label { display: flex; align-items: center; gap: 13px; margin-bottom: 40px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.play-label span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; }
.problem { margin-bottom: 12px; font-size: 13px; font-weight: 800; opacity: .68; }
.play-card h3 { margin-bottom: 20px; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.02; letter-spacing: -.055em; }
.play-copy > p:not(.problem) { font-size: 17px; line-height: 1.65; opacity: .82; }
.check-list { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; font-weight: 700; }
.check-list li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 20px; height: 20px; border-radius: 50%; color: var(--ink); background: var(--green); font-size: 11px; }
.play-art { position: relative; min-height: 400px; display: grid; place-items: center; }
.paper-art { min-height: 0; overflow: hidden; border: 1px solid rgba(16, 27, 49, .12); border-radius: 26px; box-shadow: 0 22px 50px rgba(16, 27, 49, .16); }
.paper-art img { width: 100%; height: auto; aspect-ratio: 1659 / 948; object-fit: cover; }
.paired-art { min-height: 440px; align-content: center; }
.paired-art img { width: 100%; height: auto; aspect-ratio: 1905 / 825; object-fit: contain; border: 1px solid rgba(255, 255, 255, .22); border-radius: 26px; box-shadow: 0 22px 50px rgba(4, 20, 50, .32); }
.art-caption { position: absolute; right: 18px; bottom: 25px; left: 18px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 13px; border-radius: 999px; color: var(--ink); background: rgba(255, 253, 248, .94); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.art-caption b { color: var(--blue); font-size: 20px; }
.device-art { min-height: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: 26px; box-shadow: 0 22px 50px rgba(0, 0, 0, .28); }
.device-art img { width: 100%; height: auto; aspect-ratio: 1534 / 1025; object-fit: cover; }

.how-section { padding-block: clamp(90px, 12vw, 160px); color: white; background: var(--ink); }
.light-heading { display: grid; grid-template-columns: 1fr .7fr; column-gap: 100px; max-width: none; align-items: end; }
.light-heading .eyebrow { grid-column: 1 / -1; color: #aab4c7; }
.light-heading > p:last-child { color: #aab4c7; }
.steps { margin: 75px 0 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .18); list-style: none; }
.steps li { display: grid; grid-template-columns: 90px .65fr 1fr; align-items: center; min-height: 150px; padding: 26px 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.step-number { color: var(--green); font-size: 12px; font-weight: 800; }
.steps h3 { margin: 0; font-size: clamp(25px, 3vw, 38px); letter-spacing: -.045em; }
.steps p { max-width: 600px; margin: 0; color: #aab4c7; line-height: 1.65; }

.member-section { padding-block: clamp(90px, 12vw, 155px); background: var(--blue-pale); }
.member-heading { display: grid; grid-template-columns: 1fr .7fr; column-gap: 80px; max-width: none; align-items: end; }
.member-heading .eyebrow { grid-column: 1 / -1; }
.member-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.member-card { min-height: 490px; display: flex; flex-direction: column; padding: 29px; border-radius: 28px; background: var(--white); }
.member-card-outreach { color: white; background: var(--blue); }
.member-card-play { color: var(--ink); background: var(--orange-pale); }
.member-card-portal { color: white; background: var(--ink); }
.member-card-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.member-card-top .card-number { order: 2; flex: 0 0 43px; }
.member-card-top .card-kicker { margin: 0; }
.member-card h3 { margin: auto 0 18px; font-size: clamp(29px, 2.7vw, 39px); line-height: 1.08; letter-spacing: -.05em; }
.member-card > p { min-height: 100px; margin-bottom: 23px; line-height: 1.64; opacity: .78; }
.member-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.member-tags li { padding: 8px 10px; border: 1px solid currentColor; border-radius: 999px; font-size: 10px; font-weight: 800; opacity: .8; }
.member-summary { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 18px; padding: 22px 25px; border-radius: 20px; color: var(--ink); background: rgba(255, 253, 248, .75); }
.member-summary strong { margin-right: 18px; font-size: 13px; }
.member-summary span { padding: 7px 11px; border-radius: 999px; color: white; background: var(--blue); font-size: 11px; font-weight: 800; }
.member-summary i { color: var(--blue); font-style: normal; }
.member-summary small { flex-basis: 100%; color: var(--ink-soft); text-align: center; }

.fit-section { padding-block: clamp(90px, 12vw, 150px); }
.fit-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.fit-copy h2 { font-size: clamp(42px, 5.3vw, 68px); line-height: 1.05; }
.fit-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.arrow-link { display: inline-flex; gap: 34px; margin-top: 18px; font-weight: 800; text-underline-offset: 6px; }
.fit-options { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; padding: clamp(30px, 5vw, 60px); border-radius: 50%; background: var(--orange-pale); }
.fit-options span { padding: 13px 17px; border: 1px solid rgba(16, 27, 49, .22); border-radius: 999px; background: rgba(255, 253, 248, .6); font-size: 12px; font-weight: 800; }
.fit-options span:nth-child(3n + 1) { color: white; border-color: var(--blue); background: var(--blue); }

.experience-section { padding-bottom: clamp(90px, 12vw, 150px); }
.experience-panel { padding: clamp(35px, 6vw, 76px); border: 1px solid var(--line); border-radius: 35px; background: var(--white); }
.experience-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: start; }
.experience-grid h2 { font-size: clamp(36px, 4.6vw, 58px); line-height: 1.08; }
.experience-grid p { color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.experience-grid .small-copy { margin: 30px 0 0; padding-top: 25px; border-top: 1px solid var(--line); font-size: 14px; }

.cta-section { padding-bottom: clamp(90px, 10vw, 130px); }
.cta-panel { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; padding: clamp(42px, 7vw, 90px); border-radius: 38px; color: white; background: var(--blue); }
.cta-panel .eyebrow { color: var(--blue-pale); }
.cta-panel h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; }
.cta-side { align-self: end; }
.cta-side p { color: var(--blue-pale); font-size: 17px; line-height: 1.65; }
.button-light { color: var(--ink); background: white; }
.cta-phone { display: block; width: max-content; max-width: 100%; margin: 18px 0 0 8px; color: white; font-size: 13px; text-underline-offset: 4px; }

.site-footer { padding-top: 70px; color: #aab4c7; background: #0b1426; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; padding-bottom: 65px; }
.footer-wordmark { color: white; }
.footer-wordmark .wordmark-copy small { color: #aab4c7; }
.footer-grid > div:first-child p { max-width: 300px; margin: 25px 0 0; font-size: 13px; line-height: 1.65; }
.footer-grid h2 { margin-bottom: 20px; color: white; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(:first-child) a { margin: 6px 0; color: #aab4c7; font-size: 13px; text-decoration: none; }
.footer-grid a:hover { color: white !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 23px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 11px; }

.contact-main { padding-block: clamp(75px, 9vw, 120px); }
.contact-intro { max-width: 930px; margin-bottom: 60px; }
.contact-intro h1 { margin-bottom: 30px; font-size: clamp(52px, 7vw, 92px); line-height: 1; }
.contact-intro > p:last-child { max-width: 710px; color: var(--ink-soft); font-size: 19px; line-height: 1.65; }
.contact-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.contact-card { min-height: 390px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border: 1px solid var(--line); border-radius: 28px; color: var(--ink); background: var(--white); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.contact-card-primary { color: white; border-color: var(--blue); background: var(--blue); }
.contact-icon { align-self: flex-end; display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: auto; border: 1px solid currentColor; border-radius: 50%; font-weight: 800; }
.contact-card h2 { margin-bottom: 16px; font-size: clamp(25px, 2.5vw, 35px); line-height: 1.1; letter-spacing: -.045em; }
.contact-card p:not(.card-kicker) { line-height: 1.6; opacity: .72; }
.contact-card strong { margin-top: 14px; font-size: 13px; text-decoration: underline; text-underline-offset: 5px; }
.address-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; margin-top: 80px; padding: 40px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.address-panel .eyebrow { margin-bottom: 14px; }
.address-panel h2 { margin: 0; font-size: clamp(28px, 3vw, 40px); }
.address-panel address { color: var(--ink-soft); font-style: normal; line-height: 1.7; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: min(820px, 94%); margin: 20px auto 0; }
  .need-grid { grid-template-columns: 1fr; }
  .need-card { min-height: 360px; }
  .need-card p:not(.card-kicker) { max-width: 560px; }
  .one-draw-copy { gap: 45px; }
  .play-card { grid-template-columns: 1fr; }
  .play-art { min-height: 340px; }
  .member-grid { grid-template-columns: 1fr 1fr; }
  .member-card-portal { grid-column: 1 / -1; }
  .member-card { min-height: 420px; }
  .fit-layout, .experience-grid { gap: 45px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .contact-options { grid-template-columns: 1fr; }
  .contact-card { min-height: 320px; }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 30px, 1200px); }
  .nav-shell { min-height: 68px; }
  .js .menu-button { width: 43px; height: 43px; display: grid; place-content: center; gap: 7px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
  .menu-button > span:not(.sr-only) { width: 18px; height: 2px; background: var(--ink); transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] > span:nth-last-child(2) { transform: translateY(4.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .site-nav { gap: 15px; }
  .js .site-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; align-items: stretch; padding: 18px 15px 22px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 20px 35px rgba(16, 27, 49, .12); }
  .js .site-nav.is-open { display: flex; flex-direction: column; }
  .site-nav a { padding: 8px; }
  .nav-cta { justify-content: space-between; padding: 13px 17px !important; }
  .hero { min-height: 0; padding-block: 58px 85px; }
  .hero h1 { font-size: clamp(47px, 13vw, 70px); }
  .hero-callboard { top: 62px; left: -1%; width: min(410px, 100%); opacity: .14; transform: rotate(-5deg); }
  .hero-image-wrap img { min-height: 0; }
  .hero-note-top { right: -1%; }
  .hero-note-bottom { left: -1%; }
  .section-heading-wide, .one-draw-copy, .light-heading, .member-heading, .fit-layout, .experience-grid, .cta-panel { grid-template-columns: 1fr; }
  .section-heading-wide, .one-draw-copy, .light-heading, .member-heading { gap: 25px; }
  .section-heading h2 { font-size: clamp(39px, 11vw, 58px); }
  .one-draw-flow { grid-template-columns: 1fr; margin-top: 42px; }
  .flow-line { padding-block: 8px; }
  .member-grid { grid-template-columns: 1fr; }
  .member-card-portal { grid-column: auto; }
  .play-card { position: relative; top: auto; min-height: 0; margin-bottom: 24px; padding: 32px 24px; border-radius: 27px; }
  .play-label { margin-bottom: 30px; }
  .play-card h3 { font-size: clamp(37px, 10vw, 54px); }
  .paired-art img { height: auto; }
  .steps { margin-top: 50px; }
  .steps li { grid-template-columns: 60px 1fr; align-items: start; }
  .steps li div { display: contents; }
  .steps p { grid-column: 2; margin-top: 12px; }
  .fit-options { border-radius: 40px; }
  .cta-panel { gap: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .address-panel { grid-template-columns: 1fr; padding-inline: 0; }
}

@media (max-width: 520px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-image-wrap { border-radius: 24px; }
  .hero-image-wrap img { min-height: 0; }
  .hero-note { display: none; }
  .need-card { min-height: 400px; }
  .one-draw-panel { padding: 30px 22px; border-radius: 28px; }
  .flow-outcomes { grid-template-columns: 1fr; }
  .flow-outcomes > div { grid-template-columns: 35px 1fr; align-items: center; column-gap: 10px; }
  .flow-outcomes > div span { grid-row: 1 / 3; margin: 0; }
  .one-draw-benefits { grid-template-columns: 1fr; }
  .member-card { min-height: 440px; }
  .member-summary strong { flex-basis: 100%; margin: 0 0 4px; text-align: center; }
  .play-art { min-height: 300px; }
  .paper-art, .paired-art, .device-art { min-height: 0; }
  .paired-art img { height: auto; }
  .art-caption { right: 8px; left: 8px; gap: 8px; font-size: 9px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .contact-card { min-height: 360px; }
}

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