:root {
  --sage: #7a9e87;
  --sage-light: #a8c4b0;
  --sage-pale: #eef4f0;
  --warm-white: #faf8f5;
  --warm-cream: #f2ede6;
  --clay: #c4956a;
  --clay-light: #deb899;
  --text-dark: #2c2c2c;
  --text-mid: #5a5a5a;
  --text-light: #717171;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--warm-white);
  color: var(--text-dark);
  overflow-x: hidden;
}

/* ── SKIP NAV ── */
.skip-link {
  position: absolute; top: -100%; left: 50%; transform: translateX(-50%);
  background: var(--sage); color: white; padding: 0.6rem 1.5rem;
  border-radius: 0 0 0.5rem 0.5rem; font-size: 0.9rem; font-weight: 500;
  text-decoration: none; z-index: 200; transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* ── FOCUS STYLES ── */
:focus-visible {
  outline: 3px solid var(--sage);
  outline-offset: 2px;
}
a:focus:not(:focus-visible), button:focus:not(:focus-visible) { outline: none; }

/* ── NAV ── */

/* ── HAMBURGER BUTTON ── */
.hamburger {
  position: fixed; top: 1rem; left: 1rem; z-index: 120;
  display: flex; flex-direction: column; gap: 5px;
  background: var(--text-dark); border: none; cursor: pointer;
  padding: 0.7rem; border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  pointer-events: auto;
  transition: background 0.2s;
}
.hamburger:hover { background: #3a3a3a; }
.hamburger span {
  display: block; width: 20px; height: 2px;
  background: white; border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── NAV OVERLAY ── */
.nav-overlay {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.4); z-index: 105;
  opacity: 0; visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.nav-overlay.open { opacity: 1; visibility: visible; }

/* ── SLIDE-OUT PANEL ── */
.nav-panel {
  position: fixed; top: 0; left: 0; bottom: 0; z-index: 110;
  width: 280px; max-width: 80vw;
  background: var(--text-dark);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex; flex-direction: column;
  overflow-y: auto;
}
.nav-panel.open { transform: translateX(0); }

.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 600;
  color: white; letter-spacing: 0.02em; text-decoration: none;
  padding: 4rem 1.5rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nav-logo span { color: var(--sage-light); }

.nav-links {
  display: flex; flex-direction: column; gap: 0;
  list-style: none; padding: 0.5rem 0; flex: 1;
}
.nav-links li { width: 100%; }
.nav-links a {
  display: block; padding: 0.85rem 1.5rem; font-size: 0.88rem;
  font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.nav-links a:hover { background: rgba(255,255,255,0.08); color: white; }
.nav-links a.active {
  color: white; background: rgba(255,255,255,0.1);
  border-left: 3px solid var(--sage-light); padding-left: calc(1.5rem - 3px);
}
.nav-cta {
  background: var(--sage) !important; color: white !important;
  margin: 0.5rem 1.5rem 1.5rem !important; padding: 0.75rem 1.2rem !important;
  border-radius: 2rem !important; text-align: center !important;
  display: block !important; transition: background 0.2s !important;
  letter-spacing: 0.06em !important;
}
.nav-cta:hover { background: var(--sage-light) !important; }
.nav-cta.active {
  background: var(--sage) !important;
  border-left: none !important; padding-left: 1.2rem !important;
}

/* ── PAGE HEADER ── */
.page-header {
  padding: 5rem 8vw 5rem;
  background: var(--sage-pale);
}
.page-header .eyebrow {
  font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--clay); font-weight: 500; margin-bottom: 0.8rem;
}
.page-header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 300; line-height: 1.15; color: var(--text-dark);
}
.page-header h1 em { font-style: italic; color: var(--sage); }
.page-header p {
  font-size: 1.05rem; line-height: 1.8; color: var(--text-mid);
  max-width: 580px; font-weight: 300; margin-top: 1.2rem;
}

/* ── SHARED ELEMENTS ── */
.section-eyebrow {
  font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--clay); font-weight: 500; margin-bottom: 0.8rem;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300;
  line-height: 1.2; color: var(--text-dark); margin-bottom: 1.2rem;
}
.section-title em { font-style: italic; color: var(--sage); }
.section-subtitle {
  font-size: 1rem; line-height: 1.75; color: var(--text-mid);
  max-width: 560px; font-weight: 300;
}
section { padding: 6rem 8vw; }

.btn-primary {
  display: inline-block; background: var(--sage); color: white;
  padding: 0.85rem 2rem; border-radius: 3rem; font-size: 0.9rem;
  font-weight: 500; letter-spacing: 0.04em; text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.btn-primary:hover { background: #5f8a6e; transform: translateY(-1px); }
.btn-secondary {
  display: inline-block; border: 1.5px solid var(--sage); color: var(--sage);
  padding: 0.85rem 2rem; border-radius: 3rem; font-size: 0.9rem;
  font-weight: 500; letter-spacing: 0.04em; text-decoration: none; transition: all 0.2s;
}
.btn-secondary:hover { background: var(--sage); color: white; transform: translateY(-1px); }

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--text-dark); color: white;
  padding: 2rem 8vw; display: flex;
  justify-content: center; gap: 4rem; flex-wrap: wrap;
}
.trust-item { text-align: center; }
.trust-number {
  font-family: 'Cormorant Garamond', serif; font-size: 2.4rem;
  font-weight: 300; color: var(--sage-light); line-height: 1;
}
.trust-label {
  font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); margin-top: 0.3rem;
}

/* ── FOOTER ── */
footer {
  background: var(--text-dark); color: rgba(255,255,255,0.7);
  padding: 2.5rem 8vw; display: flex;
  justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem; font-size: 0.8rem;
}
footer a { color: rgba(255,255,255,0.7); text-decoration: none; }
footer a:hover { color: var(--sage-light); }
.footer-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; color: rgba(255,255,255,0.85);
}
.footer-nav { display: flex; gap: 1.5rem; flex-wrap: wrap; }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  section { padding: 4rem 6vw; }
  .trust-bar { gap: 2rem; }
}
