/* Be Still — main stylesheet
 * Warm faith-based aesthetic: golds, creams, earth tones
 * Fonts: Playfair Display (headings) + Lato (body)
 */

/* ─── TOKENS ─── */
:root {
  --cream:      #fdf8f0;
  --cream-dark: #f5edde;
  --parchment:  #ede0c4;
  --gold:       #b8860b;
  --gold-light: #d4a017;
  --gold-pale:  #f5e6c0;
  --brown:      #5c3d1e;
  --brown-light:#8b6340;
  --olive:      #6b7c4f;
  --charcoal:   #2c2418;
  --text:       #3d2b1a;
  --text-muted: #7a6152;
  --border:     #d9c9a8;
  --shadow:     rgba(92, 61, 30, 0.12);
  --gold-shadow: rgba(184, 134, 11, 0.2);
}

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Lato', Georgia, serif;
  background-color: var(--cream);
  color: var(--text);
  line-height: 1.7;
  font-size: 16px;
}

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

a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover { color: var(--brown); }

/* ─── TYPOGRAPHY ─── */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  color: var(--charcoal);
  line-height: 1.25;
  letter-spacing: 0.01em;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.5rem); }

p { margin-bottom: 1rem; }

.serif { font-family: 'Playfair Display', Georgia, serif; }
.italic { font-style: italic; }

/* ─── LAYOUT ─── */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 5rem 0;
}

.section-sm {
  padding: 3rem 0;
}

/* ─── NAVIGATION ─── */
.nav {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
  background: rgba(253, 248, 240, 0.96);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.nav-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.nav-brand-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--charcoal);
  letter-spacing: 0.04em;
  line-height: 1;
}

