:root {
  --green-950: #092d23;
  --green-800: #124d3a;
  --green-700: #176148;
  --lime: #d9ef85;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --wood: #a65e35;
  --ink: #17231e;
  --muted: #5b6862;
  --line: #d7ddd8;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 18px 45px rgba(9, 45, 35, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 16px; padding: 10px 14px; background: var(--white); color: var(--green-950); font-weight: 800; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #7ab541; outline-offset: 4px; }

.topbar { color: var(--white); background: var(--green-950); font-size: .84rem; }
.topbar-inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: var(--lime); font-weight: 900; text-decoration: none; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(255, 253, 248, .97); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 30px; }
.brand { flex: 0 0 auto; }
.brand img { width: 205px; }
.site-nav { margin-left: auto; display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.site-nav a { font-size: .88rem; font-weight: 800; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--green-700); text-decoration: underline; text-underline-offset: 5px; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; border: 2px solid var(--green-800); border-radius: 999px; color: var(--white); background: var(--green-800); font-weight: 900; text-decoration: none; }
.button:hover { background: var(--green-950); border-color: var(--green-950); }
.button-outline { color: var(--green-800); background: transparent; }
.button-outline:hover { color: var(--white); }
.button-light { border-color: var(--white); color: var(--green-950); background: var(--white); }
.text-link { color: var(--green-800); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.eyebrow { margin: 0 0 14px; color: var(--green-800); font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: var(--lime); }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1 { margin-bottom: 24px; font-size: clamp(2.7rem, 6vw, 5.2rem); letter-spacing: -.05em; }
h2 { margin-bottom: 28px; font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -.035em; }
h3 { margin-bottom: 12px; font-size: 1.55rem; }
.lead { max-width: 720px; color: #34443d; font-size: 1.12rem; }
.section { padding: 84px 0; }
.section-heading { max-width: 820px; margin-bottom: 38px; }
.section-heading p:last-child { color: var(--muted); }

.hero { padding: 76px 0 62px; background: linear-gradient(135deg, var(--cream), #eaf1df); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; }
.hero h1 em { color: var(--green-800); font-style: normal; }
.hero-note { margin-top: 16px; color: var(--muted); font-size: .9rem; }
.hero-visual { margin: 0; position: relative; }
.hero-visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 40px 8px; box-shadow: var(--shadow); }
.hero-visual figcaption { position: absolute; right: 12px; bottom: 12px; padding: 10px 15px; border-radius: 999px; color: var(--white); background: var(--green-800); font-size: .78rem; font-weight: 900; }

.facts { color: var(--white); background: var(--green-800); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts article { min-height: 132px; padding: 25px; border-right: 1px solid rgba(255,255,255,.2); }
.facts article:last-child { border: 0; }
.facts small, .facts span { display: block; color: rgba(255,255,255,.9); }
.facts strong { display: block; margin: 4px 0; color: var(--lime); font: 700 1.35rem Georgia, serif; }

.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(9,45,35,.06); }
.card p { color: var(--muted); }
.card ul, .check-list { margin: 20px 0; padding-left: 20px; }
.card li, .check-list li { margin: 8px 0; }
.card-number { display: grid; width: 44px; height: 44px; margin-bottom: 24px; place-items: center; border-radius: 50%; color: var(--white); background: var(--green-800); font-weight: 900; }
.card-wood { background: #fff9f3; border-color: #e2c7b5; }
.card-wood .card-number { background: var(--wood); }

.logos { background: var(--white); }
.logo-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; align-items: center; }
.logo-grid img { width: 100%; height: 92px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; object-fit: contain; background: var(--white); }

.process { color: var(--white); background: var(--green-950); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.process p { color: rgba(255,255,255,.9); }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.steps li::before { content: "0" counter(step); color: var(--lime); font-weight: 900; }
.steps strong, .steps span { display: block; }
.steps span { color: rgba(255,255,255,.88); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--cream); }
.gallery-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gallery-grid figcaption { padding: 14px 16px; font-weight: 800; }

.impact { color: var(--white); background: var(--green-800); }
.metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.metric { padding: 34px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.metric strong { display: block; color: var(--lime); font: 700 clamp(2.8rem, 6vw, 4.8rem) Georgia, serif; line-height: 1; }
.metric span { display: block; margin-top: 12px; font-weight: 800; }
.source { max-width: 780px; color: rgba(255,255,255,.88); font-size: .82rem; }

.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.faq-list summary { cursor: pointer; color: var(--green-950); font-weight: 900; }
.faq-list details p { margin: 12px 0 0; color: var(--muted); }
.mobile-call { display: none; }

.partner-grid, .contact-grid, .content-grid { display: grid; grid-template-columns: .42fr .58fr; align-items: center; gap: 60px; }
.partner-grid > img { width: 100%; max-height: 210px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); object-fit: contain; background: var(--white); }
.contact-band { color: var(--white); background: #172820; }
.contact-band p { color: rgba(255,255,255,.9); }
.contact-cards { display: grid; gap: 12px; }
.contact-panel { padding: 18px; border-radius: var(--radius); color: var(--white); background: #172820; }
.contact-cards a { display: block; padding: 18px 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.05); text-decoration: none; }
.contact-cards a:hover { border-color: var(--lime); }
.contact-cards small, .contact-cards strong, .contact-cards span { display: block; }
.contact-cards small { color: var(--lime); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-cards strong { margin: 4px 0; font-size: 1.08rem; }

.page-hero { padding: 68px 0; color: var(--white); background: var(--green-800); }
.page-hero .eyebrow { color: var(--lime); }
.page-hero h1 { max-width: 920px; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.page-hero .lead { color: rgba(255,255,255,.78); }
.breadcrumbs { margin-bottom: 28px; display: flex; flex-wrap: wrap; gap: 8px; color: rgba(255,255,255,.7); font-size: .82rem; }
.breadcrumbs a { color: var(--white); }
.summary-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.summary-grid article { padding: 22px 20px 0 0; }
.summary-grid small, .summary-grid strong { display: block; }
.summary-grid small { color: var(--lime); text-transform: uppercase; font-size: .7rem; font-weight: 900; }
.summary-grid strong { margin-top: 5px; }
.content-grid { align-items: start; }
.content-copy p { color: var(--muted); }
.notice { padding: 22px; border-left: 5px solid var(--wood); border-radius: 0 14px 14px 0; background: #fff4e9; }
.notice strong { display: block; margin-bottom: 6px; }
.place-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.place-tags span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-weight: 800; }
.local-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.local-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.local-grid h3 { margin-bottom: 8px; font-size: 1.25rem; }
.local-grid p { margin: 0; color: var(--muted); }
.legal { max-width: 850px; }
.legal section { padding: 25px 0; border-bottom: 1px solid var(--line); }
.legal h2 { margin-bottom: 12px; font-size: 1.65rem; }
.legal p { color: var(--muted); }

.site-footer { padding: 48px 0 24px; color: rgba(255,255,255,.88); background: #081a14; font-size: .88rem; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr 1fr .8fr; gap: 38px; }
.footer-grid img { width: 185px; margin-bottom: 14px; filter: brightness(0) invert(1); }
.footer-grid strong, .footer-grid span, .footer-grid a { display: block; margin-bottom: 7px; }
.footer-grid strong { color: var(--white); }
.footer-grid a { color: var(--lime); text-decoration: none; }
.footer-bottom { margin-top: 35px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); }

@media (max-width: 920px) {
  .header-inner { padding: 14px 0; align-items: flex-start; flex-direction: column; gap: 12px; }
  .site-header { position: static; }
  .site-nav { margin-left: 0; gap: 10px 18px; }
  .hero-grid, .process-grid, .partner-grid, .contact-grid, .content-grid { grid-template-columns: 1fr; gap: 40px; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .facts article:nth-child(2) { border-right: 0; }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1160px); }
  .topbar-inner { padding: 7px 0; align-items: flex-start; flex-direction: column; gap: 1px; }
  .brand img { width: 170px; }
  .site-nav { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .site-nav a { min-height: 38px; display: flex; align-items: center; }
  .hero { padding: 48px 0; }
  h1 { font-size: 2.55rem; }
  .actions .button { width: 100%; }
  .facts-grid, .card-grid, .metrics, .gallery-grid, .summary-grid, .footer-grid, .local-grid { grid-template-columns: 1fr; }
  .facts article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .logo-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 62px 0; }
  .card, .metric { padding: 27px; }
  body { padding-bottom: 72px; }
  .mobile-call { position: fixed; z-index: 40; right: 14px; bottom: 14px; left: 14px; display: flex; min-height: 52px; align-items: center; justify-content: center; border: 2px solid var(--lime); border-radius: 999px; color: var(--white); background: var(--green-950); box-shadow: var(--shadow); font-weight: 900; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
