@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk/SpaceGrotesk-Variable.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Omnes";
  src: url("../fonts/omnes/Omnes-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Omnes";
  src: url("../fonts/omnes/Omnes-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Omnes";
  src: url("../fonts/omnes/Omnes-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Omnes";
  src: url("../fonts/omnes/Omnes-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Riant Display";
  src: url("../fonts/riant/RiantDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #fe6a00;
  --orange-light: #ff7c20;
  --ink: #171717;
  --ink-2: #222220;
  --graphite: #30302e;
  --paper: #f5f1ec;
  --paper-2: #ece5de;
  --white: #ffffff;
  --muted: #706a64;
  --muted-light: rgba(255, 255, 255, 0.66);
  --line: rgba(23, 23, 23, 0.14);
  --line-light: rgba(255, 255, 255, 0.15);
  --focus: #ffad02;
  --container: 1240px;
  --gutter: clamp(20px, 4vw, 64px);
  --section-space: clamp(88px, 10vw, 150px);
  --section-space-tight: clamp(64px, 7vw, 104px);
  --radius-sm: 3px;
  --radius-md: 8px;
  --shadow-soft: 0 22px 60px rgba(20, 18, 16, 0.12);
  --shadow-deep: 0 28px 80px rgba(0, 0, 0, 0.24);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --duration-fast: 180ms;
  --duration-base: 320ms;
  --duration-slow: 720ms;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Omnes", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body:has(dialog[open]) {
  overflow: hidden;
}

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

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

button,
input {
  color: inherit;
  font: inherit;
}

button,
summary {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  color: var(--white);
  background: var(--orange);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:where(a, button, input, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

main:focus {
  outline: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  color: var(--ink);
  background: var(--white);
  border-radius: var(--radius-sm);
  transform: translateY(-160%);
  transition: transform var(--duration-fast) ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - (var(--gutter) * 2)), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: var(--section-space);
}

.section-tight {
  position: relative;
  padding-block: var(--section-space-tight);
}

.eyebrow,
.payment-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--orange);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before,
.payment-eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
}

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

h1,
h2,
h3,
strong {
  text-wrap: balance;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.65rem, 5.3vw, 5.6rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 2.4vw, 2.4rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: clamp(32px, 7vw, 112px);
  margin-bottom: clamp(48px, 6vw, 78px);
}

.section-heading > p {
  max-width: 50ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
}

.center-heading {
  grid-template-columns: minmax(0, 820px);
  justify-content: start;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  transition:
    color var(--duration-fast) ease,
    background-color var(--duration-fast) ease,
    border-color var(--duration-fast) ease,
    transform var(--duration-fast) var(--ease-out),
    box-shadow var(--duration-fast) ease;
}

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

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

.button-primary {
  color: var(--white);
  background: var(--orange);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--orange-light);
  box-shadow: 0 12px 26px rgba(254, 106, 0, 0.22);
}

.button-secondary {
  color: var(--ink);
  background: transparent;
  border-color: rgba(23, 23, 23, 0.34);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
  border-color: rgba(255, 255, 255, 0.16);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: var(--graphite);
  border-color: rgba(255, 255, 255, 0.34);
}

.button-wide {
  width: 100%;
}

[data-motion-image="reveal"] {
  overflow: hidden;
}

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  margin-bottom: -106px;
  color: var(--white);
  background: rgba(10, 10, 10, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  transition:
    background-color var(--duration-base) ease,
    box-shadow var(--duration-base) ease;
}

.site-header.is-scrolled {
  background: rgba(8, 8, 8, 0.97);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}

.top-strip {
  min-height: 31px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.69rem;
  letter-spacing: 0.02em;
}

.top-strip-inner {
  display: grid;
  min-height: 31px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  color: rgba(255, 255, 255, 0.62);
}

.top-strip-inner span:nth-child(2) {
  justify-self: center;
}

.top-strip-inner span:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: var(--orange);
  border-radius: 50%;
  vertical-align: 2px;
}

.top-strip-inner a {
  justify-self: end;
  color: var(--orange);
  font-weight: 650;
}

.header-inner {
  display: grid;
  min-height: 75px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
}

.brand {
  display: inline-flex;
  width: 190px;
  grid-column: 1;
  align-items: center;
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  grid-column: 2;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 42px);
}

.site-nav a,
.footer-column a,
.footer-social a {
  position: relative;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.8);
}

.site-nav a::after,
.footer-column a::after,
.footer-social a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--duration-base) var(--ease-out);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.footer-column a:hover::after,
.footer-column a:focus-visible::after,
.footer-social a:hover::after,
.footer-social a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  grid-column: 3;
  align-items: center;
  justify-self: end;
  gap: 12px;
}

.header-actions .button {
  min-height: 45px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: transparent;
  border-radius: var(--radius-sm);
  cursor: pointer;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  transition: transform var(--duration-fast) ease, top var(--duration-fast) ease;
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-icon::before {
  top: -6px;
}

.menu-icon::after {
  top: 6px;
}

.menu-toggle[aria-expanded="true"] .menu-icon {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

/* Hero */
.hero-slider {
  --hero-slide-duration: 6800ms;
  position: relative;
  display: flex;
  min-height: max(100svh, min(56.25vw, 1080px));
  align-items: stretch;
  overflow: hidden;
  color: var(--white);
  background: #080808;
}

.hero-slider::before,
.hero-slider::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.hero-slider::before {
  z-index: 2;
  background:
    radial-gradient(ellipse at 18% 54%, rgba(0, 0, 0, 0.7), transparent 54%),
    linear-gradient(90deg, rgba(7, 7, 7, 0.92) 0%, rgba(7, 7, 7, 0.76) 35%, rgba(7, 7, 7, 0.3) 62%, rgba(7, 7, 7, 0.06) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 54%, rgba(0, 0, 0, 0.5));
}

.hero-slider::after {
  z-index: 2;
  background: linear-gradient(90deg, rgba(254, 106, 0, 0.1), transparent 14%);
  opacity: 0.24;
}

.hero-slides,
.hero-slide,
.hero-slide-visual {
  position: absolute;
  inset: 0;
}

.hero-slide {
  z-index: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}

.hero-slide.is-active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.hero-slide-visual {
  overflow: hidden;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.03) brightness(0.98);
}

.hero-transition-loader {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 44%, rgba(254, 106, 0, 0.9) 49%, rgba(13, 13, 13, 0.96) 51% 62%, transparent 68%);
  opacity: 0;
  transform: translateX(-108%);
  will-change: transform, opacity;
}

.hero-slide:nth-child(1) img {
  object-position: 50% 50%;
}

.hero-slide:nth-child(2) img {
  object-position: 50% 47%;
}

.hero-slide:nth-child(3) img {
  object-position: 50% 50%;
}

