    :root {
      --bg: #f3efe5;
      --surface: rgba(255, 250, 242, 0.8);
      --surface-strong: #fffaf2;
      --text: #1a1813;
      --muted: #62594b;
      --line: rgba(26, 24, 19, 0.12);
      --primary: #0f766e;
      --primary-dark: #0a4f4a;
      --accent: #e67e22;
      --shadow: 0 24px 70px rgba(26, 24, 19, 0.12);
      --radius-lg: 28px;
      --radius-md: 18px;
      --radius-sm: 12px;
      --container: 1180px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "Outfit", sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at top left, rgba(15, 118, 110, 0.18), transparent 32%),
        radial-gradient(circle at 85% 10%, rgba(230, 126, 34, 0.16), transparent 24%),
        linear-gradient(180deg, #f7f2e8 0%, #f0eadf 100%);
      min-height: 100vh;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      max-width: 100%;
      display: block;
    }

    .page-shell {
      position: relative;
      overflow: hidden;
    }

    .page-shell::before,
    .page-shell::after {
      content: "";
      position: absolute;
      width: 28rem;
      height: 28rem;
      border-radius: 999px;
      filter: blur(20px);
      opacity: 0.45;
      pointer-events: none;
    }

    .page-shell::before {
      background: rgba(15, 118, 110, 0.15);
      top: 8rem;
      left: -10rem;
    }

    .page-shell::after {
      background: rgba(230, 126, 34, 0.14);
      top: 38rem;
      right: -12rem;
    }

    .container {
      width: min(var(--container), calc(100% - 2rem));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 10;
      backdrop-filter: blur(16px);
      background: rgba(243, 239, 229, 0.78);
      border-bottom: 1px solid rgba(26, 24, 19, 0.06);
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 1rem 0;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 0.9rem;
      font-family: "Space Grotesk", sans-serif;
      font-weight: 700;
      font-size: 1.1rem;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .brand-mark {
      width: 14rem;
      height: auto;
      flex: 0 0 auto;
      filter: drop-shadow(0 8px 18px rgba(15, 118, 110, 0.14));
    }

    .brand-mark img {
      width: 100%;
      height: auto;
      display: block;
    }

    .brand-text {
      display: none;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 1.4rem;
      font-size: 0.96rem;
      color: var(--muted);
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.55rem;
      padding: 0.95rem 1.35rem;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 600;
      transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
    }

    .button:hover {
      transform: translateY(-1px);
    }

    .button-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
      box-shadow: 0 14px 30px rgba(15, 118, 110, 0.25);
    }

    .button-secondary {
      color: var(--text);
      background: rgba(255, 250, 242, 0.75);
      border-color: rgba(26, 24, 19, 0.1);
    }

    .hero {
      padding: 5rem 0 4rem;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 2rem;
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
      padding: 0.4rem 0.8rem;
      border-radius: 999px;
      border: 1px solid rgba(15, 118, 110, 0.18);
      background: rgba(255, 250, 242, 0.72);
      color: var(--primary-dark);
      font-size: 0.86rem;
      font-weight: 600;
      letter-spacing: 0.02em;
      text-transform: uppercase;
    }

    h1,
    h2,
    h3 {
      margin: 0;
      font-family: "Space Grotesk", sans-serif;
      line-height: 0.98;
    }

    h1 {
      margin-top: 1.2rem;
      font-size: clamp(3rem, 7vw, 6.3rem);
      max-width: 12ch;
    }

    .hero-copy p,
    .section-copy,
    .card p,
    .contact-panel p,
    .process-step p,
    .metric-label,
    .list {
      color: var(--muted);
      line-height: 1.65;
      font-size: 1.05rem;
    }

    .hero-copy p {
      max-width: 62ch;
      margin: 1.4rem 0 0;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.9rem;
      margin-top: 1.8rem;
    }

    .hero-notes {
      display: flex;
      flex-wrap: wrap;
      gap: 0.8rem;
      margin-top: 1.4rem;
    }

    .hero-brand {
      display: inline-flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1.25rem;
      padding: 0.9rem 1.1rem;
      border: 1px solid rgba(26, 24, 19, 0.08);
      border-radius: 1.4rem;
      background: rgba(255, 250, 242, 0.82);
      box-shadow: 0 12px 28px rgba(26, 24, 19, 0.06);
    }

    .hero-brand img {
      width: min(100%, 26rem);
      height: auto;
      flex: 0 0 auto;
      filter: drop-shadow(0 12px 28px rgba(15, 118, 110, 0.14));
    }

    .hero-brand-copy {
      display: flex;
      flex-direction: column;
      gap: 0.2rem;
    }

    .hero-brand-copy strong {
      font-family: "Space Grotesk", sans-serif;
      font-size: 1.25rem;
      line-height: 1;
    }

    .hero-brand-copy span {
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--muted);
    }

    .pill {
      padding: 0.7rem 0.95rem;
      border-radius: 999px;
      background: rgba(255, 250, 242, 0.82);
      border: 1px solid rgba(26, 24, 19, 0.08);
      font-size: 0.94rem;
      color: var(--muted);
    }

    .hero-panel {
      position: relative;
      padding: 1.4rem;
      border: 1px solid rgba(26, 24, 19, 0.08);
      border-radius: var(--radius-lg);
      background: linear-gradient(180deg, rgba(255, 250, 242, 0.95), rgba(255, 247, 236, 0.86));
      box-shadow: var(--shadow);
    }

    .hero-stack {
      display: grid;
      gap: 1rem;
    }

    .stack-card,
    .card,
    .metric,
    .process-step,
    .contact-panel,
    .feature-panel {
      border: 1px solid rgba(26, 24, 19, 0.08);
      border-radius: var(--radius-md);
      background: rgba(255, 250, 242, 0.86);
      box-shadow: 0 10px 24px rgba(26, 24, 19, 0.05);
    }

    .stack-card {
      padding: 1.2rem;
    }

    .stack-card.top {
      background: linear-gradient(135deg, rgba(15, 118, 110, 0.08), rgba(255, 250, 242, 0.92));
    }

    .stack-card h3,
    .card h3,
    .process-step h3,
    .contact-panel h3,
    .feature-panel h3 {
      font-size: 1.2rem;
      margin-bottom: 0.7rem;
    }

    .stack-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
    }

    .stack-label {
      display: inline-block;
      padding: 0.3rem 0.55rem;
      border-radius: 999px;
      background: rgba(15, 118, 110, 0.1);
      color: var(--primary-dark);
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      margin-bottom: 0.85rem;
    }

    section {
      padding: 1.25rem 0 4.25rem;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
      gap: 2rem;
      align-items: end;
      margin-bottom: 1.8rem;
    }

    h2 {
      font-size: clamp(2rem, 4vw, 3.5rem);
      max-width: 12ch;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1rem;
    }

    .card {
      padding: 1.5rem;
    }

    .card-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2.2rem;
      height: 2.2rem;
      margin-bottom: 1rem;
      border-radius: 999px;
      font-size: 0.9rem;
      font-weight: 700;
      color: var(--primary-dark);
      background: rgba(15, 118, 110, 0.1);
    }

    .metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
    }

    .metric {
      padding: 1.4rem;
    }

    .metric-value {
      display: block;
      font-family: "Space Grotesk", sans-serif;
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1;
      margin-bottom: 0.55rem;
    }

    .feature-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }

    .feature-panel {
      padding: 1.6rem;
    }

    .list {
      list-style: none;
      margin: 1rem 0 0;
      padding: 0;
    }

    .list li + li {
      margin-top: 0.7rem;
    }

    .list li::before {
      content: "•";
      color: var(--accent);
      margin-right: 0.55rem;
    }

    .process {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
    }

    .process-step {
      padding: 1.4rem;
    }

    .step-number {
      font-family: "Space Grotesk", sans-serif;
      font-size: 0.9rem;
      color: var(--accent);
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 0.9rem;
    }

    .contact-wrap {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 1rem;
    }

    .contact-panel {
      padding: 1.6rem;
    }

    .contact-card {
      padding: 1.4rem;
      border-radius: var(--radius-md);
      background: linear-gradient(135deg, var(--primary-dark), var(--primary));
      color: #fff;
    }

    .contact-card p {
      color: rgba(255, 255, 255, 0.82);
    }

    .contact-card .button-secondary {
      background: rgba(255, 255, 255, 0.14);
      border-color: rgba(255, 255, 255, 0.18);
      color: #fff;
    }

    .site-footer {
      padding: 0 0 2.5rem;
    }

    .footer-bar {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      padding-top: 1.4rem;
      border-top: 1px solid rgba(26, 24, 19, 0.09);
      color: var(--muted);
      font-size: 0.95rem;
    }

    @media (max-width: 1024px) {
      .hero-grid,
      .section-head,
      .feature-layout,
      .contact-wrap {
        grid-template-columns: 1fr;
      }

      .cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .metrics,
      .process {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 720px) {
      .nav {
        flex-direction: column;
        align-items: stretch;
      }

      .brand {
        justify-content: center;
      }

      .brand-mark {
        width: min(100%, 10.5rem);
      }

      .nav-links {
        justify-content: space-between;
        flex-wrap: wrap;
      }

      .hero {
        padding-top: 3.2rem;
      }

      .hero-brand {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
      }

      .hero-brand img {
        width: min(100%, 16rem);
      }

      .hero-brand-copy {
        width: 100%;
      }

      .hero-brand-copy strong {
        font-size: 1.05rem;
      }

      .hero-brand-copy span {
        font-size: 0.74rem;
        letter-spacing: 0.08em;
      }

      .cards,
      .stack-grid {
        grid-template-columns: 1fr;
      }

      h1 {
        max-width: none;
      }

      .footer-bar {
        flex-direction: column;
      }
    }

    @media (max-width: 480px) {
      .container {
        width: min(var(--container), calc(100% - 1.2rem));
      }

      .brand-mark {
        width: min(100%, 9rem);
      }

      .hero-brand img {
        width: min(100%, 13.5rem);
      }

      h1 {
        font-size: clamp(2.3rem, 11vw, 3.2rem);
      }
    }

/* ---------------------------------------------
   Accessibility
--------------------------------------------- */
:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
