:root {
  --forest: #173f3a;
  --forest-deep: #0d2e2a;
  --sage: #8da89b;
  --sand: #f2ebdf;
  --cream: #fbf8f1;
  --clay: #c97c5d;
  --gold: #d4aa72;
  --ink: #18302d;
  --line: rgba(24, 48, 45, .16);
  --display: "Lora", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 1rem; top: -10rem; z-index: 100; background: #fff; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { height: 92px; max-width: 1380px; margin: auto; padding: 0 3vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; flex-direction: column; width: max-content; line-height: 1; }
.brand-name { font-family: var(--display); font-size: 1.65rem; letter-spacing: .01em; }
.brand-role { margin-top: .35rem; font-size: .58rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; color: #697b77; }
.site-header nav { display: flex; gap: 2.4rem; font-size: .78rem; font-weight: 600; letter-spacing: .05em; }
.site-header nav a { position: relative; padding: 1rem 0; }
.site-header nav a::after { content: ""; position: absolute; left: 0; bottom: .65rem; width: 0; height: 1px; background: var(--clay); transition: width .25s ease; }
.site-header nav a:hover::after { width: 100%; }
.site-header > .button { justify-self: end; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.1rem; width: max-content; min-height: 56px; padding: .8rem 1.45rem; background: var(--forest); color: #fff; border: 1px solid var(--forest); border-radius: 999px; font-size: .77rem; font-weight: 600; letter-spacing: .04em; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); background: var(--clay); border-color: var(--clay); }
.button-small { min-height: 43px; padding: .55rem 1.1rem; }
.button-outline { color: var(--forest); background: transparent; }
.button-light { background: var(--cream); border-color: var(--cream); color: var(--forest); }
.button-light:hover { color: #fff; }
.text-link { display: inline-flex; gap: .8rem; align-items: center; border-bottom: 1px solid var(--ink); padding: .6rem 0 .25rem; font-size: .78rem; font-weight: 600; }

.hero { max-width: 1380px; min-height: calc(100vh - 92px); margin: auto; padding: 3.5vw 3vw 0; display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; padding: 4.5vw 3.5vw 4vw 1vw; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 1.4rem; color: var(--clay); font-size: .66rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: #e8bd91; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; line-height: 1.03; letter-spacing: -.025em; }
h1 { max-width: 780px; font-size: clamp(3.2rem, 5.1vw, 6.5rem); }
h1 em, h2 em { font-weight: 400; color: var(--clay); }
.hero-lead { max-width: 610px; margin: 2rem 0 0; color: #4f6460; font-size: 1rem; line-height: 1.8; }
.hero-actions { margin-top: 2.1rem; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.quick-facts { list-style: none; padding: 0; margin: 4.5rem 0 0; display: flex; gap: 2.2rem; color: #63736f; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.quick-facts li { display: grid; grid-template-columns: auto 1fr; gap: .6rem; align-items: center; }
.quick-facts span { color: var(--clay); font-family: var(--display); font-size: 1.15rem; }
.hero-visual { position: relative; min-height: 680px; background: #ded4c4; border-radius: 50% 50% 0 0 / 20% 20% 0 0; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 48%, rgba(23,63,58,.16)); pointer-events: none; }
.hero-visual img { position: absolute; z-index: 2; bottom: -1px; left: 50%; width: min(87%, 640px); height: 92%; object-fit: contain; object-position: bottom; transform: translateX(-50%); filter: saturate(.88) contrast(1.04); animation: portrait-in .9s .15s both ease-out; }
.sun-disc { position: absolute; width: 58%; aspect-ratio: 1; border-radius: 50%; background: #f3ca96; top: 9%; right: -8%; opacity: .78; }
.vertical-note { position: absolute; z-index: 4; right: 1rem; top: 20%; margin: 0; writing-mode: vertical-rl; color: rgba(23,63,58,.72); font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; }
.hero-seal { position: absolute; z-index: 5; left: 5%; bottom: 9%; width: 132px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(251,248,241,.92); border-radius: 50%; box-shadow: 0 18px 40px rgba(20,49,45,.16); text-align: center; transform: rotate(-7deg); }
.hero-seal span { font-size: .56rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-seal strong { font-family: var(--display); font-size: 1.15rem; font-weight: 400; color: var(--clay); }
@keyframes portrait-in { from { opacity: 0; transform: translate(-50%, 24px); } to { opacity: 1; transform: translate(-50%, 0); } }

.section-pad { padding: 9rem max(5vw, calc((100vw - 1260px)/2)); }
.manifesto { display: grid; grid-template-columns: 1.45fr 1fr; gap: clamp(4rem, 8vw, 9rem); border-top: 1px solid var(--line); }
.manifesto h2, .for-you h2, .testimonial-heading h2 { font-size: clamp(2.6rem, 4.4vw, 5.2rem); }
.manifesto-copy { align-self: end; color: #50625f; }
.manifesto-copy p { margin: 0 0 1.5rem; }

.image-break { position: relative; height: min(75vw, 820px); min-height: 520px; overflow: hidden; }
.image-break::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,46,42,.72), rgba(13,46,42,.04) 70%); }
.image-break img { width: 100%; height: 100%; object-fit: cover; }
.image-break blockquote { position: absolute; z-index: 2; left: max(6vw, calc((100vw - 1260px)/2)); top: 50%; margin: 0; transform: translateY(-50%); color: #fff; font-family: var(--display); font-size: clamp(2.8rem, 5.5vw, 6.2rem); line-height: 1.05; }
.image-break em { color: #f2c79a; font-weight: 400; }

.encounter { background: var(--forest); color: #f7f1e8; }
.section-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 7rem; align-items: end; }
.section-heading h2 { max-width: 800px; font-size: clamp(2.8rem, 5vw, 5.7rem); }
.section-heading > p { margin: 0; color: #c4d0cd; }
.journey { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 7rem; border-top: 1px solid rgba(255,255,255,.2); }
.journey article { position: relative; min-height: 360px; padding: 2rem 3rem 3rem 0; border-right: 1px solid rgba(255,255,255,.2); }
.journey article:not(:first-child) { padding-left: 3rem; }
.journey article:last-child { border-right: 0; }
.step { font-size: .65rem; letter-spacing: .15em; color: #d8b182; }
.step-mark { margin: 2.6rem 0 2.2rem; font-family: var(--display); font-size: 3.2rem; color: #e6bd8e; }
.journey h3 { max-width: 260px; margin: 0 0 1.2rem; font-family: var(--display); font-size: 2rem; font-weight: 400; line-height: 1.15; }
.journey p { max-width: 310px; margin: 0; color: #afc1bd; font-size: .9rem; }
.encounter-bottom { padding-top: 3rem; border-top: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.encounter-bottom p { margin: 0; color: #b8c7c4; }
.encounter-bottom strong { color: #fff; font-family: var(--display); font-size: 1.55rem; font-weight: 400; }

.for-you { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.for-you-intro { position: sticky; top: 3rem; align-self: start; }
.signals { border-top: 1px solid var(--line); }
.signals article { display: grid; grid-template-columns: 60px 1fr; gap: 1.3rem; padding: 2.15rem 0; border-bottom: 1px solid var(--line); }
.signals span { color: var(--clay); font-family: var(--display); font-size: 1.2rem; }
.signals p { margin: 0; font-size: 1.06rem; }

.about { background: #ede3d5; display: grid; grid-template-columns: 1.08fr .92fr; gap: 8vw; align-items: center; }
.about-photo { position: relative; }
.about-photo::before { content: ""; position: absolute; width: 44%; aspect-ratio: 1; border: 1px solid var(--clay); border-radius: 50%; left: -6%; top: -8%; }
.about-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center; border-radius: 48% 48% 4px 4px / 25% 25% 4px 4px; }
.photo-caption { position: absolute; z-index: 2; right: -3rem; bottom: 2rem; padding: 1.15rem 1.4rem; background: var(--cream); font-family: var(--display); font-size: 1.2rem; line-height: 1.3; box-shadow: 0 18px 45px rgba(24,48,45,.13); }
.about-copy h2 { font-size: clamp(3rem, 5vw, 5.7rem); }
.about-lead { margin: 2.2rem 0 1.4rem; font-size: 1.16rem; color: var(--forest); }
.about-copy > p:not(.eyebrow) { max-width: 600px; }
.signature { margin-top: 2.4rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-family: var(--display); font-size: 1.55rem; }
.signature span { display: block; margin-top: .3rem; color: #6f7e7a; font-family: var(--sans); font-size: .62rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }

.testimonials { background: var(--cream); }
.testimonial-heading { text-align: center; }
.testimonial-grid { margin-top: 5rem; display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 1.4rem; align-items: center; }
.testimonial-grid blockquote { position: relative; min-height: 365px; margin: 0; padding: 3.5rem 2.5rem 2.5rem; display: flex; flex-direction: column; justify-content: space-between; background: #fff; border: 1px solid var(--line); border-radius: 45% 45% 4px 4px / 15% 15% 4px 4px; }
.testimonial-grid .featured-quote { min-height: 430px; background: var(--forest); color: #fff; border-color: var(--forest); }
.quote-mark { position: absolute; top: .55rem; left: 50%; transform: translateX(-50%); color: var(--clay); font-family: Georgia, serif; font-size: 4rem; line-height: 1; }
.testimonial-grid p { margin: 1.5rem 0; text-align: center; font-family: var(--display); font-size: 1.45rem; line-height: 1.45; }
.testimonial-grid footer { text-align: center; color: #8a5c4a; font-size: .65rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.featured-quote footer { color: #e2bb8c; }

.final-cta { position: relative; min-height: 760px; background: var(--forest-deep); color: #fff; overflow: hidden; display: grid; place-items: center; text-align: center; }
.final-art { position: absolute; inset: 0; display: grid; place-items: center; opacity: .3; }
.ring { position: absolute; border: 1px solid #e9c395; border-radius: 50%; }
.ring-one { width: 38vw; aspect-ratio: 1; }
.ring-two { width: 56vw; aspect-ratio: 1; }
.ring-three { width: 74vw; aspect-ratio: 1; }
.final-copy { position: relative; z-index: 2; max-width: 900px; display: flex; flex-direction: column; align-items: center; }
.final-copy h2 { font-size: clamp(3.4rem, 7vw, 7.5rem); }
.final-copy h2 em { color: #e6b982; }
.final-copy > p:not(.eyebrow) { max-width: 580px; margin: 2rem auto; color: #c0cfcc; }
.final-copy small { margin-top: 1.5rem; color: #8fa6a1; font-size: .68rem; letter-spacing: .07em; }

.site-footer { padding: 2.5rem 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; font-size: .68rem; color: #6a7976; }
.site-footer > p:last-child { text-align: right; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { min-height: auto; padding-top: 3rem; grid-template-columns: 1fr; }
  .hero-copy { padding: 2rem 3vw 4rem; }
  .quick-facts { margin-top: 3rem; }
  .hero-visual { min-height: 700px; }
  .manifesto { grid-template-columns: 1fr; gap: 2rem; }
  .manifesto-copy { max-width: 640px; }
  .section-heading { grid-template-columns: 1fr; gap: 2rem; }
  .section-heading > p { max-width: 620px; }
  .for-you { grid-template-columns: 1fr; gap: 4rem; }
  .for-you-intro { position: static; }
  .about { grid-template-columns: 1fr; }
  .about-photo { max-width: 760px; }
  .photo-caption { right: 1rem; }
  .testimonial-grid { grid-template-columns: 1fr; max-width: 650px; margin-left: auto; margin-right: auto; }
  .testimonial-grid blockquote, .testimonial-grid .featured-quote { min-height: 300px; border-radius: 180px 180px 4px 4px / 50px 50px 4px 4px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p:nth-child(2) { display: none; }
}

@media (max-width: 700px) {
  body { padding-bottom: 72px; }
  .site-header { height: 78px; padding: 0 1.25rem; }
  .site-header > .button { display: none; }
  .brand-name { font-size: 1.4rem; }
  .hero { display: flex; flex-direction: column; padding: 0; }
  .hero-copy { padding: 4.2rem 1.25rem 3.5rem; }
  h1 { font-size: clamp(3rem, 13vw, 4.25rem); }
  .hero-lead { font-size: .95rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .button { width: 100%; }
  .quick-facts { display: grid; gap: .75rem; }
  .hero-visual { min-height: 540px; border-radius: 50% 50% 0 0 / 14% 14% 0 0; }
  .hero-visual img { height: 92%; width: 95%; }
  .hero-seal { width: 110px; left: 3%; }
  .section-pad { padding: 6.5rem 1.25rem; }
  .manifesto { grid-template-columns: 1fr; gap: 1.8rem; }
  .manifesto h2, .for-you h2, .testimonial-heading h2 { font-size: 2.8rem; }
  .image-break { height: 650px; }
  .image-break img { object-position: 62% center; }
  .image-break blockquote { left: 1.25rem; right: 1.25rem; font-size: 3rem; }
  .journey { grid-template-columns: 1fr; margin-top: 4.5rem; }
  .journey article, .journey article:not(:first-child) { min-height: 0; padding: 2.2rem 0 2.5rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .journey article:last-child { border-bottom: 0; }
  .step-mark { margin: 1rem 0; }
  .encounter-bottom { align-items: flex-start; flex-direction: column; }
  .signals article { grid-template-columns: 42px 1fr; }
  .about-photo img { aspect-ratio: 3/4; object-position: 66% center; }
  .photo-caption { bottom: -1.5rem; }
  .about-copy { margin-top: 2rem; }
  .testimonial-grid { margin-top: 3rem; }
  .testimonial-grid blockquote, .testimonial-grid .featured-quote { padding: 3.4rem 1.4rem 2rem; }
  .testimonial-grid p { font-size: 1.3rem; }
  .final-cta { min-height: 690px; }
  .final-copy h2 { font-size: 3.5rem; }
  .ring-one { width: 78vw; }
  .ring-two { width: 125vw; }
  .ring-three { width: 175vw; }
  .site-footer { grid-template-columns: 1fr; padding: 2.5rem 1.25rem; }
  .site-footer > p:last-child { text-align: left; }
  .mobile-cta { position: fixed; z-index: 30; left: .7rem; right: .7rem; bottom: .7rem; display: flex; align-items: center; justify-content: center; min-height: 52px; background: var(--clay); color: #fff; border-radius: 999px; box-shadow: 0 12px 30px rgba(13,46,42,.3); font-size: .78rem; font-weight: 600; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
