/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 28px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav--home {
  background: linear-gradient(to bottom, rgba(8,8,8,0.95), transparent);
}

.nav--page {
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.4s, border-color 0.4s;
}

.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--text);
  text-decoration: none;
  text-transform: uppercase;
}

.nav-logo span { color: var(--gold); }

.nav-logo-img img { height: 52px; width: auto; display: block; }

.nav-links {
  display: flex;
  gap: 40px;
  list-style: none;
}

.nav-links a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
  padding-bottom: 4px;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.3s ease;
}

.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }

.nav-back {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--gold); text-decoration: none;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  transition: opacity 0.3s;
}

.nav-back:hover { opacity: 0.65; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold-pale);
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.35s ease;
  cursor: pointer;
}

.btn-primary:hover {
  background: var(--gold);
  color: var(--bg);
}

.btn-primary svg { transition: transform 0.3s; }
.btn-primary:hover svg { transform: translateX(4px); }

/* ── SECTION BASE ── */
section {
  position: relative;
  z-index: 1;
}

.section-pad { padding: 120px 60px; }
.section-pad > .wrapper { padding: 0; }

.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.section-eyebrow-line {
  width: 32px;
  height: 1px;
  background: var(--gold);
}

.section-eyebrow-text {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.section-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

.section-headline em { font-style: italic; color: var(--gold-light); }

.section-body {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 540px;
  line-height: 1.8;
}

/* ── DIVIDER ── */
.divider {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--border), transparent);
  margin: 0 60px;
}

/* ── FORM ── */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.form-input,
.form-textarea {
  background: var(--bg-2);
  border: 1px solid var(--border);
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding: 14px 18px;
  outline: none;
  transition: border-color 0.3s;
  resize: none;
}

.form-input:focus,
.form-textarea:focus {
  border-color: var(--gold);
}

.form-textarea { min-height: 120px; }

/* ── FOOTER ── */
footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer {
  padding: 40px 60px;
  background: var(--bg);
}

.footer .footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.footer .footer-brand span { color: var(--gold); }

.footer .footer-links {
  display: flex;
  gap: 28px;
  list-style: none;
}

.footer .footer-links a {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
  text-decoration: none;
  transition: color 0.3s;
}

.footer .footer-links a:hover { color: var(--gold); }

.footer .footer-copy {
  font-size: 12px;
  color: var(--text-dim);
}

/* ── HAMBURGER ── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 110;
}

.nav-hamburger span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--text);
  transition: all 0.35s ease;
  transform-origin: center;
}

.nav-hamburger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ── MOBILE MENU ── */
.mobile-menu {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--bg);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 40px 60px;
  border-right: 1px solid var(--border);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}

.mobile-menu.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 12px;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

.mobile-menu-close:hover { color: var(--gold); }

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.mobile-nav-link {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 9vw, 52px);
  font-weight: 300;
  color: var(--text);
  text-decoration: none;
  line-height: 1.2;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.3s, border-color 0.3s;
  display: block;
}

.mobile-nav-link:hover {
  color: var(--gold);
  border-bottom-color: var(--border);
}

.mobile-menu-footer {
  margin-top: auto;
  padding-top: 40px;
  display: flex;
  gap: 24px;
}

.mobile-menu-footer a {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-dim);
  text-decoration: none;
  transition: color 0.3s;
}

.mobile-menu-footer a:hover { color: var(--gold); }

/* ── RESPONSIVE — shared components ── */
@media (max-width: 900px) {
  nav { padding: 20px 24px; }
  .nav-hamburger { display: flex; }
  .nav-links { display: none !important; }
  .nav-logo-img img { height: 40px; }
  .section-pad { padding: 72px 24px; }
  .section-headline { font-size: clamp(32px, 8vw, 44px); }
  .divider { margin: 0 24px; }
  footer { padding: 28px 24px; flex-direction: column; gap: 16px; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; gap: 20px; }
  .btn-primary { /* inherits, no override at 900px */ }
}

@media (max-width: 480px) {
  nav { padding: 18px 20px; }
  .section-headline { font-size: clamp(30px, 9vw, 38px); }
  .divider { margin: 0 20px; }
  footer { padding: 24px 20px; }
  .btn-primary { font-size: 10px; padding: 14px 22px; }
}