.nav-brand-verse {
  font-size: 0.65rem;
  color: var(--gold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-style: italic;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  color: var(--text-muted);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--charcoal);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* ─── HERO ─── */
.hero {
  background: linear-gradient(165deg, #fdf8f0 0%, #f5edde 40%, #ede0c4 100%);
  min-height: 92vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 80%, rgba(184, 134, 11, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 85% 20%, rgba(107, 124, 79, 0.06) 0%, transparent 40%);
  pointer-events: none;
}

/* Decorative olive branch pattern */
.hero::after {
  content: '';
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  max-width: 600px;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Cellipse cx='200' cy='200' rx='180' ry='180' fill='none' stroke='%23d4a017' stroke-width='0.5' stroke-dasharray='4 8' opacity='0.3'/%3E%3Cellipse cx='200' cy='200' rx='140' ry='140' fill='none' stroke='%23b8860b' stroke-width='0.5' opacity='0.2'/%3E%3Ccircle cx='200' cy='200' r='6' fill='%23d4a017' opacity='0.4'/%3E%3Cpath d='M200 60 C180 90 160 100 150 130 C140 160 155 180 170 190 C185 200 200 195 215 185 C230 175 240 155 235 130 C228 105 210 90 200 60Z' fill='%236b7c4f' opacity='0.12'/%3E%3Cpath d='M200 340 C220 310 240 300 250 270 C260 240 245 220 230 210 C215 200 200 205 185 215 C170 225 160 245 165 270 C172 295 190 310 200 340Z' fill='%236b7c4f' opacity='0.12'/%3E%3Cpath d='M60 200 C90 180 100 160 130 150 C160 140 180 155 190 170 C200 185 195 200 185 215 C175 230 155 240 130 235 C105 228 90 210 60 200Z' fill='%236b7c4f' opacity='0.12'/%3E%3Cpath d='M340 200 C310 220 300 240 270 250 C240 260 220 245 210 230 C200 215 205 200 215 185 C225 170 245 160 270 165 C295 172 310 190 340 200Z' fill='%236b7c4f' opacity='0.12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.8;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.hero-eyebrow::before,
.hero-eyebrow::after {
  content: '✦';
  font-size: 0.5rem;
}

.hero-title {
  margin-bottom: 1.5rem;
}

.hero-title .line2 {
  display: block;
  color: var(--gold);
  font-style: italic;
}

.hero-verse {
  font-size: 1rem;
  color: var(--text-muted);
  font-style: italic;
  margin-bottom: 2.5rem;
  padding-left: 1.25rem;
  border-left: 3px solid var(--gold-light);
  line-height: 1.6;
}

.hero-verse cite {
  display: block;
  font-size: 0.8rem;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 0.5rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  font-family: 'Lato', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-primary {
  background: var(--gold);
  color: var(--cream);
  box-shadow: 0 4px 16px var(--gold-shadow);
}

.btn-primary:hover {
  background: var(--brown);
  color: var(--cream);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(92, 61, 30, 0.25);
}

.btn-outline {
  background: transparent;
  color: var(--brown);
  border: 1.5px solid var(--brown-light);
}

.btn-outline:hover {
  background: var(--cream-dark);
  color: var(--charcoal);
  border-color: var(--gold);
  transform: translateY(-2px);
}

/* ─── SECTION TITLES ─── */
.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-header .eyebrow {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.section-header h2 {
  margin-bottom: 1rem;
}

.section-header p {
  color: var(--text-muted);
  max-width: 500px;
  margin: 0 auto;
  font-size: 1.05rem;
}

.divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
  margin: 1rem 0 0;
}

.divider::before, .divider::after {
  content: '';
  height: 1px;
  width: 40px;
  background: var(--border);
}

.divider-icon {
  color: var(--gold-light);
  font-size: 0.7rem;
}

/* ─── PRODUCT CARDS ─── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.product-card {
  background: white;
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px var(--shadow);
}

.product-image {
  background: var(--cream-dark);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.product-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(237, 224, 196, 0.3) 100%);
  pointer-events: none;
}

/* Individual product illustration styles */
.product-illustration {
  width: 75%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--gold);
  color: var(--cream);
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.3rem 0.65rem;
  font-weight: 700;
  z-index: 2;
}

.product-body {
  padding: 1.5rem;
  border-top: 1px solid var(--parchment);
}

.product-category {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.product-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.product-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-price {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  color: var(--brown);
  font-weight: 700;
}

.btn-sm {
  padding: 0.55rem 1.2rem;
  font-size: 0.75rem;
}

/* ─── STORY / ABOUT STRIP ─── */
.story-strip {
  background: linear-gradient(135deg, var(--charcoal) 0%, #3d2b1a 100%);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.story-strip::before {
  content: '"';
  position: absolute;
  top: -2rem;
  left: 1.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 18rem;
  color: rgba(212, 160, 23, 0.07);
  line-height: 1;
  pointer-events: none;
}

.story-strip .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.story-strip h2 {
  color: var(--gold-pale);
}

.story-strip p {
  color: rgba(253, 248, 240, 0.8);
  font-size: 1.05rem;
  line-height: 1.8;
}

.story-strip .btn-outline {
  color: var(--gold-pale);
  border-color: rgba(212, 160, 23, 0.5);
}

.story-strip .btn-outline:hover {
  background: rgba(212, 160, 23, 0.15);
  color: var(--cream);
  border-color: var(--gold-light);
}

.story-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-ornament-inner {
  width: 280px;
  height: 280px;
  border: 1px solid rgba(184, 134, 11, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.story-ornament-inner::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(184, 134, 11, 0.2);
  border-radius: 50%;
}

.story-cross {
  font-size: 4rem;
  color: var(--gold-light);
  opacity: 0.7;
}

/* ─── VALUES / FEATURES ─── */
.values {
  background: var(--cream-dark);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  text-align: center;
}

.value-item {
  padding: 2rem 1.5rem;
}

.value-icon {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.value-item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: var(--charcoal);
}

.value-item p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ─── VERSE BANNER ─── */
.verse-banner {
  background: var(--gold-pale);
  border-top: 1px solid var(--parchment);
  border-bottom: 1px solid var(--parchment);
  text-align: center;
  padding: 3.5rem 1.5rem;
}

.verse-banner blockquote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-style: italic;
  color: var(--charcoal);
  max-width: 700px;
  margin: 0 auto 1rem;
  line-height: 1.5;
}

.verse-banner cite {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-style: normal;
  font-weight: 700;
}

/* ─── ABOUT PAGE ─── */
.about-hero {
  background: linear-gradient(165deg, #fdf8f0 0%, #f0e8d4 100%);
  padding: 6rem 0 4rem;
  text-align: center;
}

.about-hero .eyebrow {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 1rem;
}

.about-prose {
  max-width: 700px;
  margin: 0 auto;
}

.about-prose p {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.9;
}

.about-prose .lead {
  font-size: 1.2rem;
  color: var(--text);
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  line-height: 1.7;
}

.about-image-placeholder {
  background: linear-gradient(135deg, var(--parchment), var(--cream-dark));
  border: 1px solid var(--border);
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: var(--gold-light);
  opacity: 0.6;
  margin: 3rem 0;
}

/* ─── CONTACT PAGE ─── */
.contact-section {
  max-width: 640px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--brown-light);
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.85rem 1rem;
  background: white;
  border: 1px solid var(--border);
  color: var(--text);
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  appearance: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--gold-light);
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.1);
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.form-note {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 1rem;
  text-align: center;
  font-style: italic;
}

/* ─── SHOP PAGE EXTRAS ─── */
.shop-hero {
  background: linear-gradient(165deg, #fdf8f0 0%, #f0e8d4 100%);
  padding: 5rem 0 3rem;
  text-align: center;
}

.shop-filters {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.filter-btn {
  padding: 0.5rem 1.25rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1.5px solid var(--border);
  background: white;
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: 'Lato', sans-serif;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--gold);
  border-color: var(--gold);
  color: white;
}

/* ─── FOOTER ─── */
.footer {
  background: var(--charcoal);
  color: rgba(253, 248, 240, 0.7);
  padding: 4rem 0 2rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-brand-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold-pale);
  margin-bottom: 0.25rem;
}

.footer-brand-verse {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-style: italic;
  margin-bottom: 1rem;
}

.footer-about {
  font-size: 0.88rem;
  line-height: 1.8;
  color: rgba(253, 248, 240, 0.55);
}

.footer-col h4 {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 0.6rem;
}

.footer-col a {
  color: rgba(253, 248, 240, 0.55);
  font-size: 0.88rem;
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: var(--gold-pale);
}

.footer-bottom {
  border-top: 1px solid rgba(212, 160, 23, 0.15);
  padding-top: 2rem;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(253, 248, 240, 0.35);
}

.footer-bottom a {
  color: rgba(184, 134, 11, 0.6);
}

/* ─── SVG ILLUSTRATIONS ─── */
.illus-bookmark {
  width: 60%;
  max-width: 140px;
}

/* ─── ANIMATIONS ─── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.fade-up {
  animation: fadeUp 0.6s ease forwards;
}

.fade-up-delay-1 { animation-delay: 0.1s; opacity: 0; }
.fade-up-delay-2 { animation-delay: 0.2s; opacity: 0; }
.fade-up-delay-3 { animation-delay: 0.3s; opacity: 0; }

/* ─── ALERTS ─── */
.alert {
  padding: 1rem 1.25rem;
  border-left: 3px solid var(--gold);
  background: var(--gold-pale);
  color: var(--brown);
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

/* ─── HERO DESC ─── */
.hero-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 540px;
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* ─── OFFER STRIP ─── */
.offer-strip {
  background: var(--charcoal);
  padding: 1rem 0;
  border-top: 1px solid rgba(212,160,23,0.15);
}

.offer-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.offer-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(253,248,240,0.75);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.offer-icon {
  font-size: 1.1rem;
}

.offer-sep {
  color: rgba(212,160,23,0.3);
  font-size: 1.2rem;
}

/* ─── 4-COL VALUES GRID ─── */
.values-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

/* ─── PRODUCT TAGLINE ─── */
.product-tagline {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 1.2rem;
  font-style: italic;
}

/* ─── DIGITAL MOCKUP ─── */
.digital-mockup-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.digital-mockup {
  width: 160px;
  height: 160px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 8px 24px rgba(92,61,30,0.15);
}

.digital-mockup-icon {
  font-size: 4rem;
  line-height: 1;
}

/* Product-specific mockup colors */
.digital-mockup--bookmarks {
  background: linear-gradient(135deg, #f5e6c0 0%, #ede0c4 100%);
  border: 2px solid rgba(184,134,11,0.3);
}

.digital-mockup--wallpapers {
  background: linear-gradient(135deg, #2c2418 0%, #3d2b1a 100%);
  border: 2px solid rgba(212,160,23,0.4);
}

.digital-mockup--devotional {
  background: linear-gradient(135deg, #e8f0e0 0%, #d4e4c4 100%);
  border: 2px solid rgba(107,124,79,0.4);
}

.digital-mockup--bible-study {
  background: linear-gradient(135deg, #fdf8f0 0%, #f0e8d4 100%);
  border: 2px solid rgba(92,61,30,0.25);
}

/* ─── INSTANT BADGE ─── */
.instant-badge {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--charcoal);
  color: var(--gold-pale);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 2px;
  white-space: nowrap;
  z-index: 2;
}

/* ─── PURCHASE INFO ─── */
.purchase-info {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: var(--gold-pale);
  border: 1px solid var(--parchment);
  padding: 1.25rem 1.5rem;
  margin-top: 3rem;
  border-radius: 4px;
}

.purchase-info-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.purchase-info-text {
  font-size: 0.9rem;
  color: var(--brown);
  line-height: 1.6;
}

/* ─── DOWNLOAD PAGE ─── */
.download-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 24px var(--shadow);
}

.download-card-header {
  background: linear-gradient(135deg, var(--charcoal) 0%, #3d2b1a 100%);
  color: var(--cream);
  padding: 2rem 2.5rem;
  text-align: center;
}

.download-card-header h2 {
  color: var(--gold-pale);
  margin-bottom: 0.5rem;
}

.download-card-header p {
  color: rgba(253,248,240,0.7);
  font-size: 0.95rem;
  margin: 0;
}

.download-steps {
  background: var(--cream-dark);
  padding: 1.75rem 2.5rem;
  border-top: 1px solid var(--border);
}

.download-steps h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: var(--charcoal);
}

.download-steps ol {
  padding-left: 1.5rem;
}

.download-steps li {
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--border);
    box-shadow: 0 8px 24px var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    display: block;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--border);
  }

  .nav-toggle {
    display: flex;
  }

  .hero::after {
    display: none;
  }

  .hero-content {
    max-width: 100%;
  }

  .story-strip .container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .story-ornament {
    display: none;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .values-grid--4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .offer-strip-inner {
    gap: 0.75rem;
    font-size: 0.8rem;
  }

  .offer-sep {
    display: none;
  }

  .purchase-info {
    flex-direction: column;
    gap: 0.75rem;
  }

  .download-card-header,
  .download-steps {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .values-grid--4 {
    grid-template-columns: 1fr;
  }
}