.hero-content {
  position: relative;
  z-index: 5;
  display: grid;
  width: min(calc(100% - (var(--gutter) * 2)), var(--container));
  min-height: inherit;
  margin-inline: auto;
  grid-template-columns: minmax(0, 610px);
  align-items: center;
  padding-top: 148px;
  padding-bottom: 112px;
}

.hero-copy {
  max-width: 610px;
}

.hero-slider .eyebrow {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.hero-slider .eyebrow::before {
  color: var(--orange);
}

.hero-slider h1 {
  max-width: 720px;
  margin: 0;
  color: #fff8f1;
  font-size: clamp(4rem, 6.35vw, 6.35rem);
  font-weight: 600;
  line-height: 0.84;
  letter-spacing: -0.045em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}

.hero-slider h1 span {
  display: block;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 510px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.hero-actions .button {
  min-height: 50px;
}

.hero-slider .button-dark {
  background: rgba(8, 8, 8, 0.36);
  border-color: rgba(255, 255, 255, 0.26);
}

.hero-slider-controls {
  position: absolute;
  z-index: 6;
  bottom: 27px;
  left: 50%;
  display: flex;
  width: min(calc(100% - (var(--gutter) * 2)), var(--container));
  min-height: 44px;
  align-items: center;
  transform: translateX(-50%);
}

.hero-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-dot {
  position: relative;
  display: grid;
  width: 42px;
  height: 44px;
  flex: 0 0 42px;
  place-items: center;
  overflow: visible;
  padding: 0;
  color: rgba(255, 255, 255, 0.48);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: width 280ms var(--ease-out), color var(--duration-fast) ease;
}

.hero-dot::before,
.hero-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  left: 34px;
  height: 1px;
  opacity: 0;
  transform-origin: left;
}

.hero-dot::before {
  background: rgba(255, 255, 255, 0.24);
}

.hero-dot::after {
  background: var(--orange);
  transform: scaleX(0);
}

.hero-dot.is-active {
  width: 126px;
  flex-basis: 126px;
  color: var(--orange);
}

.hero-dot.is-active::before,
.hero-dot.is-active::after {
  opacity: 1;
}

.hero-dot.is-active::after {
  animation: hero-dot-progress var(--hero-slide-duration) linear both;
}

.hero-dot:hover,
.hero-dot:focus-visible {
  color: var(--orange);
}

.hero-dot-index {
  position: absolute;
  left: 7px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.hero-slider.is-autoplay-paused .hero-dot.is-active::after {
  animation-play-state: paused;
}

@keyframes hero-dot-progress {
  to {
    transform: scaleX(1);
  }
}

/* Editorial introduction */
.signature-section {
  overflow: hidden;
  background: var(--paper);
}

.signature-section::before {
  content: "01";
  position: absolute;
  top: 48px;
  right: max(var(--gutter), calc((100vw - var(--container)) / 2));
  color: rgba(23, 23, 23, 0.08);
  font-family: "Riant Display", sans-serif;
  font-size: clamp(5rem, 9vw, 9rem);
  line-height: 0.8;
}

.signature-layout {
  display: grid;
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(46px, 6vw, 88px);
}

.signature-copy {
  position: relative;
  z-index: 1;
}

.signature-copy h2 {
  max-width: 12ch;
  font-size: clamp(3rem, 4.3vw, 4.65rem);
}

.signature-copy > h2 + p {
  max-width: 42ch;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.signature-points {
  display: grid;
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.signature-points li {
  position: relative;
  padding: 13px 34px 13px 0;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.8rem;
  font-weight: 620;
  letter-spacing: 0.02em;
}

.signature-points li::after {
  content: "↗";
  position: absolute;
  top: 12px;
  right: 2px;
  color: var(--orange);
  font-size: 1rem;
}

.signature-panel {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  background: var(--ink);
  box-shadow: var(--shadow-soft);
}

.signature-panel::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  pointer-events: none;
}

.signature-panel img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

/* Categories */
.category-band {
  padding-block: clamp(68px, 5vw, 80px);
  color: var(--white);
  background: var(--ink);
}

.category-band .section-heading {
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: start;
  margin-bottom: clamp(28px, 3vw, 36px);
}

.category-band .section-heading > p {
  color: var(--muted-light);
}

.category-band .section-heading h2 {
  max-width: 18ch;
  font-size: clamp(2.7rem, 4vw, 4.35rem);
}

.category-grid {
  display: grid;
  height: 540px;
  min-height: 0;
  grid-template-columns: minmax(0, 1.25fr) minmax(350px, 0.75fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.category-tile {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(26px, 3vw, 40px);
  isolation: isolate;
  background: #222;
}

.category-tile:first-child {
  grid-row: 1 / 3;
}

.category-tile::before {
  content: attr(data-count);
  position: absolute;
  z-index: 3;
  top: 26px;
  right: 28px;
  color: var(--white);
  font-family: "Riant Display", sans-serif;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 1;
}

.category-tile:not(:first-child)::before {
  top: 20px;
  right: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 3.4rem;
}

.category-tile::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, transparent 24%, rgba(8, 8, 8, 0.88) 100%);
}

.category-image {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease-out), filter 500ms ease;
}

.category-tile:hover .category-image img {
  transform: scale(1.025);
  filter: contrast(1.04) saturate(1.04);
}

.category-tile h3,
.category-tile > p,
.category-tile > .button {
  position: relative;
  z-index: 2;
}

.category-tile h3 {
  max-width: 11ch;
  margin-bottom: 12px;
  font-size: clamp(1.9rem, 2.4vw, 2.75rem);
}

.category-tile:first-child h3 {
  font-size: clamp(2.7rem, 3.4vw, 3.8rem);
}

.category-tile:not(:first-child) h3 {
  max-width: 8ch;
}

.category-tile > p {
  font-size: 0.96rem;
  line-height: 1.45;
}

.category-tile > p {
  max-width: 42ch;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
}

.category-tile .button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.46);
}

/* Purchase journey */
.process-section {
  background: var(--white);
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.process-grid::before,
.process-grid::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  transform-origin: left;
}

.process-grid::before {
  background: rgba(23, 23, 23, 0.08);
}

.process-grid::after {
  background: var(--orange);
  transform: scaleX(0);
  transition: transform 1.2s 180ms var(--ease-out);
}

.process-grid.is-revealed::after {
  transform: scaleX(1);
}

.process-grid article {
  position: relative;
  min-height: 300px;
  padding: 38px 30px 24px 0;
}

