:root {
  --ink: #0a0a0a; --paper: #ffffff; --mute: #6b6b6b; --line: #e6e6e6;
  --soft: #f4f4f2; --mark: #ffe600; --max: 1400px;
  --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--paper); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body:has(.drawer:not([hidden])) { overflow: hidden; }
a { color: inherit; text-underline-offset: 4px; }
button, input { font: inherit; }
button, a, summary, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
:focus-visible { outline: 3px solid #0a0a0a; outline-offset: 5px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: -.055em; }
h2 { font-size: clamp(36px, 3.7vw, 54px); font-weight: 500; }
h3 { font-size: 23px; font-weight: 500; letter-spacing: -.035em; }
img { display: block; max-width: 100%; height: auto; }
button { color: inherit; }
.eyebrow { font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; line-height: 1.5; margin-bottom: 25px; }
.fine { font-size: 12px; color: var(--mute); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; background: var(--mark); }
.skip-link:focus { top: 12px; }
.nav { min-height: 87px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 max(32px, calc((100vw - 1280px) / 2)); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.wordmark { display: inline-flex; align-items: center; font-size: 22px; letter-spacing: -.03em; font-weight: 800; line-height: 1; text-decoration: none; white-space: nowrap; }
.wordmark .wordmark-highlight { background: var(--mark); padding: 3px 4px; font-weight: 800; }
.brand-icon { width: 25px; height: 19px; border: 1.7px solid currentColor; border-radius: 3px; margin-right: 9px; position: relative; }
.brand-icon::after { content: ''; width: 11px; height: 1.7px; background: currentColor; position: absolute; left: 5px; bottom: -6px; }
.nav nav { display: flex; align-items: center; gap: 32px; margin-left: auto; margin-right: auto; }
.nav nav a { font-size: 12px; text-decoration: none; font-weight: 500; }
.nav nav a:hover, .text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.mobile-menu { display: none; }
.cart-btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; background: transparent; border: 1px solid var(--ink); padding: 9px 15px; border-radius: 5px; font-size: 12px; min-height: 40px; }
.cart-btn:hover { background: var(--soft); }
.pill { background: var(--ink); color: var(--paper); font-size: 10px; min-width: 19px; height: 19px; padding: 2px 5px; border-radius: 50%; }
main > section { max-width: var(--max); margin: 0 auto; padding: 94px 60px; }
.hero { display: grid; grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.4fr); align-items: center; gap: 32px; padding-top: 48px; padding-bottom: 56px; }
.hero .eyebrow { font-size: 9px; letter-spacing: .11em; display: flex; align-items: center; gap: 7px; margin-bottom: 32px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #0a0a0a; flex-shrink: 0; }
.hero h1 { font-size: clamp(60px, 7.4vw, 107px); font-weight: 500; line-height: .99; letter-spacing: -.068em; }
.highlight { position: relative; z-index: 0; white-space: nowrap; }
.highlight::before { content: ''; position: absolute; background: var(--mark); width: 110%; height: 77%; bottom: 0; left: -1%; z-index: -1; transform: rotate(-5deg); }
.lede { font-size: 20px; line-height: 1.45; letter-spacing: -.02em; margin: 28px 0 13px; }
.hero-detail { font-size: 13px; line-height: 1.8; color: var(--mute); max-width: 350px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 27px; border: 1px solid var(--ink); border-radius: 4px; padding: 15px 21px; min-height: 48px; font: inherit; font-size: 12px; font-weight: 500; text-decoration: none; transition: background .15s, color .15s, transform .15s; }
.btn span { font-size: 20px; line-height: 1; }
.btn-primary { color: var(--paper); background: var(--ink); }
.btn-primary:hover { background: #222222; }
.btn:active { transform: translateY(1px); }
.btn-ghost { color: var(--ink); background: transparent; }
.btn-ghost:hover { background: var(--soft); }
.btn[disabled] { opacity: .5; }
.btn-block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 11px; font-weight: 500; }
.text-link span { font-size: 17px; }
.hero-small { font-size: 10px; margin-top: 27px; color: var(--mute); }
.hero-small span { margin: 0 9px; color: #999999; }
.store-mode { margin-top: 12px; font-size: 10px; color: var(--mute); }
.hero-visual { background: transparent; position: relative; align-self: center; display: block; width: 100%; overflow: hidden; min-height: 0; line-height: 0; }
.hero-visual img, .hero-video { width: 100%; display: block; }
.hero-visual img { mix-blend-mode: multiply; }
.hero-video { height: auto; object-fit: contain; background: #ffffff; pointer-events: none; vertical-align: top; }
.hero-video::-webkit-media-controls,
.hero-video::-webkit-media-controls-start-playback-button,
.screen-video::-webkit-media-controls,
.screen-video::-webkit-media-controls-start-playback-button { display: none !important; -webkit-appearance: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; max-width: 1280px; margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; }
.feature-strip > div { display: flex; align-items: center; gap: 18px; padding: 0 25px; border-right: 1px solid var(--line); }
.feature-strip > div:first-child { padding-left: 0; }
.feature-strip > div:last-child { border: 0; }
.feature-symbol { font-size: 28px; font-weight: 300; }
.feature-strip b { font-size: 12px; display: block; font-weight: 500; }
.feature-strip small { display: block; font-size: 10px; color: var(--mute); margin-top: 3px; }
.section-head { margin-bottom: 42px; }
.section-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.section-head-row > p { font-size: 13px; line-height: 1.7; color: var(--mute); max-width: 325px; padding-bottom: 4px; }
.section-head .eyebrow { margin-bottom: 20px; }
.catalog-note { display: flex; justify-content: space-between; font-size: 10px; color: var(--mute); margin-bottom: 16px; padding-top: 20px; border-top: 1px solid var(--line); gap: 20px; }
.screen-demo-control { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 0 18px; }
.screen-demo-control p { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; font-size: 11px; }
.screen-demo-control p > span:last-child { color: var(--mute); }
.demo-spark { color: #0a0a0a; font-size: 20px; line-height: 1; }
#screen-motion-toggle { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 10px 12px; min-height: 44px; font-size: 11px; border: 1px solid var(--line); border-radius: 4px; background: transparent; }
#screen-motion-toggle::before { content: 'Ⅱ'; font-size: 14px; line-height: 1; }
#screen-motion-toggle[aria-pressed="true"]::before { content: '▷'; }
#screen-motion-toggle:hover { background: var(--soft); border-color: var(--mute); }
.grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 15px; }
.card { display: flex; flex-direction: column; min-width: 0; background: #ffffff; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; padding: 0 15px 16px; transition: border-color .2s, box-shadow .2s; }
.card:hover { border-color: #aaaaaa; box-shadow: 0 7px 20px #0a0a0a09; }
.product-visual { min-height: 174px; display: flex; align-items: center; justify-content: center; position: relative; margin: 0 -15px 20px; background: #f4f4f2; overflow: hidden; }
.product-size { position: absolute; top: 12px; left: 13px; font-size: 9px; letter-spacing: .03em; padding: 3px 6px; border: 1px solid #d5d5d5; border-radius: 3px; }
.tv { width: min(var(--w), 86%); height: 123px; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; padding-top: 10px; }
.tv .screen { width: 100%; aspect-ratio: 16/9; border: 4px solid #171717; border-bottom-width: 7px; border-radius: 3px; background: #111111; box-shadow: 0 7px 13px #0a0a0a25; position: relative; overflow: hidden; }
.screen-canvas, .screen-video { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.screen-video { object-fit: cover; pointer-events: none; background: #111; }
.tv .stand { height: 6px; background: #0a0a0a; width: 5px; }
.tv .base { width: 34%; height: 3px; background: #0a0a0a; border-radius: 2px; }
.product-copy h3 { font-size: 20px; letter-spacing: -.045em; margin-bottom: 8px; }
.card .sub { font-size: 11px; line-height: 1.6; color: var(--mute); min-height: 52px; }
.display-specs { display: flex; flex-direction: column; gap: 3px; margin-top: 13px; padding: 11px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.display-specs strong { font-size: 15px; line-height: 1.3; font-weight: 500; letter-spacing: -.025em; }
.display-specs > span { font-size: 10px; line-height: 1.6; color: var(--mute); }
.display-specs .resolution-pixels { white-space: nowrap; color: var(--ink); }
.screen-benefits { list-style: none; padding: 0; margin: 10px 0 0; display: grid; gap: 6px; }
.screen-benefits li { display: flex; align-items: baseline; gap: 6px; font-size: 11px; line-height: 1.5; }
.screen-benefits li::before { content: '↗'; flex: 0 0 auto; color: #685c00; }
.product-price { margin-top: 15px; }
.product-price .price, .card .price { font-size: 28px; font-weight: 500; letter-spacing: -.045em; }
.delivered-price { font-size: 10px; color: var(--mute); line-height: 1.6; margin-top: 4px; }
.specs { list-style: none; margin: 17px 0 10px; padding: 0; display: flex; flex-wrap: wrap; gap: 5px; }
.specs li { font-size: 9px; padding: 3px 6px; background: #f4f4f2; border-radius: 2px; }
.product-details { margin: 0 0 15px; border: 0; padding: 0; }
.product-details summary { font-size: 10px; font-weight: 400; padding: 8px 0; gap: 8px; }
.product-details ul { padding-left: 15px; margin: 5px 0; font-size: 10px; color: var(--mute); }
.product-details p { font-size: 10px; }
.product-details .product-description { line-height: 1.75; margin: 8px 0 14px; }
.card .add { margin-top: auto; width: 100%; font-size: 11px; min-height: 43px; padding: 10px; background: transparent; color: var(--ink); }
.card .add:hover, .card .add.added { background: var(--mark); border-color: #c3ae00; }
.product-visual[href] { text-decoration: none; }
.product-visual[href]:hover .tv { transform: translateY(-3px); }
.tv { transition: transform .2s ease; }
.product-name-link { text-decoration: none; }
.product-name-link:hover { text-decoration: underline; text-decoration-thickness: 1px; }
.product-spec-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-size: 11px; margin-bottom: 6px; }
.catalog-footnote { display: flex; justify-content: space-between; gap: 24px; color: var(--mute); font-size: 10px; line-height: 1.7; margin-top: 20px; }
.catalog-footnote a { white-space: nowrap; }
.catalog-state { grid-column: 1/-1; padding: 55px 20px; text-align: center; border: 1px dashed var(--line); font-size: 14px; color: var(--mute); }
.catalog-state p { margin-bottom: 15px; }
.picture-quality { border-top: 1px solid var(--line); }
.picture-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; }
.picture-features article { min-width: 0; display: flex; flex-direction: column; border-top: 1px solid var(--line); padding-top: 25px; }
.picture-stat { font-size: clamp(70px, 7vw, 96px); letter-spacing: -.075em; line-height: 1; margin-bottom: 28px; }
.picture-stat > span { font-size: .46em; letter-spacing: -.045em; margin-left: 3px; }
.picture-features h3 { font-size: 21px; line-height: 1.2; margin-bottom: 14px; }
.picture-features p { font-size: 13px; line-height: 1.8; color: var(--mute); margin-bottom: 22px; }
.picture-caption { font-size: 9px; letter-spacing: .06em; color: #685c00; margin-top: auto; }
.picture-note { font-size: 10px; line-height: 1.7; color: var(--mute); margin-top: 30px; }
.privacy { display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; border-top: 1px solid var(--line); }
.privacy-intro > p:not(.eyebrow) { max-width: 370px; font-size: 13px; color: var(--mute); line-height: 1.8; margin: 24px 0; }
.principles article { display: flex; gap: 18px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.principles article:first-child { padding-top: 0; }
.principle-number { font-size: 10px; color: var(--mute); margin-top: 4px; }
.principles h3 { font-size: 21px; margin-bottom: 12px; }
.principles p { color: var(--mute); font-size: 12px; line-height: 1.8; max-width: 340px; }
.principle-mark { font-size: 25px; margin-left: auto; line-height: 1; }
main > .connection { background: var(--ink); color: var(--paper); max-width: 1280px; padding: 68px; display: grid; grid-template-columns: 1fr 1fr; gap: 55px; border-radius: 5px; }
.connection .eyebrow { color: #b9b9b9; }
.connection > div > p:not(.eyebrow) { font-size: 12px; line-height: 1.8; color: #cccccc; margin: 25px 0; }
.connection .btn { background: var(--mark); color: var(--ink); border-color: var(--mark); }
.connection .btn:hover { background: #ffeb45; }
.input-panel { align-self: center; border: 1px solid #555555; padding: 32px 26px; border-radius: 8px; background: #242424; }
.input-panel > p:first-child { color: #c7c7c7; font-size: 8px; letter-spacing: .17em; }
.ports-diagram { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 18px 12px; padding: 35px 0; }
.ports-diagram > div { display: flex; flex-direction: column; align-items: center; gap: 15px; flex: 1 1 70px; min-width: 72px; }
.ports-diagram b { font-size: 8px; letter-spacing: .09em; font-weight: 400; color: #c8c8c8; }
.port-hdmi { width: 48px; height: 24px; border: 3px solid #bcbcbc; background: #121212; border-radius: 3px 3px 10px 10px; position: relative; }
.port-hdmi::after { content: ''; position: absolute; left: 6px; right: 6px; top: 6px; height: 3px; background: repeating-linear-gradient(90deg, #c0c0c0 0 2px, transparent 2px 4px); }
.port-coax { width: 27px; height: 27px; border: 3px solid #bcbcbc; border-radius: 50%; box-shadow: inset 0 0 0 5px #303030; background: #c0c0c0; }
.port-optical { width: 24px; height: 24px; border: 3px solid #bcbcbc; border-radius: 50%; background: #121212; box-shadow: inset 0 0 0 6px #121212, inset 0 0 0 8px #bcbcbc; }
.port-audio { width: 22px; height: 22px; border: 3px solid #bcbcbc; border-radius: 50%; background: #121212; position: relative; }
.port-audio::after { content: ''; position: absolute; inset: 5px; border-radius: 50%; background: #bcbcbc; }
.input-panel .input-foot { font-size: 10px; color: #c8c8c8; border-top: 1px solid #555555; padding-top: 20px; }
.ship-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
.ship-card { padding: 32px; border: 1px solid var(--line); background: #f4f4f2; border-radius: 5px; }
.ship-card:nth-child(2) { background: transparent; }
.ship-card-top { display: flex; justify-content: space-between; margin-bottom: 32px; }
.ship-tag { font-size: 9px; letter-spacing: .12em; color: var(--mute); }
.ship-card-top > span:last-child { font-size: 26px; line-height: 1; }
.ship-card h3 { font-size: 28px; }
.eta { font-size: 18px; letter-spacing: -.025em; margin: 14px 0 20px; }
.eta small { display: block; color: var(--mute); font-size: 10px; margin-top: 5px; letter-spacing: 0; }
.ship-card > p:not(.eta) { color: var(--mute); font-size: 12px; line-height: 1.8; max-width: 365px; }
.shipping-method { display: inline-block; font-size: 8px; letter-spacing: .11em; padding-top: 27px; }
.shipping-fine { margin-top: 23px; font-size: 10px; max-width: 930px; }
.faq { display: grid; grid-template-columns: .85fr 1.3fr; gap: 70px; border-top: 1px solid var(--line); }
.faq-heading > p:not(.eyebrow) { margin: 22px 0; color: var(--mute); font-size: 13px; }
details { border-bottom: 1px solid var(--line); padding: 21px 0; }
details:first-child { border-top: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 22px; cursor: pointer; font-size: 14px; list-style: none; font-weight: 500; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; flex-shrink: 0; font-size: 19px; line-height: 1; font-weight: 400; }
details[open] summary::after { content: '−'; }
details p { font-size: 12px; color: var(--mute); line-height: 1.8; margin-top: 14px; }
.closing { text-align: center; background: #f4f4f2; max-width: none; }
.closing h2 { font-size: clamp(40px, 5vw, 68px); }
.closing .btn { margin-top: 27px; }
.foot { padding: 38px 60px 25px; max-width: var(--max); margin: auto; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-top { padding-bottom: 34px; }
.footer-top p { font-size: 12px; color: var(--mute); }
.footer-top > a:last-child { font-size: 11px; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 21px; font-size: 9px; color: var(--mute); }
.scrim { position: fixed; inset: 0; background: #00000065; z-index: 30; backdrop-filter: blur(3px); }
.drawer { position: fixed; top: 0; right: 0; height: 100vh; height: 100dvh; width: min(470px, 100%); background: var(--paper); z-index: 40; display: flex; flex-direction: column; box-shadow: -15px 0 45px #00000026; animation: slide .2s ease-out; }
@keyframes slide { from { transform: translateX(35px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
.drawer-head { display: flex; flex-shrink: 0; justify-content: space-between; align-items: center; padding: 26px; border-bottom: 1px solid var(--line); }
.drawer-head .eyebrow { font-size: 8px; margin-bottom: 9px; }
.drawer-head h2 { font-size: 31px; }
.icon-btn { background: transparent; border: 1px solid var(--line); border-radius: 50%; width: 44px; height: 44px; flex-shrink: 0; font-size: 27px; line-height: 1; }
.icon-btn:hover { background: var(--soft); }
.drawer-body { flex: 1; overflow: auto; overscroll-behavior: contain; padding: 0 26px 23px; min-height: 0; }
.drawer-foot { flex-shrink: 0; padding: 20px 26px max(23px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #f6f6f5; }
.line { display: grid; grid-template-columns: 1fr auto; gap: 15px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.line .nm { font-size: 15px; font-weight: 500; }
.line .meta { font-size: 11px; color: var(--mute); margin-top: 5px; }
.qty { display: inline-flex; border: 1px solid #b5b5b5; border-radius: 4px; margin-top: 13px; align-items: center; overflow: hidden; }
.qty button { border: 0; background: transparent; width: 44px; height: 44px; }
.qty button:hover { background: var(--mark); }
.qty button:disabled { opacity: .35; }
.qty span { min-width: 28px; text-align: center; font-size: 12px; }
.line .amt { font-size: 16px; text-align: right; }
.line .rm { display: block; background: transparent; border: 0; text-decoration: underline; text-underline-offset: 3px; font-size: 12px; color: var(--mute); padding: 10px 0; min-height: 44px; margin-left: auto; }
.empty { text-align: center; padding: 50px 10px; color: var(--mute); font-size: 14px; }
.empty p { margin-bottom: 18px; }
.ship-pick h3 { font-size: 15px; margin: 28px 0 15px; }
.radio { display: flex; align-items: flex-start; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 5px; margin-bottom: 9px; cursor: pointer; }
.radio:has(input:checked) { background: #fffdf0; border-color: #0a0a0a; }
.radio input { accent-color: #0a0a0a; margin-top: 5px; }
.radio-body { flex: 1; min-width: 0; }
.radio-title { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; }
.radio-title b { font-weight: 500; }
.radio-sub { display: block; font-size: 10px; color: var(--mute); line-height: 1.7; margin-top: 5px; }
.totals > div { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; padding: 4px 0; }
.totals .grand { font-size: 18px; font-weight: 500; border-top: 1px solid var(--line); padding-top: 15px; margin-top: 10px; }
.eta-line { font-size: 10px; line-height: 1.7; margin: 14px 0; }
.demo-note { font-size: 10px; text-align: center; margin-top: 12px; }
.secure-note { font-size: 9px; color: var(--mute); text-align: center; margin-top: 10px; }
.checkout-error, .cart-notice { font-size: 12px; padding: 12px; margin: 12px 0; border-radius: 3px; background: #fffbe0; color: #514700; }
.policy { max-width: 810px; }
.policy h1 { font-size: clamp(45px, 5vw, 70px); margin-bottom: 20px; }
.policy h3 { margin: 30px 0 14px; }
.policy p, .policy li { color: var(--mute); font-size: 14px; line-height: 1.8; }
.policy ul { padding-left: 20px; }
.policy code { font-size: 12px; background: var(--soft); padding: 3px 5px; }
.success { display: block; max-width: 950px; min-height: calc(100vh - 87px); }
.success h1 { font-size: clamp(48px, 7vw, 90px); }
.success .lede { max-width: 620px; }
.stat-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.stat-stack.narrow { max-width: 600px; }
.stat { border: 1px solid var(--line); padding: 24px; background: var(--soft); border-radius: 4px; }
.stat b { display: block; font-size: 40px; line-height: 1; letter-spacing: -.05em; font-weight: 500; margin-bottom: 14px; }
.stat span { color: var(--mute); font-size: 12px; }
.spaced { margin-top: 28px; }
.concept-card { margin-top: 35px; background: var(--soft); border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.concept-card img { width: 100%; }
.concept-card figcaption { padding: 20px 24px; display: flex; justify-content: space-between; gap: 25px; font-size: 12px; }
.concept-card figcaption span { color: var(--mute); }
.concept-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.concept-lede { max-width: 750px; font-size: 17px; color: var(--mute); margin-top: 25px; }
.concepts h1 { font-size: clamp(48px, 6vw, 82px); }
.concepts h2 { margin-top: 75px; }
.concept-note { font-size: 12px; color: var(--mute); margin-top: 20px; max-width: 830px; }
@media (min-width: 1400px) { .hero { gap: 40px; } }
@media (max-width: 1350px) { .feature-strip, main > .connection { margin-left: 60px; margin-right: 60px; } }
@media (max-width: 1100px) {
  main > section { padding: 70px 35px; }
  .nav { padding: 0 35px; }
  .hero { gap: 22px; }
  .hero h1 { font-size: clamp(52px, 6.8vw, 75px); }
  .hero .eyebrow { font-size: 8px; }
  .hero-actions { gap: 16px; }
  .feature-strip { margin: 0 35px; gap: 15px; }
  .feature-strip > div { padding: 0 12px; gap: 11px; }
  .feature-strip small { max-width: 180px; }
  .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .product-visual { min-height: 200px; }
  .tv { height: 150px; }
  .product-copy h3 { font-size: 24px; }
  .card .sub { min-height: 35px; }
  .product-price { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
  .delivered-price { max-width: 100px; text-align: right; }
  .privacy { gap: 50px; }
  main > .connection { padding: 45px; margin: 0 35px; gap: 30px; }
  .input-panel { padding: 24px 20px; }
  .port-hdmi { width: 38px; }
  .faq { gap: 40px; }
  .foot { padding-left: 35px; padding-right: 35px; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 80px; }
  .nav { min-height: 72px; padding: 0 23px; gap: 16px; }
  .wordmark { font-size: 20px; }
  .nav > .desktop-nav { display: none; }
  .nav > .mobile-menu { display: block; margin-left: auto; padding: 0; border: 0; }
  .mobile-menu-toggle { display: flex; align-items: center; justify-content: center; gap: 7px; min-width: 60px; min-height: 44px; font-size: 12px; border-radius: 4px; }
  .mobile-menu-toggle::after { content: none; }
  .mobile-menu[open] > .mobile-menu-toggle::after { content: none; }
  .mobile-menu-toggle > span { font-size: 18px; transition: transform .15s; }
  .mobile-menu[open] > .mobile-menu-toggle > span { transform: rotate(45deg); }
  .mobile-menu[open] > .mobile-menu-toggle { background: var(--soft); }
  .nav .mobile-menu-links { position: absolute; top: calc(100% + 1px); left: 16px; right: 16px; max-height: calc(100dvh - 96px); overflow-y: auto; overscroll-behavior: contain; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 0 0 6px 6px; box-shadow: 0 12px 24px #0a0a0a15; }
  .nav .mobile-menu-links a { display: flex; align-items: center; min-height: 48px; padding: 10px 14px; font-size: 14px; border-radius: 3px; }
  .nav .mobile-menu-links a:hover { background: var(--soft); }
  .cart-btn { min-height: 44px; flex-shrink: 0; }
  main > section { padding: 58px 25px; }
  .hero { grid-template-columns: 1fr; gap: 16px; padding: 22px 0 36px; }
  .hero-copy { display: contents; }
  .hero .eyebrow { order: 0; font-size: 9px; margin-bottom: 0; padding: 0 25px; }
  .hero h1 { order: 1; font-size: clamp(44px, 11vw, 58px); padding: 0 25px; }
  .hero-visual { order: 2; width: 100%; margin: 4px 0; }
  .hero .lede { order: 3; margin: 0; font-size: 18px; padding: 0 25px; }
  .hero-detail { order: 4; max-width: 560px; font-size: 14px; line-height: 1.7; padding: 0 25px; }
  .hero-actions { order: 5; margin-top: 0; padding: 0 25px; }
  .hero-small { order: 6; margin-top: 0; font-size: 11px; padding: 0 25px; }
  .hero .store-mode { order: 7; margin-top: -10px; font-size: 11px; padding: 0 25px; }
  .hero-visual img, .hero-video { width: 100%; }
  .feature-strip { margin: 0 25px; grid-template-columns: 1fr; gap: 21px; padding: 28px 0; }
  .feature-strip > div { border: 0; padding: 0; gap: 20px; }
  .feature-strip small { max-width: none; }
  .feature-strip b { font-size: 13px; }
  .feature-strip small { font-size: 11px; }
  .feature-symbol { width: 29px; text-align: center; }
  .section-head-row { align-items: flex-start; flex-direction: column; gap: 20px; }
  .section-head { margin-bottom: 30px; }
  .section-head-row > p { max-width: 460px; }
  .catalog-note { align-items: flex-end; }
  .catalog-note span:first-child { max-width: 260px; }
  .catalog-note span:last-child { white-space: nowrap; }
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
  .product-price { display: block; }
  .delivered-price { max-width: none; text-align: left; }
  .product-visual { min-height: 180px; }
  .catalog-footnote { flex-direction: column; gap: 7px; }
  .screen-demo-control { align-items: flex-start; }
  .screen-demo-control p { max-width: 260px; }
  .picture-features { grid-template-columns: 1fr; gap: 30px; }
  .picture-stat { font-size: 66px; margin-bottom: 18px; }
  .picture-features p { max-width: 470px; margin-bottom: 14px; }
  .picture-note { font-size: 11px; }
  .privacy { grid-template-columns: 1fr; gap: 40px; }
  .privacy-intro > p:not(.eyebrow) { max-width: 460px; }
  .principles p { max-width: none; }
  .principles article { gap: 16px; }
  main > .connection { grid-template-columns: 1fr; margin: 0 25px; padding: 35px 30px; gap: 35px; }
  .connection h2 br { display: none; }
  .port-hdmi { width: 48px; }
  .ship-grid { grid-template-columns: 1fr; gap: 18px; }
  .ship-card { padding: 27px; }
  .faq { grid-template-columns: 1fr; gap: 35px; }
  .faq-heading > p br { display: none; }
  .footer-top { flex-wrap: wrap; gap: 25px; }
  .footer-top p { display: none; }
  .footer-bottom { flex-wrap: wrap; gap: 15px; }
  .footer-bottom span:nth-child(2) { display: none; }
  .foot { padding: 33px 25px 25px; }
  .concept-pair { grid-template-columns: 1fr; gap: 0; }
  .concept-card figcaption { flex-direction: column; gap: 6px; padding: 16px 18px; font-size: 13px; }
  .concept-card figcaption a { display: inline-flex; align-items: center; min-height: 44px; align-self: flex-start; }
  .concepts h1 { font-size: clamp(44px, 8vw, 64px); }
  .concepts h2 { margin-top: 48px; font-size: clamp(32px, 5vw, 42px); }
  .concept-lede { margin-top: 18px; font-size: 16px; }
  .concept-note { font-size: 13px; }
}
@media (max-width: 480px) {
  .nav { gap: 8px; padding: 0 16px; min-height: 66px; }
  .wordmark { font-size: 17px; }
  .brand-icon { width: 22px; height: 17px; margin-right: 7px; }
  .brand-icon::after { left: 4px; }
  .cart-btn { padding: 8px 9px; gap: 7px; font-size: 11px; }
  .mobile-menu-toggle { min-width: 54px; font-size: 11px; gap: 5px; }
  main > section { padding-left: 20px; padding-right: 20px; }
  .hero { padding-top: 18px; gap: 14px; }
  .hero h1 { font-size: clamp(40px, 11vw, 52px); padding: 0 20px; }
  .lede { font-size: 18px; margin-top: 8px; }
  .hero .eyebrow, .hero .lede, .hero-detail, .hero-actions, .hero-small, .hero .store-mode { padding-left: 20px; padding-right: 20px; }
  .hero-actions { gap: 12px 18px; }
  .hero-actions .text-link { min-height: 44px; font-size: 12px; }
  .hero-visual { width: 100%; margin: 2px 0; }
  .feature-strip { margin: 0 20px; }
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .card { padding: 0 11px 12px; }
  .product-visual { min-height: 140px; margin: 0 -11px 15px; }
  .tv { height: 105px; padding-top: 8px; }
  .tv .screen { font-size: 23px; border-width: 3px; border-bottom-width: 5px; }
  .product-size { font-size: 10px; top: 10px; left: 11px; }
  .product-copy h3 { font-size: 19px; line-height: 1.15; }
  .card .sub { font-size: 12px; min-height: 0; }
  .product-price { display: block; }
  .delivered-price { text-align: left; max-width: none; font-size: 11px; }
  .specs { margin-top: 12px; gap: 4px; }
  .specs li { font-size: 10px; padding: 3px 5px; }
  .product-details { margin-bottom: 10px; }
  .product-details summary { font-size: 11px; min-height: 44px; align-items: center; }
  .product-details ul, .product-details p { font-size: 11px; overflow-wrap: anywhere; }
  .card .add { font-size: 12px; min-height: 44px; padding: 10px 4px; gap: 8px; }
  .catalog-note span:first-child { max-width: 240px; }
  .catalog-note { font-size: 9px; gap: 10px; }
  .screen-demo-control { flex-direction: column; gap: 9px; margin-bottom: 18px; }
  .screen-demo-control p { max-width: none; }
  .display-specs strong { font-size: 15px; }
  .display-specs > span { font-size: 11px; }
  main > .connection { margin: 0 20px; padding: 35px 22px; }
  .ports-diagram { gap: 10px; }
  .port-hdmi { width: 34px; height: 21px; }
  .port-coax { height: 24px; width: 24px; }
  .input-panel { padding: 20px 15px; }
  .ports-diagram b { font-size: 7px; }
  .drawer-head, .drawer-body, .drawer-foot { padding-left: 20px; padding-right: 20px; }
  .drawer-head { padding-top: 18px; padding-bottom: 18px; }
  .drawer-foot { padding-top: 14px; padding-bottom: max(16px, env(safe-area-inset-bottom)); }
  .drawer-head h2 { font-size: 28px; }
  .stat { padding: 18px; }
  .stat b { font-size: 31px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Catalog layout and brand imagery. */
.product-copy { display: flex; flex-direction: column; flex: 1; }
.price-row { margin-top: 16px; display: flex; flex-direction: column; gap: 3px; }
.price-row .product-price { margin: 0; display: block; }
.delivered-price { max-width: none; text-align: left; }
.delivered-price small { display: block; font-size: 8px; margin-top: 3px; }
.product-visual-note { position: absolute; bottom: 10px; left: 0; width: 100%; text-align: center; font-size: 8px; color: #777777; }
.product-visual[data-tone="1"] { background: #f0f0ee; }
.product-visual[data-tone="2"] { background: #f6f6f4; }
.product-details, .product-details:first-child { border: 0; }
.product-details[open] { margin-bottom: 16px; }
.product-details[open] ul { margin-bottom: 8px; }
.product-details summary::after { font-size: 14px; }
.empty > span { display: block; margin-bottom: 25px; font-size: 12px; }
.back-link { font-size: 12px; text-decoration: none; }
.brand-story { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 70px; padding-bottom: 0; }
.brand-story figure { background: var(--soft); border-radius: 5px; overflow: hidden; }
.brand-story figure img { mix-blend-mode: multiply; }
.brand-story figcaption { padding: 15px 20px; font-size: 9px; color: var(--mute); }
.brand-story > div > p:not(.eyebrow) { font-size: 13px; line-height: 1.8; color: var(--mute); margin: 22px 0; max-width: 340px; }
@media (max-width: 800px) { .brand-story { grid-template-columns: 1fr; gap: 30px; } .brand-story > div { padding-bottom: 15px; } }
@media (max-width: 480px) { .price-row { flex-direction: column; align-items: flex-start; gap: 4px; margin-top: 12px; } .delivered-price { max-width: none; text-align: left; } .delivered-price small { font-size: 9px; } }

.privacy-news { border-top: 1px solid var(--line); padding-top: 80px; }
.privacy-news .eyebrow { display: flex; gap: 8px; align-items: center; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.news-grid article { padding: 28px; background: #f4f4f2; border: 1px solid var(--line); border-radius: 5px; display: flex; flex-direction: column; }
.news-label { font-size: 8px; letter-spacing: .13em; color: var(--mute); display: block; margin-bottom: 25px; }
.news-grid h3 { font-size: 27px; margin-bottom: 20px; line-height: 1.1; }
.news-grid p { font-size: 12px; color: var(--mute); line-height: 1.85; margin-bottom: 23px; }
.news-grid a { font-size: 10px; margin-top: auto; display: flex; justify-content: space-between; gap: 15px; text-decoration: none; }
.news-grid a:hover { text-decoration: underline; }
.news-grid a span { font-size: 15px; }
.news-context { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; margin-top: 23px; }
.news-context p { font-size: 11px; line-height: 1.85; color: var(--mute); }
.news-context b { font-weight: 500; color: var(--ink); }
.news-context .news-span { grid-column: 1 / -1; }
.privacy-still { margin: 0 0 42px; background: var(--soft); border-radius: 5px; overflow: hidden; }
.privacy-still img { width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover; object-position: 50% 72%; }
.privacy-still figcaption { padding: 15px 20px; font-size: 11px; color: var(--mute); line-height: 1.65; }
.privacy-promise { background: var(--mark); padding: 32px; margin-top: 35px; border-radius: 4px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.privacy-promise .news-label { color: #514700; margin-bottom: 15px; }
.privacy-promise h3 { font-size: 32px; }
.privacy-promise p { font-size: 12px; max-width: 620px; margin-top: 18px; line-height: 1.8; }
.privacy-promise small { font-size: 10px; display: block; margin-top: 12px; color: #514700; }
.privacy-promise .btn { flex-shrink: 0; }
.tv .screen, .tv .stand, .tv .base { flex-shrink: 0; }
@media (max-width: 1100px) { .news-grid { gap: 15px; } .news-grid article { padding: 22px; } .news-grid h3 { font-size: 25px; } }
@media (max-width: 800px) { .news-grid, .news-context { grid-template-columns: 1fr; gap: 20px; } .privacy-promise { flex-direction: column; align-items: flex-start; padding: 28px; gap: 25px; } .privacy-news .eyebrow { font-size: 8px; } .news-grid h3 br { display: none; } }

/* Keep long copy and controls comfortable on tablets and small touch screens. */
@media (min-width: 801px) and (max-width: 1100px) {
  .nav { gap: 20px; }
  .nav nav { gap: 22px; }
  .hero .lede { font-size: 18px; }
  .brand-story { gap: 35px; }
}
@media (max-width: 800px) {
  .news-label { font-size: 10px; margin-bottom: 18px; }
  .news-grid p, .news-context p, .privacy-promise p, .privacy-still figcaption { font-size: 14px; line-height: 1.75; }
  .news-grid a { min-height: 44px; align-items: center; font-size: 13px; }
  .privacy-promise small { font-size: 12px; }
  .privacy-news .eyebrow { font-size: 9px; }
  .back-link { display: inline-flex; align-items: center; min-height: 44px; }
  .catalog-footnote { font-size: 11px; }
  .catalog-footnote a { display: inline-flex; align-items: center; min-height: 44px; }
  .hero .lede br { display: none; }
  .hero .lede { max-width: 520px; }
}
@media (max-width: 359px) {
  .nav { padding-left: 12px; padding-right: 12px; gap: 6px; }
  .wordmark { font-size: 16px; }
  .brand-icon { margin-right: 6px; }
  .mobile-menu-toggle { min-width: 49px; }
  .product-copy h3 { font-size: 18px; }
  .product-visual { min-height: 125px; }
  .card .sub { font-size: 11px; }
  .specs { gap: 3px; }
  .specs li { padding-left: 4px; padding-right: 4px; }
}
@media (max-height: 650px) {
  .drawer { overflow-y: auto; overscroll-behavior: contain; }
  .drawer-head { position: sticky; top: 0; z-index: 1; background: var(--paper); padding-top: 12px; padding-bottom: 12px; }
  .drawer-head .eyebrow { display: none; }
  .drawer-head h2 { font-size: 26px; }
  .drawer-body { flex: 1 0 auto; overflow: visible; }
  .drawer-foot { padding-top: 16px; }
}

@media (max-width: 800px) {
  main > section { padding-top: 48px; padding-bottom: 48px; }
  main > .hero { padding-top: 18px; padding-bottom: 32px; padding-left: 0; padding-right: 0; }
  .principles article { padding-top: 22px; padding-bottom: 22px; }
  .principles h3 { margin-bottom: 10px; }
  .principles p, .privacy-intro > p:not(.eyebrow), .connection > div > p:not(.eyebrow), .ship-card > p:not(.eta), .faq details p { font-size: 14px; line-height: 1.75; }
  .privacy { gap: 28px; }
  .privacy-news { padding-top: 48px; }
  .section-head-row > p { font-size: 14px; }
  .brand-story { gap: 24px; }
  .brand-story > div > p:not(.eyebrow) { font-size: 14px; max-width: 520px; }
  .news-grid article { padding: 22px; }
}

/* Full product pages share the catalog, cart, and display artwork. */
.product-page { max-width: var(--max); margin: 0 auto; padding: 32px 60px 80px; }
.product-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; font-size: 12px; color: var(--mute); }
.product-breadcrumb a { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); text-decoration: none; }
.product-breadcrumb a:hover { text-decoration: underline; }
.product-overview { display: grid; grid-template-columns: 1.14fr 1fr; gap: 64px; align-items: start; }
.product-gallery { position: sticky; top: 112px; min-width: 0; }
.product-visual-large { min-height: 470px; margin: 0; border: 1px solid var(--line); border-radius: 6px; background: var(--soft); }
.product-visual-large .tv { width: 88%; height: auto; padding-top: 0; }
.product-visual-large .screen { border-width: 5px; border-bottom-width: 10px; box-shadow: 0 15px 25px #00000020; }
.product-visual-large .stand { height: 15px; width: 8px; }
.product-visual-large .base { width: 26%; height: 5px; }
.product-visual-large .product-size { top: 20px; left: 20px; font-size: 12px; padding: 5px 8px; }
.product-image-note { font-size: 11px; color: var(--mute); line-height: 1.7; margin-top: 13px; }
.product-gallery #screen-motion-toggle { margin-top: 12px; }
.product-summary { min-width: 0; }
.product-summary .eyebrow { margin-bottom: 17px; }
.product-summary h1 { font-size: clamp(40px, 4.5vw, 65px); font-weight: 500; letter-spacing: -.06em; }
.product-tagline { font-size: 20px; line-height: 1.45; letter-spacing: -.025em; margin: 17px 0 23px; }
.product-summary .display-specs { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 9px 16px; padding: 16px 0; margin: 0; }
.product-summary .display-specs strong { font-size: 19px; }
.product-summary .display-specs > span { font-size: 12px; }
.product-summary .product-description { font-size: 14px; line-height: 1.85; color: var(--mute); margin: 22px 0; }
.product-size-picker { margin: 25px 0; }
.product-size-picker a { display: inline-flex; justify-content: center; align-items: center; min-width: 52px; min-height: 44px; padding: 8px 12px; margin: 8px 5px 0 0; border: 1px solid var(--line); border-radius: 3px; text-decoration: none; font-size: 14px; }
.product-size-picker a:hover { border-color: var(--ink); }
.product-size-picker a[aria-current="page"] { background: var(--mark); color: var(--ink); border-color: var(--ink); }
.product-size-picker > p, .product-size-picker > h2, .product-size-picker > h3 { font-size: 12px; font-weight: 500; line-height: 1.5; letter-spacing: 0; }
.product-purchase { padding: 25px 0 0; border-top: 1px solid var(--line); }
.product-detail-price { display: flex; align-items: baseline; gap: 12px; font-size: 45px; line-height: 1.1; letter-spacing: -.055em; font-weight: 500; }
.product-detail-price strong { font-weight: 500; }
.product-detail-price > span { font-size: 11px; letter-spacing: 0; color: var(--mute); }
.product-purchase .fine { font-size: 11px; margin: 10px 0; }
.product-delivery-options { font-size: 12px; color: var(--mute); line-height: 1.7; margin: 16px 0 22px; }
.product-delivery-options > div { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.product-delivery-options > div > span:last-child { text-align: right; }
.product-delivery-options small { display: block; font-size: 10px; }
.product-delivery-options b { font-weight: 500; color: var(--ink); }
.product-delivery-options p { margin-bottom: 6px; }
.product-purchase-note { font-size: 11px; line-height: 1.75; color: var(--mute); margin-bottom: 20px; }
.product-summary .add { width: 100%; min-height: 52px; font-size: 15px; }
.product-summary .add.added { background: var(--mark); color: var(--ink); }
.product-summary .store-mode { margin-top: 12px; }
.product-specification { padding-top: 65px; margin-top: 65px; border-top: 1px solid var(--line); }
.product-specification h2 { font-size: clamp(32px, 3.5vw, 46px); margin-bottom: 30px; }
.product-specification .section-head > p:not(.eyebrow) { font-size: 14px; color: var(--mute); }
.product-spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 55px; margin: 0; }
.product-spec-grid > div { display: grid; grid-template-columns: minmax(100px, .9fr) minmax(0, 1.1fr); gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); align-items: start; font-size: 13px; line-height: 1.65; }
.product-spec-grid dt { color: var(--mute); }
.product-spec-grid dd { margin: 0; overflow-wrap: anywhere; }
.product-connections { margin: 20px 0 30px; }
.product-connections ul { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 20px 0; }
.product-connections li { padding: 11px 15px; font-size: 12px; background: var(--soft); border-radius: 3px; }
.product-connections p { font-size: 12px; color: var(--mute); }
.product-specification h3 { font-size: 23px; margin-top: 35px; }
.product-verification-note { font-size: 12px; color: var(--mute); line-height: 1.85; background: var(--soft); border-left: 3px solid var(--mark); padding: 20px 24px; margin-top: 30px; }
.product-verification-note h3 { font-size: 16px; margin: 0 0 8px; color: var(--ink); }
.product-verification-note + .text-link { margin-top: 26px; min-height: 44px; font-size: 13px; }
.product-loading { padding: 55px 0 90px; }
.product-loading h1 { font-size: clamp(40px, 6vw, 65px); margin-bottom: 24px; }
.product-loading > p:last-child { color: var(--mute); }
@media (max-width: 1100px) {
  .product-page { padding: 25px 35px 65px; }
  .product-overview { gap: 35px; }
  .product-visual-large { min-height: 360px; }
  .product-spec-grid { column-gap: 30px; }
}
@media (max-width: 800px) {
  .product-page { padding: 15px 25px 50px; }
  .product-breadcrumb { margin-bottom: 20px; }
  .product-overview { grid-template-columns: 1fr; gap: 32px; }
  .product-gallery { position: static; }
  .product-visual-large { min-height: 0; aspect-ratio: 1.4; }
  .product-summary h1 { font-size: clamp(42px, 8vw, 60px); }
  .product-summary .product-description { font-size: 15px; }
  .product-spec-grid { grid-template-columns: 1fr; }
  .product-spec-grid > div { font-size: 14px; }
  .product-specification { margin-top: 45px; padding-top: 40px; }
  .product-specification h2 { margin-bottom: 20px; }
  .product-verification-note { padding: 18px 20px; font-size: 13px; }
}
@media (max-width: 480px) {
  .product-page { padding-left: 20px; padding-right: 20px; }
  .product-visual-large .screen { border-width: 4px; border-bottom-width: 7px; }
  .product-visual-large .product-size { top: 12px; left: 12px; font-size: 10px; padding: 4px 6px; }
  .product-summary .display-specs { gap: 9px 12px; }
  .product-size-picker a { min-width: 46px; padding: 8px 10px; margin-right: 4px; }
  .product-spec-grid > div { grid-template-columns: minmax(95px, .85fr) minmax(0, 1.15fr); gap: 15px; }
}

/* Contact, FAQ, warranty, terms, and shared footer legal links. */
.nav:not(:has(.cart-btn)) .desktop-nav { margin-right: 0; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 4px 18px; align-items: center; }
.footer-legal a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.footer-legal a:hover, .footer-legal a[aria-current="page"] { text-decoration: underline; }
.support-lede { font-size: 18px; line-height: 1.45; letter-spacing: -.02em; color: var(--mute); max-width: 640px; margin: 0 0 28px; }
.support-lede a { color: var(--ink); }
.support-page h2 { font-size: clamp(28px, 3.2vw, 36px); margin: 36px 0 14px; }
.support-figure { margin: 28px 0 36px; background: var(--soft); border-radius: 5px; overflow: hidden; }
.support-figure img { width: 100%; }
.support-figure figcaption { padding: 14px 18px; font-size: 11px; color: var(--mute); line-height: 1.65; }
.topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 28px 0 36px; }
.topic-card { display: flex; flex-direction: column; gap: 8px; padding: 24px; border: 1px solid var(--line); border-radius: 5px; background: var(--soft); }
.topic-card .eyebrow { margin-bottom: 6px; }
.topic-card h3 { font-size: 22px; }
.topic-card p { font-size: 13px; line-height: 1.8; color: var(--mute); }
.topic-card a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; }
.coverage-list { list-style: none; padding: 0; margin: 16px 0 28px; }
.coverage-list li { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--mute); font-size: 14px; line-height: 1.8; }
.coverage-list b { color: var(--ink); font-weight: 500; }
.step-list { list-style: none; padding: 0; margin: 8px 0 32px; }
.step-list li { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.step-num { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; background: var(--mark); font-size: 13px; font-weight: 600; margin-top: 2px; }
.step-list h3 { font-size: 20px; margin-bottom: 8px; }
.step-list p { color: var(--mute); font-size: 14px; line-height: 1.8; }
.mailto-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; margin-top: 32px; }
.mailto-row .text-link { min-height: 44px; }
.faq-heading h1 { font-size: clamp(42px, 5vw, 70px); font-weight: 500; letter-spacing: -.055em; }
.faq summary { min-height: 44px; align-items: center; }
.support-visuals { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 36px; align-items: start; border-top: 1px solid var(--line); }
.support-visuals > div:first-child { grid-column: 1 / -1; }
.support-visuals > div > p:not(.eyebrow) { font-size: 13px; line-height: 1.8; color: var(--mute); margin: 18px 0; max-width: 520px; }
.support-visuals .support-figure { margin: 0; }
.support-visuals .text-link { min-height: 44px; }
.product-support-links { display: flex; flex-wrap: wrap; gap: 4px 18px; margin: 4px 0 16px; }
.product-support-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; }
.how-you-watch { border-top: 1px solid var(--line); }
@media (min-width: 801px) and (max-width: 1100px) {
  .nav nav { gap: 16px; }
}
@media (max-width: 1100px) {
  .topic-grid { grid-template-columns: 1fr 1fr; }
  .support-visuals { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 800px) {
  .topic-grid, .support-visuals { grid-template-columns: 1fr; }
  .support-visuals { gap: 22px; }
  .topic-card p, .step-list p, .coverage-list li, .support-lede { font-size: 14px; }
  .support-figure figcaption { font-size: 12px; }
  .faq-heading .text-link, .product-support-links a { min-height: 44px; }
}
