/*
Theme Name: Leapmotor China v2
Theme URI: https://leapmotor-iz-kitaya.ru/
Author: Shinezo
Description: Русскоязычный сайт автомобилей Leapmotor из Китая.
Version: 4.2.0
Text Domain: leapmotor-china
*/

:root {
  --ink: #101311;
  --ink-soft: #202522;
  --paper: #f2f1ec;
  --white: #fff;
  --mist: #e4e5df;
  --line: #d8d9d2;
  --muted: #646b66;
  --acid: #c9ff4f;
  --acid-dark: #9bd51d;
  --green: #087d5b;
  --warm: #e8d6cc;
  --radius: 28px;
  --shadow: 0 22px 60px rgba(16, 19, 17, 0.12);
  --max: 1480px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
  top: 32px;
}

body.menu-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.045em;
  line-height: 0.98;
}

svg {
  width: 1.35em;
  height: 1.35em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "brand . actions"
    "nav nav nav";
  grid-template-rows: 104px 72px;
  align-items: center;
  min-height: 176px;
  padding: 0 clamp(24px, 3.2vw, 60px);
  border-bottom: 1px solid rgba(16, 19, 17, 0.09);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.brand-mark {
  display: grid;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--acid);
  font-size: 30px;
  font-weight: 900;
  place-items: center;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-size: 26px;
  letter-spacing: 0.075em;
}

.brand-copy small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.desktop-nav {
  grid-area: nav;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 2.2vw, 36px);
  border-top: 1px solid rgba(16, 19, 17, 0.07);
  font-size: 32px;
  font-weight: 650;
}

.desktop-nav > a,
.desktop-nav-item > a {
  position: relative;
  display: inline-flex;
  height: 100%;
  min-height: 44px;
  align-items: center;
  padding: 0;
  line-height: 1.15;
}

.desktop-nav > a::after,
.desktop-nav-item > a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--ink);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.desktop-nav > a:hover::after,
.desktop-nav > a:focus-visible::after,
.desktop-nav > a:active::after,
.desktop-nav-item > a:hover::after,
.desktop-nav-item > a:focus-visible::after,
.desktop-nav-item > a:active::after,
.desktop-nav-item.mega-open > a::after {
  transform: scaleX(1);
}

.desktop-nav-item {
  display: flex;
  height: 100%;
  align-items: center;
}

.models-mega {
  position: absolute;
  z-index: 120;
  top: 100%;
  right: 0;
  left: 0;
  display: grid;
  visibility: hidden;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.7fr);
  gap: clamp(34px, 5vw, 78px);
  padding: 42px clamp(24px, 3.2vw, 60px) 48px;
  border-top: 1px solid rgba(16, 19, 17, 0.12);
  border-bottom: 1px solid rgba(16, 19, 17, 0.14);
  background: #fbfbf8;
  box-shadow: 0 30px 70px rgba(16, 19, 17, 0.24);
  isolation: isolate;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.desktop-nav-item:hover .models-mega,
.desktop-nav-item.mega-open .models-mega {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.desktop-nav-item.mega-closed .models-mega {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
}

.models-mega-intro strong {
  display: block;
  max-width: 360px;
  margin-bottom: 14px;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 620;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.models-mega-intro > p:not(.eyebrow) {
  max-width: 410px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 14px;
}

.models-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.models-mega-grid a {
  display: flex;
  min-height: 72px;
  flex-direction: column;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.models-mega-grid a:hover,
.models-mega-grid a:focus-visible {
  border-color: var(--ink);
  background: var(--acid);
  outline: 0;
  transform: translateY(-2px);
}

.models-mega-grid a:focus-visible,
.models-mega-intro a:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
}

.models-mega-grid span {
  font-size: 18px;
  font-weight: 720;
}

.models-mega-grid small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.header-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-phone {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.header-phone span {
  font-size: 20px;
  font-weight: 750;
}

.header-phone small {
  color: var(--muted);
  font-size: 13px;
}

.header-cta {
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  padding: 0 36px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 18px;
  font-weight: 760;
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(76px, 9vw, 142px) clamp(20px, 4vw, 64px);
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--acid);
}

.section-heading {
  max-width: 960px;
  margin-bottom: clamp(38px, 5vw, 72px);
}

.section-heading h2,
.inner-hero h1,
.lead-copy h2,
.model-promise h2,
.video-intro h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5.3vw, 78px);
  font-weight: 560;
}

.section-heading-split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
  gap: clamp(40px, 9vw, 140px);
}

.section-heading-split > p {
  align-self: end;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 20px);
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 780;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0) scale(0.98);
}

.button:focus-visible,
.menu-toggle:focus-visible,
.video-play:focus-visible,
.lead-form input:focus-visible {
  outline: 3px solid rgba(201, 255, 79, 0.8);
  outline-offset: 3px;
}

.button svg,
.text-link svg {
  margin-left: 10px;
}

.button-acid {
  background: var(--acid);
  color: var(--ink);
}

.button-acid:hover {
  background: #dbff88;
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover {
  background: var(--ink-soft);
}

.button-glass {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.button-outline-light {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.text-link {
  display: inline-flex;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 780;
}

.home-hero {
  position: relative;
  height: clamp(720px, calc(100svh - 78px), 900px);
  min-height: 720px;
  max-height: 900px;
  overflow: hidden;
  background: #d6c1b7;
  color: var(--white);
}

.home-hero-media,
.model-hero-media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.home-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% 52%;
  transform: scale(1.015);
}

.model-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 52%;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 12, 10, 0.91) 0%, rgba(9, 12, 10, 0.7) 38%, rgba(9, 12, 10, 0.06) 75%),
    linear-gradient(0deg, rgba(9, 12, 10, 0.65), transparent 38%);
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(780px, 64vw);
  height: 100%;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(20px, 6vw, 98px) 154px;
}

.home-hero h1 {
  max-width: 800px;
  margin-bottom: 28px;
  font-size: clamp(58px, 5.4vw, 80px);
  font-weight: 520;
  letter-spacing: -0.065em;
}

