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

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

:root {
  --ink:       #1A1510;
  --ink2:      #252018;
  --cream:     #F5F0E8;
  --parch:     #EDE8DC;
  --gold:      #B8903A;
  --gold2:     #CFA84A;
  --mist:      #8A7D70;
  --rule:      rgba(184,144,58,0.20);
  --white:     #FDFAF4;
}

html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--white); color: var(--ink); line-height: 1.65; overflow-x: hidden; }

/* TYPE */
h1,h2,h3,h4 { font-family: 'Cormorant Garamond', serif; line-height: 1.1; }
em { font-style: italic; color: var(--gold); }
p { color: var(--mist); line-height: 1.78; }

.eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); display: block; margin-bottom: 0.9rem;
}

/* BTNS */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; padding: 0.85rem 2rem;
  border-radius: 1px; transition: all 0.25s; cursor: pointer; border: none;
}
.btn-gold { background: var(--gold); color: var(--white); }
.btn-gold:hover { background: var(--gold2); transform: translateY(-2px); box-shadow: 0 6px 22px rgba(184,144,58,0.35); }
.btn-outline { border: 1.5px solid rgba(245,240,232,0.32); color: var(--cream); background: transparent; }
.btn-outline:hover { border-color: var(--gold2); color: var(--gold2); }
.btn-dark { background: var(--ink); color: var(--cream); }
.btn-dark:hover { background: var(--ink2); transform: translateY(-1px); }

/* NAV */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  height: 68px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw;
  background: rgba(26,21,16,0.97); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--rule);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; font-weight: 600; color: var(--gold);
  text-decoration: none; letter-spacing: 0.03em; flex-shrink: 0;
}
.nav-logo span { color: var(--cream); font-weight: 400; }

.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links a {
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(245,240,232,0.65);
  text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.on { color: var(--gold); }
.nav-links .pill {
  background: var(--gold); color: var(--white) !important;
  padding: 0.4rem 1rem; letter-spacing: 0.1em !important;
}
.nav-links .pill:hover { background: var(--gold2); }
.nav-links .tel { color: var(--gold) !important; font-size: 0.82rem !important; }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.burger span { display: block; width: 22px; height: 2px; background: var(--cream); transition: all 0.3s; }

.mob-nav {
  display: none; position: fixed; top: 68px; left: 0; right: 0;
  background: rgba(26,21,16,0.98); border-bottom: 1px solid var(--rule);
  flex-direction: column; padding: 1.5rem 5vw; gap: 1.1rem; z-index: 899;
}
.mob-nav.open { display: flex; }
.mob-nav a { font-size: 0.82rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cream); text-decoration: none; padding: 0.35rem 0; border-bottom: 1px solid rgba(184,144,58,0.12); }
.mob-nav a:hover, .mob-nav a.on { color: var(--gold); }

/* FOOTER */
.footer { background: #0D0B07; padding: 4rem 5vw 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(184,144,58,0.12); }
.footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600; color: var(--gold); margin-bottom: 0.65rem; }
.footer-brand+p { font-size: 0.85rem; max-width: 230px; }
.footer-tel { display: block; margin-top: 1.25rem; font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 600; color: var(--cream); text-decoration: none; }
.footer-tel:hover { color: var(--gold); }
.footer-col h5 { font-family: 'Jost', sans-serif; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream); margin-bottom: 0.9rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col a { font-size: 0.85rem; color: var(--mist); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 1.5rem; font-size: 0.74rem; color: var(--mist); flex-wrap: wrap; gap: 0.75rem; }
.footer-bottom a { color: var(--mist); text-decoration: none; }
.footer-bottom a:hover { color: var(--gold); }

/* FLOAT CTA */
.float-cta {
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 800;
  display: flex; align-items: center; gap: 0.5rem;
  background: var(--gold); color: var(--white); text-decoration: none;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em;
  padding: 0.65rem 1.3rem; border-radius: 50px;
  box-shadow: 0 4px 20px rgba(184,144,58,0.5);
  animation: glow 3s ease-in-out infinite;
}
.float-cta:hover { background: var(--gold2); transform: translateY(-2px); }
@keyframes glow {
  0%,100% { box-shadow: 0 4px 20px rgba(184,144,58,0.5); }
  50% { box-shadow: 0 4px 28px rgba(184,144,58,0.75), 0 0 0 6px rgba(184,144,58,0.12); }
}

/* REVEAL */
.r { opacity: 0; transform: translateY(28px); transition: opacity 0.75s ease, transform 0.75s ease; }
.r.in { opacity: 1; transform: none; }
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.3s; }
.d4 { transition-delay: 0.4s; }

/* CTA BAND */
.cta-band { background: var(--ink); padding: 5rem 5vw; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(184,144,58,0.06) 0%, transparent 70%); pointer-events: none; }
.cta-band h2 { color: var(--cream); margin-bottom: 0.75rem; font-size: clamp(1.9rem,3vw,2.8rem); position: relative; }
.cta-band p { color: var(--mist); max-width: 500px; margin: 0 auto 2.25rem; position: relative; }
.cta-band .btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; }

/* LIGHTBOX */
#lb { display: none; position: fixed; inset: 0; z-index: 2000; background: rgba(8,6,3,0.96); align-items: center; justify-content: center; padding: 1.5rem; }
#lb.open { display: flex; }
#lb-img { max-width: 92vw; max-height: 88vh; object-fit: contain; border-radius: 2px; }
.lb-x { position: absolute; top: 1.25rem; right: 1.25rem; background: rgba(184,144,58,0.15); border: 1px solid var(--gold); color: var(--gold); width: 42px; height: 42px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.lb-x:hover { background: var(--gold); color: var(--white); }
.lb-arr { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(184,144,58,0.12); border: 1px solid rgba(184,144,58,0.35); color: var(--cream); width: 46px; height: 46px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.lb-arr:hover { background: var(--gold); color: var(--white); }
#lb-prev { left: 1.25rem; }
#lb-next { right: 1.25rem; }
#lb-cap { position: absolute; bottom: 1.25rem; font-size: 0.8rem; color: var(--mist); text-align: center; padding: 0 4rem; }

/* PHOTO GRID HELPERS */
.wrap { position: relative; overflow: hidden; border-radius: 2px; }
.wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s cubic-bezier(0.23,1,0.32,1); cursor: pointer; }
.wrap:hover img { transform: scale(1.045); }
.wrap-cap { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,21,16,0.75) 0%, transparent 55%); opacity: 0; transition: opacity 0.3s; display: flex; align-items: flex-end; padding: 1rem; }
.wrap:hover .wrap-cap { opacity: 1; }
.cap-badge { display: inline-block; background: var(--gold); color: var(--white); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.15rem 0.55rem; border-radius: 50px; margin-bottom: 0.3rem; }
.cap-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cream); display: block; }

/* RESPONSIVE NAV */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .burger { display: flex; }
}
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
