:root {
  --ink: #26312e;
  --muted: #697470;
  --paper: #fbfaf6;
  --soft: #eef2ec;
  --sage: #8fa886;
  --almond: #dfe5cf;
  --moss: #344f3e;
  --rose: #b46e5f;
  --gold: #c9a462;
  --line: rgba(38, 49, 46, 0.14);
  --shadow: 0 24px 70px rgba(38, 49, 46, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.nav-open {
  overflow: hidden;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px clamp(20px, 4vw, 56px);
  background: rgba(251, 250, 246, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--moss);
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
}

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

.brand strong {
  font-size: 1rem;
  line-height: 1.2;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.2;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a {
  transition: color 180ms ease;
}

.site-nav a:hover {
  color: var(--moss);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(34px, 6vw, 84px);
  align-items: end;
  padding: 128px clamp(20px, 5vw, 80px) 72px;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      150deg,
      #8fa886 0%,
      #b7c5a1 38%,
      #dfe5cf 70%,
      var(--paper) 100%
    );
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34vh;
  z-index: -1;
  background: linear-gradient(0deg, var(--paper) 0%, rgba(251, 250, 246, 0.78) 42%, rgba(251, 250, 246, 0) 100%);
}

.hero-content {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-self: stretch;
  width: min(760px, 100%);
  color: var(--ink);
}

.hero-content h1 {
  align-self: center;
  transform: translateY(-52px);
}

.hero-visual {
  width: min(100%, 390px);
  justify-self: end;
}

.hero-portrait {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 30px 80px rgba(38, 49, 46, 0.18);
  background: transparent;
}

.hero-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  mix-blend-mode: normal;
  opacity: 0.96;
  filter: brightness(1.12) saturate(1.04);
  -webkit-mask-image: radial-gradient(circle at 52% 45%, #000 54%, rgba(0, 0, 0, 0.74) 72%, transparent 100%);
  mask-image: radial-gradient(circle at 52% 45%, #000 54%, rgba(0, 0, 0, 0.74) 72%, transparent 100%);
}

.placeholder-portrait {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  color: var(--moss);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(223, 229, 207, 0.86));
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  text-align: center;
}

.placeholder-portrait span {
  max-width: 220px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero .eyebrow {
  width: min(680px, 100%);
  color: var(--rose);
  font-size: clamp(1.05rem, 2.3vw, 1.55rem);
  line-height: 1.25;
}

.hero .hero-subkicker {
  font-size: clamp(0.86rem, 1.55vw, 1.08rem);
}

.hero-quote {
  width: 100%;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.9rem, 7.2vw, 5.8rem);
  font-weight: 500;
  max-width: 900px;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4.2vw, 3.7rem);
  font-weight: 500;
}

h3 {
  font-size: 1.15rem;
}

.lead {
  width: min(640px, 100%);
  margin: 22px 0 0;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid rgba(52, 79, 62, 0.22);
  border-radius: 999px;
  font: inherit;
  font-size: 1rem;
  font-weight: 750;
}

.button.primary {
  color: #fff;
  background: var(--moss);
}

.button.secondary {
  color: var(--moss);
  background: rgba(255, 255, 255, 0.38);
}

.section {
  padding: clamp(70px, 9vw, 124px) clamp(20px, 5vw, 80px);
}

.section-heading {
  width: min(820px, 100%);
}

.quote {
  margin: 0;
  padding-left: clamp(18px, 3vw, 30px);
  border-left: 3px solid var(--gold);
}

.quote.hero-quote {
  margin-top: clamp(24px, 3vw, 36px);
}

.quote p {
  margin: 0;
  color: var(--moss);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.45vw, 1.25rem);
  font-style: italic;
  line-height: 1.18;
}

