/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #FDFAF4;
  --fg: #2C2416;
  --green: #2D5A3D;
  --green-light: #3D7A52;
  --gold: #C8853A;
  --gold-light: #E0A65A;
  --warm-gray: #7A7060;
  --border: #E8E0D0;
  --cream-dark: #F0E8DA;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Source Serif 4', Georgia, serif;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* Nav */
.nav {
  padding: 1.25rem 2rem;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  background: var(--bg);
  z-index: 100;
}
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--green);
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
.nav-brand-icon { flex-shrink: 0; }
.nav-tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm-gray);
}
@media (max-width: 480px) { .nav-tagline { display: none; } }

/* Hero */
.hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 5rem 2rem;
}
.hero-bg-texture {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(45,90,61,0.06) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(200,133,58,0.05) 0%, transparent 50%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  text-align: center;
}
.hero-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.hero-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(3.2rem, 8vw, 6rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--green);
  margin-bottom: 1.75rem;
  letter-spacing: -0.02em;
}
.hero-sub {
  font-size: 1.2rem;
  color: var(--warm-gray);
  max-width: 520px;
  margin: 0 auto 2rem;
  font-weight: 300;
}
.hero-scripture-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(200,133,58,0.4);
  padding: 0.4rem 0.9rem;
  border-radius: 2rem;
}
.hero-cta {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0.85rem 2.2rem;
  background: var(--green);
  color: #F5EEE4;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.25s ease, transform 0.2s ease;
}
.hero-cta:hover { background: var(--green-light); transform: translateY(-1px); }
.hero-ornament {
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.35;
  pointer-events: none;
  display: none;
}
@media (min-width: 900px) {
  .hero-ornament { display: block; }
}

/* Scripture Section */
.scripture-section {
  background: var(--green);
  padding: 5rem 2rem;
}
.scripture-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.scripture-rule {
  width: 40px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 2.5rem;
}
.scripture-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-style: italic;
  color: #F5EEE4;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.scripture-attribution {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 2.5rem;
}
.scripture-manifesto p {
  color: rgba(245,238,228,0.7);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}
.scripture-note {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  color: rgba(245,238,228,0.6);
  font-weight: 300;
  font-style: italic;
  margin-top: 1.5rem;
}

/* Products */
.products {
  padding: 6rem 2rem;
  background: #F7F2E8;
  border-top: 1px solid var(--border);
}
.products-inner { max-width: 1100px; margin: 0 auto; }
.products-header {
  margin-bottom: 3.5rem;
  text-align: center;
}
.products-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}
.products-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
.products-sub {
  color: var(--warm-gray);
  font-size: 1.05rem;
  font-weight: 300;
  max-width: 480px;
  margin: 0 auto;
}
.products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .products-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Product Card */
.product-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.25s ease;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  box-shadow: 0 12px 40px rgba(45,90,61,0.10);
  transform: translateY(-3px);
}
.product-card-featured { border-color: rgba(45,90,61,0.2); position: relative; }

.product-image-wrap {
  background: #EDE8DC;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.product-card:hover .product-image { transform: scale(1.03); }

.product-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: var(--green);
  color: #F5EEE4;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.65rem;
  border-radius: 2px;
}

.product-body { padding: 1.75rem; flex: 1; display: flex; flex-direction: column; }
.product-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--green);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.product-subtitle {
  font-size: 0.95rem;
  font-weight: 400;
  font-style: italic;
  color: var(--warm-gray);
}
.product-desc {
  color: var(--warm-gray);
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0.75rem;
  flex: 1;
}
.product-phrases {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  color: var(--warm-gray);
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
}
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.product-price {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--green);
}
.product-btn {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  background: var(--green);
  color: #F5EEE4;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s ease;
}
.product-btn:hover { background: var(--green-light); }

.products-cta {
  text-align: center;
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid var(--border);
}
.products-cta-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  color: var(--warm-gray);
  margin-bottom: 1rem;
}
.shop-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--green);
  text-decoration: none;
  border-bottom: 1px solid rgba(45,90,61,0.3);
  padding-bottom: 1px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.shop-link:hover { color: var(--green-light); border-color: var(--green-light); }

/* Closing */
.closing {
  padding: 7rem 2rem;
  text-align: center;
  background: var(--bg);
}
.closing-inner { max-width: 700px; margin: 0 auto; }
.closing-rule {
  width: 40px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 3.5rem;
}
.closing-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 700;
  color: var(--green);
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.closing-sub {
  font-size: 1.1rem;
  color: var(--warm-gray);
  font-weight: 300;
  margin-bottom: 2.5rem;
}
.closing-scripture {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--warm-gray);
  font-style: italic;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Footer */
.footer {
  background: var(--green);
  padding: 3rem 2rem;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-align: center;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #F5EEE4;
  margin-bottom: 0.4rem;
}
.footer-tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245,238,228,0.5);
}
.footer-copy {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  color: rgba(245,238,228,0.35);
  margin-top: 0.5rem;
}
.footer-payhip-link {
  color: rgba(245,238,228,0.6);
  text-decoration: none;
  border-bottom: 1px solid rgba(245,238,228,0.25);
  padding-bottom: 1px;
  transition: color 0.2s ease;
}
.footer-payhip-link:hover { color: #F5EEE4; }

/* Mobile */
@media (max-width: 640px) {
  .hero { min-height: 80vh; padding: 4rem 1.5rem; }
  .scripture-section { padding: 4rem 1.5rem; }
  .products { padding: 4rem 1.5rem; }
  .closing { padding: 5rem 1.5rem; }
  .footer { padding: 2.5rem 1.5rem; }
}