:root {
    --forest: #123c2e;
    --forest-deep: #0a2a20;
    --leaf: #2f6b50;
    --sage: #9eb8a5;
    --cream: #f4f0e6;
    --paper: #fbfaf6;
    --gold: #cda05a;
    --ink: #16251f;
    --muted: #65726c;
    --line: rgba(18, 60, 46, .14);
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; background: white; color: var(--forest); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.utility-bar { height: 34px; color: rgba(255,255,255,.76); background: var(--forest-deep); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility-inner a:hover { color: white; }
.site-header { position: absolute; z-index: 20; left: 0; right: 0; top: 0; color: white; }
.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: .08em; line-height: 1; }
.brand > span:last-child { display: grid; gap: 4px; }
.brand strong { font-family: var(--serif); font-size: 23px; font-weight: 700; }
.brand small { font-size: 8px; letter-spacing: .4em; }
.brand-mark { position: relative; display: block; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.5); border-radius: 50% 50% 48% 52%; transform: rotate(-10deg); }
.brand-mark::before, .brand-mark::after, .brand-mark i::before { content: ''; position: absolute; width: 12px; height: 20px; border: 1.5px solid currentColor; border-left: 0; border-bottom: 0; border-radius: 100% 10% 100% 10%; transform: rotate(-45deg); }
.brand-mark::before { left: 10px; top: 5px; }
.brand-mark::after { left: 7px; top: 15px; transform: scaleX(-1) rotate(-45deg); }
.brand-mark i::before { left: 17px; top: 13px; }
.nav-menu { display: flex; align-items: center; gap: 32px; font-size: 13px; }
.nav-menu > a:not(.button) { position: relative; color: rgba(255,255,255,.84); }
.nav-menu > a:not(.button)::after { content: ''; position: absolute; height: 1px; width: 0; left: 0; bottom: -7px; background: var(--gold); transition: width .2s; }
.nav-menu > a:hover::after { width: 100%; }
.nav-toggle { display: none; padding: 8px; border: 0; background: none; color: inherit; }
.nav-toggle span { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 27px; border: 1px solid var(--gold); background: var(--gold); color: #17251f; border-radius: 2px; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); background: #deb875; }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #f7ce86; outline-offset: 4px; }
.button-small { min-height: 40px; padding: 0 20px; color: white; background: transparent; border-color: rgba(255,255,255,.45); }
.button-small:hover { background: white; color: var(--forest); }

.hero { position: relative; min-height: 770px; height: 100svh; max-height: 940px; color: white; background: var(--forest-deep); overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url('/assets/hero.webp') 50% 50% / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,33,25,.3) 0%, rgba(5,33,25,.08) 50%, rgba(5,33,25,.06) 100%); }
.hero-inner { position: relative; height: 100%; display: flex; align-items: center; padding-top: 120px; }
.hero-copy { width: min(590px, 53%); }
.eyebrow { margin: 0 0 24px; color: #e4c58e; font-size: 11px; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: var(--leaf); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { font-size: clamp(62px, 7vw, 102px); }
h1 em, h2 em { color: #e5c78f; font-weight: 400; }
.hero-lead { max-width: 505px; margin: 30px 0 34px; color: rgba(255,255,255,.82); font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 4px; }
.text-link span { margin-left: 8px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 44px; color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.hero-note span { width: 24px; height: 1px; background: var(--gold); }
.scroll-cue { position: absolute; z-index: 2; bottom: 32px; left: 50%; display: grid; justify-items: center; gap: 7px; transform: translateX(-50%); color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: .25em; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 28px; background: linear-gradient(white, transparent); }

.manifesto { background: var(--paper); }
.section-heading { max-width: 760px; margin: 0 auto 78px; text-align: center; }
.section-heading h2, .journey h2, .about h2, .cta-section h2 { font-size: clamp(43px, 5.3vw, 70px); }
.section-heading h2 em, .about h2 em { color: var(--leaf); }
.section-heading > p:last-child { max-width: 660px; margin: 30px auto 0; color: var(--muted); font-family: var(--serif); font-size: 18px; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.pillar { padding: 0 10px; }
.pillar-number { color: var(--gold); font-family: var(--serif); font-size: 14px; font-style: italic; }
.pillar-line { height: 1px; margin: 18px 0 28px; background: var(--line); }
.pillar h3 { margin: 0 0 14px; color: var(--forest); font-family: var(--serif); font-size: 26px; font-weight: 400; }
.pillar p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

.journey { position: relative; color: white; background: var(--forest); overflow: hidden; }
.journey-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }
.journey h2 em { display: inline-block; }
.journey-intro > p:not(.eyebrow) { max-width: 490px; margin: 28px 0 36px; color: rgba(255,255,255,.68); font-family: var(--serif); font-size: 18px; }
.button-light { color: white; background: transparent; border-color: rgba(255,255,255,.45); }
.button-light:hover { color: var(--forest); background: white; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.steps li:first-child { border-top: 1px solid rgba(255,255,255,.14); }
.steps li > span { color: var(--gold); font-family: var(--serif); font-size: 14px; font-style: italic; }
.steps h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.steps p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; }
.journey-art { position: absolute; inset: 0; opacity: .17; pointer-events: none; }
.sun { position: absolute; width: 470px; height: 470px; border: 1px solid var(--gold); border-radius: 50%; right: -80px; top: -160px; }
.mountain { position: absolute; bottom: -180px; width: 650px; height: 430px; border: 1px solid var(--sage); border-radius: 50% 50% 0 0; transform: rotate(-10deg); }
.mountain-one { right: -100px; }
.mountain-two { right: 260px; bottom: -240px; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-visual { position: relative; min-height: 540px; background: linear-gradient(155deg, #a7b5a4, #486854); overflow: hidden; }
.about-visual::before, .about-visual::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.about-visual::before { width: 430px; height: 430px; left: -120px; top: -90px; }
.about-visual::after { width: 300px; height: 300px; right: -90px; bottom: -80px; }
.quote-card { position: absolute; inset: auto 38px 38px; padding: 34px; color: white; background: rgba(11,41,31,.78); backdrop-filter: blur(12px); }
.quote-mark { display: block; color: var(--gold); font-family: var(--serif); font-size: 55px; line-height: .5; }
.quote-card p { margin: 20px 0 0; font-family: var(--serif); font-size: 28px; line-height: 1.3; }
.about-copy h2 { margin-bottom: 30px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.85; }
.location { display: flex; gap: 15px; align-items: center; margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(18,60,46,.16); }
.location-dot { position: relative; width: 34px; height: 34px; border: 1px solid var(--gold); border-radius: 50%; }
.location-dot::after { content: ''; position: absolute; left: 50%; top: 50%; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; transform: translate(-50%,-50%); }
.location div { display: grid; gap: 3px; }
.location strong { color: var(--forest); font-size: 12px; letter-spacing: .12em; }
.location small { color: var(--muted); }

.cta-section { padding: 110px 0; color: white; text-align: center; background: var(--forest-deep); }
.cta-inner { max-width: 820px; }
.cta-section h2 em { color: #e5c78f; }
.cta-section p:not(.eyebrow) { max-width: 620px; margin: 26px auto 34px; color: rgba(255,255,255,.65); font-family: var(--serif); font-size: 18px; }
.cta-actions { display: flex; justify-content: center; align-items: center; gap: 26px; }
.button-gold { background: var(--gold); }
.phone-link { font-family: var(--serif); font-size: 20px; border-bottom: 1px solid rgba(255,255,255,.3); }

.site-footer { padding: 64px 0 26px; color: rgba(255,255,255,.6); background: #071e17; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.brand-footer { color: white; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid strong { color: white; margin-bottom: 6px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p { margin: 12px 0 0; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.footer-bottom span:last-child { max-width: 500px; text-align: right; }
.floating-chat { position: fixed; z-index: 30; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 8px; padding: 12px 17px; color: white; background: #1e7c54; border-radius: 100px; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: 12px; transition: transform .2s; }
.floating-chat:hover { transform: translateY(-3px); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.pillars .reveal:nth-child(2), .steps .reveal:nth-child(2) { transition-delay: .1s; }
.pillars .reveal:nth-child(3), .steps .reveal:nth-child(3) { transition-delay: .2s; }

@media (max-width: 900px) {
    .container { width: min(100% - 36px, 720px); }
    .section { padding: 88px 0; }
    .nav { height: 78px; }
    .nav-toggle { display: block; }
    .nav-menu { position: absolute; left: 18px; right: 18px; top: 104px; display: none; gap: 0; padding: 20px; color: var(--ink); background: var(--paper); box-shadow: 0 20px 50px rgba(0,0,0,.18); }
    .nav-menu.is-open { display: grid; }
    .nav-menu > a:not(.button) { padding: 13px 8px; color: var(--ink); border-bottom: 1px solid var(--line); }
    .nav-menu .button { margin-top: 14px; color: white; background: var(--forest); }
    .hero { min-height: 740px; max-height: none; height: 100svh; }
    .hero-media { background-position: 60% 50%; }
    .hero-shade { background: linear-gradient(90deg, rgba(5,33,25,.9), rgba(5,33,25,.42)); }
    .hero-copy { width: min(590px, 80%); }
    .pillars { grid-template-columns: 1fr; gap: 48px; max-width: 620px; margin: auto; }
    .journey-grid, .about-grid { grid-template-columns: 1fr; gap: 64px; }
    .journey-grid { max-width: 680px; }
    .about-visual { min-height: 430px; }
    .footer-grid { grid-template-columns: 2fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    .container { width: min(100% - 30px, 520px); }
    .utility-bar { display: none; }
    .site-header { top: 0; }
    .nav-menu { top: 70px; }
    .hero { min-height: 700px; }
    .hero-media { background-position: 66% center; }
    .hero-shade { background: linear-gradient(90deg, rgba(5,33,25,.94) 0%, rgba(5,33,25,.7) 58%, rgba(5,33,25,.3)); }
    .hero-inner { padding-top: 76px; align-items: flex-end; padding-bottom: 105px; }
    .hero-copy { width: 100%; }
    h1 { font-size: clamp(52px, 15vw, 72px); }
    .hero-lead { margin: 22px 0 26px; font-size: 17px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
    .hero-note { display: none; }
    .scroll-cue { display: none; }
    .section-heading { margin-bottom: 56px; text-align: left; }
    .section-heading > p:last-child { font-size: 16px; }
    .steps li { grid-template-columns: 45px 1fr; }
    .about-visual { min-height: 360px; }
    .quote-card { inset: auto 20px 20px; padding: 25px; }
    .quote-card p { font-size: 23px; }
    .cta-actions { flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:first-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
    .footer-bottom span:last-child { text-align: left; }
    .floating-chat b { display: none; }
    .floating-chat { right: 16px; bottom: 16px; width: 48px; height: 48px; justify-content: center; padding: 0; }
}

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