.home-hero-lead {
  max-width: 650px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.79);
  font-size: clamp(17px, 1.55vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-note {
  max-width: 590px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.hero-facts {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: grid;
  width: min(760px, 67vw);
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(9, 12, 10, 0.5);
  backdrop-filter: blur(14px);
}

.hero-facts div {
  min-height: 104px;
  padding: 20px clamp(18px, 3vw, 40px);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-facts span {
  display: block;
  margin-bottom: 5px;
  color: var(--acid);
  font-size: 10px;
  font-weight: 850;
}

.hero-facts strong,
.hero-facts small {
  display: block;
}

.hero-facts strong {
  font-size: 15px;
}

.hero-facts small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
}

.source-tag {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 9px;
}

.source-tag-dark {
  background: rgba(9, 12, 10, 0.56);
  color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
}

.statement-strip {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 8vw;
  padding: clamp(55px, 7vw, 100px) clamp(20px, 6vw, 98px);
  background: var(--acid);
}

.statement-strip p {
  max-width: 900px;
  margin: 0;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 540;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.statement-strip span {
  align-self: end;
  max-width: 480px;
  font-size: clamp(15px, 1.4vw, 19px);
}

.focus-section {
  width: 100%;
  max-width: none;
  background: var(--paper);
}

.focus-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 18px;
}

.focus-card,
.a05-gallery figure {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #d8d3cb;
}

.focus-card-side {
  min-height: 680px;
}

.focus-card img,
.a05-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.focus-card-main img {
  object-position: 62% 50%;
}

.focus-card-side img {
  object-position: 66% 50%;
}

.focus-card:hover img {
  transform: scale(1.035);
}

.focus-card::after {
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(0deg, rgba(10, 12, 11, 0.78), transparent);
  content: "";
}

.focus-card-caption {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 34px;
  left: 34px;
  color: var(--white);
}

.focus-card-caption span {
  color: var(--acid);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.focus-card-caption h3 {
  margin: 10px 0 8px;
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 560;
}

.focus-card-caption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.focus-checks {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.5fr 1fr 1.2fr auto;
  gap: 32px;
  align-items: start;
  padding: clamp(30px, 4vw, 58px);
  border-radius: var(--radius);
  background: var(--white);
}

.focus-checks h3 {
  margin-bottom: 0;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 560;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: #424843;
  font-size: 14px;
}

.check-list svg {
  flex: 0 0 20px;
  color: var(--green);
}

.process-section {
  width: 100%;
  max-width: none;
  background: var(--white);
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 0 44px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.process-grid::before {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--line);
  content: "";
}

.process-grid li {
  position: relative;
  min-height: 320px;
  padding: 26px 30px 34px;
  border-right: 1px solid var(--line);
}

.process-grid li:first-child {
  padding-left: 0;
}

.process-grid li:last-child {
  padding-right: 0;
  border-right: 0;
}

.process-topline {
  display: flex;
  height: 108px;
  align-items: flex-start;
  justify-content: space-between;
}

.process-number {
  color: var(--green);
  font-size: clamp(38px, 4.7vw, 72px);
  font-weight: 520;
  letter-spacing: -0.06em;
  line-height: 1;
}

.process-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 52px;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  place-items: center;
}

.process-icon svg {
  width: 25px;
  height: 25px;
}

.process-grid strong {
  display: block;
  margin: 40px 0 13px;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 620;
  letter-spacing: -0.035em;
}

.process-grid p {
  max-width: 300px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.video-section {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
  background: var(--ink);
  color: var(--white);
}

.video-intro p:not(.eyebrow) {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.57);
}

.video-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius);
  background: #272b29;
}

.video-shell picture,
.video-shell img,
.video-shell video,
.video-shell iframe {
  width: 100%;
  height: 100%;
}

.video-shell img,
.video-shell video {
  object-fit: cover;
}

.video-shell iframe {
  display: block;
  border: 0;
}

.video-shell::after {
  position: absolute;
  inset: 0;
  background: rgba(9, 12, 10, 0.18);
  content: "";
  pointer-events: none;
}

.video-shell:has(video)::after,
.video-shell:has(iframe)::after {
  display: none;
}

.video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: flex;
  min-width: 176px;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  background: var(--acid);
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 820;
  transform: translate(-50%, -50%);
}

.video-play svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: none;
}

.trust-section {
  width: 100%;
  max-width: none;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.trust-grid article {
  min-height: 360px;
  padding: clamp(30px, 4vw, 58px);
  border-radius: var(--radius);
  background: var(--white);
}

.trust-grid article:nth-child(2) {
  background: var(--warm);
}

.trust-grid article:nth-child(3) {
  background: var(--acid);
}

.trust-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 82px;
  border: 1px solid currentColor;
  border-radius: 50%;
  place-items: center;
}

.trust-icon svg {
  width: 27px;
  height: 27px;
}

.trust-grid h3 {
  margin-bottom: 16px;
  font-size: clamp(27px, 3vw, 43px);
  font-weight: 570;
}

.trust-grid p {
  max-width: 390px;
  margin: 0;
  color: #505651;
}

.faq-preview {
  width: 100%;
  max-width: none;
  background: var(--white);
}

.faq-list {
  margin-bottom: 34px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 26px 64px 26px 0;
  cursor: pointer;
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 620;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green);
  content: "+";
  font-size: 22px;
  font-weight: 420;
  place-items: center;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  max-width: 820px;
  padding: 0 64px 28px 0;
  color: var(--muted);
}

.lead-section {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(45px, 10vw, 170px);
  background: #dbe8e1;
}

.lead-copy p:not(.eyebrow) {
  max-width: 700px;
  margin: 30px 0;
  color: #4b5650;
  font-size: clamp(16px, 1.5vw, 20px);
}

.lead-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lead-contacts a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(16, 19, 17, 0.17);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 760;
}

.lead-form {
  position: relative;
  display: grid;
  gap: 17px;
  align-self: start;
  padding: clamp(28px, 4.2vw, 56px);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.lead-form label span {
  display: block;
  margin-bottom: 7px;
  color: #4e5550;
  font-size: 11px;
  font-weight: 740;
}

.lead-form input {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid #d4d8d4;
  border-radius: 12px;
  outline: 0;
  background: #f8f9f6;
}

.lead-form input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(8, 125, 91, 0.12);
}

