:root {
  --ink: #263b34;
  --muted: #64706a;
  --green: #183d34;
  --bright-green: #227353;
  --line: #dfe5e0;
  --body: "DM Sans", "Segoe UI", sans-serif;
  --display: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: var(--body); font-size: 14px; line-height: 1.7; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
svg { display: inline-block; width: 20px; height: 20px; flex: 0 0 auto; stroke-width: 1.5; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ba984f; outline-offset: 5px; }
::selection { background: #c5dfd1; color: #183d34; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; }
h2 { margin-bottom: 0; font-size: 39px; line-height: 1.3; }
h1 em, h2 em { font-weight: 400; }
.container { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.section-space { padding-block: 88px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 8px 16px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255, 255, 255, 0.97); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 46px; border: 1px solid #c5d0c9; border-radius: 20px 20px 2px 2px; color: var(--green); }
.brand-mark svg { width: 24px; height: 26px; stroke-width: 1.3; }
.brand-type strong { display: block; font-family: var(--display); font-size: 18px; line-height: 1.3; font-weight: 500; }
.brand-type small { display: block; color: var(--muted); font-size: 10px; margin-top: 4px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 12px; color: #53655c; }
.desktop-nav a { padding-block: 8px; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 3px; width: 100%; height: 1px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 200ms ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 4px; font-size: 13px; font-weight: 600; line-height: 1.4; transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button svg:last-child { width: 17px; height: 17px; margin-left: 6px; }
.button-primary { background: var(--bright-green); color: white; box-shadow: 0 4px 16px rgb(6 35 26 / 12%); }
.button-primary:hover { background: #185d40; box-shadow: 0 6px 22px rgb(6 35 26 / 20%); }
.button-outline { border-color: #ced8d0; color: var(--green); background: white; }
.button-outline:hover { background: #f0f5f1; }
.header-contact { min-height: 42px; padding: 10px 15px; font-size: 11px; gap: 8px; }
.header-contact svg { width: 17px; height: 17px; }
.button-white { background: white; color: var(--green); }
.button-white:hover { background: #eef4ee; }
.hero { position: relative; min-height: 560px; color: white; isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 57%; }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(9, 31, 28, 0.65), rgba(9, 31, 28, 0.34) 49%, rgba(9, 31, 28, 0.04) 100%); }
.hero-inner { display: flex; min-height: 560px; flex-direction: column; justify-content: space-between; padding-top: 64px; }
.hero-copy { max-width: 720px; padding-bottom: 44px; animation: hero-entrance 800ms ease both; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; font-size: 10px; font-weight: 650; line-height: 1.6; color: #6b786f; }
.hero-eyebrow { color: #fff; font-size: 10px; margin-bottom: 22px; }
.hero-eyebrow > span { height: 6px; width: 6px; border-radius: 50%; background: #e1d4b5; box-shadow: 0 0 0 5px rgb(255 255 255 / 12%); margin: 0 6px; }
.hero h1 { margin: 0; font-size: 56px; line-height: 1.16; text-wrap: balance; text-shadow: 0 2px 20px rgb(0 0 0 / 12%); }
.hero h1 em { color: #f2e6c9; }
.hero-description { margin-block: 24px 0; max-width: 570px; font-size: 15px; line-height: 1.9; color: #fff; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 28px; }
.hero .button-primary { background: white; color: var(--green); }
.hero .button-primary:hover { background: #edf3ec; }
.hero-discover { display: inline-flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 12px; border-bottom: 1px solid rgb(255 255 255 / 50%); }
.hero-discover svg { width: 14px; height: 14px; transition: transform 200ms; }
.hero-discover:hover svg { transform: translateY(3px); }
.hero-contact-note { margin: 13px 0 0; color: #f3f5f2; font-size: 10px; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 61px; border-top: 1px solid rgb(255 255 255 / 35%); font-size: 10px; }
.hero-bottom p { display: flex; align-items: center; gap: 10px; margin: 0; }
.hero-bottom svg { height: 15px; width: 15px; }
.hero-bottom > span { font-family: var(--display); font-style: italic; font-size: 14px; }
.photo-credit { position: absolute; right: 10px; bottom: 4px; font-size: 8px; color: #fff; text-shadow: 0 1px 4px #233a34; }
.benefits { border-bottom: 1px solid var(--line); background: white; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 31px; }
.benefit { display: flex; align-items: center; justify-content: center; gap: 22px; padding-inline: 25px; border-right: 1px solid var(--line); }
.benefit:first-child { justify-content: start; padding-left: 0; }
.benefit:last-child { border: 0; padding-right: 0; justify-content: end; }
.benefit > svg { height: 29px; width: 29px; stroke-width: 1.2; color: #788d6d; }
.benefit span { display: block; color: #5e6c63; font-size: 9px; margin-bottom: 4px; }
.benefit strong { display: block; font-size: 16px; font-weight: 500; }
.benefit strong small { font-size: 11px; font-weight: 400; }
.benefit p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.eyebrow-line { height: 1px; width: 28px; background: #ac9360; }
.section-heading { display: grid; grid-template-columns: 1fr 0.88fr; gap: 60px; align-items: end; margin-bottom: 36px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-description { margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.95; max-width: 480px; }
.mission-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 27px; }
.mission-item { min-width: 0; }
.mission-photo { position: relative; aspect-ratio: 1.45; overflow: hidden; background: #e3e9e5; }
.mission-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.mission-item:hover img { transform: scale(1.035); }
.mission-item:nth-child(3) .mission-photo img { object-position: center 57%; }
.step-number { position: absolute; top: 14px; left: 14px; width: 36px; height: 36px; display: grid; place-items: center; background: white; color: var(--green); font-family: var(--display); font-size: 15px; }
.photo-label { position: absolute; bottom: 15px; left: 15px; font-size: 9px; color: white; background: rgba(20, 43, 34, 0.78); padding: 3px 9px; }
.mission-item-heading { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding-top: 20px; }
.mission-item-heading h3 { margin: 0; font-family: var(--display); font-size: 21px; font-weight: 400; }
.mission-item-heading svg { color: #71846f; width: 18px; height: 18px; }
.mission-item > p { color: var(--muted); margin: 9px 18px 0 0; font-size: 12px; line-height: 1.9; }
.mission-footnote { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 34px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.mission-footnote svg { height: 16px; width: 16px; }
.freedom { background: #f3f6f3; border-block: 1px solid #eaf0e9; }
.freedom-grid { display: grid; grid-template-columns: 0.94fr 1fr; gap: 86px; align-items: center; }
.freedom-visual { position: relative; height: 420px; }
.freedom-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.freedom-caption { display: flex; align-items: center; gap: 19px; position: absolute; bottom: 24px; left: 24px; right: 24px; padding: 19px 23px; background: rgb(255 255 255 / 95%); color: var(--green); }
.freedom-caption svg { width: 29px; height: 29px; stroke-width: 1.25; color: #a48c5a; }
.freedom-caption span { font-size: 11px; line-height: 1.7; }
.freedom-caption strong { font-family: var(--display); font-size: 20px; font-weight: 400; }
.freedom-copy h2 { font-size: 36px; }
.freedom-copy > p:not(.eyebrow) { max-width: 460px; margin: 22px 0 0; color: var(--muted); font-size: 13px; line-height: 1.95; }
.income { margin-top: 26px; padding-block: 19px; border-block: 1px solid #d7e0d6; }
.income > span { display: block; font-size: 9px; color: #66775f; margin-bottom: 4px; }
.income > div { display: flex; align-items: baseline; gap: 13px; }
.income strong {
  font-family: var(--body);
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  white-space: nowrap;
}
.income > div > span { font-size: 12px; color: var(--muted); }
.freedom-points { display: flex; flex-wrap: wrap; gap: 10px 18px; padding-top: 18px; }
.freedom-points span { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; }
.freedom-points svg { width: 13px; height: 13px; stroke-width: 2; color: var(--bright-green); }
.text-link { display: inline-flex; align-items: center; gap: 22px; border-bottom: 1px solid #869c8d; padding-bottom: 5px; font-size: 12px; font-weight: 600; margin-top: 28px; }
.text-link svg { width: 16px; height: 16px; transition: transform 160ms; }
.text-link:hover svg { transform: translate(2px, -2px); }
.questions { display: grid; grid-template-columns: 0.85fr 1fr; gap: 80px; }
.questions h2 { font-size: 33px; }
.questions-intro > p:last-child { color: var(--muted); font-size: 12px; max-width: 300px; margin: 18px 0 0; }
.questions-list { border-top: 1px solid var(--line); }
.questions-list details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.questions-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-block: 21px; font-size: 13px; font-weight: 500; }
.questions-list summary svg { height: 16px; width: 16px; color: #647b6b; transition: transform 180ms; }
.questions-list details[open] summary svg { transform: rotate(45deg); }
.questions-list details p { color: var(--muted); margin: 0 34px 20px 0; font-size: 12px; line-height: 1.9; }
.questions-list details a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.contact-band { background: var(--green); color: white; }
.contact-inner { display: grid; grid-template-columns: 1.3fr 0.8fr; gap: 56px; align-items: center; padding-block: 62px; }
.contact-inner .eyebrow { color: #d2bf95; margin-bottom: 13px; }
.contact-inner h2 { font-size: 37px; }
.contact-inner h2 em { color: #dfceab; }
.contact-inner p:last-child { margin: 19px 0 0; font-size: 12px; line-height: 1.9; color: #d3dfd8; }
.contact-actions { display: flex; align-items: center; flex-direction: column; gap: 15px; }
.contact-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid #688277; border-radius: 50%; margin-bottom: 3px; }
.contact-icon svg { width: 26px; height: 26px; stroke-width: 1.3; color: #d2bf95; }
.contact-actions > span:last-child { font-size: 10px; color: #d3dfd8; }
.site-footer { padding-top: 29px; padding-bottom: 22px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.footer-brand { gap: 8px; }
.footer-brand > svg { width: 22px; height: 22px; }
.footer-brand strong { font-family: var(--display); font-size: 16px; font-weight: 500; }
.footer-top > span { font-family: var(--display); font-style: italic; color: var(--muted); font-size: 12px; }
.back-top { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; color: var(--muted); }
.back-top svg { width: 14px; height: 14px; }
.footer-bottom { display: flex; align-items: start; justify-content: space-between; gap: 24px; padding-top: 17px; font-size: 9px; color: var(--muted); }
.privacy { max-width: 420px; }
.privacy summary { display: flex; justify-content: end; align-items: center; gap: 8px; }
.privacy svg { width: 12px; height: 12px; }
.privacy p { margin: 14px 0 0; line-height: 1.8; }
.mobile-cta { display: none; }
[data-reveal] { transition: opacity 650ms ease, transform 650ms ease; }
.reveal-pending { opacity: 0; transform: translateY(18px); }
.mission-item:nth-child(2) { transition-delay: 100ms; }
.mission-item:nth-child(3) { transition-delay: 200ms; }
@keyframes hero-entrance { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 1600px) {
  .container { width: min(1360px, calc(100% - 160px)); }
  .hero, .hero-inner { min-height: 620px; }
  .hero-inner { padding-top: 86px; }
  .hero h1 { font-size: 62px; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 20px; }
  .desktop-nav { gap: 19px; }
  .header-contact span { display: none; }
  .header-contact svg:last-child { display: none; }
  .header-contact { width: 42px; padding: 10px; }
  .hero h1 { font-size: 52px; }
  .benefit { gap: 15px; padding-inline: 18px; }
  .benefit strong { font-size: 14px; }
  .benefit > svg { width: 25px; height: 25px; }
  .section-heading { gap: 40px; }
  .mission-grid { gap: 20px; }
  .mission-item-heading h3 { font-size: 18px; }
  .freedom-grid { gap: 44px; }
  .freedom-copy h2 { font-size: 31px; }
  .questions { gap: 44px; }
  .contact-inner h2 { font-size: 32px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 86px; }
  .container { width: calc(100% - 40px); }
  .section-space { padding-block: 58px; }
  .header-inner { min-height: 72px; }
  .brand-type strong { font-size: 16px; }
  .brand-type small { font-size: 9px; }
  .brand-mark { width: 35px; height: 39px; }
  .brand-mark svg { width: 21px; height: 23px; }
  .desktop-nav { display: none; }
  .hero, .hero-inner { min-height: 500px; }
  .hero-inner { padding-top: 42px; }
  .hero-copy { max-width: 530px; padding-bottom: 28px; }
  .hero h1 { font-size: 42px; }
  .hero-description { font-size: 14px; max-width: 440px; }
  .hero-shade { background: rgb(8 36 30 / 48%); }
  .hero-image { object-position: 62% center; }
  .hero-bottom { min-height: 52px; font-size: 9px; }
  .hero-bottom > span { display: none; }
  .benefits-grid { padding-block: 24px; }
  .benefit { padding-inline: 13px; gap: 8px; flex-direction: column; align-items: flex-start; justify-content: start; }
  .benefit:first-child, .benefit:last-child { justify-content: start; }
  .benefit > svg { width: 23px; height: 23px; margin-bottom: 2px; }
  .benefit strong { font-size: 12px; line-height: 1.5; }
  .benefit span { font-size: 8px; }
  .benefit p { font-size: 9px; line-height: 1.6; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  h2 { font-size: 33px; }
  .section-description { font-size: 13px; max-width: 580px; }
  .mission-grid { gap: 16px; }
  .mission-photo { aspect-ratio: 0.9; }
  .mission-item-heading { padding-top: 15px; gap: 4px; }
  .mission-item-heading h3 { font-size: 17px; line-height: 1.4; }
  .mission-item-heading svg { display: none; }
  .mission-item > p { font-size: 11px; margin-right: 0; }
  .step-number { width: 28px; height: 28px; font-size: 13px; top: 10px; left: 10px; }
  .photo-label { bottom: 10px; left: 10px; font-size: 8px; padding-inline: 6px; }
  .mission-footnote { font-size: 10px; align-items: start; }
  .mission-footnote svg { margin-top: 2px; }
  .freedom-grid { grid-template-columns: 1fr; gap: 34px; }
  .freedom-visual { height: 330px; }
  .freedom-copy h2 { font-size: 33px; }
  .freedom-copy > p:not(.eyebrow) { max-width: 100%; }
  .questions { grid-template-columns: 1fr; gap: 30px; }
  .questions h2 { font-size: 32px; }
  .questions-intro > p:last-child { max-width: 100%; }
  .contact-inner { grid-template-columns: 1fr; gap: 30px; padding-block: 48px; }
  .contact-actions { align-items: start; }
  .contact-icon { display: none; }
  .footer-top { flex-wrap: wrap; gap: 16px; }
  .footer-top > span { display: none; }
  .site-footer { padding-bottom: 104px; }
  .mobile-cta { display: block; position: fixed; z-index: 30; bottom: 0; left: 0; right: 0; padding: 10px 20px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgb(255 255 255 / 97%); box-shadow: 0 -4px 24px rgb(25 45 35 / 6%); }
  .mobile-cta .button { width: 100%; min-height: 48px; }
}
@media (max-width: 480px) {
  .hero, .hero-inner { min-height: 0; }
  .hero-inner { padding-top: 34px; }
  .hero h1 { font-size: 36px; line-height: 1.18; }
  .hero-eyebrow { font-size: 8px; margin-bottom: 18px; gap: 8px; }
  .hero-description { margin-top: 19px; font-size: 13px; line-height: 1.8; }
  .desktop-break { display: none; }
  .hero-actions { align-items: start; flex-direction: column; gap: 13px; margin-top: 23px; }
  .hero-actions .button { min-height: 49px; width: 100%; }
  .hero-discover { font-size: 11px; }
  .hero-contact-note { font-size: 9px; margin-top: 16px; max-width: 270px; }
  .hero-bottom { min-height: 48px; }
  .hero-copy { padding-bottom: 24px; }
  .benefits-grid { column-gap: 10px; padding-block: 21px; }
  .benefit { padding-inline: 0 10px; }
  .benefit span { font-size: 7px; }
  .benefit strong { font-size: 11px; }
  .benefit strong small { font-size: 9px; }
  .benefit p { font-size: 8px; }
  .section-space { padding-block: 48px; }
  .eyebrow { font-size: 9px; margin-bottom: 14px; }
  h2, .freedom-copy h2, .questions h2, .contact-inner h2 { font-size: 29px; }
  .mission-grid { grid-template-columns: 1fr; gap: 31px; }
  .mission-photo { aspect-ratio: 1.55; }
  .mission-item-heading h3 { font-size: 23px; }
  .mission-item-heading svg { display: block; }
  .mission-item > p { font-size: 12px; margin-top: 7px; }
  .mission-item-heading { padding-top: 16px; }
  .step-number { height: 32px; width: 32px; top: 13px; left: 13px; font-size: 14px; }
  .photo-label { left: 13px; bottom: 13px; }
  .freedom-visual { height: 300px; }
  .freedom-caption { left: 16px; right: 16px; bottom: 16px; padding: 16px; }
  .income strong { font-size: 34px; }
  .freedom-points { gap: 12px; }
  .freedom-points span { font-size: 9px; }
  .questions-list summary { font-size: 12px; padding-block: 20px; }
  .contact-actions .button { width: 100%; }
  .footer-brand strong { font-size: 14px; }
  .back-top { font-size: 9px; }
  .footer-bottom { font-size: 8px; gap: 16px; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 32px); }
  .brand { gap: 8px; }
  .brand-type strong { font-size: 14px; }
  .header-inner { gap: 10px; }
  .hero h1 { font-size: 31px; }
  .button { padding-inline: 13px; font-size: 12px; gap: 8px; }
  h2, .freedom-copy h2, .questions h2, .contact-inner h2 { font-size: 26px; }
  .income strong { font-size: 30px; }
}
@media (max-width: 760px) and (max-height: 700px) {
  .hero, .hero-inner { min-height: 0; }
  .hero-inner { padding-top: 24px; }
  .hero h1 { font-size: 30px; }
  .hero-description { margin-top: 15px; font-size: 12px; }
  .hero-actions { margin-top: 19px; gap: 10px; }
  .hero-contact-note, .hero-bottom { display: none; }
  .hero-copy { padding-bottom: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-pending { opacity: 1; transform: none; }
}
