:root {
  --ink: #111111;
  --muted: #686656;
  --green: #2c4130;
  --cream: #fdfdf1;
  --accent: #e0e384;
  --sand: #f4f3df;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(63, 74, 50, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(20px, 5vw, 72px);
  color: var(--cream);
  border-bottom: 1px solid rgba(253, 253, 241, 0.18);
  background: rgba(47, 61, 43, 0.34);
  backdrop-filter: blur(18px) saturate(120%);
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand-logo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}

.nav-links {
  font-size: 0.95rem;
  font-weight: 600;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  opacity: 0.92;
}

.nav-button {
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--green);
  background: var(--accent);
  backdrop-filter: blur(10px);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 140px clamp(20px, 6vw, 92px) 100px;
  overflow: hidden;
}

.hero img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
}

.hero-overlay {
  background: rgba(18, 18, 17, 0.78);
}

.hero-content {
  position: relative;
  max-width: 920px;
  text-align: center;
  color: var(--cream);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.05;
}

h1 {
  max-width: 920px;
  margin-bottom: 0;
  font-size: clamp(4.2rem, 9vw, 8.4rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4vw, 4rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 13px 22px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  color: var(--cream);
  background: var(--green);
  box-shadow: 0 12px 28px rgba(63, 74, 50, 0.24);
}

.button.secondary {
  color: var(--cream);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px clamp(20px, 5vw, 42px);
}

.about-section,
.split-section,
.schedule-section,
.contact-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(32px, 6vw, 86px);
  align-items: start;
}

.about-copy p,
.split-copy p,
.schedule-card p,
.contact-section p {
  color: var(--muted);
  font-size: 1.08rem;
}

.about-copy .eyebrow,
.split-copy .eyebrow,
.schedule-card .eyebrow,
.contact-section .eyebrow,
.section-heading .eyebrow {
  color: var(--green);
  font-size: 0.78rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.about-section {
  border: 1px solid rgba(76, 74, 56, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 32px rgba(76, 74, 56, 0.07);
}

.about-section {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.8fr);
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(
      circle at 78% 46%,
      rgba(224, 227, 132, 0.22),
      transparent 34%
    ),
    var(--sand);
  box-shadow: none;
  padding: clamp(56px, 8vw, 96px) clamp(24px, 6vw, 72px);
}

.about-photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 2vw, 20px);
}

.about-photo::before {
  content: "";
  position: absolute;
  width: min(440px, 92%);
  aspect-ratio: 1;
  border: 1px solid rgba(63, 74, 50, 0.18);
  border-radius: 50%;
  transform: translate(14px, 14px);
}

.about-photo img {
  position: relative;
  width: min(400px, 100%);
  aspect-ratio: 1;
  min-height: 0;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 35%;
  box-shadow: 0 24px 60px rgba(63, 74, 50, 0.18);
}

.about-copy {
  max-width: 680px;
  padding: 0;
}

.about-copy h2 {
  max-width: 620px;
  margin-bottom: 24px;
}

.about-copy p {
  max-width: 640px;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.service-card {
  padding: 28px;
}

.service-card p {
  color: var(--muted);
}

.service-pricing {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(76, 74, 56, 0.12);
}

.service-pricing div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.service-pricing span {
  color: var(--muted);
  font-size: 0.94rem;
}

.service-pricing strong {
  color: var(--green);
  font-size: 1.02rem;
  white-space: nowrap;
}

.card-icon {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--green);
  font-weight: 900;
}

.mini-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 34px clamp(20px, 5vw, 72px);
  color: var(--cream);
  background: var(--green);
  text-align: center;
}

.mini-cta p {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.1;
}

.mini-cta a {
  flex: 0 0 auto;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 18px;
  color: var(--green);
  background: var(--accent);
  font-weight: 800;
}

.split-section {
  position: relative;
  max-width: none;
  padding-left: max(clamp(20px, 5vw, 72px), calc((100vw - 1180px) / 2 + 42px));
  padding-right: max(clamp(20px, 5vw, 72px), calc((100vw - 1180px) / 2 + 42px));
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 28%,
      rgba(224, 227, 132, 0.24),
      transparent 30%
    ),
    linear-gradient(135deg, var(--cream), var(--sand));
}

