:root {
  --green: #173f35;
  --green-deep: #0e2d26;
  --gold: #c6a15b;
  --gold-light: #e8d3a7;
  --cream: #f7f3ea;
  --sand: #d9c3a3;
  --ink: #1f2a27;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(13, 45, 38, 0.13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}

a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 5vw;
  background: rgba(247, 243, 234, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(198, 161, 91, 0.35);
}

.brand {
  display: flex;
  align-items: center;
  gap: .8rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 1.35rem;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  letter-spacing: .02em;
}

.brand small {
  color: #5b655f;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.site-nav a {
  text-decoration: none;
  font-size: .93rem;
  font-weight: 600;
}

.nav-cta {
  padding: .7rem 1rem;
  border: 1px solid var(--green);
}

.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 76vh;
  display: grid;
  align-items: center;
  padding: 7rem 8vw;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(14,45,38,.92), rgba(23,63,53,.74)),
    radial-gradient(circle at 85% 20%, rgba(198,161,91,.45), transparent 34%),
    linear-gradient(160deg, #315d53, #173f35 55%, #8a6842);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -18%;
  width: 42vw;
  height: 42vw;
  border: 1px solid rgba(232,211,167,.32);
  border-radius: 50%;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 .8rem;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.08;
}

h1 {
  margin-bottom: 1.3rem;
  font-size: clamp(3.3rem, 7vw, 6.5rem);
  font-weight: 600;
}

h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  color: var(--green-deep);
}

h3 {
  font-size: 1.75rem;
  color: var(--green-deep);
}

.hero-copy {
  max-width: 690px;
  font-size: 1.15rem;
  color: #f1efe9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-block;
  padding: .95rem 1.35rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

.button-primary {
  background: var(--gold);
  color: var(--green-deep);
}

.button-secondary {
  border-color: rgba(255,255,255,.75);
  color: var(--white);
  background: transparent;
}

.section {
  padding: 6rem 8vw;
}

.intro {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 5rem;
  align-items: end;
  background: var(--white);
}

.intro > p {
  font-size: 1.08rem;
  color: #505a55;
}

.split {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 5rem;
  align-items: center;
}

.quote-card {
  position: relative;
  padding: 3rem;
  background: var(--green);
  color: var(--white);
  box-shadow: var(--shadow);
}

.quote-card p {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1.25;
}

.quote-mark {
  position: absolute;
  top: .5rem;
  left: 1.25rem;
  font-size: 5rem;
  color: var(--gold);
  opacity: .65;
}

.practice-section {
  background: #efe8da;
}

.centered {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.card {
  min-height: 270px;
  padding: 2rem;
  background: var(--white);
  border-top: 4px solid var(--gold);
  box-shadow: 0 12px 35px rgba(31,42,39,.08);
}

.card-number {
  display: block;
  margin-bottom: 2.2rem;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: .15em;
}

.admissions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  background: var(--green-deep);
}

.admissions h2 { color: var(--white); }

.state-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.state-card {
  display: grid;
  place-items: center;
  min-height: 170px;
  padding: 1.5rem;
  border: 1px solid rgba(232,211,167,.5);
  color: var(--white);
}

.state-card span {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.7rem;
  color: var(--gold);
}

.contact-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 5rem;
  background: var(--white);
}

.contact-details {
  display: grid;
  gap: .4rem;
  margin-top: 1.5rem;
}

.contact-details a {
  color: var(--green);
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  background: var(--cream);
  border: 1px solid #e3d6c0;
}

label {
  display: grid;
  gap: .35rem;
  font-weight: 600;
  font-size: .9rem;
}

input, textarea {
  width: 100%;
  padding: .85rem;
  border: 1px solid #bcb4a7;
  background: var(--white);
  font: inherit;
}

.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  font-weight: 400;
}

.consent input {
  width: auto;
  margin-top: .35rem;
}

footer {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 3rem;
  padding: 3rem 8vw;
  background: #0a211c;
  color: #e9eee9;
}

.footer-legal {
  font-size: .8rem;
  color: #bfc9c3;
}

@media (max-width: 850px) {
  .menu-toggle {
    display: inline-block;
    border: 1px solid var(--green);
    background: transparent;
    padding: .55rem .75rem;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 5vw 1.5rem;
    background: var(--cream);
    border-bottom: 1px solid var(--gold-light);
  }

  .site-nav.open { display: flex; }

  .intro,
  .split,
  .admissions,
  .contact-section,
  footer {
    grid-template-columns: 1fr;
  }

  .cards { grid-template-columns: 1fr; }

  .section { padding: 4.5rem 6vw; }

  .hero { padding: 6rem 6vw; }

  .brand small { display: none; }
}