.process-grid article + article {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.process-grid article > span {
  display: block;
  margin-bottom: 54px;
  color: var(--orange);
  font-family: "Riant Display", sans-serif;
  font-size: clamp(3.6rem, 5vw, 5.4rem);
  line-height: 0.8;
}

.process-grid h3 {
  max-width: 10ch;
  font-size: 1.5rem;
}

.process-grid p {
  max-width: 29ch;
  margin: 0;
  color: var(--muted);
}

/* Usage profiles */
.use-section {
  padding-block: clamp(68px, 6.5vw, 92px);
  color: var(--white);
  background: var(--graphite);
}

.use-section .section-heading {
  align-items: start;
  margin-bottom: clamp(34px, 4vw, 48px);
}

.use-section .section-heading h2 {
  max-width: 12ch;
  font-size: clamp(2.7rem, 4.5vw, 4.6rem);
}

.use-section .section-heading > p {
  color: var(--muted-light);
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: use-item;
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.use-grid article {
  position: relative;
  min-height: 188px;
  padding: 30px 24px 26px;
  counter-increment: use-item;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.use-grid article::before {
  content: "0" counter(use-item);
  position: absolute;
  top: 24px;
  right: 22px;
  color: rgba(255, 255, 255, 0.22);
  font-family: "Riant Display", sans-serif;
  font-size: 2.45rem;
  line-height: 1;
}

.use-grid h3 {
  display: block;
  max-width: 13ch;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(1.25rem, 1.65vw, 1.72rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.use-grid p {
  max-width: 42ch;
  margin: 0;
  color: var(--muted-light);
}

/* Product spotlights */
.spotlight-section {
  color: var(--white);
  background: #0b0b0b;
}

.spotlight-section .section-heading {
  margin-bottom: 46px;
}

.spotlight-section h2 {
  max-width: 10ch;
}

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

.spotlight-card {
  position: relative;
  display: flex;
  min-height: 650px;
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(30px, 4vw, 54px);
  isolation: isolate;
  background: var(--ink-2);
}

.spotlight-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.04) 24%, rgba(7, 7, 7, 0.88) 100%);
}

.spotlight-card > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  transition: transform 1s var(--ease-out);
}

.spotlight-card:hover > img {
  transform: scale(1.02);
}

.spotlight-copy {
  position: relative;
  z-index: 1;
  max-width: 450px;
}

.spotlight-copy h3 {
  margin-bottom: 16px;
  font-size: clamp(3.5rem, 7vw, 7.5rem);
  line-height: 0.82;
}

.spotlight-copy > p:not(.eyebrow) {
  max-width: 40ch;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.74);
}

.spotlight-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
  color: rgba(255, 255, 255, 0.84);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.76rem;
}

.spotlight-copy li + li::before {
  content: "/";
  margin-right: 18px;
  color: var(--orange);
}

/* Catalog */
.catalog-section {
  background: var(--paper);
}

.catalog-section .section-heading h2 {
  max-width: 8ch;
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-bottom: 46px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.search-field {
  width: 100%;
  min-height: 52px;
  padding: 0 4px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(23, 23, 23, 0.32);
  border-radius: 0;
  outline: 0;
  transition: border-color var(--duration-fast) ease;
}

.search-field:focus {
  border-color: var(--orange);
}

.search-field::placeholder {
  color: #8a837c;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 4px;
}

.filter-button {
  min-height: 46px;
  padding: 9px 16px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  font-weight: 650;
  transition: color var(--duration-fast) ease, border-color var(--duration-fast) ease;
}

.filter-button:hover,
.filter-button:focus-visible {
  color: var(--ink);
}

.filter-button.is-active {
  color: var(--ink);
  border-bottom-color: var(--orange);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.product-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: var(--radius-sm);
  transition:
    transform var(--duration-base) var(--ease-out),
    border-color var(--duration-base) ease,
    box-shadow var(--duration-base) ease;
}

@media (hover: hover) and (pointer: fine) {
  .product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(254, 106, 0, 0.46);
    box-shadow: 0 18px 48px rgba(20, 18, 16, 0.11);
  }

  .product-card:hover .product-media > img,
  .product-card:hover .product-card-slide.is-active {
    transform: scale(1.018);
  }
}

.product-card:focus-within {
  border-color: rgba(254, 106, 0, 0.62);
  box-shadow:
    inset 0 0 0 1px rgba(254, 106, 0, 0.14),
    0 16px 42px rgba(20, 18, 16, 0.1);
}

.product-card.is-selected {
  transform: translateY(-3px);
  border-color: rgba(254, 106, 0, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(254, 106, 0, 0.22),
    0 18px 46px rgba(20, 18, 16, 0.12);
}

.product-card.is-selected::after {
  position: absolute;
  z-index: 5;
  top: -1px;
  right: -1px;
  width: 34px;
  height: 3px;
  content: "";
  background: var(--orange);
  pointer-events: none;
}

@media (hover: none) {
  .product-card:active {
    transform: translateY(-1px);
    border-color: rgba(254, 106, 0, 0.56);
  }
}

.product-media {
  position: relative;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: 1.14 / 1;
  background: #eadfd4;
}

.product-media > img,
.product-card-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease-out), opacity 420ms ease;
}

.product-badge {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 14px;
  max-width: calc(100% - 28px);
  padding: 8px 10px;
  color: var(--white);
  background: rgba(18, 18, 18, 0.9);
  border-radius: 2px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.1;
}

.product-media-slider .product-card-slides,
.product-card-slide {
  position: absolute;
  inset: 0;
}

.product-card-slide {
  visibility: hidden;
  opacity: 0;
}

.product-card-slide.is-active {
  visibility: visible;
  opacity: 1;
}

.product-card-color-picker {
  position: absolute;
  z-index: 4;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  color: var(--white);
  background: rgba(18, 18, 18, 0.88);
  border-radius: 2px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.68rem;
}

.product-card-color-buttons {
  display: flex;
  gap: 6px;
}

.product-card-color-button {
  width: 18px;
  height: 18px;
  padding: 0;
  background: var(--card-swatch);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  cursor: pointer;
}

.product-card-color-button.is-active {
  box-shadow: 0 0 0 2px var(--orange);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 30px);
}

.product-body .eyebrow {
  margin-bottom: 10px;
  font-size: 0.66rem;
}

.product-body .eyebrow::before {
  display: none;
}

.product-body h3 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.product-body > p:not(.eyebrow):not(.ideal-tag) {
  min-height: 3.1em;
  margin-bottom: 20px;
  color: var(--muted);
}

.ideal-tag {
  display: grid;
  gap: 2px;
  padding-left: 12px;
  margin: 0 0 18px;
  border-left: 2px solid var(--orange);
  color: var(--ink);
  font-weight: 500;
}

.ideal-tag span {
  color: var(--muted);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.64rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.highlight-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 0;
  padding-block: 12px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.69rem;
  font-weight: 600;
}

.highlight-row span + span::before {
  content: "/";
  margin-inline: 9px;
  color: var(--orange);
}

