@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --gold: #C4956A;
  --gold-light: #E8CEAD;
  --gold-dark: #8B5E3C;
  --blush: #F5EEF0;
  --blush-deep: #E8D4DA;
  --cream: #FBF8FA;
  --warm-brown: #6B1F3A;
  --rose: #C2547A;
  --text: #2E0D1E;
  --text-muted: #7A4D62;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--cream); color: var(--text); overflow-x: hidden; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 22px 48px;
  display: flex; justify-content: space-between; align-items: center;
  transition: all 0.35s ease;
}
nav.scrolled {
  background: rgba(44,26,16,0.96);
  backdrop-filter: blur(14px);
  padding: 14px 48px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.25);
}
nav.dark { background: rgba(44,26,16,0.96); backdrop-filter: blur(14px); }
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 300; letter-spacing: 2.5px;
  color: var(--gold-light); text-decoration: none;
  display: flex; flex-direction: column; line-height: 1.1;
}
.nav-logo span { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: rgba(232,213,176,0.55); font-family: 'Jost', sans-serif; font-weight: 300; }
.nav-links { display: flex; gap: 36px; list-style: none; align-items: center; }
.nav-links a {
  font-size: 10px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(250,246,241,0.65); text-decoration: none; transition: color 0.3s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
.nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #FAF6F1 !important; padding: 9px 22px !important;
  font-size: 10px !important; letter-spacing: 2px !important;
  transition: all 0.3s ease !important;
}
.nav-cta:hover { box-shadow: 0 6px 20px rgba(201,169,110,0.4); transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 1px; background: var(--gold-light); transition: all 0.3s; }
.mobile-menu {
  display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(44,26,16,0.98); z-index: 99;
  flex-direction: column; align-items: center; justify-content: center; gap: 36px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; color: var(--cream); text-decoration: none; letter-spacing: 2px; }
.mobile-menu a:hover { color: var(--gold-light); }
.mobile-close { position: absolute; top: 24px; right: 28px; background: none; border: none; color: var(--gold-light); font-size: 28px; cursor: pointer; }

/* ── TYPOGRAPHY ── */
.section-label {
  font-size: 10px; font-weight: 500; letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px; display: block;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 4.5vw, 56px); font-weight: 300; line-height: 1.12;
  color: var(--warm-brown); margin-bottom: 20px;
}
.section-title em { font-style: italic; color: var(--rose); }
.section-sub { font-size: 15px; font-weight: 300; line-height: 1.8; color: var(--text-muted); }

/* ── BUTTONS ── */
.btn {
  display: inline-block; text-decoration: none; font-family: 'Jost', sans-serif;
  font-size: 11px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase;
  padding: 15px 36px; cursor: pointer; border: none; transition: all 0.3s ease;
}
.btn-primary { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #FAF6F1; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(201,169,110,0.4); }
.btn-ghost { background: transparent; color: var(--gold); border: 1px solid var(--gold); }
.btn-ghost:hover { background: rgba(201,169,110,0.08); }
.btn-dark { background: var(--warm-brown); color: var(--cream); }
.btn-dark:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(44,26,16,0.3); }

/* ── PAYPAL BUTTON ── */
.paypal-btn {
  display: block; width: 100%; padding: 15px 24px; text-align: center;
  font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 500;
  letter-spacing: 2.5px; text-transform: uppercase; text-decoration: none;
  cursor: pointer; border: none; transition: all 0.3s ease;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #FAF6F1;
}
.paypal-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(201,169,110,0.4); }
.paypal-btn.dark { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--warm-brown); }
.paypal-note { text-align: center; margin-top: 8px; font-size: 11px; color: var(--text-muted); }

/* ── DIVIDERS ── */
.ornamental { text-align: center; padding: 16px 0; color: var(--gold-light); font-size: 18px; letter-spacing: 14px; }
.section-line { width: 60px; height: 1px; background: var(--gold); margin: 20px auto 0; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  min-height: 44vh; display: flex; align-items: flex-end;
  background: linear-gradient(160deg, #2C1A10 0%, #5C3520 45%, #9C6040 100%);
  padding: 80px 48px 60px; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 60% at 70% 50%, rgba(201,169,110,0.15) 0%, transparent 70%);
}
.page-hero-content { position: relative; z-index: 1; max-width: 760px; }
.page-hero .section-label { color: rgba(232,213,176,0.6); }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(44px, 6vw, 80px); font-weight: 300; color: var(--cream); line-height: 1.05; }
.page-hero h1 em { font-style: italic; color: var(--gold-light); }
.page-hero p { font-size: 16px; font-weight: 300; color: rgba(250,246,241,0.65); margin-top: 16px; max-width: 520px; line-height: 1.75; }

/* ── CARDS ── */
.card {
  background: #FAF6F1; border: 1px solid var(--blush-deep); padding: 40px 32px;
  position: relative; transition: all 0.35s ease; overflow: hidden;
}
.card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--rose));
  transform: scaleX(0); transition: transform 0.35s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(60,30,15,0.1); }
.card:hover::before { transform: scaleX(1); }
.card.featured {
  background: linear-gradient(160deg, var(--warm-brown), #5C3520);
  border-color: transparent; color: var(--cream);
}
.card.featured::before { transform: scaleX(1); }

/* ── FOOTER ── */
footer {
  background: var(--warm-brown); color: rgba(250,246,241,0.5);
  padding: 64px 48px 40px;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
  max-width: 1080px; margin: 0 auto 48px; padding-bottom: 48px;
  border-bottom: 1px solid rgba(250,246,241,0.08);
}
.footer-brand .footer-logo {
  font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300;
  color: var(--gold-light); display: block; margin-bottom: 6px; letter-spacing: 1px;
}
.footer-brand .footer-tagline { font-size: 11px; color: rgba(232,213,176,0.45); letter-spacing: 2px; margin-bottom: 18px; display: block; text-transform: uppercase; }
.footer-brand p { font-size: 13px; font-weight: 300; line-height: 1.8; max-width: 280px; }
.footer-col h5 { font-size: 10px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 20px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a { font-size: 13px; font-weight: 300; color: rgba(250,246,241,0.45); text-decoration: none; transition: color 0.3s; }
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-bottom { text-align: center; font-size: 11px; letter-spacing: 0.5px; max-width: 1080px; margin: 0 auto; }
.footer-bottom a { color: var(--gold-light); text-decoration: none; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.anim { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.anim.visible { opacity: 1; transform: translateY(0); }

/* ── UTILITY ── */
section { padding: 96px 48px; }
.container { max-width: 1080px; margin: 0 auto; }
.text-center { text-align: center; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  section { padding: 72px 24px; }
  nav { padding: 18px 24px; }
  nav.scrolled { padding: 12px 24px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .grid-2 { grid-template-columns: 1fr; gap: 40px; }
  .grid-3 { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .page-hero { padding: 80px 24px 48px; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
}
