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

:root {
  --charcoal: #2a2a2a;
  --dark-grey: #333333;
  --mid-grey: #4a4a4a;
  --light-grey: #8a8a8a;
  --off-white: #f0ece4;
  --gold: #c9a84c;
  --gold-light: #d4b95e;
  --gold-glow: rgba(201, 168, 76, 0.15);
  --matte-strip: #3d3d3d;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--charcoal); color: var(--off-white); font-family: 'Lora', Georgia, serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }

/* ── NAV ── */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; justify-content: space-between; align-items: center; padding: 24px 48px; background: linear-gradient(180deg, rgba(42,42,42,0.95) 0%, rgba(42,42,42,0) 100%); transition: background 0.4s; }
nav.scrolled { background: rgba(42,42,42,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(201,168,76,0.1); }
.nav-logo { display: flex; align-items: center; }
.nav-logo a { display: flex; align-items: center; }
.nav-logo img { height: 14px; width: auto; max-width: 160px; }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a { font-family: 'Josefin Sans', sans-serif; font-weight: 300; font-size: 0.75rem; letter-spacing: 3px; text-transform: uppercase; color: var(--off-white); position: relative; transition: color 0.3s; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--gold); transition: width 0.3s; }
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }
.nav-links a.active { color: var(--gold); }
.nav-links a.active::after { width: 100%; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 24px; height: 1px; background: var(--gold); margin: 6px 0; transition: all 0.3s; }

/* ── SHARED COMPONENTS ── */
.section-label { font-family: 'Josefin Sans', sans-serif; font-weight: 300; font-size: 0.7rem; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.section-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(32px, 4vw, 48px); color: var(--off-white); }
.section-header { text-align: center; margin-bottom: 64px; }
.matte-divider { width: 100%; height: 60px; background: var(--matte-strip); display: flex; align-items: center; justify-content: center; border-top: 1px solid rgba(201,168,76,0.15); border-bottom: 1px solid rgba(201,168,76,0.15); }
.matte-divider span { font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; letter-spacing: 6px; text-transform: uppercase; color: var(--gold); }
.gold-strip { width: 280px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 16px auto; }

/* ── Buttons ── */
.btn-gold { display: inline-block; font-family: 'Josefin Sans', sans-serif; font-weight: 400; font-size: 0.75rem; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold); padding: 16px 48px; transition: all 0.4s; cursor: pointer; background: transparent; }
.btn-gold:hover { background: var(--gold); color: var(--charcoal); box-shadow: 0 0 40px rgba(201,168,76,0.2); }
.btn-gold-solid { display: inline-block; font-family: 'Josefin Sans', sans-serif; font-weight: 600; font-size: 0.75rem; letter-spacing: 4px; text-transform: uppercase; color: var(--charcoal); background: var(--gold); border: 1px solid var(--gold); padding: 16px 48px; transition: all 0.4s; cursor: pointer; }
.btn-gold-solid:hover { background: var(--gold-light); box-shadow: 0 0 40px rgba(201,168,76,0.2); }
.text-link { font-family: 'Josefin Sans', sans-serif; font-size: 0.7rem; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); padding-bottom: 4px; border-bottom: 1px solid rgba(201,168,76,0.3); transition: border-color 0.3s; }
.text-link:hover { border-color: var(--gold); }

