:root {
  --ink: #171816;
  --ink-soft: #272a27;
  --paper: #f2f2ed;
  --paper-deep: #e6e8e1;
  --white: #ffffff;
  --muted: #64706a;
  --dark-muted: rgba(255,255,255,.72);
  --line: rgba(255,255,255,.18);
  --line-dark: rgba(23,24,22,.14);
  --pine: #1a4a3e;
  --pine-deep: #112f28;
  --accent: #f0deb8;
  --radius: 24px;
  --pill: 999px;
  --wrap: min(1200px, calc(100% - 48px));
  --ease: cubic-bezier(.19,1,.22,1);
  font-family: Manrope, Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { min-width: 320px; overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.wrap { width: var(--wrap); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.eyebrow { margin: 0 0 15px; color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.eyebrow.dark { color: var(--pine); }
.muted { color: var(--muted); }
.notice { color: var(--muted); font-size: .82rem; }

/* Shared MAF-inspired navigation */
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); pointer-events: none; }
.nav { min-height: 112px; display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: 24px; }
.brand { justify-self: center; max-width: min(36vw, 360px); color: var(--white); font-size: clamp(1.35rem,2.45vw,2.25rem); font-weight: 800; letter-spacing: -.055em; line-height: .98; text-align: center; text-shadow: 0 10px 32px rgba(0,0,0,.4); pointer-events: auto; }
.brand small { display: block; margin-top: 6px; font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { justify-self: start; display: flex; align-items: center; gap: 2px; padding: 7px; border: 1px solid var(--line); border-radius: var(--pill); background: rgba(20,23,21,.62); box-shadow: 0 16px 42px rgba(0,0,0,.18); backdrop-filter: blur(14px); pointer-events: auto; }
.nav-links a, .phone { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border-radius: var(--pill); font-size: .71rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; white-space: nowrap; transition: color .25s ease, background .25s ease, transform .25s var(--ease); }
.nav-links a { padding: 0 20px; color: rgba(255,255,255,.9); }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--ink); background: var(--white); }
.phone { justify-self: end; min-width: 174px; min-height: 54px; padding: 0 27px; color: var(--ink); background: var(--white); box-shadow: 0 14px 34px rgba(0,0,0,.18); font-size: clamp(.96rem,1.15vw,1.08rem); letter-spacing: .02em; pointer-events: auto; }
.phone:hover, .phone:focus-visible { background: var(--accent); }
.nav-toggle { display: none; justify-self: end; border: 1px solid var(--line); border-radius: 50%; width: 46px; height: 46px; color: var(--white); background: rgba(20,23,21,.62); font-size: 1.2rem; pointer-events: auto; }

/* Hero */
.hero { position: relative; isolation: isolate; min-height: max(700px,100svh); overflow: hidden; display: grid; grid-template-rows: 1fr auto; padding: 0 24px 24px; color: var(--white); background: #151916; }
.hero-image { position: absolute; inset: 0; z-index: -4; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; transform: scale(1.035); animation: hero-drift 8s var(--ease) both; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 50% 43%, rgba(12,18,15,.02) 0%, rgba(12,18,15,.24) 51%, rgba(5,9,7,.72) 100%), linear-gradient(180deg, rgba(7,12,10,.6) 0%, rgba(7,12,10,.15) 39%, rgba(7,12,10,.58) 100%), linear-gradient(90deg, rgba(6,11,9,.55), rgba(6,11,9,.08) 52%, rgba(6,11,9,.4)); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none; opacity: .06; mix-blend-mode: soft-light; background-image: repeating-linear-gradient(0deg,rgba(255,255,255,.12) 0 1px,transparent 1px 5px); }
.hero-content { align-self: center; max-width: 1080px; margin-top: 92px; text-align: center; }
.hero-content .eyebrow { margin-bottom: 19px; }
.hero h1 { max-width: 1080px; margin: 0 auto; color: var(--white); font-size: clamp(2.65rem,4.8vw,5rem); font-weight: 800; letter-spacing: -.058em; line-height: .95; text-wrap: balance; text-shadow: 0 24px 80px rgba(0,0,0,.62); }
.lead { max-width: 670px; margin: 26px auto 0; color: rgba(255,255,255,.92); font-size: clamp(1rem,1.45vw,1.25rem); line-height: 1.52; text-wrap: balance; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 23px; border: 1px solid transparent; border-radius: var(--pill); font-size: .78rem; font-weight: 800; letter-spacing: .035em; line-height: 1.18; text-align: center; text-transform: uppercase; cursor: pointer; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s var(--ease); }
.btn.primary { color: var(--ink); background: var(--white); box-shadow: 0 16px 42px rgba(0,0,0,.25); }
.btn.primary:hover, .btn.primary:focus-visible { background: var(--accent); }
.btn.ghost { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(18,24,21,.2); }
.btn.ghost:hover, .btn.ghost:focus-visible { color: var(--ink); background: var(--white); }
.qualifier { max-width: 620px; margin: 20px auto 0; color: rgba(255,255,255,.74); font-size: .83rem; }
.hero-bottom { align-self: end; display: flex; align-items: end; justify-content: space-between; gap: 24px; width: min(1370px,100%); margin-inline: auto; }
.hero-values { display: flex; flex-wrap: wrap; gap: 9px; max-width: 720px; }
.hero-value { display: inline-flex; align-items: center; min-height: 48px; padding: 0 18px; border: 1px solid var(--line); border-radius: var(--pill); color: rgba(255,255,255,.92); background: rgba(25,28,26,.47); box-shadow: 0 12px 32px rgba(0,0,0,.16); backdrop-filter: blur(10px); font-size: .7rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.project-card { display: grid; grid-template-columns: 98px minmax(128px,1fr) 46px; align-items: center; gap: 12px; width: min(340px,100%); min-height: 110px; padding: 11px; border: 1px solid var(--line); border-radius: 29px; color: var(--white); background: linear-gradient(135deg,rgba(65,69,65,.86),rgba(20,22,21,.88)); box-shadow: 0 22px 62px rgba(0,0,0,.32); backdrop-filter: blur(14px); pointer-events: auto; }
.project-card__image { width: 98px; height: 86px; overflow: hidden; border-radius: 20px; background: #2d332f; }
.project-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 56%; }
.project-card__body { display: grid; gap: 5px; min-width: 0; }
.project-card__label { color: rgba(255,255,255,.56); font-size: .63rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.project-card__title { font-size: 1rem; font-weight: 800; letter-spacing: -.035em; line-height: 1.03; text-transform: uppercase; }
.project-card__arrow { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: var(--ink); background: var(--white); font-size: 1.3rem; transition: background .25s ease, transform .25s var(--ease); }
.project-card:hover .project-card__arrow, .project-card:focus-visible .project-card__arrow { background: var(--accent); transform: rotate(-12deg); }

/* Content sections */
section:not(.hero):not(.page-hero) { padding: 96px 0; }
.section-head { max-width: 770px; margin-bottom: 42px; }
.section-head h2, .two-col h2, .form-aside h2 { margin: 0 0 16px; font-size: clamp(2.2rem,4vw,4rem); font-weight: 800; letter-spacing: -.06em; line-height: .98; text-wrap: balance; }
.section-head p { max-width: 690px; margin: 0; font-size: 1.04rem; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.card { min-height: 278px; padding: 29px; border: 1px solid var(--line-dark); border-radius: 16px; background: rgba(255,255,255,.48); }
.number { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--pine); background: #dce9e2; font-size: .72rem; font-weight: 800; }
.card h3 { margin: 42px 0 9px; font-size: 1.25rem; letter-spacing: -.03em; line-height: 1.1; }
.card p { margin: 0; color: var(--muted); }
.feature { background: var(--paper-deep); }
.two-col { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: clamp(46px,8vw,120px); }
.two-col p { font-size: 1.08rem; }
.checklist { padding: 0; margin: 28px 0; list-style: none; }
.checklist li { position: relative; padding: 11px 0 11px 28px; border-bottom: 1px solid rgba(23,24,22,.15); }
.checklist li::before { content: "✓"; position: absolute; left: 1px; color: var(--pine); font-weight: 900; }
.inline-cta { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--pine); font-size: .87rem; font-weight: 800; }
.image-card { position: relative; min-height: 460px; overflow: hidden; border-radius: var(--radius); background: #28312c; box-shadow: 0 24px 55px rgba(22,29,25,.15); }
.image-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-card::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent,rgba(5,10,8,.78)); }
.image-label { position: absolute; z-index: 1; inset: auto 20px 18px; color: rgba(255,255,255,.82); font-size: .73rem; }

/* A pinned, horizontal process: six stages grow along one continuous stem. */
.process { color: var(--ink); background: #f5f5f1; }
.process-scroll { min-height: 480px; padding: 0 !important; background: #f5f5f1; }
.process-scroll__sticky { position: sticky; top: clamp(16px,2.4vh,28px); height: min(432px,calc(100svh - 116px)); overflow: visible; }
.process-scroll__frame { position: relative; height: 100%; padding: 14px 0 10px; display: grid; grid-template-rows: auto minmax(240px,1fr) auto; }
.process-scroll__intro { max-width: 780px; margin-inline: auto; text-align: center; }
.process-scroll__intro .eyebrow { margin-bottom: 5px; font-size: .64rem; }
.process-scroll__intro h2 { margin: 0; font-size: clamp(1.6rem,2.2vw,2.25rem); font-weight: 800; letter-spacing: -.072em; line-height: .94; text-wrap: balance; }
.process-scroll__intro p:last-child { max-width: 530px; margin: 6px auto 0; color: var(--muted); font-size: clamp(.68rem,.73vw,.76rem); line-height: 1.32; }
.process-scroll__map { position: relative; min-height: 240px; margin-top: 10px; }
.process-botanical { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.process-botanical__outline path { fill: none; stroke: #2c5a47; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; opacity: .12; }
.process-botanical__branch, .process-botanical__twig { fill: none; stroke: #315f49; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; opacity: .18; transition: stroke-dashoffset .9s var(--ease), opacity .42s ease; }
.process-botanical__branch { stroke-width: 4.15; }
.process-botanical__twig { stroke-width: 2.35; }
.process-scroll:not([data-process-mode]) .process-botanical__branch, .process-scroll:not([data-process-mode]) .process-botanical__twig { stroke-dashoffset: 0; opacity: .76; }
.process-botanical__branch[data-state="active"], .process-botanical__twig[data-state="active"] { stroke-dashoffset: 0; opacity: 1; }
.process-botanical__branch[data-state="completed"], .process-botanical__twig[data-state="completed"] { stroke-dashoffset: 0; opacity: .7; }
.process-botanical__growth { opacity: 1; transform: scale(1); transform-box: fill-box; transform-origin: 50% 100%; transition: transform .66s var(--ease), opacity .32s ease; }
.process-botanical__growth[data-process-growth="1"], .process-botanical__growth[data-process-growth="3"] { transform-origin: 50% 0%; }
.process-botanical__sprig { fill: none; stroke: #3e714f; stroke-width: 2.05; stroke-linecap: round; stroke-linejoin: round; }
.process-botanical__leaf { fill: #4e865d; stroke: #2d6045; stroke-width: 1.05; stroke-linejoin: round; }
.process-botanical__leaf--small { opacity: .9; }
.process-botanical__leaf-vein { fill: none; stroke: rgba(232,244,192,.8); stroke-width: .85; stroke-linecap: round; stroke-linejoin: round; }
.process-botanical__flower-petal { fill: #f0923c; stroke: #bf552e; stroke-width: 1.05; stroke-linejoin: round; }
.process-botanical__flower-petal--back { fill: #d96731; }
.process-botanical__flower-petal--front { fill: #f7ac4a; }
.process-botanical__flower-line { fill: none; stroke: rgba(255,227,157,.78); stroke-width: 1.1; stroke-linecap: round; }
.process-botanical__sepal { fill: #315f47; stroke: #244b39; stroke-width: .8; stroke-linejoin: round; }
.process-botanical__flower { transform-box: fill-box; transform-origin: 24% 77%; transform: rotate(66deg) scale(1.26); }
.process-scroll__steps { position: absolute; z-index: 1; inset: 0; margin: 0; padding: 0; list-style: none; }
.process-step { position: absolute; width: 14%; color: var(--ink); }
.process-step--one { top: 3%; left: 18.5%; width: 14%; }
.process-step--two { top: 59%; left: 34.5%; width: 14%; }
.process-step--three { top: 3%; left: 51.5%; width: 14%; }
.process-step--four { top: 59%; left: 67.5%; width: 14%; }
.process-step--five { top: 3%; left: 83.5%; width: 13.5%; }
.process-step--six { top: 67%; right: 0; width: 15%; text-align: right; }
.process-step__copy { position: relative; isolation: isolate; text-shadow: 0 0 14px rgba(245,245,241,.95), 0 0 5px rgba(245,245,241,.95); transition: opacity .5s ease, transform .72s var(--ease); }
.process-step__number { display: block; color: var(--pine); font-size: .56rem; font-weight: 800; letter-spacing: .1em; }
.process-step h3 { max-width: 100%; margin: 6px 0 4px; font-size: clamp(.9rem,1.05vw,1.18rem); font-weight: 800; letter-spacing: -.054em; line-height: 1.05; text-wrap: balance; }
.process-step--six h3, .process-step--six p { margin-left: auto; }
.process-step p { max-width: 100%; margin: 0; color: var(--muted); font-size: clamp(.66rem,.72vw,.74rem); line-height: 1.35; }
.process-cta { position: absolute; z-index: 3; bottom: 0; left: 0; display: inline-flex; align-items: center; gap: 14px; min-height: 60px; padding: 0 18px 0 23px; border: 1.5px solid rgba(204,86,39,.85); border-radius: var(--pill); color: #a74328; background: rgba(255,248,232,.86); box-shadow: 0 12px 28px rgba(137,63,33,.13); font-size: .79rem; font-weight: 800; letter-spacing: .045em; line-height: 1; text-transform: uppercase; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s var(--ease), box-shadow .25s ease; }
.process-cta span { display: inline-grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: #fff8ea; background: linear-gradient(145deg,#f19b46,#d65e31); font-size: 1.08rem; line-height: 1; transition: transform .25s var(--ease), background .25s ease; }
.process-cta:hover, .process-cta:focus-visible { border-color: #d76432; color: #4b2418; background: #f5a44e; box-shadow: 0 14px 30px rgba(185,79,38,.2); }
.process-cta:hover span, .process-cta:focus-visible span { background: #b8472b; transform: translate3d(2px,-2px,0); }
.process-exit { position: absolute; z-index: 3; top: 0; right: -8px; bottom: 0; width: clamp(76px,6.75vw,118px); display: grid; grid-template-rows: minmax(0,1fr) minmax(0,1fr); gap: 10px; pointer-events: none; }
.process-exit__link { display: grid; place-items: center; min-width: 0; min-height: 0; border: 1px solid rgba(39,73,57,.18); border-radius: 3px; color: rgba(255,255,255,.92); background: rgba(38,83,63,.39); box-shadow: 0 9px 24px rgba(38,55,43,.1); pointer-events: auto; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s var(--ease), box-shadow .25s ease; }
.process-exit__link span { display: none; }
.process-exit__link::before { content: ""; width: clamp(28px,3.2vw,54px); aspect-ratio: 1; border-top: clamp(4px,.38vw,7px) solid currentColor; border-left: clamp(4px,.38vw,7px) solid currentColor; border-radius: 2px 0 0; transform: rotate(45deg); }
.process-exit__link--down::before { transform: rotate(225deg); }
.process-exit__link:hover, .process-exit__link:focus-visible { border-color: rgba(194,79,39,.68); color: #fff8e9; background: rgba(191,79,39,.7); box-shadow: 0 13px 28px rgba(149,66,34,.17); }
.process-exit__link:focus-visible { outline: 3px solid rgba(237,151,65,.8); outline-offset: 3px; }
@media (min-width: 1249px) { .process-exit { right: calc(616px - 50vw); } }
@media (min-width: 981px) and (max-width: 1248px) { .process-exit { top: 8px; right: 0; bottom: 8px; width: clamp(64px,7vw,82px); } }
.process-scroll__hint { display: none; }
@media (min-width: 981px) {
  .process-scroll[data-process-mode="scrollytelling"] .process-step[data-state="upcoming"] .process-step__copy { opacity: 0; transform: translate3d(0,14px,0); transition-delay: 0s; }
  .process-scroll[data-process-mode="scrollytelling"] .process-step[data-state="completed"] .process-step__copy { opacity: .82; }
  .process-scroll[data-process-mode="scrollytelling"] .process-step[data-state="active"] .process-step__copy { opacity: 1; transform: translate3d(0,0,0); transition-delay: .62s; }
  .process-scroll[data-process-mode="scrollytelling"] .process-botanical__growth[data-state="upcoming"] { opacity: 0; transform: scale(.42); transition-delay: 0s; }
  .process-scroll[data-process-mode="scrollytelling"] .process-botanical__growth[data-state="active"], .process-scroll[data-process-mode="scrollytelling"] .process-botanical__growth[data-state="completed"] { opacity: 1; transform: scale(1); transition-delay: .38s; }
}
.scenario-section { color: var(--white); background: #110d09; }
.scenario-section .section-head { max-width: 850px; }
.scenario-section .section-head p { color: rgba(255,255,255,.72); }
.scenario-panel { position: relative; min-height: 590px; overflow: hidden; background: #201811; box-shadow: 0 30px 88px rgba(0,0,0,.38); }
.scenario-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(.96); }
.scenario-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,7,6,.72),rgba(7,7,6,.08) 56%,rgba(7,7,6,.58)), linear-gradient(0deg,rgba(6,6,5,.7),transparent 52%); }
.scenario-stage { position: absolute; z-index: 1; inset: 0; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 12px; padding: 30px; }
.scenario-note { align-self: end; min-height: 150px; padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: rgba(18,17,14,.52); backdrop-filter: blur(12px); }
.scenario-note:nth-child(2) { transform: translateY(-46px); }
.scenario-note span { display: block; color: var(--accent); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.scenario-note strong { display: block; margin-top: 34px; font-size: 1.15rem; line-height: 1.08; letter-spacing: -.035em; }
.scenario-note p { margin: 9px 0 0; color: rgba(255,255,255,.7); font-size: .83rem; }
.scenario-caption { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: start; margin-top: 26px; color: rgba(255,255,255,.78); }
.scenario-caption p { max-width: 720px; margin: 0; }
.scenario-caption .notice { color: rgba(255,255,255,.54); }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fit { padding: 37px; border-radius: var(--radius); }
.fit.yes { background: #dceae3; }
.fit.no { background: #e9e6de; }
.fit h3 { margin: 0 0 18px; font-size: 1.52rem; letter-spacing: -.04em; }
.fit ul { margin: 0; padding-left: 19px; }
.fit li { margin: 8px 0; }
.compare { overflow: auto; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.55); }
table { width: 100%; min-width: 690px; border-collapse: collapse; }
th, td { padding: 19px 21px; border-bottom: 1px solid var(--line-dark); text-align: left; vertical-align: top; }
th { color: var(--muted); font-size: .69rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
td:first-child { width: 22%; font-weight: 800; }
.faq { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.faq details { padding: 19px 21px; border: 1px solid var(--line-dark); border-radius: 14px; background: rgba(255,255,255,.55); }
.faq summary { cursor: pointer; font-weight: 800; line-height: 1.25; }
.faq details p { margin: 13px 0 0; color: var(--muted); }

/* Forms and page content */
.form-section { background: #dcd4c4; }
.form-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px,7vw,90px); align-items: start; }
.form-aside { padding-top: 9px; }
.form-aside p { max-width: 530px; font-size: 1.08rem; }
.phone-dark { display: inline-block; color: var(--pine); font-size: 1.48rem; font-weight: 800; letter-spacing: -.04em; }
.form-card { padding: 31px; border-radius: var(--radius); background: rgba(255,255,255,.86); box-shadow: 0 22px 56px rgba(65,55,42,.13); }
.form-card h2 { margin: 0 0 7px; font-size: 1.85rem; line-height: 1.05; letter-spacing: -.045em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: grid; gap: 6px; margin-top: 12px; font-size: .78rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 47px; border: 1px solid rgba(23,24,22,.18); border-radius: 8px; padding: 10px 12px; color: var(--ink); background: var(--white); }
.field textarea { min-height: 76px; resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 15px 0; color: var(--muted); font-size: .75rem; line-height: 1.45; }
.consent input { flex: 0 0 auto; width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--pine); }
.consent a { color: var(--pine); text-decoration: underline; text-underline-offset: 3px; }
.form-status { min-height: 1.3em; margin: 13px 0 0; color: var(--pine); font-size: .86rem; font-weight: 800; }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.form-card button:disabled { cursor: progress; opacity: .7; }

.page-hero { padding: 194px 0 82px; color: var(--white); background: var(--pine-deep); }
.page-hero .crumbs { margin-bottom: 38px; color: rgba(255,255,255,.62); font-size: .78rem; }
.page-hero h1 { max-width: 930px; margin: 18px 0; font-size: clamp(2.7rem,5.5vw,5.2rem); line-height: .95; letter-spacing: -.065em; text-wrap: balance; }
.page-hero p { max-width: 740px; color: rgba(255,255,255,.75); font-size: 1.12rem; }
.text-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(38px,7vw,88px); align-items: start; }
.text-grid h2 { margin: 0 0 17px; font-size: clamp(2.15rem,3.7vw,3.7rem); line-height: 1; letter-spacing: -.055em; }
.text-grid p, .text-grid li { color: var(--muted); font-size: 1.02rem; }
.callout { padding: 26px; border-left: 4px solid var(--pine); border-radius: 0 16px 16px 0; background: #e4e8e1; font-size: 1.05rem; }
.article-image { width: var(--wrap); height: 410px; margin: 40px auto 0; border-radius: var(--radius); object-fit: cover; }

.site-footer { padding: 46px 0; color: rgba(255,255,255,.78); background: #101d19; }
.footer-grid { display: flex; align-items: start; justify-content: space-between; gap: 28px; }
.site-footer strong { color: var(--white); }
.site-footer p { margin: 6px 0; color: rgba(255,255,255,.57); font-size: .82rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 17px; font-size: .78rem; font-weight: 700; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--accent); }

/* Privacy-policy template. Legal placeholders must be filled before publication. */
.legal-page { min-height: 100vh; padding: 130px 0 80px; background: #ecece6; }
.legal-page__head { max-width: 820px; }
.legal-page h1 { margin: 15px 0; font-size: clamp(2.5rem,5vw,4.6rem); line-height: .96; letter-spacing: -.065em; }
.legal-card { max-width: 900px; margin-top: 34px; padding: clamp(24px,4vw,48px); border-radius: var(--radius); background: rgba(255,255,255,.85); box-shadow: 0 18px 50px rgba(65,55,42,.1); }
.legal-card h2 { margin: 34px 0 10px; font-size: clamp(1.35rem,2.5vw,2rem); letter-spacing: -.045em; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { max-width: 760px; color: var(--muted); }
.legal-card li { margin: 7px 0; }
.legal-placeholder { padding: 16px 18px; border: 1px solid rgba(194,79,39,.55); border-radius: 12px; color: #81351f !important; background: #fff0e3; font-weight: 700; }

/* Fine-pointer visual trace; SVG filters are not used. */
.cursor-trail { position: fixed; z-index: 90; inset: 0 auto auto 0; width: 18px; height: 18px; pointer-events: none; mix-blend-mode: difference; }
.cursor-trail span { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: var(--white); transform: translate3d(-100px,-100px,0); will-change: transform, opacity; }
.magnetic { will-change: transform; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

@keyframes hero-drift { from { transform: scale(1.06); } to { transform: scale(1.035); } }

@media (max-width: 980px) {
  :root { --wrap: min(100% - 32px, 1200px); }
  .nav { min-height: 82px; grid-template-columns: minmax(0,1fr) auto; }
  .nav-links { display: none; }
  .brand { justify-self: start; max-width: none; text-align: left; font-size: 1.5rem; }
  .brand small { text-align: left; }
  .phone { display: none; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .nav.open { position: relative; }
  .nav.open .nav-links { position: absolute; top: 74px; left: 0; display: flex; flex-direction: column; align-items: stretch; width: min(360px,100%); padding: 9px; }
  .nav.open .nav-links a { justify-content: flex-start; }
  .hero { min-height: 780px; }
  .hero-content { margin-top: 82px; }
  .hero-bottom { align-items: start; flex-direction: column; }
  .project-card { align-self: end; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: auto; }
  .card h3 { margin-top: 22px; }
  .two-col, .form-wrap, .text-grid { grid-template-columns: 1fr; }
  .process-scroll { min-height: 0; padding: 86px 0 !important; }
  .process-scroll__sticky { position: static; height: auto; overflow: visible; }
  .process-scroll__frame { display: block; height: auto; padding: 0; }
  .process-scroll__intro { max-width: 720px; margin-inline: 0; text-align: left; }
  .process-scroll__intro h2 { font-size: clamp(2.35rem,6.7vw,4.1rem); }
  .process-scroll__intro p:last-child { margin-inline: 0; }
  .process-scroll__map { min-height: 0; margin-top: 42px; padding-left: 64px; }
  .process-scroll__map::before { content: ""; position: absolute; top: 25px; bottom: 25px; left: 23px; width: 2px; border-radius: var(--pill); background: #254a3d; }
  .process-botanical { display: none; }
  .process-scroll__steps { position: static; display: grid; grid-template-columns: 1fr; gap: 0; }
  .process-step { position: relative; top: auto; right: auto; left: auto; width: auto; min-height: 0; padding: 18px 0 23px; border: 0; opacity: 1; transform: none; text-align: left; }
  .process-step--six { right: auto; width: auto; padding-right: 0; text-align: left; }
  .process-step--six h3, .process-step--six p { margin-left: 0; }
  .process-step h3 { max-width: 540px; margin-top: 12px; font-size: clamp(1.35rem,3.3vw,2.1rem); }
  .process-step p { max-width: 540px; }
  .process-cta { position: static; width: fit-content; margin-top: 24px; }
  .process-exit { position: static; width: auto; display: flex; gap: 10px; margin-top: 14px; transform: none; }
  .process-exit__link { width: 58px; height: 50px; border-radius: 8px; }
  .process-exit__link::before { width: 20px; border-width: 4px; }
  .process-step::before { content: ""; position: absolute; top: 23px; left: -47px; width: 14px; height: 22px; border-radius: 100% 0 100% 0; background: #1d654f; box-shadow: inset -3px -2px 0 rgba(7,47,34,.14); transform: rotate(-42deg); }
  .process-step--six::before { top: 17px; left: -50px; width: 28px; height: 31px; border-radius: 0; clip-path: polygon(3% 62%,7% 37%,19% 15%,35% 24%,49% 1%,61% 22%,81% 11%,96% 32%,97% 53%,88% 72%,72% 88%,51% 100%,28% 93%,11% 79%); background: radial-gradient(circle at 64% 28%,rgba(255,220,145,.9) 0 7%,transparent 8%), linear-gradient(132deg,#ffb45a 0%,#f28b36 51%,#c85230 100%); box-shadow: inset -5px -1px 0 rgba(145,58,37,.18), 0 2px 6px rgba(106,63,49,.13); transform: none; }
  .process-scroll__hint { display: none; }
  .scenario-panel { min-height: 680px; }
  .scenario-stage { grid-template-columns: 1fr; align-content: end; }
  .scenario-note { min-height: auto; }
  .scenario-note:nth-child(2) { transform: none; }
  .scenario-caption { grid-template-columns: 1fr; gap: 12px; }
  .image-card { min-height: 390px; }
  .faq { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --wrap: min(100% - 28px, 1200px); }
  .hero { min-height: 100svh; padding: 0 14px 14px; }
  .nav { min-height: 70px; }
  .brand { font-size: 1.23rem; }
  .brand small { font-size: .5rem; }
  .hero-content { margin-top: 55px; }
  .hero h1 { font-size: clamp(2.35rem,10.4vw,3.2rem); }
  .lead { margin-top: 19px; font-size: .98rem; }
  .hero-actions { margin-top: 23px; }
  .hero-actions .btn { width: 100%; }
  .hero-values { gap: 7px; }
  .hero-value { min-height: 38px; padding: 0 13px; font-size: .58rem; }
  .project-card { grid-template-columns: 78px minmax(0,1fr) 42px; min-height: 96px; width: min(300px,100%); border-radius: 24px; }
  .project-card__image { width: 78px; height: 72px; border-radius: 17px; }
  .project-card__title { font-size: .88rem; }
  .project-card__arrow { width: 42px; height: 42px; }
  section:not(.hero):not(.page-hero) { padding: 68px 0; }
  .section-head { margin-bottom: 30px; }
  .section-head h2, .two-col h2, .form-aside h2 { font-size: clamp(2.15rem,10vw,3.1rem); }
  .process-scroll { padding: 68px 0 !important; }
  .process-scroll__intro h2 { font-size: clamp(2.25rem,10vw,3.3rem); }
  .process-scroll__map { margin-top: 34px; padding-left: 54px; }
  .process-scroll__map::before { left: 20px; }
  .process-scroll__steps, .fit-grid, .form-row { grid-template-columns: 1fr; }
  .process-step { min-height: 0; padding: 18px 0 23px; }
  .process-step::before { left: -42px; }
  .scenario-panel { min-height: 660px; }
  .scenario-stage { padding: 15px; gap: 8px; }
  .scenario-note { padding: 16px; }
  .scenario-note strong { margin-top: 18px; }
  .fit { padding: 27px; }
  .form-card { padding: 23px; }
  .page-hero { padding: 125px 0 55px; }
  .page-hero .crumbs { margin-bottom: 25px; }
  .article-image { height: 300px; }
  .footer-grid { flex-direction: column; }
  .footer-links { justify-content: start; }
  .cursor-trail { display: none; }
}

@media (hover: none), (pointer: coarse) { .cursor-trail { display: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .cursor-trail { display: none; }
}
