:root {
  --red: #d5ad49;
  --red-dark: #b88d29;
  --ink: #171715;
  --ink-2: #252522;
  --muted: #68655e;
  --line: #e1dccf;
  --soft: #f5f3ed;
  --white: #fff;
  --shell: 1180px;
  --radius: 14px;
  --shadow: 0 18px 50px rgba(23, 23, 21, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 1rem/1.65 "Red Hat Display", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.matomo-noscript { position: absolute; width: 1px; height: 1px; overflow: hidden; margin: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; color: #fff; background: var(--ink); }
.skip-link:focus { top: 1rem; }
.eyebrow { margin: 0 0 .7rem; color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.1; letter-spacing: -.035em; }
h1 { max-width: 820px; margin-bottom: 1.35rem; font-size: clamp(2.8rem, 5.35vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.45rem; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(225,228,232,.9); background: rgba(255,255,255,.97); backdrop-filter: blur(16px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; color: var(--ink); text-decoration: none; }
.brand-logo { width: 82px; height: 46px; object-fit: contain; flex: 0 0 auto; }
.brand-copy strong, .brand-copy small { display: block; line-height: 1.12; }
.brand-copy strong { font-size: .92rem; letter-spacing: -.01em; }
.brand-copy small { margin-top: .22rem; color: var(--muted); font-size: .7rem; letter-spacing: .01em; }
.main-nav { display: flex; align-items: center; gap: 1.65rem; }
.main-nav a { color: #3d4248; font-size: .92rem; font-weight: 650; text-decoration: none; }
.main-nav a:hover { color: var(--red); }
.main-nav .nav-shop { padding: .65rem 1rem; border-radius: 8px; color: #fff; background: var(--ink); }
.main-nav .nav-shop:hover { color: #fff; background: var(--red); }
.nav-toggle { display: none; border: 0; padding: .55rem .75rem; background: var(--soft); font: inherit; font-weight: 700; }

.hero { position: relative; overflow: hidden; min-height: clamp(500px, 62vw, 690px); display: flex; align-items: center; padding: clamp(4.5rem, 9vw, 7.5rem) 0; color: #fff; background: linear-gradient(90deg, rgba(7,9,10,.98), rgba(35,33,28,.96)); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,7,8,.40), transparent 45%); pointer-events: none; }
.hero::after { content: ""; position: absolute; top: 0; right: 0; width: 38%; height: 5px; background: var(--red); }
.hero-grid { position: relative; z-index: 1; display: block; }
.hero-copy { width: min(100%, 690px); }
.hero .eyebrow { color: #ff5a60; }
.hero h1 { max-width: 720px; text-shadow: 0 2px 24px rgba(0,0,0,.4); }
.hero h1 em { display: block; color: #fff; font-style: normal; font-weight: 420; }
.hero-lead { max-width: 640px; color: #edf0f2; font-size: clamp(1.05rem, 1.8vw, 1.24rem); text-shadow: 0 2px 16px rgba(0,0,0,.55); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .8rem 1.2rem; border: 1px solid transparent; border-radius: 8px; font-weight: 800; text-decoration: none; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: var(--red); box-shadow: 0 10px 24px rgba(215,25,32,.18); }
.button--primary:hover { background: var(--red-dark); }
.hero .button--quiet { border-color: rgba(255,255,255,.25); color: #fff; background: transparent; }
.hero .button--quiet:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.button--quiet { border-color: var(--line); background: #fff; }
.button--quiet:hover { border-color: #b8bec5; }
.button--light { color: var(--ink); background: #fff; }
.quickfinder { padding: 2.2rem 0; background: linear-gradient(135deg, #f4f6f8, #eef1f3); }
.finder-card { position: relative; padding: 1.65rem 1.8rem; border: 1px solid #e2e5e8; border-radius: 12px; color: var(--ink); background: rgba(255,255,255,.82); box-shadow: 0 16px 44px rgba(20,24,31,.07); }
.finder-head { padding-bottom: 1.2rem; }
.finder-kicker { margin-bottom: .4rem; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.finder-card h2 { margin: 0; font-size: clamp(1.75rem, 3vw, 2.5rem); }
.finder-options { display: grid; grid-template-columns: repeat(5, 1fr); gap: .75rem; }
.finder-options a { min-height: 126px; display: flex; flex-direction: column; justify-content: space-between; gap: .8rem; padding: 1rem; border: 1px solid var(--line); border-radius: 9px; background: #fff; text-decoration: none; transition: .18s ease; }
.finder-options a:hover { border-color: #c6cbd0; transform: translateY(-3px); box-shadow: 0 10px 24px rgba(20,24,31,.07); }
.finder-options span { color: #3d4248; font-weight: 720; line-height: 1.25; }
.finder-options span small { display: block; margin-bottom: .18rem; color: #959aa1; font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.finder-options strong { color: var(--ink); font-size: .76rem; letter-spacing: .025em; white-space: nowrap; }
.finder-options strong b { margin-left: .35rem; color: var(--red); font-size: 1rem; }

.jump-nav { border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 8px 20px rgba(15,20,25,.035); }
.jump-nav .shell { display: flex; overflow-x: auto; gap: 1.6rem; scrollbar-width: none; }
.jump-nav a { padding: 1rem 0; color: var(--muted); font-size: .85rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.jump-nav a:hover { color: var(--red); }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section--soft { background: var(--soft); }
.section--intro { background: #fff; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 3rem; margin-bottom: 2.5rem; }
.section-heading h2 { margin: 0; }
.section-heading > p { margin-bottom: .35rem; color: var(--muted); }
.family-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.family-card { position: relative; overflow: hidden; min-height: 230px; display: flex; flex-direction: column; padding: 1.35rem; border: 1px solid var(--line); border-radius: 10px; background: #fff; text-decoration: none; transition: .2s ease; }
.family-card::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 4px; background: var(--red); transition: right .22s ease; }
.family-card:hover { border-color: #c8ccd1; transform: translateY(-5px); box-shadow: var(--shadow); }
.family-card:hover::after { right: 0; }
.family-number { color: var(--red); font-size: .76rem; font-weight: 900; }
.family-card h3 { margin: auto 0 .6rem; font-size: 1.35rem; }
.family-card p { margin-bottom: 1rem; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.family-card small { color: #969ba1; font-size: .66rem; font-weight: 800; letter-spacing: .04em; }

.model-family { position: relative; overflow: hidden; }
.model-family:nth-of-type(even) { background: #f6f7f8; }
.model-family::before { content: attr(id); position: absolute; right: -1.5rem; top: 1rem; color: rgba(18,21,24,.025); font-size: clamp(5rem, 15vw, 12rem); font-weight: 950; line-height: 1; text-transform: uppercase; pointer-events: none; }
.family-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.family-heading h2 { max-width: 750px; margin: 0; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.family-heading > a { color: var(--red); font-size: .9rem; font-weight: 800; text-decoration: none; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.product-grid--single { grid-template-columns: minmax(280px, 520px); }
.product-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; transition: .2s ease; }
.product-card::before { content: ""; position: absolute; top: 0; left: 0; z-index: 2; width: 54px; height: 4px; background: var(--red); transition: width .22s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card:hover::before { width: 100%; }
.product-image { aspect-ratio: 16/9; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 45%, #fff 0%, #f1f3f5 72%); }
.product-image img { width: 100%; height: 100%; object-fit: contain; padding: .65rem; }
.product-image__placeholder { width: 100%; height: 100%; display: grid; place-content: center; gap: .35rem; padding: 1rem; color: #a1a6ac; text-align: center; background: radial-gradient(circle at 50% 25%, #fff 0%, #f0f2f4 72%); }
.product-image__placeholder::before { content: "M"; width: 66px; aspect-ratio: 1; display: grid; place-items: center; margin: 0 auto .55rem; border: 1px solid #d9dde1; border-radius: 50%; color: #c0c4c9; font-size: 1.5rem; font-weight: 900; }
.product-image__placeholder span { color: #70767d; font-size: 1.02rem; font-weight: 900; letter-spacing: .02em; }
.product-image__placeholder small { font-size: .7rem; }
.product-content { padding: 1.35rem; }
.product-eyebrow { margin-bottom: .35rem; color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-content h3 { margin-bottom: .75rem; }
.product-content > p:not(.product-eyebrow):not(.best-for) { color: var(--muted); }
.product-facts { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1rem; }
.product-facts span { padding: .25rem .55rem; border-radius: 100px; color: #3d4248; background: var(--soft); font-size: .75rem; font-weight: 750; }
.best-for { padding-top: .8rem; border-top: 1px solid var(--line); font-size: .88rem; }
.text-link { display: inline-flex; gap: .45rem; color: var(--red); font-size: .9rem; font-weight: 850; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.product-links { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.shop-link { color: var(--muted); font-size: .8rem; font-weight: 750; text-decoration: none; }
.shop-link:hover { color: var(--ink); text-decoration: underline; }
.section--dark tbody th a { color: #fff; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: .2em; }
.section--dark tbody th a:hover { color: #ff777c; }

.breadcrumbs { border-bottom: 1px solid var(--line); background: #fff; }
.breadcrumbs .shell { min-height: 48px; display: flex; align-items: center; gap: .55rem; overflow-x: auto; color: var(--muted); font-size: .78rem; white-space: nowrap; scrollbar-width: none; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--red); }
.breadcrumbs strong { color: var(--ink); }
.model-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg, #101214 0%, #22262a 100%); }
.model-hero::after { content: ""; position: absolute; top: 0; right: 0; width: 42%; height: 5px; background: var(--red); }
.model-hero__grid { min-height: 610px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem, 7vw, 6rem); padding-block: clamp(4rem, 8vw, 7rem); }
.model-hero__copy { position: relative; z-index: 2; }
.model-hero h1 { margin-bottom: 1rem; font-size: clamp(3.3rem, 7vw, 6.5rem); }
.model-hero__lead { max-width: 690px; color: #cdd2d7; font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.model-hero .button--quiet { border-color: rgba(255,255,255,.28); color: #fff; background: transparent; }
.model-hero .button--quiet:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.model-keyfacts { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin: 2rem 0; }
.model-keyfacts span { padding: .8rem .9rem; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; color: #fff; font-size: .88rem; font-weight: 750; background: rgba(255,255,255,.045); }
.model-keyfacts small { display: block; margin-bottom: .22rem; color: #9299a0; font-size: .63rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.model-hero__image { position: relative; z-index: 1; aspect-ratio: 1/1; display: grid; place-items: center; }
.model-hero__image::before { content: ""; position: absolute; inset: 11%; border-radius: 50%; background: radial-gradient(circle, rgba(215,25,32,.19), transparent 68%); filter: blur(12px); }
.model-hero__image img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 28px 34px rgba(0,0,0,.38)); }
.model-overview__grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: clamp(3rem, 8vw, 7rem); }
.model-overview h2, .specs-intro h2, .use-section h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.feature-list { margin: 2rem 0 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 1rem 0 1rem 2.3rem; border-bottom: 1px solid var(--line); font-weight: 680; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; top: 1rem; width: 1.45rem; height: 1.45rem; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-size: .72rem; font-weight: 900; }
.honest-note { padding: clamp(1.5rem, 4vw, 2.5rem); border-top: 4px solid var(--red); border-radius: 10px; background: var(--soft); }
.honest-note h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.honest-note p:last-child { margin: 0; color: var(--muted); }
.specs-layout { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: clamp(3rem, 8vw, 7rem); }
.specs-intro { position: sticky; top: 110px; }
.specs-intro p:last-child { color: var(--muted); }
.specs-table { margin: 0; border-top: 1px solid var(--line); }
.specs-table div { display: grid; grid-template-columns: minmax(150px, .75fr) 1.25fr; gap: 1.5rem; padding: .9rem .25rem; border-bottom: 1px solid var(--line); }
.specs-table dt { color: var(--muted); font-size: .85rem; font-weight: 750; }
.specs-table dd { margin: 0; font-weight: 720; }
.use-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.use-grid > div:first-child > p:last-child { max-width: 700px; color: var(--muted); font-size: 1.1rem; }
.model-action-card { padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: 12px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.model-action-card > span { color: #ff777c; font-size: .76rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.model-action-card h2 { margin: .7rem 0 1rem; font-size: clamp(1.65rem, 3vw, 2.3rem); }
.model-action-card p { color: #aeb4bb; }
.related-models .section-heading > .text-link { color: #ff777c; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.related-card { min-height: 230px; display: flex; flex-direction: column; padding: 1.4rem; border: 1px solid #3b3f45; border-radius: 10px; color: #fff; background: rgba(255,255,255,.035); text-decoration: none; transition: .2s ease; }
.related-card:hover { border-color: #656b72; transform: translateY(-4px); background: rgba(255,255,255,.065); }
.related-card small { color: #ff777c; font-weight: 820; text-transform: uppercase; }
.related-card strong { margin: auto 0 .4rem; font-size: 1.45rem; }
.related-card span { color: #adb3b9; font-size: .88rem; }
.related-card b { margin-top: 1.2rem; color: #fff; font-size: .85rem; }

.section--dark { position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg, #111315, #23262a); }
.section--dark::before { content: "VERGLEICH"; position: absolute; left: -1rem; bottom: -2rem; color: rgba(255,255,255,.025); font-size: clamp(7rem, 20vw, 17rem); font-weight: 950; line-height: .8; pointer-events: none; }
.section--dark .shell { position: relative; z-index: 1; }
.section-heading--light > p { color: #aeb4bb; }
.table-wrap { overflow-x: auto; border: 1px solid #3b3f45; border-radius: var(--radius); }
table { width: 100%; min-width: 780px; border-collapse: collapse; background: var(--ink-2); }
th, td { padding: 1rem 1.1rem; border-bottom: 1px solid #3b3f45; text-align: left; }
thead th { color: #b8bdc4; font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
tbody th { color: #fff; }
tbody td { color: #c9cdd2; }
tbody tr:hover { background: #2e3238; }

.guide-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.guide-grid > div > p:not(.eyebrow) { max-width: 620px; margin-bottom: 1.8rem; color: var(--muted); font-size: 1.08rem; }
.decision-list { margin: 0; padding: 0; list-style: none; }
.decision-list li { display: grid; grid-template-columns: 50px 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.decision-list span { color: var(--red); font-size: .8rem; font-weight: 900; }
.decision-list strong { font-size: 1.1rem; }
.decision-list p { margin: .25rem 0 0; color: var(--muted); }
.faq-shell { max-width: 900px; }
.faq-shell .section-heading { display: block; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.2rem 2.5rem 1.2rem 0; cursor: pointer; font-weight: 800; list-style: none; position: relative; }
.faq-list summary::after { content: "+"; position: absolute; right: .3rem; color: var(--red); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details p { padding-right: 2.5rem; color: var(--muted); }
.cta-band { padding: 3.5rem 0; color: #fff; background: var(--red); }
.cta-band .eyebrow { color: #ffd8da; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.cta-inner h2 { max-width: 800px; margin: 0; font-size: clamp(1.7rem, 3vw, 2.5rem); }

.site-footer { padding-top: 4rem; color: #c4c8cd; background: #111315; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }
.brand--footer { margin-bottom: 1.2rem; color: #fff; }
.brand--footer .brand-logo { width: 92px; height: 52px; border-radius: 3px; }
.brand--footer .brand-copy small { color: #92989f; }
.footer-grid p { max-width: 520px; color: #92989f; }
.footer-grid h2 { margin-bottom: 1rem; color: #fff; font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; margin: .5rem 0; color: #aeb3b9; text-decoration: none; }
.footer-grid > div > a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding: 1.2rem 0; border-top: 1px solid #2e3236; font-size: .75rem; }
.footer-bottom p { margin: 0; }

.legal-page { min-height: 60vh; padding: 5rem 0 7rem; background: var(--soft); }
.legal-shell { max-width: 850px; padding: clamp(1.4rem, 5vw, 3.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.legal-shell h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); }
.legal-shell section { padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.legal-shell section:last-of-type { margin-bottom: 1.5rem; }
.legal-shell h2 { font-size: 1.25rem; }
.legal-shell mark { padding: .1rem .25rem; background: #fff0a8; }
.legal-notice { margin: 1.5rem 0; padding: 1rem 1.1rem; border-left: 4px solid var(--red); background: #fff7f7; }

@media (max-width: 980px) {
  .family-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .finder-options { grid-template-columns: repeat(3, 1fr); }
  .model-hero__grid { grid-template-columns: 1fr 1fr; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 74px; left: 0; right: 0; display: none; align-items: stretch; padding: 1rem 20px 1.3rem; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 24px rgba(0,0,0,.08); }
  .main-nav.is-open { display: grid; gap: .3rem; }
  .main-nav a { padding: .7rem; }
  .hero { min-height: 610px; padding: 4rem 0; background: linear-gradient(125deg,#111110,#292720); }
  .section-heading, .guide-grid { grid-template-columns: 1fr; }
  .model-hero__grid, .model-overview__grid, .specs-layout, .use-grid { grid-template-columns: 1fr; }
  .model-hero__grid { min-height: auto; padding-bottom: 3rem; }
  .model-hero__image { max-width: 560px; margin-inline: auto; }
  .specs-intro { position: static; }
  h1 { font-size: clamp(2.55rem, 12vw, 4.6rem); }
  .finder-options { grid-template-columns: repeat(2, 1fr); }
  .family-grid { grid-template-columns: repeat(2, 1fr); }
  .family-card { min-height: 195px; }
  .product-grid { grid-template-columns: 1fr; }
  .family-heading { display: block; }
  .family-heading > a { display: inline-block; margin-top: .8rem; }
  .cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .brand-logo { width: 68px; height: 38px; }
  .brand-copy { display: none; }
  .family-grid { grid-template-columns: 1fr; }
  .family-card { min-height: 175px; }
  .hero-actions .button { width: 100%; }
  .finder-options { grid-template-columns: 1fr; }
  .finder-options a { min-height: 105px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .model-keyfacts { grid-template-columns: 1fr; }
  .model-hero__image { aspect-ratio: 4/3; }
  .specs-table div { grid-template-columns: 1fr; gap: .25rem; }
}

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

/* Golden Mask theme */
.service-bar { padding: .42rem 1rem; color: #d8d2c3; background: #0d0d0c; font-size: .72rem; text-align: center; letter-spacing: .02em; }
.site-header { color: #fff; border-color: #3a382f; background: rgba(23,23,21,.97); }
.brand { color: #e4c166; }
.brand-logo { width: 42px; height: 48px; }
.brand-copy strong { font-size: 1rem; letter-spacing: .11em; }
.brand-copy small { color: #aaa493; font-size: .61rem; letter-spacing: .15em; }
.main-nav a { color: #e8e4d9; }
.main-nav a:hover { color: #edca70; }
.main-nav .nav-shop { color: #171715; background: var(--red); }
.main-nav .nav-shop:hover { color: #171715; background: #edca70; }
.nav-toggle { color: #fff; background: #302f2a; }
.hero--golden-mask { min-height: 610px; padding: clamp(4rem,8vw,6.7rem) 0; background: linear-gradient(118deg,#121211 0%,#25241f 64%,#171715 100%); }
.hero--golden-mask::before { background: radial-gradient(circle at 78% 48%,rgba(213,173,73,.14),transparent 34%); }
.hero--golden-mask .eyebrow,.model-hero .eyebrow { color: #e6c66e; }
.hero--golden-mask h1 em { color: #e1ba57; font-weight: 800; }
.hero-split { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: clamp(2rem,6vw,5rem); }
.hero-device { position: relative; padding: 2.1rem 1.4rem 1.4rem; border: 1px solid rgba(213,173,73,.25); border-radius: 14px; background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.hero-device::before { content: ""; position: absolute; inset: -42px; z-index: -1; border: 1px solid rgba(213,173,73,.2); border-radius: 50%; }
.hero-device > span { position: absolute; top: -1rem; right: 1rem; padding: .48rem .7rem; border-radius: 4px; color: #171715; background: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hero-device img { width: 100%; min-height: 230px; object-fit: contain; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1rem 1.7rem; color: #c9c4b7; font-size: .78rem; font-weight: 700; }
.quickfinder { background: linear-gradient(135deg,#f5f3ed,#ece8dc); }
.finder-card { border-color: #dfd9ca; background: rgba(255,255,255,.92); }
.product-grid--five { grid-template-columns: repeat(5,1fr); gap: .85rem; }
.product-grid--five .product-content { padding: 1.05rem; }
.product-grid--five .product-content h3 { font-size: 1.25rem; }
.product-grid--five .product-content > p { font-size: .86rem; }
.product-grid--five .product-image { aspect-ratio: 1.25/1; }
.tech-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.tech-grid article { padding: clamp(1.4rem,3vw,2.2rem); border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.tech-grid span { color: var(--red-dark); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.tech-grid h3 { margin: .65rem 0 1rem; }
.tech-grid p { margin: 0; color: var(--muted); }
.comparison-more { margin: 1.5rem 0 0; text-align: right; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.service-grid article { padding: 1.5rem; border-top: 3px solid var(--red); background: var(--soft); }
.service-grid strong { color: var(--red-dark); font-size: .76rem; }
.service-grid h3 { margin: 1.3rem 0 .7rem; }
.service-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.model-hero { background: linear-gradient(118deg,#111110,#292720); }
.model-hero__image { aspect-ratio: 1.28/1; padding: 1.2rem; border: 1px solid rgba(213,173,73,.2); border-radius: 14px; background: #fff; box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.model-hero__image::before { background: radial-gradient(circle,rgba(213,173,73,.18),transparent 68%); }
.model-hero__image img { filter: none; }
.model-action-card > span,.related-card small,.related-models .section-heading > .text-link { color: #e6c66e; }
.comparison-hero { padding: clamp(4rem,8vw,7rem) 0; color: #fff; background: linear-gradient(118deg,#121211,#292720); }
.comparison-hero p:last-child { max-width: 760px; color: #c9c4b7; font-size: 1.1rem; }
.table-wrap--light { border-color: var(--line); }
.table-wrap--light table { min-width: 1080px; background: #fff; }
.table-wrap--light thead th { color: #7e6424; background: #f1eee5; }
.table-wrap--light tbody th { color: var(--ink); background: #faf9f5; }
.table-wrap--light tbody td { color: #494741; }
.table-wrap--light th,.table-wrap--light td { border-color: var(--line); }
.comparison-table thead a { color: var(--ink); }
.comparison-note { margin-top: 1rem; color: var(--muted); font-size: .82rem; }
.decision-cards { display: grid; grid-template-columns: repeat(5,1fr); gap: 1rem; }
.decision-cards article { padding: 1.3rem; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.decision-cards strong { display: block; margin-bottom: .7rem; }
.decision-cards p { margin: 0; color: var(--muted); font-size: .88rem; }
.decision-cards a { color: #896a1e; font-weight: 800; }
.cta-band { color: #171715; background: var(--red); }
.cta-band .eyebrow { color: #5f470d; }
.button--primary { color: #171715; box-shadow: 0 10px 24px rgba(213,173,73,.18); }
.button--primary:hover { color: #fff; }
.site-footer { background: #11110f; }
.brand--footer .brand-logo { width: 48px; height: 54px; }
.legal-notice { border-color: var(--red); background: #fff9e8; }

@media (max-width: 1120px) {
  .product-grid--five { grid-template-columns: repeat(3,1fr); }
  .decision-cards { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 900px) {
  .hero-split { grid-template-columns: 1fr; }
  .hero-device { max-width: 720px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .tech-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .main-nav { top: 106px; background: #171715; border-color: #3a382f; }
  .hero--golden-mask { background: linear-gradient(125deg,#111110,#292720); }
  .product-grid--five { grid-template-columns: 1fr 1fr; }
  .decision-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .service-bar { font-size: .64rem; }
  .product-grid--five,.service-grid,.decision-cards { grid-template-columns: 1fr; }
  .hero-device { padding: 1rem; }
  .hero-trust { display: grid; gap: .45rem; }
}
