/* ============================================================
   Wonderland Flowers — Shared page styles for /pages/*
   Used by blog, weddings, gift-cards, press-wholesale.
   ============================================================ */

:root {
  --bg-cream: #fbf6e9;
  --bg-paper: #ffffff;
  --bg-blush: #fdf1ec;
  --bg-deep: #15110d;
  --bg-soft: #1c1814;
  --green-deep: #1f3a26;
  --green-mid: #3a5b41;
  --emerald: #2f5d4a;
  --gold: #d6ad5b;
  --gold-bright: #f3cc6f;
  --gold-glow: #fde6a8;
  --champagne: #f5e3b8;
  --rose: #e87a8b;
  --rose-deep: #c95068;
  --blush: #ffd8df;
  --slate: #5e564a;
  --muted: #9c958a;
  --charcoal: #2c2a26;
}

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

body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: var(--bg-cream);
  color: var(--charcoal);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  line-height: 1.15;
  color: var(--green-deep);
}

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

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ============ TOP BAR ============ */
.topbar {
  background: var(--green-deep);
  color: var(--gold-glow);
  padding: 10px 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}
.topbar a {
  color: var(--gold-bright);
  font-weight: 600;
}

/* ============ NAV ============ */
nav.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 246, 233, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(31, 58, 38, 0.08);
  padding: 16px 0;
}
nav.site-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  font-family: 'Italiana', serif;
  font-size: 28px;
  color: var(--gold);
  line-height: 1;
}
.brand-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--green-deep);
}
.nav-links {
  display: flex;
  gap: 28px;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
}
.nav-links a:hover { color: var(--rose-deep); }
.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav-actions a.cta {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-glow));
  color: var(--green-deep);
  padding: 11px 22px;
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(243, 204, 111, 0.5);
  transition: transform 0.2s;
}
.nav-actions a.cta:hover { transform: translateY(-2px) scale(1.04); }

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  color: white;
  padding: 100px 0 80px;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31, 58, 38, 0.85), rgba(31, 58, 38, 0.55));
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--gold-glow);
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hero-eyebrow::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold-glow);
}
.hero h1 {
  color: white;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}
.hero h1 em {
  font-style: italic;
  color: var(--gold-bright);
}
.hero p.lede {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.2rem;
  font-family: 'Cormorant Garamond', serif;
  max-width: 620px;
  line-height: 1.5;
}

/* ============ SECTIONS ============ */
section {
  padding: 80px 0;
}
section.alt { background: var(--bg-paper); }
section.dark {
  background: var(--bg-deep);
  color: rgba(255, 255, 255, 0.88);
}
section.dark h2, section.dark h3 { color: var(--gold-bright); }

.section-eyebrow {
  display: block;
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 16px;
}
.section-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 20px;
}
.section-title em {
  font-style: italic;
  color: var(--rose-deep);
}
.section-lede {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  color: var(--slate);
  max-width: 700px;
  margin-bottom: 48px;
  line-height: 1.5;
}

/* ============ CARDS / GRID ============ */
.grid {
  display: grid;
  gap: 32px;
}
.grid.cols-2 { grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); }
.grid.cols-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid.cols-4 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

.card {
  background: var(--bg-paper);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(31, 58, 38, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(31, 58, 38, 0.14);
}
.card-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.card-body { padding: 24px 28px 28px; }
.card-tag {
  display: inline-block;
  background: var(--blush);
  color: var(--rose-deep);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}
.card-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.card-excerpt {
  color: var(--slate);
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 16px;
}
.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.05em;
}
.read-more {
  color: var(--rose-deep);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* ============ ARTICLE (blog post body) ============ */
.article {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 32px 80px;
}
.article-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.article h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 24px;
}
.article-cover {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 18px;
  margin: 32px 0 48px;
}
.article p,
.article ul,
.article ol {
  font-size: 1.075rem;
  line-height: 1.75;
  color: var(--charcoal);
  margin-bottom: 22px;
}
.article ul, .article ol { padding-left: 24px; }
.article h2 {
  font-size: 1.875rem;
  margin: 48px 0 16px;
}
.article h3 {
  font-size: 1.375rem;
  margin: 32px 0 12px;
}
.article blockquote {
  border-left: 4px solid var(--gold);
  padding: 8px 24px;
  margin: 32px 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--slate);
}
.article a {
  color: var(--rose-deep);
  border-bottom: 1px solid var(--rose);
}
.article a:hover { color: var(--green-deep); border-color: var(--green-deep); }

/* ============ BUTTONS ============ */
.btn {
  display: inline-block;
  padding: 16px 34px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  border: none;
  font-family: inherit;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-glow));
  color: var(--green-deep);
  box-shadow: 0 8px 24px rgba(243, 204, 111, 0.45);
}
.btn-gold:hover { transform: translateY(-2px) scale(1.02); }
.btn-rose {
  background: var(--rose-deep);
  color: white;
  box-shadow: 0 8px 24px rgba(201, 80, 104, 0.35);
}
.btn-rose:hover { transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: var(--green-deep);
  border: 1px solid var(--green-deep);
}
.btn-ghost:hover { background: var(--green-deep); color: var(--gold-glow); }

/* ============ FORM ============ */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.form-full { grid-column: 1 / -1; }
.form-row label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--green-deep);
  margin-bottom: 6px;
}
.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid rgba(31, 58, 38, 0.18);
  border-radius: 12px;
  font-family: inherit;
  font-size: 15px;
  background: white;
  color: var(--charcoal);
  transition: border-color 0.2s;
}
.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(214, 173, 91, 0.16);
}
.form-row textarea {
  min-height: 140px;
  resize: vertical;
}

/* ============ CTA BAND ============ */
.cta-band {
  background:
    linear-gradient(135deg, rgba(31, 58, 38, 0.92), rgba(31, 58, 38, 0.85)),
    url('https://images.unsplash.com/photo-1455659817273-f96807779a8a?auto=format&fit=crop&w=2000&q=80') center/cover;
  color: white;
  text-align: center;
  padding: 100px 0;
}
.cta-band h2 {
  color: white;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px;
}
.cta-band p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 36px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.cta-band .btn-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============ FOOTER ============ */
footer.site-footer {
  background: var(--bg-deep);
  color: rgba(255, 255, 255, 0.7);
  padding: 80px 0 32px;
  font-size: 14px;
}
footer.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 48px;
}
footer.site-footer h4 {
  color: var(--gold-bright);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
footer.site-footer ul { list-style: none; }
footer.site-footer ul li { margin-bottom: 10px; }
footer.site-footer ul li a:hover { color: var(--gold-bright); }
footer.site-footer .footer-brand {
  font-family: 'Italiana', serif;
  font-size: 22px;
  color: var(--gold);
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
footer.site-footer .footer-tag {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  line-height: 1.5;
}
footer.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

/* ============ MOBILE ============ */
@media (max-width: 960px) {
  .container { padding: 0 20px; }
  .nav-links { display: none; }
  .hero { min-height: 380px; padding: 70px 0 50px; }
  section { padding: 56px 0; }
  footer.site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  footer.site-footer .footer-grid { grid-template-columns: 1fr; }
}
