:root {
  --forest-950: #071d12;
  --forest-900: #0a2d1c;
  --forest-800: #0d4930;
  --forest-700: #126844;
  --lime: #cde978;
  --lime-soft: #ecffc2;
  --paper: #fbfaf6;
  --paper-2: #f2f2ef;
  --mist: #e6eeea;
  --earth: #241f18;
  --ink: #10261b;
  --muted: #647169;
  --white: #fff;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shadow: 0 24px 80px rgba(13, 45, 29, .12);
  --container: 1180px;
  --header-height: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p, ul, ol, blockquote { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.05; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 4vw, 3.75rem); max-width: 640px; }
h2 { font-size: clamp(2.5rem, 4.3vw, 4.6rem); }
h3 { font-size: clamp(1.25rem, 1.8vw, 1.8rem); }
p { color: #4f5d55; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; overflow: clip; }
.section--light { background: var(--paper-2); }
.section--paper { background: var(--paper); }
.section--white { background: #fff; }
.section--dark { background: radial-gradient(circle at 15% 18%, #1b613f 0, var(--forest-900) 32%, var(--forest-950) 74%); color: var(--white); }
.section--earth { background: linear-gradient(145deg, #2b261e, #17140f); color: var(--white); }
.section--dark p, .section--earth p { color: rgba(255, 255, 255, .7); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 12px 18px; background: var(--lime); transform: translateY(-160%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #9fd436; outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); background: rgba(251, 250, 246, .94); border-bottom: 1px solid rgba(12, 72, 46, .08); backdrop-filter: blur(15px); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(12, 45, 30, .09); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--forest-900); }
.brand img { width: 28px; height: 28px; }
.brand span { font-size: 13px; font-weight: 800; line-height: .92; letter-spacing: -.035em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.header-cta) { padding: 10px 0; border-bottom: 1px solid transparent; }
.site-nav > a:not(.header-cta):hover { border-color: var(--forest-700); }
.header-cta { padding: 13px 22px; background: var(--lime); border-radius: 6px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid #cbd8d0; background: transparent; border-radius: 50%; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: var(--forest-900); transition: transform .2s; }

.button { display: inline-flex; min-height: 58px; padding: 0 30px; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 999px; font-weight: 650; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(9, 65, 41, .15); }
.button--primary, .button--lime { color: var(--forest-900); background: var(--lime); }
.button--dark { color: var(--white); background: var(--forest-700); }
.button--outline-light { color: var(--white); border-color: rgba(255,255,255,.4); }
.button--outline-light:hover { background: var(--white); color: var(--forest-900); }
.button--full { width: 100%; }
.eyebrow, .tag { display: inline-flex; width: fit-content; padding: 7px 13px; border-radius: 8px; background: var(--lime); color: var(--forest-900); font-size: 12px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.eyebrow--dark { background: rgba(205, 233, 120, .14); color: var(--lime); }

.hero { position: relative; min-height: 710px; padding-top: calc(var(--header-height) + 40px); background: linear-gradient(60deg, #ebf5e6 0%, #fbfaf6 32%, #f5f5f2 100%); overflow: hidden; }
.hero-map { position: absolute; z-index: 0; top: 92px; left: 50%; width: min(94vw, 1500px); height: auto; max-width: none; object-fit: contain; opacity: .72; transform: translateX(-50%); pointer-events: none; }
.hero-grid { position: relative; min-height: 592px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: start; }
.hero-copy { position: relative; z-index: 2; padding: 0 0 132px; }
.hero-copy h1 { margin: 22px 0 30px; color: var(--forest-900); }
.hero-text { max-width: 650px; margin-bottom: 34px; font-size: clamp(1.05rem, 1.5vw, 1.32rem); }
.hero-visual { position: absolute; z-index: 2; right: -34px; bottom: -18px; width: min(53vw, 650px); height: 570px; pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: contain; object-position: bottom; }
.stats { position: absolute; z-index: 3; bottom: 0; left: 0; width: 100%; min-height: 116px; display: flex; align-items: center; color: var(--white); background: linear-gradient(90deg, var(--forest-900), #063a24); }
.stats-grid { display: grid; grid-template-columns: 1.4fr .8fr .65fr .75fr; gap: 32px; padding-right: 420px; }
.stat { display: flex; flex-direction: column; gap: 8px; }
.stat strong { font-size: clamp(1.2rem, 1.8vw, 1.65rem); line-height: 1; letter-spacing: .02em; white-space: nowrap; }
.stat span { color: rgba(255,255,255,.62); font-size: 12px; }

.section-heading { margin-bottom: 48px; }
.section-heading h2 { max-width: 760px; margin-bottom: 18px; color: var(--forest-900); }
.section-heading p { max-width: 650px; font-size: 1.1rem; }
.section-heading--split { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 64px; }
.section-heading--split > p { text-align: right; }
.section-heading--center { text-align: center; }
.section-heading--center h2, .section-heading--center p { margin-inline: auto; }
.project-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.project-card { overflow: hidden; background: #fff; border: 1px solid #dbe4df; border-radius: 22px; box-shadow: 0 10px 40px rgba(10,45,28,.05); }
.project-image { position: relative; height: 215px; color: #fff; overflow: hidden; }
.project-image::after { content: ''; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(3,33,19,.9)); }
.project-image img { width: 100%; height: 100%; object-fit: cover; }
.project-image span { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 6px 11px; border-radius: 99px; background: var(--lime); color: var(--forest-900); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.project-image h3 { position: absolute; z-index: 2; bottom: 16px; left: 16px; margin: 0; font-size: 1.15rem; }
.project-body { padding: 16px; }
.project-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.project-numbers div { padding: 13px; background: var(--mist); border-radius: 12px; }
.project-numbers span, .project-numbers strong { display: block; }
.project-numbers span { margin-bottom: 4px; color: var(--muted); font-size: 11px; }
.project-numbers strong { font-size: 1.05rem; }
.progress { height: 6px; margin-top: 16px; overflow: hidden; background: var(--forest-900); border-radius: 99px; }
.progress i { display: block; height: 100%; width: var(--progress); background: var(--lime); border-radius: inherit; }
.progress-label { display: flex; justify-content: space-between; margin-top: 7px; font-size: 11px; color: var(--muted); }
.progress-label strong { color: var(--ink); font-size: 15px; }
.project-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 16px 0 10px; }
.project-actions a { padding: 10px 8px; border: 1px solid var(--forest-900); border-radius: 99px; text-align: center; font-size: 11px; }
.project-card .button { min-height: 43px; font-size: 12px; }
.planned { margin-top: 80px; padding-top: 38px; border-top: 1px solid #d5ddd8; }
.planned > h3 { font-size: 1.2rem; text-transform: uppercase; letter-spacing: .02em; }
.planned-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 22px; }
.planned-grid article { min-height: 210px; padding: 28px; display: flex; flex-direction: column; justify-content: end; border-radius: 20px; background: linear-gradient(145deg, #dbe7df, #edf4ef); border: 1px solid #d3e1d7; }
.planned-grid span { width: fit-content; padding: 5px 9px; border-radius: 99px; background: var(--lime); font-size: 10px; text-transform: uppercase; }
.planned-grid h4 { margin: 16px 0 26px; font-size: 1.55rem; }
.planned-grid p { margin: 0; }

.value-section { background: #fff; }
.value-shell { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; }
.value-title { max-width: 780px; color: var(--forest-900); }
.value-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 14px; margin-top: 48px; }
.value-card { min-height: 150px; padding: 24px; border-radius: 18px; display: flex; flex-direction: column; justify-content: center; background: #f5f6f3; border: 1px solid #e1e6e2; }
.value-card h3 { margin-bottom: 10px; color: var(--forest-900); font-size: 1.12rem; }
.value-card p { margin: 0; font-size: 13px; }
.value-card--accent { grid-column: 2; grid-row: 1 / span 2; background: var(--forest-900); color: #fff; }
.value-card--accent p { color: rgba(255,255,255,.7); }
.value-card--accent h3 { color: var(--lime); font-size: 1.55rem; }
.value-footer { display: flex; align-items: center; justify-content: space-between; gap: 34px; margin-top: 24px; }
.value-footer blockquote { max-width: 440px; margin-bottom: 0; color: var(--forest-700); font-family: inherit; font-size: 1.05rem; font-style: italic; }
.value-hourglass { width: 100%; max-height: 560px; object-fit: contain; }

.mission-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 80px; }
.mission-copy h2 { margin: 22px 0 32px; color: #fff; }
.mission-copy > p:last-child { font-size: 1.1rem; }
.mission-art { position: relative; min-height: 420px; display: flex; align-items: center; }
.mission-type { width: 115%; max-width: none; transform: translateX(-8%); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-md); }
.principles article { min-height: 180px; padding: 28px; border-right: 1px solid rgba(255,255,255,.15); }
.principles article:last-child { border-right: 0; }
.principles span { color: var(--lime); font-size: 1.5rem; }
.principles h3 { margin: 25px 0 10px; color: #fff; }
.contrast-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 24px; }
.contrast-card { padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-md); background: rgba(255,255,255,.04); }
.contrast-card > span { color: rgba(255,255,255,.54); text-transform: uppercase; font-size: 12px; }
.contrast-card p { display: flex; align-items: center; gap: 12px; margin: 18px 0 0; color: #fff; font-size: 1.2rem; }
.contrast-card img { width: 22px; height: 22px; }
.contrast-card--yes { background: var(--lime); }
.contrast-card--yes > span, .contrast-card--yes p { color: var(--forest-900); }

.purpose-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 26px; align-items: stretch; }
.purpose-tabs { display: flex; flex-direction: column; gap: 12px; }
.purpose-tabs button { min-height: 65px; padding: 0 22px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 8px; text-align: left; background: #fff; border: 1px solid #d6ddd9; border-radius: 16px; cursor: pointer; }
.purpose-tabs button[aria-selected="true"] { background: var(--forest-700); color: #fff; border-color: var(--forest-700); }
.purpose-tabs button span { color: #8a9690; font-size: 11px; }
.purpose-tabs button b { font-weight: 400; }
.purpose-panel { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 450px; overflow: hidden; background: #fff; border-radius: 30px; box-shadow: var(--shadow); }
.purpose-panel-copy { padding: 46px; display: flex; flex-direction: column; justify-content: center; }
.purpose-panel h3 { max-width: 480px; margin: 24px 0 40px; font-size: clamp(2rem, 3.4vw, 3.7rem); }
.purpose-panel p { position: relative; padding-left: 30px; margin: 0; }
.purpose-panel p::before { content: '♠'; position: absolute; left: 0; color: var(--forest-700); }
.purpose-panel > img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s ease; }

.steps { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0; margin: 52px 0 0; list-style: none; border: 1px solid #d9e1dc; border-radius: var(--radius-md); overflow: hidden; }
.steps li { position: relative; min-height: 275px; padding: 28px 22px; border-right: 1px solid #d9e1dc; }
.steps li:last-child { border-right: 0; }
.steps li > span { display: inline-flex; padding: 5px 10px; background: var(--lime-soft); border-radius: 99px; color: var(--forest-700); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.steps li > i { position: absolute; top: 24px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; background: #edf3ef; border-radius: 50%; color: var(--forest-700); font-style: normal; }
.steps h3 { margin: 30px 0 16px; font-size: 1.15rem; }
.steps p { margin: 0; font-size: 13px; }
.process-note { width: fit-content; margin: 28px auto 0; padding: 8px 14px; border-radius: 99px; background: var(--forest-900); color: #fff; font-size: 13px; }

.formats { background-image: linear-gradient(rgba(251,250,246,.92), rgba(251,250,246,.92)), url('assets/certificate.png'); background-size: 620px auto; }
.format-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: start; }
.format-card { position: relative; padding: 28px; background: #fff; border: 1px solid #dae2dd; border-radius: var(--radius-md); box-shadow: 0 12px 45px rgba(10,45,28,.06); }
.format-card--featured { transform: translateY(-18px); border: 2px solid var(--forest-700); }
.popular { position: absolute; top: -14px; right: 22px; padding: 6px 12px; border-radius: 99px; background: var(--lime); font-size: 10px; text-transform: uppercase; font-weight: 700; }
.format-label { color: var(--forest-700); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.format-card > p { min-height: 102px; margin: 16px 0; font-size: 13px; }
.format-card h3 { margin: 20px 0 5px; font-size: 2.1rem; }
.price { display: block; font-size: 1.25rem; }
.format-card ul { min-height: 330px; padding: 22px 0 0; margin: 22px 0; border-top: 1px solid #e0e5e2; list-style: none; }
.format-card li { display: flex; align-items: flex-start; gap: 9px; margin: 12px 0; font-size: 12px; }
.format-card li img { width: 19px; flex: 0 0 auto; }
.format-card .button { min-height: 48px; font-size: 12px; }

.certificate-section { background: var(--forest-950); color: #fff; }
.certificate-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.certificate-grid h2 { max-width: 480px; color: #fff; }
.certificate-grid h2::first-line { color: #fff; }
.certificate-grid p { max-width: 520px; }
.certificate-grid label { display: block; margin: 30px 0 8px; color: #fff; }
.certificate-grid input { width: 100%; max-width: 520px; height: 62px; padding: 0 22px; border: 0; border-radius: 16px; color: var(--forest-900); font-family: inherit; font-size: 1.4rem; }
.certificate-preview { position: relative; min-height: 420px; overflow: hidden; display: grid; place-items: center; background: #f3efe3; box-shadow: 0 18px 60px rgba(0,0,0,.25); }
.certificate-preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.certificate-preview strong { position: relative; z-index: 2; margin-top: 32px; color: #987240; font-family: inherit; font-size: clamp(1.05rem, 1.7vw, 1.6rem); font-weight: 500; }
.gift-section { padding-top: 0; background: var(--forest-950); }
.gift-card { min-height: 350px; padding: 50px; display: grid; grid-template-columns: 1fr .65fr; align-items: center; gap: 30px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(120deg, #e9f8b7, var(--lime)); }
.gift-card h2 { color: var(--forest-900); }
.gift-card p { color: #38533f; max-width: 680px; }
.gift-card .button { background: var(--forest-900); color: #fff; }
.gift-card img { align-self: end; max-height: 310px; width: 100%; object-fit: contain; object-position: bottom; }

.journal-shell { padding: 44px; border: 1px solid #d8e1dc; border-radius: var(--radius-lg); background: #fff; }
.journal-shell .section-heading--split { align-items: start; }
.journal-disclaimer { padding: 18px; background: #edf3ef; border-radius: 14px; font-size: 12px !important; text-align: left !important; }
.journal-list { display: flex; flex-direction: column; gap: 16px; }
.journal-list article { padding: 22px; display: grid; grid-template-columns: 310px 1fr; gap: 24px; background: var(--mist); border-radius: 22px; }
.journal-list article > img { width: 100%; height: 175px; object-fit: cover; border-radius: 18px; filter: blur(4px); }
.journal-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--forest-700); font-size: 11px; font-weight: 700; }
.journal-meta span { padding: 5px 10px; border-radius: 99px; background: var(--lime); }
.journal-list h3 { margin: 22px 0 10px; font-size: 1.25rem; }
.journal-list p { margin-bottom: 14px; font-size: 13px; }
.journal-list a { padding: 8px 13px; border: 1px solid var(--forest-700); border-radius: 99px; font-size: 11px; }
.journal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }

.status-section { background: #fff; }
.status-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.status-grid article { padding: 30px 20px; display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid #dce4df; border-radius: 22px; }
.status-grid img { width: 86px; height: 86px; margin-bottom: 24px; }
.status-grid strong { font-size: 1.4rem; }
.status-grid span { color: var(--forest-700); }
.goal-card { margin-top: 28px; padding: 52px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; color: #fff; border-radius: var(--radius-lg); background: linear-gradient(120deg, #0d5637, #071d12); }
.goal-card h3 { margin: 18px 0; color: var(--lime); font-size: clamp(3rem, 6vw, 6.2rem); }
.goal-card p { max-width: 620px; color: rgba(255,255,255,.65); }
.goal-progress { min-width: 180px; display: grid; place-items: center; position: relative; }
.goal-progress strong { position: absolute; z-index: 2; font-size: 2rem; }
.goal-ring { width: 170px; height: 170px; border-radius: 50%; background: conic-gradient(var(--lime) var(--progress), rgba(255,255,255,.12) 0); mask: radial-gradient(circle, transparent 58%, #000 59%); }

.company-section { background: var(--forest-950); }
.company-card { padding: 58px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; border-radius: var(--radius-lg); background: radial-gradient(circle at 80% 10%, #1f744b, #0b3a25 50%, #082619); color: #fff; }
.company-card h2 { margin: 22px 0; color: #fff; }
.company-card p { max-width: 650px; }
.company-side > img { width: 100%; max-height: 290px; margin-bottom: 18px; object-fit: contain; }
.company-card ul { padding: 0; margin: 0; list-style: none; }
.company-card li { display: flex; align-items: center; gap: 12px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.company-card li img { width: 22px; }

.team-list { display: flex; flex-direction: column; gap: 30px; }
.team-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 54px; align-items: center; padding: 36px; border-radius: var(--radius-lg); background: #fff; border: 1px solid #dfe6e2; }
.team-card--reverse { grid-template-columns: 1.25fr .75fr; }
.team-card--reverse .team-photo { order: 2; }
.team-photo { height: 520px; overflow: hidden; border-radius: 24px; background: var(--mist); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.team-card h3 { margin: 24px 0; color: var(--forest-900); font-size: clamp(2rem, 3.4vw, 3.8rem); }
.team-card p { font-size: 14px; }

.founders-section { background: var(--forest-950); color: #fff; }
.founders-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.founders-card h2 { color: #fff; }
.founders-card p { max-width: 680px; }
.founder-badge { padding: 36px; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; text-align: center; background: rgba(255,255,255,.05); }
.founder-badge span { display: block; color: var(--lime); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.founder-badge strong { display: block; margin: 10px 0 18px; color: var(--lime); font-size: clamp(4rem, 8vw, 7.5rem); line-height: .9; }
.founder-badge p { color: #fff; font-weight: 700; }

.faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: calc(var(--header-height) + 30px); }
.faq-intro h2 { margin: 24px 0; color: var(--forest-900); }
.talk-card { margin-top: 40px; padding: 26px; border-radius: 22px; background: var(--forest-900); color: #fff; }
.talk-card p { color: rgba(255,255,255,.66); }
.talk-card a { color: var(--lime); font-weight: 700; }
.faq-list { border-top: 1px solid #d7ded9; }
.faq-item { border-bottom: 1px solid #d7ded9; }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 84px; display: grid; grid-template-columns: 46px 1fr 30px; align-items: center; gap: 12px; background: transparent; border: 0; text-align: left; cursor: pointer; font-weight: 650; }
.faq-item button span { color: #93a098; font-size: 12px; }
.faq-item button b { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #aebbb3; border-radius: 50%; transition: transform .2s; }
.faq-item.is-open button b { transform: rotate(45deg); background: var(--forest-700); color: #fff; border-color: var(--forest-700); }
.faq-answer { padding: 0 60px 28px 58px; }
.faq-answer p { margin: 0; }
.faq-answer[hidden] { display: none; }

.final-cta { min-height: 620px; display: grid; place-items: center; text-align: center; background: radial-gradient(circle at 50% 10%, #1d6d47, var(--forest-950) 58%); color: #fff; }
.final-cta .container { position: relative; z-index: 2; }
.final-cta h2 { max-width: 900px; margin: 24px auto; color: #fff; }
.final-cta p { max-width: 650px; margin-inline: auto; color: rgba(255,255,255,.72); }
.final-actions { display: flex; justify-content: center; gap: 14px; margin-top: 34px; }
.contact-note { margin-top: 26px !important; font-size: 12px; opacity: .7; }
.site-footer { padding: 52px 0 34px; background: #06160e; color: #fff; }
.site-footer .footer-grid { display: grid; grid-template-columns: 1.05fr .7fr 1.35fr; align-items: start; gap: 44px; }
.site-footer p { margin: 0; color: rgba(255,255,255,.52); font-size: 12px; }
.footer-about { display: grid; gap: 18px; }
.site-footer nav { display: flex; gap: 12px 20px; font-size: 12px; }
.footer-main-nav { flex-direction: column; }
.footer-legal-nav { display: grid !important; grid-template-columns: 1fr 1fr; }
.site-footer nav a { color: rgba(255,255,255,.7); transition: color .2s ease; }
.site-footer nav a:hover { color: var(--lime); }
.footer-copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }
.brand--footer { color: #fff; }
.brand--footer img { filter: brightness(0) invert(1); }

.not-found { min-height: 100vh; display: grid; place-items: center; padding: 40px; text-align: center; background: var(--forest-950); color: #fff; }
.not-found span { color: var(--lime); font-size: clamp(6rem, 20vw, 14rem); font-weight: 800; line-height: .8; }
.not-found h1 { margin: 32px 0 16px; color: #fff; }
.not-found p { color: rgba(255,255,255,.65); }

@media (max-width: 1080px) {
  :root { --container: 940px; }
  .stats-grid { padding-right: 310px; gap: 20px; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .project-image { height: 240px; }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  .format-card > p, .format-card ul { min-height: 0; }
  .steps { grid-template-columns: repeat(3, 1fr); border: 0; gap: 14px; overflow: visible; }
  .steps li { border: 1px solid #d9e1dc !important; border-radius: 20px; }
  .steps li:nth-child(n+4) { grid-column: span 1; }
  .team-photo { height: 440px; }
}

@media (max-width: 820px) {
  :root { --header-height: 68px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 80px 0; }
  h1 { font-size: clamp(2.6rem, 11vw, 4.6rem); }
  h2 { font-size: clamp(2.25rem, 8vw, 3.8rem); }
  .menu-toggle { display: flex; }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: absolute; top: var(--header-height); left: 0; width: 100%; padding: 20px 16px 24px; display: none; flex-direction: column; align-items: stretch; gap: 6px; background: var(--paper); border-bottom: 1px solid #dbe3de; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 8px !important; }
  .header-cta { text-align: center; }
  .hero { min-height: 760px; }
  .hero-grid { display: block; min-height: 642px; }
  .hero-copy { padding: 44px 0 360px; }
  .hero-copy h1 { margin-bottom: 22px; }
  .hero-visual { right: -35px; bottom: 84px; width: 92vw; height: 480px; }
  .stats { min-height: 140px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); padding-right: 0; padding-block: 24px; gap: 22px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 16px; }
  .section-heading--split > p { text-align: left; }
  .planned-grid, .value-shell, .principles, .contrast-grid, .purpose-layout, .certificate-grid, .company-card, .founders-card, .faq-layout { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-card { min-height: 170px; }
  .value-hourglass { max-height: 380px; }
  .value-footer { align-items: flex-start; flex-direction: column; }
  .mission-grid { grid-template-columns: 1fr; gap: 30px; }
  .mission-art { min-height: 400px; }
  .principles article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .principles article:last-child { border-bottom: 0; }
  .purpose-layout { gap: 18px; }
  .purpose-tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .purpose-panel { grid-template-columns: 1fr; }
  .purpose-panel-copy { padding: 34px; }
  .purpose-panel > img { height: 340px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li:last-child { grid-column: 1 / -1; }
  .gift-card { grid-template-columns: 1fr; padding: 36px; }
  .gift-card img { display: none; }
  .journal-shell { padding: 24px; }
  .journal-list article { grid-template-columns: 1fr; }
  .journal-list article > img { height: 220px; }
  .status-grid { grid-template-columns: 1fr 1fr; }
  .team-card, .team-card--reverse { grid-template-columns: 1fr; gap: 30px; }
  .team-card--reverse .team-photo { order: 0; }
  .faq-intro { position: static; }
  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-legal-nav { grid-column: 1 / -1; }
  .footer-copyright { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .section { padding: 68px 0; }
  .button { width: 100%; min-height: 54px; padding-inline: 20px; }
  .hero { min-height: 0; padding-bottom: 0; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding: 52px 0 0; }
  .hero-visual { position: relative; right: auto; bottom: auto; z-index: 1; width: calc(100% + 64px); height: 440px; margin: -12px 0 0 -32px; }
  .stats { position: relative; }
  .stat strong { font-size: 1.04rem; }
  .project-grid, .planned-grid, .value-grid, .format-grid, .status-grid { grid-template-columns: 1fr; }
  .value-card--accent { grid-column: auto; grid-row: auto; }
  .planned-grid article { min-height: 175px; }
  .mission-art { min-height: 320px; }
  .purpose-tabs { grid-template-columns: 1fr; }
  .purpose-tabs button { min-height: 56px; }
  .purpose-panel h3 { margin-bottom: 28px; }
  .purpose-panel > img { height: 280px; }
  .steps { grid-template-columns: 1fr; }
  .steps li:last-child { grid-column: auto; }
  .format-card--featured { transform: none; }
  .certificate-preview { min-height: 300px; }
  .journal-list article { padding: 15px; }
  .journal-meta { align-items: flex-start; flex-direction: column; }
  .journal-actions { grid-template-columns: 1fr; }
  .goal-card { padding: 34px 24px; grid-template-columns: 1fr; text-align: center; }
  .goal-progress { order: -1; }
  .company-card { padding: 32px 24px; }
  .team-card { padding: 18px; }
  .team-photo { height: 390px; }
  .founder-badge { padding: 22px; }
  .faq-item button { grid-template-columns: 32px 1fr 28px; font-size: 14px; }
  .faq-answer { padding: 0 0 24px 44px; }
  .final-actions { flex-direction: column; }
  .site-footer .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-legal-nav { grid-column: auto; grid-template-columns: 1fr; }
  .footer-copyright { grid-column: auto; }
}

.content-loading { grid-column: 1 / -1; margin: 0; padding: 28px; border: 1px dashed rgba(7, 60, 45, .28); border-radius: 18px; color: var(--muted); text-align: center; }
.project-plant-link--disabled { cursor: default; opacity: .68; pointer-events: none; }

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

/* Design study: «Живой природный атлас».
   The live site keeps its original stylesheet; these rules belong to the isolated preview. */
:root {
  --forest-950: #041d14;
  --forest-900: #073b2b;
  --forest-800: #0a5239;
  --forest-700: #12734d;
  --lime: #c9ee69;
  --lime-soft: #e8f8bb;
  --paper: #f7faf5;
  --paper-2: #edf3ec;
  --mist: #e2ece4;
  --earth: #263529;
  --ink: #0c271b;
  --muted: #607269;
  --white: #fff;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow: 0 28px 70px rgba(5, 42, 28, .10);
  --container: 1240px;
  --header-height: 76px;
}

body {
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, sans-serif;
  font-weight: 500;
  letter-spacing: -.01em;
}

h1, h2, h3, h4 { font-family: Manrope, sans-serif; font-weight: 800; }
h1 { max-width: 760px; font-size: clamp(3.5rem, 5.55vw, 6rem); line-height: .94; letter-spacing: -.065em; }
h2 { font-size: clamp(2.7rem, 4.5vw, 5.1rem); line-height: .96; letter-spacing: -.06em; }
h3 { letter-spacing: -.035em; }
p { color: var(--muted); }
.container { width: min(calc(100% - 64px), var(--container)); }
.section { padding: 124px 0; }
.section--paper { background: var(--paper); }
.section--light { background: var(--paper-2); }
.section--white { background: #fff; }
.section--dark { background: var(--forest-950); }
.section--earth { background: var(--earth); }

.site-header {
  height: var(--header-height);
  background: rgba(247, 250, 245, .88);
  border-bottom: 1px solid rgba(7, 59, 43, .12);
  backdrop-filter: blur(20px) saturate(140%);
}
.site-header.is-scrolled { box-shadow: 0 12px 38px rgba(4, 29, 20, .08); }
.brand { gap: 12px; }
.brand img { width: 32px; height: 32px; }
.brand span { font-size: 12px; line-height: .95; letter-spacing: -.02em; }
.site-nav { gap: 30px; font-size: 13px; }
.site-nav > a:not(.header-cta) { border: 0; }
.site-nav > a:not(.header-cta)::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  margin-top: 4px;
  background: var(--forest-700);
  transition: width .2s ease;
}
.site-nav > a:not(.header-cta):hover::after { width: 100%; }
.header-cta { padding: 12px 20px; border: 1px solid var(--forest-900); border-radius: 999px; background: transparent; }
.header-cta:hover { color: #fff; background: var(--forest-900); }

.button { min-height: 60px; padding-inline: 28px; border-radius: 999px; font-size: 14px; font-weight: 800; letter-spacing: -.01em; }
.button span { font-size: 16px; }
.button--primary, .button--lime { background: var(--lime); box-shadow: 0 10px 0 rgba(4, 29, 20, .08); }
.button--dark { background: var(--forest-900); }
.eyebrow, .tag { padding: 8px 12px; border: 1px solid rgba(7, 59, 43, .16); border-radius: 999px; background: transparent; font-size: 10px; letter-spacing: .08em; }
.eyebrow--dark { border-color: rgba(201, 238, 105, .32); background: transparent; color: var(--lime); }

.hero {
  min-height: 880px;
  padding-top: var(--header-height);
  background: linear-gradient(112deg, #eef5eb 0 48%, #dfeade 48% 100%);
  isolation: isolate;
}
.hero::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: var(--header-height) 0 126px 48%;
  background: radial-gradient(circle at 62% 48%, rgba(201, 238, 105, .65), transparent 31%), linear-gradient(135deg, rgba(255,255,255,.18), transparent 60%);
}
.hero-map {
  z-index: -1;
  top: 105px;
  left: 65%;
  width: min(72vw, 1100px);
  opacity: .72;
  filter: brightness(.98) sepia(.2) saturate(.55) hue-rotate(78deg);
  transform: translateX(-50%) rotate(-2deg);
}
.hero-map-note {
  position: absolute;
  z-index: 1;
  top: 122px;
  right: max(32px, calc((100vw - var(--container)) / 2));
  display: flex;
  align-items: end;
  gap: 10px;
  color: var(--forest-900);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.hero-map-note span { font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-map-note strong { font-size: 14px; }
.hero-grid { min-height: 676px; grid-template-columns: 1.16fr .84fr; align-items: center; }
.hero-copy { padding: 24px 0 162px; animation: atlas-copy .7s cubic-bezier(.2,.8,.2,1) both; }
.hero-copy h1 { margin: 24px 0 28px; color: var(--forest-900); }
.hero-text { max-width: 640px; margin-bottom: 32px; color: #3e5a4c; font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.55; }
.hero-visual {
  right: max(-40px, calc((100vw - var(--container)) / -2));
  bottom: 96px;
  width: min(49vw, 650px);
  height: 680px;
  animation: atlas-family .9s .12s cubic-bezier(.2,.8,.2,1) both;
}
.hero-visual::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 8%;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  transform: translateX(-50%);
  box-shadow: 0 0 0 18px rgba(255,255,255,.16);
}
.hero-scroll {
  position: absolute;
  z-index: 4;
  left: max(32px, calc((100vw - var(--container)) / 2));
  bottom: 86px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.64);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-scroll span { width: 34px; height: 1px; background: var(--lime); }
.stats { min-height: 126px; background: var(--forest-900); }
.stats-grid { grid-template-columns: 1.45fr .8fr .65fr .75fr; padding-right: 400px; gap: 28px; }
.stat { position: relative; padding-left: 16px; border-left: 1px solid rgba(201, 238, 105, .35); }
.stat strong { font-size: clamp(1.15rem, 1.65vw, 1.5rem); letter-spacing: -.025em; }
.stat span { font-size: 10px; font-weight: 700; letter-spacing: .02em; }

@keyframes atlas-copy { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes atlas-family { from { opacity: 0; transform: translateY(38px); } to { opacity: 1; transform: none; } }

.section-heading { margin-bottom: 56px; }
.section-heading h2 { max-width: 850px; margin-bottom: 20px; color: var(--forest-900); }
.section-heading p { max-width: 620px; font-size: 1.05rem; }
.section-heading--split { grid-template-columns: 1.35fr .65fr; align-items: end; }
.section-heading--split > p { padding-bottom: 8px; text-align: left; }

.project-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.project-card { border: 1px solid rgba(7, 59, 43, .14); border-radius: 16px; box-shadow: none; transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.project-image { height: 236px; }
.project-image span { top: 14px; left: 14px; border-radius: 999px; font-size: 9px; }
.project-image h3 { bottom: 18px; left: 18px; font-size: 1.25rem; }
.project-body { padding: 18px; }
.project-numbers div { background: var(--paper-2); border-radius: 8px; }
.project-numbers span { font-size: 9px; font-weight: 700; text-transform: uppercase; }
.project-actions a { border-color: rgba(7,59,43,.25); }
.planned { margin-top: 68px; border-color: rgba(7,59,43,.18); }
.planned-grid article { min-height: 190px; border-radius: 14px; background: linear-gradient(135deg, #e3ede4, #f7faf5); }

.value-section { background: #fff; }
.value-shell { grid-template-columns: 1.28fr .72fr; gap: 84px; }
.value-grid { gap: 12px; }
.value-card { min-height: 164px; padding: 26px; border: 1px solid rgba(7,59,43,.12); border-radius: 12px; background: var(--paper); }
.value-card--accent { background: var(--forest-900); }
.value-card--accent h3 { color: var(--lime); }
.value-footer { margin-top: 28px; }
.value-hourglass { filter: drop-shadow(0 30px 35px rgba(4,29,20,.16)); }

.mission-grid { grid-template-columns: .92fr 1.08fr; gap: 70px; }
.mission-copy h2 { color: #fff; }
.mission-art { min-height: 430px; }
.mission-type { width: 112%; opacity: .95; }
.principles { border-radius: 14px; }
.principles article { padding: 30px; }
.principles span { color: var(--lime); }
.contrast-card { border-radius: 14px; }

.purpose-layout { grid-template-columns: .64fr 1.36fr; gap: 18px; }
.purpose-tabs { gap: 8px; }
.purpose-tabs button { min-height: 62px; border-radius: 10px; background: transparent; }
.purpose-tabs button span { color: var(--forest-700); }
.purpose-tabs button[aria-selected="true"] { background: var(--forest-900); }
.purpose-tabs button[aria-selected="true"] span { color: var(--lime); }
.purpose-panel { min-height: 520px; border: 1px solid rgba(7,59,43,.12); border-radius: 18px; box-shadow: var(--shadow); }
.purpose-panel-copy { padding: 54px; }
.purpose-panel h3 { margin: 26px 0 44px; }
.purpose-panel p::before { content: '↳'; }

.steps { gap: 0; border-radius: 14px; }
.steps li { min-height: 290px; padding: 30px 22px; }
.steps li > span { padding: 6px 10px; border-radius: 999px; font-size: 9px; }
.steps li > i { border-radius: 8px; }
.process-note { border-radius: 999px; }

.formats { background-color: var(--paper); background-size: 780px auto; }
.format-grid { gap: 14px; }
.format-card { padding: 28px 24px; border-radius: 16px; box-shadow: none; }
.format-card--featured { transform: translateY(-14px); border: 0; background: var(--forest-900); color: #fff; box-shadow: 0 24px 60px rgba(4,29,20,.2); }
.format-card--featured p, .format-card--featured li { color: rgba(255,255,255,.68); }
.format-card--featured .format-label, .format-card--featured h3, .format-card--featured .price { color: #fff; }
.format-card--featured ul { border-color: rgba(255,255,255,.15); }
.format-card--featured .button { color: var(--forest-900); background: var(--lime); }
.popular { top: 14px; right: 14px; }

.certificate-grid { grid-template-columns: .78fr 1.22fr; }
.certificate-grid input { border-radius: 10px; }
.certificate-preview { min-height: 470px; border-radius: 4px; }
.gift-card { border-radius: 18px; }

.journal-shell { border-radius: 18px; }
.journal-list article { border-radius: 14px; }
.journal-list article > img { border-radius: 10px; filter: none; }
.journal-disclaimer { border-radius: 10px; }

.status-grid { gap: 14px; }
.status-grid article { border-radius: 14px; }
.goal-card { border-radius: 18px; background: var(--forest-900); }
.goal-card h3 { letter-spacing: -.065em; }

.company-section { background: var(--forest-950); }
.company-card { border: 1px solid rgba(201,238,105,.18); border-radius: 18px; background: linear-gradient(120deg, #0a4934, #06281d); }

.team-list { gap: 18px; }
.team-card { padding: 22px; border-radius: 18px; }
.team-photo { height: 510px; border-radius: 12px; }
.team-card h3 { letter-spacing: -.055em; }

.founders-card { padding: 70px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.035); }
.founder-badge { border-radius: 14px; }

.faq-layout { grid-template-columns: .72fr 1.28fr; }
.talk-card { border-radius: 14px; }
.faq-item button b { border-radius: 8px; }

.final-cta {
  min-height: 680px;
  background: radial-gradient(circle at 50% 120%, rgba(201,238,105,.18), transparent 42%), var(--forest-950);
}
.final-cta::before, .final-cta::after {
  content: '';
  position: absolute;
  bottom: -90px;
  width: 310px;
  height: 510px;
  background: url('assets/cta-left.png') center bottom / contain no-repeat;
  opacity: .32;
  pointer-events: none;
}
.final-cta::before { left: 0; }
.final-cta::after { right: 0; background-image: url('assets/cta-right.png'); }

@media (max-width: 1080px) {
  .hero { min-height: 820px; }
  .hero-grid { min-height: 620px; }
  .hero-visual { right: -40px; width: 48vw; height: 600px; }
  .stats-grid { padding-right: 300px; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  :root { --header-height: 68px; }
  .container { width: min(calc(100% - 36px), var(--container)); }
  .section { padding: 88px 0; }
  h1 { font-size: clamp(3.1rem, 12.5vw, 5.6rem); }
  h2 { font-size: clamp(2.45rem, 9vw, 4.2rem); }
  .site-nav { background: var(--paper); }
  .hero { min-height: 900px; }
  .hero::before { inset: var(--header-height) 0 126px 0; }
  .hero-map { top: 160px; left: 58%; width: 120vw; opacity: .58; }
  .hero-map-note { display: none; }
  .hero-grid { min-height: 760px; }
  .hero-copy { padding: 64px 0 420px; }
  .hero-visual { right: -40px; bottom: 95px; width: 88vw; height: 530px; }
  .hero-scroll { display: none; }
  .stats { min-height: 140px; }
  .stats-grid { padding-right: 0; }
  .section-heading--split { grid-template-columns: 1fr; }
  .purpose-layout { grid-template-columns: 1fr; }
  .purpose-tabs { grid-template-columns: 1fr 1fr; }
  .purpose-panel-copy { padding: 38px; }
  .certificate-grid { grid-template-columns: 1fr; }
  .founders-card { padding: 42px; grid-template-columns: 1fr; }
  .final-cta::before, .final-cta::after { width: 220px; opacity: .18; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.3rem, 11vw, 3.6rem); }
  .hero { min-height: 0; }
  .hero-grid { min-height: 0; }
  .hero-map { top: 270px; width: 150vw; }
  .hero-copy { padding: 54px 0 0; }
  .hero-copy h1 { margin-top: 20px; }
  .hero-text { font-size: 1rem; }
  .hero-visual { position: relative; right: auto; bottom: auto; width: calc(100% + 50px); height: 430px; margin: -10px 0 -6px -25px; }
  .stats { position: relative; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 20px 12px; }
  .stat { padding-left: 10px; }
  .stat strong { font-size: .98rem; }
  .project-grid { grid-template-columns: 1fr; }
  .project-image { height: 230px; }
  .purpose-tabs { grid-template-columns: 1fr; }
  .purpose-panel-copy { padding: 30px 24px; }
  .format-card--featured { transform: none; }
  .certificate-preview { min-height: 280px; }
  .journal-shell { padding: 16px; }
  .goal-card { padding: 34px 22px; }
  .company-card { padding: 30px 22px; }
  .team-card { padding: 12px; }
  .founders-card { padding: 30px 22px; }
  .final-cta { min-height: 640px; }
  .final-cta::before, .final-cta::after { width: 155px; bottom: -35px; opacity: .14; }
}

/* Legal documents: a restrained reading layer inside the atlas design system. */
.legal-page { background: #f4f7f2; }
.legal-header .header-cta { background: transparent; }
.legal-hero {
  position: relative;
  padding: calc(var(--header-height) + 82px) 0 88px;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 78% 32%, rgba(201, 238, 105, .17), transparent 28%), var(--forest-950);
}
.legal-hero::after {
  content: '';
  position: absolute;
  top: 30px;
  right: -100px;
  width: min(60vw, 840px);
  height: 100%;
  background: url('assets/russia-map.svg') right center / contain no-repeat;
  opacity: .07;
  filter: grayscale(1) brightness(2);
  pointer-events: none;
}
.legal-hero-inner { position: relative; z-index: 1; }
.legal-back { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 50px; color: rgba(255,255,255,.68); font-size: 13px; font-weight: 700; }
.legal-back:hover { color: var(--lime); }
.legal-hero .eyebrow { margin-bottom: 24px; }
.legal-hero h1 { max-width: 970px; margin-bottom: 28px; color: #fff; font-size: clamp(2.8rem, 5vw, 5.5rem); }
.legal-subtitle { max-width: 820px; margin-bottom: 28px; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.5vw, 1.24rem); line-height: 1.55; }
.legal-revision { width: fit-content; margin: 0; padding-top: 18px; border-top: 1px solid rgba(201,238,105,.32); color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.legal-content { padding: 88px 0 120px; }
.legal-layout { display: grid; grid-template-columns: 260px minmax(0, 830px); justify-content: center; gap: 78px; align-items: start; }
.legal-toc { position: sticky; top: calc(var(--header-height) + 28px); max-height: calc(100vh - var(--header-height) - 56px); overflow: auto; padding: 24px 22px; border: 1px solid rgba(7,59,43,.12); border-radius: 14px; background: rgba(255,255,255,.72); box-shadow: 0 18px 50px rgba(4,29,20,.06); }
.legal-toc > p { margin-bottom: 17px; color: var(--forest-900); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-toc nav { display: grid; }
.legal-toc a { padding: 9px 0; border-top: 1px solid rgba(7,59,43,.08); color: #607269; font-size: 12px; line-height: 1.4; }
.legal-toc a:hover { color: var(--forest-700); }
.legal-document { min-width: 0; }
.legal-document > .legal-intro { margin-bottom: 50px; padding: 26px 28px; border-left: 3px solid var(--lime); background: #fff; color: var(--ink); font-size: 1.04rem; }
.legal-document > section { padding: 0 0 50px; margin-bottom: 50px; border-bottom: 1px solid rgba(7,59,43,.14); scroll-margin-top: calc(var(--header-height) + 28px); }
.legal-document > section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-document h2 { max-width: 760px; margin-bottom: 28px; color: var(--forest-900); font-size: clamp(1.7rem, 2.6vw, 2.35rem); line-height: 1.15; letter-spacing: -.045em; }
.legal-document p { margin-bottom: 16px; color: #40564a; font-size: 15px; line-height: 1.78; }
.legal-document p:last-child { margin-bottom: 0; }
.legal-table-wrap { max-width: 100%; margin: 24px 0 8px; overflow: auto; border: 1px solid rgba(7,59,43,.16); border-radius: 12px; background: #fff; }
.legal-table-wrap:focus-visible { outline-offset: 3px; }
.legal-document table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: 13px; line-height: 1.55; }
.legal-document th, .legal-document td { padding: 15px 16px; border-right: 1px solid #dde6df; border-bottom: 1px solid #dde6df; text-align: left; vertical-align: top; white-space: pre-line; }
.legal-document th:last-child, .legal-document td:last-child { border-right: 0; }
.legal-document tr:last-child th, .legal-document tr:last-child td { border-bottom: 0; }
.legal-document thead th { background: var(--forest-900); color: #fff; font-size: 11px; letter-spacing: .025em; }
.legal-document tbody th { width: 30%; background: #edf3ec; color: var(--forest-900); font-weight: 800; }
.legal-page .site-footer { margin-top: 0; }

@media (max-width: 900px) {
  .legal-hero { padding-bottom: 68px; }
  .legal-back { margin-bottom: 38px; }
  .legal-layout { grid-template-columns: 1fr; gap: 42px; }
  .legal-toc { position: static; max-height: none; }
  .legal-toc nav { grid-template-columns: 1fr 1fr; column-gap: 24px; }
}

@media (max-width: 560px) {
  .legal-hero { padding: calc(var(--header-height) + 52px) 0 54px; }
  .legal-hero::after { right: -180px; width: 150vw; }
  .legal-back { margin-bottom: 30px; }
  .legal-hero h1 { font-size: clamp(2.35rem, 12vw, 3.65rem); }
  .legal-content { padding: 46px 0 78px; }
  .legal-layout { gap: 34px; }
  .legal-toc { padding: 20px 18px; }
  .legal-toc nav { grid-template-columns: 1fr; }
  .legal-document > section { padding-bottom: 38px; margin-bottom: 38px; }
  .legal-document h2 { font-size: 1.65rem; }
  .legal-document p { font-size: 14px; line-height: 1.72; }
  .legal-document table { min-width: 620px; font-size: 12px; }
  .legal-document th, .legal-document td { padding: 13px; }
}

/* 2026-08-14 content and component unification pass. */
.hero {
  min-height: 850px;
  padding-top: calc(var(--header-height) + 64px);
  background: radial-gradient(circle at 72% 40%, #fff 0, rgba(255,255,255,.72) 24%, transparent 52%), #edf4ec;
}
.hero::before { display: none; }
.hero-map {
  z-index: 0;
  top: calc(var(--header-height) + 58px);
  left: 66%;
  width: min(73vw, 1120px);
  opacity: .34;
  filter: brightness(.62) sepia(1) saturate(2.2) hue-rotate(88deg);
  mix-blend-mode: multiply;
}
.hero-grid { min-height: 640px; align-items: start; }
.hero-copy { padding: 26px 0 174px; }
.hero-visual { bottom: 100px; }
.hero-map-note { top: calc(var(--header-height) + 54px); }
.hero-scroll { display: none; }
.stats { min-height: 126px; }
.stats-grid {
  grid-template-columns: repeat(2, minmax(0, 290px));
  justify-content: start;
  gap: 52px;
  padding-right: 0;
}
.stat { padding-left: 20px; }
.stat strong { font-size: clamp(1.55rem, 2.4vw, 2.25rem); }
.stat span { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.project-card { min-height: 100%; border-radius: 18px; }
.project-card:hover { transform: none; }
.project-image { height: 270px; }
.project-image h3 { max-width: calc(100% - 36px); font-size: clamp(1.65rem, 3vw, 2.55rem); }
.project-body { padding: 24px; }
.project-region { margin-bottom: 20px; color: var(--forest-700); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.project-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; overflow: hidden; border: 1px solid #dbe5de; border-radius: 12px; background: #dbe5de; }
.project-details div { min-width: 0; padding: 16px; background: #fff; }
.project-details dt { margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.project-details dd { margin: 0; color: var(--forest-900); font-size: 14px; font-weight: 800; }
.project-map-link { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding: 14px 16px; border-radius: 10px; background: var(--forest-900); color: #fff; font-size: 12px; font-weight: 800; }
.project-map-link span { color: var(--lime); font-size: 16px; }
.project-card--placeholder { min-height: 430px; padding: 34px; display: grid; grid-template-columns: auto 1fr; align-content: center; gap: 28px; border-style: dashed; background: transparent; }
.project-placeholder-mark { width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid rgba(7,59,43,.22); border-radius: 50%; color: var(--forest-700); }
.project-placeholder-mark span { font-size: 30px; font-weight: 300; }
.project-status { color: var(--forest-700); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.project-card--placeholder h3 { margin: 13px 0 12px; color: var(--forest-900); font-size: clamp(1.5rem, 2.5vw, 2.3rem); }
.project-card--placeholder p { max-width: 360px; margin: 0; font-size: 13px; }

.team-section { background: #f3f6f1; }
.team-list { gap: 22px; }
.team-card { grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); padding: 20px; gap: 54px; background: #fff; }
.team-card--reverse { grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr); }
.team-photo { position: relative; height: 560px; background: #dfe9df; }
.team-photo img { object-fit: cover; object-position: center top; }
.team-photo > span { position: absolute; right: 16px; bottom: 12px; color: rgba(255,255,255,.86); font-size: 4.6rem; font-weight: 800; line-height: 1; letter-spacing: -.08em; }
.team-copy { padding: 30px 38px 30px 0; }
.team-card--reverse .team-copy { padding: 30px 0 30px 38px; }
.team-card h3 { max-width: 700px; margin: 22px 0 24px; font-size: clamp(2.35rem, 4vw, 4.65rem); }
.team-card p { max-width: 710px; font-size: 14px; line-height: 1.7; }
.team-lead { color: var(--forest-900) !important; font-size: 17px !important; font-weight: 750; line-height: 1.55 !important; }
.team-facts { display: flex; flex-wrap: wrap; gap: 8px; padding: 22px 0 0; margin: 24px 0 0; border-top: 1px solid #e0e7e2; list-style: none; }
.team-facts li { padding: 8px 11px; border-radius: 999px; background: #eaf2e9; color: var(--forest-700); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.team-bridge { margin-top: 22px; padding: 54px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; border-radius: 18px; background: var(--forest-900); }
.team-bridge p { margin: 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.72; }
.team-bridge p:first-child { color: #fff; font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 750; line-height: 1.4; letter-spacing: -.035em; }

.site-footer { padding: 72px 0 30px; }
.site-footer .footer-grid { grid-template-columns: 1.05fr .55fr 1.2fr; gap: 64px; }
.footer-about > p { max-width: 310px; font-size: 13px; line-height: 1.65; }
.footer-email { width: fit-content; color: var(--lime); font-size: 14px; font-weight: 800; }
.footer-column { min-width: 0; }
.site-footer .footer-label { margin-bottom: 20px; color: rgba(255,255,255,.38); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.site-footer nav { font-size: 13px; }
.footer-main-nav { gap: 12px !important; }
.footer-legal-nav { grid-template-columns: 1fr; gap: 12px !important; }
.footer-bottom { grid-column: 1 / -1; padding-top: 26px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { font-size: 11px; }

@media (max-width: 1080px) {
  .hero { min-height: 820px; }
  .hero-map { left: 69%; width: 82vw; }
  .hero-visual { width: 50vw; }
  .stats-grid { padding-right: 0; }
  .team-card, .team-card--reverse { grid-template-columns: .8fr 1.2fr; gap: 34px; }
  .team-copy, .team-card--reverse .team-copy { padding: 22px 18px; }
}

@media (max-width: 820px) {
  .site-nav { max-height: calc(100vh - var(--header-height)); overflow: auto; }
  .hero { min-height: 920px; padding-top: calc(var(--header-height) + 42px); }
  .hero-map { top: 245px; left: 58%; width: 125vw; opacity: .25; }
  .hero-grid { min-height: 748px; }
  .hero-copy { padding: 26px 0 425px; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .project-grid { grid-template-columns: 1fr; }
  .team-card, .team-card--reverse { grid-template-columns: 1fr; gap: 18px; }
  .team-card--reverse .team-photo { order: 0; }
  .team-copy, .team-card--reverse .team-copy { padding: 24px 18px 30px; }
  .team-bridge { grid-template-columns: 1fr; gap: 26px; padding: 38px; }
  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .footer-column--legal { grid-column: auto; }
}

@media (max-width: 560px) {
  .hero { padding-top: calc(var(--header-height) + 28px); }
  .hero-copy { padding: 24px 0 0; }
  .hero-map { top: 330px; left: 56%; width: 160vw; opacity: .24; }
  .hero-visual { margin-top: 0; }
  .stats-grid { gap: 16px; padding-block: 26px; }
  .stat { padding-left: 12px; }
  .stat strong { font-size: 1.2rem; }
  .stat span { font-size: 9px; }
  .project-image { height: 230px; }
  .project-body { padding: 18px; }
  .project-details { grid-template-columns: 1fr; }
  .project-card--placeholder { min-height: 300px; padding: 26px; grid-template-columns: 1fr; }
  .team-photo { height: 410px; }
  .team-copy, .team-card--reverse .team-copy { padding: 22px 10px 26px; }
  .team-card h3 { font-size: 2.35rem; }
  .team-bridge { padding: 30px 24px; }
  .site-footer .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-about, .footer-column--legal { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

/* Final reference-aligned UX pass. */
html.has-dialog { overflow: hidden; }
.button--primary,
.button--lime {
  box-shadow: 0 17px 30px -10px rgba(4, 29, 20, .32);
}
.button--primary:hover,
.button--lime:hover {
  box-shadow: 0 20px 36px -10px rgba(4, 29, 20, .38);
}

.hero {
  min-height: 816px;
  padding-top: calc(var(--header-height) + 18px);
  background: radial-gradient(circle at 71% 36%, #fff 0, rgba(255,255,255,.75) 26%, transparent 54%), #edf4ec;
}
.hero-grid { min-height: 672px; align-items: start; }
.hero-copy { padding: 36px 0 154px; }
.hero-copy h1 { max-width: 680px; margin: 20px 0 24px; font-size: clamp(3.45rem, 5vw, 5.3rem); line-height: .94; }
.hero-text { max-width: 640px; margin-bottom: 30px; }
.hero-map { top: calc(var(--header-height) + 48px); left: 62%; width: min(82vw, 1320px); opacity: .26; }
.hero-visual { right: -28px; bottom: 126px; width: min(51vw, 650px); height: 610px; }
.hero-visual img { object-position: center bottom; }
.stats { min-height: 126px; }
.stats-grid { grid-template-columns: minmax(240px, 360px) minmax(240px, 420px); gap: 72px; }
.stat { padding-left: 22px; border-left: 1px solid rgba(201,238,105,.42); }
.stat strong { font-size: clamp(1.65rem, 2.6vw, 2.55rem); }

.project-card { transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.project-card:hover { transform: translateY(-7px); border-color: rgba(18,115,77,.35); box-shadow: 0 28px 65px rgba(4,29,20,.13); }
.project-card--placeholder:hover { background: #fff; }
.project-image { height: 300px; }
.project-image span { background: #fff; color: var(--forest-800); }
.project-details { grid-template-columns: .8fr 1.2fr; }
.project-progress { margin-top: 20px; }
.project-progress > div:first-child { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 9px; }
.project-progress span { color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.project-progress strong { color: var(--forest-900); font-size: 17px; }
.project-progress-track { height: 7px; overflow: hidden; border-radius: 999px; background: #dfe8e1; }
.project-progress-track span { display: block; height: 100%; border-radius: inherit; background: var(--lime); }
.project-actions { margin: 18px 0 0; }
.project-map-link,
.project-plant-link {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--forest-900);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.project-map-link { margin: 0; background: #fff; color: var(--forest-900); }
.project-plant-link { background: var(--forest-900); color: #fff; }
.project-map-link:hover { background: #edf4ec; }
.project-plant-link:hover { background: var(--forest-700); }

.value-section { padding-block: 90px; }
.value-shell { grid-template-columns: 1.45fr .55fr; gap: 62px; align-items: end; }
.value-title { max-width: 820px; font-size: clamp(3.1rem, 5.4vw, 5.7rem); }
.value-grid { margin-top: 42px; }
.value-card { min-height: 146px; padding: 26px 28px; display: grid; grid-template-columns: 42px 1fr; align-items: start; gap: 16px; justify-content: initial; }
.value-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #fff1ee; color: #e37a69; font-size: 22px; font-style: normal; }
.value-card--accent { align-content: start; padding: 30px; }
.value-card--accent .value-icon { background: var(--lime); color: var(--forest-900); }
.value-card--accent .button { margin-top: 28px; }
.value-footer { justify-content: flex-end; margin-top: 18px; }
.value-footer blockquote { max-width: 620px; font-size: clamp(1.15rem, 1.8vw, 1.65rem); }
.value-hourglass { max-height: 540px; }

#mission { padding: 82px 0 0; }
.mission-stage { position: relative; min-height: 740px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px 70px; align-items: start; padding-bottom: 310px; }
.mission-copy h2 { max-width: 720px; font-size: clamp(3rem, 4.6vw, 5.2rem); }
.mission-copy > p:last-child { max-width: 700px; }
.mission-stage .contrast-grid { margin: 42px 0 0; align-self: start; }
.mission-stage .contrast-card { padding: 24px; }
.mission-stage .contrast-card p { margin-top: 14px; font-size: 13px; }
.mission-stage .principles { grid-column: 1 / -1; z-index: 2; margin: 0; align-self: start; background: rgba(255,255,255,.96); border: 0; color: var(--forest-900); }
.mission-stage .principles article { min-height: 92px; padding: 18px 22px; display: grid; grid-template-columns: 30px 1fr; grid-template-rows: auto auto; column-gap: 10px; border-color: #dfe7e1; }
.mission-stage .principles span { grid-row: 1 / 3; align-self: center; }
.mission-stage .principles h3 { margin: 0 0 5px; color: var(--forest-900); font-size: 14px; }
.mission-stage .principles p { margin: 0; color: var(--muted); font-size: 11px; }
.mission-stage .mission-art { position: absolute; z-index: 1; right: -6%; bottom: -16px; left: -6%; min-height: 0; }
.mission-stage .mission-type { width: 112%; transform: none; }

.purpose-panel { align-items: stretch; }
.purpose-panel-copy { justify-content: flex-start; padding-top: 54px; }
.purpose-panel h3 { margin-bottom: 34px; }
.purpose-recommendation { display: flex; align-items: center; gap: 12px; padding: 18px 0 0 !important; border-top: 1px solid #dfe7e1; }
.purpose-recommendation::before { display: none; }
.purpose-recommendation img { width: 24px; height: 24px; flex: 0 0 auto; }

.steps li > i img { width: 24px; height: 24px; }
.steps li { display: flex; flex-direction: column; align-items: flex-start; }
.steps li p { margin-top: 0; }

.formats {
  background-color: #fbfaf6;
  background-image: linear-gradient(rgba(251,250,246,.84), rgba(251,250,246,.84)), url('assets/certificate.png');
  background-position: center;
  background-size: cover;
}
.format-grid { gap: 16px; align-items: stretch; }
.format-card { min-height: 650px; display: flex; flex-direction: column; font-family: Manrope, Arial, sans-serif; }
.format-label { max-width: 190px; color: var(--forest-900); font-size: 26px; line-height: 1.02; letter-spacing: -.04em; text-transform: none; }
.format-card > p { min-height: 82px; }
.format-card h3 { margin-top: 8px; font-family: Manrope, Arial, sans-serif; font-size: 1.45rem; color: var(--forest-700); }
.format-card .price { font-size: 2.05rem; color: var(--forest-900); }
.format-card ul { min-height: 0; flex: 1; }
.format-card--featured { transform: none; }
.format-card--featured h3,
.format-card--featured .price { color: var(--lime); }
.format-card--featured > p,
.format-card--featured li { color: rgba(255,255,255,.82); }

.certificate-preview strong {
  position: absolute;
  top: 39.5%;
  left: 50%;
  width: 72%;
  margin: 0;
  transform: translate(-50%, -50%);
  color: #9a6e2e;
  font-size: clamp(1.05rem, 1.7vw, 1.8rem);
  text-align: center;
  line-height: 1;
}
.gift-card { min-height: 390px; padding-bottom: 0; align-items: center; }
.gift-card > div { padding-bottom: 50px; }
.gift-card img { align-self: end; max-height: 380px; object-position: center bottom; margin-bottom: 0; }

.team-card { align-items: stretch; }
.team-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.team-more { min-height: 48px; margin-top: 24px; padding: 0 22px; border: 1px solid var(--forest-900); border-radius: 999px; background: transparent; color: var(--forest-900); font-weight: 800; cursor: pointer; }
.team-more:hover { background: var(--forest-900); color: #fff; }
.team-bridge { position: relative; grid-template-columns: 1fr auto 1fr; gap: 36px; padding: 54px; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(201,238,105,.14), transparent 30%), var(--forest-900); }
.team-bridge article { position: relative; z-index: 1; }
.team-bridge article > span { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.team-bridge h3 { margin: 14px 0 18px; color: #fff; font-size: clamp(1.45rem, 2.4vw, 2.3rem); }
.team-bridge p,
.team-bridge p:first-child { color: rgba(255,255,255,.68); font-size: 13px; font-weight: 500; line-height: 1.75; }
.team-bridge-mark { align-self: center; display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid rgba(201,238,105,.45); border-radius: 50%; color: var(--lime); font-size: 34px; }

.site-dialog { width: min(1060px, calc(100vw - 36px)); max-height: calc(100vh - 36px); padding: 0; overflow: auto; border: 0; border-radius: 22px; background: #fff; color: var(--forest-900); box-shadow: 0 36px 100px rgba(0,0,0,.35); }
.site-dialog::backdrop { background: rgba(3,22,14,.74); backdrop-filter: blur(5px); }
.dialog-bar { position: sticky; z-index: 3; top: 0; min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 24px; border-bottom: 1px solid #dfe7e1; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); }
.dialog-bar span { color: var(--forest-700); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dialog-bar h2 { margin: 5px 0 0; font-size: clamp(1.35rem, 2.5vw, 2.3rem); }
.dialog-close { width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid #cdd9d1; border-radius: 50%; background: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.map-frame { aspect-ratio: 16 / 9; background: #e5ece7; }
.map-frame iframe { width: 100%; height: 100%; border: 0; }
.map-coordinates { margin: 0; padding: 18px 24px 22px; font-size: 13px; }
.person-dialog-content { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: 34px; padding: 30px; }
.person-dialog-content > img { width: 100%; height: 520px; object-fit: cover; object-position: center top; border-radius: 14px; background: var(--mist); }
.person-dialog-content p { color: #40564a; line-height: 1.75; }

@media (max-width: 1080px) {
  .hero-copy h1 { font-size: clamp(3.35rem, 6.6vw, 4.7rem); }
  .hero-visual { right: -50px; width: 52vw; }
  .value-shell { grid-template-columns: 1.25fr .75fr; gap: 36px; }
  .mission-stage { grid-template-columns: 1fr; padding-bottom: 260px; }
  .mission-stage .contrast-grid { margin-top: 0; }
  .mission-stage .principles { grid-column: auto; }
  .format-card { min-height: 0; }
}

@media (max-width: 820px) {
  .hero { min-height: 930px; padding-top: calc(var(--header-height) + 18px); }
  .hero-grid { min-height: 790px; }
  .hero-copy { padding: 24px 0 440px; }
  .hero-visual { right: -26px; bottom: 126px; width: 90vw; height: 520px; }
  .stats-grid { gap: 24px; }
  .stat strong { font-size: clamp(1.25rem, 4vw, 1.8rem); }
  .value-shell { grid-template-columns: 1fr; }
  .value-hourglass { width: min(360px, 80vw); margin-inline: auto; }
  .mission-stage { min-height: 0; padding-bottom: 220px; }
  .mission-stage .principles { grid-template-columns: 1fr; }
  .mission-stage .principles article { border-right: 0; }
  .team-bridge { grid-template-columns: 1fr; }
  .team-bridge-mark { margin-inline: auto; }
  .person-dialog-content { grid-template-columns: 1fr; }
  .person-dialog-content > img { height: 360px; }
  .gift-card img { display: block; max-height: 320px; }
}

@media (max-width: 560px) {
  .hero { min-height: 0; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding: 22px 0 0; }
  .hero-copy h1 { font-size: clamp(2.8rem, 13.6vw, 4rem); }
  .hero-visual { position: relative; right: auto; bottom: auto; width: calc(100% + 44px); height: 420px; margin: -2px 0 0 -22px; }
  .stats-grid { grid-template-columns: 1fr; gap: 18px; }
  .stat strong { font-size: 1.45rem; white-space: normal; }
  .project-image { height: 240px; }
  .project-details { grid-template-columns: 1fr; }
  .project-actions { grid-template-columns: 1fr; }
  .value-section { padding-block: 68px; }
  .value-title { font-size: 2.7rem; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card--accent { grid-column: auto; grid-row: auto; }
  .value-hourglass { max-height: 420px; }
  #mission { padding-top: 68px; }
  .mission-stage { padding-bottom: 150px; }
  .mission-stage .mission-art { right: -30%; left: -30%; }
  .purpose-panel-copy { padding: 30px 24px; }
  .format-label { font-size: 24px; }
  .certificate-preview strong { top: 39.5%; font-size: 1rem; }
  .gift-card { padding: 32px 24px 0; }
  .gift-card > div { padding-bottom: 12px; }
  .gift-card img { width: 110%; max-height: 280px; margin-inline: -5%; }
  .team-bridge { padding: 30px 24px; }
  .site-dialog { width: calc(100vw - 18px); max-height: calc(100vh - 18px); border-radius: 15px; }
  .dialog-bar { padding: 16px; }
  .map-frame { aspect-ratio: 4 / 5; }
  .person-dialog-content { padding: 16px; }
}

/* 2026-08-14 — unified visual system and responsive repair. */
:root {
  --section-space: clamp(76px, 7vw, 112px);
  --type-display: clamp(3.2rem, 5.2vw, 5.55rem);
  --type-section: clamp(2.55rem, 4.25vw, 4.55rem);
  --type-card: clamp(1.35rem, 1.8vw, 1.85rem);
  --radius-card: 18px;
  --ease-out-ui: cubic-bezier(.23, 1, .32, 1);
  --ease-in-out-ui: cubic-bezier(.77, 0, .175, 1);
}

body { font-size: 16px; line-height: 1.65; }
.section { padding-block: var(--section-space); }
h1,
.hero-copy h1 { font-size: var(--type-display); line-height: .96; }
h2,
.value-title,
.mission-copy h2 { font-size: var(--type-section); line-height: .98; }
h3,
.team-card h3 { font-size: var(--type-card); line-height: 1.08; }
.section-heading { margin-bottom: clamp(38px, 4vw, 56px); }
.section-heading p { font-size: 1rem; line-height: 1.65; }

/* Certificate: a real layout, independent of the tariff background artwork. */
.certificate-grid { grid-template-columns: minmax(300px, .72fr) minmax(560px, 1.28fr); gap: clamp(42px, 6vw, 88px); }
.certificate-copy h2 { max-width: 560px; }
.certificate-preview {
  min-height: 0;
  aspect-ratio: 1.55 / 1;
  display: block;
  padding: 18px;
  overflow: hidden;
  border-radius: 8px;
  background: #f7f2e7;
  color: var(--forest-900);
  box-shadow: 0 28px 72px rgba(0,0,0,.24);
}
.certificate-frame {
  height: 100%;
  padding: clamp(22px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #174f3a;
  outline: 1px solid rgba(23,79,58,.45);
  outline-offset: -8px;
  background:
    radial-gradient(circle at 10% 12%, rgba(201,238,105,.18), transparent 23%),
    radial-gradient(circle at 90% 88%, rgba(177,132,62,.1), transparent 25%),
    #fffdf7;
}
.certificate-brand { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; color: #174f3a; text-align: left; font-size: 10px; font-weight: 800; line-height: .86; text-transform: uppercase; }
.certificate-brand img { position: static; width: 22px; height: 28px; object-fit: contain; }
.certificate-kicker { margin: 0 0 clamp(18px, 2.4vw, 30px); color: #174f3a; font-size: clamp(.72rem, 1.25vw, 1rem); font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.certificate-preview strong {
  position: static;
  width: auto;
  margin: 0;
  transform: none;
  color: #9a6e2e;
  font-size: clamp(1.35rem, 2.6vw, 2.5rem);
  font-weight: 700;
  line-height: 1.05;
}
.certificate-description { max-width: 610px; margin: 18px 0; color: #42574d; font-size: clamp(.7rem, 1vw, .92rem); line-height: 1.55; }
.certificate-contribution { width: min(78%, 570px); margin: 4px 0 22px; padding: 15px 20px; border-block: 1px solid rgba(154,110,46,.42); }
.certificate-contribution span { display: block; color: #9a6e2e; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.certificate-contribution b { display: block; margin-top: 4px; color: #174f3a; font-size: clamp(.85rem, 1.35vw, 1.15rem); }
.certificate-meta { width: 100%; display: flex; justify-content: space-between; gap: 22px; color: #5f6e66; font-size: clamp(.58rem, .78vw, .72rem); }

/* Gift: let the cedar become the visual event and cross the card boundary. */
.gift-section { padding-top: clamp(92px, 9vw, 140px); overflow: visible; }
.gift-card { position: relative; min-height: 410px; padding: 58px 48% 58px 58px; overflow: visible; }
.gift-card > div { position: relative; z-index: 2; padding-bottom: 0; }
.gift-card h2 { max-width: 760px; font-size: clamp(2.65rem, 4.4vw, 4.65rem); }
.gift-card img {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: -2px;
  width: 46%;
  max-height: none;
  height: 122%;
  margin: 0;
  object-fit: contain;
  object-position: center bottom;
  transform-origin: 50% 100%;
  animation: cedar-breathe 5.5s ease-in-out infinite;
}

/* Status progression: four distinct generated botanical scenes. */
.status-grid { gap: 14px; align-items: stretch; }
.status-grid article {
  min-width: 0;
  padding: 0 18px 24px;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: linear-gradient(180deg, #f5f8f3 0%, #fff 70%);
  transition: transform 220ms var(--ease-out-ui), box-shadow 220ms var(--ease-out-ui), border-color 160ms ease;
}
.status-grid article:hover { transform: translateY(-7px); border-color: rgba(18,115,77,.3); box-shadow: 0 24px 54px rgba(4,29,20,.11); }
.status-visual { width: calc(100% + 36px); height: 220px; margin-inline: -18px; display: grid; place-items: end center; overflow: hidden; }
.status-grid .status-visual img { width: 100%; height: 100%; margin: 0; object-fit: contain; object-position: center bottom; transition: transform 220ms var(--ease-out-ui); }
.status-grid article:hover .status-visual img { transform: scale(1.055); }
.status-grid article > div:last-child { display: grid; gap: 4px; text-align: center; }
.status-grid strong { font-size: 1.45rem; }
.status-grid span { font-size: .98rem; }

.goal-card { position: relative; min-height: 390px; padding: clamp(42px, 5vw, 68px); grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr); overflow: hidden; background: radial-gradient(circle at 82% 42%, rgba(201,238,105,.16), transparent 28%), var(--forest-900); }
.goal-copy { position: relative; z-index: 2; min-width: 0; }
.goal-copy > span { color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.goal-card h3 { margin: 18px 0 14px; color: var(--lime); font-size: clamp(3.3rem, 7vw, 7rem); white-space: nowrap; }
.goal-scale { max-width: 720px; margin-top: 36px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; }
.goal-scale i { position: relative; height: 5px; overflow: visible; border-radius: 99px; background: rgba(255,255,255,.14); }
.goal-scale b { position: absolute; top: 50%; left: 0; width: 12px; height: 12px; transform: translateY(-50%); border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(201,238,105,.55); animation: goal-pulse 2.2s ease-out infinite; }
.goal-visual { position: relative; align-self: stretch; display: grid; place-items: center; }
.goal-visual img { position: relative; z-index: 2; width: min(220px, 86%); height: 250px; object-fit: contain; filter: drop-shadow(0 24px 36px rgba(0,0,0,.28)); transform-origin: 50% 100%; animation: cedar-sway 6s ease-in-out infinite; }
.goal-visual span { position: absolute; z-index: 3; right: 0; bottom: 8px; padding: 10px 13px; border-radius: 10px; background: var(--lime); color: var(--forest-900); font-size: 11px; font-weight: 800; line-height: 1.25; }
.goal-orbit { position: absolute; width: 240px; height: 240px; border: 1px solid rgba(201,238,105,.3); border-radius: 50%; animation: goal-orbit 8s linear infinite; }
.goal-orbit::before,
.goal-orbit::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: inherit; }
.goal-orbit::after { inset: -18px; border-style: dashed; }

/* Company block returns to the airy light composition from the reference. */
.company-section { background: #f8f7f2; }
.company-card { padding: clamp(48px, 6vw, 82px); grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr); gap: clamp(46px, 6vw, 90px); border: 1px solid #dfe5df; background: #fff; color: var(--forest-900); box-shadow: 0 24px 70px rgba(4,29,20,.07); }
.company-copy { min-width: 0; }
.company-card h2 { max-width: 690px; color: var(--forest-900); font-size: var(--type-section); }
.company-card p { max-width: 620px; color: var(--muted); }
.company-card .eyebrow { color: var(--forest-700); border-color: #bfd0c5; }
.company-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; margin: 30px 0 34px; }
.company-card li { padding: 0; border: 0; color: #40564a; font-size: 13px; }
.company-card li img { width: 17px; height: 21px; }
.company-visual { min-width: 0; display: grid; align-items: center; }
.company-visual > img { width: 112%; max-width: none; margin-left: -6%; mix-blend-mode: multiply; }

.team-photo > span { display: none; }
.team-bridge article > span { letter-spacing: .13em; }
.desktop-break { display: block; }

/* FAQ and compact cards share one interaction rhythm. */
.faq-item button { min-height: 76px; grid-template-columns: 1fr 34px; gap: 20px; padding: 18px 0; font-size: 16px; line-height: 1.35; }
.faq-answer { padding: 0 54px 24px 0; }
.faq-answer p { color: #4a6054; line-height: 1.7; }

/* Design-engineering polish: immediate feedback, explicit properties and touch-safe hover. */
.button,
.project-map-link,
.project-plant-link,
.team-more,
.dialog-close,
.faq-item button,
.faq-item button b {
  transition-timing-function: var(--ease-out-ui);
}
.button,
.project-map-link,
.project-plant-link,
.team-more,
.dialog-close {
  transition-duration: 160ms;
  transition-property: transform, background-color, color, border-color, box-shadow;
}
.button:active,
.project-map-link:active,
.project-plant-link:active,
.team-more:active,
.dialog-close:active {
  transform: scale(.97);
}
.faq-item button b {
  transition-duration: 180ms;
  transition-property: transform, background-color, border-color, color;
}

@media (hover: hover) and (pointer: fine) {
  .project-card:hover,
  .status-grid article:hover {
    transform: translateY(-6px);
  }
  .status-grid article:hover .status-visual img { transform: scale(1.045); }
}

@media (hover: none), (pointer: coarse) {
  .button:hover,
  .project-card:hover,
  .status-grid article:hover,
  .status-grid article:hover .status-visual img {
    transform: none;
  }
  .button:hover,
  .project-card:hover,
  .status-grid article:hover {
    box-shadow: none;
  }
}

@keyframes cedar-breathe { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-5px) scale(1.012); } }
@keyframes cedar-sway { 0%,100% { transform: rotate(-.7deg); } 50% { transform: rotate(.9deg); } }
@keyframes goal-pulse { 0% { box-shadow: 0 0 0 0 rgba(201,238,105,.5); } 80%,100% { box-shadow: 0 0 0 14px rgba(201,238,105,0); } }
@keyframes goal-orbit { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  .certificate-grid { grid-template-columns: 1fr; }
  .certificate-copy { max-width: 660px; }
  .company-card { grid-template-columns: 1fr; }
  .company-visual { order: -1; max-width: 780px; margin-inline: auto; }
  .company-visual > img { width: 100%; margin: 0; }
}

@media (max-width: 820px) {
  :root { --section-space: 72px; --type-display: clamp(3rem, 10vw, 4.7rem); --type-section: clamp(2.4rem, 7.4vw, 3.7rem); }
  .section-heading { margin-bottom: 36px; }
  .certificate-preview { width: 100%; }
  .gift-card { padding-right: 43%; }
  .gift-card img { right: -12px; width: 48%; height: 112%; }
  .status-grid { grid-template-columns: 1fr 1fr; }
  .goal-card { grid-template-columns: 1fr; }
  .goal-visual { min-height: 250px; }
  .goal-visual span { right: 18%; }
  .company-card { padding: 42px; }
  .company-card ul { grid-template-columns: 1fr 1fr; }
  .faq-layout { gap: 36px; }
}

@media (max-width: 560px) {
  :root { --section-space: 56px; --type-display: clamp(2.75rem, 13vw, 3.65rem); --type-section: clamp(2.15rem, 10vw, 2.85rem); --type-card: 1.35rem; --radius-card: 15px; }
  body { font-size: 15px; }
  .container { width: min(100% - 32px, var(--container)); }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 { margin-bottom: 14px; }
  .section-heading p { font-size: .95rem; }

  .certificate-section { padding-bottom: 48px; }
  .certificate-grid { gap: 34px; }
  .certificate-grid input { height: 56px; font-size: 1.08rem; }
  .certificate-preview { aspect-ratio: auto; min-height: 410px; padding: 10px; }
  .certificate-frame { padding: 24px 16px; }
  .certificate-kicker { letter-spacing: .08em; }
  .certificate-description { margin-block: 14px; font-size: .68rem; }
  .certificate-contribution { width: 90%; margin-bottom: 16px; padding: 12px; }
  .certificate-meta { flex-direction: column; align-items: center; gap: 6px; font-size: .58rem; }

  .gift-section { padding-top: 72px; }
  .gift-card { min-height: 0; padding: 34px 24px 0; display: block; overflow: visible; }
  .gift-card h2 { font-size: var(--type-section); }
  .gift-card img { position: relative; right: auto; bottom: auto; width: 118%; height: auto; max-height: 300px; margin: -8px -9% 0; }

  .status-grid { grid-template-columns: 1fr; gap: 12px; }
  .status-grid article { min-height: 154px; padding: 12px 18px; display: grid; grid-template-columns: 128px 1fr; align-items: center; gap: 8px; }
  .status-visual { width: 128px; height: 128px; margin: 0; }
  .status-grid article > div:last-child { text-align: left; }
  .status-grid strong { font-size: 1.25rem; }
  .status-grid span { font-size: .9rem; }
  .goal-card { min-height: 0; padding: 30px 22px 26px; text-align: left; }
  .goal-card h3 { font-size: clamp(2.55rem, 14vw, 3.65rem); white-space: normal; }
  .goal-card p { font-size: .92rem; }
  .goal-scale { grid-template-columns: auto 1fr auto; margin-top: 24px; gap: 9px; font-size: 9px; }
  .goal-visual { min-height: 215px; }
  .goal-visual img { height: 210px; }
  .goal-orbit { width: 190px; height: 190px; }
  .goal-visual span { right: 0; bottom: 0; }

  .company-section { background: #f8f7f2; }
  .company-card { padding: 28px 22px 34px; gap: 24px; }
  .company-visual { order: -1; }
  .company-visual > img { width: calc(100% + 28px); margin-left: -14px; }
  .company-card ul { grid-template-columns: 1fr; gap: 12px; margin: 24px 0 28px; }
  .company-card .button { width: 100%; }

  .team-card { padding: 12px; }
  .team-photo { height: 340px; }
  .team-card h3 { margin-block: 18px; font-size: 2rem; }
  .team-card p { font-size: 14px; }
  .team-lead { font-size: 15px !important; }
  .team-bridge { margin-top: 14px; padding: 28px 22px; gap: 22px; }
  .team-bridge h3 { font-size: 1.55rem; }
  .team-bridge p { font-size: 13px; }
  .desktop-break { display: none; }

  #faq .tag { display: none; }
  .faq-layout { gap: 24px; }
  .faq-intro h2 { margin: 0 0 14px; }
  .faq-intro > p { margin-bottom: 0; }
  .talk-card { display: none; }
  .faq-item button { min-height: 0; grid-template-columns: 1fr 34px; gap: 12px; padding: 20px 0; font-size: 15px; }
  .faq-item button b { width: 32px; height: 32px; }
  .faq-answer { padding: 0 42px 20px 0; }
  .faq-answer p { font-size: 14px; line-height: 1.65; }
}

@media (prefers-reduced-motion: reduce) {
  .gift-card img,
  .goal-visual img,
  .goal-orbit,
  .goal-scale b { animation: none; }
}

/* 2026-08-14 — final-5: editorial cedar system, rebuilt desktop/mobile blocks. */
:root {
  --ink: #082f23;
  --leaf: #0e6847;
  --acid: #c9ee69;
  --surface: #f6f8f3;
  --line: rgba(8,47,35,.14);
  --shadow-soft: 0 22px 64px rgba(8,47,35,.10);
  --space-section: clamp(76px, 7.5vw, 118px);
}

html { overflow-x: clip; }
body { color: var(--ink); font-family: Manrope, Arial, sans-serif; overflow-x: clip; }
.section { padding-block: var(--space-section); }
.section h2 { letter-spacing: -.055em; text-wrap: balance; }
.section p { text-wrap: pretty; }
.ui-icon { width: 1.4em; height: 1.4em; display: block; }

/* One deliberate motion language: enter once, react immediately. */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms var(--ease-out-ui) var(--reveal-delay, 0ms), transform 560ms var(--ease-out-ui) var(--reveal-delay, 0ms);
}
.reveal.is-revealed { opacity: 1; transform: translateY(0); }

/* Value: editorial comparison + one strong proof card. */
.value-section { padding-block: clamp(84px, 8vw, 124px); }
.value-shell {
  grid-template-columns: minmax(0, 1fr) minmax(290px, 380px);
  gap: clamp(42px, 5vw, 80px);
  align-items: end;
}
.value-content { min-width: 0; }
.value-title { max-width: 980px; font-size: clamp(3.15rem, 5.15vw, 5.25rem); line-height: .94; }
.value-grid { margin-top: clamp(38px, 4vw, 54px); grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: 14px; }
.value-card {
  min-height: 156px;
  padding: 25px 27px;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: #fff;
}
.value-card h3 { margin: 2px 0 9px; font-size: 1.08rem; letter-spacing: -.025em; }
.value-card p { max-width: 52ch; color: #617269; font-size: .84rem; line-height: 1.62; }
.value-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #fff0ed; color: #df7564; }
.value-icon .ui-icon { width: 22px; height: 22px; }
.value-card--accent {
  min-height: 326px;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-content: start;
  padding: 30px;
  background: var(--forest-900);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 24px 56px rgba(4,29,20,.16);
}
.value-card--accent .value-icon { background: var(--acid); color: var(--ink); }
.value-card--accent h3 { margin-top: 4px; color: var(--acid); font-size: 1.55rem; }
.value-card--accent p { color: rgba(255,255,255,.74); }
.value-card--accent .button { margin-top: 28px; min-height: 54px; }
.value-footer { margin-top: 24px; justify-content: flex-end; }
.value-footer blockquote { max-width: 620px; color: var(--leaf); font-size: clamp(1.15rem, 1.55vw, 1.45rem); line-height: 1.45; }
.value-hourglass { width: 100%; max-height: 600px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 32px 35px rgba(4,29,20,.14)); }

/* Mission: content first; the cedar growth line is the only large visual signature. */
#mission { padding: clamp(82px, 7vw, 108px) 0 0; overflow: hidden; }
.mission-stage {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr);
  gap: 44px clamp(48px, 6vw, 92px);
  align-items: start;
  padding-bottom: 0;
}
.mission-copy h2 { max-width: 760px; margin: 24px 0 28px; font-size: clamp(3.25rem, 4.8vw, 5.2rem); line-height: .95; }
.mission-copy > p:last-child { max-width: 720px; color: rgba(255,255,255,.72); font-size: 1rem; line-height: 1.72; }
.mission-stage .contrast-grid { align-self: end; margin: 74px 0 0; gap: 14px; }
.mission-stage .contrast-card { min-height: 230px; padding: 28px; border-radius: 20px; }
.mission-stage .contrast-card > span { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.08); font-size: 10px; }
.mission-stage .contrast-card--yes > span { background: var(--ink); color: #fff; }
.mission-stage .contrast-card p { margin-top: 17px; color: rgba(255,255,255,.76); font-size: 12px; }
.mission-stage .contrast-card--yes p { color: var(--ink); }
.mission-stage .contrast-card p .ui-icon { width: 17px; height: 17px; flex: 0 0 17px; color: #d88879; }
.mission-stage .contrast-card--yes p .ui-icon { color: var(--leaf); }
.mission-stage .principles {
  z-index: 3;
  grid-column: 1 / -1;
  margin: 8px 0 0;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.16);
}
.mission-stage .principles article { min-height: 110px; padding: 24px 26px; grid-template-columns: 42px 1fr; column-gap: 14px; }
.mission-stage .principle-icon { width: 42px; height: 42px; grid-row: 1 / 3; display: grid; place-items: center; border-radius: 50%; background: var(--lime-soft); color: var(--leaf); }
.mission-stage .principle-icon .ui-icon { width: 21px; height: 21px; }
.mission-stage .principles h3 { margin-top: 1px; font-size: 15px; }
.mission-stage .principles p { font-size: 12px; line-height: 1.45; }
.mission-stage .mission-art {
  position: relative;
  z-index: 1;
  right: auto;
  bottom: auto;
  left: auto;
  grid-column: 1 / -1;
  width: calc(100% + 8vw);
  min-height: 0;
  margin: -18px -4vw 0;
  align-self: end;
}
.mission-stage .mission-type { width: 100%; transform: none; display: block; }

/* Tariffs: amount of content is visible in the silhouette of every card. */
.formats { background-size: 1080px auto; background-repeat: repeat; }
.format-grid { align-items: start; gap: 16px; }
.format-card {
  min-height: 0;
  display: block;
  padding: 28px 26px;
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(8,47,35,.07);
}
.format-card:nth-child(2) { margin-top: -14px; }
.format-card:nth-child(3) { margin-top: 22px; }
.format-card:nth-child(4) { margin-top: 46px; }
.format-label { display: block; max-width: 210px; font-size: 1.7rem; line-height: 1; }
.format-card > p { min-height: 0; margin: 18px 0 24px; font-size: .82rem; line-height: 1.62; }
.format-card h3 { margin: 0 0 5px; font-size: 1.35rem; }
.format-card .price { display: block; font-size: 2rem; letter-spacing: -.035em; }
.format-card ul { min-height: 0; margin: 24px 0; padding-top: 20px; }
.format-card li { gap: 10px; margin: 13px 0; color: #43574c; font-size: .76rem; line-height: 1.5; }
.feature-check { width: 20px; height: 20px; flex: 0 0 20px; display: grid; place-items: center; border-radius: 50%; background: #e8f3eb; color: var(--leaf); }
.feature-check .ui-icon { width: 13px; height: 13px; stroke-width: 2.3; }
.format-card .button { min-height: 50px; }
.format-card--featured { margin-top: -14px; background: var(--forest-900); box-shadow: 0 26px 58px rgba(4,29,20,.2); }
.format-card--featured .feature-check { background: var(--acid); color: var(--ink); }
.format-card--featured li { color: rgba(255,255,255,.86); }
.format-card--featured .button { background: var(--acid); color: var(--ink); }

/* Certificate: the certificate itself is the object; no decorative slab behind it. */
.certificate-preview {
  aspect-ratio: 1.55 / 1;
  padding: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.certificate-frame {
  box-sizing: border-box;
  min-height: 100%;
  border-radius: 2px;
  box-shadow: 0 28px 72px rgba(0,0,0,.24);
}
.certificate-preview strong { max-width: 90%; overflow-wrap: anywhere; font-size: clamp(1.2rem, 2.35vw, 2.25rem); }

/* Gift: compact editorial card with the tree intentionally crossing the top edge. */
.gift-section { padding-top: clamp(92px, 8vw, 126px); }
.gift-card {
  min-height: 500px;
  display: block;
  padding: 58px 50% 58px 58px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(116deg, #edf8bd 0%, #c9ee69 76%);
  box-shadow: 0 26px 70px rgba(4,29,20,.16);
}
.gift-card > div { width: 100%; max-width: 700px; }
.gift-card h2 { max-width: 700px; font-size: clamp(3rem, 3.75vw, 4.1rem); line-height: .96; }
.gift-card p { max-width: 620px; margin: 24px 0 28px; font-size: .98rem; }
.gift-card img {
  right: 0;
  bottom: 0;
  width: 51%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: right bottom;
  animation: none;
}

/* FAQ never becomes a split-screen on phones. */
.faq-item button { min-width: 0; overflow: hidden; }
.faq-item button b { flex: 0 0 auto; }
.goal-orbit,
.goal-visual img,
.goal-scale b { animation: none; }

@media (hover: hover) and (pointer: fine) {
  .format-card { transition: transform 220ms var(--ease-out-ui), box-shadow 220ms var(--ease-out-ui), border-color 160ms ease; }
  .format-card:hover { transform: translateY(-5px); border-color: rgba(14,104,71,.28); box-shadow: 0 24px 56px rgba(8,47,35,.12); }
  .format-card--featured:hover { transform: translateY(-5px); }
  .gift-card img { transition: transform 260ms var(--ease-out-ui); }
  .gift-card:hover img { transform: translateY(-6px) scale(1.012); }
}

@media (max-width: 1080px) {
  .value-shell { grid-template-columns: minmax(0, 1fr) 300px; gap: 34px; }
  .value-title { font-size: clamp(3rem, 5.2vw, 4.3rem); }
  .mission-stage { grid-template-columns: 1fr; }
  .mission-stage .contrast-grid { margin-top: 0; }
  .mission-stage .principles { grid-column: 1; }
  .mission-stage .mission-art { grid-column: 1; }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  .format-card:nth-child(n) { margin-top: 0; }
  .format-card:nth-child(3), .format-card:nth-child(4) { margin-top: 22px; }
  .certificate-grid { grid-template-columns: 1fr; }
  .certificate-copy { max-width: 660px; }
}

@media (max-width: 820px) {
  :root { --space-section: 72px; }
  .value-shell { grid-template-columns: 1fr; }
  .value-hourglass { width: min(360px, 78vw); margin-inline: auto; }
  .mission-stage .principles { grid-template-columns: 1fr; }
  .mission-stage .principles article { border-right: 0; border-bottom: 1px solid var(--line); }
  .mission-stage .mission-art { width: calc(100% + 16vw); margin-inline: -8vw; }
  .gift-card { min-height: 440px; padding-right: 47%; }
  .gift-card h2 { font-size: clamp(2.55rem, 5.6vw, 3.45rem); }
  .gift-card img { right: 0; width: 49%; height: 100%; }
  .faq-layout { display: block; width: 100%; }
  .faq-intro { width: 100%; margin: 0 0 32px; position: static; }
  .faq-list { width: 100%; min-width: 0; }
}

@media (max-width: 560px) {
  :root { --space-section: 58px; }
  .container { width: min(100% - 32px, var(--container)); }
  .section h2 { font-size: clamp(2.25rem, 10.5vw, 2.9rem); line-height: .98; }

  .value-section { padding-block: 64px; }
  .value-title { font-size: clamp(2.55rem, 11.8vw, 3.2rem); }
  .value-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .value-card { min-height: 0; padding: 22px 20px; grid-template-columns: 40px minmax(0, 1fr); border-radius: 17px; }
  .value-icon { width: 40px; height: 40px; }
  .value-card--accent { min-height: 0; grid-column: auto; grid-row: auto; }
  .value-card--accent h3 { font-size: 1.35rem; }
  .value-footer { margin-top: 22px; }
  .value-footer blockquote { font-size: 1.05rem; }
  .value-hourglass { max-height: 410px; }

  #mission { padding-top: 64px; }
  .mission-stage { gap: 32px; }
  .mission-copy h2 { font-size: clamp(2.55rem, 11vw, 3.2rem); }
  .mission-stage .contrast-grid { grid-template-columns: 1fr; gap: 12px; }
  .mission-stage .contrast-card { min-height: 0; padding: 22px; }
  .mission-stage .principles { margin-top: 0; border-radius: 17px; }
  .mission-stage .principles article { min-height: 96px; padding: 20px; }
  .mission-stage .mission-art { width: calc(100% + 54vw); margin: -6px -27vw 0; }

  .formats { background-size: 720px auto; }
  .format-grid { grid-template-columns: 1fr; gap: 14px; }
  .format-card:nth-child(n) { margin-top: 0; }
  .format-card { padding: 26px 22px; }
  .format-label { font-size: 1.55rem; }
  .format-card .price { font-size: 1.85rem; }
  .format-card li { font-size: .8rem; }

  .certificate-section { padding-bottom: 58px; }
  .certificate-grid { gap: 32px; }
  .certificate-preview { aspect-ratio: 1.28 / 1; min-height: 0; }
  .certificate-frame { min-height: 0; padding: 22px 14px; }
  .certificate-brand { margin-bottom: 12px; }
  .certificate-kicker { margin-bottom: 14px; font-size: .64rem; }
  .certificate-preview strong { font-size: clamp(1.05rem, 6vw, 1.45rem); }
  .certificate-description { margin: 12px 0; font-size: .62rem; line-height: 1.35; }
  .certificate-contribution { width: 92%; margin-bottom: 12px; padding: 9px 8px; }
  .certificate-contribution span { font-size: 9px; }
  .certificate-contribution b { font-size: .76rem; }
  .certificate-meta { gap: 4px; font-size: .52rem; }

  .gift-section { padding-top: 72px; }
  .gift-card { min-height: 0; padding: 34px 22px 0; display: block; overflow: hidden; border-radius: 18px; }
  .gift-card h2 { font-size: clamp(2.25rem, 10.5vw, 2.9rem); }
  .gift-card p { margin: 20px 0 24px; font-size: .92rem; }
  .gift-card img { position: relative; right: auto; bottom: auto; width: 106%; height: auto; max-height: 300px; margin: 10px -3% 0; }

  #faq { padding-block: 58px; }
  .faq-layout { display: block !important; grid-template-columns: none !important; }
  .faq-intro { margin-bottom: 26px; }
  .faq-intro h2 { margin: 0 0 12px; }
  .faq-intro > p { max-width: 31ch; margin: 0; font-size: .94rem; line-height: 1.55; }
  .faq-item button { width: 100%; grid-template-columns: minmax(0, 1fr) 34px; gap: 12px; padding: 18px 0; overflow: visible; font-size: .95rem; line-height: 1.35; }
  .faq-item button b { width: 32px; height: 32px; justify-self: end; }
  .faq-answer { padding: 0 42px 18px 0; }
  .faq-answer p { font-size: .86rem; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: opacity 180ms ease; }
}

@media (hover: none), (pointer: coarse) {
  .gift-card img,
  .goal-visual img,
  .goal-orbit,
  .goal-scale b { animation: none; }
}

/* 2026-08-17 launch pass: unified spacing, production certificates and checkout. */
.brand { flex: 0 0 auto; }
.brand > img { width: 142px; height: auto; max-height: 50px; object-fit: contain; }
.brand--footer > img { width: 170px; max-height: 60px; filter: brightness(0) invert(1); }
.skip-link { display: none !important; }

.hero { padding-bottom: 0; }
.hero-grid { align-items: end; }
.hero-copy .button { min-width: 236px; justify-content: center; }
.hero-visual { align-self: end; margin-bottom: -1px; }
.hero-visual img { display: block; object-position: center bottom; }
.hero-scroll { display: none; }
.stats { position: relative; z-index: 3; margin-top: 0; }

.project-image > span { background: #cde978; color: var(--ink); border-color: transparent; }
.project-card--placeholder { min-height: 260px; padding-block: 36px; }
.project-progress-track > span { min-width: 2px; }

#mission { background: #fafaf5; color: var(--ink); }
#mission .eyebrow--dark { color: var(--leaf); border-color: rgba(8,47,35,.2); }
#mission .mission-copy > p:last-child { color: #53675c; }
#mission .contrast-card { background: #fff; border: 1px solid var(--line); }
#mission .contrast-card > span { background: #f3e9e6; color: #8b4d43; }
#mission .contrast-card p { color: #52665b; }
#mission .contrast-card--yes { background: #dff0b8; }
#mission .contrast-card--yes > span { background: var(--ink); color: #fff; }
#mission .principles { box-shadow: 0 22px 62px rgba(8,47,35,.1); }

.format-grid { align-items: stretch; }
.format-card:nth-child(n) { margin-top: 0; }
.format-card { display: flex; flex-direction: column; }
.format-card ul { flex: 1 1 auto; }
.format-card .button { margin-top: auto; }
.popular { display: none !important; }

.certificate-grid { align-items: center; }
.certificate-copy input { width: 100%; }
.certificate-switcher { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 16px; }
.certificate-switcher button { min-height: 46px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font: inherit; font-size: .8rem; font-weight: 700; cursor: pointer; }
.certificate-switcher button.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.certificate-preview { position: relative; aspect-ratio: 1494 / 1053; margin: 0; overflow: hidden; border-radius: 4px; box-shadow: 0 28px 72px rgba(0,0,0,.22); }
.certificate-preview > img { display: block; width: 100%; height: 100%; object-fit: contain; }
.certificate-preview > strong { position: absolute; z-index: 2; left: 17%; right: 17%; top: auto; bottom: 50.2%; display: block; color: #0a3827; font-size: clamp(.82rem, 1.55vw, 1.45rem); line-height: 1.1; text-align: center; text-transform: uppercase; text-wrap: balance; overflow-wrap: anywhere; }
.certificate-preview[data-variant="grove"] > strong,
.certificate-preview[data-variant="hectare"] > strong { color: #f5efe3; }

.status-section { position: relative; background: #053626 url('assets/status-background.png') center / cover no-repeat; color: #fff; }
.status-section::before { content: ""; position: absolute; inset: 0; background: rgba(2,28,20,.28); pointer-events: none; }
.status-section > .container { position: relative; z-index: 1; }
.status-section .section-heading p { color: rgba(255,255,255,.74); }
.status-grid article { overflow: hidden; }
.status-visual { aspect-ratio: 1; }
.status-visual img { width: 100%; height: 100%; object-fit: contain; }
.goal-card { background: rgba(250,250,245,.96); color: var(--ink); }
.goal-card h3 > b { font: inherit; }
.goal-share { display: flex; justify-content: space-between; gap: 16px; margin-top: 26px; font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.goal-share strong { color: var(--leaf); }
.goal-scale { margin-top: 10px; }
.goal-scale i { height: 12px; border-radius: 99px; background: #dbe7de; overflow: hidden; }
.goal-scale i b { display: block; width: max(.3%, 4px); height: 100%; border-radius: inherit; background: var(--acid); }
.goal-visual .goal-orbit { display: none; }
.goal-visual img { object-fit: contain; }

.steps { align-items: stretch; }
.steps > li { height: auto; }
.founders-card > div:first-child { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.founders-card h2,
.founders-card p,
.founders-card .button { margin: 0; }

.site-dialog.checkout-dialog { width: min(680px, calc(100% - 32px)); max-height: min(860px, calc(100dvh - 28px)); padding: 0; border: 0; border-radius: 24px; background: #fafaf5; color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.checkout-dialog .dialog-bar { padding: 24px 28px 20px; }
.checkout-form { display: grid; gap: 18px; padding: 4px 28px 28px; }
.checkout-summary { margin: 0; color: #53675c; line-height: 1.55; }
.checkout-summary strong { color: var(--ink); }
.checkout-form fieldset { display: grid; gap: 9px; margin: 0; padding: 0; border: 0; }
.checkout-form legend,
.checkout-field > span { margin-bottom: 9px; color: var(--ink); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.project-choice { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: center; padding: 15px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; cursor: pointer; }
.project-choice:has(input:checked) { border-color: var(--leaf); box-shadow: 0 0 0 2px rgba(14,104,71,.12); }
.project-choice input { width: 18px; height: 18px; accent-color: var(--leaf); }
.project-choice span { display: grid; gap: 3px; }
.project-choice b { font-size: .94rem; }
.project-choice small { color: #6a7b72; }
.checkout-field { display: grid; }
.checkout-field input { min-height: 52px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font: inherit; }
.checkout-field small { margin-top: 7px; color: #6a7b72; font-size: .75rem; }
.checkout-check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: #52665b; font-size: .78rem; line-height: 1.5; }
.checkout-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--leaf); }
.checkout-check a { color: var(--leaf); text-decoration: underline; text-underline-offset: 2px; }
.checkout-error { margin: 0; padding: 10px 12px; border-radius: 10px; background: #f9e3df; color: #8d3528; font-size: .82rem; }

@media (max-width: 767px) {
  .site-header { height: var(--header-h); }
  .header-inner { height: 100%; }
  .brand > img { width: 126px; max-height: 44px; }
  .menu-toggle { display: flex; }
  .site-nav { position: fixed; z-index: 50; inset: var(--header-h) 0 auto; display: none; width: 100%; max-height: calc(100dvh - var(--header-h)); padding: 18px 24px 28px; overflow-y: auto; flex-direction: column; align-items: stretch; gap: 0; background: #fafaf5; border-top: 1px solid var(--line); box-shadow: 0 24px 48px rgba(8,47,35,.14); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .site-nav .header-cta { margin-top: 18px; padding: 15px; border: 0; border-radius: 999px; background: var(--acid); color: var(--ink); text-align: center; }

  .section-heading,
  .section-heading--split { margin-bottom: 28px; gap: 14px; }
  .hero-grid { padding-bottom: 0; }
  .hero-copy .button { min-width: 0; width: 100%; }
  .hero-visual { transform: translateY(50px); margin-top: -28px; margin-bottom: 49px; }
  .hero-visual img { max-height: none; }
  .stats { margin-top: 0; }
  .project-card--placeholder { min-height: 190px; padding: 26px 22px; }
  .project-card--placeholder:nth-of-type(4) { display: none; }
  .project-grid { gap: 14px; }
  .project-details dt { font-size: .65rem; }

  .purpose-panel > img { height: auto; max-height: none; object-fit: contain; object-position: center bottom; background: #eef4ed; }
  .steps { gap: 14px; }
  .steps > li { min-height: 0; height: auto; margin: 0; }

  .certificate-switcher { grid-template-columns: 1fr; }
  .certificate-preview { aspect-ratio: 1494 / 1053; }
  .certificate-preview > strong { top: auto; bottom: 50.2%; font-size: clamp(.58rem, 3.2vw, .9rem); }

  .gift-card { padding-bottom: 0; }
  .gift-card h2,
  .gift-card p,
  .gift-card .button { margin-top: 0; }
  .gift-card > div { display: grid; gap: 20px; }
  .gift-card img { width: 126%; max-height: 390px; margin: 6px -13% 0; }
  .status-grid article { min-height: 0; }
  .goal-visual { display: none; }
  .goal-card { grid-template-columns: 1fr; }
  .founders-card > div:first-child { gap: 18px; }
  .faq-layout { display: block !important; }
  .faq-list { width: 100%; }
  .checkout-dialog .dialog-bar { padding: 20px 20px 16px; }
  .checkout-form { padding: 2px 20px 22px; gap: 15px; }
}

/* 2026-08-17 — owner corrections after launch review. */
.hero-visual {
  bottom: 0;
  margin-bottom: 0;
}

.value-shell {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(210px, .44fr) minmax(0, .88fr);
  grid-template-rows: auto auto auto auto;
  gap: 18px clamp(24px, 3vw, 46px);
  align-items: stretch;
}
.value-content,
.value-grid { display: contents; }
.value-title { grid-column: 1 / -1; grid-row: 1; margin-bottom: 24px; }
.value-grid > .value-card:nth-child(1) { grid-column: 1; grid-row: 2; }
.value-grid > .value-card:nth-child(2) { grid-column: 1; grid-row: 3; }
.value-card--accent {
  grid-column: 3;
  grid-row: 2 / 4;
  min-height: 100%;
}
.value-hourglass {
  grid-column: 2;
  grid-row: 2 / 4;
  width: 100%;
  max-height: 390px;
  align-self: center;
}
.value-footer { grid-column: 1 / -1; grid-row: 4; justify-content: center; }

#mission .mission-copy h2 { color: var(--ink); }
#mission .contrast-card--yes {
  background: var(--forest-900);
  border-color: var(--forest-900);
  color: #fff;
}
#mission .contrast-card--yes > span,
#mission .contrast-card--yes p { color: #fff; }
#mission .contrast-card--yes > span { background: rgba(255,255,255,.12); }
#mission .contrast-card--yes p .ui-icon { color: var(--acid); }

.certificate-switcher button.is-active {
  background: #cde978;
  color: var(--ink);
  border-color: #cde978;
}

.gift-card img,
.gift-card:hover img {
  transform: none;
  transition: none;
}

.status-section {
  background: #fff;
  color: var(--ink);
}
.status-section::before { display: none; }
.status-section .section-heading h2 { color: var(--ink); }
.status-section .section-heading p { color: #53675c; }
.status-grid article { background: #fff; color: var(--ink); }
.status-grid span { color: var(--leaf); }
.goal-card {
  isolation: isolate;
  color: #fff;
  background: url('assets/status-background.png') center / cover no-repeat;
}
.goal-card::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,36,26,.94) 0%, rgba(3,36,26,.82) 58%, rgba(3,36,26,.48) 100%);
}
.goal-card h3,
.goal-card h3 > b { color: var(--acid); }
.goal-card p,
.goal-card .goal-scale { color: rgba(255,255,255,.82); }
.goal-card .goal-share strong { color: var(--acid); }
.goal-card .goal-scale i { background: rgba(255,255,255,.24); }

.company-section { background: #fff; }
.company-card {
  background: #f9f7f4;
  color: var(--ink);
  border-color: rgba(8,47,35,.1);
  box-shadow: none;
}
.company-card h2 { color: var(--ink); }
.company-card p { color: #53675c; }
.company-card li { color: #40564a; }

.final-cta { min-height: 560px; }
.final-cta::before,
.final-cta::after { display: none; }

.contact-dialog {
  width: min(620px, calc(100% - 32px));
  max-height: calc(100dvh - 28px);
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  border: 0;
  border-radius: 24px;
  background: #fafaf5;
  color: var(--ink);
  box-shadow: 0 30px 100px rgba(0,0,0,.34);
}
.contact-dialog::backdrop { background: rgba(2,24,17,.72); backdrop-filter: blur(5px); }
.contact-form { display: grid; gap: 16px; padding: 2px 28px 30px; text-align: left; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span {
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.contact-form textarea { min-height: 132px; resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus { outline: 3px solid rgba(205,233,120,.5); border-color: var(--leaf); }
.contact-consent { grid-template-columns: 20px 1fr !important; align-items: start; gap: 10px !important; }
.contact-consent input { width: 18px; height: 18px; padding: 0; accent-color: var(--leaf); }
.contact-consent span { color: #53675c; font-size: .76rem !important; font-weight: 500 !important; line-height: 1.5; letter-spacing: 0 !important; text-transform: none !important; }
.contact-consent a { color: var(--leaf); text-decoration: underline; }
.contact-status { min-height: 22px; margin: 0; color: #53675c; font-size: .84rem; }
.contact-status.is-error { color: #9b382a; }
.contact-form.is-sent { align-content: center; min-height: 360px; }
.contact-form.is-sent > label,
.contact-form.is-sent > input,
.contact-form.is-sent > [data-contact-submit] { display: none; }
.contact-status.is-success {
  display: grid;
  gap: 10px;
  min-height: 0;
  margin: 28px 0 8px;
  padding: 28px;
  border-radius: 18px;
  background: #edf6d5;
  color: var(--ink);
  text-align: center;
}
.contact-status.is-success::before {
  content: '✓';
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto 4px;
  place-items: center;
  border-radius: 50%;
  background: var(--leaf);
  color: #fff;
  font-size: 26px;
  font-weight: 900;
}
.contact-status.is-success strong { font-size: 1.35rem; }
.contact-status.is-success span { color: #53675c; font-weight: 500; line-height: 1.5; }

@media (max-width: 980px) {
  .value-shell { grid-template-columns: 1fr; grid-template-rows: repeat(6, auto); }
  .value-title { grid-column: 1; grid-row: 1; margin-bottom: 10px; }
  .value-grid > .value-card:nth-child(1) { grid-column: 1; grid-row: 2; }
  .value-grid > .value-card:nth-child(2) { grid-column: 1; grid-row: 3; }
  .value-hourglass { grid-column: 1; grid-row: 4; width: min(280px, 68vw); max-height: 360px; margin-inline: auto; }
  .value-card--accent { grid-column: 1; grid-row: 5; min-height: 0; }
  .value-footer { grid-column: 1; grid-row: 6; }
}

@media (max-width: 767px) {
  .hero-copy { padding-bottom: 0; }
  .hero-visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% + 32px);
    height: min(112vw, 560px);
    margin: 36px -16px 0;
    transform: none;
  }
  .hero-visual img { object-position: center bottom; }
  .value-title { margin-bottom: 6px; }
  .value-card { width: 100%; }
  .goal-card::before { background: rgba(3,36,26,.87); }
  .contact-dialog .dialog-bar { padding: 20px 20px 14px; }
  .contact-form { padding: 2px 20px 22px; }

  /* Mobile navigation follows the accepted taste-preview pattern. */
  .site-header { height: 72px; background: rgba(250,250,245,.96); }
  .header-inner { height: 100%; }
  .menu-toggle {
    display: flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    gap: 6px;
    border: 1px solid rgba(8,47,35,.18);
    border-radius: 50%;
    background: transparent;
  }
  .menu-toggle > span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms var(--ease-out-ui);
  }
  .menu-toggle[aria-expanded="true"] > span:not(.sr-only):nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:not(.sr-only):nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    z-index: 90;
    inset: 72px 0 auto;
    display: none;
    width: 100%;
    max-height: calc(100dvh - 72px);
    padding: 20px 16px 28px;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fafaf5;
    border-top: 0;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 48px rgba(8,47,35,.14);
  }
  .site-nav.is-open { display: flex; }
  .site-nav > a,
  .site-nav > a:not(.header-cta) {
    padding: 15px 4px;
    border: 0;
    border-bottom: 1px solid var(--line);
    font-size: 18px;
    line-height: 1.35;
  }
  .site-nav > a:not(.header-cta)::after { display: none; }
  .site-nav .header-cta {
    min-height: 52px;
    margin-top: 18px;
    padding: 14px 20px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: var(--acid);
    color: var(--ink);
    text-align: center;
  }
}

/* 2026-08-17 — compact value cards and final CTA refinements. */
.value-grid > .value-card:nth-child(1),
.value-grid > .value-card:nth-child(2) {
  min-height: 0;
  height: auto;
  align-self: start;
  padding-block: 22px;
}
.value-card--accent {
  min-height: 0;
  height: auto;
  align-self: start;
  grid-template-columns: minmax(0, 1fr);
  padding: 26px 30px;
}
.value-card--accent h3 { margin-top: 0; }
.value-card--accent .button { margin-top: 22px; }
.value-accent-quote {
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.86);
  font-size: .88rem;
  font-style: italic;
  line-height: 1.55;
}

.company-card {
  background-color: #f9f7f4;
  background-image: none;
}

.final-cta [data-contact-open] {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.final-cta [data-contact-open]:hover,
.final-cta [data-contact-open]:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}

@media (min-width: 1280px) {
  .value-title {
    max-width: none;
    font-size: clamp(2.75rem, 3vw, 3.35rem);
    white-space: nowrap;
    text-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .value-grid > .value-card:nth-child(1),
  .value-grid > .value-card:nth-child(2),
  .value-card--accent { padding-block: 20px; }
  .value-accent-quote { font-size: .82rem; }
}

/* 2026-08-18 — Sanzharov documents and portrait. */
.team-photo--contain img,
.person-dialog-content > img.person-dialog-photo--contain { object-fit: contain; object-position: center bottom; }
.team-documents { width: 100%; margin-top: 22px; }
.team-documents-label { display: block; margin-bottom: 10px; color: var(--forest-700); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.team-document-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 330px; }
.team-document-thumb { aspect-ratio: 3 / 4; padding: 0; overflow: hidden; border: 1px solid #d8e2db; border-radius: 12px; background: #fff; box-shadow: 0 8px 22px rgba(8,47,35,.08); cursor: zoom-in; }
.team-document-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .25s ease; }
.team-document-thumb:hover img { transform: scale(1.035); }
.team-document-thumb:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }
.document-popover { inset: 0; width: fit-content; height: fit-content; max-width: calc(100vw - 32px); max-height: calc(100dvh - 32px); margin: auto; padding: 0; overflow: visible; border: 0; background: transparent; }
.document-popover::backdrop { background: rgba(3,22,14,.82); backdrop-filter: blur(6px); }
.document-popover > img { display: block; width: auto; max-width: min(905px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); border-radius: 12px; background: #fff; box-shadow: 0 32px 100px rgba(0,0,0,.45); }
.document-popover-close { position: absolute; z-index: 2; top: 10px; right: 10px; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(8,47,35,.18); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--forest-900); font-size: 28px; line-height: 1; cursor: pointer; box-shadow: 0 8px 24px rgba(0,0,0,.18); }

@media (max-width: 560px) {
  .team-document-grid { max-width: none; }
  .document-popover > img { max-width: calc(100vw - 20px); max-height: calc(100dvh - 20px); border-radius: 8px; }
}
