/* FNTQ "The round", v4. 2026-09-24. Their gym: white walls, dark mats with an orange edge, a round timer on the wall. */
@font-face { font-family: Panchang; src: url(assets/fonts/panchang-700.woff2) format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: Switzer; src: url(assets/fonts/switzer-400.woff2) format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: Switzer; src: url(assets/fonts/switzer-500.woff2) format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: Switzer; src: url(assets/fonts/switzer-600.woff2) format('woff2'); font-weight: 600; font-display: swap; }

:root {
  --paper: #FFFFFF; --wall: #EEF0EE; --ink: #18191C; --steel: #5E6167; --rule: #DADDDB;
  --mat: #F2833D; --mat-hi: #E6722B; --led: #FF8A3D; --mat-black: #202226; --on-mat: #C9CBCF;
  --nav: 64px; --screen: 100vh;
  --gut: max(20px, 4vw, calc((100vw - 1600px) / 2));
  --pad: clamp(48px, 9vh, 112px);
  --display: Panchang, 'Arial Black', sans-serif;
  --text: Switzer, system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: var(--nav); }
html.lenis, html.lenis body { height: auto; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.55 var(--text); -webkit-font-smoothing: antialiased; }
img, canvas, svg { display: block; max-width: 100%; }
figure, blockquote, dl, dd { margin: 0; }
h1, h2 { font-family: var(--display); font-weight: 700; margin: 0; letter-spacing: -0.015em; text-wrap: balance; }
h1 { font-size: clamp(28px, 3.1vw, 72px); line-height: 1.06; }
h2 { font-size: clamp(22px, 2.3vw, 38px); line-height: 1.12; }
p { margin: 0; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; box-shadow: 0 0 0 5px var(--mat); border-radius: 2px; }
.lede { font-size: 18px; color: #34363B; max-width: 34em; }

/* Buttons and links */
.btn { display: inline-flex; align-items: center; justify-content: center; height: 50px; padding: 0 24px; border-radius: 4px; border: 0; font: 600 15px/1 var(--text); text-decoration: none; cursor: pointer; white-space: nowrap; transition: background-color .15s, color .15s; }
.btn-go { background: var(--mat); color: var(--ink); }
.btn-go:hover { background: var(--mat-hi); }
.btn-line { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--paper); }
.link { font-weight: 600; font-size: 16px; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 5px; }
.link:hover { text-decoration-color: var(--mat); }

