:root {
  --ink: #0b0b0c;
  --paper: #f4f2ed;
  --white: #ffffff;
  --muted: #68686d;
  --line: #d8d5ce;
  --accent: #dfff00;
  --orange: #ff6b2c;
  --focus: #1769ff;
  --shell: 1280px;
  --shadow: 0 22px 70px rgba(12, 12, 15, .12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 16px; background: var(--accent); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); }
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.04em; font-size: 20px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; background: var(--accent); color: var(--ink); font-size: 16px; letter-spacing: -.12em; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
.desktop-nav a { color: #d8d8dc; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--white); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.lead-header { min-height: 42px; display: inline-flex; align-items: center; border: 0; padding: 0 15px; background: var(--accent); color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 850; }
.compare-header { border: 1px solid rgba(255,255,255,.32); background: transparent; color: var(--white); padding: 10px 14px; cursor: pointer; font-size: 13px; font-weight: 750; }
.compare-header span { display: inline-grid; place-items: center; margin-left: 6px; min-width: 20px; height: 20px; background: var(--accent); color: var(--ink); }

.hero { min-height: 790px; padding: 150px 0 70px; background: var(--ink); color: var(--white); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 570px; align-items: center; gap: 32px; }
.eyebrow { margin: 0 0 23px; color: var(--accent); font-size: 12px; line-height: 1; text-transform: uppercase; letter-spacing: .18em; font-weight: 850; }
.eyebrow-dark { color: #55555b; }
.hero h1 { margin: 0; max-width: 650px; font-size: clamp(58px, 7.2vw, 108px); line-height: .87; letter-spacing: -.075em; font-weight: 900; }
.hero h1 span { color: var(--accent); }
.hero-lede { max-width: 570px; margin: 35px 0 0; color: #b9b9bf; font-size: 17px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; border: 0; padding: 0 22px; cursor: pointer; font-weight: 830; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--accent); color: var(--ink); }
.button-accent:hover { background: #e7ff3d; }
.button-dark { background: var(--ink); color: var(--white); }
.button-light { border: 1px solid #49494e; background: transparent; color: var(--white); }
.button-light:hover { background: var(--white); color: var(--ink); }
.text-button { padding: 8px 0; border: 0; border-bottom: 1px solid #56565c; background: transparent; color: var(--white); cursor: pointer; font-size: 13px; font-weight: 720; }
.text-button span { color: var(--accent); }
.hero-stats { display: flex; gap: 46px; margin-top: 52px; }
.hero-stats div { display: grid; gap: 2px; }
.hero-stats strong { font-size: 23px; letter-spacing: -.04em; }
.hero-stats span { color: #85858b; font-size: 12px; }
.hero-product { position: relative; align-self: stretch; min-height: 580px; display: grid; place-items: center; background: #17171a; border: 1px solid #29292d; }
.hero-product::before { content: "ADM"; position: absolute; left: 24px; bottom: 6px; color: #1e1e22; font-size: clamp(75px, 10vw, 152px); line-height: 1; font-weight: 950; letter-spacing: -.08em; }
.hero-product img { position: relative; z-index: 1; width: min(88%, 680px); height: 510px; object-fit: contain; filter: drop-shadow(0 35px 35px rgba(0,0,0,.38)); }
.hero-label { position: absolute; z-index: 2; left: 28px; top: 26px; display: grid; gap: 5px; }
.hero-label span { width: fit-content; padding: 6px 8px; background: var(--orange); color: #100b08; text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.hero-label strong { font-size: 22px; letter-spacing: -.04em; }
.hero-spec { position: absolute; z-index: 3; display: grid; gap: 2px; min-width: 142px; padding: 14px 16px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.hero-spec b { font-size: 17px; }
.hero-spec span { color: var(--muted); font-size: 11px; }
.hero-spec-top { right: -14px; top: 105px; }
.hero-spec-bottom { left: -18px; bottom: 50px; }
.hero-price { position: absolute; z-index: 3; right: 22px; bottom: 20px; display: grid; grid-template-columns: auto 1fr; align-items: baseline; column-gap: 7px; padding: 14px 16px; background: var(--accent); color: var(--ink); box-shadow: var(--shadow); }
.hero-price > span { color: #4c5300; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.hero-price b { font-size: 21px; letter-spacing: -.035em; }
.hero-price small { grid-column: 1 / -1; margin-top: 2px; font-size: 9px; font-weight: 700; }

.feature-rail { background: var(--accent); border-bottom: 1px solid #bfd600; }
.feature-rail-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.feature-rail-grid > div { display: flex; align-items: center; gap: 18px; min-height: 108px; padding: 22px 30px; border-right: 1px solid rgba(11,11,12,.22); }
.feature-rail-grid > div:first-child { padding-left: 0; }
.feature-rail-grid > div:last-child { border-right: 0; }
.feature-number { color: rgba(11,11,12,.48); font-size: 11px; font-weight: 850; }
.feature-rail p { margin: 0; font-size: 12px; line-height: 1.45; }
.feature-rail strong { display: block; color: var(--ink); font-size: 15px; }

.catalog-section { padding: 115px 0 130px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading h2, .chooser h2, .compare-callout h2 { margin: 0; font-size: clamp(48px, 6vw, 86px); line-height: .92; letter-spacing: -.067em; }
.section-heading > p { max-width: 460px; margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.condition-notice { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; margin: -15px 0 28px; padding: 18px 20px; border-left: 5px solid var(--accent); background: var(--ink); color: var(--white); }
.condition-notice strong { font-size: 15px; white-space: nowrap; }
.condition-notice p { margin: 0; color: #a5a5aa; font-size: 11px; line-height: 1.5; }
.condition-notice a { padding-bottom: 3px; border-bottom: 1px solid var(--accent); color: var(--accent); white-space: nowrap; font-size: 11px; font-weight: 800; }
.catalog-tools { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; padding: 18px; background: var(--white); border: 1px solid var(--line); }
.search-box { display: flex; align-items: center; gap: 11px; min-width: 0; }
.search-box svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; color: #77777c; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 15px; }
.search-box input::placeholder { color: #9a999d; }
.filter-group { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; }
.filter-chip { min-height: 35px; padding: 0 15px; border: 0; border-radius: 999px; background: transparent; color: #606065; cursor: pointer; font-size: 12px; font-weight: 750; }
.filter-chip.is-active { background: var(--ink); color: var(--white); }
.generation-select select { min-height: 43px; border: 1px solid var(--line); background: var(--white); color: var(--ink); padding: 0 38px 0 13px; cursor: pointer; font-weight: 700; font-size: 12px; }
.catalog-meta { height: 64px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; }
.clear-filters { border: 0; border-bottom: 1px solid currentColor; padding: 4px 0; background: transparent; cursor: pointer; color: var(--ink); font-weight: 700; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { position: relative; min-width: 0; background: var(--white); border: 1px solid #e0ded8; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(25, 25, 29, .10); }
.product-visual { position: relative; height: 300px; display: grid; place-items: center; overflow: hidden; background: var(--card-bg, #eceef2); cursor: pointer; }
.product-visual::after { content: attr(data-generation); position: absolute; right: 12px; bottom: -19px; color: rgba(0,0,0,.075); font-size: 104px; line-height: 1; font-weight: 950; letter-spacing: -.1em; }
.product-visual img { position: relative; z-index: 1; width: 92%; height: 260px; object-fit: contain; transition: transform .3s ease; mix-blend-mode: multiply; }
.product-card:hover .product-visual img { transform: scale(1.025); }
.product-bg-iphone-17-pro-max { --card-bg: #e7e8eb; --dialog-bg: #e7e8eb; }
.product-bg-iphone-17-pro { --card-bg: #e7e8eb; --dialog-bg: #e7e8eb; }
.product-bg-iphone-17 { --card-bg: #e7edf2; --dialog-bg: #e7edf2; }
.product-bg-iphone-air { --card-bg: #e9eef1; --dialog-bg: #e9eef1; }
.product-bg-iphone-17e { --card-bg: #eceff2; --dialog-bg: #eceff2; }
.product-bg-iphone-16-pro-max { --card-bg: #ede9df; --dialog-bg: #ede9df; }
.product-bg-iphone-16-pro { --card-bg: #ede9df; --dialog-bg: #ede9df; }
.product-bg-iphone-16-plus { --card-bg: #e7e7f0; --dialog-bg: #e7e7f0; }
.product-bg-iphone-16 { --card-bg: #e7e7f0; --dialog-bg: #e7e7f0; }
.product-bg-iphone-15-pro-max { --card-bg: #e7e3dc; --dialog-bg: #e7e3dc; }
.product-bg-iphone-15-pro { --card-bg: #e7e3dc; --dialog-bg: #e7e3dc; }
.product-bg-iphone-15-plus { --card-bg: #e9edf0; --dialog-bg: #e9edf0; }
.product-bg-iphone-15 { --card-bg: #e9edf0; --dialog-bg: #e9edf0; }
.product-bg-iphone-14-pro-max { --card-bg: #e8e4ec; --dialog-bg: #e8e4ec; }
.product-bg-iphone-14 { --card-bg: #eee9e7; --dialog-bg: #eee9e7; }
.product-bg-iphone-13-pro-max { --card-bg: #e3ebef; --dialog-bg: #e3ebef; }
.product-bg-iphone-13 { --card-bg: #e7edf0; --dialog-bg: #e7edf0; }
.product-bg-iphone-12-pro-max { --card-bg: #e5ebec; --dialog-bg: #e5ebec; }
.product-bg-iphone-12 { --card-bg: #e7edf2; --dialog-bg: #e7edf2; }
.product-bg-iphone-11-pro-max { --card-bg: #e8e9e4; --dialog-bg: #e8e9e4; }
.product-bg-iphone-11 { --card-bg: #ece7e4; --dialog-bg: #ece7e4; }
.product-photo-count { position: absolute; z-index: 2; left: 14px; bottom: 13px; padding: 7px 9px; background: rgba(11,11,12,.86); color: var(--white); font-size: 9px; font-weight: 820; letter-spacing: .04em; backdrop-filter: blur(7px); }
.product-photo-count span { color: var(--accent); }
.product-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 6px 8px; background: var(--ink); color: var(--white); text-transform: uppercase; font-size: 9px; line-height: 1; font-weight: 900; letter-spacing: .12em; }
.product-badge.badge-new { background: var(--accent); color: var(--ink); }
.compare-toggle { position: absolute; z-index: 2; right: 12px; top: 12px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(0,0,0,.15); border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); cursor: pointer; font-size: 20px; line-height: 1; transition: background .2s ease; }
.compare-toggle:hover, .compare-toggle.is-selected { background: var(--accent); }
.compare-toggle.is-selected::before { content: "✓"; font-size: 15px; font-weight: 900; }
.compare-toggle.is-selected span { display: none; }
.product-body { padding: 24px 24px 22px; }
.product-kicker { margin: 0 0 6px; color: #85858a; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.product-title { margin: 0; font-size: 25px; line-height: 1.05; letter-spacing: -.045em; }
.product-title a:hover { color: #55555a; }
.product-tagline { min-height: 42px; margin: 9px 0 18px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.product-price { min-height: 54px; display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; column-gap: 6px; margin: -5px 0 18px; padding: 13px 0 12px; border-top: 1px solid #e7e5df; border-bottom: 1px solid #e7e5df; }
.product-price > span { color: #85858a; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.product-price strong { font-size: 23px; line-height: 1; letter-spacing: -.04em; }
.product-price small { color: #85858a; font-size: 9px; }
.product-price + .spec-list { border-top: 0; }
.spec-list { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #e7e5df; }
.spec-list > div { padding: 14px 8px 12px 0; border-bottom: 1px solid #e7e5df; }
.spec-list dt { margin-bottom: 4px; color: #929196; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.spec-list dd { margin: 0; font-size: 12px; font-weight: 760; line-height: 1.35; }
.product-actions { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; margin-top: 20px; }
.details-button { min-height: 43px; border: 0; background: var(--ink); color: var(--white); cursor: pointer; font-size: 12px; font-weight: 800; }
.details-button:hover { background: #27272a; }
.generation-year { color: #85858a; font-size: 11px; font-weight: 700; }
.empty-state { padding: 70px 24px; text-align: center; background: var(--white); border: 1px solid var(--line); }
.empty-state strong { font-size: 25px; }
.empty-state p { color: var(--muted); }
.model-page-links { margin-top: 48px; padding-top: 25px; border-top: 1px solid var(--ink); }
.model-page-links > strong { display: block; margin-bottom: 16px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.model-page-links > div { display: flex; flex-wrap: wrap; gap: 8px; }
.model-page-links a { padding: 9px 12px; border: 1px solid var(--line); background: var(--white); color: #66666b; font-size: 11px; font-weight: 720; }
.model-page-links a:hover { border-color: var(--ink); color: var(--ink); }

.chooser { padding: 120px 0; background: var(--ink); color: var(--white); }
.chooser-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.chooser-intro { position: sticky; top: 40px; }
.chooser-intro > p:last-child { max-width: 480px; margin: 30px 0 0; color: #9d9da3; line-height: 1.65; }
.chooser-list { border-top: 1px solid #3a3a3e; }
.chooser-list article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 38px 0; border-bottom: 1px solid #3a3a3e; }
.chooser-list article > span { color: var(--accent); font-size: 11px; font-weight: 850; }
.chooser-list h3 { margin: 0 0 10px; font-size: 25px; letter-spacing: -.035em; }
.chooser-list p { max-width: 530px; margin: 0; color: #99999f; line-height: 1.6; }

.tiktok-showcase { padding: 115px 0 125px; background: #111114; color: var(--white); overflow: hidden; }
.tiktok-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 70px; margin-bottom: 52px; }
.tiktok-heading h2 { margin: 0; font-size: clamp(55px, 7vw, 96px); line-height: .86; letter-spacing: -.07em; }
.tiktok-heading-copy { display: grid; justify-items: start; gap: 24px; }
.tiktok-heading-copy p { max-width: 510px; margin: 0; color: #aaaab0; font-size: 14px; line-height: 1.65; }
.tiktok-stage { position: relative; display: grid; grid-template-columns: minmax(260px, .58fr) minmax(0, 1.42fr); min-height: 570px; border: 1px solid #303035; background: #19191d; }
.tiktok-stage::before { content: ""; position: absolute; z-index: 2; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, #25f4ee 0 37%, var(--white) 37% 63%, #fe2c55 63%); }
.tiktok-identity { position: relative; display: grid; align-content: start; min-width: 0; padding: 38px 34px; border-right: 1px solid #303035; overflow: hidden; }
.tiktok-identity::after { content: "VIDEO"; position: absolute; left: -8px; bottom: -24px; color: #202025; font-size: clamp(78px, 9vw, 138px); line-height: 1; font-weight: 950; letter-spacing: -.09em; }
.tiktok-note { position: relative; z-index: 1; width: fit-content; padding: 7px 9px; border: 1px solid #48484e; color: #a9a9af; text-transform: uppercase; font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.tiktok-symbol { position: relative; z-index: 1; width: 72px; height: 72px; display: grid; place-items: center; margin: 70px 0 24px; border-radius: 50%; background: var(--white); color: var(--ink); font-size: 38px; font-weight: 900; box-shadow: -7px -5px 0 #25f4ee, 7px 5px 0 #fe2c55; }
.tiktok-identity strong { position: relative; z-index: 1; font-size: clamp(32px, 4vw, 52px); line-height: 1; letter-spacing: -.055em; overflow-wrap: anywhere; }
.tiktok-identity p { position: relative; z-index: 1; max-width: 330px; margin: 25px 0 34px; color: #939399; font-size: 12px; line-height: 1.6; }
.tiktok-identity a { position: relative; z-index: 1; width: fit-content; margin-top: auto; padding-bottom: 5px; border-bottom: 1px solid var(--accent); color: var(--accent); font-size: 12px; font-weight: 800; }
.tiktok-embed-shell { min-width: 0; min-height: 570px; display: grid; align-items: center; padding: 22px; background: #f4f4f5; color: var(--ink); overflow: hidden; }
.tiktok-video-grid { min-width: 0; display: grid; grid-template-columns: repeat(4, minmax(188px, 1fr)); gap: 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: #a5a5aa transparent; }
.tiktok-video-card { min-width: 0; margin: 0; border: 1px solid #d4d4d8; background: var(--white); scroll-snap-align: start; }
.tiktok-video-card video { width: 100%; aspect-ratio: 9 / 16; display: block; background: #080809; object-fit: cover; }
.tiktok-video-card > span { min-height: 44px; display: flex; align-items: center; gap: 10px; padding: 0 12px; color: #737378; font-size: 9px; font-weight: 780; text-transform: uppercase; letter-spacing: .08em; }
.tiktok-video-card > span b { color: var(--ink); font-size: 11px; }

.reviews { padding: 115px 0 125px; background: var(--white); }
.reviews-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 70px; margin-bottom: 50px; }
.reviews-heading h2 { margin: 0; font-size: clamp(55px, 7vw, 96px); line-height: .86; letter-spacing: -.07em; }
.reviews-heading-copy { display: grid; justify-items: start; gap: 22px; }
.reviews-heading-copy p { max-width: 420px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.review-card { min-height: 315px; display: grid; grid-template-rows: auto auto 1fr auto; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.review-card-head { display: flex; justify-content: space-between; gap: 20px; color: #8a898e; font-size: 9px; font-weight: 800; }
.review-stars { margin-top: 30px; color: #9db400; font-size: 17px; letter-spacing: .08em; }
.review-card blockquote { align-self: center; margin: 25px 0; font-size: 18px; line-height: 1.45; letter-spacing: -.02em; }
.review-card-foot { display: flex; align-items: end; justify-content: space-between; gap: 15px; padding-top: 18px; border-top: 1px solid var(--line); }
.review-card-foot strong { font-size: 13px; }
.review-card-foot span { color: #85858a; font-size: 9px; text-align: right; }
.reviews-empty { min-height: 310px; align-content: center; justify-items: center; padding: 42px 20px; border: 1px dashed #a8a69f; background: var(--paper); text-align: center; }
.reviews-empty:not([hidden]) { display: grid; }
.reviews-empty > span { color: #9db400; letter-spacing: .12em; }
.reviews-empty strong { margin: 25px 0 8px; font-size: 24px; letter-spacing: -.035em; }
.reviews-empty p { max-width: 520px; margin: 0 0 25px; color: var(--muted); font-size: 12px; line-height: 1.55; }

.compare-callout { padding: 95px 0; background: var(--accent); }
.compare-callout-inner { display: grid; grid-template-columns: 1.2fr .7fr auto; align-items: end; gap: 46px; }
.compare-callout h2 { font-size: clamp(48px, 5.4vw, 76px); }
.compare-callout-inner > p { margin: 0 0 4px; font-size: 14px; line-height: 1.6; }
.compare-callout .button span { min-width: 21px; height: 21px; display: grid; place-items: center; background: var(--accent); color: var(--ink); }

.installment { padding: 120px 0; background: var(--ink); color: var(--white); overflow: hidden; }
.installment-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.installment-heading h2 { margin: 0; max-width: 720px; font-size: clamp(52px, 6vw, 86px); line-height: .9; letter-spacing: -.07em; }
.installment-heading h2 span { color: var(--accent); }
.installment-heading > p:not(.eyebrow) { max-width: 560px; margin: 30px 0; color: #aaaab0; font-size: 15px; line-height: 1.65; }
.installment-terms { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #3a3a3e; border-left: 1px solid #3a3a3e; }
.installment-terms article { min-height: 250px; display: grid; grid-template-rows: auto 1fr auto; padding: 23px; border-right: 1px solid #3a3a3e; border-bottom: 1px solid #3a3a3e; }
.installment-terms article > span { color: #6f6f75; font-size: 10px; font-weight: 850; }
.installment-terms strong { align-self: center; color: var(--accent); font-size: clamp(55px, 6vw, 86px); line-height: 1; letter-spacing: -.07em; }
.installment-terms p { margin: 0; color: #a0a0a6; font-size: 11px; line-height: 1.5; }
.installment-note { grid-column: 1 / -1; padding: 20px 23px; border-right: 1px solid #3a3a3e; border-bottom: 1px solid #3a3a3e; color: #c4c4c8; font-size: 12px; line-height: 1.5; }

.contacts { padding: 110px 0; background: var(--paper); }
.contacts-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: end; gap: 80px; }
.contacts-heading h2 { margin: 0; font-size: clamp(54px, 7vw, 92px); line-height: .9; letter-spacing: -.07em; }
.contacts-heading > p:last-child { max-width: 430px; margin: 28px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.contact-card { min-height: 235px; display: grid; grid-template-rows: auto auto 1fr auto; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: background .2s ease, transform .2s ease; }
a.contact-card:hover { background: var(--accent); transform: translateY(-4px); }
.contact-card-address { grid-column: 1 / -1; min-height: 190px; }
.contact-index { color: #97969b; font-size: 10px; font-weight: 850; }
.contact-label { margin-top: 27px; color: #77777c; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.contact-card strong { align-self: center; font-size: clamp(22px, 2.6vw, 34px); line-height: 1.05; letter-spacing: -.045em; overflow-wrap: anywhere; }
.contact-action { padding-top: 18px; border-top: 1px solid var(--line); color: #6f6f74; font-size: 10px; font-weight: 750; }
.callback-banner { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; width: 100%; margin-top: -30px; padding: 24px 26px; border: 0; background: var(--accent); color: var(--ink); text-align: left; cursor: pointer; }
.callback-banner span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.callback-banner strong { font-size: 20px; letter-spacing: -.03em; }
.callback-banner span:last-child { justify-self: end; }

.site-footer { padding: 80px 0 24px; background: #080809; color: var(--white); }
.footer-main { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; padding-bottom: 70px; }
.brand-footer { margin-bottom: 20px; }
.footer-main > div:first-child p { max-width: 350px; color: #8a8a90; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: .8fr 1fr 1.3fr; gap: 35px; }
.footer-links div { display: grid; align-content: start; gap: 13px; }
.footer-links strong { margin-bottom: 7px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a, .footer-links span { color: #89898f; font-size: 12px; line-height: 1.45; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; border-top: 1px solid #242427; color: #66666b; font-size: 10px; line-height: 1.5; }

.compare-dock { position: fixed; z-index: 40; left: 50%; bottom: 20px; width: min(calc(100% - 36px), 760px); min-height: 74px; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 14px 12px 20px; background: var(--ink); color: var(--white); box-shadow: 0 20px 65px rgba(0,0,0,.35); }
.compare-dock-copy { min-width: 0; display: grid; gap: 4px; }
.compare-dock-copy strong { font-size: 13px; }
.compare-dock-copy span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #8f8f94; font-size: 11px; }
.compare-dock-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.dock-clear { border: 0; background: transparent; color: #a3a3a8; cursor: pointer; font-size: 11px; }

dialog { color: var(--ink); }
dialog::backdrop { background: rgba(7,7,9,.76); backdrop-filter: blur(8px); }
.product-dialog, .compare-dialog { width: min(calc(100% - 32px), 1060px); max-height: min(88vh, 900px); margin: auto; padding: 0; border: 0; background: var(--paper); box-shadow: var(--shadow); overflow: auto; }
.dialog-close { position: sticky; z-index: 10; left: calc(100% - 58px); top: 16px; width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: -42px; border: 1px solid #d2d0ca; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); cursor: pointer; font-size: 25px; line-height: 1; }
.dialog-close:hover { background: var(--accent); }
.dialog-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.dialog-visual { position: relative; display: grid; place-items: center; min-height: 620px; padding: 54px 28px; background: var(--dialog-bg, #eceef2); overflow: hidden; }
.dialog-visual::before { content: attr(data-generation); position: absolute; left: -15px; bottom: -30px; color: rgba(0,0,0,.07); font-size: 190px; font-weight: 950; letter-spacing: -.11em; }
.dialog-visual > img { position: relative; z-index: 1; width: 100%; height: 510px; object-fit: contain; mix-blend-mode: multiply; }
.dialog-gallery { position: sticky; top: 0; align-self: start; min-height: 650px; display: flex; flex-direction: column; justify-content: center; gap: 13px; padding: 48px 24px 22px; }
.gallery-stage { position: relative; z-index: 1; width: 100%; height: 470px; overflow: hidden; background: rgba(255,255,255,.32); touch-action: pan-y; user-select: none; }
.gallery-stage > img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: opacity .12s ease, transform .12s ease; }
.gallery-stage > img[data-fit="cover"] { object-fit: cover; transform: scale(1.16); }
.gallery-stage > img.is-changing { opacity: .38; transform: scale(.985); }
.gallery-stage > img[data-fit="cover"].is-changing { transform: scale(1.13); }
.gallery-arrow { position: absolute; z-index: 3; top: 50%; width: 44px; height: 44px; display: grid; place-items: center; transform: translateY(-50%); border: 1px solid rgba(11,11,12,.18); border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); cursor: pointer; font-size: 30px; line-height: 1; box-shadow: 0 8px 25px rgba(11,11,12,.1); }
.gallery-arrow:hover { background: var(--accent); }
.gallery-arrow-prev { left: 12px; }
.gallery-arrow-next { right: 12px; }
.gallery-caption { position: absolute; z-index: 3; left: 12px; right: 12px; bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 12px; background: rgba(11,11,12,.86); color: var(--white); backdrop-filter: blur(8px); }
.gallery-caption span { font-size: 11px; font-weight: 760; }
.gallery-caption b { color: var(--accent); font-size: 10px; letter-spacing: .08em; }
.gallery-thumbs { position: relative; z-index: 2; display: flex; justify-content: center; gap: 8px; width: 100%; }
.gallery-thumb { width: 76px; height: 58px; padding: 3px; overflow: hidden; border: 1px solid rgba(11,11,12,.18); background: rgba(255,255,255,.7); cursor: pointer; }
.gallery-thumb.is-active { border: 3px solid var(--ink); padding: 1px; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.gallery-hint { position: relative; z-index: 2; margin: 0; color: #6f6f74; text-align: center; font-size: 9px; font-weight: 720; }
.gallery-hint span { margin-right: 5px; color: var(--ink); font-size: 13px; }
.dialog-copy { min-width: 0; padding: 72px 58px 52px; }
.dialog-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: .9; letter-spacing: -.065em; }
.dialog-lede { margin: 22px 0 28px; color: var(--muted); line-height: 1.6; }
.dialog-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0 0 28px; background: #d9d6cf; border: 1px solid #d9d6cf; }
.dialog-highlights div { padding: 16px; background: var(--white); }
.dialog-highlights dt { margin-bottom: 5px; color: #8b8a8f; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.dialog-highlights dd { margin: 0; font-size: 13px; font-weight: 800; line-height: 1.35; }
.detail-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.detail-list li { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.5; }
.detail-list b { color: #808085; }
.dialog-product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
.dialog-share { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 12px; }
.dialog-share > span { margin-right: 3px; color: #86858a; font-size: 9px; font-weight: 820; text-transform: uppercase; letter-spacing: .1em; }
.dialog-share a { padding: 7px 9px; border: 1px solid var(--line); color: #55555a; font-size: 9px; font-weight: 780; }
.dialog-share a:hover { border-color: var(--ink); color: var(--ink); }
.dialog-compare-button { width: 100%; }
.button-light-dialog { border: 1px solid #c6c3bc; background: var(--white); color: var(--ink); }
.price-panel { margin: 28px 0; border: 1px solid #cfccc4; background: var(--white); }
.price-panel summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 62px; padding: 14px 16px; cursor: pointer; list-style: none; font-size: 13px; font-weight: 850; }
.price-panel summary::-webkit-details-marker { display: none; }
.price-panel summary::after { content: "+"; flex: 0 0 auto; font-size: 21px; font-weight: 500; }
.price-panel[open] summary::after { content: "−"; }
.price-panel summary span { color: #747479; font-size: 10px; font-weight: 650; }
.price-note { margin: 0; padding: 12px 16px; background: var(--accent); font-size: 11px; line-height: 1.45; font-weight: 790; }
.price-table-wrap { max-height: 340px; overflow: auto; border-top: 1px solid #dedbd4; }
.price-table { width: 100%; border-collapse: collapse; font-size: 10px; }
.price-table th { position: sticky; z-index: 1; top: 0; padding: 10px 9px; background: #efede8; color: #747479; text-align: left; text-transform: uppercase; letter-spacing: .07em; font-size: 8px; }
.price-table td { padding: 10px 9px; border-top: 1px solid #e4e1db; vertical-align: top; line-height: 1.35; }
.price-table td:last-child { white-space: nowrap; font-size: 11px; font-weight: 850; }
.price-market { display: block; color: #77777c; margin-top: 2px; font-size: 8px; }
.price-status { display: inline-block; margin-top: 3px; padding: 2px 4px; background: #fff1b8; color: #5a4600; font-size: 7px; font-weight: 850; text-transform: uppercase; }

.compare-dialog { width: min(calc(100% - 32px), 1180px); padding: 58px; }
.compare-dialog .dialog-close { position: sticky; float: right; left: auto; top: 0; margin: -36px -36px 0 0; }
.compare-dialog-head { margin-bottom: 40px; }
.compare-dialog-head h2 { margin: 0 0 10px; font-size: clamp(43px, 6vw, 74px); line-height: .92; letter-spacing: -.06em; }
.compare-dialog-head > p:last-child { color: var(--muted); }
.compare-empty { padding: 65px 20px; border: 1px dashed #aaa8a2; text-align: center; }
.compare-empty strong { display: block; margin-bottom: 8px; font-size: 23px; }
.comparison-table { width: 100%; border-collapse: collapse; table-layout: fixed; background: var(--white); font-size: 12px; }
.comparison-table th, .comparison-table td { padding: 16px; border: 1px solid #dfdcd5; vertical-align: top; text-align: left; line-height: 1.45; }
.comparison-table th:first-child, .comparison-table td:first-child { width: 155px; background: #edebe6; color: #68686d; font-weight: 750; }
.comparison-product { display: grid; gap: 10px; }
.comparison-product img { width: 100%; height: 155px; object-fit: contain; mix-blend-mode: multiply; }
.comparison-product strong { font-size: 17px; letter-spacing: -.03em; }
.comparison-remove { width: fit-content; border: 0; border-bottom: 1px solid currentColor; padding: 0; background: transparent; color: #77777c; cursor: pointer; font-size: 10px; }
.lead-dialog { width: min(calc(100% - 32px), 1060px); max-height: min(92vh, 900px); margin: auto; padding: 0; border: 0; background: var(--paper); box-shadow: var(--shadow); overflow: auto; }
.lead-dialog-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; min-height: 690px; }
.lead-dialog-intro { display: flex; flex-direction: column; justify-content: center; padding: 70px 52px; background: var(--ink); color: var(--white); }
.lead-dialog-intro h2 { margin: 0; color: var(--white); font-size: clamp(52px, 6vw, 82px); line-height: .86; letter-spacing: -.07em; }
.lead-dialog-intro > p:not(.eyebrow) { margin: 30px 0; color: #a7a7ad; font-size: 14px; line-height: 1.65; }
.lead-promise { display: grid; gap: 5px; margin-top: auto; padding-top: 22px; border-top: 1px solid #343438; }
.lead-promise strong { color: var(--accent); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.lead-promise span { color: #8e8e94; font-size: 10px; line-height: 1.5; }
.lead-form { display: grid; align-content: center; gap: 18px; padding: 62px 58px 44px; }
.form-field { display: grid; gap: 8px; }
.form-field > span, .contact-methods legend { color: #69696e; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #d2cfc8; border-radius: 0; background: var(--white); color: var(--ink); padding: 13px 14px; outline: 0; font-size: 14px; }
.form-field input, .form-field select { min-height: 49px; }
.form-field textarea { resize: vertical; min-height: 84px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.contact-methods { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; border: 0; }
.contact-methods legend { width: 100%; margin-bottom: 8px; }
.contact-methods label { cursor: pointer; }
.contact-methods input { position: absolute; opacity: 0; pointer-events: none; }
.contact-methods span { display: grid; place-items: center; min-height: 38px; padding: 0 14px; border: 1px solid #d2cfc8; background: var(--white); color: #68686d; font-size: 11px; font-weight: 750; }
.contact-methods input:checked + span { border-color: var(--ink); background: var(--ink); color: var(--white); }
.contact-methods input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 2px; }
.consent-field { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: #77777c; cursor: pointer; font-size: 10px; line-height: 1.5; }
.consent-field input { width: 16px; height: 16px; margin: 0; accent-color: var(--ink); }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lead-submit { width: 100%; }
.lead-submit[disabled] { cursor: wait; opacity: .65; transform: none; }
.form-status { min-height: 18px; margin: -7px 0 0; color: #bd2424; font-size: 11px; line-height: 1.45; }
.lead-success { position: absolute; z-index: 3; inset: 0 0 0 41%; align-content: center; justify-items: center; padding: 50px; background: var(--paper); text-align: center; }
.lead-success:not([hidden]) { display: grid; }
.lead-success > span { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); font-size: 35px; font-weight: 900; }
.lead-success h3 { margin: 25px 0 10px; font-size: 45px; letter-spacing: -.055em; }
.lead-success p { max-width: 430px; margin: 0 0 28px; color: var(--muted); line-height: 1.6; }
.review-dialog { width: min(calc(100% - 32px), 960px); max-height: min(92vh, 860px); margin: auto; padding: 0; border: 0; background: var(--paper); box-shadow: var(--shadow); overflow: auto; }
.review-dialog-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; min-height: 650px; }
.review-dialog-intro { display: flex; flex-direction: column; justify-content: center; padding: 65px 48px; background: var(--ink); color: var(--white); }
.review-dialog-intro h2 { margin: 0; font-size: clamp(50px, 6vw, 76px); line-height: .88; letter-spacing: -.07em; }
.review-dialog-intro > p:not(.eyebrow) { margin: 28px 0; color: #a7a7ad; font-size: 13px; line-height: 1.65; }
.review-trust { display: grid; gap: 5px; margin-top: auto; padding-top: 22px; border-top: 1px solid #343438; }
.review-trust strong { color: var(--accent); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.review-trust span { color: #8e8e94; font-size: 10px; line-height: 1.5; }
.review-form { display: grid; align-content: center; gap: 20px; padding: 55px 50px 38px; }
.rating-field { margin: 0; padding: 0; border: 0; }
.rating-field legend { margin-bottom: 8px; color: #69696e; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.rating-field > div { width: fit-content; display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 2px; }
.rating-field input { position: absolute; opacity: 0; pointer-events: none; }
.rating-field label { color: #cbc9c3; cursor: pointer; font-size: 33px; line-height: 1; transition: color .15s ease; }
.rating-field label:hover, .rating-field label:hover ~ label, .rating-field input:checked ~ label { color: #9db400; }
.rating-field input:focus-visible + label { outline: 3px solid var(--focus); outline-offset: 2px; }
.review-submit { width: 100%; }
.review-submit[disabled] { cursor: wait; opacity: .65; transform: none; }
.review-success { position: absolute; z-index: 3; inset: 0 0 0 42.5%; align-content: center; justify-items: center; padding: 45px; background: var(--paper); text-align: center; }
.review-success:not([hidden]) { display: grid; }
.review-success > span { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); font-size: 35px; font-weight: 900; }
.review-success h3 { margin: 25px 0 10px; font-size: 40px; letter-spacing: -.05em; }
.review-success p { max-width: 390px; margin: 0 0 28px; color: var(--muted); line-height: 1.6; }
.noscript { position: fixed; z-index: 100; inset: auto 0 0; padding: 12px; background: #ffda3d; text-align: center; font-size: 13px; }

:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 20px; }
  .hero-product { min-height: 540px; }
  .hero-product img { height: 460px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .tiktok-stage { grid-template-columns: minmax(220px, .5fr) minmax(0, 1.5fr); }
  .tiktok-identity { padding-inline: 25px; }
  .compare-callout-inner { grid-template-columns: 1fr 1fr; }
  .compare-callout .button { grid-column: 2; width: fit-content; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { height: 70px; }
  .desktop-nav { display: none; }
  .brand { font-size: 17px; }
  .brand-mark { width: 30px; height: 30px; }
  .compare-header { padding: 8px 9px; font-size: 11px; }
  .lead-header { min-height: 37px; padding-inline: 10px; font-size: 10px; }
  .compare-header { display: none; }
  .hero { padding: 116px 0 44px; }
  .hero-grid { min-height: 0; gap: 45px; }
  .hero h1 { font-size: clamp(52px, 17vw, 76px); }
  .hero-lede { margin-top: 25px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; margin-top: 28px; }
  .hero-actions .button { width: 100%; }
  .hero-stats { gap: 26px; margin-top: 38px; }
  .hero-product { min-height: 390px; }
  .hero-product img { width: 98%; height: 340px; }
  .hero-label { left: 15px; top: 15px; }
  .hero-spec { min-width: 120px; padding: 10px 11px; }
  .hero-spec-top { right: -6px; top: 82px; }
  .hero-spec-bottom { left: -5px; bottom: 25px; }
  .hero-price { right: 8px; bottom: 8px; }
  .hero-price b { font-size: 17px; }
  .feature-rail-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .feature-rail-grid > div { min-height: 76px; padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(11,11,12,.2); }
  .feature-rail-grid > div:last-child { border-bottom: 0; }
  .catalog-section { padding: 78px 0 88px; }
  .section-heading { display: grid; margin-bottom: 30px; }
  .section-heading h2, .chooser h2 { font-size: 51px; }
  .section-heading > p { font-size: 14px; }
  .condition-notice { grid-template-columns: 1fr; gap: 10px; margin-top: 0; }
  .condition-notice strong { white-space: normal; }
  .condition-notice a { width: fit-content; margin-top: 4px; }
  .catalog-tools { grid-template-columns: 1fr; padding: 14px; }
  .search-box { min-height: 42px; border-bottom: 1px solid var(--line); }
  .filter-group { width: 100%; }
  .filter-chip { flex: 1; padding-inline: 9px; }
  .generation-select select { width: 100%; }
  .product-grid { grid-template-columns: 1fr; gap: 17px; }
  .product-visual { height: 285px; }
  .product-visual img { height: 248px; }
  .chooser { padding: 80px 0; }
  .chooser-grid { grid-template-columns: 1fr; gap: 55px; }
  .chooser-intro { position: static; }
  .chooser-list article { grid-template-columns: 35px 1fr; padding: 27px 0; }
  .tiktok-showcase { padding: 78px 0 85px; }
  .tiktok-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 34px; }
  .tiktok-heading h2 { font-size: 58px; }
  .tiktok-heading-copy .button { width: 100%; }
  .tiktok-stage { grid-template-columns: 1fr; }
  .tiktok-identity { min-height: 390px; border-right: 0; border-bottom: 1px solid #303035; }
  .tiktok-symbol { margin-top: 48px; }
  .tiktok-embed-shell { min-height: 570px; padding: 10px; }
  .tiktok-video-grid { grid-template-columns: repeat(4, minmax(76vw, 300px)); }
  .reviews { padding: 78px 0 85px; }
  .reviews-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 32px; }
  .reviews-heading h2 { font-size: 58px; }
  .reviews-heading-copy .button { width: 100%; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 280px; }
  .compare-callout { padding: 72px 0; }
  .compare-callout-inner { grid-template-columns: 1fr; gap: 26px; align-items: start; }
  .compare-callout .button { grid-column: 1; width: 100%; }
  .installment { padding: 80px 0; }
  .installment-grid { grid-template-columns: 1fr; gap: 52px; }
  .installment-heading h2 { font-size: 51px; }
  .installment-heading .button { width: 100%; }
  .installment-terms { grid-template-columns: 1fr; }
  .installment-terms article { min-height: 185px; }
  .installment-terms strong { font-size: 68px; }
  .installment-note { grid-column: 1; }
  .contacts { padding: 78px 0; }
  .contacts-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-card { min-height: 210px; }
  .contact-card strong { font-size: 25px; }
  .callback-banner { grid-template-columns: 1fr; gap: 10px; margin-top: -18px; padding: 22px; }
  .callback-banner span:last-child { justify-self: start; margin-top: 6px; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; padding-bottom: 55px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .compare-dock { bottom: 10px; min-height: 68px; padding-left: 14px; }
  .compare-dock-copy span { max-width: 125px; }
  .dock-clear { display: none; }
  .compare-dock .button { min-height: 43px; padding-inline: 14px; }
  .dialog-grid { grid-template-columns: minmax(0, 1fr); }
  .dialog-visual { min-height: 375px; padding: 38px 20px; }
  .dialog-visual > img { height: 330px; }
  .dialog-gallery { position: relative; min-height: 480px; gap: 11px; padding: 48px 14px 18px; }
  .gallery-stage { height: 340px; }
  .gallery-arrow { width: 40px; height: 40px; font-size: 27px; }
  .gallery-arrow-prev { left: 8px; }
  .gallery-arrow-next { right: 8px; }
  .gallery-caption { left: 8px; right: 8px; bottom: 8px; }
  .gallery-thumb { width: 68px; height: 51px; }
  .gallery-hint { font-size: 8px; }
  .dialog-copy { padding: 40px 22px 34px; }
  .detail-list li { grid-template-columns: 92px 1fr; }
  .dialog-product-actions { grid-template-columns: 1fr; }
  .price-table-wrap { overflow-x: auto; }
  .price-table { min-width: 510px; }
  .compare-dialog { padding: 48px 16px 25px; }
  .compare-dialog .dialog-close { margin: -35px 0 0 0; }
  .comparison-scroll { overflow-x: auto; padding-bottom: 10px; }
  .comparison-table { min-width: 680px; }
  .lead-dialog { width: min(calc(100% - 18px), 1060px); max-height: 95vh; }
  .lead-dialog-grid { grid-template-columns: 1fr; }
  .lead-dialog-intro { min-height: 320px; padding: 52px 24px 30px; }
  .lead-dialog-intro h2 { font-size: 55px; }
  .lead-dialog-intro > p:not(.eyebrow) { margin: 24px 0; }
  .lead-promise { margin-top: 10px; }
  .lead-form { padding: 35px 20px 25px; }
  .lead-success { position: fixed; inset: 50% auto auto 50%; width: min(calc(100% - 36px), 470px); min-height: 390px; transform: translate(-50%, -50%); padding: 28px; }
  .lead-success h3 { font-size: 36px; }
  .review-dialog { width: min(calc(100% - 18px), 960px); max-height: 95vh; }
  .review-dialog-grid { grid-template-columns: 1fr; }
  .review-dialog-intro { min-height: 300px; padding: 52px 24px 30px; }
  .review-dialog-intro h2 { font-size: 53px; }
  .review-dialog-intro > p:not(.eyebrow) { margin: 23px 0; }
  .review-trust { margin-top: 8px; }
  .review-form { padding: 34px 20px 24px; }
  .review-success { position: fixed; inset: 50% auto auto 50%; width: min(calc(100% - 36px), 470px); min-height: 390px; transform: translate(-50%, -50%); padding: 28px; }
  .review-success h3 { font-size: 34px; }
}

@media (max-width: 390px) {
  .hero-stats { justify-content: space-between; gap: 12px; }
  .product-body { padding-inline: 18px; }
  .compare-dock-copy { display: none; }
  .compare-dock { justify-content: center; width: auto; left: auto; right: 10px; transform: none; }
}
