/* Faith & Gems — warm luxury aesthetic */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=DM+Sans:wght@300;400;500&display=swap');

:root {
  --cream: #faf8f4;
  --cream-dark: #f2ede4;
  --charcoal: #1c1917;
  --warm-gray: #78716c;
  --gold: #b8922a;
  --gold-light: #d4a843;
  --gold-pale: #f5eed8;
  --white: #ffffff;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ─── Navigation ───────────────────────────────── */
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 5%;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--charcoal);
  text-decoration: none;
  text-transform: uppercase;
}

.nav-logo span { color: var(--gold); }

.nav-link {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--warm-gray);
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav-link:hover { color: var(--charcoal); }

/* ─── Hero ─────────────────────────────────────── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 5% 6rem;
  min-height: 88vh;
}

.hero-content { max-width: 520px; }

.hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}

.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 500;
  line-height: 1.15;
  color: var(--charcoal);
  margin-bottom: 1.5rem;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold);
}

.hero-sub {
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--warm-gray);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

/* ─── Form ─────────────────────────────────────── */
.signup-form {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.signup-form input {
  width: 100%;
  padding: 0.875rem 1.25rem;
  border: 1.5px solid var(--cream-dark);
  border-radius: 4px;
  background: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  color: var(--charcoal);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
}

.signup-form input::placeholder { color: #aaa; }

.signup-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 146, 42, 0.12);
}

.signup-form button {
  padding: 0.95rem 1.5rem;
  background: var(--charcoal);
  color: var(--cream);
  border: none;
  border-radius: 4px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.15s ease;
}

.signup-form button:hover { background: var(--gold); }
.signup-form button:active { transform: scale(0.98); }

.form-success {
  display: none;
  padding: 1rem;
  background: var(--gold-pale);
  border: 1px solid rgba(184, 146, 42, 0.3);
  border-radius: 4px;
  text-align: center;
  color: var(--charcoal);
  font-size: 0.9rem;
}

.form-success.show { display: block; }

.form-error {
  display: none;
  color: #c0392b;
  font-size: 0.8rem;
  padding: 0.25rem 0;
}

.form-error.show { display: block; }

/* ─── Hero Image ───────────────────────────────── */
.hero-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image img {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 24px 64px rgba(28, 25, 23, 0.15);
  object-fit: cover;
  aspect-ratio: 4/5;
}

.hero-image::before {
  content: '';
  position: absolute;
  inset: -1.5rem;
  border: 1px solid rgba(184, 146, 42, 0.25);
  border-radius: 8px;
  z-index: -1;
}

/* ─── Value Props ──────────────────────────────── */
.value-props {
  padding: 5rem 5%;
  background: var(--white);
  border-top: 1px solid var(--cream-dark);
  border-bottom: 1px solid var(--cream-dark);
}

.value-props-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.prop { text-align: center; }

.prop-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-pale);
  border-radius: 50%;
}

.prop-icon svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.prop h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  color: var(--charcoal);
}

.prop p {
  font-size: 0.9rem;
  color: var(--warm-gray);
  line-height: 1.65;
  max-width: 280px;
  margin: 0 auto;
}

/* ─── Products ─────────────────────────────────── */
.products {
  padding: 6rem 5%;
  background: var(--cream);
}

.products-inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.section-eyebrow {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.products h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 3.5rem;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.product-card {
  border-radius: 6px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 4px 24px rgba(28, 25, 23, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(28, 25, 23, 0.12);
}

.product-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.product-card-body {
  padding: 1.25rem;
}

.product-card-label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}

.product-card-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--charcoal);
}

/* ─── Social Proof ─────────────────────────────── */
.social-proof {
  padding: 5rem 5%;
  background: var(--charcoal);
}

.social-proof-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.social-proof h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 3rem;
  font-style: italic;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.testimonial {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 1.75rem;
  text-align: left;
}

.testimonial-stars {
  color: var(--gold-light);
  font-size: 0.85rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.testimonial p {
  font-size: 0.9rem;
  color: rgba(250, 248, 244, 0.8);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 1.25rem;
}

.testimonial-author {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(250, 248, 244, 0.45);
}

/* ─── CTA Banner ───────────────────────────────── */
.cta-banner {
  padding: 6rem 5%;
  background: var(--gold-pale);
  text-align: center;
  border-top: 1px solid rgba(184, 146, 42, 0.2);
}

.cta-banner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 0.75rem;
}

.cta-banner p {
  color: var(--warm-gray);
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

/* ─── Footer ──────────────────────────────────── */
footer {
  padding: 2.5rem 5%;
  background: var(--charcoal);
  text-align: center;
}

footer p {
  font-size: 0.8rem;
  color: rgba(250, 248, 244, 0.4);
  letter-spacing: 0.05em;
}

footer a {
  color: rgba(250, 248, 244, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}

footer a:hover { color: var(--gold-light); }

/* ─── Responsive ──────────────────────────────── */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 2rem 5% 4rem;
    min-height: auto;
    gap: 2.5rem;
  }
  .hero-content { max-width: 100%; }
  .hero-image { order: -1; }
  .hero-image img { max-width: 340px; margin: 0 auto; }
  .value-props-inner { grid-template-columns: 1fr; gap: 2rem; }
  .products-grid { grid-template-columns: 1fr; }
  .testimonials { grid-template-columns: 1fr; }
}