:root {
  --green-950: #063b1a;
  --green-900: #075b24;
  --green-700: #118339;
  --yellow: #d9ee46;
  --ink: #102219;
  --muted: #617067;
  --paper: #f6f8f5;
  --line: #dfe8e1;
  --shadow: 0 24px 70px rgba(6, 59, 26, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.topbar { position: sticky; z-index: 20; top: 0; min-height: 78px; display: flex; align-items: center; gap: 28px; padding: 10px max(22px, calc((100vw - 1220px) / 2)); border-bottom: 1px solid rgba(223,232,225,.9); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; text-decoration: none; }
.brand img { width: 52px; height: 52px; object-fit: contain; border-radius: 13px; }
.brand div { display: grid; gap: 1px; }
.brand strong { color: var(--green-950); font-size: 1.05rem; }
.brand span { color: var(--muted); font-size: .72rem; }
.topbar nav { display: flex; gap: 24px; }
.topbar nav a { color: #31443a; font-size: .9rem; font-weight: 750; text-decoration: none; }
.topbar nav a:hover, .topbar nav a:focus-visible { color: var(--green-700); }
.top-contact { border-radius: 999px; padding: 11px 18px; background: var(--green-900); color: white; font-size: .88rem; font-weight: 850; text-decoration: none; }
main { width: min(1220px, calc(100% - 40px)); margin: 0 auto; }
.hero { position: relative; min-height: 690px; display: flex; align-items: flex-end; overflow: hidden; margin-top: 24px; border-radius: 34px; background: var(--green-950); box-shadow: var(--shadow); }
.hero-photo, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center 38%; }
.hero-overlay { background: linear-gradient(90deg, rgba(4,43,18,.95) 0%, rgba(4,43,18,.72) 48%, rgba(4,43,18,.14) 100%), linear-gradient(0deg, rgba(4,43,18,.35), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 70%); padding: 70px; color: white; }
.eyebrow { display: block; color: var(--green-700); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow.light { color: #b9eec7; }
.hero h1 { margin: 17px 0 22px; font-size: clamp(3.3rem, 6.4vw, 6.5rem); line-height: .9; letter-spacing: -.068em; }
.hero p { max-width: 650px; margin: 0; color: rgba(255,255,255,.84); font-size: 1.08rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 999px; padding: 13px 21px; font-weight: 900; text-decoration: none; }
.button.primary { background: var(--yellow); color: #26330d; }
.button.ghost { border: 1px solid rgba(255,255,255,.45); color: white; }
.button.dark { background: var(--green-950); color: white; }
.hero-signature { position: absolute; z-index: 2; right: 28px; bottom: 26px; color: rgba(255,255,255,.66); font-size: .7rem; font-weight: 900; letter-spacing: .22em; writing-mode: vertical-rl; }
.proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; margin: 22px 0 105px; border: 1px solid var(--line); border-radius: 24px; background: var(--line); box-shadow: 0 14px 45px rgba(6,59,26,.07); }
.proof article { min-height: 150px; display: grid; align-content: center; gap: 6px; padding: 26px 30px; background: white; }
.proof article > span { color: var(--green-700); font-size: .72rem; font-weight: 900; }
.proof strong { color: var(--green-950); font-size: 1.12rem; }
.proof p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.about { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: start; margin-bottom: 110px; scroll-margin-top: 110px; }
.section-copy h2, .values-heading h2, .factory h2, .audience h2 { margin: 12px 0 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .97; letter-spacing: -.06em; }
.about-text { padding-top: 25px; }
.about-text p { margin: 0 0 20px; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.brand-statement { min-height: 300px; display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 45px; margin-bottom: 110px; padding: 48px 60px; border-radius: 30px; background: var(--green-950); color: white; box-shadow: var(--shadow); }
.statement-mark { width: 150px; height: 150px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--yellow); font-size: 3.2rem; font-weight: 950; letter-spacing: -.08em; }
blockquote { max-width: 830px; margin: 16px 0 0; font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 800; line-height: 1.05; letter-spacing: -.045em; }
.values { margin-bottom: 110px; }
.values-heading { max-width: 760px; margin-bottom: 38px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.value-grid article { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.value-grid b { color: var(--green-700); font-size: .75rem; }
.value-grid h3 { margin: 44px 0 12px; color: var(--green-950); font-size: 1.4rem; }
.value-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.factory { display: grid; grid-template-columns: 1fr .82fr; gap: 44px; align-items: stretch; margin-bottom: 110px; scroll-margin-top: 105px; }
.factory-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px; border-radius: 30px; background: var(--green-900); color: white; }
.factory-copy p { max-width: 650px; color: rgba(255,255,255,.8); font-size: 1.02rem; line-height: 1.65; }
.coming-soon { align-self: flex-start; margin-top: 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 10px 14px; color: #dff4e4; font-size: .78rem; font-weight: 800; }
.factory-placeholder { min-height: 480px; display: grid; place-content: center; justify-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: radial-gradient(circle at 50% 20%, #eef9f1 0, #dcefe2 42%, #c7e1cf 100%); color: var(--green-950); }
.factory-placeholder span, .factory-placeholder small { font-weight: 900; letter-spacing: .2em; }
.factory-placeholder span { font-size: .78rem; }
.factory-placeholder strong { margin: -8px 0 -2px; font-size: clamp(6rem, 13vw, 10rem); letter-spacing: -.1em; }
.factory-placeholder small { font-size: .7rem; }
.audience { max-width: 980px; margin: 0 auto 110px; padding: 74px 30px; text-align: center; }
.audience .eyebrow { margin-bottom: 12px; }
.audience p { max-width: 680px; margin: 22px auto 28px; color: var(--muted); font-size: 1.05rem; line-height: 1.6; }
footer { min-height: 150px; display: flex; align-items: center; gap: 30px; padding: 28px max(22px, calc((100vw - 1220px) / 2)); background: var(--green-950); color: white; }
.footer-brand { display: flex; align-items: center; gap: 14px; margin-right: auto; }
.footer-brand img { width: 68px; height: 68px; object-fit: contain; border-radius: 16px; background: white; }
.footer-brand div { display: grid; gap: 4px; }
.footer-brand strong { font-size: 1.15rem; }
.footer-brand span, .footer-contact span { color: rgba(255,255,255,.65); font-size: .82rem; }
.footer-contact { display: grid; gap: 5px; text-align: right; }
.footer-contact a { color: white; font-size: .9rem; font-weight: 750; text-decoration: none; }

@media (max-width: 850px) {
  .topbar nav { display: none; }
  .hero { min-height: 640px; }
  .hero-content { width: 82%; padding: 46px; }
  .about, .factory { grid-template-columns: 1fr; gap: 30px; }
  .brand-statement { grid-template-columns: 130px 1fr; padding: 38px; }
  .statement-mark { width: 115px; height: 115px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 210px; }
  .value-grid h3 { margin-top: 28px; }
}

@media (max-width: 600px) {
  body { overflow-x: hidden; }
  .topbar { min-height: 64px; gap: 10px; padding: 8px 12px; }
  .brand { gap: 8px; min-width: 0; }
  .brand img { width: 44px; height: 44px; flex: 0 0 auto; }
  .brand strong { font-size: .9rem; white-space: nowrap; }
  .brand span { display: none; }
  .top-contact { padding: 9px 13px; font-size: .8rem; white-space: nowrap; }
  main { width: 100%; }
  .hero { min-height: 610px; margin: 0; border-radius: 0 0 26px 26px; }
  .hero-photo { object-position: 57% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(4,43,18,.96) 0%, rgba(4,43,18,.72) 66%, rgba(4,43,18,.2) 100%); }
  .hero-content { width: 100%; padding: 34px 20px 48px; }
  .hero h1 { margin: 14px 0 18px; font-size: clamp(2.45rem, 11.5vw, 3.25rem); line-height: .96; letter-spacing: -.055em; }
  .hero p { font-size: 1rem; line-height: 1.5; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-signature { display: none; }
  .proof { grid-template-columns: 1fr; margin: 16px 14px 76px; border-radius: 20px; }
  .proof article { min-height: 120px; padding: 22px; }
  .about, .values, .factory { margin-right: 18px; margin-bottom: 80px; margin-left: 18px; }
  .about { gap: 22px; }
  .about-text { padding-top: 0; }
  .section-copy h2, .values-heading h2, .factory h2, .audience h2 { font-size: clamp(2rem, 9vw, 2.45rem); line-height: 1.02; }
  .brand-statement { grid-template-columns: 1fr; gap: 24px; margin-bottom: 80px; padding: 34px 24px; border-radius: 0; }
  .statement-mark { width: 92px; height: 92px; font-size: 2.2rem; }
  blockquote { font-size: 1.7rem; line-height: 1.12; }
  .values-heading { margin-bottom: 25px; }
  .factory-copy { padding: 34px 24px; border-radius: 24px; }
  .factory-placeholder { min-height: 330px; border-radius: 24px; }
  .audience { margin-bottom: 70px; padding: 50px 20px; }
  footer { display: grid; padding: 30px 20px; }
  .footer-brand img { width: 56px; height: 56px; }
  .footer-contact a { overflow-wrap: anywhere; }
  .footer-contact { text-align: left; }
}

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