/* ============================================================
   JOY-JAYNE BASSEY — SHARED STYLESHEET v2
   Three colors. All hex. No variables.
   INK:   #1A1208  dark background + dark text
   RUST:  #7A3318  accent only
   CREAM: #F5F0E8  primary light surface
   ============================================================ */

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 18px; }
img { display: block; max-width: 100%; }

/* ── CURSOR ── */
.cursor {
  position: fixed; width: 6px; height: 6px;
  background: #D4A85A; border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width .35s, height .35s;
}
.cursor.expand {
  width: 40px; height: 40px;
  background: transparent;
  border: 1px solid #7A3318;
  opacity: .6;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.4rem 3rem;
  background: #1A1208;
  border-bottom: .5px solid rgba(122, 51, 24, .25);
  transition: padding .4s;
}
nav.scrolled { padding: 1rem 3rem; }
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-style: italic; font-weight: 400;
  color: #F8F4EE; text-decoration: none; transition: color .3s;
}
.nav-logo:hover { color: #D4A85A; }
.nav-links { display: flex; gap: .15rem; list-style: none; align-items: center; }
.nav-links a {
  font-family: 'Cinzel', serif;
  font-size: .56rem; font-weight: 400;
  letter-spacing: .16em; text-transform: uppercase;
  color: #F8F4EE; text-decoration: none;
  padding: .4rem .7rem; transition: color .3s;
}
.nav-links a:hover, .nav-links a.active { color: #D4A85A; }
.nav-links a.cta {
  border: .5px solid rgba(248, 244, 238, .4);
  transition: border-color .3s, color .3s;
}
.nav-links a.cta:hover { border-color: #D4A85A; color: #D4A85A; }
.nav-drop { position: relative; }
.nav-drop-btn {
  font-family: 'Cinzel', serif;
  font-size: .56rem; font-weight: 400;
  letter-spacing: .16em; text-transform: uppercase;
  color: #F8F4EE; background: none; border: none;
  padding: .4rem .7rem; cursor: none;
  display: flex; align-items: center; gap: .3rem;
  transition: color .3s;
}
.nav-drop-btn:hover { color: #D4A85A; }
.nav-drop-btn::after {
  content: '';
  width: 4px; height: 4px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform .3s;
}
.nav-drop.open .nav-drop-btn::after { transform: rotate(-135deg) translateY(1px); }
.nav-drop-menu {
  display: none;
  position: absolute; top: calc(100% + .6rem); left: 0;
  min-width: 200px; list-style: none;
  background: #1A1208;
  border: .5px solid rgba(122, 51, 24, .25);
  padding: .5rem 0;
}
.nav-drop.open .nav-drop-menu { display: block; }
.nav-drop-menu li a {
  display: block; padding: .6rem 1.2rem;
  font-family: 'Cinzel', serif;
  font-size: .52rem; letter-spacing: .14em;
  color: #D4C8B8; text-decoration: none;
  transition: color .3s, background .3s;
}
.nav-drop-menu li a:hover { color: #D4A85A; background: rgba(122, 51, 24, .08); }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; padding: 4px; cursor: pointer;
}
.nav-toggle span { display: block; width: 22px; height: 1px; background: #F8F4EE; }

/* ── FOOTER SEPARATOR ── */
.footer-sep {
  display: block; height: 1px;
  background: linear-gradient(to right, rgba(122,51,24,.45), rgba(122,51,24,.06));
}

/* ── FOOTER ── */
footer { background: #1A1208; padding: 3rem 3rem 1.75rem; }
.footer-inner {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 2.5rem; padding-bottom: 2rem; margin-bottom: 1.75rem;
  border-bottom: .5px solid rgba(122, 51, 24, .15);
}
.footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-style: italic; font-weight: 400;
  color: #F8F4EE; margin-bottom: .6rem;
}
.footer-bio {
  font-family: 'Raleway', sans-serif;
  font-size: .78rem; font-weight: 400; line-height: 1.9;
  color: #9A8E7E; max-width: 260px; margin-bottom: 1.1rem;
}
.footer-social { display: flex; gap: .75rem; align-items: center; }
.footer-social a {
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; color: #D4A85A;
  border: .5px solid rgba(212, 168, 90, .28);
  border-radius: 2px; text-decoration: none;
  transition: border-color .3s, background .3s;
}
.footer-social a:hover { border-color: #D4A85A; background: rgba(212, 168, 90, .08); }
.footer-social svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.footer-col-head {
  font-family: 'Cinzel', serif;
  font-size: .46rem; letter-spacing: .36em;
  text-transform: uppercase; color: #D4A85A;
  margin-bottom: 1rem; font-weight: 600;
}
.footer-links { list-style: none; }
.footer-links li { margin-bottom: .65rem; }
.footer-links a {
  font-family: 'Raleway', sans-serif;
  font-size: .8rem; font-weight: 400;
  color: #9A8E7E; text-decoration: none; transition: color .3s;
}
.footer-links a:hover { color: #F8F4EE; }
.footer-bottom {
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: .75rem;
}
.footer-copy {
  font-family: 'Raleway', sans-serif;
  font-size: .54rem; color: rgba(210, 200, 185, .7);
  letter-spacing: .04em;
}
.footer-credit {
  font-family: 'Raleway', sans-serif;
  font-size: .52rem; color: rgba(210, 200, 185, .7);
  letter-spacing: .04em;
}
.footer-credit a { color: rgba(210, 200, 185, .7); text-decoration: none; transition: color .3s; }
.footer-credit a:hover { color: #D4A85A; }

/* ── ANIMATIONS ── */
@keyframes pageIn {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.reveal {
  opacity: 0; transform: translateY(16px);
  transition: opacity .9s ease, transform .9s ease;
}
.reveal.in { opacity: 1; transform: translateY(0); }

/* ── BUTTONS ── */
.btn-dark {
  display: inline-flex; align-items: center; gap: .75rem;
  font-family: 'Cinzel', serif; font-size: .54rem;
  font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: #F8F4EE; background: #1A1208;
  border: .5px solid rgba(248, 244, 238, .28);
  padding: .95rem 1.9rem; text-decoration: none;
  transition: background .3s, gap .3s; cursor: none;
}
.btn-dark:hover { background: #7A3318; gap: 1rem; }
.btn-rust {
  display: inline-flex; align-items: center; gap: .75rem;
  font-family: 'Cinzel', serif; font-size: .54rem;
  font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: #F8F4EE; background: #7A3318;
  padding: .95rem 1.9rem; text-decoration: none;
  transition: background .3s, gap .3s; cursor: none;
}
.btn-rust:hover { background: #5E2710; gap: 1rem; }
.btn-ghost {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: 'Cinzel', serif; font-size: .52rem;
  font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: #1A1208; text-decoration: none;
  padding-bottom: 2px; border-bottom: 1.5px solid #7A3318;
  transition: color .3s, gap .3s; cursor: none;
}
.btn-ghost:hover { color: #7A3318; gap: .8rem; }
.btn-ghost-light {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: 'Cinzel', serif; font-size: .52rem;
  font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: #F8F4EE; text-decoration: none;
  padding-bottom: 2px; border-bottom: 1.5px solid rgba(122,51,24,.6);
  transition: color .3s, gap .3s; cursor: none;
}
.btn-ghost-light:hover { color: #D4A85A; gap: .8rem; }

/* ── LABELS ── */
.label-dark {
  font-family: 'Cinzel', serif;
  font-size: .5rem; letter-spacing: .46em;
  text-transform: uppercase; color: #D4A85A;
  display: flex; align-items: center; gap: 1.2rem;
  margin-bottom: 1.5rem;
}
.label-dark::after { content:''; display:block; height:1px; width:36px; background:#7A3318; flex-shrink:0; }
.label-light {
  font-family: 'Cinzel', serif;
  font-size: .5rem; letter-spacing: .46em;
  text-transform: uppercase; color: #7A3318;
  display: flex; align-items: center; gap: 1.2rem;
  margin-bottom: 1.5rem;
}
.label-light::after { content:''; display:block; height:1px; flex:1; background:#D8D0C0; }

/* ── HEADINGS ── */
.h-hero { font-family:'Cormorant Garamond',serif; font-size:clamp(2.8rem,6vw,5.5rem); font-weight:400; font-style:italic; color:#F8F4EE; line-height:.93; }
.h-section-light { font-family:'Cormorant Garamond',serif; font-size:clamp(1.8rem,3.2vw,2.8rem); font-weight:600; font-style:italic; color:#1A1208; line-height:1.05; }
.h-section-dark  { font-family:'Cormorant Garamond',serif; font-size:clamp(1.8rem,3.2vw,2.8rem); font-weight:400; font-style:italic; color:#F8F4EE; line-height:1.05; }

/* ── BODY TEXT ── */
.body-light { font-family:'Raleway',sans-serif; font-size:1rem; font-weight:400; line-height:2.2; color:#1E1408; }
.body-dark  { font-family:'Raleway',sans-serif; font-size:1rem; font-weight:400; line-height:2.2; color:#D4C8B8; }

/* ── PULL QUOTES ── */
.pull-light {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.15rem,1.9vw,1.5rem);
  font-weight:400; font-style:italic;
  color:#1A1208; line-height:1.7;
  padding-left:1.5rem;
  border-left:2px solid #C8C0B0;
}
.pull-dark {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.15rem,1.9vw,1.5rem);
  font-weight:400; font-style:italic;
  color:#F8F4EE; line-height:1.7;
  padding-left:1.5rem;
  border-left:2px solid #7A3318;
}

/* ── MOBILE ── */
@media (max-width: 900px) {
  body { cursor: auto; }
  .cursor { display: none; }
  nav { padding: 1.1rem 1.5rem; }
  nav.scrolled { padding: .85rem 1.5rem; }
  .nav-links { display:none; flex-direction:column; gap:0; position:absolute; top:100%; left:0; right:0; background:#1A1208; padding:1rem 0; }
  .nav-links.open { display: flex; }
  .nav-links a, .nav-drop-btn { padding: .8rem 1.5rem; width: 100%; }
  .nav-links a.cta { margin: .5rem 1.5rem; }
  .nav-drop-menu { position:static; border:none; }
  .nav-drop-menu li a { padding-left: 2.5rem; }
  .nav-toggle { display: flex; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.75rem; }
  footer { padding: 2.5rem 1.5rem 1.5rem; }
  .footer-bottom { flex-direction:column; align-items:flex-start; gap:.4rem; }
}
@media (max-width: 560px) {
  nav { padding: 1rem 1.25rem; }
  footer { padding: 2rem 1.25rem 1.25rem; }
}