/* The LED: a round timer block. Digits are drawn in round.js from data-led, or live for the nav clock. */
.led { display: inline-flex; align-items: center; gap: .16em; height: 1.72em; padding: 0 .5em; background: #0E0F11; border-radius: 4px; font-size: 18px; line-height: 1; }
.led .dig { width: .62em; height: 1.08em; }
.led .dig svg { width: 100%; height: 100%; }
.led .s { fill: var(--led); opacity: .12; }
.led .s.on { opacity: 1; }
.led .colon { display: grid; gap: .26em; margin: 0 .04em; }
.led .colon i { width: .15em; height: .15em; background: var(--led); }
.clock.is-time .s.on, .clock.is-time .colon i { animation: blink 1s steps(1) 3; }
@keyframes blink { 50% { opacity: .12; } }

/* Nav: logo and links left, the live timer in the middle once the wall timer has scrolled away, cart right */
.bar { position: sticky; top: 0; z-index: 20; height: var(--nav); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 0 var(--gut); background: var(--paper); border-bottom: 1px solid var(--rule); }
.bar-start { grid-column: 1; justify-self: start; display: flex; align-items: center; gap: 36px; }
.brand { display: flex; }
.brand svg { width: 46px; height: 46px; fill: currentColor; }
.links { display: flex; gap: 26px; }
.links a, .cart { font-weight: 500; font-size: 15px; text-decoration: none; }
.links a:hover, .cart:hover { text-decoration: underline; text-underline-offset: 5px; }
.clock { grid-column: 2; font-size: 22px; transition: opacity .25s, transform .25s; }
html.wall-clock .clock { opacity: 0; transform: translateY(-6px); pointer-events: none; }
.bar-end { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 22px; }
.menu-btn { display: none; background: none; border: 0; font: 500 15px var(--text); color: var(--ink); padding: 10px 0; cursor: pointer; }
.menu { position: absolute; left: 0; right: 0; top: var(--nav); background: var(--paper); border-bottom: 1px solid var(--rule); padding: 12px var(--gut) 28px; display: grid; }
.menu[hidden] { display: none; }
.menu a { font: 600 21px/1 var(--text); padding: 15px 0; text-decoration: none; border-bottom: 1px solid var(--rule); }

/* Each section opens on the clock at that moment of the round */
.sec-head { display: grid; gap: 16px; justify-items: start; }
.sec-head-c { justify-items: center; text-align: center; }

/* 5:00. The hero is their photo in one fixed shape, so the words stay on the plain wall at every width:
   the headline above the black wall stripe (36% down), the rest below it, the timer on the right wall. Holds still. */
.hero { position: relative; aspect-ratio: 3000 / 1688; background: var(--wall); overflow: hidden; }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-words { position: absolute; left: 6%; top: 19%; width: 31%; height: 50%; }
.hero-words h1 { position: absolute; top: 0; left: 0; }
.hero-body { position: absolute; top: 43%; left: 0; right: 17%; display: grid; gap: clamp(14px, 1.4vw, 24px); }
.hero-body > p { font-size: clamp(15px, 1.12vw, 20px); color: #2C2E33; }
.acts { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.rated { font-size: 14px; color: #3C3E43; }
.stars { color: var(--mat); letter-spacing: 2px; margin-right: 4px; }
.hero-clock { position: absolute; right: 7%; top: 19.5%; font-size: clamp(30px, 3.1vw, 64px); box-shadow: 0 .5em 1.2em rgba(0, 0, 0, .18); }

/* 4:10. Grips: the jacket worn, and the shop */
.grips { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); height: max(min(calc(var(--screen) - var(--nav)), 940px), 620px); }
.grips-photo { position: relative; overflow: hidden; background: var(--wall); }
.said-on { position: absolute; z-index: 1; left: clamp(16px, 2.4vw, 40px); bottom: clamp(16px, 2.4vw, 40px); max-width: min(380px, calc(100% - 32px)); background: #0E0F11; color: #F1F2F0; border-left: 3px solid var(--mat); padding: 14px 18px; }
.grips-photo .said-on cite { color: #A9ABB0; }
.grips-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; transition: opacity .2s; }
.grips-photo img.is-swap { opacity: .15; }
.grips-shop { padding: clamp(28px, 5vh, 72px) var(--gut) clamp(24px, 4vh, 56px) clamp(28px, 4vw, 72px); display: grid; align-content: center; gap: clamp(12px, 2vh, 18px); }
.grips-shop > * { max-width: 620px; }
.grips-shop .sec-head { gap: 12px; }
.picker { display: grid; gap: clamp(12px, 2.2vh, 20px); }
.picker fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.picker legend { display: flex; align-items: baseline; gap: 10px; width: 100%; padding: 0; margin-bottom: 9px; font-weight: 600; font-size: 15px; }
.picker legend b, .picker legend .price { font-weight: 500; color: var(--steel); }
.picker legend a { margin-left: auto; font-weight: 500; font-size: 14px; color: var(--steel); text-underline-offset: 4px; }
.picker input[type=radio] { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.colours { display: flex; gap: 6px 14px; flex-wrap: wrap; }
.colours label { display: grid; justify-items: center; gap: 6px; cursor: pointer; font-size: 12.5px; color: var(--steel); text-align: center; line-height: 1.2; white-space: nowrap; }
.colours .sw { width: 40px; height: 40px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .18), 0 0 0 3px var(--paper), 0 0 0 4px transparent; transition: box-shadow .15s; }
.colours label:hover .sw { box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .18), 0 0 0 3px var(--paper), 0 0 0 4px var(--rule); }
.colours label:has(input:checked) .sw { box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .18), 0 0 0 3px var(--paper), 0 0 0 5px var(--ink); }
.colours label:has(input:checked) .nm { color: var(--ink); font-weight: 600; }
.colours label:has(input:focus-visible) .sw { outline: 2px solid var(--mat); outline-offset: 6px; }
.sw-mix { background: linear-gradient(135deg, var(--c) 50%, var(--k) 50%) !important; }
.sizes { display: flex; flex-wrap: wrap; gap: 6px; }
.sizes label { position: relative; }
.sizes label span { display: grid; place-items: center; min-width: 46px; height: 38px; padding: 0 7px; border-radius: 4px; box-shadow: inset 0 0 0 1px var(--rule); font-size: 14px; font-weight: 500; cursor: pointer; }
.sizes label:hover span { box-shadow: inset 0 0 0 1px var(--ink); }
.sizes input:checked + span { background: var(--ink); color: var(--paper); box-shadow: none; }
.sizes input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 2px; }
.sizes input:disabled + span { color: #A4A7AB; text-decoration: line-through; cursor: not-allowed; box-shadow: inset 0 0 0 1px #ECEEEC; }
.sizes.is-asking label:not(:has(input:disabled)) span { box-shadow: inset 0 0 0 1.5px var(--mat); }
.pc { font-weight: 500; color: var(--steel); }
.pc select { font: 500 15px var(--text); color: var(--ink); background: transparent; border: 0; border-bottom: 1.5px solid var(--ink); padding: 0 2px 1px; border-radius: 0; cursor: pointer; }
.said { border-left: 3px solid var(--mat); padding: 2px 0 2px 16px; }
.said p { font-size: 15px; line-height: 1.45; }
.said cite { display: block; margin-top: 4px; font-style: normal; font-size: 13px; color: var(--steel); }
.finder legend span { font-weight: 400; color: var(--steel); font-size: 13px; }
.finder-row { display: grid; grid-template-columns: 1.1fr 1fr 1fr auto; gap: 8px; align-items: end; }
.finder label { display: grid; gap: 4px; font-size: 12.5px; color: var(--steel); }
.finder select, .finder input { width: 100%; height: 42px; border: 1px solid #C9CCCA; border-radius: 4px; background: var(--paper); font: 500 15px var(--text); color: var(--ink); padding: 0 10px; }
.finder select:focus-visible, .finder input:focus-visible { outline: 2px solid var(--ink); outline-offset: 1px; box-shadow: none; }
.finder .unit { position: relative; display: block; }
.finder .unit input { padding-right: 34px; -moz-appearance: textfield; }
.finder .unit input::-webkit-inner-spin-button { -webkit-appearance: none; }
.finder .unit i { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-style: normal; font-size: 13px; color: var(--steel); pointer-events: none; }
.finder.is-asking select:invalid, .finder.is-asking input:placeholder-shown { border-color: var(--mat); }
.fit-out { margin-top: 10px; padding-left: 12px; border-left: 3px solid var(--mat); font-size: 15px; font-weight: 500; line-height: 1.4; }
.btn-dark { height: 42px; background: var(--ink); color: var(--paper); padding: 0 16px; }
.btn-dark:hover { background: #2E3035; }
.sizes .is-fit span { box-shadow: inset 0 0 0 2px var(--mat); }
.sizes input:checked + span { position: relative; }
.size-menus { display: none; grid-template-columns: 1fr 1fr; gap: 10px; }
.size-menus label { display: grid; gap: 5px; font-size: 13px; color: var(--steel); }
.size-menus select { height: 48px; border: 1px solid #C9CCCA; border-radius: 4px; background: var(--paper); font: 600 16px var(--text); color: var(--ink); padding: 0 12px; }
.size-menus .pc-line { grid-column: 1 / -1; font-size: 14px; color: var(--steel); }
.pc-line select, .pc select { -webkit-appearance: none; appearance: none; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%2318191C' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 2px center; padding: 0 18px 1px 2px; }
.pc-line select { font: 500 14px var(--text); color: var(--ink); border: 0; border-bottom: 1.5px solid var(--ink); border-radius: 0; margin-left: 6px; }
.size-menus.is-asking select:invalid { border-color: var(--mat); }
.add { display: flex; gap: 8px; flex-wrap: wrap; }
.msg { font-size: 14px; color: var(--steel); min-height: 1.5em; }

/* Shared by the lower sections: the clock and heading on the left, one action or line on the right, photos edge to edge below */
.sec-head .led { font-size: 24px; }
.band-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding: clamp(36px, 6.5vh, 80px) var(--gut) clamp(20px, 3.2vh, 34px); }
.band-head .lede { max-width: 26em; }
.band-head .link { white-space: nowrap; }

/* 3:20. Scramble: the label that proves it, and the pants on the mat */
.duo { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 6px; }
.duo img { display: block; width: 100%; height: clamp(260px, calc(var(--screen) - var(--nav) - 300px), 680px); object-fit: cover; background: var(--wall); }
.duo figcaption { font-size: 16px; line-height: 1.45; color: #3A3C41; max-width: 30em; padding: 18px 28px clamp(32px, 5vh, 56px) var(--gut); }
.duo figure:first-child figcaption { max-width: calc(30em + var(--gut)); }
.duo figure:last-child figcaption { padding-left: 28px; }
.duo figcaption b { color: var(--ink); font-weight: 600; }
.duo figure:first-child img { object-position: 60% 45%; }
.duo figure:last-child img { object-position: 50% 60%; }

/* 2:40. The throw, on the mat: their film scrubbed by scroll, broken down step by step beside it */
.throw { height: calc(var(--screen) * 2.3); background: var(--mat-black); color: #F3F3F1; border-top: 8px solid var(--mat); }
.throw-stage { position: sticky; top: 0; height: var(--screen); padding: calc(var(--nav) + clamp(20px, 4vh, 40px)) var(--gut) clamp(20px, 4vh, 40px); display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: clamp(28px, 3.5vw, 64px); align-items: center; }
.throw-film { position: relative; aspect-ratio: 16 / 9; width: 100%; max-height: calc(var(--screen) - var(--nav) - 80px); background: #111214; overflow: hidden; }
.throw-film img, .throw-film canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.throw-film canvas { opacity: 0; }
.throw-film.is-ready canvas { opacity: 1; }
.throw-side { display: grid; gap: 18px; align-content: center; }
.throw-side .lede { color: var(--on-mat); font-size: 17px; }
.steps { list-style: none; margin: 6px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; counter-reset: step; }
.steps li { counter-increment: step; color: #A9ABB0; }
.steps li.is-on { color: #F3F3F1; }
.steps img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; box-shadow: 0 0 0 2px transparent; opacity: .4; transition: opacity .2s; }
.steps li.is-on img { opacity: 1; }
.steps li.is-on img { box-shadow: 0 0 0 2px var(--mat); }
.steps span { display: block; margin-top: 7px; font-size: 14px; font-weight: 600; }
.steps span::before { content: counter(step); color: var(--led); margin-right: 8px; }

/* 1:30. Walk out: the pocket shut, open, and on the way out */
.trio { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.trio img { display: block; width: 100%; height: clamp(240px, calc(var(--screen) - var(--nav) - 320px), 640px); object-fit: cover; background: var(--wall); }
.trio p { font-size: 16px; line-height: 1.45; color: #3A3C41; padding: 18px 24px clamp(32px, 5vh, 56px); max-width: 26em; }
.trio li:first-child p { padding-left: var(--gut); max-width: calc(26em + var(--gut)); }
.trio p b { color: var(--ink); font-weight: 600; }

/* 0:50. Between rounds: every other product, shoppable in place */
.between { background: var(--wall); padding-bottom: clamp(32px, 5vh, 56px); }
.cards { list-style: none; margin: 0; padding: 0 var(--gut); display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(12px, 1.4vw, 22px); }
.card { position: relative; display: grid; align-content: start; gap: 8px; }
.card-sw label, .colours label { position: relative; }
.card img { width: 100%; height: auto; aspect-ratio: 1 / 1; max-height: calc(var(--screen) - var(--nav) - 330px); object-fit: cover; object-position: 50% 20%; background: var(--paper); margin-bottom: 6px; }
.card-top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.card h3 { margin: 0; font: 600 16px/1.3 var(--text); }
.card .price { font-weight: 600; font-size: 15px; }
.card-sub { font-size: 14px; line-height: 1.4; color: var(--steel); min-height: 2.8em; }
.card-sw { display: flex; gap: 10px; min-height: 28px; align-items: center; }
.card-sw input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.card-sw .sw { display: block; width: 24px; height: 24px; border-radius: 50%; background: var(--c); cursor: pointer; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2), 0 0 0 2px var(--wall), 0 0 0 3px transparent; }
.card-sw label:has(input:checked) .sw { box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2), 0 0 0 2px var(--wall), 0 0 0 4px var(--ink); }
.card-sw label:has(input:focus-visible) .sw { outline: 2px solid var(--mat); outline-offset: 5px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.card-buy { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px; margin-top: 4px; }
.card-buy select { height: 42px; border: 1px solid #C9CCCA; border-radius: 4px; background: var(--paper); font: 500 14px var(--text); color: var(--ink); padding: 0 8px; min-width: 0; }
.card-buy select.is-asking { border-color: var(--mat); box-shadow: 0 0 0 1px var(--mat); }
.card-buy .btn { height: 42px; padding: 0 16px; }
.card-msg { padding: 14px var(--gut) 0; font-size: 14px; color: var(--steel); min-height: 1.5em; }

/* 0:35. From the mat: the arms-out rashguard shot full width, their reviews in a row under it */
.said-photo img { display: block; width: 100%; height: clamp(240px, calc(var(--screen) - var(--nav) - 380px), 560px); object-fit: cover; object-position: 50% 16%; background: var(--wall); }
.score { font-size: 15px; color: #3A3C41; white-space: nowrap; }
.quotes { list-style: none; margin: 0; padding: clamp(22px, 3.4vh, 36px) var(--gut) clamp(36px, 6vh, 64px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 56px); }
.quotes li { border-left: 3px solid var(--mat); padding-left: 18px; }
.quotes p { font-size: clamp(16px, 1.2vw, 19px); line-height: 1.45; color: var(--ink); }
.quotes cite { display: block; margin-top: 6px; font-style: normal; font-size: 14px; color: var(--steel); }

/* 0:20. The story beside the two of them, ready */
.story { display: grid; grid-template-columns: minmax(0, 45fr) minmax(0, 55fr); height: min(calc(var(--screen) - var(--nav)), 900px); min-height: 560px; }
.story-photo { overflow: hidden; background: var(--wall); }
.story-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 30%; }
.story-body { align-self: center; display: grid; gap: 22px; justify-items: start; padding: 0 var(--gut) 0 clamp(32px, 5vw, 96px); }
.faq { width: 100%; max-width: 640px; margin-top: 10px; border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary { list-style: none; cursor: pointer; padding: 14px 32px 14px 0; font-weight: 600; font-size: 16px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font: 500 20px var(--text); color: var(--mat-hi); }
.faq details[open] summary::after { content: '\2212'; }
.faq details p { padding: 0 32px 16px 0; color: #45474C; font-size: 15px; line-height: 1.5; }

/* 0:00. Time. On the mat. */
.time { background: var(--mat-black); color: #F1F2F0; padding: var(--pad) var(--gut) 28px; border-top: 8px solid var(--mat); }
.time-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: end; padding-bottom: clamp(48px, 9vh, 96px); border-bottom: 1px solid #3A3C41; }
.time-call { display: grid; gap: 18px; justify-items: start; }
.led-wall { font-size: clamp(34px, 3.6vw, 64px); margin-bottom: 10px; box-shadow: 0 .5em 1.2em rgba(0, 0, 0, .35); }
.time h2 { font-size: clamp(40px, 5vw, 72px); line-height: 1; color: var(--led); }
.time-call p { font-size: 18px; color: #B9BBBF; }
.join { display: grid; gap: 14px; max-width: 520px; justify-self: end; width: 100%; }
.join label { font-size: 16px; color: #D9DADC; }
.join-row { display: flex; gap: 8px; }
.join input { flex: 1; min-width: 0; height: 50px; padding: 0 16px; border-radius: 4px; border: 1px solid #4E5057; background: transparent; color: #fff; font: 400 16px var(--text); }
.join input::placeholder { color: #8E9095; }
.time-foot { display: grid; grid-template-columns: auto 1fr auto; grid-template-areas: "who links tp" "who links credit"; gap: 8px 48px; padding-top: 32px; font-size: 14px; color: #B9BBBF; }
.who { grid-area: who; display: flex; gap: 16px; align-items: flex-start; }
.who svg { width: 36px; height: 36px; fill: #F1F2F0; }
.foot-links { grid-area: links; display: grid; grid-template-columns: repeat(4, max-content); gap: 10px 36px; align-content: start; }
.foot-links a, .time-foot a { text-decoration: none; }
.foot-links a:hover, .time-foot a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.tp { grid-area: tp; justify-self: end; }
.credit { grid-area: credit; justify-self: end; align-self: end; font-size: 13px; color: #8E9095; }
.credit a { text-decoration: underline !important; }

/* Short desktop screens: the whole shop, buttons included, stays on one screen */
@media (min-width: 821px) and (max-height: 900px) {
  .grips-shop .lede { font-size: 16px; }
  .sizes label span { height: 34px; min-width: 44px; }
  .grips-shop { padding-top: 14px; padding-bottom: 12px; }
}
@media (min-width: 1101px) and (max-height: 760px) {
  .grips-shop .sec-head { grid-auto-flow: column; align-items: center; justify-content: start; gap: 14px; }
  .grips-shop .sec-head .led { font-size: 18px; }
  .faq summary { padding-top: 10px; padding-bottom: 10px; }
  .story-body { gap: 16px; }
  .colours .sw { width: 34px; height: 34px; }
  .btn { height: 46px; }
  .said p { font-size: 15px; }
}

@media (min-width: 821px) and (max-width: 1100px) {
  html.wall-clock .clock { opacity: 1; transform: none; pointer-events: auto; }
}
/* Tablets: the hero words move above the photo */
@media (max-width: 1100px) {
  .links { display: none; }
  .menu-btn { display: block; }
  .grips { grid-template-columns: 1fr; height: auto; }
  .grips-photo img { height: auto; aspect-ratio: 16 / 10; object-position: 50% 30%; }
  .grips-shop { padding: 44px var(--gut) 48px; }
  .hero { aspect-ratio: auto; display: grid; overflow: visible; }
  .hero-photo { order: 2; position: relative; aspect-ratio: 3000 / 1688; overflow: hidden; }
  .hero-words { position: static; order: 1; width: auto; height: auto; padding: 36px var(--gut) 28px; display: grid; gap: 16px; }
  .hero-words h1, .hero-body { position: static; }
  .hero-body > p { font-size: 17px; max-width: 32em; }
  .hero-clock { display: none; }
  h1 { font-size: clamp(28px, 5vw, 48px); }
}

/* Phones */
@media (max-width: 820px) {
  :root { --nav: 56px; }
  body { font-size: 16px; }
  .lede, .hero-body > p { font-size: 16px; }
  .bar { gap: 12px; }
  .brand svg { width: 32px; height: 32px; }
  .clock { font-size: 18px; }
  .led { font-size: 15px; }

  /* The photo is the first screen: timer on the wall top right, headline and button on the dark lower half,
     all above the bottom 100px where the phone toolbar floats */
  .hero { display: block; position: relative; height: calc(var(--screen) - var(--nav)); min-height: 480px; overflow: hidden; }
  .hero-photo { position: absolute; inset: 0; aspect-ratio: auto; }
  .hero-photo img { object-position: 50% 0%; transform: scale(1.3); transform-origin: 50% 0; }
  .hero-clock { display: inline-flex; right: 14px; top: 14px; font-size: 21px; }
  .hero-words { position: absolute; left: var(--gut); right: var(--gut); bottom: 112px; top: auto; width: auto; padding: 0; display: grid; gap: 14px; color: #fff; text-shadow: 0 1px 14px rgba(0, 0, 0, .45); }
  .hero-body { gap: 12px; }
  .hero-body > p { display: none; }
  .hero .rated { color: #fff; }
  .hero .btn { text-shadow: none; }
  .acts { gap: 14px; }
  h1 { font-size: 30px; }

  /* The shop in one calm column: heading, line, photo, colour, size finder, two size menus, one button */
  .grips { grid-template-columns: 1fr; height: auto; padding-bottom: 40px; }
  .grips-shop, .grips-photo { display: contents; }
  .grips-shop > * { max-width: none; }
  .grips-shop .sec-head { order: 0; padding: 44px var(--gut) 12px; }
  .grips-shop .lede { order: 1; padding: 0 var(--gut) 20px; }
  .grips-photo img { order: 2; width: 100%; height: auto; aspect-ratio: 1 / 1; object-position: 50% 30%; }
  .picker { order: 3; padding: 22px var(--gut) 0; gap: 22px; }
  .said-on { order: 4; position: static; margin: 24px var(--gut) 0; max-width: none; background: none; color: var(--ink); padding: 2px 0 2px 16px; }
  .grips-photo .said-on cite { color: var(--steel); }
  .colours { display: flex; justify-content: space-between; gap: 0; }
  .colours .nm { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .colours .sw { width: 42px; height: 42px; }
  .finder legend span { display: none; }
  .finder-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .finder-row .btn-dark { grid-column: 1 / -1; height: 46px; }
  .sizes { display: none; }
  .size-menus { display: grid; }
  .add { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 16px; }
  .add .btn-go { grid-column: 1 / -1; height: 52px; }
  .add .btn-line { box-shadow: none; height: 36px; padding: 0; font-weight: 500; text-decoration: underline; text-underline-offset: 4px; }
  .add .btn-line:hover { background: none; color: var(--ink); }
  .msg:empty { display: none; }

  .sec-head .led { font-size: 19px; }
  .band-head { display: grid; justify-items: start; gap: 14px; padding: 48px var(--gut) 22px; }
  .duo, .trio { grid-template-columns: 1fr; gap: 0; }
  .duo img { height: auto; aspect-ratio: 4 / 3; }
  .duo figcaption, .duo figure:last-child figcaption, .trio p, .trio li:first-child p { padding-left: var(--gut); padding-right: var(--gut); }
  .cards { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 0 var(--gut); scrollbar-width: none; gap: 12px; }
  .cards::-webkit-scrollbar { display: none; }
  .card { flex: 0 0 72%; scroll-snap-align: start; }
  .card img { max-height: none; }
  .said-photo img { height: auto; aspect-ratio: 4 / 3; }
  .quotes { grid-template-columns: 1fr; gap: 22px; padding-top: 24px; }
  .score { white-space: normal; }
  .duo figcaption, .trio p { padding-top: 14px; padding-bottom: 28px; }
  .trio { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .trio::-webkit-scrollbar { display: none; }
  .trio li { flex: 0 0 82%; scroll-snap-align: start; }
  .trio img { height: auto; aspect-ratio: 4 / 5; }

  .throw { height: calc(var(--screen) * 2.2 + 120px); }
  .throw-stage { grid-template-columns: 1fr; align-content: start; padding: calc(var(--nav) + 22px) 0 0; gap: 14px; }
  .throw-side { display: contents; }
  .throw-side .sec-head { order: 1; padding: 0 var(--gut); }
  .throw-side .lede { order: 2; padding: 0 var(--gut); font-size: 15px; }
  .throw-film { order: 3; aspect-ratio: 16 / 10; max-height: none; }
  .steps { order: 4; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; padding: 0 var(--gut); margin: 0; }
  .steps span { font-size: 12px; margin-top: 4px; }

  .story { grid-template-columns: 1fr; height: auto; min-height: 0; }
  .story-photo img { height: auto; aspect-ratio: 1 / 1; }
  .story-body { padding: 44px var(--gut) 52px; }

  .time-top { grid-template-columns: 1fr; gap: 40px; }
  .join { justify-self: stretch; }
  .time-foot { grid-template-columns: 1fr; grid-template-areas: "who" "links" "tp" "credit"; gap: 24px; }
  .foot-links { grid-template-columns: repeat(2, max-content); }
  .tp { justify-self: start; }
}
/* Short phones (SE with bars): the headline sits lower so it stays below the white T-shirt neckline */
@media (max-width: 820px) and (max-height: 620px) {
  .hero .rated { display: none; }
  h1 { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .clock.is-time .s.on, .clock.is-time .colon i { animation: none; }
  .grips-photo img, .clock { transition: none; }
}