.quote cite {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  color: var(--rose);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.quote cite::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.section-heading.narrow {
  width: min(720px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.intro-title {
  width: min(520px, 100%);
}

.intro-content {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}

.intro-title-quote {
  margin-top: clamp(24px, 3vw, 36px);
}

.section-kicker {
  font-size: clamp(0.9rem, 1.4vw, 1.08rem);
  line-height: 1.45;
}

.intro-text {
  color: var(--muted);
  font-size: clamp(1.12rem, 1.45vw, 1.28rem);
  line-height: 1.72;
}

.intro-text p:first-child {
  margin-top: 0;
}

.about-section {
  background: #fff;
}

.about-inner {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
}

.about-side {
  display: grid;
  gap: 22px;
}

.about-side img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(38, 49, 46, 0.14);
}

.about-text {
  color: var(--muted);
  font-size: clamp(1.08rem, 1.35vw, 1.22rem);
  line-height: 1.72;
}

.about-text p:first-child {
  margin-top: 0;
}

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

.muted-section {
  background: var(--soft);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1120px;
  margin: 0 auto;
  background: var(--line);
  border: 1px solid var(--line);
}

.step {
  min-height: 280px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--paper);
}

.step-number {
  display: block;
  margin-bottom: 52px;
  color: var(--gold);
  font-weight: 800;
}

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

.benefits-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(32px, 6vw, 90px);
}

.benefit-content {
  display: grid;
  gap: clamp(24px, 4vw, 42px);
}

.benefit-list {
  border-top: 0;
}

.benefit-list p {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--moss);
  font-size: clamp(1.12rem, 1.45vw, 1.28rem);
}

.benefit-note {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-style: italic;
  line-height: 1.7;
}

.benefit-note p {
  margin: 0 0 18px;
}

.benefit-note p:last-child {
  margin-bottom: 0;
}

.info-section {
  background: #ffffff;
}

.info-panel {
  display: grid;
  gap: clamp(12px, 2vw, 22px);
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  background: #4f6b55;
  color: #fff;
  box-shadow: var(--shadow);
}

.info-panel .eyebrow {
  color: #f1c875;
}

.info-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.details {
  width: 100%;
  margin: 0;
}

.details div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.details dt {
  color: rgba(255, 255, 255, 0.64);
}

.details dd {
  margin: 0;
  font-weight: 750;
}

.map-link {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.42);
  text-underline-offset: 4px;
}

.map-link:hover {
  text-decoration-color: #fff;
}

.detail-note {
  display: inline-block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 500;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(360px, 1.28fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
}

.contact-copy p {
  width: min(620px, 100%);
  color: var(--muted);
}

.contact-copy .eyebrow {
  color: var(--rose);
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--moss);
  font-weight: 750;
}

.contact-form span {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.contact-form small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(98, 124, 106, 0.55);
  outline: 3px solid rgba(98, 124, 106, 0.18);
}

.contact-form button {
  justify-self: start;
  cursor: pointer;
}

.hidden-field {
  display: none;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(20px, 5vw, 80px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--moss);
  font-weight: 750;
}

.photo-credit {
  font-size: 0.92rem;
}

@media (max-width: 820px) {
  .menu-button {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 78px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    padding: 14px;
  }

  .hero {
    min-height: 88svh;
    grid-template-columns: 1fr;
    padding-top: 116px;
  }

  .hero-visual {
    justify-self: start;
    width: min(72vw, 320px);
  }

  h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .intro-section,
  .about-inner,
  .benefits-section,
  .info-panel,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

  .step {
    min-height: auto;
  }

  .step-number {
    margin-bottom: 28px;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand strong {
    max-width: 150px;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .details div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}


.thanks-section {
  min-height: 100svh;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, #8fa886 0%, #b7c5a1 38%, #dfe5cf 70%, var(--paper) 100%);
}

.thanks-card {
  width: min(720px, 100%);
}

.thanks-card p:not(.eyebrow) {
  width: min(560px, 100%);
  color: var(--muted);
  font-size: clamp(1.12rem, 1.45vw, 1.28rem);
}

.thanks-card .button {
  margin-top: 18px;
}
