:root {
  --ivory: #F7F4EC;
  --bluegray: #8FA3AD;
  --celadon: #A8C5B7;
  --salmon: #E79A8B;
  --ikat: #C44C4A;
  --cognac: #8B5A3C;
  --brass: #C8A45A;
  --ink: #243642;
  --moss: #566747;
  --paper: #FBF9F4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Lora", Georgia, serif;
  line-height: 1.6;
}
img { display: block; width: 100%; }
a { color: inherit; }

.site-header {
  min-height: 86px;
  padding: 12px clamp(18px, 5vw, 70px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: rgba(251, 249, 244, .97);
  border-bottom: 1px solid rgba(36, 54, 66, .12);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { width: 150px; text-decoration: none; }
.brand img { max-height: 64px; object-fit: contain; }
nav { display: flex; gap: clamp(18px, 3vw, 42px); flex-wrap: wrap; justify-content: flex-end; }
nav a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .76rem;
  font-weight: 600;
}
nav a:hover { color: var(--cognac); }

.hero {
  min-height: 560px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
}
.hero > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(28, 28, 21, .72) 0%, rgba(28, 28, 21, .42) 40%, rgba(28, 28, 21, .08) 74%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(620px, 88vw);
  margin-left: clamp(28px, 7vw, 110px);
  color: white;
  padding: 52px 0;
}
.hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: .98;
  font-weight: 500;
  margin: .1em 0 .28em;
  letter-spacing: -.02em;
}
.hero-copy > p:last-child { max-width: 430px; font-size: 1.12rem; }
.eyebrow, .section-kicker {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .82rem;
  font-weight: 600;
}
.flourish { color: var(--brass); font-size: 1.3rem; letter-spacing: .25em; }

.section { padding: clamp(60px, 8vw, 110px) clamp(24px, 6vw, 90px); }
.story {
  display: grid;
  grid-template-columns: .85fr 1.45fr;
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
}
.story-copy { text-align: center; max-width: 520px; margin: 0 auto; }
.section-kicker {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  color: var(--ink);
  margin: 0 0 24px;
  letter-spacing: .12em;
}
.story-copy h2 {
  font-family: "Lora", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.55;
}
.accent-line, .signature { color: var(--cognac); font-style: italic; font-size: 1.08rem; }
.story-collage {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1.2fr .9fr;
  gap: 8px;
  min-height: 480px;
}
.story-collage img { height: 100%; object-fit: cover; }
.collage-a { grid-column: 1 / 2; grid-row: 1 / 2; }
.collage-b { grid-column: 2 / 4; grid-row: 1 / 2; }
.collage-c { grid-column: 1 / 2; grid-row: 2 / 3; }
.collage-d { grid-column: 2 / 3; grid-row: 2 / 3; }
.collage-e { grid-column: 3 / 4; grid-row: 2 / 3; }

.hunt { border-top: 1px solid rgba(36, 54, 66, .12); }
.section-heading { text-align: center; margin-bottom: 44px; }
.section-heading .section-kicker { margin-bottom: 8px; }
.section-heading > p:last-child { margin-top: 0; }
.hunt-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1250px;
  margin: 0 auto;
}
.hunt-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.05;
  background: #ddd;
}
.hunt-card img {
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.hunt-card:hover img { transform: scale(1.035); }
.card-label {
  position: absolute;
  inset: auto 0 0 0;
  min-height: 38%;
  padding: 20px 12px 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: white;
  background: linear-gradient(transparent, rgba(20, 24, 18, .78));
}
.card-label span {
  font-family: "Playfair Display", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: clamp(.82rem, 1.2vw, 1rem);
}
.hunt-note { text-align: center; color: var(--cognac); font-style: italic; font-size: 1.1rem; margin: 32px 0 0; }

.follow {
  background: linear-gradient(90deg, #F2EEE5, #FAF7F0);
  border-top: 1px solid rgba(36, 54, 66, .1);
  border-bottom: 1px solid rgba(36, 54, 66, .1);
  padding: clamp(50px, 6vw, 80px) clamp(24px, 7vw, 100px);
}
.follow-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 56px;
  align-items: center;
}
.social-block { border-right: 1px solid rgba(139, 90, 60, .35); padding-right: 52px; }
.social-links { display: flex; gap: 38px; }
.social-links a { display: inline-flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; text-transform: uppercase; font-size: .82rem; letter-spacing: .08em; }
.social-icon {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: var(--cognac); color: white; font-family: Georgia, serif; font-size: 1.4rem;
}
.newsletter-block p { max-width: 620px; }
.newsletter-form { display: flex; max-width: 620px; margin: 16px 0 7px; }
.newsletter-form input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(36, 54, 66, .25);
  background: white;
  padding: 14px 16px;
  font: inherit;
}
.newsletter-form button {
  border: 0;
  background: #5A4A27;
  color: white;
  padding: 14px 23px;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
}
.newsletter-form button:hover { background: var(--cognac); }
.newsletter-block small { color: rgba(36, 54, 66, .72); }

