:root {
    --forest-950: #0b2d26;
    --forest-900: #103a30;
    --forest-800: #174c3f;
    --forest-700: #236451;
    --leaf-500: #84b847;
    --lime-300: #dbea78;
    --sun-300: #e9bd6a;
    --ink: #15221e;
    --muted: #68756f;
    --line: #dfe7e2;
    --surface: #ffffff;
    --canvas: #f5f8f6;
    --warm: #fbfaf5;
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 30px;
    --shadow-sm: 0 10px 32px rgba(13, 54, 44, 0.08);
    --shadow-lg: 0 28px 80px rgba(7, 39, 31, 0.22);
    --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--surface); line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--forest-700); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 900; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.eyebrow-light { color: var(--lime-300); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 23px; border-radius: 999px; border: 1px solid transparent; background: var(--forest-900); color: #fff; text-decoration: none; font-weight: 850; transition: .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.button-sm { min-height: 42px; padding-inline: 18px; font-size: 14px; }
.button-accent { background: var(--lime-300); color: var(--forest-950); }
.button-ghost { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.4); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: .25s ease; color: #fff; }
.site-header.is-scrolled { background: rgba(10, 40, 33, .94); backdrop-filter: blur(16px); box-shadow: 0 8px 35px rgba(0,0,0,.16); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 45px; height: 45px; border-radius: 15px; display: grid; place-items: center; background: var(--lime-300); color: var(--forest-950); box-shadow: inset 0 0 0 1px rgba(16,58,48,.12); }
.brand-mark span { font-family: Georgia, serif; font-weight: 900; font-size: 25px; transform: rotate(-5deg); }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 15px; letter-spacing: .015em; }
.brand-copy small { margin-top: 4px; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; opacity: .75; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 750; opacity: .88; }
.site-nav a:hover { opacity: 1; color: var(--lime-300); }
.header-cta { flex: 0 0 auto; }
.nav-toggle { display: none; margin-left: auto; width: 45px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: transparent; padding: 9px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 4px 0; }

