:root {
  --ink: #070706;
  --charcoal: #11120f;
  --stone: #79736a;
  --gold: #b99a62;
  --paper: #f4efe4;
  --ivory: #fffaf0;
  --line: rgba(7, 7, 6, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  padding: 0 clamp(18px, 5vw, 76px);
  background: rgba(7, 7, 6, 0.26);
  border-bottom: 1px solid rgba(255, 250, 240, 0.14);
  backdrop-filter: blur(24px);
}

.site-header.solid {
  background: rgba(244, 239, 228, 0.93);
  border-bottom: 1px solid var(--line);
}

.brand img {
  width: 158px;
  height: auto;
  filter: brightness(0) invert(1);
}

.solid .brand img { filter: none; }

.nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  color: var(--ivory);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.solid .nav { color: var(--ink); }
.nav a { opacity: 0.82; }
.nav a[aria-current="page"], .nav a:hover { opacity: 1; }

.nav-cta {
  padding: 11px 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.08);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--ivory);
  padding: 138px clamp(20px, 6vw, 90px) 42px;
}

.hero-media, .hero-media img, .hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  filter: saturate(0.72) contrast(1.1);
}

.hero-shade {
  background:
    linear-gradient(105deg, rgba(7, 7, 6, 0.98), rgba(7, 7, 6, 0.78) 42%, rgba(7, 7, 6, 0.24) 76%),
    linear-gradient(0deg, rgba(7, 7, 6, 0.94), rgba(7, 7, 6, 0.08) 55%);
}

.hero::after, .capabilities::after, .product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 250, 240, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 240, 0.032) 1px, transparent 1px);
  background-size: 110px 110px;
  mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.52fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: end;
  width: 100%;
}

.hero-content {
  width: min(940px, 100%);
  padding-bottom: 0;
}

.eyebrow, .section-label {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1, .product-hero h1, h2 {
  margin: 0;
  font-family: Didot, "Bodoni 72", "Bodoni 72 Display", Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.hero h1, .product-hero h1 {
  max-width: 980px;
  font-size: clamp(58px, 7.6vw, 112px);
  line-height: 1.02;
}

.hero-copy {
  max-width: 640px;
  margin: 38px 0 0;
  color: rgba(255, 250, 240, 0.78);
  font-size: clamp(18px, 1.75vw, 22px);
  line-height: 1.62;
}

.hero-actions, .contact-band {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-actions { margin-top: 36px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--gold); color: var(--ink); }

.button.secondary {
  border: 1px solid rgba(255, 250, 240, 0.38);
  color: var(--ivory);
  background: rgba(255, 250, 240, 0.06);
}

.hero-spec {
  position: relative;
  padding: 30px;
  background: rgba(7, 7, 6, 0.58);
  border: 1px solid rgba(255, 250, 240, 0.18);
  backdrop-filter: blur(18px);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.3);
}

.spec-kicker {
  margin-bottom: 24px;
  color: rgba(255, 250, 240, 0.5);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.spec-line {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 250, 240, 0.13);
}

.spec-line span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.spec-line strong {
  color: var(--ivory);
  font-size: 18px;
  line-height: 1.25;
}

.hero-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(760px, 100%);
  margin-top: 38px;
  background: rgba(244, 239, 228, 0.96);
  border: 1px solid rgba(255, 250, 240, 0.22);
  color: var(--ink);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.24);
}

.hero-panel div {
  padding: 26px;
  border-right: 1px solid rgba(7, 7, 6, 0.12);
}

.hero-panel div:last-child { border-right: 0; }

.hero-panel strong {
  display: block;
  color: var(--charcoal);
  font-family: Didot, "Bodoni 72", "Bodoni 72 Display", Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.hero-panel span {
  color: var(--stone);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.section {
  padding: clamp(96px, 12vw, 170px) clamp(20px, 6vw, 90px);
}

.intro-grid, .detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: start;
}

h2 {
  font-size: clamp(36px, 4.7vw, 64px);
  line-height: 1.08;
}

.intro p, .rich-copy, .showcase-copy p {
  margin: 0;
  color: var(--stone);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.82;
}

strong { color: var(--charcoal); }

.dark {
  position: relative;
  background: #080806;
  color: var(--ivory);
  overflow: hidden;
}

.dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(185, 154, 98, 0.16), transparent 42%),
    linear-gradient(315deg, rgba(184, 213, 210, 0.08), transparent 38%);
}

.section-heading {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-bottom: 58px;
}

.dark .section-heading h2 { color: var(--ivory); }

.cards, .benefit-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 250, 240, 0.14);
}

.cap-card, .benefit-grid article {
  min-height: 310px;
  padding: clamp(28px, 4vw, 42px);
  border: 0;
  background: rgba(13, 13, 11, 0.9);
}

