:root {
  --v2-primary: #ff6f0f;
  --v2-primary-dark: #e85d04;
  --v2-tint: #fff4ec;
  --v2-ink: #202124;
  --v2-soft: #55585e;
  --v2-muted: #8a8d93;
  --v2-line: #e6e7e9;
  --v2-surface: #f7f7f8;
  --v2-green: #15966b;
  --v2-red: #e64a4a;
  --v2-shell: 1180px;
}

body { background: #fff; color: var(--v2-ink); }
.shell { width: min(calc(100% - 48px), var(--v2-shell)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-kicker { margin: 0 0 8px; color: var(--v2-primary); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .055em; }
.text-link { color: var(--v2-soft); font-size: 14px; font-weight: 700; }
.text-link span { color: var(--v2-primary); }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--v2-muted); font-size: 13px; }
.breadcrumb a:hover { color: var(--v2-primary); }
.breadcrumb strong { max-width: 56vw; overflow: hidden; color: var(--v2-soft); font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 80; width: 100%; border-bottom: 1px solid var(--v2-line); background: rgba(255,255,255,.95); backdrop-filter: blur(16px); }
.site-header .header-inner { position: relative; height: 72px; display: flex; align-items: center; gap: 34px; }
.site-header .brand, .site-footer .brand { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; text-decoration: none; }
.brand-logo { display: block; width: 36px; height: 36px; border-radius: 10px; box-shadow: none; }
.brand-name { color: var(--v2-ink); font-size: 20px; font-weight: 800; letter-spacing: -.04em; }
.brand-domain { margin-left: 2px; padding: 3px 6px; border: 1px solid var(--v2-line); border-radius: 6px; color: var(--v2-muted); font-size: 11px; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav a { padding: 11px 10px; border-radius: 8px; color: var(--v2-soft); font-size: 15px; font-weight: 700; white-space: nowrap; }
.main-nav a:hover { color: var(--v2-ink); background: var(--v2-surface); }
.main-nav a.nav-current { color: var(--v2-primary); background: var(--v2-tint); }
.header-search { width: 210px; height: 42px; margin-left: auto; display: flex; align-items: center; border: 1px solid var(--v2-line); border-radius: 999px; background: var(--v2-surface); overflow: hidden; }
.header-search:focus-within { border-color: var(--v2-primary); box-shadow: 0 0 0 3px rgba(255,111,15,.12); background: #fff; }
.header-search input { min-width: 0; height: 100%; flex: 1; padding: 0 4px 0 15px; border: 0; outline: 0; background: transparent; color: var(--v2-ink); font: inherit; font-size: 14px; }
.header-search button { width: 42px; height: 42px; border: 0; background: transparent; color: var(--v2-soft); font-size: 22px; cursor: pointer; }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; border: 1px solid var(--v2-line); border-radius: 50%; background: #fff; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 18px; height: 2px; border-radius: 2px; background: var(--v2-ink); }
.mobile-panel { position: absolute; top: 64px; left: -16px; right: -16px; display: grid; padding: 12px 24px 20px; border-bottom: 1px solid var(--v2-line); background: #fff; box-shadow: 0 18px 28px rgba(26,27,30,.08); }
.mobile-panel a { padding: 12px 0; color: var(--v2-soft); font-size: 16px; font-weight: 700; }
.mobile-panel a.nav-current { color: var(--v2-primary); }

/* Home */
.v2-hero { padding: 70px 0 64px; background: var(--v2-tint); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(390px,.95fr); align-items: center; gap: 64px; }
.hero-copy .eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; padding: 0; border: 0; color: var(--v2-primary-dark); font-family: inherit; font-size: 13px; font-weight: 800; letter-spacing: -.01em; }
.hero-copy .eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--v2-primary); box-shadow: 0 0 0 5px rgba(255,111,15,.12); }
.hero-copy h1 { margin: 0; color: var(--v2-ink); font-family: inherit; font-size: clamp(42px,5vw,60px); line-height: 1.12; letter-spacing: -.055em; }
.hero-copy h1 strong { color: var(--v2-primary); }
.hero-description { max-width: 560px; margin: 22px 0 28px; color: var(--v2-soft); font-size: 17px; line-height: 1.7; }
.hero-search { height: 58px; max-width: 580px; display: flex; align-items: center; padding: 6px; border: 1px solid #dedfe1; border-radius: 14px; background: #fff; box-shadow: 0 12px 34px rgba(36,31,27,.08); }
.hero-search input { min-width: 0; height: 100%; flex: 1; padding: 0 14px; border: 0; outline: 0; color: var(--v2-ink); background: transparent; font: inherit; font-size: 15px; }
.hero-search button { height: 46px; padding: 0 24px; border: 0; border-radius: 10px; color: #fff; background: var(--v2-primary); font: inherit; font-weight: 800; cursor: pointer; }
.hero-search button:hover { background: var(--v2-primary-dark); }
.hero-metrics { display: flex; margin: 28px 0 0; }
.hero-metrics div { display: grid; gap: 3px; padding: 0 24px; border-right: 1px solid rgba(74,69,65,.14); }
.hero-metrics div:first-child { padding-left: 0; }
.hero-metrics div:last-child { border-right: 0; }
.hero-metrics dt { color: var(--v2-muted); font-size: 11px; font-weight: 700; }
.hero-metrics dd { margin: 0; color: var(--v2-ink); font-size: 18px; font-weight: 800; }
.price-demo { display: block; padding: 24px; border: 1px solid rgba(122,92,72,.14); border-radius: 24px; background: #fff; box-shadow: 0 28px 60px rgba(89,58,36,.12); transform: none; }
.demo-top, .demo-price { display: flex; align-items: center; justify-content: space-between; }
.demo-top span { color: var(--v2-muted); font-size: 12px; font-weight: 700; }
.demo-top strong { padding: 5px 9px; border-radius: 999px; color: var(--v2-green); background: #ebf8f3; font-size: 11px; }
.demo-product { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 14px; margin: 22px 0; }
.demo-thumb { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 16px; background: var(--v2-surface); font-size: 28px; overflow: hidden; }
.demo-thumb img { width: 100%; height: 100%; object-fit: contain; }
.demo-product small { display: block; margin-bottom: 3px; color: var(--v2-muted); font-size: 11px; }
.demo-product strong { display: block; font-size: 16px; line-height: 1.35; }
.demo-price span { color: var(--v2-muted); font-size: 12px; }
.demo-price strong { margin-left: auto; font-size: 25px; letter-spacing: -.04em; }
.demo-price em { margin-left: 8px; color: var(--v2-green); font-size: 11px; font-style: normal; font-weight: 800; }
.demo-chart { height: 72px; margin: 20px 0; display: flex; align-items: end; gap: 9px; }
.demo-chart span { flex: 1; border-radius: 6px 6px 2px 2px; background: linear-gradient(#ffb27c,var(--v2-primary)); opacity: .78; }
.demo-chart span:nth-child(1) { height: 75%; }.demo-chart span:nth-child(2) { height: 58%; }.demo-chart span:nth-child(3) { height: 66%; }.demo-chart span:nth-child(4) { height: 42%; }.demo-chart span:nth-child(5) { height: 52%; }
.price-demo > p { margin: 0; padding-top: 16px; border-top: 1px solid var(--v2-line); color: var(--v2-soft); font-size: 12px; }
.price-demo > p b { float: right; color: var(--v2-primary); }
.category-section, .home-section { padding: 72px 0; }
.category-section { padding-bottom: 24px; }
.section-heading { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading h2 { margin: 0; color: var(--v2-ink); font-family: inherit; font-size: 28px; letter-spacing: -.045em; }
.section-heading > div > p:not(.section-kicker) { margin: 8px 0 0; color: var(--v2-muted); font-size: 14px; }
.section-heading > span { color: var(--v2-muted); font-size: 13px; }
.section-heading.compact { margin-bottom: 20px; }
.category-list { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 10px; }
.category-item { min-height: 110px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--v2-line); border-radius: 14px; background: #fff; transition: transform .15s,border-color .15s; }
.category-item:hover { border-color: #ffb37e; transform: translateY(-2px); }
.category-item > span { font-size: 25px; }.category-item strong { font-size: 13px; }.category-item small { color: var(--v2-muted); font-size: 10px; }
.home-section:nth-of-type(even) { background: var(--v2-surface); }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.product-card { min-width: 0; border: 1px solid var(--v2-line); border-radius: 16px; background: #fff; overflow: hidden; transition: transform .18s,box-shadow .18s,border-color .18s; }
.product-card:hover { border-color: #d7d8db; transform: translateY(-3px); box-shadow: 0 16px 36px rgba(32,33,36,.09); }
.product-card > a { display: block; }
.product-image { position: relative; height: 210px; display: grid; place-items: center; background: #fafafa; overflow: hidden; }
.product-image img { width: 100%; height: 100%; padding: 18px; object-fit: contain; background: #fff; }
.product-image .ph { position: absolute; inset: 0; place-items: center; font-size: 56px; }
.product-badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 5px 8px; border-radius: 7px; font-size: 10px; font-weight: 800; }
.badge-down { color: var(--v2-green); background: #eaf7f2; }.badge-hot { color: #d45200; background: #fff0e6; }.badge-new { color: #3867d6; background: #edf2ff; }
.product-card-body { padding: 16px; }
.product-category { color: var(--v2-muted); font-size: 11px; font-weight: 700; }
.product-card h3 { min-height: 42px; margin: 7px 0 16px; display: -webkit-box; overflow: hidden; color: var(--v2-ink); font-family: inherit; font-size: 14px; line-height: 1.45; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.product-price { display: grid; gap: 2px; }.product-price small { color: var(--v2-muted); font-size: 10px; text-decoration: line-through; }.product-price strong { font-size: 19px; letter-spacing: -.035em; }
.product-status { margin-top: 7px; color: var(--v2-green); font-size: 11px; font-weight: 800; }
.empty-copy { grid-column: 1/-1; padding: 36px; color: var(--v2-muted); text-align: center; }
.guide-band { padding: 72px 0; color: #fff; background: #292b2f; }
.guide-band-inner { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.guide-band h2 { margin: 0; font-size: 32px; line-height: 1.3; letter-spacing: -.045em; }.guide-band p:not(.section-kicker) { margin: 14px 0 0; color: #b9bbc0; }
.guide-band a { padding: 13px 18px; border-radius: 10px; color: #fff; background: var(--v2-primary); font-weight: 800; }

/* Catalog */
.catalog-page { background: var(--v2-surface); min-height: 70vh; }
.catalog-hero { padding: 28px 0 34px; border-bottom: 1px solid var(--v2-line); background: #fff; }
.catalog-title-row { margin-top: 30px; display: grid; grid-template-columns: minmax(0,1fr) 390px; align-items: end; gap: 50px; }
.catalog-title-row h1 { margin: 0; font-family: inherit; font-size: 38px; line-height: 1.2; letter-spacing: -.05em; }
.catalog-title-row p:not(.section-kicker) { max-width: 650px; margin: 12px 0 0; color: var(--v2-soft); font-size: 15px; line-height: 1.65; }
.catalog-search { height: 52px; display: flex; padding: 5px; border: 1px solid var(--v2-line); border-radius: 12px; background: var(--v2-surface); }
.catalog-search:focus-within { border-color: var(--v2-primary); background: #fff; box-shadow: 0 0 0 3px rgba(255,111,15,.1); }
.catalog-search input { min-width: 0; flex: 1; padding: 0 12px; border: 0; outline: 0; background: transparent; font: inherit; }
.catalog-search button { padding: 0 20px; border: 0; border-radius: 8px; color: #fff; background: var(--v2-primary); font: inherit; font-weight: 800; cursor: pointer; }
.catalog-section { padding: 30px 0 64px; }
.catalog-toolbar { min-height: 42px; margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.catalog-toolbar > strong { font-size: 14px; }.catalog-toolbar > div { display: flex; gap: 5px; overflow-x: auto; }
.catalog-toolbar a { flex: 0 0 auto; padding: 8px 11px; border: 1px solid var(--v2-line); border-radius: 8px; color: var(--v2-soft); background: #fff; font-size: 12px; font-weight: 700; }
.catalog-toolbar a.active { color: #fff; border-color: var(--v2-ink); background: var(--v2-ink); }
.catalog-results { display: grid; gap: 10px; }
.catalog-item { border: 1px solid var(--v2-line); border-radius: 15px; background: #fff; overflow: hidden; }
.catalog-item:hover { border-color: #cfd1d4; box-shadow: 0 8px 26px rgba(32,33,36,.06); }
.catalog-main-link { min-width: 0; display: grid; grid-template-columns: 150px minmax(0,1fr) 180px; align-items: center; gap: 22px; padding: 16px 20px 16px 16px; }
.catalog-thumb { position: relative; width: 150px; height: 130px; display: grid; place-items: center; border-radius: 11px; background: var(--v2-surface); overflow: hidden; }
.catalog-thumb img { width: 100%; height: 100%; padding: 10px; object-fit: contain; background: #fff; }.catalog-thumb .ph { position: absolute; inset: 0; place-items: center; font-size: 38px; }
.catalog-copy { min-width: 0; }.catalog-copy > span { color: var(--v2-muted); font-size: 11px; font-weight: 700; }.catalog-copy h2 { margin: 5px 0 8px; color: var(--v2-ink); font-family: inherit; font-size: 17px; line-height: 1.4; letter-spacing: -.02em; }.catalog-copy p { margin: 0; color: var(--v2-muted); font-size: 12px; }.catalog-copy > div { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 5px; }.catalog-copy small { padding: 4px 7px; border-radius: 6px; color: var(--v2-soft); background: var(--v2-surface); font-size: 10px; }
.catalog-price { display: flex; flex-direction: column; align-items: flex-end; text-align: right; }.catalog-price s { min-height: 17px; color: var(--v2-muted); font-size: 11px; }.catalog-price strong { font-size: 21px; letter-spacing: -.04em; }.catalog-price em { margin-top: 4px; color: var(--v2-green); font-size: 11px; font-style: normal; font-weight: 800; }.catalog-price span { margin-top: 15px; color: var(--v2-primary); font-size: 12px; font-weight: 800; }
.v2-empty { padding: 80px 20px; color: var(--v2-muted); text-align: center; }.v2-empty > span { font-size: 44px; }.v2-empty h2 { margin: 15px 0 6px; color: var(--v2-ink); font-family: inherit; font-size: 22px; }.v2-empty p { margin: 0; }

/* Product detail */
.product-page { background: #fff; }
.product-breadcrumb { padding-top: 22px; }
.product-detail-grid { padding: 32px 0 52px; display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.9fr); align-items: stretch; gap: 54px; }
.product-gallery { position: relative; min-width: 0; display: flex; flex-direction: column; }
.gallery-main { position: relative; min-height: 500px; flex: 1; display: grid; place-items: center; border: 1px solid var(--v2-line); border-radius: 20px; background: var(--v2-surface); overflow: hidden; }
.gallery-main > img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 34px 34px 60px; object-fit: contain; background: #fff; }.gallery-main > .ph { place-items: center; font-size: 110px; }
.gallery-brand { position: absolute; top: 18px; left: 18px; z-index: 2; padding: 6px 9px; border-radius: 7px; color: var(--v2-soft); background: #fff; font-size: 11px; font-weight: 800; }
.product-gallery > p { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 2; margin: 0; color: var(--v2-muted); font-size: 11px; text-align: center; pointer-events: none; }
.product-summary { min-width: 0; display: flex; flex-direction: column; }
.product-kicker { margin: 4px 0 9px; color: var(--v2-primary); font-size: 12px; font-weight: 800; }
.product-summary h1 { margin: 0; display: -webkit-box; overflow: hidden; font-family: inherit; font-size: clamp(27px,2.55vw,34px); line-height: 1.26; letter-spacing: -.045em; word-break: keep-all; overflow-wrap: anywhere; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.tracking-note { display: flex; align-items: center; gap: 7px; margin: 13px 0 0; color: var(--v2-muted); font-size: 12px; }.tracking-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--v2-green); box-shadow: 0 0 0 4px rgba(21,150,107,.1); }
.summary-specs { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 7px; }.summary-specs span { padding: 6px 9px; border: 1px solid var(--v2-line); border-radius: 7px; color: var(--v2-soft); background: #fff; font-size: 11px; font-weight: 700; }
.buy-card { min-height: 0; flex: 1; margin-top: 24px; padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--v2-line); border-radius: 16px; background: #fff; box-shadow: 0 12px 34px rgba(32,33,36,.06); }
.buy-verdict { display: flex; align-items: flex-start; gap: 12px; padding: 13px; border-radius: 11px; background: var(--v2-surface); }.buy-verdict > span { font-size: 21px; }.buy-verdict strong,.buy-verdict small { display: block; }.buy-verdict strong { font-size: 14px; }.buy-verdict small { margin-top: 3px; color: var(--v2-soft); font-size: 11px; line-height: 1.5; }.buy-verdict.v-low { background: #ecf8f4; }.buy-verdict.v-low strong { color: var(--v2-green); }.buy-verdict.v-mid { background: var(--v2-tint); }.buy-verdict.v-mid strong { color: var(--v2-primary-dark); }
.previous-price { margin-top: 20px; display: flex; align-items: center; gap: 8px; color: var(--v2-muted); font-size: 11px; }.previous-price em { padding: 3px 6px; border-radius: 5px; color: var(--v2-green); background: #eaf7f2; font-style: normal; font-weight: 800; }
.current-price { margin-top: 12px; display: flex; align-items: end; justify-content: space-between; gap: 12px; }.current-price span { color: var(--v2-soft); font-size: 12px; }.current-price strong { font-size: 30px; letter-spacing: -.05em; }
.price-range { margin: 12px 0 18px; display: flex; justify-content: space-between; color: var(--v2-muted); font-size: 10px; }
.primary-button { height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 11px; color: #fff; background: var(--v2-primary); font-size: 15px; font-weight: 800; }.primary-button:hover { background: var(--v2-primary-dark); }.buy-card .primary-button { margin-top: auto; }.buy-card > p { margin: 11px 0 0; color: var(--v2-muted); font-size: 10px; line-height: 1.5; text-align: center; }
.detail-anchor { position: sticky; top: 72px; z-index: 40; border-top: 1px solid var(--v2-line); border-bottom: 1px solid var(--v2-line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.detail-anchor-inner { display: flex; }
.detail-anchor a { padding: 16px 20px 14px; border-bottom: 2px solid transparent; color: var(--v2-muted); font-size: 13px; font-weight: 700; }.detail-anchor a:hover,.detail-anchor a.active { color: var(--v2-ink); border-bottom-color: var(--v2-ink); }
.detail-content { width: min(calc(100% - 48px),var(--v2-shell)); margin: 0 auto; padding: 34px 0 70px; display: grid; gap: 22px; }
.content-card { min-width: 0; padding: 30px; border: 1px solid var(--v2-line); border-radius: 18px; background: #fff; }
.chart-detail-card { overflow: hidden; }
.content-heading p { margin: 0 0 9px; color: var(--v2-primary); font-size: 11px; font-weight: 800; letter-spacing: .07em; }.content-heading h2 { margin: 0; font-family: inherit; font-size: 26px; letter-spacing: -.045em; }.content-heading > span { display: block; margin-top: 8px; color: var(--v2-muted); font-size: 13px; }
.chart-period { margin: 20px 0; display: flex; gap: 5px; }.chart-period span { padding: 8px 11px; border-radius: 8px; color: var(--v2-muted); background: var(--v2-surface); font-size: 11px; font-weight: 800; }.chart-period span.active { color: var(--v2-ink); box-shadow: inset 0 0 0 1px var(--v2-line); background: #fff; }
.price-stats { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 20px; border: 1px solid var(--v2-line); border-radius: 12px; overflow: hidden; }.price-stats div { padding: 14px; border-right: 1px solid var(--v2-line); }.price-stats div:last-child { border-right: 0; }.price-stats span,.price-stats strong { display: block; }.price-stats span { color: var(--v2-muted); font-size: 10px; }.price-stats strong { margin-top: 4px; font-size: 14px; }.price-stats .low { color: var(--v2-green); }
.large-chart-wrap { width: 100%; max-width: 100%; overflow: hidden; }.large-chart-wrap .chart-svg { width: 100%; height: auto; display: block; }.chart-svg .grid-line { stroke: #ececef; }.chart-svg .axis-lab { fill: var(--v2-muted); font-family: inherit; font-size: 10px; }.chart-svg .area { fill: url(#cpGrad); }.chart-svg .line { fill: none; stroke: var(--v2-primary); stroke-width: 2.5; }.chart-svg .now-line { stroke: var(--v2-soft); stroke-dasharray: 4 4; opacity: .5; }.chart-svg .dot-low { fill: var(--v2-green); stroke: #fff; stroke-width: 2; }.chart-svg .dot-now { fill: var(--v2-primary); stroke: #fff; stroke-width: 2; }.chart-svg .pt-lab { font-size: 10px; font-weight: 800; }
.decision-grid { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.decision-main,.range-card { min-height: 150px; padding: 20px; border-radius: 13px; background: var(--v2-surface); }.decision-main { display: flex; align-items: flex-start; gap: 13px; }.decision-main > span { font-size: 24px; }.decision-main strong { font-size: 17px; }.decision-main p { margin: 7px 0 0; color: var(--v2-soft); font-size: 12px; line-height: 1.65; }.decision-main.v-low { background: #ecf8f4; }.decision-main.v-low strong { color: var(--v2-green); }
.range-card > div:first-child { display: flex; justify-content: space-between; gap: 10px; color: var(--v2-soft); font-size: 11px; }.range-card > div strong { color: var(--v2-ink); }.range-track { position: relative; height: 8px; margin: 36px 0 10px; border-radius: 999px; background: linear-gradient(90deg,var(--v2-green),#f1bf5a,var(--v2-red)); }.range-track i { position: absolute; top: 50%; width: 16px; height: 16px; border: 3px solid var(--v2-ink); border-radius: 50%; background: #fff; transform: translate(-50%,-50%); }.range-card small { display: flex; justify-content: space-between; color: var(--v2-muted); font-size: 9px; }
.info-summary { margin-top: 18px; }.info-summary > p { margin: 0 0 20px; color: var(--v2-soft); font-size: 14px; line-height: 1.75; }.info-summary dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid var(--v2-line); }.info-summary dl div { display: grid; grid-template-columns: 100px 1fr; gap: 12px; padding: 13px 8px; border-bottom: 1px solid var(--v2-line); }.info-summary dt { color: var(--v2-muted); font-size: 11px; }.info-summary dd { margin: 0; color: var(--v2-soft); font-size: 12px; font-weight: 700; overflow-wrap: anywhere; }
.alternative-section { min-width: 0; padding: 30px; border-radius: 18px; background: var(--v2-surface); }
.alternative-grid { min-width: 0; margin-top: 20px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.alternative-card { min-width: 0; display: flex; flex-direction: column; padding: 12px; border: 1px solid var(--v2-line); border-radius: 14px; background: #fff; overflow: hidden; }.alternative-thumb { width: 100%; height: 150px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: #2c2f34; overflow: hidden; }.alternative-thumb img { width: 100%; height: 100%; padding: 10px; object-fit: contain; background: #fff; }.alternative-thumb span { padding: 16px; font-size: 18px; line-height: 1.25; font-weight: 800; text-align: center; }.alternative-card > small { margin-top: 12px; color: var(--v2-muted); font-size: 9px; }.alternative-card h3 { min-height: 42px; margin: 5px 0 12px; display: -webkit-box; overflow: hidden; font-family: inherit; font-size: 13px; line-height: 1.55; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }.alternative-card > strong { font-size: 17px; }.alternative-card > em { margin-top: 4px; color: var(--v2-green); font-size: 9px; font-style: normal; font-weight: 800; }
.mobile-buy-bar { display: none; }

/* Blog index */
.editorial-page { background: #fff; }.editorial-hero { padding: 52px 0 60px; background: var(--v2-tint); }.editorial-hero-grid { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); align-items: center; gap: 56px; }.editorial-intro h1 { margin: 0; font-family: inherit; font-size: clamp(38px,4.5vw,56px); line-height: 1.15; letter-spacing: -.055em; }.editorial-intro > p:not(.section-kicker) { margin: 18px 0; color: var(--v2-soft); font-size: 15px; line-height: 1.7; }.topic-links { display: flex; flex-wrap: wrap; gap: 7px; }.topic-links a { padding: 7px 10px; border: 1px solid rgba(255,111,15,.18); border-radius: 999px; color: var(--v2-primary-dark); background: rgba(255,255,255,.65); font-size: 11px; font-weight: 800; }
.featured-story { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 330px; border: 1px solid rgba(122,92,72,.14); border-radius: 20px; background: #fff; overflow: hidden; box-shadow: 0 20px 50px rgba(89,58,36,.1); }.featured-image { min-height: 320px; display: grid; place-items: center; background: #ece3db; overflow: hidden; }.featured-image img { width: 100%; height: 100%; object-fit: cover; }.featured-image span { font-size: 64px; }.featured-body { padding: 30px; display: flex; flex-direction: column; justify-content: center; }.featured-body > span { color: var(--v2-primary); font-size: 11px; font-weight: 800; }.featured-body h2 { margin: 10px 0 12px; font-family: inherit; font-size: 24px; line-height: 1.35; letter-spacing: -.035em; }.featured-body p { margin: 0; color: var(--v2-soft); font-size: 13px; line-height: 1.65; }.featured-body > div { margin-top: 24px; display: flex; justify-content: space-between; color: var(--v2-muted); font-size: 11px; }.featured-body strong { color: var(--v2-primary); }
.editorial-latest { padding: 68px 0; }.editorial-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }.editorial-card { min-width: 0; border: 1px solid var(--v2-line); border-radius: 16px; background: #fff; overflow: hidden; transition: transform .16s,box-shadow .16s; }.editorial-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(32,33,36,.08); }.editorial-thumb { height: 190px; display: grid; place-items: center; background: var(--v2-surface); overflow: hidden; font-size: 44px; }.editorial-thumb img { width: 100%; height: 100%; object-fit: cover; }.editorial-card-body { padding: 18px; }.editorial-card-body > span { color: var(--v2-primary); font-size: 10px; font-weight: 800; }.editorial-card h2 { min-height: 50px; margin: 7px 0 9px; display: -webkit-box; overflow: hidden; font-family: inherit; font-size: 17px; line-height: 1.45; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }.editorial-card p { min-height: 57px; margin: 0; display: -webkit-box; overflow: hidden; color: var(--v2-soft); font-size: 12px; line-height: 1.6; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }.editorial-card-body > div { margin-top: 17px; display: flex; justify-content: space-between; color: var(--v2-muted); font-size: 10px; }.editorial-card-body strong { color: var(--v2-primary); }

/* Article */
.article-page { background: #fff; }.article-hero { padding-top: 28px; }.article-title-wrap { max-width: 820px; margin: 54px auto 34px; text-align: center; }.article-title-wrap h1 { margin: 0; font-family: inherit; font-size: clamp(34px,5vw,54px); line-height: 1.2; letter-spacing: -.055em; }.article-title-wrap > p:not(.section-kicker) { max-width: 680px; margin: 18px auto 0; color: var(--v2-soft); font-size: 16px; line-height: 1.7; }.article-meta { margin-top: 22px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--v2-muted); font-size: 11px; }.article-meta a { color: var(--v2-soft); font-weight: 800; }.article-meta i { width: 3px; height: 3px; border-radius: 50%; background: #c4c6ca; }
.article-cover { height: 560px; border-radius: 20px; overflow: hidden; }.article-cover img { width: 100%; height: 100%; object-fit: cover; }.article-layout { padding: 54px 0 78px; display: grid; grid-template-columns: 210px minmax(0,720px); justify-content: center; gap: 54px; }.article-toc { position: sticky; top: 112px; align-self: start; display: grid; padding: 18px; border: 1px solid var(--v2-line); border-radius: 13px; background: #fff; }.article-toc strong { margin-bottom: 10px; font-size: 12px; }.article-toc a { padding: 7px 0; color: var(--v2-muted); font-size: 11px; line-height: 1.45; }.article-toc a:hover,.article-toc a.active { color: var(--v2-primary); font-weight: 800; }.article-body { min-width: 0; }.article-summary { margin-bottom: 28px; padding: 20px; border-left: 4px solid var(--v2-primary); border-radius: 0 12px 12px 0; background: var(--v2-tint); }.article-summary strong { font-size: 13px; }.article-summary p { margin: 7px 0 0; color: var(--v2-soft); font-size: 14px; line-height: 1.7; }
.article-page .prose { color: #383a3f; font-size: 16px; line-height: 1.84; }.article-page .prose h2 { scroll-margin-top: 120px; margin: 44px 0 14px; padding: 0; color: var(--v2-ink); font-family: inherit; font-size: 27px; letter-spacing: -.04em; }.article-page .prose h3 { margin: 30px 0 10px; color: var(--v2-ink); font-family: inherit; font-size: 20px; }.article-page .prose p { margin: 15px 0; }.article-page .prose ul,.article-page .prose ol { margin: 14px 0 14px 24px; }.article-page .prose li { margin: 7px 0; }.article-page .prose a { color: var(--v2-primary-dark); text-decoration: underline; text-underline-offset: 3px; }.article-page .prose figure { margin: 26px 0; }.article-page .prose figure img { width: 100%; border: 1px solid var(--v2-line); border-radius: 14px; }.article-page .prose figcaption { margin-top: 8px; color: var(--v2-muted); font-size: 11px; text-align: center; }.article-page .prose table { width: 100%; display: block; margin: 24px 0; border-collapse: collapse; overflow-x: auto; }.article-page .prose th,.article-page .prose td { padding: 10px 12px; border: 1px solid var(--v2-line); font-size: 13px; text-align: left; }.article-page .prose th { background: var(--v2-surface); }
.article-page .cat-cta { margin: 36px 0; padding: 24px; border-radius: 14px; color: #fff; background: #292b2f; }.article-page .cat-cta h3 { margin: 0 0 14px; font-family: inherit; font-size: 18px; }.article-page .cat-cta .links { display: flex; flex-wrap: wrap; gap: 8px; }.article-page .cat-cta a { padding: 9px 12px; border: 1px solid #46494f; border-radius: 8px; color: #fff; background: #34373c; font-size: 12px; font-weight: 800; }
.article-page .faq { margin-top: 38px; }.article-page .faq h2 { margin-bottom: 14px; font-family: inherit; font-size: 24px; }.article-page .faq details { margin-bottom: 9px; padding: 15px 17px; border: 1px solid var(--v2-line); border-radius: 11px; background: #fff; }.article-page .faq summary { cursor: pointer; font-size: 14px; font-weight: 800; }.article-page .faq p { margin: 9px 0 0; color: var(--v2-soft); font-size: 13px; line-height: 1.7; }
.author-box { margin-top: 38px; padding: 20px; display: flex; gap: 14px; border: 1px solid var(--v2-line); border-radius: 14px; background: var(--v2-surface); }.author-box img { border-radius: 12px; }.author-box strong { font-size: 14px; }.author-box p { margin: 5px 0; color: var(--v2-soft); font-size: 12px; line-height: 1.55; }.author-box a { color: var(--v2-primary); font-size: 11px; font-weight: 800; }.article-products { padding: 70px max(24px,calc((100vw - min(1180px,calc(100vw - 48px))) / 2)); background: var(--v2-surface); }

/* Footer */
.site-footer { position: static; margin: 0; padding: 54px 0 28px; border-top: 1px solid var(--v2-line); background: #fff; }
.site-footer .footer-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; }.footer-intro > p { margin: 16px 0 0; color: var(--v2-muted); font-size: 13px; line-height: 1.7; }.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }.footer-links div { display: grid; align-content: start; }.footer-links strong { margin-bottom: 9px; font-size: 12px; }.footer-links a { padding: 5px 0; color: var(--v2-muted); font-size: 12px; }.footer-links a:hover { color: var(--v2-primary); }.footer-bottom { margin-top: 34px; padding-top: 22px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--v2-line); color: var(--v2-muted); font-size: 10px; line-height: 1.6; }.footer-bottom p { margin: 0; }.footer-bottom span { flex: 0 0 auto; }

@media (max-width: 1024px) {
  .site-header .header-inner { gap: 20px; }.brand-domain { display: none; }.main-nav a { padding-inline: 8px; }.header-search { width: 170px; }
  .hero-grid { gap: 40px; }.category-list { grid-template-columns: repeat(5,1fr); }.product-grid { grid-template-columns: repeat(3,1fr); }
  .product-detail-grid { grid-template-columns: minmax(0,1fr) minmax(360px,.9fr); gap: 38px; }.gallery-main { min-height: 440px; }.gallery-main > img { height: 100%; padding: 30px 30px 56px; }
  .alternative-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.editorial-hero-grid { grid-template-columns: 1fr; }.featured-story { max-width: 760px; }.editorial-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .main-nav,.header-search { display: none; }.mobile-menu { display: block; }
  .v2-hero { padding: 50px 0; }.hero-grid { grid-template-columns: 1fr; }.price-demo { max-width: 600px; transform: none; }.category-list { grid-template-columns: repeat(4,1fr); }.product-grid { grid-template-columns: repeat(2,1fr); }
  .catalog-title-row { grid-template-columns: 1fr; gap: 22px; }.catalog-search { max-width: 560px; }
  .product-detail-grid { grid-template-columns: 1fr; gap: 0; }.product-summary { display: contents; }.product-kicker { order: 1; }.product-summary h1 { order: 2; margin-bottom: 24px; }.product-gallery { order: 3; width: 100%; max-width: 620px; }.tracking-note { order: 4; }.summary-specs { order: 5; }.buy-card { order: 6; }.detail-anchor { top: 72px; }
  .article-cover { width: 100%; height: 440px; border-radius: 0; }.article-layout { grid-template-columns: 1fr; padding-inline: 24px; }.article-toc { display: none; }
  .site-footer .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 32px),var(--v2-shell)); }.site-header .header-inner { height: 64px; }.brand-logo { width: 34px; height: 34px; }.brand-name { font-size: 18px; }.mobile-panel { top: 64px; }
  .v2-hero { padding: 40px 0 44px; }.hero-copy h1 { font-size: 38px; }.hero-description { margin: 17px 0 22px; font-size: 15px; }.hero-search { height: 54px; }.hero-search button { padding: 0 18px; }.hero-metrics div { padding: 0 14px; }.hero-metrics dd { font-size: 15px; }
  .category-section,.home-section { padding: 46px 0; }.category-section { padding-bottom: 12px; }.section-heading { align-items: flex-start; }.section-heading h2 { font-size: 24px; }.category-list { grid-template-columns: repeat(3,1fr); }.category-item { min-height: 92px; }
  .product-grid { grid-template-columns: 1fr; gap: 11px; }.product-card > a { display: grid; grid-template-columns: 122px minmax(0,1fr); }.product-image { height: 100%; min-height: 150px; }.product-card h3 { min-height: 0; }.product-card-body { padding: 14px; }.guide-band { padding: 48px 0; }.guide-band-inner { align-items: flex-start; flex-direction: column; }.guide-band h2 { font-size: 27px; }
  .catalog-hero { padding: 20px 0 26px; }.catalog-title-row { margin-top: 22px; }.catalog-title-row h1 { font-size: 30px; }.catalog-section { padding: 22px 0 48px; }.catalog-toolbar { align-items: flex-start; flex-direction: column; }.catalog-toolbar > div { width: 100%; padding-bottom: 3px; }
  .catalog-main-link { grid-template-columns: 88px minmax(0,1fr); align-items: start; gap: 13px; padding: 13px; }.catalog-thumb { width: 88px; height: 88px; }.catalog-copy h2 { margin-top: 4px; font-size: 14px; }.catalog-copy p,.catalog-copy > div { display: none; }.catalog-price { grid-column: 2; align-items: flex-start; margin-top: -34px; text-align: left; }.catalog-price strong { font-size: 18px; }.catalog-price span { display: none; }
  .product-breadcrumb { padding-top: 15px; }.product-detail-grid { padding: 22px 0 36px; gap: 0; }.gallery-main { min-height: 330px; border-radius: 15px; }.gallery-main > img { height: 100%; padding: 22px 22px 48px; }.gallery-main > .ph { font-size: 78px; }.product-gallery > p { bottom: 12px; font-size: 10px; }.product-summary h1 { margin-bottom: 20px; font-size: 24px; }.tracking-note { margin-top: 16px; }.buy-card { padding: 18px; }.current-price strong { font-size: 27px; }
  .detail-anchor { top: 64px; overflow: hidden; }.detail-anchor-inner { width: 100%; padding: 0 18px; }.detail-anchor a { min-width: 0; flex: 1; padding: 14px 3px 12px; font-size: 11px; text-align: center; white-space: nowrap; }
  .detail-content { width: calc(100% - 32px); padding: 24px 0 90px; gap: 16px; }.content-card,.alternative-section { padding: 20px; border-radius: 15px; }.content-heading h2 { font-size: 23px; }.content-heading > span { font-size: 12px; }.chart-period { margin: 17px 0; }.price-stats { grid-template-columns: 1fr 1fr; }.price-stats div:nth-child(2) { border-right: 0; }.price-stats div:nth-child(-n+2) { border-bottom: 1px solid var(--v2-line); }.large-chart-wrap { overflow-x: auto; }.large-chart-wrap .chart-svg { min-width: 520px; }
  .decision-grid { grid-template-columns: 1fr; }.decision-main,.range-card { min-height: 0; }.info-summary dl { grid-template-columns: 1fr; }.info-summary dl div { grid-template-columns: 90px 1fr; }.alternative-grid { grid-template-columns: 1fr; gap: 10px; overflow: visible; }.alternative-card { display: grid; grid-template-columns: 92px minmax(0,1fr); grid-template-rows: auto auto auto auto; column-gap: 13px; align-items: start; }.alternative-thumb { width: 92px; height: 92px; grid-row: 1/5; }.alternative-card > small { margin-top: 2px; }.alternative-card h3 { min-height: 0; margin: 3px 0 7px; }.alternative-card > strong { font-size: 16px; }.alternative-card > em { margin-top: 2px; }
  .mobile-buy-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 16px max(11px,env(safe-area-inset-bottom)); border-top: 1px solid var(--v2-line); background: rgba(255,255,255,.97); box-shadow: 0 -8px 22px rgba(32,33,36,.07); }.mobile-buy-bar span,.mobile-buy-bar strong { display: block; }.mobile-buy-bar span { color: var(--v2-muted); font-size: 9px; }.mobile-buy-bar strong { font-size: 17px; }.mobile-buy-bar a { padding: 11px 15px; border-radius: 9px; color: #fff; background: var(--v2-primary); font-size: 12px; font-weight: 800; }
  .editorial-hero { padding: 38px 0 44px; }.editorial-intro h1 { font-size: 38px; }.featured-story { grid-template-columns: 1fr; }.featured-image { min-height: 220px; }.featured-body { padding: 22px; }.editorial-latest { padding: 46px 0; }.editorial-grid { grid-template-columns: 1fr; }
  .article-hero { padding-top: 18px; }.article-title-wrap { margin: 38px auto 26px; text-align: left; }.article-title-wrap h1 { font-size: 32px; }.article-title-wrap > p:not(.section-kicker) { font-size: 14px; }.article-meta { justify-content: flex-start; flex-wrap: wrap; }.article-cover { height: 270px; }.article-layout { padding: 32px 16px 58px; }.article-page .prose { font-size: 15.5px; }.article-page .prose h2 { font-size: 23px; }.article-products { padding: 48px 16px; }
  .footer-links { grid-template-columns: 1fr 1fr; }.footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition-duration: 0ms !important; animation-duration: 0ms !important; } }
