:root {
      --black: #0a0a0a;
      --charcoal: #141414;
      --grey-dark: #1e1e1e;
      --grey-mid: #2e2e2e;
      --grey-light: #aaa;
      --grey-muted: #666;
      --green: #4a5c3a;
      --green-bright: #6b7f57;
      --green-accent: #8fa870;
      --white: #e8e6e0;
      --white-dim: #c8c6ba;
      --border: rgba(255,255,255,0.07);
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }

    body {
      background-color: var(--black);
      color: var(--white);
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight: 300;
      overflow-x: hidden;
      cursor: none;
    }

    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
      opacity: 0.025;
      pointer-events: none;
      z-index: 9997;
    }

    /* CURSOR */
    .cursor {
      position: fixed;
      width: 10px; height: 10px;
      background: var(--green-accent);
      border-radius: 50%;
      pointer-events: none;
      z-index: 9999;
      transform: translate(-50%, -50%);
      transition: width 0.2s, height 0.2s;
      mix-blend-mode: difference;
    }
    .cursor-ring {
      position: fixed;
      width: 36px; height: 36px;
      border: 1px solid var(--green-accent);
      border-radius: 50%;
      pointer-events: none;
      z-index: 9998;
      transform: translate(-50%, -50%);
      transition: width 0.2s, height 0.2s;
      opacity: 0.5;
    }

    /* NAV */
    nav {
      position: fixed; top: 0; left: 0; right: 0;
      z-index: 100;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1.4rem 4rem 1.4rem 5rem;
      border-bottom: 1px solid var(--border);
      background: rgba(10,10,10,0.85);
      backdrop-filter: blur(12px);
    }
    .nav-logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
    .logo-mark { width: 36px; height: 36px; }
    .logo-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
    .logo-text { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: 0.12em; color: var(--white); }
    .nav-links { display: flex; gap: 2.5rem; list-style: none; }
    .nav-links a { color: var(--grey-light); text-decoration: none; font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; transition: color 0.2s; }
    .nav-links a:hover { color: var(--green-accent); }
    .nav-cta { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; background: transparent; border: 1px solid var(--green-accent); color: var(--green-accent); padding: 0.6rem 1.4rem; cursor: none; transition: background 0.25s, color 0.25s; }
    .nav-cta:hover { background: var(--green-accent); color: var(--black); }

    /* HERO */
    .hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 80px; position: relative; overflow: hidden; }
    .hero::after { content: ''; position: absolute; bottom: 0; right: 0; width: 60%; height: 1px; background: linear-gradient(to left, var(--green), transparent); }
    .hero-left { display: flex; flex-direction: column; justify-content: center; padding: 5rem 4rem 5rem 5rem; position: relative; }
    .hero-headline { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; letter-spacing: 0.02em; color: var(--white); margin-bottom: 1.5rem; }
    .hero-headline em { font-style: normal; color: var(--green-accent); display: block; }
    .hero-sub { font-family: 'Outfit', sans-serif; font-size: 1.05rem; font-weight: 300; color: var(--white-dim); line-height: 1.7; max-width: 400px; margin-bottom: 3rem; border-left: 2px solid var(--green); padding-left: 1.25rem; }
    .hero-actions { display: flex; gap: 1rem; align-items: center; }
    .btn-primary { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; background: var(--green); border: none; color: var(--white); padding: 1rem 2rem; cursor: none; transition: background 0.25s; text-decoration: none; display: inline-block; }
    .btn-primary:hover { background: var(--green-bright); }
    .btn-ghost { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; background: transparent; color: var(--grey-light); cursor: none; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; transition: color 0.25s; }
    .btn-ghost:hover { color: var(--white); }
    .hero-right { display: flex; flex-direction: column; justify-content: flex-end; padding: 5rem 2rem; position: relative; }
    .laptop-wrap {
      position: absolute;
      top: 42%; left: -15%;
      transform: translateY(-50%);
      width: 95%;
      z-index: 0;
      pointer-events: none;
    }
    .laptop-wrap img { width: 100%; height: auto; display: block; }
    .grid-visual { position: absolute; top: 80px; right: 0; bottom: 0; left: 0; opacity: 0.06; background-image: linear-gradient(var(--green-accent) 1px, transparent 1px), linear-gradient(90deg, var(--green-accent) 1px, transparent 1px); background-size: 48px 48px; animation: gridShift 20s linear infinite; }
    @keyframes gridShift { from { background-position: 0 0; } to { background-position: 48px 48px; } }
    .stat-block { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: auto; margin-bottom: 3rem; margin-left: auto; margin-right: 1rem; width: 68%; position: relative; z-index: 1; }
    .stat-item { background: var(--charcoal); padding: 1rem 1.25rem; position: relative; overflow: hidden; }
    .stat-item::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: var(--green); transform: scaleY(0); transform-origin: bottom; transition: transform 0.4s ease; }
    .stat-item:hover::before { transform: scaleY(1); }
    .stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; color: var(--green-accent); line-height: 1; margin-bottom: 0.25rem; }
    .stat-label { font-size: 0.58rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--grey-light); }
    .hero-ticker { position: absolute; bottom: 0; left: 0; right: 0; height: 36px; background: var(--green); display: flex; align-items: center; overflow: hidden; }
    .ticker-track { display: flex; white-space: nowrap; animation: ticker 20s linear infinite; gap: 3rem; }
    @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
    .ticker-item { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.8); display: flex; align-items: center; gap: 1.5rem; }
    .ticker-item::after { content: '◆'; font-size: 0.5rem; opacity: 0.5; }

    /* SHARED */
    .section { padding: 7rem 4rem 7rem 5rem; position: relative; }
    .section-label { font-size: 0.58rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--green-accent); margin-bottom: 4rem; }

    /* PROBLEM */
    .problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
    .problem-headline { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1; color: var(--white); position: sticky; top: 120px; }
    .problem-headline .accent { color: var(--green-accent); }
    .problem-cards { display: flex; flex-direction: column; gap: 1px; background: var(--border); }
    .problem-card { background: var(--charcoal); padding: 2.5rem; border-left: 3px solid transparent; transition: border-color 0.3s, background 0.3s; }
    .problem-card:hover { border-left-color: var(--green-accent); background: var(--grey-dark); }
    .card-num { font-family: 'Bebas Neue', sans-serif; font-size: 4rem; color: var(--grey-mid); line-height: 1; margin-bottom: 1rem; transition: color 0.3s; }
    .problem-card:hover .card-num { color: var(--green); }
    .card-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.05rem; font-weight: 500; color: var(--white); margin-bottom: 0.75rem; }
    .card-body { font-size: 0.875rem; line-height: 1.8; color: var(--grey-light); }

    /* WAY */
    .way-section { background: var(--charcoal); padding: 7rem 4rem 7rem 5rem; position: relative; overflow: hidden; }
    .way-section::before { content: 'GRIDWRIGHT'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Bebas Neue', sans-serif; font-size: 20vw; color: transparent; -webkit-text-stroke: 1px rgba(106,127,87,0.06); white-space: nowrap; pointer-events: none; letter-spacing: 0.05em; }
    .way-inner { position: relative; z-index: 1; max-width: 1100px; margin: 0 auto; }
    .way-headline { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 5vw, 4rem); color: var(--white); margin-bottom: 1rem; line-height: 1; }
    .way-sub { font-family: 'Outfit', sans-serif; font-size: 1.05rem; color: var(--white-dim); margin-bottom: 4rem; max-width: 500px; line-height: 1.7; }
    .way-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); }
    .way-card { background: var(--grey-dark); padding: 3rem 2.5rem; transition: background 0.3s; }
    .way-card:hover { background: var(--charcoal); }
    .way-icon { width: 48px; height: 48px; border: 1px solid var(--green); display: flex; align-items: center; justify-content: center; margin-bottom: 2rem; font-size: 1.2rem; color: var(--green-accent); position: relative; }
    .way-icon::after { content: ''; position: absolute; top: 4px; left: 4px; width: 100%; height: 100%; border: 1px solid var(--green-bright); opacity: 0.3; }
    .way-card-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1rem; font-weight: 500; color: var(--white); margin-bottom: 1rem; }
    .way-card-body { font-size: 0.875rem; line-height: 1.9; color: var(--grey-light);  }

    /* WHY */
    .why-section { padding: 7rem 4rem 7rem 5rem; }
    .why-header { max-width: 560px; margin-bottom: 3rem; }
    .why-headline { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 4vw, 3.5rem); color: var(--white); line-height: 1; margin-bottom: 1.5rem; }
    .why-desc { font-size: 0.875rem; line-height: 1.9; color: var(--grey-light);  }
    .why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); }
    .why-item { padding: 2.5rem; display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; align-items: start; background: var(--charcoal); transition: background 0.3s; cursor: default; }
    .why-item:hover { background: var(--grey-dark); }
    .why-check { width: 32px; height: 32px; border: 1px solid var(--green); display: flex; align-items: center; justify-content: center; color: var(--green-accent); font-size: 0.8rem; flex-shrink: 0; margin-top: 2px; }
    .why-item-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1rem; font-weight: 500; color: var(--white); margin-bottom: 0.5rem; }
    .why-item-body { font-size: 0.875rem; line-height: 1.9; color: var(--grey-light);  }

    /* CTA */
    .cta-band { background: var(--green); padding: 6rem 4rem 6rem 5rem; position: relative; overflow: hidden; }
    .cta-band::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,0,0,0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,0.2) 1px, transparent 1px); background-size: 32px 32px; }
    .cta-inner { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 2rem; }
    .cta-headline { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2rem, 5vw, 4rem); color: var(--white); line-height: 1; max-width: 600px; }
    .btn-cta { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; background: var(--black); border: none; color: var(--green-accent); padding: 1.2rem 2.5rem; cursor: none; text-decoration: none; display: inline-block; transition: background 0.25s, color 0.25s; white-space: nowrap; }
    .btn-cta:hover { background: var(--charcoal); color: var(--white); }

    /* FOOTER */
    footer { background: var(--charcoal); border-top: 1px solid var(--border); padding: 4rem 4rem 2rem 5rem; }
    .footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid var(--border); margin-bottom: 2rem; }
    .footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 0.12em; color: var(--white); margin-bottom: 0.75rem; }
    .footer-tagline { font-family: 'Outfit', sans-serif; font-size: 0.9rem; color: var(--grey-light); line-height: 1.6; }
    .footer-col-title { font-size: 0.58rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--green-accent); margin-bottom: 1.5rem; }
    .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
    .footer-links a { font-size: 0.75rem; color: #bbb; text-decoration: none; transition: color 0.2s; letter-spacing: 0.03em; }
    .footer-links a:hover { color: var(--green-accent); }
    .footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 0.58rem; color: var(--grey-muted); letter-spacing: 0.1em; text-transform: uppercase; }
    .footer-green-dot { display: inline-block; width: 6px; height: 6px; background: var(--green-accent); border-radius: 50%; margin-right: 0.5rem; animation: pulse 2s ease-in-out infinite; }
    @keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.7); } }

    /* REVEAL */
    .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    /* RESPONSIVE */
    @media (max-width: 900px) {
      nav { padding: 1rem 1.5rem; }
      .nav-links { display: none; }
      .hero { grid-template-columns: 1fr; }
      .hero-left { padding: 4rem 1.5rem; }
      .hero-right { padding: 2rem 1.5rem 4rem; }
      .problem-grid { grid-template-columns: 1fr; }
      .way-grid { grid-template-columns: 1fr; }
      .why-list { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr; }
      .section, .way-section, .why-section { padding: 5rem 1.2rem; }
      body { cursor: auto; }
      .cursor, .cursor-ring { display: none; }
    }