.lead-form .button {
  width: 100%;
  background: var(--ink);
  color: var(--white);
}

.lead-form small {
  color: var(--muted);
  font-size: 10px;
}

.lead-form small a {
  text-decoration: underline;
}

.lead-form .website-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.lead-form .consent-field {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  cursor: pointer;
}

.lead-form .consent-field input {
  width: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  accent-color: var(--ink);
}

.lead-form .consent-field span {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

.lead-form .consent-field a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.inner-hero {
  padding: clamp(86px, 10vw, 160px) clamp(20px, 6vw, 98px) clamp(68px, 8vw, 120px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.inner-hero h1 {
  max-width: 1120px;
  margin-bottom: 28px;
}

.inner-hero > p:last-child {
  max-width: 790px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 24px);
}

.model-hero {
  position: relative;
  height: clamp(720px, calc(100svh - 78px), 900px);
  min-height: 720px;
  max-height: 900px;
  overflow: hidden;
  background: #dbc0b8;
  color: var(--white);
}

.model-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 52%;
}

.model-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 12, 10, 0.88), rgba(9, 12, 10, 0.35) 52%, transparent 78%);
}

.model-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(720px, 61vw);
  height: 100%;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  padding: 90px clamp(20px, 6vw, 98px);
}

.model-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(60px, 5.4vw, 80px);
  font-weight: 520;
  letter-spacing: -0.07em;
}

.model-hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(17px, 1.7vw, 23px);
}

.model-hero-copy > small {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 10px;
}

.model-promise {
  display: grid;
  grid-template-columns: 0.3fr 1fr 0.7fr;
  gap: 6vw;
  align-items: start;
  padding: clamp(62px, 8vw, 112px) clamp(20px, 6vw, 98px);
  background: var(--acid);
}

.model-promise .eyebrow {
  color: var(--ink);
}

.model-promise p:last-child {
  align-self: end;
  margin: 0;
  font-size: clamp(15px, 1.5vw, 19px);
}

.a05-inline-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin-top: 32px;
  padding: 32px;
  border-radius: var(--radius);
  background: var(--acid);
}

.a05-inline-cta p {
  max-width: 720px;
  margin: 0;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 650;
  letter-spacing: -0.03em;
}

.a05-inline-cta .button {
  white-space: nowrap;
}

.gallery-section {
  width: 100%;
  max-width: none;
}

.a05-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}

.a05-gallery figure {
  min-height: 540px;
  margin: 0;
}

.a05-gallery .gallery-wide {
  grid-column: 1 / -1;
  min-height: min(72vw, 820px);
}

.a05-gallery figure.has-caption::after {
  position: absolute;
  inset: 58% 0 0;
  background: linear-gradient(0deg, rgba(9, 12, 10, 0.72), transparent);
  content: "";
}

.a05-gallery figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  left: 28px;
  color: var(--white);
}

.a05-gallery figcaption strong,
.a05-gallery figcaption span {
  display: block;
}

.a05-gallery figcaption strong {
  font-size: 24px;
}

.a05-gallery figcaption span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
}

.a05-gallery figure:nth-child(2) img {
  object-position: 66% 50%;
}

.a05-details {
  width: 100%;
  max-width: none;
  background: var(--ink);
  color: var(--white);
}

.a05-details .eyebrow {
  color: var(--acid);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.detail-grid article {
  min-height: 310px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.detail-grid article:first-child {
  padding-left: 0;
}

.detail-grid article:last-child {
  border-right: 0;
}

.detail-grid span {
  display: block;
  margin-bottom: 84px;
  color: var(--acid);
  font-size: 43px;
  font-weight: 520;
  letter-spacing: -0.06em;
}

.detail-grid h3 {
  margin-bottom: 14px;
  font-size: 25px;
  font-weight: 590;
}

.detail-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 13px;
}

.compact-process {
  width: 100%;
  max-width: none;
}

.catalog-section {
  width: 100%;
  max-width: none;
}

.catalog-card {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  min-height: 700px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
}

.catalog-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% 50%;
}

.catalog-status {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--acid);
  font-size: 10px;
  font-weight: 780;
}

.catalog-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
}

.model-code {
  margin-bottom: 34px;
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.catalog-copy h2,
.catalog-next h2 {
  margin-bottom: 24px;
  font-size: clamp(44px, 6vw, 86px);
  font-weight: 540;
}

.catalog-copy > p {
  margin-bottom: 28px;
  color: var(--muted);
}

.catalog-copy .check-list {
  margin-bottom: 34px;
}

.catalog-next {
  margin-top: 16px;
  padding: clamp(34px, 5vw, 68px);
  border-radius: var(--radius);
  background: #dfe2dc;
}

.catalog-next span {
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.catalog-next h2 {
  margin: 22px 0;
}

.catalog-next p {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
}

.model-catalog {
  width: 100%;
  max-width: none;
}

.model-catalog-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
  color: var(--muted);
}

.model-catalog-head p {
  max-width: 660px;
  margin: 0;
}

.model-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.model-card {
  overflow: hidden;
  border-radius: 22px;
  background: var(--white);
}

.model-card-media {
  position: relative;
  display: grid;
  min-height: 280px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  place-items: center;
}

.model-card-media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform 240ms ease;
}

.model-card-media > span {
  color: rgba(255, 255, 255, 0.12);
  font-size: clamp(66px, 8vw, 112px);
  font-weight: 820;
  letter-spacing: -0.08em;
}

.model-card-media > small {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--acid);
  color: var(--ink);
  font-size: 9px;
  font-weight: 780;
}

.model-card:hover .model-card-media img {
  transform: scale(1.025);
}

.model-card-copy {
  padding: 26px;
}

.model-card-copy .model-code {
  margin-bottom: 18px;
}

.model-card-copy h2 {
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 620;
}

.model-card-copy > p {
  min-height: 66px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 13px;
}

.models-catalog-hero {
  padding-top: 44px;
  padding-bottom: 36px;
}

.models-catalog-hero .eyebrow {
  margin-bottom: 12px;
}

.models-catalog-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(48px, 5vw, 68px);
}

