    :root {
      --ink: #18202c;
      --soft-ink: #4d5b6e;
      --paper: #fbfbf7;
      --paper-2: #f1f6f3;
      --paper-3: #f4f7fb;
      --gold: #00a879;
      --gold-2: #36d0aa;
      --teal: #00a879;
      --blue: #5f8fe8;
      --rose: #d96f65;
      --white: #ffffff;
      --muted: #6a7484;
      --line: rgba(24, 32, 44, .12);
      --shadow: 0 28px 80px rgba(75, 91, 111, .18);
      --radius: 8px;
      --max: 1480px;
    }

    * {
      box-sizing: border-box;
      min-width: 0;
    }
    html {
      scroll-behavior: smooth;
      overflow-x: hidden;
    }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: "Noto Sans Georgian", system-ui, sans-serif;
      line-height: 1.65;
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; }
    button, input, textarea { font: inherit; }
    .wrap { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; }

    .topbar {
      position: fixed;
      inset: 0 0 auto;
      z-index: 20;
      pointer-events: none;

      border-bottom: 1px solid rgba(24, 32, 44, .08);
      background: rgba(255, 255, 255, .86);
      backdrop-filter: blur(22px);
      box-shadow: 0 14px 42px rgba(75, 91, 111, .08);
    }

    .nav {
      pointer-events: auto;
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
      padding: 10px 24px;
      border: 0;
      background: none;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .brand-wordmark {
      width: clamp(142px, 12vw, 190px);
      height: auto;
      display: block;
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      border: 1px solid rgba(215, 180, 106, .55);
      clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
      color: #7f5a08;
      background: linear-gradient(135deg, #dff8f0, #8de8d0);
    }

    .brand strong {
      display: block;
      font-size: 17px;
      letter-spacing: 0;
      line-height: 1;
    }

    .brand span:last-child {
      min-width: 0;
    }

    .brand small {
      display: block;
      margin-top: 3px;
      color: var(--soft-ink);
      font-size: 11px;
      line-height: 1;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .nav-links a {
      padding: 10px 12px;
      color: rgba(24, 32, 44, .72);
      font-size: 14px;
      border-radius: 7px;
      transition: color .2s ease, background .2s ease;
    }

    .nav-links a:hover {
      color: var(--ink);
      background: rgba(24, 32, 44, .06);
    }

    .icon-button {
      width: 44px;
      height: 44px;
      display: none;
      place-items: center;
      border: 1px solid rgba(24, 32, 44, .12);
      background: rgba(24, 32, 44, .04);
      color: var(--ink);
      border-radius: 7px;
      cursor: pointer;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 46px;
      padding: 11px 18px;
      border: 1px solid transparent;
      border-radius: 7px;
      font-weight: 700;
      cursor: pointer;
      transition: transform .2s ease, border-color .2s ease, background .2s ease;
      text-align: center;
    }

    .btn:hover { transform: translateY(-2px); }
    .btn-gold {
      color: #251a06;
      background: linear-gradient(135deg, #9af1da, var(--gold-2));
      box-shadow: 0 18px 42px rgba(0, 168, 121, .18);
    }

    .btn-ghost {
      color: var(--ink);
      border-color: rgba(24, 32, 44, .14);
      background: rgba(255, 255, 255, .72);
    }

    .hero {
      position: relative;
      min-height: 100svh;
      display: grid;
      align-items: center;
      padding: 118px 0 64px;
      overflow: hidden;
      isolation: isolate;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -3;
      background:
        radial-gradient(circle at 78% 18%, rgba(0, 168, 121, .18), transparent 30%),
        radial-gradient(circle at 10% 18%, rgba(18, 53, 91, .08), transparent 32%),
        linear-gradient(90deg, rgba(251, 251, 247, .98) 0%, rgba(251, 251, 247, .94) 48%, rgba(237, 249, 245, .9) 100%);
      transform: scale(1.02);
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background:
        linear-gradient(rgba(24, 32, 44, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(24, 32, 44, .055) 1px, transparent 1px);
      background-size: 72px 72px;
      mask-image: linear-gradient(90deg, #000, transparent 80%);
      opacity: .5;
    }

    .hero-photo-bg {
      position: absolute;
      inset: 0;
      z-index: -2;
      pointer-events: none;
    }

    .hero-photo-bg::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(251,251,247,.98) 0%, rgba(251,251,247,.9) 40%, rgba(251,251,247,.24) 72%, rgba(251,251,247,.45) 100%),
        linear-gradient(180deg, rgba(251,251,247,.48), rgba(251,251,247,.18));
    }

    .hero-photo-bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center right;
      filter: saturate(1.08) contrast(1.02);
    }

    .scroll-story {
      background: var(--paper);
      margin-top: 0;
      padding: 0;
    }

    .story-stage {
      position: relative;
      min-height: 100svh;
      display: grid;
      align-items: center;
      overflow: hidden;
      isolation: isolate;
      border-top: 0;
    }

    .story-stage::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -3;
      background-image: var(--scene);
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
      transform: scale(1.03);
    }

    .story-stage::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background:
        linear-gradient(90deg, rgba(251,251,247,.92) 0%, rgba(251,251,247,.72) 26%, rgba(251,251,247,.22) 50%, rgba(251,251,247,0) 68%);
    }

    .story-copy {
      width: min(var(--max), calc(100% - 96px));
      margin: 0 auto;
      padding: 120px 0 84px;
    }

    .story-copy h2 {
      max-width: 650px;
      font-size: clamp(32px, 3.4vw, 52px);
      line-height: 1.12;
    }

    .story-copy p {
      max-width: 590px;
      margin-top: 22px;
      color: var(--soft-ink);
      font-size: 18px;
    }

    .story-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 18px;
      color: #007e66;
      font-size: 13px;
      font-weight: 800;
    }

    .story-kicker::before {
      content: "";
      width: 32px;
      height: 1px;
      background: currentColor;
    }

    .story-points {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 28px;
    }

    .story-points span {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 7px 11px;
      border: 1px solid rgba(0, 168, 121, .18);
      background: rgba(255, 255, 255, .72);
      backdrop-filter: blur(12px);
      border-radius: 999px;
      color: #007e66;
      font-size: 13px;
      font-weight: 800;
    }

    .hero-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(420px, .62fr);
      gap: clamp(40px, 5vw, 86px);
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #007e66;
      font-size: 13px;
      font-weight: 700;
    }

    .eyebrow::before {
      content: "";
      width: 32px;
      height: 1px;
      background: currentColor;
    }

    h1, h2, h3, p {
      margin: 0;
      overflow-wrap: normal;
      word-break: normal;
    }

    h1 {
      max-width: 760px;
      margin-top: 22px;
      font-family: "Noto Serif Georgian", serif;
      font-size: clamp(40px, 3.7vw, 66px);
      line-height: 1.12;
      letter-spacing: 0;
      overflow-wrap: normal;
      word-break: normal;
    }

    .headline-line {
      display: block;
      white-space: nowrap;
    }

    .gold-text { color: #00876d; }

    .hero-lead {
      max-width: 720px;
      margin-top: 24px;
      color: var(--soft-ink);
      font-size: clamp(17px, 1.5vw, 21px);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 34px;
    }

    .signal-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px;
      max-width: 680px;
      margin-top: 50px;
      border: 1px solid var(--line);
      background: var(--line);
    }

    .signal {
      min-height: 104px;
      padding: 18px;
      background: rgba(255, 255, 255, .78);
    }

    .signal b {
      display: block;
      color: var(--ink);
      font-size: clamp(22px, 3vw, 32px);
      line-height: 1.15;
    }

    .signal span {
      display: block;
      margin-top: 7px;
      color: var(--muted);
      font-size: 13px;
    }

    .command-panel {
      width: 100%;
      max-width: 560px;
      justify-self: end;
      border: 1px solid rgba(24, 32, 44, .12);
      background: rgba(255, 255, 255, .82);
      backdrop-filter: blur(18px);
      box-shadow: var(--shadow);
      border-radius: var(--radius);
      overflow: hidden;
    }

    .panel-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 48px;
      padding: 12px 14px;
      border-bottom: 1px solid var(--line);
      color: var(--muted);
      font-size: 12px;
    }

    .panel-dots {
      display: flex;
      gap: 7px;
    }

    .panel-dots span {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--rose);
    }

    .panel-dots span:nth-child(2) { background: var(--gold); }
    .panel-dots span:nth-child(3) { background: var(--teal); }

    .panel-body { padding: 18px; }

    .os-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin-bottom: 14px;
    }

    .os-tile {
      min-height: 92px;
      padding: 14px;
      border: 1px solid rgba(24, 32, 44, .1);
      background:
        linear-gradient(135deg, rgba(255,255,255,.86), rgba(239,250,247,.72));
      border-radius: 7px;
    }

    .os-tile b {
      display: block;
      color: var(--ink);
      font-size: 13px;
      line-height: 1.25;
    }

    .os-tile span {
      display: block;
      margin-top: 8px;
      color: var(--soft-ink);
      font-size: 12px;
      line-height: 1.45;
    }

    .os-tile strong {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      margin-bottom: 10px;
      border-radius: 7px;
      color: #053529;
      background: #9af1da;
      font-size: 12px;
    }

    .os-flow {
      position: relative;
      min-height: 180px;
      margin: 2px 0 14px;
      border: 1px solid rgba(24, 32, 44, .1);
      background:
        linear-gradient(rgba(24,32,44,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(24,32,44,.035) 1px, transparent 1px),
        radial-gradient(circle at 52% 45%, rgba(0,168,121,.16), transparent 32%),
        #fbfdfb;
      background-size: 34px 34px, 34px 34px, auto, auto;
      border-radius: 7px;
      overflow: hidden;
    }

    .os-flow::before,
    .os-flow::after {
      content: "";
      position: absolute;
      left: 18%;
      right: 18%;
      top: 50%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(0,168,121,.72), transparent);
    }

    .os-flow::after {
      left: 50%;
      right: auto;
      top: 18%;
      bottom: 18%;
      width: 1px;
      height: auto;
      background: linear-gradient(180deg, transparent, rgba(0,168,121,.72), transparent);
    }

    .os-node {
      position: absolute;
      display: grid;
      place-items: center;
      width: 76px;
      height: 44px;
      border: 1px solid rgba(0,168,121,.28);
      background: rgba(255,255,255,.88);
      border-radius: 7px;
      color: var(--ink);
      font-size: 11px;
      font-weight: 800;
      box-shadow: 0 10px 30px rgba(75,91,111,.12);
    }

    .os-node.center {
      left: 50%;
      top: 50%;
      width: 98px;
      height: 58px;
      transform: translate(-50%, -50%);
      color: #053529;
      background: linear-gradient(135deg, #dff8f0, #ffffff);
      border-color: rgba(0,168,121,.42);
    }

    .os-node.n1 { left: 26px; top: 24px; }
    .os-node.n2 { right: 28px; top: 24px; }
    .os-node.n3 { left: 26px; bottom: 24px; }
    .os-node.n4 { right: 28px; bottom: 24px; }

    .os-console {
      padding: 14px;
      border: 1px solid rgba(24, 32, 44, .1);
      background: #071826;
      border-radius: 7px;
      color: #dff8f0;
      font-family: Consolas, "Courier New", monospace;
      font-size: 12px;
      line-height: 1.7;
    }

    .os-console span {
      color: #36d0aa;
    }

    .command-panel.digital-layer-card {
      max-width: 540px;
      border-radius: 10px;
      background:
        linear-gradient(140deg, rgba(255,255,255,.96), rgba(242,251,248,.9)),
        #fff;
      box-shadow: 0 30px 90px rgba(28, 49, 69, .14);
    }

    .digital-layer-card .panel-top {
      min-height: 54px;
      border-bottom-color: rgba(0, 168, 121, .14);
      color: #526272;
      font-weight: 700;
      letter-spacing: .02em;
    }

    .digital-layer-card .panel-body {
      padding: 20px;
    }

    .digital-layer-card .panel-body.screens-body {
      padding: 10px;
    }

    .screens {
      position: relative;
      aspect-ratio: 16 / 10;
      border-radius: 8px;
      overflow: hidden;
      background: #0e1622;
    }

    .screen-slide {
      position: absolute;
      inset: 0;
      margin: 0;
      opacity: 0;
      transition: opacity .9s ease;
    }
    .screen-slide.on { opacity: 1; }

    .screen-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      display: block;
    }

    .screen-slide figcaption {
      position: absolute;
      left: 12px;
      bottom: 12px;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-size: 12px;
      font-weight: 600;
      color: #fff;
      background: rgba(9, 17, 31, .72);
      backdrop-filter: blur(6px);
      padding: 6px 12px;
      border-radius: 100px;
    }

    .screen-slide figcaption i {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #2ee6a8;
      animation: screenPulse 2s infinite;
    }
    @keyframes screenPulse { 50% { opacity: .35; } }

    .screen-dots {
      position: absolute;
      right: 14px;
      bottom: 16px;
      display: flex;
      gap: 6px;
      z-index: 2;
    }
    .screen-dots span {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .45);
      transition: .25s;
    }
    .screen-dots span.on {
      background: #fff;
      transform: scale(1.25);
    }

    .digital-layer-card .os-grid,
    .digital-layer-card .os-console {
      display: none;
    }

    .digital-layer-card .os-flow {
      min-height: 390px;
      margin: 0;
      border-color: rgba(0, 168, 121, .18);
      background:
        radial-gradient(circle at 50% 48%, rgba(0,168,121,.2), transparent 24%),
        radial-gradient(circle at 20% 18%, rgba(255,202,88,.2), transparent 28%),
        radial-gradient(circle at 82% 78%, rgba(54,208,170,.14), transparent 30%),
        linear-gradient(rgba(24,32,44,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(24,32,44,.035) 1px, transparent 1px),
        #fbfdfb;
      background-size: auto, auto, auto, 36px 36px, 36px 36px, auto;
    }

    .digital-layer-card .os-flow::before,
    .digital-layer-card .os-flow::after {
      background: linear-gradient(90deg, transparent, rgba(0,168,121,.5), transparent);
    }

    .digital-layer-card .os-flow::after {
      background: linear-gradient(180deg, transparent, rgba(0,168,121,.5), transparent);
    }

    .digital-layer-card .os-node {
      width: 112px;
      height: 58px;
      border-color: rgba(0,168,121,.28);
      background: rgba(255,255,255,.92);
      border-radius: 8px;
      font-size: 12px;
      box-shadow: 0 16px 42px rgba(75,91,111,.13);
    }

    .digital-layer-card .os-node.center {
      width: 126px;
      height: 78px;
      color: #04392c;
      background: linear-gradient(135deg, rgba(221,248,240,.98), rgba(255,255,255,.98));
      border-color: rgba(0,168,121,.5);
      box-shadow: 0 20px 60px rgba(0,168,121,.18);
    }

    .digital-layer-card .os-node.n1 { left: 34px; top: 34px; }
    .digital-layer-card .os-node.n2 { right: 34px; top: 34px; }
    .digital-layer-card .os-node.n3 { left: 34px; bottom: 34px; }
    .digital-layer-card .os-node.n4 { right: 34px; bottom: 34px; }

    .mission-line {
      display: grid;
      grid-template-columns: 34px minmax(0, 1fr) auto;
      gap: 12px;
      align-items: center;
      padding: 12px;
      border: 1px solid rgba(24, 32, 44, .1);
      background: rgba(244, 247, 251, .82);
      border-radius: 7px;
    }

    .mission-line + .mission-line { margin-top: 10px; }

    .mission-icon {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 7px;
      color: #14302d;
      background: linear-gradient(135deg, #b9f1eb, #ffe29a);
    }

    .mission-line b {
      display: block;
      color: var(--ink);
      font-size: 14px;
      line-height: 1.3;
    }

    .mission-line small {
      display: block;
      color: var(--muted);
      margin-top: 2px;
      font-size: 12px;
    }

    .mission-state {
      color: #108278;
      font-size: 12px;
      font-weight: 800;
    }

    .panel-metric {
      margin-top: 16px;
      padding: 18px;
      border-radius: 7px;
      background: linear-gradient(135deg, rgba(57, 184, 173, .14), rgba(240, 205, 115, .18));
      border: 1px solid rgba(24, 32, 44, .1);
    }

    .panel-metric strong {
      display: block;
      font-size: 34px;
      line-height: 1;
      color: #007e66;
    }

    .panel-metric span {
      display: block;
      margin-top: 8px;
      color: var(--soft-ink);
      font-size: 13px;
    }

    section {
      position: relative;
      padding: 96px 0;
    }

    .section-light {
      color: var(--ink);
      background: var(--paper);
    }

    .section-deep {
      background:
        linear-gradient(180deg, #ffffff, var(--paper-3));
      border-top: 1px solid rgba(24, 32, 44, .08);
      border-bottom: 1px solid rgba(24, 32, 44, .08);
    }

    .split {
      display: grid;
      grid-template-columns: .78fr 1fr;
      gap: 64px;
      align-items: start;
    }

    .section-deep + .section-deep .split {
      grid-template-columns: 1.2fr .78fr;
      column-gap: clamp(72px, 6vw, 112px);
    }
    .section-deep + .section-deep .split h2 { font-size: clamp(30px, 3vw, 50px); }

    @media (max-width: 980px) {
      .section-deep + .section-deep .split { grid-template-columns: 1fr; }
    }

    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--gold);
      font-weight: 800;
      font-size: 13px;
    }

    .section-label::before {
      content: "";
      width: 28px;
      height: 1px;
      background: currentColor;
    }

    h2 {
      margin-top: 16px;
      font-family: "Noto Serif Georgian", serif;
      font-size: clamp(34px, 4vw, 58px);
      line-height: 1.14;
      letter-spacing: 0;
    }

    .large-copy {
      color: rgba(9, 17, 31, .76);
      font-size: clamp(17px, 2vw, 21px);
    }

    .large-copy p + p { margin-top: 18px; }

    .principles {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1px;
      margin-top: 58px;
      background: rgba(9, 17, 31, .18);
      border: 1px solid rgba(9, 17, 31, .18);
    }

    .principle {
      min-height: 220px;
      padding: 26px;
      background: var(--paper);
    }

    .principle span {
      display: inline-grid;
      place-items: center;
      width: 38px;
      height: 38px;
      margin-bottom: 22px;
      border: 1px solid rgba(9, 17, 31, .2);
      border-radius: 7px;
      color: var(--ink);
      font-weight: 800;
    }

    .principle h3,
    .service h3,
    .project h3 {
      font-size: 20px;
      line-height: 1.35;
      letter-spacing: 0;
    }

    .principle p {
      margin-top: 12px;
      color: rgba(9, 17, 31, .68);
    }

    .section-head {
      display: flex;
      justify-content: space-between;
      gap: 28px;
      align-items: end;
      margin-bottom: 42px;
    }

    .section-head p {
      max-width: 440px;
      color: var(--soft-ink);
    }

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

    .service {
      min-height: 270px;
      padding: 24px;
      border: 1px solid rgba(24, 32, 44, .1);
      background: rgba(255, 255, 255, .82);
      border-radius: var(--radius);
      transition: transform .22s ease, background .22s ease, border-color .22s ease;
    }

    .service:hover {
      transform: translateY(-5px);
      background: #ffffff;
      border-color: rgba(215, 180, 106, .42);
    }

    .service svg {
      width: 34px;
      height: 34px;
      margin-bottom: 26px;
      color: #00876d;
    }

    .service p,
    .project p {
      margin-top: 12px;
      color: var(--soft-ink);
    }

    .projects-band {
      color: var(--ink);
      background:
        radial-gradient(circle at 85% 18%, rgba(54, 208, 170, .18), transparent 28%),
        linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(241, 246, 243, .9));
    }

    .projects-band .section-label { color: #007e66; }

    .projects-band .section-head p {
      color: rgba(9, 17, 31, .68);
    }

    .project-list {
      --marquee-gap: 22px;
      position: relative;
      overflow: hidden;
      padding: 6px 0;

      -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
              mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
    }

    .project-track {
      display: flex;
      width: max-content;
      gap: var(--marquee-gap);
      animation: project-marquee 40s linear infinite;
      will-change: transform;
    }

    @keyframes project-marquee {
      from { transform: translateX(0); }
      to   { transform: translateX(calc(-50% - (var(--marquee-gap) / 2))); }
    }

    .project-list:hover .project-track { animation-play-state: paused; }

    .project {
      flex: 0 0 240px;
      width: 240px;
      height: 292px;
      display: flex;
      flex-direction: column;
      padding: 26px 24px;
      background: var(--paper);
      color: var(--ink);
      border: 1px solid rgba(24, 32, 44, .1);
      border-radius: 16px;
      box-shadow: 0 1px 2px rgba(9, 17, 31, .04), 0 8px 20px -14px rgba(9, 17, 31, .18);
      text-decoration: none;
      transition: transform .35s cubic-bezier(.2, .7, .2, 1),
                  box-shadow .35s cubic-bezier(.2, .7, .2, 1),
                  border-color .35s ease;
    }

    .project:hover {
      transform: translateY(-6px);
      border-color: rgba(0, 168, 121, .42);
      box-shadow: 0 2px 4px rgba(0, 126, 102, .08),
                  0 18px 36px -16px rgba(0, 126, 102, .34);
    }

    .project:focus-visible {
      outline: 2px solid #00a879;
      outline-offset: 3px;
    }

    .project-logo {
      width: 86px;
      height: 54px;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      margin-bottom: 20px;
      padding: 8px;
      overflow: hidden;
      border: 1px solid rgba(24, 32, 44, .08);
      background: #fff;
      border-radius: 9px;
    }

    .project-logo img {
      width: 68px;
      height: 36px;
      display: block;
      object-fit: contain;
    }

    .project h3 {
      flex-shrink: 0;
      margin: 0 0 8px;
      line-height: 1.3;
      min-height: 2.6em;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .project p {
      color: rgba(9, 17, 31, .68);
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .project-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: auto;
      padding-top: 16px;
      color: #007e66;
      font-weight: 800;
    }

    .project:hover .project-link { color: #00a879; }

    @media (max-width: 480px) {
      .project {
        flex-basis: 210px;
        width: 210px;
        height: 286px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .project-track { animation: none; }
      .project-list {
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-mask-image: none;
                mask-image: none;
      }
    }

    .story-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      margin-top: 46px;
    }

    .story-card {
      padding: 28px;
      border: 1px solid rgba(24, 32, 44, .1);
      background: rgba(255, 255, 255, .78);
      border-radius: var(--radius);
      box-shadow: 0 20px 60px rgba(75, 91, 111, .1);
    }

    .story-card h3 {
      font-size: 22px;
      line-height: 1.35;
    }

    .story-card p {
      margin-top: 12px;
      color: var(--soft-ink);
    }

    .brand-visual {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
      gap: 46px;
      align-items: center;
      margin-top: 62px;
      padding: 30px;
      border: 1px solid rgba(24, 32, 44, .1);
      background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(235,248,244,.92));
      border-radius: var(--radius);
    }

    .brand-visual p {
      color: var(--soft-ink);
      margin-top: 14px;
    }

    .brand-showcase {
      min-height: 360px;
      display: grid;
      align-content: center;
      gap: 34px;
      padding: clamp(28px, 4vw, 54px);
      border: 1px solid rgba(24, 32, 44, .1);
      background:
        linear-gradient(rgba(24,32,44,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(24,32,44,.035) 1px, transparent 1px),
        radial-gradient(circle at 82% 12%, rgba(54, 208, 170, .18), transparent 32%),
        #ffffff;
      background-size: 42px 42px, 42px 42px, auto, auto;
      border-radius: var(--radius);
      box-shadow: 0 26px 70px rgba(75, 91, 111, .14);
    }

    .brand-showcase img {
      width: min(100%, 560px);
      display: block;
    }

    .brand-system-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }

    .brand-system-item {
      padding: 14px;
      border: 1px solid rgba(24, 32, 44, .1);
      background: rgba(251, 251, 247, .82);
      border-radius: 7px;
    }

    .brand-system-item b {
      display: block;
      color: var(--ink);
      font-size: 13px;
    }

    .brand-system-item span {
      display: block;
      margin-top: 4px;
      color: var(--soft-ink);
      font-size: 12px;
    }

    .swatches {
      display: flex;
      gap: 8px;
      align-items: center;
    }

    .swatch {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      border: 1px solid rgba(24, 32, 44, .1);
    }

    .pill-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 20px;
    }

    .pill-list span {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 7px 11px;
      border: 1px solid rgba(24, 32, 44, .12);
      background: #fff;
      border-radius: 999px;
      color: var(--soft-ink);
      font-size: 13px;
      font-weight: 700;
    }

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

    .faq-card {
      padding: 22px;
      border: 1px solid rgba(24, 32, 44, .1);
      background: rgba(255, 255, 255, .82);
      border-radius: var(--radius);
    }

    .faq-card h3 {
      font-size: 18px;
      line-height: 1.35;
    }

    .faq-card p {
      margin-top: 10px;
      color: var(--soft-ink);
      font-size: 15px;
    }

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

    .team-card {
      overflow: hidden;
      border: 1px solid rgba(24, 32, 44, .1);
      background: #fff;
      border-radius: var(--radius);
      box-shadow: 0 18px 50px rgba(75, 91, 111, .1);
    }

    .team-card img {
      width: 100%;
      aspect-ratio: 4 / 5;
      display: block;
      object-fit: cover;
      object-position: center top;
      background: var(--paper-2);
    }

    .team-card div {
      padding: 16px;
    }

    .team-card h3 {
      font-size: 17px;
      line-height: 1.3;
    }

    .team-card p {
      margin-top: 5px;
      color: var(--soft-ink);
      font-size: 13px;
    }

    #team {
      display: none;
    }

    .team-modal {
      position: fixed;
      inset: 0;
      z-index: 120;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 32px;
      background: rgba(12, 25, 35, .34);
      backdrop-filter: blur(14px);
    }

    .team-modal.is-open {
      display: flex;
    }

    .team-dialog {
      width: min(1120px, 100%);
      max-height: min(760px, calc(100vh - 64px));
      overflow: auto;
      border: 1px solid rgba(24, 32, 44, .12);
      background:
        radial-gradient(circle at 88% 10%, rgba(54,208,170,.14), transparent 30%),
        radial-gradient(circle at 12% 0%, rgba(255,202,88,.16), transparent 30%),
        #fff;
      border-radius: 10px;
      box-shadow: 0 36px 110px rgba(12, 25, 35, .22);
    }

    .team-dialog-head {
      position: sticky;
      top: 0;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 22px 24px;
      border-bottom: 1px solid rgba(24, 32, 44, .1);
      background: rgba(255,255,255,.88);
      backdrop-filter: blur(16px);
    }

    .team-dialog-head h2 {
      font-size: clamp(26px, 3vw, 42px);
      line-height: 1.1;
    }

    .team-dialog-head p {
      margin-top: 6px;
      color: var(--soft-ink);
      font-size: 14px;
    }

    .team-dialog-close {
      width: 42px;
      height: 42px;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      border: 1px solid rgba(24, 32, 44, .14);
      background: #fff;
      border-radius: 8px;
      color: var(--ink);
      cursor: pointer;
    }

    .team-dialog .team-grid {
      padding: 24px;
    }

    .contact-shell {
      display: grid;
      grid-template-columns: .82fr 1fr;
      gap: 42px;
      align-items: stretch;
    }

    .contact-info {
      padding: 38px 0;
    }

    .contact-info p {
      margin-top: 20px;
      color: var(--soft-ink);
      max-width: 520px;
    }

    .contact-list {
      display: grid;
      gap: 12px;
      margin: 34px 0 0;
      padding: 0;
      list-style: none;
    }

    .contact-list li {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      padding: 14px 0;
      border-bottom: 1px solid rgba(24, 32, 44, .12);
      color: var(--soft-ink);
    }

    .contact-list b { color: var(--ink); }

    .form-panel {
      padding: 26px;
      border: 1px solid rgba(24, 32, 44, .12);
      background: rgba(255, 255, 255, .82);
      border-radius: var(--radius);
    }

    .field-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    label {
      display: block;
      margin-bottom: 8px;
      color: var(--soft-ink);
      font-size: 13px;
      font-weight: 700;
    }

    input, textarea {
      width: 100%;
      border: 1px solid rgba(24, 32, 44, .14);
      border-radius: 7px;
      background: rgba(255, 255, 255, .9);
      color: var(--ink);
      outline: 0;
      padding: 13px 14px;
    }

    textarea { min-height: 126px; resize: vertical; }
    .field { margin-bottom: 14px; }
    input:focus, textarea:focus {
      border-color: rgba(215, 180, 106, .75);
      box-shadow: 0 0 0 4px rgba(215, 180, 106, .12);
    }

    .footer {
      padding: 28px 0;
      color: var(--soft-ink);
      background: #ffffff;
      border-top: 1px solid rgba(24, 32, 44, .08);
    }

    .footer .wrap {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      align-items: center;
    }

    .reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity .65s ease, transform .65s ease;
    }

    .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 980px) {
      .nav-links {
        position: absolute;
        top: 74px;
        left: 20px;
        right: 20px;
        display: none;
        grid-template-columns: 1fr;
        padding: 12px;
        border: 1px solid rgba(24, 32, 44, .12);
        background: rgba(255, 255, 255, .96);
        backdrop-filter: blur(18px);
      }

      .nav-links.is-open { display: grid; }
      .icon-button { display: grid; }
      .hero-layout,
      .split,
      .contact-shell {
        grid-template-columns: 1fr;
      }

      .command-panel { max-width: 560px; justify-self: center; width: 100%; }
      .service-grid,
      .principles,
      .story-grid,
      .faq-grid,
      .team-grid {
        grid-template-columns: 1fr 1fr;
      }
      .brand-visual {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 680px) {
      .wrap { width: min(100% - 28px, var(--max)); }
      .topbar { inset: 0 0 auto; }
      .nav { min-height: 62px; padding: 10px 14px; }
      .brand small { display: none; }
      .hero { padding: 116px 0 42px; }
      h1 {
        font-size: 27px;
        line-height: 1.18;
      }
      .hero-lead {
        font-size: 16px;
        line-height: 1.72;
      }
      .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
      }
      .hero-actions .btn {
        width: 100%;
      }
      .signal {
        overflow: hidden;
      }
      .signal span {
        word-break: normal;
      }
      .signal-row,
      .service-grid,
      .principles,
      .story-grid,
      .faq-grid,
      .team-grid,
      .field-grid {
        grid-template-columns: 1fr;
      }

      .section-head {
        display: block;
      }

      .section-head p {
        margin-top: 18px;
      }

      .mission-line {
        grid-template-columns: 34px minmax(0, 1fr);
      }

      .mission-state {
        grid-column: 2;
      }

      .footer .wrap {
        display: block;
      }
      .story-stage { min-height: auto; }
      .story-copy { width: min(100% - 28px, var(--max)); padding: 84px 0 56px; }
      section { padding: 64px 0; }
      .nav-links { top: 60px; left: 14px; right: 14px; }
    }

    /* 2026-06-23 tablet 981-1100px: shrink nav links + CTA so it fits */
    @media (min-width: 981px) and (max-width: 1100px) {
      .nav-links { gap: 4px; }
      .nav-links a { padding: 9px 10px; }
      .nav-links .btn { padding: 8px 14px; font-size: 13px; min-height: 38px; }
    }
