:root {
  --black: #050505;
  --panel: rgba(12, 12, 12, 0.82);
  --text: #f8f1e8;
  --muted: rgba(248, 241, 232, 0.72);
  --soft: rgba(248, 241, 232, 0.52);
  --gold: #c9a06a;
  --line: rgba(201, 160, 106, 0.26);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 82% 0%, rgba(201, 160, 106, 0.12), transparent 28rem),
    linear-gradient(180deg, #050505, #111 50%, #050505);
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 20px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  font-size: clamp(1.05rem, 2vw, 1.6rem);
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.brand span {
  color: var(--gold);
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: rgba(248, 241, 232, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav a:hover {
  color: var(--text);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-image,
.hero-image::after {
  position: absolute;
  inset: 0;
}

.hero-image::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.28) 48%, rgba(0, 0, 0, 0.22)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.82));
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
  padding-top: 80px;
}

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

h1,
h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 7vw, 7.4rem);
  line-height: 0.92;
}

h2 {
  font-size: clamp(2.2rem, 4.6vw, 4.8rem);
  line-height: 0.96;
}

p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  line-height: 1.72;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 18px;
  padding: 0 20px;
  border: 1px solid var(--gold);
  color: #090909;
  background: linear-gradient(135deg, var(--gold), #f0d7ad);
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button.secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

section:not(.hero) {
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
  padding: clamp(58px, 9vw, 112px) 0;
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.collection-grid,
.market-grid,
.feature-strip {
  display: grid;
  gap: 12px;
}

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

.collection-grid article,
.manufacturer-panel,
.market-grid span,
.feature-strip span {
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.collection-grid article {
  min-height: 210px;
  display: grid;
  align-content: space-between;
  padding: 20px;
}

.collection-grid span {
  color: var(--gold);
  font-weight: 850;
}

.collection-grid h3 {
  margin: 18px 0 6px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
}

.collection-grid p {
  margin: 0;
  font-size: 0.95rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 72px);
}

.why {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.feature-strip span,
.market-grid span {
  padding: 16px;
  color: rgba(248, 241, 232, 0.84);
}

.manufacturer-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(24px, 5vw, 48px);
}

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

.closing-line {
  display: grid;
  place-items: center;
  min-height: 34vh;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.closing-line p {
  max-width: none;
  margin: 0;
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.6rem, 7vw, 7rem);
  line-height: 0.96;
  text-align: center;
}

.footer {
  display: grid;
  gap: 8px;
  place-items: center;
  padding: 34px 20px;
  color: var(--soft);
  text-align: center;
  background: #050505;
}

.footer strong {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

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

  .split,
  .manufacturer-panel {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .site-header {
    position: absolute;
  }

  .hero {
    min-height: 90vh;
  }

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

  .hero-copy {
    width: min(100% - 28px, 1160px);
    padding-top: 170px;
  }

  h1 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  section:not(.hero) {
    width: min(100% - 28px, 1160px);
  }

  .collection-grid,
  .feature-strip,
  .market-grid {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }
}