.models-catalog-hero > p:not(.eyebrow) {
  max-width: 880px;
  font-size: clamp(16px, 1.45vw, 20px);
}

.catalog-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.catalog-jump a,
.alias-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-size: 11px;
  font-weight: 760;
  transition: border-color 160ms ease, background 160ms ease;
}

.catalog-jump a:hover,
.catalog-jump a:focus-visible,
.alias-links a:hover,
.alias-links a:focus-visible {
  border-color: var(--ink);
  background: var(--acid);
  outline: 0;
}

.catalog-primary {
  width: 100%;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 84px;
}

.catalog-primary-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(0, 3fr);
  gap: 16px;
  align-items: stretch;
}

.catalog-group {
  min-width: 0;
}

.catalog-group-head {
  min-height: 112px;
  margin-bottom: 16px;
}

.catalog-group-head .eyebrow {
  margin-bottom: 8px;
}

.catalog-group-head h2 {
  margin-bottom: 10px;
  font-size: clamp(28px, 2.45vw, 38px);
  font-weight: 590;
}

.catalog-group-head > p:last-child {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.catalog-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.catalog-feature-card,
.quick-model-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(16, 19, 17, 0.07);
}

.catalog-feature-media,
.quick-model-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--ink);
}

.catalog-feature-media img,
.quick-model-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 220ms ease;
}

.catalog-feature-card:hover img,
.quick-model-card:hover img {
  transform: scale(1.025);
}

.catalog-feature-media small {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--acid);
  color: var(--ink);
  font-size: 8px;
  font-weight: 790;
}

.catalog-feature-copy,
.quick-model-copy {
  padding: 20px;
}

.catalog-feature-copy .model-code,
.quick-model-copy .model-code {
  margin-bottom: 12px;
}

.catalog-feature-copy h3,
.quick-model-copy h3 {
  margin-bottom: 12px;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 620;
}

.catalog-feature-copy > p:not(.model-code),
.quick-model-copy > p:not(.model-code) {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 12px;
}

.catalog-secondary,
.catalog-aliases,
.home-models-section,
.related-models-section {
  width: 100%;
  max-width: none;
}

.catalog-secondary {
  background: var(--white);
}

.catalog-waiting-grid,
.catalog-alias-grid {
  display: grid;
  gap: 16px;
}

.catalog-waiting-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-alias-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.catalog-waiting-grid article,
.catalog-alias-grid article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.catalog-waiting-grid article {
  background: var(--paper);
}

.catalog-alias-grid article {
  background: var(--white);
}

.catalog-waiting-grid h3,
.catalog-alias-grid h3 {
  margin-bottom: 16px;
  font-size: clamp(26px, 2.4vw, 38px);
  font-weight: 590;
}

.catalog-waiting-grid article > p:not(.model-code),
.catalog-alias-grid article > p:not(.model-code) {
  color: var(--muted);
  font-size: 13px;
}

.alias-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.quick-model-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.quick-model-grid-related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-models-section {
  padding-bottom: 36px;
}

.home-models-all {
  margin-top: 28px;
}

.related-models-section {
  border-top: 1px solid var(--line);
}

.model-alias-notice {
  background: var(--paper);
}

.model-alias-notice .button {
  margin-top: 26px;
}

.model-hero-empty {
  background: linear-gradient(135deg, #101311 0%, #25322d 56%, #087d5b 100%);
}

.model-hero-empty::after {
  position: absolute;
  right: -7vw;
  bottom: -12vw;
  width: 48vw;
  height: 48vw;
  border: 1px solid rgba(201, 255, 79, 0.25);
  border-radius: 50%;
  content: "";
}

.model-specifications {
  width: 100%;
  max-width: none;
  background: var(--white);
}

.model-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
}

.model-spec-grid > div {
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.model-spec-grid dt {
  margin-bottom: 10px;
  color: var(--green);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.model-spec-grid dd {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 620;
}

.model-spec-grid small {
  color: var(--muted);
  font-size: 9px;
}

.model-editorial-section,
.model-market-section,
.model-sources-section {
  width: 100%;
  max-width: none;
}

.model-editorial-section {
  background: var(--paper);
}

.model-editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.model-editorial-card {
  min-height: 430px;
  padding: clamp(30px, 4.5vw, 64px);
  border-radius: var(--radius);
  background: var(--white);
}

.model-editorial-card h2 {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 560;
  letter-spacing: -0.045em;
}

.model-editorial-card p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
}

.model-editorial-dark {
  background: var(--ink);
  color: var(--white);
}

.model-editorial-dark .model-editorial-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--ink-soft);
}

.model-editorial-dark .model-editorial-card p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
  white-space: pre-line;
}

.model-market-section {
  background: var(--warm);
}

.model-market-section .section-heading {
  margin-bottom: 0;
}

.model-market-section .section-heading > p {
  max-width: 780px;
  color: #544c47;
  font-size: clamp(16px, 1.6vw, 21px);
}

.model-faq-section {
  width: 100%;
  max-width: none;
  background: var(--white);
}

.model-sources-section {
  background: #e5e8e1;
}

.model-source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  list-style: none;
}

.model-source-list li {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 24px;
  background: var(--white);
}

.model-source-list a,
.model-source-list span {
  color: var(--ink);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.model-source-list small {
  color: var(--muted);
  font-size: 10px;
}

.process-page {
  width: 100%;
  max-width: none;
}

.delivery-grid-section {
  width: 100%;
  max-width: none;
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.delivery-grid article {
  min-height: 350px;
  padding: clamp(30px, 5vw, 68px);
  border-radius: var(--radius);
  background: var(--white);
}

.delivery-grid article:nth-child(2) {
  background: var(--warm);
}

.delivery-grid article:nth-child(3) {
  background: var(--acid);
}

.delivery-grid article:nth-child(4) {
  background: var(--ink);
  color: var(--white);
}

.delivery-grid span {
  display: block;
  margin-bottom: 86px;
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.delivery-grid article:nth-child(4) span {
  color: var(--acid);
}

.delivery-grid h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 560;
}

.delivery-grid p {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
}

.delivery-grid article:nth-child(4) p {
  color: rgba(255, 255, 255, 0.57);
}

.video-page-section {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: 18px;
  background: var(--ink);
  color: var(--white);
}

.video-shell-page {
  align-self: start;
}

.video-page-note {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(30px, 4vw, 56px);
  border-radius: var(--radius);
  background: var(--acid);
  color: var(--ink);
}

.video-page-note > span {
  margin-bottom: auto;
  font-size: clamp(55px, 8vw, 118px);
  font-weight: 520;
  letter-spacing: -0.08em;
}

.video-page-note h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 560;
}

.video-page-note p {
  margin: 0;
}

.reviews-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 72px);
  background: var(--paper);
}

