:root {
  --ink: #071d1b;
  --deep: #032f29;
  --deep-2: #001f1c;
  --green: #6f9626;
  --lime: #9bbb35;
  --cream: #f5f4ee;
  --white: #fff;
  --muted: #5e6a68;
  --line: rgba(7,29,27,.13);
  --shadow: 0 28px 80px rgba(0,31,28,.14);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f6f7f3; font-family: Manrope, Arial, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 1000; background: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 20px; }
.site-header { position: fixed; z-index: 50; inset: 0 0 auto; transition: .35s ease; }
.site-header.scrolled { background: rgba(246,247,243,.96); backdrop-filter: blur(18px); box-shadow: 0 1px 0 var(--line); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 318px; background: transparent; border-radius: 0; padding: 0; box-shadow: none; overflow: visible; }
.brand img { width: 100%; height: 76px; object-fit: contain; object-position:left center; }
.site-nav { display: flex; align-items: center; gap: 30px; color: white; font-weight: 700; font-size: 14px; }
.scrolled .site-nav { color: var(--ink); }
.site-nav a { text-decoration: none; position: relative; }
.site-nav > a:not(.nav-cta)::after { content:""; position:absolute; left:0; right:100%; bottom:-8px; height:2px; background:var(--lime); transition:.25s; }
.site-nav > a:hover::after { right:0; }
.nav-cta { border: 1px solid rgba(255,255,255,.45); padding: 12px 18px; border-radius: 999px; }
.scrolled .nav-cta { border-color: var(--line); background: var(--deep); color: #fff; }
.menu-toggle { display:none; border:0; background:transparent; padding:10px; }
.menu-toggle span { display:block; width:26px; height:2px; background:currentColor; margin:5px; }
.hero { min-height: 100svh; position: relative; display: grid; align-items: end; overflow: hidden; background: var(--deep); }
.hero-media, .hero-overlay { position:absolute; inset:0; }
.hero-media img { width:100%; height:100%; object-fit:cover; object-position:center; }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(246,247,243,.99) 0%, rgba(246,247,243,.96) 20%, rgba(246,247,243,.68) 29%, rgba(246,247,243,0) 42%) top left / 100% 122px no-repeat,
    linear-gradient(90deg, rgba(0,29,26,.93) 0%, rgba(0,29,26,.76) 38%, rgba(0,29,26,.12) 72%) left 122px / 100% calc(100% - 122px) no-repeat,
    linear-gradient(0deg, rgba(0,20,18,.72), transparent 45%);
}
.hero-grid { position:relative; z-index:2; color:#fff; display:grid; grid-template-columns:minmax(0, 720px) 300px; justify-content:space-between; gap:70px; align-items:end; padding-top:180px; padding-bottom:110px; }
.eyebrow, .section-kicker { text-transform:uppercase; letter-spacing:.18em; font-size:12px; font-weight:800; color:var(--lime); margin:0 0 22px; }
.hero h1 { font-family:Poppins, Manrope, Arial, sans-serif; font-weight:600; font-size:clamp(44px, 5.9vw, 78px); line-height:1.03; letter-spacing:-.035em; margin:0 0 28px; max-width:850px; }
.hero-lead { max-width:680px; font-size:clamp(17px, 2vw, 21px); color:rgba(255,255,255,.83); margin:0; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:36px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 24px; border-radius:999px; text-decoration:none; font-weight:800; font-size:14px; transition:.25s; }
.button-primary { background:var(--lime); color:var(--deep-2); }
.button-primary:hover { transform:translateY(-2px); background:#b1cf49; }
.button-ghost { color:#fff; border:1px solid rgba(255,255,255,.45); }
.button-ghost:hover { background:#fff; color:var(--deep); }
.hero-note { border-top:1px solid rgba(255,255,255,.45); padding-top:18px; margin-bottom:4px; }
.hero-note span { color:var(--lime); font-weight:800; font-size:12px; letter-spacing:.18em; }
.hero-note p { color:rgba(255,255,255,.78); font-size:14px; margin:10px 0 0; }
.scroll-cue { position:absolute; z-index:4; right:28px; bottom:30px; color:#fff; text-transform:uppercase; letter-spacing:.18em; font-size:10px; text-decoration:none; display:flex; align-items:center; gap:12px; transform:rotate(90deg); transform-origin:right bottom; }
.scroll-cue i { width:50px; height:1px; background:var(--lime); }
.intro { display:grid; grid-template-columns:1.15fr .85fr; gap:80px; align-items:end; }
.intro h2, .section-heading h2 { font-size:clamp(36px, 5vw, 62px); line-height:1.08; letter-spacing:-.035em; margin:0; }
.intro-copy { font-size:18px; color:var(--muted); margin:0 0 8px; }
.platform-section { padding-top: 20px; padding-bottom: 120px; }
.product-stack { display:grid; gap:54px; }
.product-panel { display:grid; grid-template-columns:1.08fr .92fr; min-height:610px; background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:0 22px 60px rgba(0,31,28,.10); }
.product-panel-reverse .product-image { order:2; }
.product-panel-reverse .product-content { order:1; }
.product-image { min-height:540px; margin:18px; border-radius:18px; overflow:hidden; background:#ddd; }
.product-image img { width:100%; height:100%; object-fit:cover; transition:transform 1s ease; }
.product-panel:hover .product-image img { transform:scale(1.025); }
.product-content { padding:clamp(42px,6vw,76px); display:flex; flex-direction:column; justify-content:center; }
.product-index { color:var(--green); letter-spacing:.18em; text-transform:uppercase; font-weight:800; font-size:12px; }
.product-content h3 { font-family:"Space Grotesk",Manrope,sans-serif; font-size:clamp(40px,5vw,64px); line-height:1; letter-spacing:-.04em; margin:12px 0; }
.product-tagline { font-size:20px; font-weight:800; margin:0 0 20px; }
.product-content > p:not(.product-index,.product-tagline) { color:var(--muted); }
.product-content ul { list-style:none; padding:0; margin:20px 0 0; display:grid; gap:12px; }
.product-content li { position:relative; padding-left:22px; font-weight:600; }
.product-content li::before { content:""; width:8px; height:8px; background:var(--lime); border-radius:50%; position:absolute; left:0; top:.55em; }
.capabilities { background:var(--deep); color:#fff; overflow:hidden; position:relative; }
.capabilities::before { content:""; position:absolute; width:620px; height:620px; border:1px solid rgba(155,187,53,.16); border-radius:50%; right:-260px; top:-250px; box-shadow:0 0 0 80px rgba(155,187,53,.025),0 0 0 160px rgba(155,187,53,.018); }
.section-kicker.light { color:#b5d34c; }
.capabilities .section-heading { max-width:850px; position:relative; }
.capability-flow { display:grid; grid-template-columns:repeat(5,1fr); gap:1px; background:rgba(255,255,255,.13); margin-top:65px; position:relative; }
.capability-card { background:var(--deep); padding:34px 24px 40px; min-height:270px; transition:.3s; }
.capability-card:hover { background:#08443b; transform:translateY(-8px); }
.capability-card span { color:var(--lime); font-size:12px; font-weight:800; }
.capability-card h3 { font-size:22px; line-height:1.15; margin:42px 0 14px; }
.capability-card p { color:rgba(255,255,255,.66); font-size:14px; margin:0; }
.capability-line { margin:30px 0 0; color:rgba(255,255,255,.65); text-align:center; letter-spacing:.08em; }
.enables { padding-top:120px; padding-bottom:130px; }
.enables .section-heading { max-width:780px; }
.enable-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:55px; }
.enable-card { padding:38px; background:#fff; border:1px solid var(--line); border-radius:20px; transition:.3s; }
.enable-card:hover { transform:translateY(-6px); box-shadow:0 22px 50px rgba(0,31,28,.10); border-color:rgba(111,150,38,.45); }
.enable-icon { width:52px; height:52px; border-radius:50%; display:grid; place-items:center; background:var(--deep); color:var(--lime); font-family:"Space Grotesk",sans-serif; font-size:24px; }
.enable-card h3 { font-size:28px; margin:26px 0 12px; }
.enable-card p { margin:0; color:var(--muted); }
.vision { position:relative; min-height:520px; display:grid; place-items:center; overflow:hidden; background:var(--deep-2); }
.vision-bg { position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,26,23,.97),rgba(0,26,23,.72)), url('images/hero.webp') center/cover; filter:saturate(.7); }
.vision-inner { position:relative; z-index:2; }
.vision p { max-width:1050px; color:#fff; font-family:Poppins,Manrope,sans-serif; font-weight:500; font-size:clamp(34px,4.8vw,64px); line-height:1.15; letter-spacing:-.03em; margin:0; }
.vision p::before { content:"“"; color:var(--lime); }
.vision p::after { content:"”"; color:var(--lime); }
.site-footer { background:#001815; color:rgba(255,255,255,.72); font-family:Poppins,Manrope,sans-serif; font-size:13px; letter-spacing:.02em; }
.footer-inner { min-height:80px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.footer-inner a { text-decoration:none; }
.reveal { opacity:0; transform:translateY(26px); transition:opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity:1; transform:none; }
@media (max-width: 960px) {
  .site-nav { position:fixed; inset:94px 20px auto; padding:22px; flex-direction:column; align-items:stretch; color:var(--ink); background:#fff; border-radius:18px; box-shadow:var(--shadow); transform:translateY(-20px); opacity:0; pointer-events:none; transition:.25s; }
  .site-nav.open { opacity:1; transform:none; pointer-events:auto; }
  .menu-toggle { display:block; color:#fff; }
  .scrolled .menu-toggle { color:var(--ink); }
  .hero-grid { grid-template-columns:1fr; gap:40px; }
  .hero-note { max-width:420px; }
  .intro { grid-template-columns:1fr; gap:28px; }
  .product-panel { grid-template-columns:1fr; }
  .product-panel-reverse .product-image, .product-panel-reverse .product-content { order:initial; }
  .product-image { min-height:420px; }
  .capability-flow { grid-template-columns:repeat(2,1fr); }
  .capability-card:last-child { grid-column:span 2; }
}
@media (max-width: 680px) {
  .shell { width:min(100% - 28px,1180px); }
  .section { padding:80px 0; }
  .header-inner { min-height:82px; }
  .brand { width:220px; padding:6px 10px; }
  .brand img { height:54px; }
  .site-nav { top:82px; }
  .hero { min-height:860px; }
  .hero-overlay {
    background:
      linear-gradient(90deg,rgba(246,247,243,.99) 0%,rgba(246,247,243,.94) 72%,rgba(246,247,243,0) 100%) top left / 100% 96px no-repeat,
      linear-gradient(0deg,rgba(0,29,26,.96),rgba(0,29,26,.42) 72%) left 96px / 100% calc(100% - 96px) no-repeat;
  }
  .hero-grid { padding-top:130px; padding-bottom:90px; align-self:end; }
  .hero h1 { font-size:43px; }
  .scroll-cue { display:none; }
  .product-tabs { grid-template-columns:1fr 1fr; }
  .product-tab { font-size:13px; }
  .product-panel { min-height:auto; }
  .product-image { min-height:300px; }
  .product-content { padding:34px 24px 42px; }
  .product-content h3 { font-size:42px; }
  .capability-flow, .enable-grid { grid-template-columns:1fr; }
  .capability-card:last-child { grid-column:auto; }
  .footer-inner { flex-direction:column; align-items:flex-start; justify-content:center; padding:24px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition:none !important; animation:none !important; }
  .reveal { opacity:1; transform:none; }
}
