/* =========================================================
   HERITAGE AMERICANA — Brand Stylesheet
   Palette (updated 2026-08-25 to the current approved brand kit):
   Heritage Navy, Vintage Red, Antique Cream, Parchment Beige,
   Warm Brown, Aged Gold, Denim Blue
   ========================================================= */

:root {
  /* Current approved brand kit values (matches business cards + signup section) */
  --navy: #1F334E;        /* Heritage Navy */
  --navy-deep: #132031;
  --red: #8C2F39;         /* Vintage Red */
  --red-deep: #6B242B;
  --cream: #F5EEE3;       /* Antique Cream */
  --cream-soft: #E9DFC6;  /* Parchment Beige */
  --beige: #E9DFC6;       /* Parchment Beige */
  --brown: #6B3F1B;       /* Warm Brown */
  --gold: #C9A46A;        /* Aged Gold */
  --gold-soft: #D8BD94;
  --denim: #3C4F62;       /* Denim Blue */
  --ink: #2A241C;
  --line: rgba(201, 164, 106, 0.35);
  --shadow: 0 12px 30px rgba(19, 32, 49, 0.18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Lora', Georgia, serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  margin: 0 0 0.4em;
  color: var(--navy);
  letter-spacing: 0.01em;
}

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

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

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  color: var(--gold);
  font-weight: 700;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 18px 0;
  color: var(--gold);
}
.divider::before, .divider::after {
  content: "";
  height: 1px;
  width: 46px;
  background: var(--line);
}

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--red);
  color: var(--cream);
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 9px 16px;
}
.announce strong { color: var(--gold-soft); }

/* ---------- Header ---------- */
header.site-header {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  padding: 13px 24px;
}
.nav-row > .btn { margin-left: auto; }
.wordmark {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--navy);
}
.wordmark .serif {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.01em;
  color: var(--navy);
}
.wordmark .star { color: var(--red); font-size: 14px; }
.nav-badge {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px var(--line);
}
.header-logo-link { display: flex; align-items: center; }
.header-logo { height: 62px; width: auto; border-radius: 4px; }
.wordmark small {
  display: block;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.32em;
  color: var(--brown);
  text-transform: uppercase;
}
nav.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
nav.main-nav a {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 600;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, color .2s ease;
}
nav.main-nav a:hover { color: var(--red); border-color: var(--red); }

.btn {
  display: inline-block;
  font-family: 'Lora', serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 13px 26px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--red);
  color: var(--cream);
  box-shadow: var(--shadow);
}
.btn-primary:hover { background: var(--red-deep); }
.btn-outline {
  background: transparent;
  border-color: var(--navy);
  color: var(--navy);
}
.btn-outline:hover { background: var(--navy); color: var(--cream); }
.btn-gold {
  background: var(--gold);
  color: var(--navy-deep);
}
.btn-gold:hover { background: var(--gold-soft); }
.btn-small { padding: 9px 18px; font-size: 11px; }

/* ---------- Hero ---------- */
.hero {
  background: var(--cream);
}
.hero-banner {
  width: 100%;
  display: block;
  border-bottom: 1px solid var(--line);
}
.hero-below {
  text-align: center;
  padding: 40px 24px 64px;
}
.hero-below p.lead {
  font-size: 17px;
  color: #4A4030;
  max-width: 560px;
  margin: 0 auto 28px;
}
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.hero-badges {
  display: flex;
  gap: 26px;
  margin-top: 36px;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-badges span {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--brown);
  text-transform: uppercase;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

/* ---------- Brand story ---------- */
.story {
  background: var(--cream-soft);
  padding: 74px 0;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.story .container { max-width: 760px; }
.story-logo {
  max-width: 310px;
  width: 100%;
  height: auto;
  margin: 0 auto 28px;
  border-radius: 6px;
}
.story h2 { font-size: 32px; }
.story p { font-size: 17px; color: #4A4030; }
.story .tagline {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: var(--brown);
  letter-spacing: 0.04em;
  margin-top: 22px;
}

/* ---------- Category grid ---------- */
.section { padding: 80px 0; }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 48px; }
.section-head h2 { font-size: 32px; }
.section-head p { color: #58503f; font-size: 16px; }

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.cat-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px 22px;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.cat-card .icon {
  width: 54px; height: 54px;
  margin: 0 auto 18px;
  color: var(--red);
}
.cat-card h3 { font-size: 19px; margin-bottom: 8px; }
.cat-card p { font-size: 14px; color: #665c48; margin-bottom: 18px; min-height: 44px; }

/* ---------- Featured collection ---------- */
.collection { background: var(--cream-soft); padding: 84px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.collection .section-head h2 { color: var(--navy); }
.collection .section-head p { color: #6b5e46; }
.collection .eyebrow { color: var(--red); }

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.piece-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 6px 16px rgba(20,36,59,0.06);
}
.piece-card img {
  width: 100%;
  aspect-ratio: 7 / 6;
  object-fit: cover;
  object-position: center;
  display: block;
}
.piece-card .piece-body { padding: 20px 20px 26px; }
.piece-card h3 { color: var(--navy); font-size: 18px; }
.piece-card p { color: #6b5e46; font-size: 13px; margin-bottom: 16px; }

/* ---------- Email signup ---------- */
.signup {
  background: var(--cream);
  color: #55606E;
  padding: 100px 0;
  text-align: center;
  border-top: 1px solid var(--line);
}
.signup .container { max-width: 560px; }
.signup .eyebrow {
  color: var(--red);
}
.signup .eyebrow::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: var(--gold);
  margin: 12px auto 0;
}
.signup h2 { color: var(--navy); font-size: 30px; margin-top: 14px; }
.signup p { color: #55606E; margin-bottom: 32px; }
.signup-form {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.signup-form-embed {
  max-width: 480px;
  margin: 0 auto;
  height: 460px;
}
@media (max-width: 520px) {
  .signup-form-embed { height: 520px; }
}
.signup-form input[type="email"],
.signup-form input[type="text"] {
  flex: 1 1 220px;
  padding: 14px 18px;
  border-radius: 3px;
  border: 1px solid #E3D5C0;
  background: #FBF7F0;
  box-shadow: none;
  font-family: 'Lora', serif;
  font-size: 14px;
  color: var(--ink);
}
.signup .btn-gold {
  background: var(--red);
  color: var(--cream);
}
.signup .btn-gold:hover { background: var(--red-deep); }
.signup-note {
  margin-top: 18px;
  font-size: 12px;
  color: #8A7F6D;
  letter-spacing: 0.02em;
}

/* ---------- Footer ---------- */
footer {
  background: var(--navy);
  color: #A9B3BD;
  padding: 54px 0 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
footer .wordmark { color: var(--cream); }
footer .wordmark small { color: var(--gold-soft); }
footer p.tag { font-size: 13px; margin-top: 12px; max-width: 280px; color: #96A0AA; }
footer h4 {
  color: var(--gold-soft);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
}
footer ul { list-style: none; margin: 0; padding: 0; }
footer li { margin-bottom: 10px; font-size: 14px; }
footer a:hover { color: var(--gold-soft); }
.footer-bottom {
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: #798390;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; padding-top: 48px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  nav.main-nav { display: none; }
}
@media (max-width: 520px) {
  .grid-4 { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .header-logo { height: 50px; }
  .story-logo { max-width: 250px; }
}