.reviews-status {
  align-self: start;
  padding: clamp(30px, 4vw, 56px);
  border-radius: var(--radius);
  background: var(--acid);
}

.reviews-status h2 {
  margin-bottom: 24px;
  font-size: clamp(38px, 4.8vw, 66px);
  font-weight: 560;
}

.reviews-status p:last-child {
  margin-bottom: 0;
  color: #35412f;
  font-size: 17px;
}

.reviews-principles {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--line);
}

.reviews-principles article {
  display: grid;
  grid-template-columns: 70px 0.65fr 1fr;
  gap: clamp(18px, 3vw, 40px);
  align-items: start;
  padding: clamp(28px, 3.5vw, 46px);
  background: var(--white);
}

.reviews-principles span {
  color: var(--green);
  font-size: 26px;
  font-weight: 720;
}

.reviews-principles h3 {
  margin-bottom: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 600;
}

.reviews-principles p {
  margin-bottom: 0;
  color: var(--muted);
}

.faq-page {
  width: 100%;
  max-width: none;
  background: var(--white);
}

.faq-list-large summary {
  padding-top: 34px;
  padding-bottom: 34px;
  font-size: clamp(21px, 2.5vw, 34px);
}

.contact-section {
  width: 100%;
  max-width: none;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.contact-card,
.contact-form-wrap {
  min-height: 650px;
  padding: clamp(34px, 5vw, 72px);
  border-radius: var(--radius);
}

.contact-card-dark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--ink);
  color: var(--white);
}

.contact-card h2 {
  margin-bottom: 54px;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 550;
}

.contact-card a,
.contact-card address {
  margin-bottom: 15px;
  font-style: normal;
}

.contact-phone {
  font-size: clamp(27px, 3.5vw, 48px);
  font-weight: 590;
  letter-spacing: -0.045em;
}

.messenger-row {
  display: flex;
  gap: 10px;
  margin: 10px 0 auto;
}

.messenger-row a {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 12px;
}

.contact-card address {
  color: rgba(255, 255, 255, 0.57);
}

.contact-form-wrap {
  background: #dbe8e1;
}

.contact-form-wrap > h2 {
  margin-bottom: 32px;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 550;
}

.contact-form-wrap .lead-form {
  padding: clamp(26px, 3vw, 42px);
}

.content-section {
  padding: clamp(64px, 8vw, 112px) clamp(20px, 6vw, 98px);
}

.content-section.white {
  background: var(--white);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.content-card {
  padding: clamp(28px, 4vw, 52px);
  border-radius: var(--radius);
  background: var(--white);
}

.content-card h2,
.content-card h3 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 580;
}

.content-card p,
.content-card li,
.legal-copy p,
.legal-copy li {
  color: var(--muted);
}

.content-card ul,
.legal-copy ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.wide-card {
  grid-column: 1 / -1;
}

.legal-copy {
  max-width: 920px;
}

.legal-copy h2 {
  margin: 48px 0 14px;
  font-size: 28px;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.thanks {
  display: grid;
  min-height: calc(100svh - 78px);
  padding: 70px 20px;
  background: var(--acid);
  text-align: center;
  place-items: center;
}

.thanks > div {
  width: 100%;
  max-width: 780px;
  min-width: 0;
}

.status-mark {
  display: grid;
  width: 78px;
  height: 78px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--acid);
  font-size: 30px;
  place-items: center;
}

.thanks h1 {
  max-width: 100%;
  margin-bottom: 24px;
  font-size: clamp(58px, 10vw, 126px);
  font-weight: 520;
  overflow-wrap: anywhere;
}

.thanks p:not(.eyebrow) {
  max-width: 640px;
  margin: 0 auto 34px;
  font-size: 18px;
}

.site-footer {
  padding: clamp(60px, 7vw, 100px) clamp(20px, 4vw, 64px) 26px;
  background: var(--ink);
  color: var(--white);
}

.footer-lead {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  padding-bottom: clamp(55px, 7vw, 92px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-lead h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 540;
}

.footer-lead-actions {
  display: flex;
  gap: 10px;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.6fr 0.65fr 0.75fr;
  gap: 6vw;
  padding: 62px 0;
}

.brand-light .brand-mark {
  background: var(--acid);
  color: var(--ink);
}

.brand-light .brand-copy small {
  color: rgba(255, 255, 255, 0.5);
}

.footer-main > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-brand p {
  max-width: 390px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.47);
}

.footer-main > div > strong {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-main a,
.footer-main span {
  font-size: 13px;
}

.footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-bottom p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
}

.footer-bottom div {
  display: flex;
  gap: 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
}

.mobile-cta-bar {
  display: none;
}