.site-footer { background: var(--paper); }
.footer-grid {
  padding: 40px clamp(24px, 6vw, 90px);
  display: grid;
  grid-template-columns: 1.2fr 1.1fr .9fr 1.1fr 1fr;
  gap: 34px;
  align-items: start;
}
.footer-brand img { max-width: 160px; }
.site-footer h3 { text-transform: uppercase; letter-spacing: .11em; font-size: .8rem; margin: 0 0 12px; }
.site-footer p, .site-footer a, summary { font-size: .8rem; }
.site-footer a { display: block; text-decoration: none; margin-bottom: 5px; }
.site-footer a:hover { color: var(--cognac); }
details { margin-bottom: 8px; }
summary { cursor: pointer; }
.footer-tagline {
  background: var(--ink);
  color: var(--ivory);
  text-align: center;
  padding: 14px 20px;
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: .76rem;
}
.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; }

@media (max-width: 900px) {
  .site-header { position: static; flex-direction: column; gap: 4px; padding-bottom: 18px; }
  .brand { width: 130px; }
  nav { justify-content: center; gap: 18px; }
  nav a { font-size: .68rem; }
  .hero { min-height: 520px; }
  .hero-copy { margin-left: 8vw; }
  .story { grid-template-columns: 1fr; }
  .story-copy { max-width: 650px; }
  .hunt-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .follow-inner { grid-template-columns: 1fr; }
  .social-block { border-right: 0; border-bottom: 1px solid rgba(139, 90, 60, .35); padding: 0 0 32px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  nav { display: none; }
  .site-header { min-height: 74px; }
  .hero { min-height: 500px; }
  .hero > img { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(28,28,21,.72), rgba(28,28,21,.30)); }
  .hero-copy { margin: 0 24px; width: auto; align-self: end; padding-bottom: 48px; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .section { padding-left: 20px; padding-right: 20px; }
  .story-collage { min-height: 360px; gap: 5px; }
  .hunt-grid { gap: 10px; }
  .follow { padding-left: 20px; padding-right: 20px; }
  .social-links { justify-content: center; }
  .newsletter-form { flex-direction: column; gap: 8px; }
  .newsletter-form button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand img { margin: 0 auto; }
  .copyright { margin-top: 10px; }
  .footer-tagline { letter-spacing: .18em; font-size: .68rem; }
}

/* v4: approved message hierarchy + Hunt Club signup */
.site-header {
  min-height: 118px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.brand {
  width: 176px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.brand img {
  width: 104px;
  height: 82px;
  max-height: none;
  object-fit: contain;
}
.brand-tagline {
  display: block;
  width: 220px;
  text-align: center;
  color: var(--cognac);
  font-size: .72rem;
  line-height: 1.25;
  font-style: italic;
  letter-spacing: .015em;
  white-space: nowrap;
}
.hero-copy { padding-top: 70px; padding-bottom: 70px; }
.hero h1 { margin-top: 0; }
.join-heading {
  font-family: "Lora", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.45;
  margin: -8px 0 10px;
}
.join-heading span { color: var(--cognac); font-style: italic; }

@media (max-width: 900px) {
  .site-header { min-height: 132px; }
  .brand { width: 165px; }
  .brand img { width: 92px; height: 72px; }
  .brand-tagline { width: 210px; font-size: .68rem; }
}

@media (max-width: 560px) {
  .site-header { min-height: 120px; }
  .brand img { width: 88px; height: 70px; }
  .brand-tagline { width: 205px; white-space: normal; }
}