.spec-list {
  display: grid;
  gap: 8px;
  padding: 18px 0 20px;
  margin: 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  list-style: none;
  font-size: 0.9rem;
}

.spec-list li {
  position: relative;
  padding-left: 14px;
}

.spec-list li::before {
  content: "";
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 4px;
  height: 4px;
  background: var(--orange);
}

.price-row {
  display: grid;
  gap: 4px;
  padding-block: 22px;
  margin-top: auto;
}

.price-row > div {
  display: grid;
  gap: 2px;
}

.price-label {
  color: var(--muted);
  font-size: 0.8rem;
}

.price-row strong {
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 650;
  line-height: 1;
}

.price-row > span {
  color: var(--orange);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.76rem;
  font-weight: 650;
}

.card-actions {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 8px;
}

.card-actions .button {
  min-width: 0;
  padding-inline: 10px;
}

.empty-state,
.noscript-note {
  padding: 24px;
  color: var(--muted);
  border: 1px solid var(--line);
}

/* Comparison */
.compare-section {
  background: var(--paper-2);
}

.compare-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compare-grid::after {
  content: "VS";
  position: absolute;
  z-index: 2;
  top: 52px;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--white);
  background: var(--orange);
  border-radius: 50%;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  transform: translateX(-50%);
}

.compare-grid article {
  min-height: 510px;
  padding: clamp(44px, 6vw, 82px);
}

.compare-grid article:first-child {
  color: var(--white);
  background: var(--ink);
}

.compare-grid article:last-child {
  background: var(--white);
}

.compare-grid h3 {
  max-width: 8ch;
  margin-bottom: 24px;
  font-size: clamp(2.6rem, 5vw, 5rem);
}

.compare-grid article > p {
  max-width: 38ch;
  margin-bottom: 42px;
  color: var(--muted);
}

.compare-grid article:first-child > p {
  color: var(--muted-light);
}

.compare-grid dl,
.compare-grid dd {
  margin: 0;
}

.compare-grid dl > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.compare-grid article:first-child dl > div {
  border-color: var(--line-light);
}

.compare-grid dt {
  color: var(--orange);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.compare-grid dd {
  color: var(--muted);
}

.compare-grid article:first-child dd {
  color: rgba(255, 255, 255, 0.76);
}

/* Brand manifesto */
.brand-section {
  overflow: hidden;
  color: var(--white);
  background: #0b0b0b;
}

.brand-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(44px, 7vw, 110px);
}

.brand-copy {
  position: relative;
  z-index: 2;
}

.brand-copy h2 {
  max-width: 7ch;
}

.brand-copy > p:not(.eyebrow) {
  max-width: 42ch;
  margin: 30px 0;
  color: var(--muted-light);
}

.brand-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.brand-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0b0b0b 0%, transparent 30%);
  pointer-events: none;
}

.brand-visual img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.benefit-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: -18px;
  border-top: 1px solid var(--line-light);
}

.benefit {
  min-height: 170px;
  padding: 30px 26px 0 0;
}

.benefit + .benefit {
  padding-left: 26px;
  border-left: 1px solid var(--line-light);
}

.benefit strong {
  display: block;
  margin-bottom: 14px;
  color: var(--white);
  font-size: 1.08rem;
}

.benefit p {
  margin: 0;
  color: var(--muted-light);
  font-size: 0.9rem;
}

/* Real-world range */
.reality-section {
  background: var(--white);
}

.reality-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  align-items: end;
  gap: clamp(54px, 8vw, 120px);
}

.reality-layout h2 {
  max-width: 9ch;
  font-size: clamp(2.8rem, 5vw, 5.1rem);
}

.reality-layout > div:first-child > p:last-child {
  max-width: 47ch;
  margin: 28px 0 0;
  color: var(--muted);
}

.reality-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.reality-grid span {
  position: relative;
  min-height: 94px;
  padding: 32px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 1.05rem;
  font-weight: 500;
}

.reality-grid span::after {
  content: "+";
  position: absolute;
  right: 20px;
  color: var(--orange);
  font-family: "Space Grotesk", sans-serif;
}

/* Payment */
.payment-band {
  background: var(--paper-2);
}

.payment-band::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--orange);
}

.payment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: stretch;
  gap: clamp(44px, 7vw, 110px);
}

.payment-copy h2 {
  max-width: 11ch;
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.payment-copy > p:not(.payment-eyebrow) {
  max-width: 54ch;
  margin: 28px 0 34px;
  color: var(--muted);
}

.payment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.payment-list span {
  padding: 15px 4px;
  border-bottom: 1px solid var(--line);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
}

.payment-list span:nth-child(odd) {
  margin-right: 28px;
}

.payment-action {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(32px, 4vw, 54px);
  color: var(--white);
  background: var(--ink);
}

.payment-action > span {
  margin-bottom: 18px;
  color: var(--orange);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.payment-action > strong {
  margin-bottom: 28px;
  font-size: clamp(1.65rem, 2.8vw, 2.7rem);
  font-weight: 500;
  line-height: 1.05;
}

.payment-action small {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.5);
}

/* Trust strip */
.trust-strip {
  color: var(--white);
  background: var(--ink);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-left: 1px solid var(--line-light);
}

.trust-grid > span {
  display: grid;
  min-height: 106px;
  align-content: center;
  gap: 6px;
  padding: 20px 24px;
  border-right: 1px solid var(--line-light);
}

.trust-grid strong {
  color: var(--white);
  font-size: 0.96rem;
}

.trust-grid small {
  color: rgba(255, 255, 255, 0.48);
}

/* FAQ */
.faq-section {
  background: var(--paper);
}

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

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

.faq-list summary {
  position: relative;
  display: flex;
  min-height: 82px;
  align-items: center;
  padding: 22px 72px 22px 0;
  cursor: pointer;
  font-size: clamp(1.1rem, 1.7vw, 1.42rem);
  font-weight: 550;
  line-height: 1.25;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 10px;
  color: var(--orange);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.65rem;
  font-weight: 400;
  transition: transform var(--duration-base) var(--ease-out);
}

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

.faq-list details > p {
  max-width: 72ch;
  padding: 0 72px 28px 0;
  margin: -3px 0 0;
  color: var(--muted);
}

/* Footer */
.site-footer {
  position: relative;
  overflow: hidden;
  padding-top: clamp(76px, 8vw, 118px);
  color: var(--white);
  background: #090909;
}

.footer-contact {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.4fr;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.footer-contact article {
  min-height: 130px;
  padding: 28px 28px 28px 0;
}

.footer-contact article + article {
  padding-left: 28px;
  border-left: 1px solid var(--line-light);
}

.footer-contact span,
.footer-column h3 {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.44);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.67rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-contact a,
.footer-contact strong {
  color: var(--white);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 500;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, 0.6fr));
  gap: clamp(34px, 5vw, 76px);
  padding-block: clamp(64px, 8vw, 110px);
}