.cap-card span {
  color: var(--gold);
  font-weight: 900;
}

.cap-card h3 {
  margin: 78px 0 18px;
  font-family: Didot, "Bodoni 72", "Bodoni 72 Display", Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.7vw, 34px);
  font-weight: 400;
  line-height: 1.12;
}

.cap-card p {
  margin: 0;
  color: rgba(255, 250, 240, 0.65);
}

.showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
  background:
    linear-gradient(90deg, var(--paper), rgba(244, 239, 228, 0.78)),
    linear-gradient(180deg, #ebe3d3, #f7f1e6);
  overflow: hidden;
}

.showcase::before {
  content: "OUTDOOR";
  position: absolute;
  right: -2vw;
  top: -16px;
  color: rgba(7, 7, 6, 0.045);
  font-size: clamp(92px, 14vw, 210px);
  font-weight: 900;
  line-height: 0.9;
}

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

.showcase-copy h2 { margin-bottom: 20px; }

.text-link {
  display: inline-flex;
  margin-top: 28px;
  color: var(--ink);
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}

.product-frame, .product-hero-image {
  position: relative;
  padding: 20px;
  background: #fdf8ed;
  box-shadow: 0 44px 120px rgba(7, 7, 6, 0.24);
}

.product-frame img, .product-hero-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
}

.product-caption {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  background: rgba(7, 7, 6, 0.78);
  color: var(--ivory);
  backdrop-filter: blur(16px);
}

.product-caption span {
  color: var(--gold);
  font-weight: 900;
}

.product-caption strong {
  color: var(--ivory);
  text-align: right;
}

.contact-band {
  justify-content: space-between;
  padding: 70px clamp(20px, 6vw, 90px);
  background: var(--ink);
  color: var(--ivory);
}

.contact-band h2 { font-size: clamp(34px, 4vw, 58px); }

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 34px clamp(20px, 6vw, 90px);
  color: rgba(255, 250, 240, 0.62);
  background: #050504;
}

.site-footer img {
  width: 136px;
  filter: brightness(0) invert(1);
  opacity: 0.76;
}

.site-footer p { margin: 0; }

.site-footer a {
  color: var(--gold);
  font-weight: 900;
}

.product-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
  min-height: 100vh;
  padding: 148px clamp(20px, 6vw, 90px) 76px;
  background:
    linear-gradient(112deg, rgba(7, 7, 6, 0.96), rgba(17, 18, 15, 0.86) 48%, rgba(79, 111, 116, 0.34)),
    url("images/carousel-2.jpg") center / cover;
  color: var(--ivory);
  overflow: hidden;
}

.product-hero-copy, .product-hero-image { z-index: 1; }

.product-hero-copy p:last-child {
  color: rgba(255, 250, 240, 0.72);
  font-size: 22px;
}

.product-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.product-points span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 250, 240, 0.2);
  background: rgba(255, 250, 240, 0.08);
  color: var(--ivory);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.note {
  padding: 20px 22px;
  background: rgba(185, 154, 98, 0.14);
  border-left: 4px solid var(--gold);
  color: var(--charcoal);
}

.benefits { background: var(--ivory); }

.benefit-grid article {
  min-height: 250px;
  background: var(--ivory);
}

.benefit-grid span {
  display: block;
  margin-bottom: 48px;
  color: var(--charcoal);
  font-family: Didot, "Bodoni 72", "Bodoni 72 Display", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.benefit-grid p {
  margin: 0;
  color: var(--stone);
}

@media (max-width: 820px) {
  .site-header {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .brand img { width: 124px; }

  .nav {
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    font-size: 10px;
  }

  .nav-cta { padding: 7px 9px; }

  .hero {
    min-height: 94vh;
    padding-top: 142px;
  }

  .hero-content { padding-bottom: 42px; }

  .hero-panel, .hero-inner, .intro-grid, .detail-grid, .cards, .benefit-grid, .showcase, .product-hero {
    grid-template-columns: 1fr;
  }

  .hero-spec { display: none; }

  .hero-panel div {
    border-right: 0;
    border-bottom: 1px solid rgba(7, 7, 6, 0.12);
  }

  .hero-panel div:last-child { border-bottom: 0; }

  .contact-band, .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .hero h1, .product-hero h1 {
    font-size: clamp(44px, 15vw, 62px);
  }

  .button { width: 100%; }
  .hero-actions { width: 100%; }
  .hero-panel strong { font-size: 30px; }

  .product-caption {
    position: static;
    display: block;
    margin-top: 12px;
  }

  .product-caption strong {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .cap-card, .benefit-grid article {
    min-height: 220px;
  }
}