.split-section::after {
  content: "";
  position: absolute;
  right: max(18px, calc((100vw - 1180px) / 2));
  bottom: 52px;
  width: min(260px, 34vw);
  aspect-ratio: 1;
  border: 1px solid rgba(63, 74, 50, 0.12);
  border-radius: 50%;
}

.split-copy {
  position: relative;
  z-index: 1;
  max-width: 460px;
}

.split-copy h2 {
  color: var(--green);
  margin-bottom: 22px;
}

.split-copy h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin-top: 22px;
  background: var(--accent);
}

.split-copy p {
  max-width: 420px;
}

.checklist {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.checklist div {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(63, 74, 50, 0.1);
  border-radius: 8px;
  padding: 22px 24px;
  background: rgba(253, 253, 241, 0.76);
  box-shadow: 0 14px 42px rgba(63, 74, 50, 0.07);
}

.checklist strong {
  color: var(--green);
  font-size: 1.02rem;
  line-height: 1.35;
}

.checklist span {
  color: var(--muted);
  line-height: 1.65;
}

.schedule-section {
  display: block;
  max-width: none;
  padding-left: max(clamp(20px, 5vw, 72px), calc((100vw - 1180px) / 2 + 42px));
  padding-right: max(clamp(20px, 5vw, 72px), calc((100vw - 1180px) / 2 + 42px));
  background: var(--cream);
}

.schedule-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(63, 74, 50, 0.12);
  border-radius: 8px;
  padding: clamp(34px, 6vw, 68px);
  background:
    radial-gradient(circle at 92% 18%, rgba(224, 227, 132, 0.28), transparent 28%),
    linear-gradient(135deg, var(--sand), var(--white));
  box-shadow: 0 18px 50px rgba(63, 74, 50, 0.08);
}

.schedule-card::before {
  content: "";
  position: absolute;
  right: clamp(24px, 7vw, 96px);
  bottom: -84px;
  width: min(260px, 34vw);
  aspect-ratio: 1;
  border: 1px solid rgba(63, 74, 50, 0.12);
  border-radius: 50%;
}

.schedule-card > * {
  position: relative;
}

.schedule-card h2 {
  max-width: 680px;
  color: var(--green);
}

.schedule-card p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 0;
}

.schedule-button {
  color: var(--cream);
  background: var(--green);
  box-shadow: 0 12px 28px rgba(63, 74, 50, 0.18);
  white-space: nowrap;
}

.contact-section {
  max-width: none;
  padding-left: max(clamp(20px, 5vw, 72px), calc((100vw - 1180px) / 2 + 42px));
  padding-right: max(clamp(20px, 5vw, 72px), calc((100vw - 1180px) / 2 + 42px));
  background: var(--white);
}

form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(76, 74, 56, 0.18);
  border-radius: 8px;
  padding: 14px 15px;
  color: var(--ink);
  background: var(--cream);
  font: inherit;
}

textarea {
  resize: vertical;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.82);
  background: var(--green);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 14px;
  }

  .nav-links {
    width: 100%;
    justify-content: center;
    gap: 10px 16px;
    font-size: 0.86rem;
  }

  h1 {
    font-size: clamp(3.5rem, 16vw, 5rem);
  }

  .about-section,
  .split-section,
  .schedule-section,
  .contact-section,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .about-section {
    padding: 0;
  }

  .about-photo img {
    width: min(340px, 100%);
    min-height: 0;
  }

  .mini-cta {
    flex-direction: column;
  }

  .schedule-card {
    grid-template-columns: 1fr;
  }

  .schedule-button {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 100vh;
    padding-top: 116px;
  }

  .hero-overlay {
    background: linear-gradient(
      0deg,
      rgba(63, 74, 50, 0.68),
      rgba(63, 74, 50, 0.34)
    );
  }
}
.hidden {
  display: none;
}