.hero { min-height: 850px; position: relative; overflow: hidden; background: linear-gradient(116deg, #082d25 0%, #0c4537 46%, #46765c 100%); color: #fff; display: grid; align-items: center; padding: 145px 0 80px; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 24%, rgba(224,237,173,.28), transparent 24%), linear-gradient(90deg, rgba(5,31,25,.72), transparent 64%); }
.hero-atmosphere { position: absolute; inset: 0; overflow: hidden; opacity: .95; }
.mountain { position: absolute; display: block; width: 830px; height: 520px; right: -150px; bottom: -80px; clip-path: polygon(0 100%, 19% 56%, 29% 71%, 47% 24%, 61% 58%, 77% 35%, 100% 100%); }
.mountain-one { background: linear-gradient(145deg, rgba(218,236,211,.72), rgba(17,72,55,.3) 44%, rgba(10,45,36,.92)); transform: scale(1.25); filter: blur(.3px); }
.mountain-two { right: 95px; bottom: -140px; background: linear-gradient(145deg, rgba(164,202,164,.52), rgba(11,60,47,.9)); transform: scale(.95); }
.river { position: absolute; right: 17%; bottom: -50px; width: 220px; height: 480px; background: linear-gradient(180deg, rgba(208,238,229,.25), rgba(218,248,240,.8)); clip-path: polygon(42% 0, 64% 2%, 58% 20%, 73% 38%, 60% 53%, 79% 69%, 65% 100%, 15% 100%, 41% 70%, 28% 54%, 51% 36%, 34% 18%); filter: blur(2px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .68fr); gap: 72px; align-items: center; }
.hero-copy h1 { max-width: 790px; margin: 18px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(55px, 7.5vw, 102px); line-height: .96; letter-spacing: -.045em; font-weight: 500; }
.hero-copy h1 em { color: var(--lime-300); font-weight: 500; }
.hero-copy > p { max-width: 690px; margin: 0; color: rgba(255,255,255,.82); font-size: 18px; }
.hero-actions { display: flex; gap: 13px; margin-top: 34px; flex-wrap: wrap; }
.hero-proof { display: flex; gap: 38px; margin-top: 58px; }
.hero-proof div { display: grid; gap: 4px; padding-left: 15px; border-left: 2px solid var(--lime-300); }
.hero-proof strong { font-size: 14px; }
.hero-proof span { font-size: 12px; color: rgba(255,255,255,.66); }
.hero-card { border: 1px solid rgba(255,255,255,.2); background: rgba(10,42,34,.75); backdrop-filter: blur(18px); padding: 30px; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.hero-card-kicker { color: var(--lime-300); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 900; }
.hero-card h2 { font-size: 29px; margin: 7px 0 20px; }
.hero-card > a { display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; padding: 16px 0; text-decoration: none; border-top: 1px solid rgba(255,255,255,.13); }
.hero-card > a:hover b { transform: translateX(5px); color: var(--lime-300); }
.hero-card > a b { transition: .2s ease; }
.hero-card > a span:nth-child(2) { display: grid; }
.hero-card > a small { color: rgba(255,255,255,.62); margin-top: 2px; }
.service-icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: rgba(219,234,120,.12); color: var(--lime-300); font-size: 20px; }
.hero-card-note { margin: 18px 0 0; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.62); font-size: 12px; }

.service-intro { background: var(--warm); }
.section-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 60px; align-items: end; margin-bottom: 45px; }
.section-heading h2 { margin: 11px 0 0; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; font-weight: 500; letter-spacing: -.035em; }
.section-heading > p { margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 330px; position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line); background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.service-card::after { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; right: -75px; bottom: -80px; background: rgba(132,184,71,.12); }
.service-card.featured { background: var(--forest-900); color: #fff; border-color: transparent; }
.service-card > span { color: var(--leaf-500); font-size: 13px; font-weight: 900; }
.service-card h3 { margin: 55px 0 13px; font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.service-card p { color: var(--muted); }
.service-card.featured p { color: rgba(255,255,255,.68); }
.service-card a { position: absolute; left: 30px; bottom: 28px; z-index: 2; color: var(--forest-700); font-weight: 850; text-decoration: none; }
.service-card.featured a { color: var(--lime-300); }

.process-section { background: var(--forest-950); color: #fff; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.process-grid h2 { margin: 15px 0 22px; font-family: Georgia, serif; font-size: clamp(44px, 5vw, 68px); line-height: 1.02; font-weight: 500; }
.process-grid > div > p { color: rgba(255,255,255,.67); max-width: 500px; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.14); }
.process-list li > span { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(219,234,120,.45); border-radius: 50%; color: var(--lime-300); font-weight: 900; }
.process-list strong { font-size: 18px; }
.process-list p { margin: 4px 0 0; color: rgba(255,255,255,.58); }
.cta-section { background: var(--canvas); }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 50px 58px; border-radius: var(--radius-lg); background: linear-gradient(110deg, var(--forest-800), var(--forest-950)); color: #fff; box-shadow: var(--shadow-lg); }
.cta-card h2 { font-family: Georgia, serif; margin: 8px 0 7px; font-size: 48px; font-weight: 500; }
.cta-card p { margin: 0; color: rgba(255,255,255,.68); }
.site-footer { background: #071e19; color: #fff; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr 1fr; gap: 55px; }
.brand-footer { margin-bottom: 18px; }
.footer-grid > div > p { color: rgba(255,255,255,.55); max-width: 420px; }
.footer-grid h2 { font-size: 13px; text-transform: uppercase; letter-spacing: .14em; color: var(--lime-300); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { text-decoration: none; color: rgba(255,255,255,.7); font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 12px; }
.error-page { min-height: 72vh; display: grid; place-items: center; padding: 150px 0 80px; text-align: center; background: var(--canvas); }
.error-page span { font-size: 13px; font-weight: 900; color: var(--forest-700); letter-spacing: .18em; }
.error-page h1 { max-width: 720px; margin: 14px auto; font-family: Georgia, serif; font-size: 56px; line-height: 1.05; font-weight: 500; }
.error-page p { color: var(--muted); margin-bottom: 26px; }

@media (max-width: 1050px) {
    .site-nav { gap: 17px; }
    .site-nav a { font-size: 13px; }
    .hero-grid { grid-template-columns: 1fr .72fr; gap: 35px; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
    .header-cta { display: none; }
    .nav-toggle { display: block; }
    .site-nav { position: absolute; top: 74px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 13px; background: rgba(8,43,35,.98); border: 1px solid rgba(255,255,255,.15); border-radius: 18px; box-shadow: var(--shadow-lg); }
    .site-nav.is-open { display: flex; }
    .site-nav a { padding: 13px 12px; }
    .hero { min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-card { max-width: 600px; }
    .hero-copy h1 { font-size: clamp(54px, 13vw, 82px); }
    .section-heading, .process-grid { grid-template-columns: 1fr; gap: 28px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 285px; }
    .cta-card { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .container { width: min(100% - 28px, var(--container)); }
    .section { padding: 72px 0; }
    .header-inner { min-height: 72px; }
    .brand-copy strong { font-size: 13px; }
    .hero { padding-top: 120px; }
    .hero-copy > p { font-size: 16px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-proof { flex-direction: column; gap: 18px; margin-top: 38px; }
    .hero-card { padding: 23px; }
    .section-heading h2, .process-grid h2 { font-size: 43px; }
    .cta-card { padding: 35px 26px; }
    .cta-card h2 { font-size: 39px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; gap: 7px; }
    .error-page h1 { font-size: 42px; }
}