/* ── Placeholder ── */
.placeholder { width: 100%; height: 100%; background: linear-gradient(145deg, var(--dark-grey), var(--mid-grey)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.placeholder-icon { width: 48px; height: 48px; border: 1px solid var(--light-grey); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--light-grey); font-size: 1.2rem; }
.placeholder-text { font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase; color: var(--light-grey); }

/* ── Newsletter ── */
.newsletter-section { padding: 100px 48px; text-align: center; position: relative; background: var(--matte-strip); border-top: 1px solid rgba(201,168,76,0.1); border-bottom: 1px solid rgba(201,168,76,0.1); }
.newsletter-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, var(--gold-glow) 0%, transparent 70%); pointer-events: none; }
.newsletter-section h2 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-style: italic; font-size: clamp(28px, 4vw, 44px); color: var(--off-white); margin-bottom: 16px; position: relative; }
.newsletter-section p { font-family: 'Lora', serif; font-size: 0.95rem; color: var(--light-grey); margin-bottom: 40px; max-width: 500px; margin-left: auto; margin-right: auto; line-height: 1.7; position: relative; }
.email-form { display: flex; gap: 0; max-width: 480px; margin: 0 auto; position: relative; }
.email-form input { flex: 1; padding: 16px 24px; font-family: 'Lora', serif; font-size: 0.9rem; background: var(--charcoal); border: 1px solid rgba(201,168,76,0.3); border-right: none; color: var(--off-white); outline: none; transition: border-color 0.3s; }
.email-form input::placeholder { color: var(--light-grey); }
.email-form input:focus { border-color: var(--gold); }
.email-form button { padding: 16px 32px; font-family: 'Josefin Sans', sans-serif; font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; background: var(--gold); color: var(--charcoal); border: 1px solid var(--gold); cursor: pointer; transition: all 0.3s; font-weight: 600; }
.email-form button:hover { background: var(--gold-light); box-shadow: 0 0 30px rgba(201,168,76,0.2); }
.form-msg { font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; letter-spacing: 2px; color: var(--gold); margin-top: 16px; position: relative; display: none; }
.form-msg.show { display: block; }

/* ── Footer ── */
footer { padding: 48px; text-align: center; border-top: 1px solid rgba(201,168,76,0.1); }
.footer-logo { margin-bottom: 12px; text-align: center; }
.footer-logo img { height: 40px; width: auto; max-width: 120px; display: inline-block; }
.footer-name { margin-bottom: 20px; text-align: center; }
.footer-name img { height: auto; width: 140px; max-width: 140px; display: inline-block; }
.footer-links { display: flex; justify-content: center; gap: 32px; list-style: none; margin-bottom: 24px; }
.footer-links a { font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase; color: var(--light-grey); transition: color 0.3s; }
.footer-links a:hover { color: var(--gold); }
.footer-contact { font-family: 'Lora', serif; font-size: 0.85rem; color: var(--light-grey); margin-bottom: 6px; }
.footer-contact a { color: var(--light-grey); transition: color 0.3s; }
.footer-contact a:hover { color: var(--gold); }
.footer-social { margin-bottom: 16px; }
.footer-social a { font-family: 'Josefin Sans', sans-serif; font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase; color: var(--light-grey); transition: color 0.3s; margin: 0 12px; }
.footer-social a:hover { color: var(--gold); }
.footer-copy { font-family: 'Josefin Sans', sans-serif; font-size: 0.6rem; letter-spacing: 2px; color: rgba(138,138,138,0.5); margin-top: 32px; }

/* ── Animations ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes pulse { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s, transform 0.8s cubic-bezier(0.25, 0, 0.25, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── Page Header (inner pages) ── */
.page-header { padding: 160px 48px 80px; text-align: center; position: relative; }
.page-header::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 40%, rgba(201,168,76,0.04) 0%, transparent 50%), radial-gradient(ellipse at 70% 60%, rgba(201,168,76,0.03) 0%, transparent 50%); pointer-events: none; }
.page-header .section-label { margin-bottom: 12px; position: relative; }
.page-header .section-title { position: relative; margin-bottom: 16px; }
.page-header .page-desc { font-family: 'Lora', serif; font-size: 0.95rem; color: var(--light-grey); line-height: 1.7; max-width: 560px; margin: 0 auto; position: relative; }

/* ── Mobile ── */
@media (max-width: 768px) {
  nav { padding: 16px 24px; }
  .nav-links { gap: 20px; }
  .nav-links a { font-size: 0.65rem; letter-spacing: 2px; }
  .newsletter-section { padding: 60px 24px; }
  .email-form { flex-direction: column; }
  .email-form input { border-right: 1px solid rgba(201,168,76,0.3); }
  .page-header { padding: 120px 24px 60px; }
}
@media (max-width: 480px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(42,42,42,0.98); padding: 24px; gap: 20px; border-bottom: 1px solid rgba(201,168,76,0.1); }
}
