:root {
  --black: #0a0a0a;
  --ink: #111;
  --paper: rgba(245,245,245,.9);
  --line: rgba(17, 17, 17, 0.14);
  --lime: #b7ff2a;
  --cyan: #2bd5d5;
  --announcement-h: 36px;
  --header-h: 72px;
  --gutter: clamp(20px, 3.1vw, 48px);
  --radius: 8px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --site-title-cap: 60px;
  --ones-type-heading: clamp(38px, 4.2vw, 62px);
  --ones-type-subtitle: 18px;
  --ones-type-body: 16px;
  --ones-type-label: 12px;
}

* { box-sizing: border-box; }
::selection { color: #111; background: var(--lime); }
::-moz-selection { color: #111; background: var(--lime); }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }

/* Shared title rhythm, based on “Every Swing. Captured from Within.” */
body :where(h1, h2, h3, h4) {
  font-weight: 750 !important;
  line-height: 1.2 !important;
  letter-spacing: -.045em !important;
  text-wrap: balance;
}

/* One shared content hierarchy across home, product and editorial pages. */
body :is(h1, h2),
.final-choices strong {
  font-size: var(--ones-type-heading) !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  letter-spacing: -.06em !important;
}
body main p {
  font-size: var(--ones-type-body) !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
}
body main :is(.hero-line, .xm-hero-line, .article-summary),
body main .policy-hero > p:last-child {
  font-size: var(--ones-type-subtitle) !important;
  line-height: 1.45 !important;
  letter-spacing: -.02em !important;
}
body main :is(
  .section-label,
  .eyebrow,
  .xm-eyebrow,
  .policy-hero__eyebrow,
  .policy-updated,
  .ecosystem-type,
  .s1-kvs__copy p,
  .s1-find-card header p,
  .s1-colour-card footer p
),
body main small {
  font-size: var(--ones-type-label) !important;
  line-height: 1.35 !important;
}
body main .blog-hero--article > p {
  font-size: var(--ones-type-heading) !important;
  line-height: 1.2 !important;
  letter-spacing: -.045em !important;
}

/* Use native Japanese glyph forms consistently across every ONES page. */
html[lang="ja"] {
  --ones-ja-font: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  --font-body: var(--ones-ja-font);
  --font-display: var(--ones-ja-font);
  --xm-font: var(--ones-ja-font);
}
html[lang="ja"] body,
html[lang="ja"] body :where(*) {
  font-family: var(--ones-ja-font) !important;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 16px; color: #fff; background: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section { padding: clamp(84px, 10vw, 156px) var(--gutter); }
.section-label { margin: 0 0 18px; font-size: 12px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.section-heading { max-width: 1440px; margin: 0 auto clamp(34px, 5vw, 70px); display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2 { margin: 0; font-size: min(clamp(37.8px, 5.04vw, 75.6px), var(--site-title-cap)); line-height: .96; letter-spacing: -.055em; }
.section-heading > p { max-width: 440px; margin: 0 0 7px; color: #555; font-size: 16px; line-height: 1.7; }

.announcement { height: var(--announcement-h); padding: 0 var(--gutter); color: #fff; background: #0b0b0b; display: flex; align-items: center; justify-content: center; gap: 20px; font-size: 14px; font-weight: 500; letter-spacing: .01em; }
.text-button { padding: 0 0 2px; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); color: inherit; background: transparent; cursor: pointer; font-size: 14px; font-weight: 650; }
.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-h); padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(0,0,0,.08); backdrop-filter: blur(18px); }
.brand { width: 112px; justify-self: start; }
.brand img { width: 112px; height: auto; }
.desktop-nav { height: 100%; display: flex; align-items: center; gap: clamp(24px, 2.2vw, 40px); }
.desktop-nav a { height: 100%; display: flex; align-items: center; position: relative; font-size: 15px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 15px; height: 1.5px; background: #111; transition: right .28s var(--ease); }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.header-language { flex: 0 0 auto; width: 112px; min-width: 112px; height: 40px; padding: 0 34px 0 14px; border: 1px solid rgba(17,17,17,.18); border-radius: 999px; color: #28282b; background-color: rgba(255,255,255,.52); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='m1.5 1.5 4.5 4 4.5-4' stroke='%23585A5D' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 10px auto; font-size: 14px; font-weight: 750; line-height: normal; cursor: pointer; outline: none; -webkit-appearance: none; appearance: none; }
.header-language:hover { border-color: rgba(17,17,17,.34); }
.header-language:focus-visible { border-color: #111; box-shadow: 0 0 0 2px rgba(17,17,17,.1); }
.header-reserve { min-width: 112px; height: 40px; padding: 0 21px; border: 0; border-radius: 999px; color: #0a0a0a; background: var(--lime); font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s; }
.header-reserve:hover { transform: translateY(-1px); box-shadow: 0 7px 20px rgba(117,255,54,.25); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; position: relative; cursor: pointer; }
.menu-button span { position: absolute; left: 10px; width: 22px; height: 1.5px; background: #111; transition: transform .3s, top .3s; }
.menu-button span:first-child { top: 16px; }.menu-button span:last-child { top: 25px; }
.menu-button[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 95; inset: calc(var(--announcement-h) + var(--header-h)) 0 auto; padding: 28px var(--gutter) 38px; background: rgba(255,255,255,.985); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .45s var(--ease), opacity .25s; border-bottom: 1px solid #ddd; }
.mobile-menu.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mobile-menu a { padding: 17px 0; display: flex; justify-content: space-between; border-bottom: 1px solid #ddd; font-size: 30px; font-weight: 650; letter-spacing: -.04em; }
.mobile-menu a span { align-self: center; color: #777; font-size: 14px; letter-spacing: 0; }
.mobile-menu > button { width: 100%; margin-top: 26px; padding: 16px; border: 0; border-radius: 999px; background: var(--lime); font-size: 14px; font-weight: 750; }
body.menu-open { overflow: hidden; }

.hero { position: relative; height: calc(100svh - var(--announcement-h) - var(--header-h)); min-height: 650px; max-height: 980px; overflow: hidden; color: #fff; background: #0a0a0a; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .85s ease, visibility .85s; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-media { width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1.035); transition: transform 7s linear; }
.hero-slide.is-active .hero-media { transform: scale(1); }
.hero-media-s1 { object-position: 63% 48%; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.32) 40%, rgba(0,0,0,.04) 70%), linear-gradient(0deg, rgba(0,0,0,.32), transparent 42%); }
.hero-scrim-s1 { background: linear-gradient(90deg, rgba(246,246,242,.95) 0%, rgba(246,246,242,.8) 28%, rgba(246,246,242,.12) 61%, rgba(0,0,0,.08)); }
.hero-scrim-a1 { background: linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.48) 34%,rgba(0,0,0,.08) 67%),linear-gradient(0deg,rgba(0,0,0,.38),transparent 48%); }
.hero-content { position: absolute; left: var(--gutter); top: 50%; width: min(680px, 52vw); transform: translateY(-48%); }
.hero-content-dark { color: #111; }
.hero-content .eyebrow { margin: 0 0 17px; font-size: 12px; font-weight: 750; letter-spacing: .16em; }
.hero-content h1, .hero-content h2 { margin: 0; font-size: min(clamp(55.8px, 6.3vw, 99px), var(--site-title-cap)); line-height: .87; letter-spacing: -.065em; font-weight: 750; }
.hero-line { margin: 27px 0 9px; font-size: clamp(24px, 2.15vw, 34px); font-weight: 620; letter-spacing: -.04em; }
.hero-detail { margin: 0; font-size: 14px; opacity: .8; }
.button-row { margin-top: 30px; display: flex; gap: 10px; flex-wrap: wrap; }
.button { min-height: 46px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 720; cursor: pointer; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: #111; background: #fff; }.button-light:hover { background: var(--lime); }
.button-glass { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(20,20,20,.12); backdrop-filter: blur(12px); }.button-glass:hover { border-color: #fff; background: rgba(255,255,255,.13); }
.button-dark { color: #fff; background: #111; }.button-dark:hover { background: #2a2a2a; }
.button-outline-dark { color: #111; border-color: rgba(0,0,0,.5); background: rgba(255,255,255,.12); }.button-outline-dark:hover { background: #fff; }
.button-neon { color: #0a0a0a; background: var(--lime); }.button-neon:hover { box-shadow: 0 12px 34px rgba(152,255,44,.24); }
.hero-controls { position: absolute; z-index: 3; left: var(--gutter); right: var(--gutter); bottom: 25px; display: grid; grid-template-columns: repeat(3,minmax(120px,240px)) 44px; gap: 8px; align-items: end; }
.hero-tab { padding: 0 0 9px; border: 0; color: #fff; background: transparent; text-align: left; cursor: pointer; opacity: .55; }
.hero-tab span { display: block; margin-bottom: 9px; font-size: 10px; font-weight: 750; letter-spacing: .13em; }
.hero-tab i { display: block; height: 2px; background: rgba(255,255,255,.4); overflow: hidden; position: relative; }
.hero-tab i::after { content: ""; position: absolute; inset: 0; background: #fff; transform: scaleX(0); transform-origin: left; }
.hero-tab.is-active { opacity: 1; }.hero-tab.is-active i::after { animation: heroProgress var(--hero-duration, 7s) linear forwards; animation-play-state: var(--hero-play, running); }
.hero[data-paused="true"] .hero-tab.is-active i::after { animation-play-state: paused; }
.hero-pause { width: 38px; height: 38px; margin-bottom: 2px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(0,0,0,.15); position: relative; cursor: pointer; }
.hero-pause span::before, .hero-pause span::after { content: ""; position: absolute; top: 12px; width: 2px; height: 12px; background: #fff; }.hero-pause span::before { left: 15px; }.hero-pause span::after { left: 21px; }
.hero-pause[aria-pressed="true"] span::before { top: 11px; left: 16px; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 10px solid #fff; background: transparent; }.hero-pause[aria-pressed="true"] span::after { display: none; }
@keyframes heroProgress { to { transform: scaleX(1); } }

.ecosystem { padding-right: clamp(20px, 2vw, 32px); padding-bottom: clamp(64px, 7vw, 110px); padding-left: clamp(20px, 2vw, 32px); background: var(--paper); }
.ecosystem-heading { width: 100%; margin: 0 0 clamp(44px, 6vw, 88px); display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(40px, 8vw, 130px); align-items: end; }
.ecosystem-heading h2 { margin: 0; font-size: min(clamp(54px, 6.57vw, 100.8px), var(--site-title-cap)); line-height: .88; letter-spacing: -.072em; }.ecosystem-heading > p { max-width: 510px; margin: 0 0 6px; color: #535752; font-size: 16px; line-height: 1.75; letter-spacing: 0; }
.ecosystem-grid { width: 100%; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ecosystem-card { min-width: 0; padding: 0; display: flex; flex-direction: column; }
.ecosystem-card[data-product-card] { cursor: pointer; }
.ecosystem-card[data-product-card]:focus-visible { outline: 3px solid var(--lime); outline-offset: 8px; }
.ecosystem-media { position: relative; height: auto; max-height: 590px; aspect-ratio: 3 / 4; margin-bottom: 25px; display: block; overflow: hidden; border-radius: var(--radius); background: #111; }.ecosystem-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s var(--ease); }.ecosystem-card:hover .ecosystem-media img { transform: scale(1.025); }
.ecosystem-a1-pro .ecosystem-media img, .ecosystem-a1 .ecosystem-media img { object-position: 50% center; }.ecosystem-s1 .ecosystem-media img { object-position: 58% center; }.ecosystem-balls .ecosystem-media img { object-position: 64% center; }
.ecosystem-card > span { font-size: 9px; font-weight: 760; letter-spacing: .14em; }.ecosystem-card h3 { margin: 12px 0 8px; font-size: min(clamp(32.4px, 3.42vw, 50.4px), var(--site-title-cap)); line-height: .94; letter-spacing: -.055em; }
.ecosystem-type { margin: 0 0 18px; color: #252725; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }.ecosystem-promise { max-width: 470px; margin: 0 0 16px; color: #515551; font-size: 16px; font-weight: 560; line-height: 1.45; letter-spacing: -.015em; }
.ecosystem-keywords { position: absolute; z-index: 2; left: 18px; bottom: 18px; width: min(440px, calc(100% - 36px)); margin: 0; padding: 16px; display: flex; flex-wrap: wrap; gap: 8px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: linear-gradient(135deg, rgba(17,19,19,.68), rgba(17,19,19,.42)); box-shadow: 0 14px 34px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.12); -webkit-backdrop-filter: blur(16px) saturate(135%); backdrop-filter: blur(16px) saturate(135%); list-style: none; pointer-events: none; }.ecosystem-keywords li { padding: 9px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.94); background: rgba(255,255,255,.1); font-size: 14px; font-weight: 600; line-height: 1.1; white-space: nowrap; }

@media (hover: hover) and (pointer: fine) {
  .ecosystem-keywords { opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .32s var(--ease), transform .42s var(--ease), visibility 0s linear .42s; }
  .ecosystem-media:hover .ecosystem-keywords { opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 0s; }
}
.ecosystem-button { min-width: 148px; min-height: 46px; margin-top: auto; padding: 0 20px; align-self: flex-start; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 999px; color: #fff; background: #111; font-size: 12px; font-weight: 720; transition: transform .25s var(--ease), color .25s, background .25s; }.ecosystem-button span { font-weight: 400; transition: transform .25s; }.ecosystem-button:hover { color: #111; background: var(--lime); transform: translateY(-2px); }.ecosystem-button:hover span { transform: translate(3px,-3px); }

.immersive { position: relative; min-height: 960px; height: 105svh; max-height: 1180px; overflow: hidden; color: #fff; background: #0b0b0b; }
.immersive-media, .immersive-media img { position: absolute; inset: -4%; width: 108%; height: 108%; object-fit: cover; }
.immersive-media img { inset: 0; width: 100%; height: 100%; object-position: center; }
.immersive-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.34) 47%, rgba(0,0,0,.06) 76%), linear-gradient(0deg, rgba(0,0,0,.38), transparent 45%); }
.immersive-a1::after { content: ""; position: absolute; z-index: 1; left: 0; right: 0; bottom: -1px; height: clamp(150px, 23vh, 280px); pointer-events: none; background: linear-gradient(180deg, rgba(9,10,10,0) 0%, rgba(9,10,10,.18) 30%, rgba(9,10,10,.72) 70%, #090a0a 100%); }
.immersive-copy { position: absolute; z-index: 2; left: 50%; top: 50%; width: min(1180px, calc(100% - var(--gutter) * 2)); transform: translate(-50%,-50%); text-align: center; }
.immersive-copy .section-label { margin-bottom: 19px; }.immersive-copy h2 { margin: 0 auto; font-size: min(clamp(52.2px, 5.85vw, 93.6px), var(--site-title-cap)); line-height: .9; letter-spacing: -.065em; text-wrap: balance; text-shadow: 0 3px 28px rgba(0,0,0,.34); }
.immersive-copy > p:not(.section-label) { max-width: 580px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.8; }
.immersive-actions { position: absolute; z-index: 2; left: var(--gutter); right: var(--gutter); bottom: 36px; display: grid; grid-template-columns: minmax(0,620px) auto; gap: 40px; align-items: end; justify-content: space-between; }
.immersive-actions .button-row { margin-top: 0; justify-content: flex-end; }
.metric-row { margin-top: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.metric-row div { padding-top: 14px; border-top: 1px solid rgba(255,255,255,.35); }
.metric-row strong { display: block; font-size: clamp(25px, 2.7vw, 40px); letter-spacing: -.05em; }.metric-row span { display: block; margin-top: 8px; font-size: 11px; opacity: .65; }

.racket-model-section { position: relative; min-height: 920px; height: 100svh; overflow: hidden; isolation: isolate; color: #fff; background: #000; }
.racket-model-section::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.4) 0%, transparent 25%, transparent 72%, rgba(0,0,0,.72) 100%); }
.racket-model-head { position: absolute; z-index: 3; top: clamp(82px, 10vh, 128px); left: var(--gutter); width: calc(65vw - clamp(26px, 4.03vw, 62.4px) - clamp(26px, 5.2vw, 84.5px) - 130px); pointer-events: none; }
.racket-model-head h2 { max-width: none; margin: 0; font-size: min(clamp(54px, 5.76vw, 91.8px), var(--site-title-cap)); line-height: .88; letter-spacing: -.07em; text-wrap: balance; }
.racket-model-description { max-width: none; margin: 27px 0 0; color: #8e8e8e; font-size: 14px; line-height: 1.7; }
.racket-model-variants { width: min(290px, 100%); margin-top: 32px; display: grid; gap: 10px; pointer-events: auto; }
.racket-model-variants > span { margin-bottom: 2px; color: #656565; font-size: 9px; font-weight: 760; letter-spacing: .14em; }
.racket-model-variant { width: 100%; min-height: 58px; padding: 8px 13px; display: grid; grid-template-columns: 30px 1fr 20px; gap: 11px; align-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; color: #b8b8b8; background: rgba(12,12,12,.64); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); text-align: left; cursor: pointer; transition: border-color .25s, color .25s, background .25s, transform .25s var(--ease); }
.racket-model-variant:hover { color: #fff; border-color: rgba(255,255,255,.42); transform: translateX(3px); }
.racket-model-variant:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }
.racket-model-variant.is-loading { cursor: wait; opacity: .72; }
.racket-model-variant.is-active[data-racket-variant="aqua"] { color: #fff; border-color: #65e6d0; background: rgba(24,72,68,.34); }
.racket-model-variant.is-active[data-racket-variant="red"] { color: #fff; border-color: #ff514b; background: rgba(94,25,22,.34); }
.racket-model-variant.is-active[data-racket-variant="orange"] { color: #fff; border-color: #ff922e; background: rgba(105,54,13,.36); }
.racket-variant-swatch { width: 28px; height: 28px; display: block; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; box-shadow: inset 0 0 0 3px rgba(0,0,0,.22); }
.racket-variant-swatch-aqua { background: linear-gradient(135deg, #19bddd 12%, #58e4b6 58%, #c8ff34); }
.racket-variant-swatch-red { background: linear-gradient(135deg, #ff2f28 10%, #a50b0b 64%, #410000); }
.racket-variant-swatch-orange { background: linear-gradient(135deg, #ffc14d 8%, #ff7a18 55%, #b82a00); }
.racket-model-variant > span { min-width: 0; display: grid; grid-template-columns: 23px 1fr; align-items: baseline; }
.racket-model-variant small { color: #686868; font-size: 8px; font-weight: 760; letter-spacing: .08em; }
.racket-model-variant strong { overflow: hidden; font-size: 12px; font-weight: 680; text-overflow: ellipsis; white-space: nowrap; }
.racket-model-variant > b { color: #777; font-size: 11px; font-weight: 500; text-align: right; }.racket-model-variant.is-active > b { color: currentColor; }
.racket-model-explore { width: max-content; min-height: 46px; margin-top: 8px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: #080808; background: var(--lime); font-size: 13px; font-weight: 720; line-height: 1; transition: transform .25s var(--ease), background .25s; }
.racket-model-explore:hover { background: #cbff58; transform: translateY(-2px); }.racket-model-explore:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.racket-model-viewer { position: absolute; z-index: 0; inset: 0; overflow: hidden; cursor: grab; touch-action: pan-y; background: radial-gradient(circle at 60% 50%, #242628 0%, #0b0c0d 28%, #000 66%); }
.racket-model-viewer.is-dragging { cursor: grabbing; }.racket-model-viewer canvas { width: 100%; height: 100%; display: block; outline: 0; }.racket-model-viewer canvas:focus-visible { box-shadow: inset 0 0 0 2px var(--lime); }
.racket-model-loading { position: absolute; z-index: 4; left: 50%; top: 50%; width: min(310px, calc(100% - 48px)); padding: 20px; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.16); border-radius: 9px; background: rgba(0,0,0,.62); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); transition: opacity .45s var(--ease), visibility .45s; pointer-events: none; }
.racket-model-loading span { display: block; color: #8e8e8e; font-size: 9px; font-weight: 760; letter-spacing: .15em; }.racket-model-loading strong { margin-top: 10px; display: block; font-size: 32px; letter-spacing: -.04em; }.racket-model-loading i { height: 2px; margin-top: 16px; display: block; overflow: hidden; background: rgba(255,255,255,.16); }.racket-model-loading b { width: 100%; height: 100%; display: block; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform .2s linear; }
.racket-model-viewer.is-ready .racket-model-loading { opacity: 0; visibility: hidden; }.racket-model-fallback { position: absolute; left: 50%; top: 50%; width: min(420px, calc(100% - 48px)); margin: 0; transform: translate(-50%,-50%); color: #aaa; text-align: center; }
.racket-model-controls { position: absolute; z-index: 3; left: var(--gutter); right: var(--gutter); bottom: 34px; display: flex; justify-content: space-between; align-items: center; color: #747474; font-size: 11px; letter-spacing: .04em; pointer-events: none; }.racket-model-controls b { margin: 0 5px; color: #414141; }.racket-model-controls button { min-height: 40px; padding: 0 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #ddd; background: rgba(0,0,0,.42); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); cursor: pointer; pointer-events: auto; }.racket-model-controls button:hover { color: #111; border-color: var(--lime); background: var(--lime); }

.craft-materials { padding: 56px var(--gutter) 156px; color: #111; background: var(--paper); }
.craft-materials > h2, .smart-intro .smart-story-heading { margin: 0; font-size: min(60px, var(--site-title-cap)); font-weight: 750; line-height: 1.2; letter-spacing: -.045em; text-align: center; text-wrap: balance; }
.craft-materials-grid { width: 100%; margin: 62px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; align-items: start; }
.craft-materials-card { min-width: 0; }
.craft-materials-card video { width: 100%; height: auto; aspect-ratio: 16 / 9; display: block; border-radius: 16px; background: #151616; object-fit: cover; }
.craft-materials-card h3 { margin: 32px 0 20px; font-size: min(36px, var(--site-title-cap)); font-weight: 750; line-height: 1.2; letter-spacing: -.04em; }
.craft-materials-card p { margin: 0; color: #535752; font-size: 16px; font-weight: 400; line-height: 1.5; }

.smart-story { display: grid; grid-template-columns: 1fr 1.12fr; column-gap: clamp(40px, 8vw, 130px); row-gap: 90px; color: #111; background: var(--paper); }
.smart-story-process { grid-template-columns: 1.12fr 1fr; padding-bottom: clamp(32px, 3.2vw, 56px); }
#s1.smart-story { padding-top: clamp(32px, 3.2vw, 56px); }
.smart-intro { align-self: center; max-width: 620px; }
.smart-intro .smart-story-heading { margin-bottom: clamp(36px, 3.2vw, 50px); text-align: left; }
.smart-intro h2 { margin: 0; font-size: min(clamp(43.2px, 5.22vw, 77.4px), var(--site-title-cap)); line-height: .94; letter-spacing: -.06em; }
.smart-intro > p:not(.section-label) { margin: 28px 0 0; color: #535752; font-size: 16px; line-height: 1.8; }
.smart-tabs { margin-top: 0; border-bottom: 1px solid rgba(17,17,17,.18); }
.smart-tab { width: 100%; min-height: 88px; padding: 22px 0; display: grid; grid-template-columns: 36px minmax(0,1fr) 28px; gap: 12px; align-items: start; border: 0; border-top: 1px solid rgba(17,17,17,.18); color: #111; background: transparent; text-align: left; cursor: pointer; transition: color .25s, background .25s, padding .35s var(--ease); }
.smart-tab-number { padding-top: 3px; color: #747774; font-size: 10px; font-weight: 750; letter-spacing: .12em; transition: color .25s; }.smart-tab-main { min-width: 0; display: block; }.smart-tab strong { display: block; font-size: clamp(26px, 2.8vw, 42px); font-weight: 700; letter-spacing: -.045em; }.smart-tab small { margin-top: 5px; display: block; color: #686c68; font-size: 16px; line-height: 1.4; transition: color .25s; }
.smart-tab-description { display: grid; grid-template-rows: 0fr; opacity: 0; color: #535752; font-size: 16px; font-weight: 400; letter-spacing: 0; line-height: 1.8; transition: grid-template-rows .48s var(--ease), margin-top .48s var(--ease), opacity .3s ease; }.smart-tab-description > span { min-height: 0; overflow: hidden; }.smart-tab.is-active .smart-tab-description { grid-template-rows: 1fr; margin-top: 18px; opacity: 1; }
.smart-tab-toggle { width: 22px; height: 22px; position: relative; border: 1px solid rgba(17,17,17,.3); border-radius: 50%; transition: border-color .25s, transform .4s var(--ease); }.smart-tab-toggle::before, .smart-tab-toggle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 8px; height: 1px; background: currentColor; transform: translate(-50%,-50%); transition: opacity .25s; }.smart-tab-toggle::after { transform: translate(-50%,-50%) rotate(90deg); }.smart-tab.is-active .smart-tab-toggle { border-color: #5d8d00; transform: rotate(180deg); }.smart-tab.is-active .smart-tab-toggle::after { opacity: 0; }
.smart-tab:hover { padding-left: 8px; background: rgba(17,17,17,.035); }.smart-tab.is-active { color: #111; }.smart-tab.is-active .smart-tab-number, .smart-tab.is-active small { color: #5d8d00; }
.smart-intro .button { margin-top: 28px; }
.smart-visual { min-height: 650px; position: relative; border-radius: var(--radius); overflow: hidden; background: #151616; }
.smart-panel { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.025); transition: opacity .42s var(--ease), transform .65s var(--ease), visibility 0s linear .65s; }
.smart-panel.is-active { opacity: 1; visibility: visible; transform: scale(1); transition-delay: 0s; }
.smart-panel > img, .smart-panel > video { width: 100%; height: 100%; display: block; object-fit: cover; }
.process-story-panel > video { width: 100%; height: 100%; display: block; object-fit: cover; }
.process-story-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06) 42%, rgba(0,0,0,.28) 100%); pointer-events: none; }
.process-story-panel .smart-float { z-index: 1; }
.smart-panel[data-smart-panel="0"] > img, .smart-panel[data-smart-panel="1"] > img, .smart-panel[data-smart-panel="1"] > video { object-position: center; }
.smart-float { position: absolute; min-width: 132px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.24); border-radius: 7px; color: #fff; background: rgba(5,5,5,.55); backdrop-filter: blur(14px); }
.smart-float span { display: block; margin-bottom: 5px; color: var(--lime); font-size: 9px; font-weight: 750; letter-spacing: .12em; }.smart-float strong { font-size: 17px; }
.smart-float-top { right: 22px; top: 22px; }.smart-float-bottom { left: 22px; bottom: 22px; }
.process-gallery { width: 100vw; height: 100svh; min-height: 700px; position: relative; grid-column: 1 / -1; left: 50%; margin-left: -50vw; overflow: hidden; isolation: isolate; color: #fff; background: #050606; }
.process-gallery-stage, .process-gallery-slide { position: absolute; inset: 0; }
.process-gallery-slide { opacity: 0; visibility: hidden; transform: scale(1.012); transition: opacity .58s ease, visibility .58s, transform 1s var(--ease); }
.process-gallery-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.process-gallery-slide video { width: 100%; height: 100%; display: block; object-fit: cover; }
.process-gallery-shade { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.14) 0%, transparent 34%, transparent 54%, rgba(0,0,0,.36) 100%); }
.process-gallery-nav { position: absolute; z-index: 4; left: 0; right: 0; bottom: 20px; padding: 0 20px; display: flex; align-items: end; justify-content: center; gap: 15px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; }
.process-gallery-nav::-webkit-scrollbar { display: none; }
.process-gallery-card { width: 389px; height: 213px; flex: 0 0 389px; padding: 0; position: relative; overflow: hidden; border: 0; border-radius: 10px; color: #fff; background: #181919 var(--process-thumb) center / cover no-repeat; text-align: left; cursor: pointer; transition: width .52s var(--ease), flex-basis .52s var(--ease), transform .35s var(--ease); }
.process-gallery-card:hover { transform: translateY(-3px); }
.process-gallery-card:focus-visible { outline: 2px solid var(--lime); outline-offset: -2px; }
.process-gallery-card.is-active { width: 556px; flex-basis: 556px; }
.process-gallery-card-bg { width: 100%; height: 100%; padding: 10px 16px; display: block; position: relative; background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.18)); transition: background .35s; }
.process-gallery-card.is-active .process-gallery-card-bg { background: rgba(0,0,0,.53); -webkit-backdrop-filter: blur(1px); backdrop-filter: blur(1px); }
.process-gallery-card strong { display: block; margin: 0 0 16px; font-size: 21px; font-weight: 740; line-height: 1.5; letter-spacing: -.025em; }
.process-gallery-card-copy { max-width: 500px; display: none; font-size: 16px; line-height: 1.4; }
.process-gallery-card small { display: none; margin-top: 13px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 680; letter-spacing: .055em; text-transform: uppercase; }
.process-gallery-card.is-active .process-gallery-card-copy, .process-gallery-card.is-active small { display: block; }
.process-gallery-card i { height: 2px; position: absolute; left: 8px; right: 8px; bottom: 0; overflow: hidden; background: transparent; }
.process-gallery-card i b { width: 100%; height: 100%; display: block; background: #fff; transform: scaleX(0); transform-origin: left; will-change: transform; }
@media (max-width: 1439px) and (min-width: 1024px) { .process-gallery-nav { justify-content: flex-start; } }
.smart-features { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.smart-features article { min-height: 360px; position: relative; padding: 30px clamp(0px, 2vw, 34px) 30px; overflow: hidden; isolation: isolate; border-right: 1px solid rgba(255,255,255,.18); outline: 0; }.smart-features article:first-child { padding-left: 0; }.smart-features article:last-child { border-right: 0; }
.smart-feature-card::before, .smart-feature-card::after { content: ""; position: absolute; z-index: -2; inset: 0; pointer-events: none; opacity: 0; transition: opacity .55s var(--ease), transform .75s var(--ease); }
.smart-feature-card::before { background-image: var(--feature-bg); background-position: center; background-size: cover; transform: scale(1.045); }
.smart-feature-nfc::before { background-position: 28% center; }
.smart-feature-card::after { z-index: -1; background: linear-gradient(90deg, rgba(2,2,2,.94) 0%, rgba(2,2,2,.76) 48%, rgba(2,2,2,.24) 100%), linear-gradient(0deg, rgba(0,0,0,.6), transparent 72%); }
.smart-feature-card > * { position: relative; z-index: 1; }
.smart-feature-card:focus-visible { box-shadow: inset 0 0 0 2px var(--lime); }
@media (hover:hover) and (pointer:fine) { .smart-feature-card:hover::before, .smart-feature-card:hover::after, .smart-feature-card:focus-visible::before, .smart-feature-card:focus-visible::after { opacity: 1; transform: scale(1); } }
.smart-features article > span { color: var(--lime); font-size: 11px; font-weight: 750; }.smart-features h3 { max-width: 390px; margin: 56px 0 14px; font-size: min(clamp(23.4px, 2.52vw, 37.8px), var(--site-title-cap)); letter-spacing: -.045em; }.smart-features p { max-width: 390px; margin: 0; color: #969696; line-height: 1.7; transition: color .35s; }
.smart-feature-card:hover p, .smart-feature-card:focus-visible p { color: rgba(255,255,255,.82); }
.smart-feature-specs { max-width: 360px; margin-top: 22px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.smart-feature-specs > span { min-width: 0; padding: 13px 12px 0 0; display: flex; align-items: end; justify-content: space-between; gap: 10px; color: #fff; border-right: 1px solid rgba(255,255,255,.18); }.smart-feature-specs > span + span { padding-left: 12px; border-right: 0; }
.smart-feature-spec-copy { min-width: 0; display: grid; gap: 4px; }
.smart-feature-specs small { color: #777; font-size: 8px; font-weight: 750; letter-spacing: .12em; }.smart-feature-specs em { max-width: 92px; color: #777; font-size: 8px; font-style: normal; line-height: 1.25; }.smart-feature-specs strong { flex: 0 0 auto; font-size: 20px; letter-spacing: -.04em; white-space: nowrap; }

.recognition { padding: 120px var(--gutter) 170px; color: #111; background: var(--paper); }
.recognition-inner { width: 100%; margin: 0 auto; }
.recognition-header { margin: 0 auto 40px; text-align: center; }
.recognition-header .section-label { margin-bottom: 18px; color: inherit; }
.recognition-header h2 { margin: 0; color: #111; font-size: min(clamp(54px, 6.57vw, 100.8px), var(--site-title-cap)); font-weight: 700; line-height: .88; letter-spacing: -.072em; }
.recognition-header > p:not(.section-label) { max-width: 800px; margin: 20px auto 0; color: #535752; font-size: 16px; font-weight: 400; line-height: 1.75; }
.recognition-header small { margin-top: 12px; display: block; color: #535752; font-size: 16px; font-weight: 400; line-height: 1.75; letter-spacing: normal; text-transform: none; }
.recognition-content { width: 100%; display: grid; grid-template-columns: minmax(0,1fr) clamp(80px,8.4vw,161px) minmax(0,1fr); align-items: center; }
.recognition-awards { width: 100%; height: 100px; display: flex; align-items: center; justify-content: space-between; gap: clamp(10px,1.5vw,28px); }
.recognition-awards img { width: auto; max-width: 154px; height: 100px; object-fit: contain; }
.recognition-separator { width: 1px; height: 120px; justify-self: center; background: #e1e1e1; }
.recognition-voices { min-width: 0; position: relative; overflow: hidden; }
.recognition-quotes { min-height: 122px; position: relative; }
.recognition-quote { position: absolute; inset: 0; margin: 0; padding: 50px 40px 0; display: flex; align-items: flex-start; justify-content: center; color: #000; font-size: 16px; font-style: normal; font-weight: 400; line-height: 1.75; letter-spacing: normal; text-transform: none; text-align: center; opacity: 0; transform: translateY(9px); transition: opacity .45s var(--ease), transform .45s var(--ease); }
.recognition-quote.is-active { opacity: 1; transform: translateY(0); }
.recognition-quote-mark { width: 76px; height: 56px; position: absolute; z-index: 2; color: rgba(45,45,45,.08); font-size: 120px; font-weight: 500; line-height: .9; pointer-events: none; }
.recognition-quote-mark-start { left: 0; top: -14px; }.recognition-quote-mark-end { right: 10px; bottom: 52px; }
.recognition-media { margin: 32px 40px 0; display: flex; align-items: center; justify-content: center; gap: 34px; }
.recognition-media::before, .recognition-media::after { content: ""; width: 64px; height: 34px; position: absolute; z-index: 2; pointer-events: none; }.recognition-media::before { left: 0; background: linear-gradient(90deg, #f5f5f2, rgba(245,245,242,0)); }.recognition-media::after { right: 0; background: linear-gradient(270deg, #f5f5f2, rgba(245,245,242,0)); }
.recognition-media button { min-width: 0; padding: 0; border: 0; display: flex; align-items: center; justify-content: center; opacity: .28; background: transparent; cursor: pointer; transition: opacity .3s ease, transform .3s var(--ease); }
.recognition-media button:hover { opacity: .62; transform: translateY(-2px); }.recognition-media button.is-active { opacity: 1; }
.recognition-media img { width: auto; max-width: 120px; height: 32px; object-fit: contain; }

.inline-link { padding: 0 0 7px; border: 0; border-bottom: 1px solid #111; color: #111; background: transparent; font-size: 13px; font-weight: 720; cursor: pointer; }.inline-link span { display: inline-block; margin-left: 7px; transition: transform .25s; }.inline-link:hover span { transform: translate(3px,-3px); }

.pickleballs { min-height: 900px; position: relative; padding-top: clamp(90px, 10vw, 150px); padding-bottom: 180px; overflow: hidden; color: #fff; background: #04101b; }
.pickleball-backdrop, .pickleball-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }.pickleball-backdrop { object-fit: cover; object-position: center; }.pickleball-scrim { background: linear-gradient(90deg, rgba(1,7,12,.91) 0%, rgba(1,7,12,.62) 37%, rgba(1,7,12,.05) 72%), linear-gradient(0deg, rgba(0,0,0,.66), transparent 45%); }
.pickleball-copy { position: relative; z-index: 2; max-width: 670px; }.pickleball-copy h2 { margin: 0; font-size: min(clamp(49.5px, 5.76vw, 88.2px), var(--site-title-cap)); line-height: .89; letter-spacing: -.068em; }.pickleball-copy > p:not(.section-label) { max-width: 560px; margin: 30px 0 32px; color: #a8b4bd; font-size: 16px; line-height: 1.75; letter-spacing: 0; }
.pickleball-rail { position: absolute; z-index: 2; left: var(--gutter); right: var(--gutter); bottom: 36px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.35); }
.pickleball-rail > div { min-height: 112px; padding: 23px clamp(18px, 2.4vw, 36px) 0 0; display: grid; grid-template-columns: 38px 1fr; border-right: 1px solid rgba(255,255,255,.22); }.pickleball-rail > div:not(:first-child) { padding-left: clamp(18px, 2.4vw, 36px); }.pickleball-rail > div:last-child { border-right: 0; }
.pickleball-rail span { grid-row: 1 / 3; color: var(--lime); font-size: 10px; font-weight: 760; }.pickleball-rail strong { font-size: 18px; }.pickleball-rail small { margin-top: 7px; color: #87939b; font-size: 16px; line-height: 1.75; letter-spacing: 0; }

@media (min-width: 901px) {
  #match-insights.pickleballs {
    height: min(900px, 100svh);
    min-height: 0;
    padding-top: clamp(52px, 8svh, 96px);
    padding-bottom: 150px;
  }
  #match-insights .pickleball-scrim { background: linear-gradient(90deg, rgba(1,7,12,.91) 0%, rgba(1,7,12,.62) 34%, rgba(1,7,12,.03) 65%, rgba(1,7,12,0) 82%), linear-gradient(0deg, rgba(0,0,0,.5), transparent 42%); }
}

.brand-manifesto { overflow: hidden; color: #fff; background-color: #111; background-image: linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.36) 54%, rgba(0,0,0,.48) 100%), url('/assets/ones/home/every-swing-intent-athlete.webp'); background-position: center 30%; background-repeat: no-repeat; background-size: cover; }
.brand-manifesto.is-background-ready { background-image: linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.36) 54%, rgba(0,0,0,.48) 100%), url('/assets/ones/home/every-swing-intent-athlete.webp'); }
.brand-manifesto-head { padding-bottom: clamp(70px, 8vw, 120px); }
.brand-manifesto-grid { display: grid; grid-template-columns: 1.42fr .58fr; gap: clamp(48px, 8vw, 132px); align-items: center; }
.brand-manifesto-title { min-width: 0; }
.brand-manifesto h2 { margin: 0; font-size: min(clamp(57.6px, 7.2vw, 109.8px), var(--site-title-cap)); line-height: .87; letter-spacing: -.073em; }.brand-manifesto h2 span { color: transparent; -webkit-text-stroke: 1.5px #fff; }
.brand-manifesto-copy { max-width: 470px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.42); }
.brand-manifesto-copy > span { font-size: 9px; font-weight: 760; letter-spacing: .14em; }.brand-manifesto-copy p { margin: 54px 0 32px; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.75; }
.brand-signup { display: grid; gap: 12px; }.brand-signup-row { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; border-bottom: 1px solid rgba(255,255,255,.72); transition: border-color .25s; }.brand-signup-row:focus-within { border-color: var(--lime); }
.brand-signup input { min-width: 0; padding: 0 12px 12px 0; border: 0; border-radius: 0; outline: 0; color: #fff; background: transparent; font: inherit; font-size: 14px; }.brand-signup input::placeholder { color: rgba(255,255,255,.58); opacity: 1; }
.brand-signup button { padding: 0 0 12px 18px; display: inline-flex; gap: 14px; border: 0; color: #fff; background: transparent; font-size: 12px; font-weight: 720; cursor: pointer; }.brand-signup button b { font-weight: 400; transition: transform .25s; }.brand-signup button:hover b { transform: translate(3px,-3px); }.brand-signup small { color: var(--lime); font-size: 11px; line-height: 1.5; }
@media (min-width: 901px) { .brand-signup input { padding-bottom: 15px; font-size: 18px; }.brand-signup button { padding-bottom: 15px; font-size: 14px; } }
.final-cta { min-height: 780px; position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 10vw, 160px); align-items: center; overflow: hidden; color: #fff; background: #080808; }
.final-cta-word { position: absolute; left: -2vw; bottom: -9vw; color: transparent; font-size: clamp(210px, 37vw, 620px); font-weight: 800; line-height: .8; letter-spacing: -.1em; -webkit-text-stroke: 1px rgba(255,255,255,.08); white-space: nowrap; pointer-events: none; }
.final-cta-copy, .final-choices { position: relative; z-index: 2; }.final-cta-copy h2 { margin: 0; font-size: min(clamp(54px, 6.57vw, 100.8px), var(--site-title-cap)); line-height: .88; letter-spacing: -.072em; }.final-cta-copy > p:not(.section-label) { max-width: 510px; margin: 28px 0 0; color: #929292; font-size: 15px; line-height: 1.7; }
.final-socials { margin-top: 32px; display: flex; align-items: center; gap: 14px; }.final-socials a { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 52px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: #fff; transition: color .25s, border-color .25s, background .25s, transform .25s; }.final-socials a:hover { color: #0a0a0a; border-color: var(--lime); background: var(--lime); transform: translateY(-2px); }.final-socials svg { width: 21px; height: 21px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.final-socials .social-fill, .final-socials .social-dot { fill: currentColor; stroke: none; }
.final-choices { border-top: 1px solid rgba(255,255,255,.28); }.final-choices button { width: 100%; min-height: 148px; padding: 23px 0; display: grid; grid-template-columns: 1fr auto; align-items: center; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); color: #fff; background: transparent; text-align: left; cursor: pointer; transition: padding .35s var(--ease), background .35s; }.final-choices button:hover { padding-left: 20px; padding-right: 20px; background: var(--lime); color: #0b0b0b; }
.final-choices span { grid-column: 1 / -1; color: #7e7e7e; font-size: 9px; font-weight: 760; letter-spacing: .13em; }.final-choices button:hover span { color: #3c4d1a; }.final-choices strong { font-size: clamp(38px, 4.2vw, 62px); letter-spacing: -.06em; }.final-choices b { font-size: 15px; font-weight: 650; line-height: 1.45; letter-spacing: 0; }
@media (min-width: 901px) { .final-cta-copy { align-self: start; margin-top: max(0px, calc((780px - (2 * clamp(84px, 10vw, 156px)) - 445px) / 2)); } }

.minimal-footer { padding: 0 var(--gutter) 26px; overflow: hidden; color: #fff; background: #080808; }
.minimal-footer-meta { min-height: 92px; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(255,255,255,.22); color: #fff; font-size: 15px; font-weight: 650; line-height: 1.45; }
.minimal-footer-meta > span { flex: 0 0 auto; }
.minimal-footer-policies { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px clamp(16px, 2vw, 34px); }
.minimal-footer-policies a { color: #fff; white-space: nowrap; transition: color .25s; }
.minimal-footer-policies a:hover { color: var(--lime); }
.minimal-footer-wordmark { width: 100%; padding-top: clamp(26px, 3.4vw, 52px); display: block; border-top: 1px solid rgba(255,255,255,.1); }
.minimal-footer-wordmark img { width: 100%; height: auto; display: block; }

.site-footer { padding: 0 var(--gutter) 28px; position: relative; overflow: hidden; color: #fff; background: #080808; }
.footer-top { width: 100%; margin: 0 0 78px; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 10vw, 160px); border-top: 1px solid rgba(255,255,255,.28); }
.footer-brand-block { min-height: 410px; padding: 55px 0 44px; display: flex; flex-direction: column; align-items: flex-start; }
.footer-kicker { margin-bottom: 54px; color: #797979; font-size: 9px; font-weight: 760; letter-spacing: .15em; }
.footer-brand-block img { width: clamp(150px, 14vw, 214px); height: auto; filter: invert(1) grayscale(1) brightness(3); }
.footer-brand-block > p { max-width: 410px; margin: 27px 0 0; color: #f1f1f1; font-size: clamp(26px, 2.55vw, 39px); font-weight: 620; line-height: 1.08; letter-spacing: -.045em; }
.footer-reserve { margin-top: auto; padding: 0 0 8px; display: inline-flex; gap: 16px; border: 0; border-bottom: 1px solid rgba(255,255,255,.7); color: #fff; background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; }.footer-reserve span { transition: transform .25s; }.footer-reserve:hover span { transform: translate(3px,-3px); }
.footer-top nav { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid rgba(255,255,255,.18); }
.footer-top nav > div { min-width: 0; padding: 55px clamp(20px, 2.35vw, 36px) 44px; display: flex; flex-direction: column; align-items: flex-start; border-right: 1px solid rgba(255,255,255,.18); }
.footer-nav-index { margin-bottom: 54px; color: var(--lime); font-size: 9px; font-weight: 760; letter-spacing: .12em; }
.footer-top strong { margin-bottom: 31px; color: #767676; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.footer-top nav a, .footer-top nav button { width: 100%; padding: 13px 0; display: flex; justify-content: space-between; gap: 12px; border: 0; border-bottom: 1px solid rgba(255,255,255,.16); color: #f0f0f0; background: transparent; font-size: clamp(14px, 1.25vw, 18px); font-weight: 560; line-height: 1.28; text-align: left; cursor: pointer; transition: color .25s, padding .25s var(--ease); }
.footer-top nav a b, .footer-top nav button b { align-self: flex-start; color: #686868; font-size: 10px; font-weight: 400; transition: transform .25s, color .25s; }.footer-top nav a:hover, .footer-top nav button:hover { padding-left: 7px; color: var(--lime); }.footer-top nav a:hover b, .footer-top nav button:hover b { color: var(--lime); transform: translate(3px,-3px); }
.footer-bottom { width: 100%; margin: 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #717171; font-size: 11px; line-height: 1.4; }.footer-bottom > span:last-child { justify-self: end; }.footer-bottom a { color: #a4a4a4; transition: color .25s; }.footer-bottom a:hover { color: var(--lime); }

.reserve-dialog { width: min(620px, calc(100vw - 32px)); max-height: calc(100svh - 32px); padding: clamp(30px, 5vw, 58px); border: 0; border-radius: 12px; color: #111; background: #f6f6f2; box-shadow: 0 30px 100px rgba(0,0,0,.4); }.reserve-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(7px); }.dialog-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border: 1px solid #ccc; border-radius: 50%; background: transparent; cursor: pointer; font-size: 25px; line-height: 1; }.dialog-copy h2 { margin: 0; font-size: min(clamp(37.8px, 5.4vw, 59.4px), var(--site-title-cap)); line-height: .95; letter-spacing: -.06em; }.dialog-copy > p:last-child { margin: 20px 0 28px; color: #666; line-height: 1.65; }.reserve-dialog form { display: grid; gap: 17px; }.reserve-dialog label { display: grid; gap: 7px; font-size: 12px; font-weight: 700; }.reserve-dialog input, .reserve-dialog select { width: 100%; height: 48px; padding: 0 13px; border: 1px solid #ccc; border-radius: 5px; background: #fff; outline: none; }.reserve-dialog input:focus, .reserve-dialog select:focus { border-color: #111; box-shadow: 0 0 0 2px rgba(0,0,0,.08); }.reserve-dialog small { color: #888; font-size: 10px; text-align: center; }.dialog-success { padding: 40px 0 16px; text-align: center; }.dialog-success > span { width: 58px; height: 58px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-size: 26px; }.dialog-success h3 { margin: 0; font-size: min(34px, var(--site-title-cap)); letter-spacing: -.05em; }.dialog-success p { color: #666; }.dialog-success .button { margin-top: 18px; }

[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .85s var(--ease), transform .85s var(--ease); }.is-revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 1200px) and (min-width: 901px) {
  .ecosystem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px 12px; }
}

@media (max-width: 900px) {
  :root { --announcement-h: 36px; --header-h: 64px; --site-title-cap: 48px; --ones-type-subtitle: 17px; --ones-type-body: 15px; --ones-type-label: 11px; }
  .desktop-nav, .header-reserve { display: none; }.site-header { grid-template-columns: 1fr auto; }.menu-button { display: block; }.header-language { width: 92px; min-width: 92px; height: 34px; padding: 0 28px 0 11px; background-position: right 10px center; background-size: 9px auto; font-size: 11px; }
  .hero { height: calc(100svh - 90px); min-height: 610px; }.hero-content { width: calc(100% - var(--gutter) * 2); top: auto; bottom: 95px; transform: none; }.hero-content h1, .hero-content h2 { font-size: min(clamp(48.6px, 14.4vw, 72px), var(--site-title-cap)); }.hero-line { margin-top: 20px; }.hero-detail { font-size: 12px; }.hero-scrim { background: linear-gradient(0deg, rgba(0,0,0,.85), rgba(0,0,0,.03) 75%); }.hero-scrim-s1 { background: linear-gradient(0deg, rgba(246,246,242,.96), rgba(246,246,242,.04) 76%); }.hero-scrim-a1 { background:linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.05) 76%); }.hero-media { object-position: 62% center; }.hero-media-s1 { object-position: center 30%; }.hero-media-a1 { object-position:58% center; }.hero-controls { bottom: 12px; grid-template-columns:repeat(3,minmax(0,1fr)) 38px; }
  .ecosystem-heading { grid-template-columns: 1fr; }.ecosystem-heading > p { max-width: 650px; }.ecosystem-grid { grid-template-columns: 1fr; }.ecosystem-media { height: 680px; max-height: none; aspect-ratio: auto; }
  .section-heading { align-items: start; flex-direction: column; gap: 22px; }.section-heading > p { max-width: 580px; }
  .immersive { min-height: 850px; height: 100svh; }.immersive-copy { left: 50%; top: 46%; bottom: auto; width: calc(100% - var(--gutter) * 2); transform: translate(-50%,-50%); }.immersive-scrim { background: linear-gradient(0deg, rgba(0,0,0,.72), rgba(0,0,0,.04) 75%); }.immersive-actions { grid-template-columns: 1fr; gap: 20px; }.immersive-actions .button-row { justify-content: flex-start; }.metric-row { max-width: 620px; }
  .racket-model-head { width: min(620px, 58vw); }.racket-model-viewer { background: radial-gradient(circle at 56% 56%, #242628 0%, #0b0c0d 31%, #000 70%); }
  .ecosystem { padding-bottom: 56px; }.craft-materials { padding-top: 48px; padding-bottom: 96px; }.craft-materials > h2, .smart-intro .smart-story-heading { font-size: min(48px, var(--site-title-cap)); }.craft-materials-grid { margin-top: 48px; grid-template-columns: 1fr; gap: 64px; }.craft-materials-card h3 { font-size: min(34px, var(--site-title-cap)); }
  .smart-story, .smart-story-process { grid-template-columns: 1fr; row-gap: 64px; }.smart-intro { max-width: 720px; }.smart-visual { min-height: 660px; }.process-gallery { min-height: 700px; }.process-gallery-nav { justify-content: flex-start; }.process-gallery-card, .process-gallery-card.is-active { width: 196px; height: 118px; flex-basis: 196px; }.process-gallery-card-bg { padding: 10px; }.process-gallery-card strong { margin-bottom: 0; font-size: 16px; line-height: 1.5; }.process-gallery-card-copy, .process-gallery-card small, .process-gallery-card.is-active .process-gallery-card-copy, .process-gallery-card.is-active small { display: none; }.smart-features { grid-template-columns: 1fr; }.smart-features article { min-height: 330px; padding: 28px 0 38px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }.smart-features article:last-child { border-bottom: 0; }.smart-features h3 { margin-top: 34px; }.smart-feature-specs { max-width: 420px; }
  .recognition { padding-top: 90px; padding-bottom: 110px; }.recognition-content { max-width: 720px; margin: 0 auto; grid-template-columns: 1fr; gap: 40px; }.recognition-awards { max-width: 584px; width: 100%; margin: 0 auto; }.recognition-separator { width: 100%; height: 1px; }.recognition-voices { width: min(584px,100%); margin: 0 auto; }
  .pickleballs { min-height: 880px; }.pickleball-copy { max-width: 620px; }.pickleball-backdrop { object-position: 58% center; }
  .brand-manifesto-grid { grid-template-columns: 1fr; }.brand-manifesto-copy { max-width: 650px; }.brand-manifesto-copy p { margin-top: 34px; }
  .final-cta { grid-template-columns: 1fr; }.final-cta-copy { max-width: 720px; }.final-choices { width: 100%; }
  .final-choices button:last-child { border-bottom: 0; }
  .minimal-footer-meta { border-top: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 0; }.footer-brand-block { min-height: 330px; }.footer-top nav { border-top: 1px solid rgba(255,255,255,.18); }
}

@media (max-width: 600px) {
  :root { --gutter: 14px; --site-title-cap: 42px; --ones-type-heading: 42px; --ones-type-subtitle: 16px; --ones-type-body: 14px; --ones-type-label: 11px; }
  .announcement { justify-content: space-between; gap: 12px; font-size: 12px; }.announcement > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.announcement .text-button { flex: 0 0 auto; font-size: 12px; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .brand { width: 91px; }.brand img { width: 91px; }
  .hero { min-height: 650px; }.hero-content { bottom: 95px; }.hero-content .eyebrow { margin-bottom: 11px; }.hero-content h1, .hero-content h2 { font-size: min(50.4px, var(--site-title-cap)); }.hero-line { font-size: 24px; }.hero-detail { max-width: 310px; line-height: 1.45; }.hero-content .button { min-height: 42px; padding: 0 16px; font-size: 12px; }.hero-tab span { font-size: 9px; }
  .ecosystem-heading h2 { font-size: min(50.4px, var(--site-title-cap)); }.ecosystem-heading > p { font-size: 14px; line-height: 1.65; }.ecosystem-grid { gap: 52px; }.ecosystem-media { height: 470px; }.ecosystem-keywords { left: 14px; bottom: 14px; width: calc(100% - 28px); padding: 13px; }.ecosystem-keywords li { padding: 8px 10px; font-size: 12px; }.ecosystem-card h3 { font-size: min(38.7px, var(--site-title-cap)); }.ecosystem-card > p { min-height: 0; }
  .section-heading h2 { font-size: min(43.2px, var(--site-title-cap)); }
  .immersive { min-height: 780px; }.immersive-copy { top: 40%; }.immersive-copy h2 { font-size: min(45px, var(--site-title-cap)); }.immersive-actions { bottom: 28px; gap: 17px; }.metric-row { gap: 9px; }.metric-row strong { font-size: 23px; }.metric-row span { font-size: 9px; }.immersive-actions .button { min-height: 41px; padding: 0 14px; font-size: 11px; }
  .racket-model-section { min-height: 820px; }.racket-model-head { top: 72px; width: calc(100% - var(--gutter) * 2); }.racket-model-head h2 { max-width: 330px; font-size: min(50.4px, var(--site-title-cap)); }.racket-model-description { max-width: 300px; margin-top: 18px; font-size: 12px; }.racket-model-variants { width: 100%; margin-top: 20px; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 7px; }.racket-model-variants > span { grid-column: 1 / -1; }.racket-model-variant { min-height: 50px; padding: 6px 7px; grid-template-columns: 23px 1fr 12px; gap: 5px; }.racket-variant-swatch { width: 22px; height: 22px; }.racket-model-variant > span { grid-template-columns: 1fr; }.racket-model-variant small { display: none; }.racket-model-variant strong { font-size: 9px; }.racket-model-explore { grid-column: 1 / -1; min-height: 46px; margin-top: 5px; padding: 0 24px; font-size: 13px; }.racket-model-viewer { background: radial-gradient(circle at 50% 60%, #252729 0%, #0a0b0c 32%, #000 72%); }.racket-model-controls { bottom: 20px; align-items: flex-end; }.racket-model-controls > span { max-width: 125px; line-height: 1.5; }.racket-model-controls > span b { display: none; }
  .ecosystem { padding-bottom: 44px; }.craft-materials { padding: 36px 20px 72px; }.craft-materials > h2, .smart-intro .smart-story-heading { font-size: min(42px, var(--site-title-cap)); line-height: 1.15; }.craft-materials > h2 { text-align: left; }.craft-materials-grid { margin-top: 40px; gap: 48px; }.craft-materials-card video { border-radius: 10px; }.craft-materials-card h3 { margin: 18px 0 10px; font-size: min(29px, var(--site-title-cap)); }.craft-materials-card p { font-size: 14px; line-height: 1.6; }
  .smart-story { row-gap: 45px; }.process-gallery { height: auto; min-height: 690px; aspect-ratio: 375 / 690; }.process-gallery-nav { bottom: 20px; gap: 8px; }.process-gallery-card, .process-gallery-card.is-active { height: 95px; }.smart-intro h2 { font-size: min(43.2px, var(--site-title-cap)); }.smart-tabs { margin-top: 0; }.smart-tab { min-height: 78px; padding: 18px 0; grid-template-columns: 30px minmax(0,1fr) 24px; gap: 9px; }.smart-tab small { display: block; font-size: 15px; }.smart-tab-description { font-size: 16px; line-height: 1.7; }.smart-tab.is-active .smart-tab-description { margin-top: 14px; }.smart-tab-toggle { width: 20px; height: 20px; }.smart-visual { min-height: 500px; }.smart-float { min-width: 108px; padding: 10px; }.smart-float strong { font-size: 14px; }
  .recognition { padding: 60px 20px; }.recognition-header { margin-bottom: 40px; }.recognition-header h2 { font-size: min(50.4px, var(--site-title-cap)); }.recognition-header > p:not(.section-label), .recognition-header small { font-size: 14px; line-height: 1.65; }.recognition-header small { max-width: 320px; margin-left: auto; margin-right: auto; }.recognition-content { gap: 32px; }.recognition-awards { height: 44px; gap: 8px; }.recognition-awards img { min-width: 0; max-width: 21%; height: 44px; }.recognition-quotes { min-height: 140px; }.recognition-quote { padding: 42px 24px 0; font-size: 14px; line-height: 1.65; }.recognition-quote-mark { font-size: 96px; }.recognition-quote-mark-start { top: -12px; }.recognition-quote-mark-end { right: -5px; bottom: 60px; }.recognition-media { margin: 24px 0 0; gap: 24px; }.recognition-media img { max-width: 94px; height: 24px; }
  .pickleball-copy h2 { font-size: min(47.7px, var(--site-title-cap)); }
  .pickleballs { min-height: min(900px, 145svh); padding-top: clamp(54px, 9svh, 72px); padding-bottom: 240px; }.pickleball-backdrop { object-position: 67% center; }.pickleball-scrim { background: linear-gradient(180deg, rgba(1,7,12,.94) 0%, rgba(1,7,12,.68) 47%, rgba(1,7,12,.12) 72%, rgba(1,7,12,.88) 100%); }.pickleball-copy > p:not(.section-label), .pickleball-rail small { font-size: 14px; line-height: 1.65; letter-spacing: 0; }.pickleball-rail { bottom: 24px; grid-template-columns: 1fr; }.pickleball-rail > div, .pickleball-rail > div:not(:first-child) { min-height: 74px; padding: 15px 0; grid-template-columns: 34px 1fr; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }.pickleball-rail > div:last-child { border-bottom: 0; }.pickleball-rail strong { font-size: 16px; }
  .brand-manifesto-head { padding-top: 80px; padding-bottom: 72px; }.brand-manifesto h2 { font-size: min(52.2px, var(--site-title-cap)); line-height: .87; }.brand-manifesto h2 span { -webkit-text-stroke-width: 1px; }.brand-manifesto-copy { margin-top: 9px; }.brand-manifesto-copy p { margin: 28px 0 25px; font-size: 14px; line-height: 1.65; }
  .final-cta { min-height: 850px; gap: 50px; }.final-cta-copy h2 { font-size: min(51.3px, var(--site-title-cap)); }.final-socials { margin-top: 25px; gap: 10px; }.final-socials a { width: 44px; height: 44px; flex-basis: 44px; }.final-socials svg { width: 18px; height: 18px; }.final-choices button { min-height: 120px; }.final-choices strong { font-size: 42px; }.final-cta-word { bottom: -2vw; }
  .minimal-footer { padding-bottom: 18px; }.minimal-footer-meta { padding: 25px 0 28px; align-items: flex-start; flex-direction: column; gap: 20px; border-top: 0; }.minimal-footer-meta > span { flex-basis: auto; }.minimal-footer-policies { justify-content: flex-start; gap: 12px 20px; }.minimal-footer-wordmark { padding-top: 28px; }
  .footer-top { margin-bottom: 46px; }.footer-brand-block { min-height: 300px; padding: 44px 0 38px; }.footer-kicker { margin-bottom: 38px; }.footer-brand-block > p { max-width: 320px; font-size: 30px; }.footer-top nav { grid-template-columns: 1fr; border-left: 0; }.footer-top nav > div { padding: 31px 0 34px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }.footer-nav-index { margin-bottom: 25px; }.footer-top strong { margin-bottom: 17px; }.footer-top nav a, .footer-top nav button { padding: 12px 0; font-size: 17px; }.footer-bottom { grid-template-columns: 1fr auto; gap: 10px 28px; }.footer-bottom > span:last-child { grid-column: 1 / -1; justify-self: start; }
  .reserve-dialog { padding: 52px 22px 28px; }.dialog-copy h2 { font-size: min(39.6px, var(--site-title-cap)); }
}

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

/* Mobile usability pass: comfortable touch targets, short-screen navigation,
   and predictable swipe behaviour without changing the established type scale. */
@media (max-width: 900px) {
  .brand {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .header-language {
    width: 112px;
    min-width: 112px;
    height: 44px;
    padding: 0 34px 0 14px;
    background-position: right 14px center;
    background-size: 10px auto;
    font-size: 16px;
  }
  .menu-button {
    width: 44px;
    height: 44px;
  }
  .mobile-menu {
    inset: calc(var(--announcement-h) + var(--header-h)) 0 0;
    max-height: calc(100svh - var(--announcement-h) - var(--header-h));
    padding-bottom: max(38px, env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-menu a {
    min-height: 58px;
    align-items: center;
  }
}

@media (max-width: 600px) {
  body :where(h1, h2, h3, h4) {
    max-width: none;
    text-wrap: wrap;
  }
  .ecosystem,
  .craft-materials,
  .recognition {
    padding-right: var(--gutter);
    padding-left: var(--gutter);
  }
  .racket-model-head h2 {
    max-width: none;
  }
  .craft-materials > h2,
  .smart-intro .smart-story-heading {
    text-wrap: wrap;
  }
  #s1 .smart-visual {
    display: none;
  }
  #s1 .smart-panel {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(300px, min(112vw, 58svh), 500px);
    min-height: 0;
    margin: 0 0 14px;
    overflow: hidden;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: none;
    transition: opacity .32s var(--ease), visibility 0s linear .32s;
  }
  #s1 .smart-panel[hidden] {
    display: none;
  }
  #s1 .smart-panel.is-active {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-delay: 0s;
  }
  body :is(input, select, textarea) {
    font-size: 16px;
  }
  .announcement .text-button {
    min-height: var(--announcement-h);
    display: inline-flex;
    align-items: center;
  }
  .button,
  .hero-content .button,
  .immersive-actions .button,
  .brand-signup button {
    min-height: 44px;
  }
  .hero-controls {
    grid-template-columns: repeat(3,minmax(0,1fr)) 44px;
  }
  .hero-tab {
    min-height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .hero-pause,
  .dialog-close {
    width: 44px;
    height: 44px;
  }
  .brand-signup input {
    min-height: 44px;
  }
  .minimal-footer-policies a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    line-height: 1.45;
  }
  .final-cta {
    min-height: 0;
    padding-bottom: 24px;
  }
  #match-insights.pickleballs {
    min-height: min(820px, 132svh);
    padding-top: clamp(46px, 7svh, 60px);
    padding-bottom: 216px;
  }
  #match-insights .pickleball-copy > p:not(.section-label) {
    margin-top: 22px;
    margin-bottom: 24px;
  }
  #match-insights .pickleball-rail {
    bottom: 18px;
  }
  #match-insights .pickleball-rail > div,
  #match-insights .pickleball-rail > div:not(:first-child) {
    min-height: 68px;
    padding-block: 12px;
  }
  .minimal-footer-meta {
    min-height: 0;
    padding-top: 16px;
    padding-bottom: 22px;
    gap: 12px;
    border-top: 0;
  }
  .minimal-footer-meta > span {
    min-height: 44px;
    display: flex;
    align-items: center;
    line-height: 1.45;
  }
  .minimal-footer-policies {
    row-gap: 12px;
  }
  .metric-row {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
    padding-bottom: 0;
  }
  .metric-row > div {
    min-width: 0;
  }
  .ecosystem-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }
  .ecosystem-grid::-webkit-scrollbar {
    display: none;
  }
  .ecosystem-card {
    flex: 0 0 min(340px, calc(100vw - 84px));
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .ecosystem-card[data-reveal] {
    opacity: 1;
    transform: none;
  }
  .ecosystem-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 4;
  }
  .ecosystem-grid::after {
    content: "";
    flex: 0 0 6px;
  }
  :is(
    .process-gallery-nav,
    .s1-kvs__track,
    .s1-find-ones__track,
    .brand-work__viewport,
    .ones-principles__rail,
    .blog-categories__inner,
    .policy-switcher
  ) {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
  }
  :is(
    .process-gallery-card,
    .s1-kvs__card,
    .s1-find-card,
    .brand-work__card,
    .ones-principles__card
  ) {
    scroll-snap-stop: always;
  }
}

@media (max-width: 900px) and (max-height: 560px) and (orientation: landscape) {
  .mobile-menu a {
    min-height: 50px;
    padding-block: 12px;
    font-size: 24px;
  }
  .hero {
    min-height: 500px;
  }
  .hero-content {
    bottom: 72px;
  }
}
