@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root {
  --ink: #101935;
  --muted: #58627b;
  --line: #dfe5f0;
  --paper: #f7f9fd;
  --white: #fff;
  --blue: #3157d5;
  --blue-dark: #1d3fae;
  --coral: #ff6846;
  --lime: #dafa67;
  --shadow: 0 20px 55px rgba(25, 45, 105, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 8% 10%,rgba(49,87,213,.10),transparent 28rem),radial-gradient(circle at 92% 22%,rgba(255,104,70,.08),transparent 26rem),linear-gradient(180deg,#f8faff 0%,#eef3ff 48%,#f7f9fd 100%); font: 16px/1.55 "DM Sans", sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.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; }
.site-header { position: sticky; z-index: 20; top: 0; min-height: 78px; max-width: none; margin: auto; padding: 0 max(34px,calc((100vw - 1240px)/2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(203,212,231,.72); background: rgba(248,250,255,.88); backdrop-filter: blur(18px); }
.brand { display: inline-flex; gap: 12px; align-items: center; font: 800 1.24rem/1 "Manrope", sans-serif; text-decoration: none; letter-spacing: -.045em; }
.brand-mark { display: inline-block; flex: 0 0 auto; width: 42px; height: 42px; background: url("logo.svg") center/contain no-repeat; filter: drop-shadow(0 7px 12px rgba(25,45,105,.16)); }
.brand-mark i { display: none; }
nav { display: flex; gap: 28px; }
nav a { color: var(--muted); text-decoration: none; font-weight: 600; font-size: .92rem; }
nav a:hover { color: var(--blue); }
.brand-ticker { overflow: hidden; color: white; background: var(--ink); border-top: 1px solid #263252; border-bottom: 1px solid #263252; }
.ticker-track { display: flex; width: max-content; animation: ticker 30s linear infinite; font: 800 1rem/1 "Manrope",sans-serif; letter-spacing: .065em; text-transform: uppercase; }
.ticker-set { display: flex; flex: 0 0 auto; align-items: center; gap: 38px; padding: 14px 38px 14px 0; }
.ticker-track span { white-space: nowrap; }
.ticker-track b { color: var(--lime); }
.ticker-track i { color: var(--coral); font-style: normal; font-size: .62rem; }
@keyframes ticker { to { transform: translateX(-50%); } }
.search-stage { position: relative; max-width: none; overflow: hidden; margin: 0; padding: 82px max(34px,calc((100vw - 1220px)/2)) 92px; color: white; text-align: center; background: radial-gradient(circle at 88% 8%,rgba(49,87,213,.60),transparent 31rem),radial-gradient(circle at 8% 92%,rgba(255,104,70,.20),transparent 26rem),linear-gradient(135deg,#020617 0%,#0f1939 55%,#14285f 100%); }
.search-stage::before { content:""; position:absolute; inset:0; opacity:.20; background-image:linear-gradient(rgba(255,255,255,.10) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.10) 1px,transparent 1px); background-size:54px 54px; mask-image:linear-gradient(to bottom,black,transparent 86%); pointer-events:none; }
.search-stage > * { position: relative; z-index: 1; }
.search-stage-heading { max-width: 900px; margin: 0 auto 30px; }
.search-stage-heading .eyebrow { margin-bottom: 12px; color: var(--lime); }
.search-stage-heading h1 { font-size: clamp(2.8rem,5vw,5.6rem); }
.search-stage-heading > p:last-child { max-width: 620px; margin: 16px auto 0; color: #cbd5e9; font-size: 1.05rem; }
.search-wide { max-width: 1060px; margin: 0 auto; grid-template-columns: 30px 1fr auto; min-height: 88px; padding: 10px 10px 10px 25px; border: 1px solid rgba(255,255,255,.56); border-radius: 24px; background: rgba(255,255,255,.97); box-shadow: 0 28px 80px rgba(0,0,0,.28),0 0 0 9px rgba(255,255,255,.10); text-align: left; }
.search-wide svg { width: 27px; }
.search-wide input { padding: 18px 16px; font-size: 1.14rem; }
.search-wide button { padding: 18px 28px; border-radius: 15px; background: linear-gradient(135deg,var(--blue),var(--blue-dark)); }
.search-examples { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 24px; color: #aebbd5; font-size: .82rem; }
.search-examples button { padding: 7px 11px; border: 1px solid rgba(255,255,255,.20); border-radius: 999px; color: white; background: rgba(255,255,255,.08); cursor: pointer; transition:.2s ease; }
.search-examples button:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.hero { max-width: 1240px; min-height: 650px; margin: 0 auto; padding: 64px 34px 72px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 64px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { margin: 0; font-size: clamp(4rem, 7vw, 7.3rem); line-height: .88; letter-spacing: -.075em; }
h1 span { color: var(--blue); }
.hero-text { max-width: 570px; margin: 32px 0 24px; color: var(--muted); font-size: 1.12rem; }
.search { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; max-width: 650px; padding: 7px 7px 7px 18px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 38px rgba(31, 56, 130, .1); }
.search svg { width: 22px; fill: none; stroke: var(--muted); stroke-width: 2; stroke-linecap: round; }
.search input { min-width: 0; border: 0; outline: 0; padding: 13px 12px; color: var(--ink); background: transparent; font-size: 1rem; }
.search button, .empty-state button { border: 0; border-radius: 12px; padding: 13px 20px; color: white; background: var(--blue); font-weight: 700; cursor: pointer; }
.search button:hover, .empty-state button:hover { background: var(--blue-dark); }
.search-note { color: var(--muted); font-size: .85rem; }
.search-note button { padding: 0; color: var(--blue); background: none; border: 0; text-decoration: underline; cursor: pointer; }
.hero-visual { position: relative; min-height: 540px; overflow: hidden; border-radius: 38px 38px 110px 38px; background: #e8edff; box-shadow: var(--shadow); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(16,25,53,.18)); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; display: block; }
.floating-card { position: absolute; z-index: 1; left: 24px; bottom: 24px; padding: 15px 18px; background: rgba(255,255,255,.92); backdrop-filter: blur(9px); border-radius: 14px; box-shadow: 0 10px 30px rgba(16,25,53,.18); }
.floating-card span { display: block; color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.floating-card strong { display: block; margin-top: 3px; }
.catalog { padding: 88px max(34px, calc((100vw - 1480px) / 2)); background: radial-gradient(circle at 92% 8%,rgba(218,250,103,.22),transparent 24rem),linear-gradient(180deg,#fff 0%,#f3f6fd 100%); }
.benefits { padding: 18px max(34px, calc((100vw - 1172px) / 2)) 88px; }
.benefits-banner { position: relative; min-height: 420px; overflow: hidden; border-radius: 34px; background: white; box-shadow: var(--shadow); }
.benefits-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.benefits-copy { position: relative; z-index: 1; width: 52%; padding: 64px; }
.benefits-copy h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.benefits-copy > p:not(.eyebrow) { max-width: 540px; color: var(--muted); font-size: 1.06rem; }
.benefits-copy > a { display: inline-block; margin-top: 12px; padding: 13px 18px; border-radius: 12px; color: white; background: var(--ink); font-weight: 700; text-decoration: none; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 18px; }
.benefit-grid article { position:relative; overflow:hidden; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow:0 12px 30px rgba(25,45,105,.07); }
.benefit-grid article::after { content:""; position:absolute; right:-22px; bottom:-35px; width:100px; height:100px; border-radius:50%; background:linear-gradient(135deg,rgba(49,87,213,.18),rgba(218,250,103,.28)); }
.benefit-grid article > span { color: var(--coral); font: 800 .78rem "Manrope",sans-serif; }
.benefit-grid h3 { margin-top: 22px; font-size: 1.25rem; }
.benefit-grid p { margin-bottom: 0; color: var(--muted); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.03; letter-spacing: -.055em; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filters button { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: white; font-weight: 700; cursor: pointer; }
.filters button.active { color: white; border-color: var(--ink); background: var(--ink); }
.results-summary { margin: 42px 0 18px; color: var(--muted); font-size: .9rem; }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid #d8e0ef; border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 8px 24px rgba(25,45,105,.06); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-6px); border-color:#b7c6e9; box-shadow: 0 24px 55px rgba(25,45,105,.15); }
.product-art { position: relative; height: 162px; overflow: hidden; padding: 18px; }
.product-art { background: linear-gradient(135deg, var(--art-a, #dfe7ff), var(--art-b, #94a9f2)); }
.art-label { position: relative; z-index: 2; font: 800 2rem/1 "Manrope", sans-serif; letter-spacing: -.07em; color: rgba(16,25,53,.13); }
.product-monogram { position: absolute; right: 18px; bottom: -22px; display: grid; place-items: center; width: 118px; height: 118px; border: 1px solid rgba(255,255,255,.55); border-radius: 35px; color: white; background: rgba(255,255,255,.22); backdrop-filter: blur(8px); box-shadow: 0 18px 36px rgba(27,46,100,.15); font: 800 3.1rem/1 "Manrope", sans-serif; letter-spacing: -.08em; transform: rotate(-6deg); }
.art-shape { position: absolute; bottom: -8px; border-radius: 26px 26px 7px 7px; box-shadow: 0 18px 28px rgba(27,46,100,.2); }
.art-shape.tall { width: 84px; height: 190px; right: 120px; background: #6b52d7; transform: rotate(-7deg); }
.art-shape.short { width: 91px; height: 152px; right: 42px; background: #f15b65; transform: rotate(7deg); }
.art-shape::before { content:""; position:absolute; left:15%; right:15%; top:-22px; height:28px; border-radius:8px 8px 2px 2px; background:#151d3a; }
.art-shape.tube { width: 105px; height: 194px; right: 72px; bottom: -32px; border-radius: 12px 12px 34px 34px; background: linear-gradient(#fff, #edf1f8); transform: rotate(12deg); }
.art-shape.tube::before { top: auto; left: 18px; right: 18px; bottom: -2px; height: 28px; border-radius: 4px; background: #3157d5; }
.spark { position: absolute; color: white; font-size: 2rem; }.spark.one { right: 190px; top: 76px; }.spark.two { right: 42px; top: 38px; font-size: 1.3rem; }
.product-body { padding: 20px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 16px; color: var(--blue); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-meta code { color: var(--muted); font-size: .75rem; letter-spacing: .03em; }
h3 { margin: 0 0 8px; font-size: 1.24rem; line-height: 1.2; letter-spacing: -.035em; }
.best-for { color: var(--blue); font-weight: 700; }
.product-card .best-for { display: -webkit-box; min-height: 3em; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: .92rem; }
.product-body > p:not(.best-for) { color: var(--muted); }
.product-body ul { margin: 20px 0 24px; padding: 0; list-style: none; display: grid; gap: 7px; }
.product-body li::before { content: "✓"; margin-right: 9px; color: var(--blue); font-weight: 800; }
.card-facts { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0 20px; }
.card-facts span { padding: 6px 9px; border-radius: 999px; color: #45516d; background: #eef2fb; font-size: .76rem; line-height: 1.25; }
.card-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.amazon-button { padding: 12px 17px; border-radius: 11px; color: white; background: var(--ink); text-decoration: none; font-weight: 700; }
.amazon-button:hover { background: var(--blue); }
.review-button { padding: 12px 17px; border-radius: 11px; color: white; background: var(--ink); text-decoration: none; font-weight: 700; }
.review-button:hover { background: var(--blue); }
.amazon-link { color: var(--blue); font-weight: 700; text-decoration: none; }
.amazon-link:hover { text-decoration: underline; }
.details-button { padding: 8px 0; border: 0; border-bottom: 1px solid var(--ink); background: none; color: var(--ink); font-weight: 700; cursor: pointer; }
.editor-note { margin-top: 22px; padding: 18px; border-radius: 14px; background: var(--paper); color: var(--muted); }
.editor-note strong { color: var(--ink); }
.editor-note p { margin: 5px 0 0; }
.empty-state { padding: 55px; text-align: center; border: 1px dashed #aab5ca; border-radius: 24px; }
.empty-state strong { font: 700 1.35rem "Manrope", sans-serif; }
.empty-state p { color: var(--muted); }
.method { max-width: 1172px; margin: 96px auto; padding: 78px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; color:white; border:1px solid rgba(255,255,255,.07); border-radius:36px; background:radial-gradient(circle at 100% 0,rgba(49,87,213,.35),transparent 27rem),linear-gradient(135deg,#020617,#101935); box-shadow:0 30px 80px rgba(2,6,23,.20); }
.method .eyebrow { color:var(--lime); }
.method-intro > p:last-child { max-width: 470px; color: #aebbd5; font-size: 1.05rem; }
.method ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.method li { display: grid; grid-template-columns: 58px 1fr; gap: 14px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.method li > span { color: var(--coral); font: 800 .8rem "Manrope", sans-serif; }
.method strong { font: 800 1.45rem "Manrope", sans-serif; }
.method li p { margin: 5px 0 0; color: #aebbd5; }
.faq { max-width: 1172px; margin: 0 auto; padding: 34px 34px 110px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 72px; }
.faq-heading { position: sticky; top: 28px; align-self: start; }
.faq-heading > p:last-child { color: var(--muted); }
.faq-list { display:grid; gap:12px; }
.faq-list details { overflow:hidden; border: 1px solid #d6dff0; border-radius:16px; background:rgba(255,255,255,.82); box-shadow:0 8px 24px rgba(25,45,105,.05); }
.faq-list summary { position: relative; padding: 22px 52px 22px 22px; list-style: none; cursor: pointer; font: 700 1.05rem "Manrope",sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 22px; top: 17px; color: var(--blue); font-size: 1.55rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -3px 52px 24px 22px; color: var(--muted); }
footer { padding: 48px max(34px, calc((100vw - 1172px) / 2)); color: #cbd2e6; background: var(--ink); }
.footer-brand { color: white; margin-bottom: 22px; }
footer > p { max-width: 880px; font-size: .86rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; margin: 0 0 18px; }
.footer-links a { color: white; font-size: .9rem; font-weight: 700; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.footer-confidence { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.footer-confidence span { padding: 7px 11px; border: 1px solid #394563; border-radius: 999px; color: #d8deed; font-size: .78rem; }
.copyright { color: #8993ae; margin-top: 25px; }
.simple-main, .detail-main { max-width: 1172px; margin: 0 auto; padding: 64px 34px 100px; }
.simple-main { max-width: 860px; }
.simple-main h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); line-height: .95; margin-bottom: 28px; }
.simple-main h2 { margin: 42px 0 14px; font-size: 1.65rem; letter-spacing: -.035em; }
.simple-main p, .simple-main li { color: var(--muted); }
.simple-main a { color: var(--blue); }
.legal-card { margin-top: 34px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.blog-main { max-width: 1240px; margin: 0 auto; padding: 76px 34px 110px; }
.blog-intro { max-width: 850px; margin-bottom: 52px; }
.blog-intro h1 { font-size: clamp(3rem,6vw,6.4rem); line-height: .92; }
.blog-intro > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.1rem; }
.blog-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; }
.blog-card { grid-column: span 2; min-height: 330px; padding: 30px; border: 1px solid rgba(16,25,53,.10); border-radius: 26px; display: flex; flex-direction: column; box-shadow: 0 16px 38px rgba(25,45,105,.08); }
.blog-card:nth-child(1),.blog-card:nth-child(2) { grid-column: span 3; }
.blog-card > p:first-child { margin: 0 0 auto; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-card h2 { margin: 42px 0 15px; font-size: clamp(1.65rem,3vw,2.65rem); }
.blog-card > p:not(:first-child) { color: #44506b; }
.blog-card a { margin-top: 18px; font-weight: 800; text-decoration: none; }
.blog-card.blue { background: #dce6ff; }.blog-card.coral { background: #ffe2d8; }.blog-card.lime { background: #ebf8bd; }.blog-card.navy { color: white; background: var(--ink); }.blog-card.navy > p:not(:first-child) { color: #cbd2e6; }.blog-card.sky { background: #dff4f3; }
.article-main { max-width: 900px; margin: 0 auto; padding: 72px 34px 110px; }
.article-main h1 { font-size: clamp(3rem,6vw,6rem); line-height: .96; }
.article-lead { margin: 28px 0 54px; color: var(--muted); font-size: 1.24rem; }
.article-body { max-width: 740px; }
.article-body h2 { margin: 45px 0 15px; font-size: 1.75rem; }
.article-body p { color: #45516d; font-size: 1.05rem; line-height: 1.75; }
.article-body a { color: var(--blue); font-weight: 700; }
.article-callout { margin: 42px 0; padding: 25px 28px; border-left: 5px solid var(--lime); border-radius: 0 18px 18px 0; background: var(--ink); color: white; }
.article-callout p { margin-bottom: 0; color: #d8deed; }
.back-link { display: inline-block; margin-bottom: 32px; color: var(--blue); font-weight: 700; text-decoration: none; }
.detail-hero { display: grid; grid-template-columns: .78fr 1.22fr; gap: 50px; align-items: center; }
.detail-art { min-height: 390px; height: 100%; border-radius: 28px; }
.detail-summary h1 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: .98; letter-spacing: -.06em; }
.detail-lead { margin: 26px 0; color: var(--muted); font-size: 1.16rem; }
.detail-actions { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.detail-actions > span { color: var(--muted); font: 600 .82rem "DM Sans", sans-serif; }
.retailer-note { max-width: 650px; color: var(--muted); font-size: .82rem; }
.detail-columns { display: grid; grid-template-columns: 1.4fr .6fr; gap: 52px; margin-top: 76px; align-items: start; }
.detail-section { padding: 38px 0; border-top: 1px solid var(--line); }
.detail-section h2, .buyer-panel h2 { margin-bottom: 22px; font-size: 2rem; }
.detail-section > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.spec-list { margin: 0; }
.spec-list div { display: grid; grid-template-columns: .55fr 1fr; gap: 24px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--muted); }
.spec-list dd { margin: 0; font-weight: 700; }
.buyer-panel { position: sticky; top: 24px; padding: 28px; border-radius: 24px; background: var(--ink); color: white; }
.buyer-panel .eyebrow { color: var(--lime); }
.buyer-panel ul { padding-left: 20px; margin-bottom: 28px; color: #d8deed; }
.buyer-panel li + li { margin-top: 12px; }
.buyer-panel .amazon-button { display: inline-block; color: var(--ink); background: var(--lime); }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pros-cons > div { padding: 24px; border-radius: 18px; }
.pros-cons h3 { font-size: 1.15rem; }
.pros-cons ul { margin-bottom: 0; padding-left: 20px; color: var(--muted); }
.pros-cons li + li { margin-top: 8px; }
.pros { background: #eef8f1; border: 1px solid #cce8d4; }
.pros h3 { color: #187242; }
.cons { background: #fff3ef; border: 1px solid #ffd5c9; }
.cons h3 { color: #b4442e; }
@media (max-width: 1280px) {
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-visual { min-height: 430px; }
  .hero-visual img { min-height: 430px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .method, .faq { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefits-copy { width: 62%; padding: 44px; }
  .detail-hero, .detail-columns { grid-template-columns: 1fr; }
  .buyer-panel { position: static; }
  .method { gap: 45px; }
  .faq { gap: 34px; }
  .faq-heading { position: static; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-card,.blog-card:nth-child(1),.blog-card:nth-child(2) { grid-column: span 1; }
  .search-stage-heading { display: block; }
  .search-stage-heading h1 { white-space: normal; }
  .search-stage-heading > p:last-child { margin: 16px 0 0; }
}
@media (max-width: 620px) {
  .site-header, .hero { padding-left: 20px; padding-right: 20px; }
  .site-header { min-height: 68px; }
  .search-stage { padding: 42px 20px 58px; }
  .search-wide { grid-template-columns: 24px 1fr; min-height: auto; padding: 9px; }
  .search-wide button { grid-column: 1/-1; width: 100%; }
  h1 { font-size: 3.8rem; }
  .hero { gap: 38px; padding-bottom: 55px; }
  .search { grid-template-columns: 22px 1fr; padding-right: 10px; }
  .search button { grid-column: 1 / -1; margin-top: 5px; }
  .hero-visual { min-height: 340px; border-radius: 27px 27px 72px 27px; }
  .hero-visual img { min-height: 340px; }
  .catalog { padding: 66px 20px; }
  .benefits { padding: 10px 20px 66px; }
  .benefits-banner { min-height: 650px; }
  .benefits-banner > img { object-position: 64% center; opacity: .34; }
  .benefits-copy { width: 100%; padding: 36px 26px; }
  .pros-cons { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr; gap: 18px; }
  .product-art { height: 195px; }
  .method { margin: 54px 20px; padding: 58px 26px; border-radius: 26px; }
  .faq { padding: 20px 20px 78px; }
  footer { padding: 42px 20px; }
  .simple-main, .detail-main { padding: 42px 20px 76px; }
  .blog-main,.article-main { padding: 48px 20px 78px; }
  .blog-grid { grid-template-columns: 1fr; }
  .detail-art { min-height: 300px; }
  .spec-list div { grid-template-columns: 1fr; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
  .ticker-track { animation: none; }
}