.footer-logo {
  width: min(260px, 100%);
  height: auto;
  margin-bottom: 24px;
}

.footer-brand > p {
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.56);
}

.footer-social {
  display: flex;
  gap: 24px;
  margin-top: 28px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer-column a,
.footer-column span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.85rem;
}

.footer-signature {
  width: min(calc(100% - (var(--gutter) * 2)), var(--container));
  margin: 0 auto -0.12em;
  color: rgba(255, 255, 255, 0.055);
  font-family: "Riant Display", "Space Grotesk", sans-serif;
  font-size: clamp(6rem, 18vw, 17rem);
  line-height: 0.72;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: rgba(255, 255, 255, 0.42);
  border-top: 1px solid var(--line-light);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.7rem;
}

/* Product dialog */
.product-dialog {
  width: min(1240px, calc(100% - 40px));
  max-height: min(92svh, 920px);
  padding: 0;
  overflow: visible;
  color: var(--ink);
  background: transparent;
  border: 0;
}

.product-dialog::backdrop {
  background: rgba(12, 12, 12, 0.78);
  backdrop-filter: blur(2px);
}

.product-dialog[open]::backdrop {
  animation: dialog-backdrop-in 340ms ease-out both;
}

.product-dialog.is-closing::backdrop {
  animation: dialog-backdrop-out 210ms ease-in both;
}

@keyframes dialog-backdrop-in {
  from {
    background: rgba(5, 5, 5, 0);
  }
}

@keyframes dialog-backdrop-out {
  to {
    background: rgba(5, 5, 5, 0);
  }
}

.dialog-shell {
  position: relative;
  display: grid;
  max-height: min(92svh, 920px);
  overflow: hidden;
  grid-template-rows: minmax(0, 1fr) auto;
  background: var(--white);
  border: 1px solid rgba(254, 106, 0, 0.32);
  box-shadow: var(--shadow-deep);
}

.dialog-scroll {
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(23, 23, 23, 0.42) transparent;
  scrollbar-width: thin;
}

.dialog-scroll::-webkit-scrollbar {
  width: 8px;
}

.dialog-scroll::-webkit-scrollbar-thumb {
  background: rgba(23, 23, 23, 0.34);
  border: 2px solid transparent;
  border-radius: 999px;
  background-clip: padding-box;
}

.dialog-close {
  position: absolute;
  z-index: 8;
  top: 18px;
  right: 18px;
  display: grid;
  width: 50px;
  height: 50px;
  margin: 0;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  transition:
    color var(--duration-fast) ease,
    background var(--duration-fast) ease,
    transform var(--duration-fast) ease;
}

.dialog-close:hover {
  background: var(--orange);
  transform: translateY(-1px);
}

.dialog-grid {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
}

.dialog-gallery {
  position: sticky;
  top: 0;
  min-width: 0;
  min-height: 100%;
  align-self: start;
  padding: clamp(24px, 3vw, 42px);
  background: var(--paper-2);
}

