:root {
  --ivory: #f3efe5;
  --paper: #fbf9f4;
  --forest: #18392e;
  --forest-soft: #234a3d;
  --sage: #b7c1aa;
  --sage-light: #dfe3d6;
  --gold: #b08b48;
  --ink: #1e2b26;
  --muted: #667069;
  --line: rgba(24, 57, 46, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.site-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(24px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 249, 244, 0.94);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}
.brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1.1; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 21px; letter-spacing: .02em; }
.brand-name sup { font: 9px/1 Arial, sans-serif; vertical-align: top; }
.brand-line { color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; margin-top: 7px; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { text-decoration: none; font-size: 14px; }
.nav-cta { border: 1px solid var(--forest); padding: 10px 17px; }
.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  background: var(--ivory);
  overflow: hidden;
}
.hero-copy { padding: clamp(90px, 12vw, 170px) clamp(28px, 8vw, 120px); padding-right: clamp(28px, 5vw, 76px); }
.eyebrow { color: var(--gold); font-size: 12px; line-height: 1.3; text-transform: uppercase; letter-spacing: .18em; font-weight: 600; margin: 0 0 24px; }
h1, h2, h3 { margin-top: 0; color: var(--forest); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h1 em, h2 em { font-weight: 400; }
h1 { font-size: clamp(48px, 5.4vw, 79px); line-height: 1.07; max-width: 950px; margin-bottom: 35px; }
h2 { font-size: clamp(38px, 4.2vw, 59px); line-height: 1.12; margin-bottom: 30px; }
h3 { font-size: 19px; line-height: 1.35; }
.hero-intro { font-size: clamp(19px, 1.8vw, 24px); max-width: 720px; color: #435049; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 44px; flex-wrap: wrap; }
.button { display: inline-block; padding: 15px 23px; text-decoration: none; font-size: 14px; letter-spacing: .02em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; }
.text-link { font-size: 14px; text-underline-offset: 5px; }
.hero-art { position: relative; min-height: 620px; background: var(--forest); overflow: hidden; }
.sun { position: absolute; width: 230px; height: 230px; border: 1px solid rgba(237, 219, 169, .5); border-radius: 50%; top: 15%; right: 15%; }
.horizon { position: absolute; border-radius: 50% 50% 0 0; bottom: -13%; width: 130%; height: 50%; left: -15%; transform: rotate(-4deg); }
.horizon-one { background: #31584b; bottom: -1%; height: 35%; }
.horizon-two { background: #446b5c; left: 5%; bottom: -17%; height: 47%; transform: rotate(7deg); }
.path { position: absolute; width: 130px; height: 550px; background: var(--ivory); opacity: .85; bottom: -240px; left: 45%; border-radius: 50%; transform: rotate(18deg); }
.hero-art p { position: absolute; left: 11%; top: 19%; color: var(--ivory); font-family: Georgia, serif; font-size: 26px; line-height: 1.55; z-index: 2; }
.statement { padding: 100px clamp(28px, 14vw, 220px); text-align: center; background: var(--forest); color: white; }
.statement p { font-family: Georgia, serif; font-size: clamp(27px, 3.3vw, 44px); line-height: 1.35; max-width: 1100px; margin: 0 auto 24px; }
.statement span { color: var(--sage); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.section { padding: clamp(85px, 11vw, 150px) clamp(28px, 8vw, 120px); }
.split, .approach-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 10vw, 145px); }
.prose { max-width: 720px; }
.prose > p:first-child { font-size: 22px; margin-top: 0; }
.recognition-list { list-style: none; margin: 35px 0; padding: 0; border-top: 1px solid var(--line); }
.recognition-list li { padding: 17px 0 17px 34px; border-bottom: 1px solid var(--line); position: relative; }
.recognition-list li::before { content: "—"; color: var(--gold); position: absolute; left: 0; }
.closing-line { color: var(--forest); font-weight: 600; }
.richness { background: var(--sage-light); display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: end; }
.richness-copy p:last-child { max-width: 600px; }
.three-sources { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(24,57,46,.15); }
.three-sources article { background: var(--sage-light); padding: 34px 25px; min-height: 210px; }
.three-sources span, .steps > li > span { color: var(--gold); font-size: 12px; letter-spacing: .12em; }
.three-sources h3 { font-family: Georgia, serif; font-size: 29px; font-weight: 400; margin: 55px 0 8px; }
.three-sources p { font-size: 14px; line-height: 1.5; margin: 0; }
.nature-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 10vw, 140px); align-items: center; background: var(--forest); color: #dfe7e1; overflow: hidden; }
.nature-copy h2 { color: white; }
.nature-copy p:not(.eyebrow) { max-width: 610px; }
.nature-landscape { min-height: 520px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(180deg, #234a3d 0%, #18392e 70%); }
.nature-sun { position: absolute; width: 180px; height: 180px; border: 1px solid rgba(221,196,137,.65); border-radius: 50%; top: 65px; right: 70px; }
.nature-line { position: absolute; width: 130%; height: 45%; left: -15%; bottom: -8%; border: 1px solid rgba(223,227,214,.3); border-radius: 50% 50% 0 0; transform: rotate(-5deg); }
.nature-line-two { bottom: -22%; left: 3%; transform: rotate(7deg); background: rgba(183,193,170,.08); }
.season-words { position: absolute; inset: auto 34px 34px; display: flex; justify-content: space-between; gap: 12px; color: var(--sage); font-family: Georgia, serif; font-style: italic; font-size: 16px; }
.season-words span + span::before { content: "·"; font-family: Arial, sans-serif; font-style: normal; color: var(--gold); margin-right: clamp(10px, 2vw, 28px); }
.journey { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 11vw, 160px); }
.journey-heading { position: sticky; top: 150px; align-self: start; }
.journey-heading > p:last-child { max-width: 430px; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 25px; padding: 30px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps h3 { font-family: Georgia, serif; font-size: 25px; font-weight: 400; margin-bottom: 8px; }
.steps p { margin: 0; color: var(--muted); }
.guide-section { background: var(--ivory); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 150px); }
.guide-mark { min-height: 570px; background: var(--forest); color: var(--ivory); padding: 70px 55px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.guide-mark span { text-transform: uppercase; color: var(--gold); font-size: 12px; letter-spacing: .2em; margin: 8px 0; }
.guide-mark strong { display: block; max-width: 100%; font-family: Georgia, serif; font-size: clamp(42px, 4.5vw, 64px); font-weight: 400; line-height: 1.05; letter-spacing: -.045em; white-space: nowrap; }
.guide-copy { align-self: center; max-width: 700px; }
.guide-copy blockquote { margin: 35px 0; padding: 25px 0 25px 30px; border-left: 2px solid var(--gold); font: 26px/1.4 Georgia, serif; color: var(--forest); }
.approach-section { background: white; }
.invitation { padding: clamp(100px, 14vw, 190px) 28px; text-align: center; background: var(--forest); color: white; }
.invitation h2 { color: white; max-width: 950px; margin: 0 auto 30px; }
.invitation > p:not(.eyebrow) { max-width: 680px; margin: 0 auto 38px; color: #d7dfd8; font-size: 19px; }
.button-light { background: var(--ivory); color: var(--forest); }
.invitation small { display: block; margin-top: 18px; color: #aebdb4; }
.contact-form { max-width: 760px; margin: 40px auto 25px; text-align: left; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; color: #d7dfd8; font-size: 13px; letter-spacing: .04em; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
  width: 100%; margin-top: 8px; border: 1px solid rgba(255,255,255,.3); border-radius: 0;
  background: rgba(255,255,255,.06); color: white; padding: 14px 15px; font: inherit; outline: none;
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form > label { margin-top: 18px; }
.contact-form .consent { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0; line-height: 1.5; }
.contact-form .consent input { margin-top: 4px; }
.contact-form .consent a { color: white; }
.contact-form button { border: 0; cursor: pointer; font: inherit; }
.hidden-field { position: absolute; left: -9999px; }
.simple-page { background: var(--ivory); }
.simple-page main { max-width: 900px; min-height: 100vh; padding: 55px clamp(24px, 8vw, 90px); }
.simple-page section { padding-top: clamp(100px, 17vw, 180px); }
.simple-page h1 { font-size: clamp(48px, 8vw, 84px); }
.simple-page section > p:not(.eyebrow) { max-width: 680px; font-size: 19px; }
.simple-page .button, .simple-page .text-link { margin-top: 24px; }
footer { padding: 55px clamp(28px, 8vw, 120px); display: flex; justify-content: space-between; gap: 30px; background: #102b23; color: white; }
footer p { margin: 7px 0 0; color: #aebdb4; font-size: 13px; }
.footer-right { text-align: right; }
@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 100px; }
  .hero-art { min-height: 480px; }
  .split, .approach-section, .richness, .nature-section, .journey, .guide-section { grid-template-columns: 1fr; }
  .journey-heading { position: static; }
  .three-sources { margin-top: 20px; }
  .guide-mark { min-height: 420px; }
}
@media (max-width: 580px) {
  body { font-size: 16px; }
  .site-header { min-height: 78px; }
  .brand-line { display: none; }
  .nav-cta { padding: 8px 11px; }
  h1 { font-size: 43px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 74px 24px 80px; }
  .hero-art { min-height: 360px; }
  .hero-art p { font-size: 22px; }
  .section { padding: 80px 24px; }
  .three-sources { grid-template-columns: 1fr; }
  .three-sources article { min-height: auto; }
  .three-sources h3 { margin-top: 25px; }
  .guide-mark { padding: 50px 30px; min-height: 360px; }
  .guide-mark strong { font-size: clamp(38px, 12vw, 54px); }
  .nature-landscape { min-height: 370px; }
  .nature-sun { width: 130px; height: 130px; top: 50px; right: 40px; }
  .season-words { font-size: 14px; inset: auto 20px 24px; }
  .season-words span + span::before { margin-right: 7px; }
  .form-grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; }
  .footer-right { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