@media (max-width: 1180px) {
  .desktop-nav {
    display: none;
  }

  .models-mega {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    grid-template-areas: "brand actions";
    grid-template-rows: 120px;
    min-height: 120px;
  }

  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--mist);
    cursor: pointer;
    place-content: center;
    gap: 6px;
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 1px;
    background: var(--ink);
  }

  .mobile-nav {
    position: fixed;
    z-index: 99;
    top: 120px;
    right: 0;
    left: 0;
    display: flex;
    height: calc(100svh - 120px);
    flex-direction: column;
    padding: 42px clamp(20px, 6vw, 80px);
    background: var(--ink);
    color: var(--white);
    overflow-y: auto;
  }

  .mobile-nav[hidden] {
    display: none;
  }

  .mobile-nav > a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 560;
    letter-spacing: -0.04em;
  }

  .mobile-models {
    margin-bottom: 18px;
  }

  .mobile-nav-title {
    display: inline-flex;
    margin-bottom: 18px;
    font-size: clamp(30px, 5vw, 48px);
    font-weight: 560;
    letter-spacing: -0.04em;
  }

  .mobile-model-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .mobile-model-grid a {
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 650;
  }

  .mobile-model-grid a:hover,
  .mobile-model-grid a:focus-visible {
    border-color: var(--acid);
    color: var(--acid);
    outline: 0;
  }

  .mobile-nav-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
  }

  .mobile-nav-contacts a {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.27);
    border-radius: 999px;
    font-size: 12px;
  }

  .home-hero-copy,
  .model-hero-copy {
    width: min(780px, 78vw);
  }

  .focus-grid {
    grid-template-columns: 1fr 1fr;
  }

  .focus-card,
  .focus-card-side {
    min-height: 58vw;
  }

  .focus-checks {
    grid-template-columns: 0.5fr 1fr 1.1fr;
  }

  .focus-checks .text-link {
    grid-column: 2;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid::before {
    display: none;
  }

  .process-grid li:nth-child(2) {
    border-right: 0;
  }

  .process-grid li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .video-section,
  .video-page-section {
    grid-template-columns: 1fr;
  }

  .video-intro {
    max-width: 760px;
  }

  .catalog-card {
    grid-template-columns: 1fr;
  }

  .model-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-primary-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .catalog-waiting-grid,
  .quick-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-model-grid-related {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .model-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .detail-grid article:nth-child(2) {
    border-right: 0;
  }

  .detail-grid article:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .footer-main {
    grid-template-columns: 1.2fr repeat(3, 1fr);
    gap: 4vw;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 58px;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    grid-template-rows: 66px;
    min-height: 66px;
    padding: 0 18px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand-copy strong {
    font-size: 13px;
  }

  .brand-copy small,
  .header-phone,
  .header-cta {
    display: none;
  }

  .header-actions {
    gap: 0;
  }

  .mobile-nav {
    top: 66px;
    height: calc(100svh - 66px);
    padding: 34px 20px;
  }

  .mobile-nav-title {
    font-size: 30px;
  }

  .mobile-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-model-grid a {
    min-height: 44px;
    font-size: 11px;
  }

  .mobile-nav > a {
    font-size: 27px;
  }

  .section {
    padding: 72px 20px;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .inner-hero h1,
  .lead-copy h2,
  .model-promise h2,
  .video-intro h2 {
    font-size: 40px;
  }

  .section-heading-split {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-hero,
  .model-hero,
  .home-hero-copy,
  .model-hero-copy {
    min-height: 0;
  }

  .home-hero,
  .model-hero {
    height: clamp(640px, calc(100svh - 66px), 820px);
    min-height: 640px;
    max-height: 820px;
  }

  .home-hero-copy,
  .model-hero-copy {
    height: 100%;
  }

  .home-hero-image {
    object-position: 50% 50%;
    transform: none;
  }

  .home-hero-overlay {
    background:
      linear-gradient(180deg, rgba(9, 12, 10, 0.89) 0%, rgba(9, 12, 10, 0.72) 39%, rgba(9, 12, 10, 0.14) 68%, rgba(9, 12, 10, 0.28) 100%);
  }

  .home-hero-copy {
    width: 100%;
    justify-content: flex-start;
    padding: 48px 20px 245px;
  }

  .home-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(40px, 11.5vw, 48px);
  }

  .home-hero-lead {
    max-width: 340px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.42;
  }

  .home-hero .eyebrow,
  .model-hero .eyebrow {
    margin-bottom: 14px;
  }

  .home-hero .hero-actions,
  .model-hero .hero-actions {
    gap: 10px;
  }

  .home-hero .hero-actions .button,
  .model-hero .hero-actions .button {
    min-height: 54px;
  }

  .home-hero .hero-note,
  .home-hero .hero-facts {
    display: none;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-facts {
    width: 100%;
  }

  .hero-facts div {
    min-height: 85px;
    padding: 15px 12px;
  }

  .hero-facts small {
    display: none;
  }

  .source-tag {
    display: none;
  }

  .statement-strip {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 56px 20px;
  }

  .statement-strip p {
    font-size: 39px;
  }

  .focus-grid {
    grid-template-columns: 1fr;
  }

  .focus-card,
  .focus-card-side {
    min-height: 108vw;
    border-radius: 20px;
  }

  .focus-card-caption {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .focus-card-caption h3 {
    font-size: 38px;
  }

  .focus-checks {
    grid-template-columns: 1fr;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .focus-checks .text-link {
    grid-column: auto;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid li,
  .process-grid li:first-child,
  .process-grid li:last-child {
    min-height: 0;
    padding: 25px 0 34px;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .process-topline {
    height: 76px;
  }

  .process-number {
    font-size: 58px;
  }

  .process-grid strong {
    margin-top: 24px;
  }

  .video-section {
    gap: 30px;
  }

  .video-shell {
    aspect-ratio: 9 / 16;
    max-height: 86svh;
    border-radius: 20px;
  }

  .video-shell img {
    object-position: 64% 50%;
  }

  .video-play {
    min-width: 160px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid article {
    min-height: 300px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .trust-icon {
    margin-bottom: 58px;
  }

  .lead-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .lead-form {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .inner-hero {
    padding: 76px 20px 60px;
  }

  .model-hero-image {
    object-position: 50% 50%;
  }

  .model-hero-shade {
    background: linear-gradient(180deg, rgba(9, 12, 10, 0.9) 0%, rgba(9, 12, 10, 0.72) 41%, rgba(9, 12, 10, 0.08) 69%, rgba(9, 12, 10, 0.25) 100%);
  }

  .model-hero-copy {
    width: 100%;
    justify-content: flex-start;
    padding: 48px 20px 230px;
  }

  .model-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(42px, 12vw, 50px);
  }

  .model-hero-copy > p:not(.eyebrow) {
    max-width: 340px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.42;
  }

  .model-hero-copy > small {
    display: none;
  }

  .model-hero-b10,
  .model-hero-c10,
  .model-hero-t03 {
    height: clamp(760px, calc(100svh - 66px), 820px);
    min-height: 760px;
    max-height: 820px;
    background: var(--ink);
  }

  .model-hero-b10 .model-hero-media,
  .model-hero-c10 .model-hero-media,
  .model-hero-t03 .model-hero-media {
    top: 44%;
    height: auto;
  }

  .model-hero-b10 .model-hero-shade,
  .model-hero-c10 .model-hero-shade,
  .model-hero-t03 .model-hero-shade {
    background: linear-gradient(180deg, #101311 0%, #101311 38%, rgba(16, 19, 17, 0.88) 48%, rgba(16, 19, 17, 0.1) 76%, rgba(16, 19, 17, 0.28) 100%);
  }

  .model-hero-b10 .model-hero-copy,
  .model-hero-c10 .model-hero-copy,
  .model-hero-t03 .model-hero-copy {
    padding-top: 34px;
    padding-bottom: 0;
  }

  .model-hero-b10 .hero-actions,
  .model-hero-c10 .hero-actions,
  .model-hero-t03 .hero-actions {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .model-hero-b10 .hero-actions .button,
  .model-hero-c10 .hero-actions .button,
  .model-hero-t03 .hero-actions .button {
    width: auto;
    min-height: 50px;
    justify-content: center;
    padding: 0 12px;
    text-align: center;
  }

  .model-promise {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 58px 20px;
  }

  .a05-inline-cta {
    grid-template-columns: 1fr;
    padding: 28px 24px;
    border-radius: 20px;
  }

  .a05-inline-cta .button {
    width: 100%;
  }

  .a05-gallery {
    grid-template-columns: 1fr;
  }

  .a05-gallery .gallery-wide {
    grid-column: auto;
  }

  .a05-gallery figure,
  .a05-gallery .gallery-wide {
    min-height: 106vw;
    border-radius: 20px;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .detail-grid article,
  .detail-grid article:first-child {
    min-height: 0;
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 0;
  }

  .detail-grid span {
    margin-bottom: 42px;
  }

  .catalog-card {
    min-height: 0;
    border-radius: 20px;
  }

  .model-catalog-head {
    flex-direction: column;
    gap: 12px;
  }

  .models-catalog-hero {
    padding: 42px 20px 34px;
  }

  .models-catalog-hero h1 {
    font-size: 44px;
  }

  .catalog-jump {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-jump a {
    justify-content: center;
    padding: 0 10px;
    text-align: center;
  }

  .catalog-primary {
    padding-top: 28px;
  }

  .catalog-primary-grid {
    gap: 48px;
  }

  .catalog-group-head {
    min-height: 0;
  }

  .catalog-feature-grid,
  .catalog-waiting-grid,
  .catalog-alias-grid,
  .quick-model-grid,
  .quick-model-grid-related {
    grid-template-columns: 1fr;
  }

  .catalog-waiting-grid article,
  .catalog-alias-grid article {
    min-height: 0;
    padding: 26px 22px;
    border-radius: 20px;
  }

  .catalog-feature-card,
  .quick-model-card {
    border-radius: 20px;
  }

  .model-catalog-grid,
  .model-spec-grid {
    grid-template-columns: 1fr;
  }

  .model-editorial-grid,
  .model-source-list {
    grid-template-columns: 1fr;
  }

  .model-editorial-card {
    min-height: 0;
    padding: 34px 24px;
    border-radius: 20px;
  }

  .model-editorial-card h2 {
    font-size: 38px;
  }

  .model-card-media,
  .model-card-media img {
    min-height: 230px;
  }

  .model-card-copy > p {
    min-height: 0;
  }

  .catalog-image {
    min-height: 108vw;
  }

  .catalog-copy {
    padding: 34px 24px 42px;
  }

  .catalog-next {
    padding: 34px 24px;
    border-radius: 20px;
  }

  .delivery-grid {
    grid-template-columns: 1fr;
  }

  .delivery-grid article {
    min-height: 300px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .delivery-grid span {
    margin-bottom: 62px;
  }

  .video-page-note {
    min-height: 390px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .reviews-intro {
    grid-template-columns: 1fr;
  }

  .reviews-status {
    padding: 34px 24px;
    border-radius: 20px;
  }

  .reviews-status h2 {
    font-size: 40px;
  }

  .reviews-principles {
    border-radius: 20px;
  }

  .reviews-principles article {
    grid-template-columns: 52px 1fr;
    gap: 12px 18px;
    padding: 26px 22px;
  }

  .reviews-principles p {
    grid-column: 2;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-card,
  .contact-form-wrap {
    min-height: 0;
    padding: 38px 24px;
    border-radius: 20px;
  }

  .contact-card {
    min-height: 560px;
  }

  .content-section {
    padding: 64px 20px;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .wide-card {
    grid-column: auto;
  }

  .footer-lead {
    grid-template-columns: 1fr;
  }

  .footer-lead-actions {
    flex-direction: column;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom div {
    flex-direction: column;
    gap: 8px;
  }

  .mobile-cta-bar {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    height: 58px;
    grid-template-columns: 0.7fr 1.3fr;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background: var(--ink);
    color: var(--white);
  }

  .mobile-cta-bar a {
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 800;
  }

  .mobile-cta-bar a:last-child {
    background: var(--acid);
    color: var(--ink);
  }

  .thanks {
    padding: 56px 20px;
  }

  .thanks h1 {
    font-size: clamp(42px, 14vw, 58px);
    line-height: 1.02;
  }
}

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

/* SEO and Q&A landing pages, version 4.1.0. */

.seo-landing {
  overflow: clip;
  background: var(--paper);
}

.seo-breadcrumbs {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 28px clamp(20px, 4vw, 64px) 0;
}

.seo-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 12px;
  list-style: none;
}

.seo-breadcrumbs li {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

.seo-breadcrumbs li:not(:last-child)::after {
  color: #a4aaa5;
  content: "/";
}

.seo-breadcrumbs a:hover {
  color: var(--green);
}

.seo-hero {
  position: relative;
  display: grid;
  width: min(calc(100% - 40px), calc(var(--max) - 80px));
  min-height: 590px;
  margin: 26px auto 0;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.7fr);
  gap: clamp(36px, 8vw, 124px);
  align-items: end;
  padding: clamp(56px, 8vw, 112px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 82% 18%, rgba(201, 255, 79, 0.24), transparent 30%),
    linear-gradient(145deg, #101311 0%, #1b2822 58%, #0d6f51 140%);
  color: var(--white);
}

.seo-hero::before {
  position: absolute;
  top: -190px;
  right: -120px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.seo-hero-copy,
.seo-answer-card {
  position: relative;
  z-index: 1;
}

.seo-hero h1 {
  max-width: 900px;
  margin: 0 0 28px;
  font-size: clamp(48px, 6.3vw, 92px);
  font-weight: 540;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.seo-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.7vw, 23px);
}

.seo-hero .hero-actions {
  margin-top: 38px;
}

.seo-hero .button-outline {
  border-color: rgba(255, 255, 255, 0.32);
  color: var(--white);
}

.seo-answer-card {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
}

.seo-answer-card > span {
  display: block;
  margin-bottom: 44px;
  color: var(--acid);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.seo-answer-card h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 600;
}

.seo-answer-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
}

.seo-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.seo-detail-card {
  min-height: 360px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
}

.seo-detail-card > span {
  display: block;
  margin-bottom: 70px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
}

.seo-detail-card h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 590;
}

.seo-detail-card p {
  margin: 0 0 14px;
  color: var(--muted);
}

.seo-detail-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.seo-detail-card li {
  position: relative;
  padding-left: 20px;
}

.seo-detail-card li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid-dark);
  content: "";
}

.seo-specs {
  border-radius: 36px;
  background: var(--white);
}

.seo-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--line);
}

.seo-spec-grid > div {
  min-width: 0;
  padding: 28px;
  background: var(--paper);
}

.seo-spec-grid dt {
  margin-bottom: 13px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-spec-grid dd {
  margin: 0 0 22px;
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 620;
}

.seo-spec-grid small {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  color: var(--muted);
  font-size: 11px;
}

.seo-spec-grid small a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seo-spec-gate {
  max-width: 920px;
  border: 1px solid rgba(16, 19, 17, 0.14);
  border-left: 5px solid var(--acid);
  border-radius: 22px;
  background: #f5f7f3;
}

.seo-spec-gate h2 {
  margin: 0 0 14px;
}

.seo-spec-gate p:last-child {
  margin-bottom: 0;
}

.seo-check {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(48px, 10vw, 150px);
  border-radius: 36px;
  background: var(--ink);
  color: var(--white);
}

.seo-check-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(38px, 4.6vw, 68px);
  font-weight: 550;
}

.seo-check-copy > p:last-child {
  color: rgba(255, 255, 255, 0.66);
  font-size: 18px;
}

.seo-check ol {
  display: grid;
  align-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-check li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: center;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: clamp(17px, 1.6vw, 22px);
}

.seo-check li span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--acid);
  color: var(--ink);
  font-size: 11px;
  font-weight: 850;
}

.seo-faq {
  width: min(100%, var(--max));
  padding-right: clamp(20px, 4vw, 64px);
  padding-left: clamp(20px, 4vw, 64px);
  background: transparent;
}

.seo-model-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.seo-model-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  transition: transform 180ms ease, border-color 180ms ease;
}

.seo-model-card:hover {
  border-color: #b8beb9;
  transform: translateY(-3px);
}

.seo-model-card-media {
  display: grid;
  aspect-ratio: 16 / 10;
  place-items: center;
  overflow: hidden;
  background: var(--ink-soft);
}

.seo-model-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.seo-model-card:hover img {
  transform: scale(1.025);
}

.seo-model-card-media strong {
  color: var(--acid);
  font-size: 28px;
}

.seo-model-card-copy {
  display: grid;
  gap: 7px;
  padding: 22px;
}

.seo-model-card-copy strong {
  font-size: 20px;
}

.seo-model-card-copy small {
  color: var(--muted);
}

.seo-related {
  padding-top: 40px;
}

.seo-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.seo-related-grid a {
  display: grid;
  min-height: 210px;
  gap: 20px;
  align-content: space-between;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
}

.seo-related-grid strong {
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 610;
}

.seo-related-grid span {
  color: var(--muted);
  font-size: 14px;
}

.seo-sources {
  padding-top: 50px;
  border-top: 1px solid var(--line);
}

.seo-sources ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-sources li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
  gap: 30px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.seo-sources a,
.seo-sources li > span {
  font-size: 16px;
  font-weight: 680;
}

.seo-sources a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.seo-sources small {
  color: var(--muted);
}

.seo-request {
  margin-bottom: clamp(70px, 9vw, 140px);
  border-radius: 36px;
}

@media (max-width: 1024px) {
  .seo-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .seo-answer-card {
    max-width: 680px;
  }

  .seo-detail-grid,
  .seo-related-grid {
    grid-template-columns: 1fr 1fr;
  }

  .seo-detail-card:last-child,
  .seo-related-grid a:last-child {
    grid-column: 1 / -1;
  }

  .seo-check {
    grid-template-columns: 1fr;
  }

  .seo-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .seo-breadcrumbs {
    padding-top: 18px;
  }

  .seo-hero {
    width: calc(100% - 24px);
    margin-top: 18px;
    gap: 38px;
    padding: 42px 22px 22px;
    border-radius: 24px;
  }

  .seo-hero h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .seo-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .seo-hero .button {
    width: 100%;
  }

  .seo-answer-card {
    padding: 26px;
    border-radius: 18px;
  }

  .seo-answer-card > span {
    margin-bottom: 28px;
  }

  .seo-detail-grid,
  .seo-spec-grid,
  .seo-related-grid,
  .seo-model-grid {
    grid-template-columns: 1fr;
  }

  .seo-detail-card,
  .seo-related-grid a {
    grid-column: auto;
  }

  .seo-detail-card {
    min-height: 0;
    padding: 26px;
    border-radius: 20px;
  }

  .seo-detail-card > span {
    margin-bottom: 38px;
  }

  .seo-specs,
  .seo-check,
  .seo-request {
    border-radius: 24px;
  }

  .seo-check {
    gap: 34px;
  }

  .seo-check li {
    padding: 18px 0;
  }

  .seo-sources li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
