:root {
  --ink: #1e2119;
  --deep: #252a1d;
  --olive: #4b512c;
  --olive-2: #686f3d;
  --sand: #ece4d3;
  --cream: #f6f1e6;
  --paper: #fbf8f1;
  --gold: #b59a5a;
  --line: rgba(30, 33, 25, .17);
  --shadow: 0 14px 34px rgba(23, 25, 18, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, 'Times New Roman', serif;
}
a { color: inherit; }

.topbar {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 7px 16px;
  color: var(--cream);
  background: var(--deep);
  font: 600 12px/1.2 Arial, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.dot { color: var(--gold); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 92px;
  padding: 10px clamp(18px, 4vw, 64px);
  background: rgba(246, 241, 230, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; text-decoration: none; }
.brand img {
  width: clamp(150px, 17vw, 230px);
  max-height: 76px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  font: 700 13px/1 Arial, sans-serif;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.main-nav a { text-decoration: none; cursor: pointer; }
.main-nav a:hover { color: var(--olive-2); }
.menu-button {
  display: none;
  margin-left: auto;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  padding: 10px 12px;
  font: 700 12px Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hero {
  position: relative;
  min-height: clamp(460px, 56vw, 690px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 35%, rgba(181,154,90,.28), transparent 24%),
    radial-gradient(circle at 88% 75%, rgba(104,111,61,.18), transparent 26%),
    linear-gradient(115deg, #181b14 0%, #262b1e 47%, #3d4327 100%);
}
.hero::before,
.hero::after {
  content: '';
  position: absolute;
  pointer-events: none;
}
.hero::before {
  inset: auto -5% -20% 42%;
  height: 70%;
  opacity: .5;
  background:
    repeating-linear-gradient(78deg, transparent 0 34px, rgba(246,241,230,.07) 35px 37px, transparent 38px 72px);
  transform: skewX(-7deg);
}
.hero::after {
  width: 420px;
  height: 420px;
  right: -130px;
  top: -110px;
  border: 1px solid rgba(246,241,230,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(246,241,230,.025), 0 0 0 140px rgba(246,241,230,.018);
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  margin-left: clamp(24px, 7vw, 110px);
  padding: 76px 28px 82px 0;
  color: var(--cream);
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font: 800 12px/1 Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2 { margin: 0; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; text-transform: uppercase; letter-spacing: .02em; }
h1 { font-size: clamp(54px, 7.2vw, 94px); line-height: .94; }
h2 { font-size: clamp(36px, 5vw, 58px); line-height: 1; }
.hero-copy {
  width: min(620px, 92%);
  margin: 24px 0 28px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
  color: #eee8da;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 14px 20px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  font: 800 12px/1 Arial, sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.button.primary { background: var(--olive-2); color: white; }
.button.primary:hover { background: #565d32; }
.button.secondary { border-color: rgba(246,241,230,.55); color: var(--cream); background: rgba(255,255,255,.04); }

.section { padding: clamp(62px, 8vw, 102px) clamp(18px, 5vw, 76px); }
.collections-section { background: var(--paper); }
.section-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.section-heading .eyebrow { color: var(--olive-2); }
.section-heading p:last-child { margin: 16px auto 0; max-width: 680px; line-height: 1.55; color: #5f6256; }
.collection-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}
.collection-card {
  position: relative;
  min-height: 280px;
  border: 1px solid var(--line);
  background: var(--cream);
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 3px 0 rgba(30,33,25,.03);
  transition: transform .18s ease, box-shadow .18s ease;
}
.collection-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.text-card {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(181,154,90,.17), transparent 27%),
    linear-gradient(160deg, #f6f0e4, #e7ddc6);
}
.placeholder-icon {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(75,81,44,.45);
  border-radius: 50%;
  color: var(--olive);
  font: 800 42px/1 Impact, sans-serif;
}
.grid-icon { font-size: 26px; line-height: .58; letter-spacing: .06em; }
.image-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}
.image-card:hover img { transform: scale(1.025); }
.card-label {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 20px 16px 16px;
  color: white;
  background: linear-gradient(transparent, rgba(15,17,12,.94) 48%);
  font-family: Arial, sans-serif;
}
.text-card .card-label { background: linear-gradient(transparent, rgba(37,42,29,.95) 55%); }
.card-label strong { display: block; font-size: 15px; letter-spacing: .04em; text-transform: uppercase; }
.card-label span { display: block; margin-top: 4px; color: #ded9cc; font-size: 12px; }
.wide-card { grid-column: span 2; min-height: 330px; }
.wide-card img { min-height: 330px; }

.story-band {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, .6fr);
  align-items: center;
  gap: 44px;
  padding: clamp(60px, 8vw, 100px) clamp(22px, 7vw, 100px);
  background: var(--sand);
  border-block: 1px solid var(--line);
}
.story-copy { max-width: 760px; }
.story-copy .eyebrow { color: var(--olive-2); }
.story-copy p:last-child { max-width: 650px; margin: 18px 0 0; font-size: 20px; line-height: 1.55; color: #56594c; }
.story-mark { display: flex; justify-content: center; }
.story-mark img { width: min(100%, 340px); mix-blend-mode: multiply; }

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 56px clamp(22px, 7vw, 100px);
  color: var(--cream);
  background: var(--deep);
}
.cta-section > div { max-width: 760px; }
.cta-section p:last-child { margin: 14px 0 0; color: #d9d4c6; line-height: 1.5; }
.cta-section .button { flex: 0 0 auto; }

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px 42px;
  align-items: center;
  padding: 34px clamp(22px, 7vw, 100px);
  color: #e8e2d4;
  background: #171a13;
  font-family: Arial, sans-serif;
}
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 150px; max-height: 78px; object-fit: contain; background: #f6f1e6; mix-blend-mode: normal; }
.footer-brand p { margin: 0; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: 12px; }
.footer-links a { cursor: pointer; text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: #a7aa9c; font-size: 11px; }

@media (max-width: 980px) {
  .site-header { min-height: 80px; }
  .menu-button { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 18px clamp(18px, 4vw, 64px) 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
  }
  .main-nav.open { display: flex; }
  .collection-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wide-card { grid-column: span 1; }
  .story-band { grid-template-columns: 1fr; }
  .story-mark { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .topbar { font-size: 10px; }
  .dot { display: none; }
  .topbar span:nth-child(3) { display: none; }
  .site-header { padding-inline: 14px; }
  .brand img { width: 140px; max-height: 66px; }
  .hero { min-height: 590px; }
  .hero-inner { margin: 0; padding: 86px 22px 72px; }
  h1 { font-size: clamp(48px, 14vw, 72px); }
  .hero-copy { width: 100%; font-size: 18px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .section { padding-inline: 14px; }
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .collection-card, .image-card img { min-height: 230px; }
  .wide-card, .wide-card img { min-height: 260px; }
  .card-label { padding: 28px 12px 12px; }
  .card-label strong { font-size: 13px; }
  .story-band { padding-inline: 22px; }
  .story-copy p:last-child { font-size: 18px; }
  .cta-section { flex-direction: column; align-items: flex-start; padding-inline: 22px; }
  .cta-section .button { width: 100%; }
  .footer { grid-template-columns: 1fr; padding-inline: 22px; }
  .footer-brand { align-items: flex-start; flex-direction: column; }
  .copyright { grid-column: 1; }
}