.dialog-main-image {
  width: 100%;
  height: clamp(380px, 44vw, 560px);
  padding: clamp(6px, 1vw, 12px);
  object-fit: contain;
  background: #f8eee5;
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(58px, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.thumb-button {
  position: relative;
  min-width: 0;
  padding: 3px;
  background: var(--white);
  border: 1px solid rgba(23, 23, 23, 0.12);
  cursor: pointer;
  transition:
    border-color var(--duration-fast) ease,
    transform var(--duration-fast) var(--ease-out),
    box-shadow var(--duration-fast) ease;
}

.thumb-button.is-active {
  border-color: var(--orange);
  box-shadow: inset 0 0 0 1px rgba(254, 106, 0, 0.16);
}

.thumb-button.is-active::after {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 10px;
  height: 2px;
  content: "";
  background: var(--orange);
}

.thumb-button:hover {
  transform: translateY(-2px);
  border-color: rgba(254, 106, 0, 0.54);
}

.thumb-button img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.dialog-info {
  min-width: 0;
  padding: clamp(44px, 4vw, 64px);
}

.dialog-info h2 {
  max-width: 10ch;
  margin-bottom: 18px;
  font-size: clamp(3rem, 4.6vw, 5rem);
}

.dialog-info > p:not(.eyebrow):not(.fine-print) {
  color: var(--muted);
}

.dialog-price {
  display: grid;
  gap: 4px;
  padding-block: 22px;
  margin-block: 26px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.dialog-price span,
.variation-box > span {
  color: var(--muted);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dialog-price strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
}

.dialog-price em {
  color: var(--orange);
  font-style: normal;
}

.variation-box {
  padding-left: 16px;
  margin-bottom: 20px;
  border-left: 2px solid var(--orange);
}

.variation-box p {
  margin: 4px 0 0;
}

.spec-list-full {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  border-top: 1px solid var(--line);
}

.fine-print {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.dialog-action-bar {
  position: relative;
  z-index: 9;
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 3vw, 42px);
  color: var(--white);
  background: #121212;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.dialog-action-copy {
  display: grid;
  gap: 2px;
}

.dialog-action-copy span {
  color: rgba(255, 255, 255, 0.58);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.64rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dialog-action-copy strong {
  font-size: 1.08rem;
  line-height: 1.2;
}

.dialog-action-button {
  width: min(360px, 45%);
  min-height: 52px;
}

/* Custom 404 */
.error-page {
  min-height: 100svh;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 20%, rgba(254, 106, 0, 0.14), transparent 32%),
    #090909;
}

.error-shell {
  display: flex;
  width: min(calc(100% - (var(--gutter) * 2)), 780px);
  min-height: 100svh;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-inline: auto;
  padding-block: 72px;
}

.error-shell .brand {
  width: min(220px, 62vw);
  margin-bottom: clamp(58px, 9vw, 104px);
}

.error-code {
  margin-bottom: 18px;
  color: var(--orange);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.error-shell h1 {
  max-width: 9ch;
  margin-bottom: 28px;
  font-size: clamp(3.4rem, 8vw, 7rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.error-shell > p:not(.error-code) {
  max-width: 52ch;
  margin-bottom: 32px;
  color: var(--muted-light);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 520px) {
  .error-shell {
    padding-block: 42px;
  }

  .error-shell .brand {
    margin-bottom: 54px;
  }

  .error-actions {
    width: 100%;
  }

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

/* Responsive */
@media (max-width: 1080px) {
  .header-inner {
    gap: 24px;
  }

  .site-nav {
    gap: 22px;
  }

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

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

  .trust-grid > span:nth-child(n + 4) {
    border-top: 1px solid var(--line-light);
  }
}

@media (max-width: 980px) {
  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: var(--gutter);
    display: none;
    width: min(360px, calc(100% - (var(--gutter) * 2)));
    align-items: stretch;
    padding: 14px;
    background: #111;
    border: 1px solid var(--line-light);
    box-shadow: var(--shadow-deep);
  }

  .site-nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .site-nav a {
    min-height: 48px;
    padding: 14px 16px;
  }

  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .menu-toggle {
    display: grid;
  }

  .signature-layout,
  .brand-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .category-grid {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 500px 350px;
  }

  .category-tile:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

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

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

  .process-grid article:nth-child(3) {
    border-left: 0;
  }

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

  .spotlight-grid,
  .compare-grid {
    grid-template-columns: 1fr;
  }

  .spotlight-card {
    min-height: 620px;
  }

  .compare-grid::after {
    top: 50%;
  }

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

  .benefit:nth-child(3) {
    border-left: 0;
  }

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

  .reality-layout,
  .payment-layout {
    grid-template-columns: 1fr;
  }

  .reality-layout {
    align-items: start;
  }

  .footer-main {
    grid-template-columns: 1.4fr repeat(3, 0.8fr);
    gap: 28px;
  }

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

  .dialog-gallery {
    position: relative;
  }
}

@media (max-width: 720px) {
  :root {
    --gutter: 16px;
    --section-space: 84px;
    --section-space-tight: 66px;
  }

  html {
    scroll-padding-top: 72px;
  }

  h2 {
    font-size: clamp(2.55rem, 12.5vw, 4rem);
    line-height: 0.96;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 42px;
  }

  .section-heading > p {
    font-size: 1rem;
  }

  .site-header {
    min-height: 64px;
    margin-bottom: -64px;
    background: rgba(10, 10, 10, 0.92);
  }

  .top-strip {
    display: none;
  }

  .header-inner {
    min-height: 64px;
  }

  .brand {
    width: 142px;
  }

  .header-actions .button {
    display: none;
  }

  .menu-toggle {
    color: var(--white);
    background: var(--orange);
    border-color: transparent;
  }

  .site-nav {
    right: 16px;
    left: 16px;
    width: auto;
  }

  .hero-slider {
    min-height: clamp(680px, calc(100svh - 18px), 820px);
  }

  .hero-slider::before {
    background:
      linear-gradient(180deg, rgba(7, 7, 7, 0.18) 0%, rgba(7, 7, 7, 0.3) 38%, rgba(7, 7, 7, 0.82) 66%, rgba(7, 7, 7, 0.96) 100%),
      linear-gradient(90deg, rgba(7, 7, 7, 0.2), transparent 78%);
  }

  .hero-slide:nth-child(1) img {
    object-position: 72% center;
  }

  .hero-slide:nth-child(2) img {
    object-position: 61% center;
  }

  .hero-slide:nth-child(3) img {
    object-position: 69% center;
  }

  .hero-content {
    align-items: end;
    padding-top: clamp(230px, 38svh, 315px);
    padding-bottom: 102px;
  }

  .hero-slider .eyebrow {
    margin-bottom: 15px;
    font-size: 0.64rem;
    line-height: 1.35;
  }

  .hero-slider h1 {
    font-size: clamp(3.25rem, 14.8vw, 4.15rem);
    line-height: 0.87;
  }

  .hero-copy > p:not(.eyebrow) {
    max-width: 35ch;
    margin-top: 18px;
    font-size: 0.94rem;
    line-height: 1.48;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 46px;
  }

  .hero-slider-controls {
    bottom: 16px;
  }

  .signature-section::before {
    top: 38px;
    right: 16px;
    font-size: 7rem;
  }

  .signature-layout,
  .brand-layout {
    grid-template-columns: 1fr;
  }

  .signature-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.75rem, 11vw, 4rem);
  }

  .signature-panel,
  .signature-panel img {
    min-height: 260px;
  }

  .signature-points {
    margin-top: 26px;
  }

  .category-grid {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .category-tile,
  .category-tile:first-child {
    min-height: 430px;
    grid-column: auto;
    grid-row: auto;
  }

  .category-tile h3 {
    font-size: clamp(2.3rem, 11vw, 3.5rem);
  }

  .process-grid {
    grid-template-columns: 1fr;
    padding-left: 34px;
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .process-grid::before,
  .process-grid::after {
    top: 0;
    right: auto;
    width: 2px;
    height: 100%;
    transform-origin: top;
  }

  .process-grid::after {
    transform: scaleY(0);
  }

  .process-grid.is-revealed::after {
    transform: scaleY(1);
  }

  .process-grid article,
  .process-grid article + article {
    min-height: 0;
    padding: 28px 0 34px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .process-grid article > span {
    margin-bottom: 24px;
  }

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

  .use-grid article {
    min-height: 178px;
    padding: 32px 28px;
  }

  .spotlight-card {
    min-height: 590px;
  }

  .spotlight-copy h3 {
    font-size: clamp(4rem, 19vw, 6rem);
  }

  .spotlight-copy ul {
    display: grid;
    gap: 6px;
  }

  .spotlight-copy li + li::before {
    margin-right: 10px;
  }

  .catalog-toolbar {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .filter-group {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .filter-button {
    min-width: 0;
    padding-inline: 6px;
  }

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

  .product-media {
    aspect-ratio: 1.08 / 1;
  }

  .product-body {
    padding: 24px 20px;
  }

  .product-body h3 {
    font-size: 2.5rem;
  }

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

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

  .compare-grid::after {
    top: 50%;
  }

  .compare-grid article {
    min-height: 0;
    padding: 58px 28px 76px;
  }

  .compare-grid article:last-child {
    padding-top: 76px;
  }

  .compare-grid dl > div {
    grid-template-columns: 86px 1fr;
    gap: 16px;
  }

  .brand-visual,
  .brand-visual img {
    min-height: 470px;
  }

  .brand-visual::after {
    background: linear-gradient(180deg, #0b0b0b 0%, transparent 22%);
  }

  .benefit-list {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .benefit,
  .benefit + .benefit,
  .benefit:nth-child(3) {
    min-height: 0;
    padding: 24px 0;
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

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

  .payment-list {
    grid-template-columns: 1fr;
  }

  .payment-list span:nth-child(odd) {
    margin-right: 0;
  }

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

  .trust-grid > span,
  .trust-grid > span:nth-child(n + 4) {
    min-height: 86px;
    border-top: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .faq-list summary {
    min-height: 76px;
    padding-right: 54px;
    font-size: 1.08rem;
  }

  .faq-list details > p {
    padding-right: 36px;
  }

  .footer-contact,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-contact article,
  .footer-contact article + article {
    min-height: 0;
    padding: 22px 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .footer-main {
    gap: 40px;
  }

  .footer-signature {
    margin-bottom: -0.04em;
    font-size: clamp(5rem, 24vw, 8rem);
  }

  .footer-bottom {
    min-height: 92px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
  }

  .product-dialog {
    width: calc(100% - 12px);
    max-height: calc(100svh - 12px);
  }

  .dialog-shell {
    max-height: calc(100svh - 12px);
  }

  .dialog-close {
    top: 12px;
    right: 12px;
    width: 46px;
    height: 46px;
  }

  .dialog-gallery {
    padding: 16px 14px;
  }

  .dialog-main-image {
    height: clamp(230px, 72vw, 300px);
    padding: 4px;
  }

  .thumb-row {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .thumb-button {
    width: 64px;
    flex: 0 0 64px;
  }

  .dialog-info {
    padding: 34px 20px 42px;
  }

  .spec-list-full {
    grid-template-columns: 1fr;
  }

  .dialog-action-bar {
    min-height: 76px;
    gap: 12px;
    padding:
      10px max(12px, env(safe-area-inset-right))
      calc(10px + env(safe-area-inset-bottom))
      max(12px, env(safe-area-inset-left));
  }

  .dialog-action-button {
    width: min(240px, 64%);
    min-height: 50px;
    padding-inline: 12px;
  }
}

@media (max-width: 380px) {
  .hero-slider h1 {
    font-size: 3.1rem;
  }

  .hero-dot.is-active {
    width: 108px;
    flex-basis: 108px;
  }

  .filter-button {
    font-size: 0.72rem;
  }

  .dialog-action-copy {
    display: none;
  }

  .dialog-action-button {
    width: 100%;
  }
}

/* Responsive density and reflow refinements */
@media (min-width: 901px) and (max-width: 1080px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .product-body {
    padding: 22px 18px;
  }

  .product-body h3 {
    font-size: 2.15rem;
  }

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

@media (min-width: 721px) and (max-width: 980px) {
  .category-band {
    padding-block: 72px;
  }

  .category-band .section-heading {
    margin-bottom: 32px;
  }

  .category-grid {
    grid-template-rows: 410px 300px;
  }

  .spotlight-card {
    min-height: 520px;
  }

  .compare-grid article {
    min-height: 440px;
    padding: 56px;
  }

  .brand-visual,
  .brand-visual img {
    min-height: 480px;
  }

  .product-body {
    padding: 24px 20px;
  }

  .product-body h3 {
    font-size: 2.3rem;
  }
}

@media (max-width: 720px) {
  :root {
    --section-space: 64px;
    --section-space-tight: 52px;
  }

  h2 {
    font-size: clamp(2.3rem, 10.5vw, 3.2rem);
    line-height: 0.98;
  }

  .section-heading,
  .category-band .section-heading,
  .use-section .section-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 32px;
  }

  .section-heading > p {
    max-width: 38ch;
    font-size: 0.95rem;
  }

  .eyebrow,
  .payment-eyebrow {
    margin-bottom: 13px;
    font-size: 0.65rem;
  }

  .hero-slider {
    min-height: max(740px, 100svh);
  }

  .hero-slider::before {
    background:
      linear-gradient(180deg, rgba(7, 7, 7, 0.18) 0%, rgba(7, 7, 7, 0.34) 34%, rgba(7, 7, 7, 0.84) 58%, rgba(7, 7, 7, 0.98) 100%),
      linear-gradient(90deg, rgba(7, 7, 7, 0.72) 0%, rgba(7, 7, 7, 0.38) 74%, rgba(7, 7, 7, 0.18) 100%);
  }

  .hero-content {
    padding-top: clamp(205px, 31svh, 260px);
    padding-bottom: 82px;
  }

  .hero-slider h1 {
    max-width: 9ch;
    font-size: clamp(2.85rem, 12.7vw, 3.55rem);
    line-height: 0.9;
  }

  .hero-copy > p:not(.eyebrow) {
    max-width: 34ch;
    margin-top: 14px;
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .hero-actions {
    gap: 7px;
    margin-top: 16px;
  }

  .hero-actions .button {
    min-height: 44px;
  }

  .hero-slider-controls {
    bottom: 8px;
  }

  .signature-section::before {
    top: 30px;
    font-size: 5.5rem;
  }

  .signature-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.45rem, 10.4vw, 3.2rem);
  }

  .signature-copy > h2 + p {
    margin-top: 20px;
    font-size: 0.95rem;
  }

  .signature-points {
    margin-top: 22px;
  }

  .signature-panel,
  .signature-panel img {
    min-height: 0;
  }

  .signature-panel {
    aspect-ratio: 16 / 7;
  }

  .category-band {
    padding-block: 58px;
  }

  .category-band .section-heading h2 {
    max-width: 12ch;
    font-size: clamp(2.45rem, 10.5vw, 3.2rem);
  }

  .category-tile,
  .category-tile:first-child {
    min-height: 300px;
    padding: 24px;
  }

  .category-tile:first-child {
    min-height: 360px;
  }

  .category-tile h3,
  .category-tile:first-child h3 {
    max-width: 9ch;
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .category-tile > p {
    max-width: 34ch;
    margin-bottom: 16px;
    font-size: 0.9rem;
  }

  .category-tile:not(:first-child)::before {
    font-size: 2.7rem;
  }

  .process-section .section-heading h2 {
    max-width: 12ch;
  }

  .process-grid {
    padding-left: 24px;
  }

  .process-grid article,
  .process-grid article + article {
    padding: 22px 0 26px;
  }

  .process-grid article > span {
    margin-bottom: 14px;
    font-size: 3.3rem;
  }

  .process-grid h3 {
    max-width: none;
    margin-bottom: 8px;
    font-size: 1.3rem;
  }

  .process-grid p {
    max-width: 34ch;
    font-size: 0.92rem;
  }

  .use-section {
    padding-block: 58px;
  }

  .use-section .section-heading h2 {
    max-width: 10ch;
    font-size: clamp(2.4rem, 10vw, 3.1rem);
  }

  .use-grid article {
    min-height: 0;
    padding: 24px 22px;
  }

  .use-grid article::before {
    top: 20px;
    right: 20px;
    font-size: 2rem;
  }

  .use-grid h3 {
    max-width: 12ch;
    margin-bottom: 10px;
    font-size: 1.3rem;
  }

  .use-grid p {
    max-width: 32ch;
    font-size: 0.9rem;
  }

  .spotlight-section .section-heading {
    margin-bottom: 30px;
  }

  .spotlight-section h2 {
    max-width: 11ch;
  }

  .spotlight-card {
    min-height: 480px;
    padding: 28px 24px;
  }

  .spotlight-card > img {
    object-position: 76% center;
  }

  .spotlight-copy h3 {
    margin-bottom: 10px;
    font-size: clamp(3.4rem, 16vw, 4.8rem);
  }

  .spotlight-copy > p:not(.eyebrow) {
    margin-bottom: 16px;
    font-size: 0.92rem;
  }

  .spotlight-copy ul {
    margin-bottom: 20px;
  }

  .catalog-section .section-heading h2 {
    max-width: 11ch;
  }

  .catalog-toolbar {
    gap: 12px;
    margin-bottom: 30px;
    padding: 12px 0;
  }

  .search-field {
    min-height: 46px;
  }

  .filter-button {
    min-height: 44px;
  }

  .product-grid {
    gap: 16px;
  }

  .product-media {
    aspect-ratio: 1.38 / 1;
  }

  .product-body {
    padding: 19px 17px;
  }

  .product-body h3 {
    margin-bottom: 8px;
    font-size: 2.1rem;
  }

  .product-body > p:not(.eyebrow):not(.ideal-tag) {
    min-height: 0;
    margin-bottom: 13px;
    font-size: 0.9rem;
  }

  .ideal-tag {
    margin-bottom: 12px;
    font-size: 0.9rem;
  }

  .highlight-row {
    padding-block: 9px;
  }

  .spec-list {
    gap: 5px;
    padding: 12px 0 14px;
    font-size: 0.84rem;
  }

  .price-row {
    padding-block: 15px;
  }

  .price-row strong {
    font-size: 1.65rem;
  }

  .card-actions {
    gap: 7px;
  }

  .card-actions .button {
    min-height: 44px;
  }

  .compare-section .section-heading h2 {
    max-width: 11ch;
  }

  .compare-grid article,
  .compare-grid article:last-child {
    padding: 42px 22px 52px;
  }

  .compare-grid article:last-child {
    padding-top: 58px;
  }

  .compare-grid h3 {
    margin-bottom: 16px;
    font-size: 2.45rem;
  }

  .compare-grid article > p {
    margin-bottom: 24px;
  }

  .compare-grid dl > div {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 0;
  }

  .compare-grid::after {
    width: 46px;
    height: 46px;
  }

  .brand-copy h2 {
    max-width: 10ch;
    font-size: clamp(2.4rem, 10.5vw, 3.15rem);
  }

  .brand-copy > p:not(.eyebrow) {
    margin: 22px 0;
  }

  .brand-visual,
  .brand-visual img {
    min-height: 320px;
  }

  .benefit,
  .benefit + .benefit,
  .benefit:nth-child(3) {
    padding: 20px 0;
  }

  .benefit p {
    font-size: 0.86rem;
  }

  .reality-layout h2 {
    max-width: 11ch;
    font-size: clamp(2.4rem, 10vw, 3.1rem);
  }

  .reality-layout > div:first-child > p:last-child {
    margin-top: 20px;
  }

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

  .reality-grid span {
    min-height: 72px;
    padding: 23px 18px;
    font-size: 0.92rem;
  }

  .payment-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.35rem, 10vw, 3.05rem);
  }

  .payment-copy > p:not(.payment-eyebrow) {
    margin: 20px 0 24px;
  }

  .payment-list span {
    padding: 12px 4px;
  }

  .payment-action {
    padding: 28px 24px;
  }

  .payment-action > strong {
    margin-bottom: 22px;
    font-size: 1.65rem;
  }

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

  .trust-grid > span,
  .trust-grid > span:nth-child(n + 4) {
    min-height: 78px;
    padding: 16px;
    border-top: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .trust-grid > span:last-child {
    grid-column: 1 / -1;
  }

  .faq-list summary {
    min-height: 62px;
    padding-block: 16px;
    font-size: 1rem;
  }

  .faq-list details > p {
    padding-bottom: 22px;
    font-size: 0.92rem;
  }

  .site-footer {
    padding-top: 58px;
  }

  .footer-main {
    gap: 30px;
    padding-block: 48px;
  }

  .footer-signature {
    font-size: clamp(4.5rem, 22vw, 7rem);
  }
}

@media (max-width: 520px) {
  .use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .use-grid article {
    min-height: 210px;
    padding: 20px 16px;
  }

  .use-grid article::before {
    top: 17px;
    right: 14px;
    font-size: 1.7rem;
  }

  .use-grid h3 {
    max-width: 10ch;
    padding-right: 22px;
    font-size: 1.12rem;
  }

  .use-grid p {
    font-size: 0.82rem;
    line-height: 1.42;
  }

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

  .product-card {
    align-self: start;
  }

  .product-media {
    aspect-ratio: 1.18 / 1;
  }

  .product-badge {
    top: 8px;
    left: 8px;
    max-width: calc(100% - 16px);
    padding: 6px 7px;
    font-size: 0.58rem;
  }

  .product-card-color-picker {
    right: 8px;
    bottom: 8px;
    padding: 6px;
  }

  .product-card-color-picker > span {
    display: none;
  }

  .product-card-color-button {
    width: 16px;
    height: 16px;
  }

  .product-body {
    padding: 14px 12px;
  }

  .product-body .eyebrow {
    margin-bottom: 7px;
    font-size: 0.56rem;
  }

  .product-body h3 {
    margin-bottom: 10px;
    font-size: clamp(1.4rem, 7vw, 1.75rem);
  }

  .product-body > p:not(.eyebrow):not(.ideal-tag),
  .ideal-tag,
  .highlight-row,
  .spec-list {
    display: none;
  }

  .price-row {
    gap: 3px;
    padding: 9px 0 12px;
  }

  .price-label {
    font-size: 0.66rem;
  }

  .price-row strong {
    font-size: clamp(1.12rem, 5.4vw, 1.38rem);
  }

  .price-row > span {
    font-size: 0.64rem;
  }

  .card-actions .button {
    min-height: 44px;
    padding: 8px 6px;
    font-size: 0;
  }

  .card-actions .button-secondary::after {
    content: "Detalhes";
    font-size: 0.7rem;
  }

  .card-actions .button-primary::after {
    content: "WhatsApp";
    font-size: 0.7rem;
  }

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

  .benefit,
  .benefit + .benefit,
  .benefit:nth-child(3) {
    min-height: 148px;
    padding: 18px 14px 18px 0;
    border-top: 1px solid var(--line-light);
  }

  .benefit:nth-child(even) {
    padding-right: 0;
    padding-left: 14px;
    border-left: 1px solid var(--line-light);
  }

  .benefit strong {
    font-size: 0.96rem;
  }

  .benefit p {
    font-size: 0.8rem;
  }
}

@media (max-width: 420px) {
  .hero-slider h1 {
    font-size: clamp(2.75rem, 12.2vw, 3.2rem);
  }

  .hero-slider .eyebrow {
    max-width: 32ch;
    font-size: 0.58rem;
  }

  .category-tile,
  .category-tile:first-child {
    min-height: 286px;
  }

  .category-tile:first-child {
    min-height: 340px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero-dot.is-active::after {
    transform: scaleX(1);
  }
}
