:root {
  --ink: #1a2a28;
  --muted: #4a5c58;
  --paper: #f3f6f4;
  --line: #d5e0dc;
  --accent: #2f6f64;
  --accent-deep: #1e4d46;
  --hero-glow: #c8ddd6;
  --font: "DM Sans", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 10% -10%, var(--hero-glow), transparent 55%),
    linear-gradient(180deg, #eef3f1 0%, var(--paper) 35%, #e8efeb 100%);
  line-height: 1.55;
}

a { color: inherit; }
.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 6vw;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
  background: rgba(243, 246, 244, 0.85);
  border-bottom: 1px solid transparent;
}
.brand {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  letter-spacing: 0.02em;
  text-decoration: none;
  line-height: 1.15;
}
.top nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  font-size: 0.95rem;
}
.top nav a { text-decoration: none; color: var(--muted); }
.top nav a:hover { color: var(--accent-deep); }

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  min-height: min(88vh, 720px);
  padding: 3rem 6vw 2rem;
  align-items: center;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: var(--accent);
  font-weight: 600;
  margin: 0 0 0.75rem;
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(2.8rem, 6vw, 4.4rem);
  line-height: 1.05;
  margin: 0 0 0.85rem;
  letter-spacing: -0.02em;
}
.legal-name {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(0.82rem, 1.65vw, 1.05rem);
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-transform: none;
  text-align: center;
  color: var(--muted);
  max-width: 34rem;
  width: 100%;
  margin: 0 0 1.35rem;
  padding: 0;
  border: 0;
  background: none;
}
.lead {
  font-size: 1.125rem;
  color: var(--muted);
  max-width: 34rem;
  margin: 0 0 1.75rem;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.2rem;
  border-radius: 0.35rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.primary {
  background: var(--accent);
  color: #fff;
}
.btn.primary:hover { background: var(--accent-deep); }
.btn.ghost {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.55);
  color: var(--ink);
}

.hero-visual {
  min-height: 320px;
  border-radius: 0.5rem;
  background:
    linear-gradient(145deg, rgba(26, 42, 40, 0.25), transparent 50%),
    url("https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
  box-shadow: 0 24px 50px rgba(26, 42, 40, 0.12);
  animation: rise 0.9s ease both;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
.hero-copy { animation: rise 0.7s ease both; }

.block {
  padding: 3.5rem 6vw;
  max-width: 1100px;
  margin: 0 auto;
}
.block h2 {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0 0 0.5rem;
}
.section-lead {
  color: var(--muted);
  max-width: 40rem;
  margin: 0 0 2rem;
}
.services {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem 1.25rem;
}
.services li {
  padding: 1.1rem 1rem 1.2rem;
  border-top: 2px solid var(--accent);
  background: rgba(255,255,255,0.55);
}
.services h3 {
  margin: 0 0 0.4rem;
  font-size: 1.02rem;
}
.services p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.band {
  max-width: none;
  background: linear-gradient(90deg, #1e4d46, #2f6f64);
  color: #f4faf8;
  text-align: center;
}
.band .section-lead { color: rgba(244, 250, 248, 0.88); margin-left: auto; margin-right: auto; }
.band h2 { color: #fff; }

.band.soft {
  background: linear-gradient(90deg, #2a5550, #3d7a70);
}
.legal-inline {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0;
}
.roster {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.roster li {
  padding: 1.25rem 1.1rem;
  background: rgba(255,255,255,0.65);
  border-top: 2px solid var(--accent);
}
.roster h3 { margin: 0 0 0.25rem; font-size: 1.15rem; }
.roster .role {
  margin: 0 0 0.6rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
  font-weight: 600;
}
.roster p { margin: 0 0 1rem; color: var(--muted); font-size: 0.95rem; }
.roster .btn { margin-top: 0.25rem; }
.places {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  max-width: 640px;
  margin: 0 auto 1.25rem;
  text-align: left;
}
.places h3 { margin: 0 0 0.25rem; color: #fff; font-size: 1.1rem; }
.places p { margin: 0; color: rgba(244, 250, 248, 0.88); }
.section-lead.tight { margin-bottom: 0; }

.cta-end { text-align: center; }
.cta-end p { color: var(--muted); margin: 0.5rem auto 1.5rem; max-width: 28rem; }

.foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  padding: 1.5rem 6vw 2.5rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
  border-top: 1px solid var(--line);
}
.foot span:first-child {
  font-family: var(--display);
  font-size: 1.05rem;
  color: var(--ink);
  font-weight: 600;
}
.foot .sep { opacity: 0.55; }

@media (max-width: 840px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 2rem; }
  .hero-visual { min-height: 220px; order: -1; }
  .top { padding-inline: 4vw; }
}
