:root {
  --ink: #111111;
  --charcoal: #191817;
  --soft-black: #0d0d0c;
  --paper: #fbf7f0;
  --warm: #efe7da;
  --line: rgba(17, 17, 17, 0.12);
  --red: #d71920;
  --red-dark: #b8141a;
  --flame: #ff7a1a;
  --muted: #6a6259;
  --radius: 8px;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    "Avenir Next", Avenir, "Helvetica Neue", Helvetica,
    sans-serif;
  line-height: 1.5;
}

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

button,
input,
select {
  font: inherit;
}

.hero {
  position: relative;
  min-height: 575px;
  overflow: hidden;
  color: #fff;
  background: #080807;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.48) 36%, rgba(0, 0, 0, 0.08) 72%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(490px, calc(100% - 36px));
  padding: 48px 0 34px;
  margin-left: clamp(18px, 5vw, 70px);
}

.ad-label {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 6px 10px;
  color: #fff;
  background: rgba(13, 13, 12, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 490px;
  margin: 0;
  font-size: clamp(3.1rem, 5.4vw, 4.35rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 430px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.18rem, 1.8vw, 1.42rem);
  line-height: 1.25;
}

.price-row {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-top: 24px;
}

.price-row strong {
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  line-height: 1;
}

.price-row span {
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
}

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

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius);
  padding: 0 24px;
  font-size: 0.88rem;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

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

.primary {
  color: #fff;
  background: var(--red);
}

.primary:hover,
.primary:focus-visible {
  background: var(--red-dark);
}

.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.secondary.dark {
  color: var(--ink);
  background: #fff;
  border-color: rgba(17, 17, 17, 0.14);
}

.shipping-note {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  font-weight: 700;
}

.shipping-note span {
  color: #fff;
}

.proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.proof article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 11px;
  min-height: 106px;
  align-items: center;
  padding: 18px clamp(10px, 2vw, 28px);
  background: var(--charcoal);
}

.proof-icon {
  color: var(--red);
  font-size: 2rem;
  line-height: 1;
}

.proof h2,
.feature h3 {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.proof p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  line-height: 1.35;
}

.section,
.colour-band,
.specs,
.order-section {
  padding: clamp(34px, 4.6vw, 48px) clamp(18px, 5vw, 72px);
}

.intro {
  text-align: center;
}

.intro h2,
.colour-band h2,
.specs h2,
.order-section h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.feature {
  display: grid;
  align-content: start;
  padding: 0;
}

.feature-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin: 0 auto 14px;
  color: var(--red);
  border: 2px solid rgba(215, 25, 32, 0.18);
  border-radius: 50%;
  font-size: 1.65rem;
}

.feature img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  object-position: top center;
  margin-top: 14px;
}

.feature p {
  margin: 14px auto 0;
  max-width: 280px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.colour-band {
  text-align: center;
  background: linear-gradient(180deg, #f6f0e8 0%, #eee5d8 100%);
  border-block: 1px solid var(--line);
}

.colour-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 30px;
  width: min(920px, 100%);
  margin: 16px auto 8px;
}

.colour-card {
  display: grid;
  gap: 0;
  justify-items: center;
  padding: 0 18px;
  color: var(--ink);
  background: transparent;
  border: 2px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
}

.colour-card.is-active {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.colour-card img {
  width: min(220px, 50vw);
  height: auto;
  object-fit: contain;
}

.colour-card strong {
  display: none;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.colour-dot {
  display: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.black {
  background: #060606;
}

.stone {
  background: #cfc5b3;
}

.sage {
  background: #60735b;
}

.colour-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: capitalize;
}

.specs {
  text-align: center;
  background: #fffaf2;
}

.spec-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  width: min(1080px, 100%);
  margin: 34px auto 24px;
  background: var(--line);
}

.spec-row div {
  display: grid;
  min-height: 124px;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 18px 10px;
  background: #fffaf2;
}

.spec-row strong {
  font-size: 0.86rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.spec-icon {
  color: var(--ink) !important;
  font-size: 2.6rem !important;
  font-weight: 400 !important;
  letter-spacing: 0;
  text-transform: none !important;
}

.spec-row span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.text-link {
  color: var(--red);
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.order-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 28vw) minmax(280px, 1fr) minmax(320px, 400px);
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
  background: #f8f2ea;
  overflow: hidden;
}

.order-section > img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  object-position: 86% 80%;
  align-self: stretch;
  margin: calc(clamp(58px, 7vw, 78px) * -1) 0 calc(clamp(58px, 7vw, 78px) * -1) calc(clamp(18px, 5vw, 72px) * -1);
}

.order-copy p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.order-copy h2 {
  max-width: 360px;
  font-size: clamp(2rem, 3vw, 2.5rem);
}

.order-form {
  display: grid;
  gap: 12px;
  padding: 24px;
  background: #fffaf2;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(30, 24, 18, 0.08);
}

.order-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.order-form input,
.order-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.22);
  border-radius: var(--radius);
  color: var(--ink);
  letter-spacing: 0;
  text-transform: none;
}

.consent-check {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px !important;
  color: var(--muted) !important;
  font-size: 0.78rem !important;
  line-height: 1.35;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.consent-check input {
  min-height: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--red);
}

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

.policy-note {
  padding: 22px clamp(18px, 5vw, 72px);
  color: #5b554f;
  background: #fffaf2;
  border-top: 1px solid var(--line);
  font-size: 0.86rem;
}

.policy-note p {
  max-width: 1120px;
  margin: 0 auto 12px;
}

.legal-address {
  max-width: 1120px;
  margin: 0 auto;
  color: #3e3934;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
}

footer {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.68);
  background: var(--soft-black);
  font-size: 0.9rem;
}

footer p {
  margin: 0;
}

footer a {
  color: #fff;
  font-weight: 900;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.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;
}

.legal-page {
  background: #fffaf2;
}

.legal-content {
  width: min(780px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0;
}

.legal-content h1 {
  margin: 28px 0 18px;
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 1;
}

.legal-content p {
  color: var(--muted);
  font-size: 1.08rem;
}

@media (max-width: 760px) {
  .hero {
    min-height: 650px;
  }

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

  .spec-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .order-section {
    grid-template-columns: 220px 1fr;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: 780px;
  }

  .hero img {
    object-position: 60% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.22)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.52), transparent);
  }

  .hero-content {
    width: calc(100% - 36px);
    padding-top: 86px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.65rem);
  }

  .hero-actions,
  .order-section,
  footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .proof,
  .feature-grid,
  .colour-grid,
  .spec-row {
    grid-template-columns: 1fr;
  }

  .proof article {
    min-height: 116px;
  }

  .section,
  .colour-band,
  .specs,
  .order-section {
    padding-block: 64px;
  }

  .feature img {
    max-width: 330px;
    margin-inline: auto;
  }

  .order-section {
    grid-template-columns: 1fr;
  }

  .order-section > img {
    width: calc(100% + 36px);
    height: 170px;
    min-height: 170px;
    margin: -64px -18px 0;
  }
}

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