/* ─────────────────────────────────────────────────────
   base.css  —  Accoty shared styles
   Nav · Footer · Modal · Buttons · Typography · Animations
───────────────────────────────────────────────────── */

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

:root {
  --ink:        #0d0d0d;
  --cream:      #f5f0e8;
  --cream-dark: #ede5d4;
  --gold:       #b89a5a;
  --gold-light: #d4b87a;
  --gold-pale:  #f0e6cc;
  --charcoal:   #1a1a1a;
  --mid:        #5a5448;
  --light-text: #9a8f7e;
  --white:      #fff;
}

html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 60px;
  transition: background .5s, padding .4s, box-shadow .4s;
}
nav.scrolled {
  background: rgba(245,240,232,.96);
  padding: 18px 60px;
  box-shadow: 0 1px 0 rgba(184,154,90,.2);
  backdrop-filter: blur(12px);
}
.nav-logo { text-decoration: none; display: flex; align-items: center; }
.nav-logo .wm { fill: var(--ink); transition: fill .4s; }
.nav-links { display: flex; gap: 42px; list-style: none; }
.nav-links a {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .72rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  position: relative; transition: color .4s;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
  height: 1px; background: var(--gold);
  transform: scaleX(0); transform-origin: left; transition: transform .35s ease;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); border: 1px solid var(--gold);
  padding: 10px 24px; text-decoration: none;
  transition: background .3s, color .3s;
}
.nav-cta:hover { background: var(--gold); color: var(--white); }

/* nav-dark variant: white text over dark hero, transitions to ink on scroll */
nav.nav-dark .wm                   { fill: #ffffff; }
nav.nav-dark.scrolled .wm          { fill: var(--ink); }
nav.nav-dark .nav-links a          { color: rgba(255,255,255,.85); }
nav.nav-dark.scrolled .nav-links a { color: var(--ink); }
nav.nav-dark .nav-links a:hover    { color: var(--gold-light); }
nav.nav-dark.scrolled .nav-links a:hover { color: var(--gold); }
nav.nav-dark .nav-cta              { color: var(--gold-light); }
nav.nav-dark.scrolled .nav-cta     { color: var(--gold); }

/* ── BUTTONS ── */
.btn-primary {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  background: var(--gold); color: var(--white);
  padding: 18px 38px; text-decoration: none;
  transition: background .3s, transform .2s; display: inline-block;
}
.btn-primary:hover { background: #a08442; transform: translateY(-1px); }

.btn-ghost {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  display: flex; align-items: center; gap: 10px; transition: color .3s;
}
.btn-ghost::after { content: '→'; font-size: .9rem; transition: transform .3s; }
.btn-ghost:hover { color: var(--gold); }
.btn-ghost:hover::after { transform: translateX(4px); }

.btn-ghost-light {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.65); text-decoration: none;
  display: flex; align-items: center; gap: 10px; transition: color .3s;
}
.btn-ghost-light::after { content: '→'; font-size: .9rem; transition: transform .3s; }
.btn-ghost-light:hover { color: var(--gold-light); }
.btn-ghost-light:hover::after { transform: translateX(4px); }

.btn-white {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .7rem; letter-spacing: .2em; text-transform: uppercase;
  background: var(--white); color: var(--gold);
  padding: 18px 36px; text-decoration: none;
  transition: background .3s, transform .2s; display: inline-block; font-weight: 500;
}
.btn-white:hover { background: var(--cream); transform: translateY(-1px); }

.btn-outline-white {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--white); border: 1px solid rgba(255,255,255,.5);
  padding: 17px 32px; text-decoration: none;
  transition: border-color .3s, background .3s; display: inline-block;
}
.btn-outline-white:hover { border-color: var(--white); background: rgba(255,255,255,.1); }

/* ── SHARED SECTION ATOMS ── */
.section-label {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .62rem; letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
  display: flex; align-items: center; gap: 14px;
}
.section-label::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
.section-label.light { color: var(--gold-light); }
.section-label.light::before { background: var(--gold-light); }
.section-label.center { justify-content: center; }
.section-label.center::before { display: none; }

h2.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300; font-size: clamp(2.2rem, 3.5vw, 3.4rem);
  line-height: 1.15; color: var(--ink); margin-bottom: 28px;
}
h2.section-title em { font-style: italic; color: var(--gold); }
h2.section-title.light { color: var(--white); }
h2.section-title.light em { color: var(--gold-light); }

.body-text { font-size: .98rem; line-height: 1.95; color: var(--mid); margin-bottom: 20px; }
.gold-divider { width: 48px; height: 1px; background: var(--gold); margin: 36px 0; }

/* ── CTA SECTION ── */
.cta-section {
  background: var(--gold);
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 460px; overflow: hidden; padding: 0;
}
.cta-left { padding: 100px 80px; display: flex; flex-direction: column; justify-content: center; }
.cta-left h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300; font-size: clamp(2.5rem, 4vw, 4rem);
  color: var(--white); line-height: 1.12; margin-bottom: 28px;
}
.cta-left h2 em { font-style: italic; }
.cta-left p { font-size: .98rem; line-height: 1.9; color: rgba(255,255,255,.8); margin-bottom: 44px; max-width: 400px; }
.cta-actions { display: flex; gap: 24px; align-items: center; }
.cta-right { position: relative; overflow: hidden; background: #a08442; }
.cta-right img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; opacity: .5; filter: grayscale(.3); }
.cta-right::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, var(--gold) 0%, transparent 60%); }
.cta-contact-block { position: absolute; bottom: 60px; right: 60px; z-index: 10; text-align: right; }
.cta-contact-block .label {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .58rem; letter-spacing: .25em; text-transform: uppercase;
  color: rgba(255,255,255,.6); margin-bottom: 8px;
}
.cta-contact-block .email { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--white); font-style: italic; }

/* ── FOOTER ── */
footer { background: var(--charcoal); padding: 80px 80px 44px; }
.footer-top {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  gap: 80px; padding-bottom: 64px;
  border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 40px;
}
.footer-brand p { font-size: .88rem; line-height: 1.85; color: rgba(255,255,255,.4); max-width: 280px; margin-bottom: 28px; margin-top: 20px; }
.footer-address { font-size: .82rem; line-height: 1.9; color: rgba(255,255,255,.3); }
.footer-col h5 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: .62rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 24px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul a { font-size: .88rem; color: rgba(255,255,255,.4); text-decoration: none; transition: color .3s; }
.footer-col ul a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: .75rem; color: rgba(255,255,255,.25); letter-spacing: .06em; }
.footer-cin  { font-size: .72rem; color: rgba(255,255,255,.2);  letter-spacing: .05em; }

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .15s; }
.reveal-delay-2 { transition-delay: .3s; }
.reveal-delay-3 { transition-delay: .45s; }
.reveal-delay-4 { transition-delay: .6s; }

/* ── ANIMATIONS ── */
@keyframes fadeUp   { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:translateY(0); } }
@keyframes slowZoom { from { transform:scale(1.06); } to { transform:scale(1.0); } }
@keyframes scrollLine { 0% { left:-100%; } 50% { left:0; } 100% { left:100%; } }
@keyframes modalIn  { from { opacity:0; transform:translateY(28px) scale(.97); } to { opacity:1; transform:translateY(0) scale(1); } }
