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

:root {
  --pine: #1f3d2b;
  --moss: #2d5a3d;
  --sand: #e8dcc8;
  --clay: #c4a574;
  --cream: #faf7f2;
  --ink: #1a1f1c;
  --muted: #5c6b62;
  --white: #fff;
  --max: 1140px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 1.02rem;
}
a { color: var(--moss); text-decoration: none; }
a:hover { color: var(--pine); text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.top-strip {
  background: var(--pine);
  color: var(--sand);
  text-align: center;
  padding: 0.45rem 1rem;
  font-size: 0.82rem;
}
.top-strip a { color: var(--clay); }

header {
  background: var(--white);
  border-bottom: 1px solid rgba(31, 61, 43, 0.08);
  position: sticky;
  top: 0;
  z-index: 50;
}
.head-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}
.logo img { width: 46px; height: 46px; }
.logo strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--pine);
}
.logo span { font-size: 0.75rem; color: var(--muted); letter-spacing: 0.04em; text-transform: uppercase; }

.menu-btn {
  display: none;
  border: 1px solid var(--pine);
  background: transparent;
  padding: 0.4rem 0.75rem;
  font: inherit;
  cursor: pointer;
  border-radius: 4px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  flex-wrap: wrap;
}
.nav a {
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--ink);
}
.nav a.active { color: var(--moss); border-bottom: 2px solid var(--clay); }
.nav-email {
  font-size: 0.85rem !important;
  color: var(--moss) !important;
}

.hero {
  background: linear-gradient(135deg, var(--pine) 0%, var(--moss) 55%, #3d7350 100%);
  color: var(--white);
  padding: 3.5rem 1.25rem 4rem;
}
.hero-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}
.hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--clay);
  margin-bottom: 0.75rem;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.hero h1 em { font-style: italic; color: var(--sand); }
.hero p { color: rgba(255,255,255,0.88); max-width: 34rem; margin-bottom: 1rem; }
.hero-mail a { color: var(--clay); font-weight: 500; }
.hero-img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0,0,0,0.25);
  border: 3px solid rgba(232, 220, 200, 0.35);
}
.hero-btns { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.25rem; }
.btn {
  display: inline-block;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border: 2px solid transparent;
}
.btn-clay { background: var(--clay); color: var(--pine); }
.btn-clay:hover { filter: brightness(1.05); text-decoration: none; color: var(--pine); }
.btn-ghost { border-color: var(--sand); color: var(--sand); }
.btn-ghost:hover { background: rgba(255,255,255,0.08); text-decoration: none; color: var(--white); }

.pill-row {
  max-width: var(--max);
  margin: -1.5rem auto 0;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  position: relative;
  z-index: 2;
}
.pill {
  background: var(--white);
  padding: 1.1rem 1rem;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(31,61,43,0.08);
  text-align: center;
}
.pill strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--pine); }
.pill span { font-size: 0.78rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.pill a { font-size: 0.78rem; }

.container { max-width: var(--max); margin: 0 auto; padding: 4rem 1.25rem; }
.section-sand { background: var(--sand); }
.section-pine { background: var(--pine); color: var(--white); }
.section-pine a { color: var(--clay); }

.overline {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: var(--clay);
  margin-bottom: 0.5rem;
}
.section-pine .overline { color: var(--sand); }
.title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--pine);
}
.section-pine .title { color: var(--white); }
.lead { color: var(--muted); max-width: 42rem; margin-bottom: 2rem; }
.section-pine .lead { color: rgba(255,255,255,0.82); }

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.card {
  background: var(--white);
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(31,61,43,0.06);
}
.card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
  color: var(--pine);
}
.card p { font-size: 0.95rem; color: var(--muted); margin-bottom: 0.75rem; }
.card-mail { font-size: 0.85rem; font-weight: 500; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}
.split img { border-radius: 12px; }

.list-check { list-style: none; }
.list-check li {
  padding: 0.35rem 0 0.35rem 1.5rem;
  position: relative;
  color: var(--muted);
}
.list-check li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 8px;
  height: 8px;
  background: var(--clay);
  border-radius: 50%;
}

.page-hero {
  padding: 3rem 1.25rem 2rem;
  max-width: var(--max);
  margin: 0 auto;
}
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.75rem;
  color: var(--pine);
  margin-bottom: 0.5rem;
}
.prose {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.25rem 3rem;
}
.prose h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.65rem;
  margin: 2rem 0 0.75rem;
  color: var(--pine);
}
.prose p, .prose li { color: var(--muted); margin-bottom: 0.75rem; }
.prose ul { margin-left: 1.25rem; }

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2rem;
  max-width: var(--max);
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}
.contact-box {
  background: var(--white);
  padding: 1.75rem;
  border-radius: 12px;
  border-left: 4px solid var(--clay);
}
.email-xl {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0.75rem 0;
}
.email-xl a { color: var(--moss); }

form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}
form input, form select, form textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(31,61,43,0.2);
  border-radius: 8px;
  font: inherit;
  margin-bottom: 1rem;
  background: var(--white);
}
form textarea { min-height: 140px; resize: vertical; }
.hint { font-size: 0.82rem; color: var(--muted); margin-top: 0.5rem; }

footer {
  background: var(--ink);
  color: rgba(255,255,255,0.75);
  padding: 2.5rem 1.25rem 1.5rem;
}
.foot-cols {
  max-width: var(--max);
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
}
footer h4 {
  color: var(--sand);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
.foot-links { display: flex; flex-direction: column; gap: 0.4rem; }
.foot-links a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.9rem; }
.foot-links a:hover { color: var(--clay); }
.foot-bottom {
  max-width: var(--max);
  margin: 0 auto;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.85rem;
}
.foot-bottom a { color: var(--clay); }

@media (max-width: 900px) {
  .hero-grid, .split, .card-grid, .pill-row, .contact-layout, .foot-cols { grid-template-columns: 1fr; }
  .menu-btn { display: block; }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(31,61,43,0.1);
  }
  .nav.open { display: flex; }
  header { position: relative; }
}
