* { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--display); }
    a { color: inherit; text-decoration: none; }
    a:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
    .shell { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }

    .nav {
      display: flex; align-items: center; justify-content: space-between;
      padding: 24px 0; border-bottom: 1px solid var(--line); font-size: 13px;
      letter-spacing: .02em; text-transform: uppercase;
    }
    .monogram { color: var(--accent); font-weight: 700; letter-spacing: -.08em; font-size: 23px; }
    .nav-links { display: flex; gap: 20px; }
    .nav-links a { display: inline-flex; align-items: center; min-height: 44px; }
    .nav-links a:hover, .footer a:hover { color: var(--accent); }

    .hero { min-height: 735px; display: grid; grid-template-columns: 2fr 1fr; gap: 48px; align-items: end; padding: 76px 0 62px; }
    .eyebrow { margin: 0 0 28px; color: var(--accent); font-size: 12px; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; }
    h1 { max-width: 850px; margin: 0; font-size: clamp(55px, 8.2vw, 118px); line-height: .91; letter-spacing: -.075em; font-weight: 500; }
    .hero h1 em { font-family: var(--reading); font-weight: 400; letter-spacing: -.065em; }
    .hero-copy { max-width: 315px; padding-bottom: 11px; }
    .hero-copy p { font-family: var(--reading); font-size: 21px; line-height: 1.32; margin: 0 0 30px; }
    .text-link { display: inline-flex; align-items: center; min-height: 44px; gap: 10px; color: var(--accent); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
    .arrow { font-size: 20px; line-height: 10px; }
    .hero-bottom { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 18px; display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; }

    .statement { background: var(--ink); color: var(--surface); padding: 118px 0 105px; }
    .statement p { max-width: 970px; margin: 0; font-family: var(--reading); font-size: clamp(35px, 5.2vw, 72px); line-height: 1.04; letter-spacing: -.055em; }
    .statement strong { color: #4cc9f0; font-weight: 400; }
    .statement small { display: block; margin-top: 30px; color: #b8a8a9; font: 12px var(--display); letter-spacing: .1em; text-transform: uppercase; }

    .work { padding: 130px 0 96px; }
    .section-heading { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid var(--ink); padding-bottom: 16px; margin-bottom: 52px; }
    .section-heading h2 { margin: 0; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; }
    .section-heading span { color: var(--muted); font: 15px var(--reading); }
    .case { display: grid; grid-template-columns: 92px minmax(0, 1.2fr) minmax(300px, .8fr); gap: 32px; padding: 34px 0 42px; border-bottom: 1px solid var(--line); }
    .case-number { color: var(--accent); font-size: 14px; font-weight: 700; }
    .case h3 { margin: 0 0 17px; font-size: clamp(29px, 3.4vw, 48px); line-height: .98; letter-spacing: -.06em; font-weight: 500; }
    .case-meta { color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
    .case p { margin: 0; font-family: var(--reading); font-size: 18px; line-height: 1.4; }

    .system-panel { background: #ddf4fb; padding: 28px; min-height: 265px; position: relative; overflow: hidden; }
    .system-panel::before { content: ""; position: absolute; width: 330px; height: 330px; right: -130px; bottom: -210px; border: 1px solid rgba(114,28,52,.45); border-radius: 50%; }
    .system-label { position: relative; color: var(--secondary); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
    .pipeline { position: relative; display: flex; align-items: center; gap: 8px; margin-top: 70px; }
    .node { min-width: 56px; padding: 10px 7px; color: var(--surface); background: var(--secondary); text-align: center; font-size: 10px; line-height: 1.1; text-transform: uppercase; letter-spacing: .06em; }
    .node:nth-child(3) { background: var(--cyan); color: var(--ink); }
    .pipeline i { width: 100%; height: 1px; background: var(--accent); }
    .system-note { position: absolute; left: 28px; bottom: 24px; max-width: 210px; color: var(--secondary); font: 17px/1.15 var(--reading); }
    .migration { background: #e9e2ff; padding: 28px; min-height: 265px; display: flex; flex-direction: column; justify-content: space-between; }
    .migration b { color: var(--secondary); font: 500 48px/.85 var(--display); letter-spacing: -.08em; }
    .migration p { color: var(--secondary); font: 17px/1.15 var(--reading); max-width: 230px; }
    .people { background: #e4f1e1; padding: 28px; min-height: 265px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: end; gap: 6px; }
    .people i { display: block; background: var(--accent); }
    .people i:nth-child(1) { height: 34%; } .people i:nth-child(2) { height: 61%; background: var(--cyan); }
    .people i:nth-child(3) { height: 84%; } .people i:nth-child(4) { height: 48%; background: var(--secondary); }
    .people i:nth-child(5) { height: 69%; }
    .people-label { grid-column: 1 / -1; align-self: start; color: var(--secondary); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

    .principles { padding: 119px 0 126px; background: var(--surface-violet); }
    .principles-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 70px; }
    .principles h2 { margin: 0; font-size: 15px; letter-spacing: .1em; text-transform: uppercase; }
    .principle { padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px solid rgba(114,28,52,.25); }
    .principle:last-child { border: 0; }
    .principle b { display: block; margin-bottom: 10px; color: var(--secondary); font-size: 29px; letter-spacing: -.055em; font-weight: 500; }
    .principle p { max-width: 520px; margin: 0; color: #563943; font: 22px/1.25 var(--reading); }

    .foundations { padding: 122px 0; }
    .foundation-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-bottom: 55px; }
    .foundation-intro h2 { margin: 0; font-size: clamp(38px, 5vw, 67px); line-height: .95; letter-spacing: -.07em; font-weight: 500; }
    .foundation-intro p { margin: 0; max-width: 410px; font: 21px/1.35 var(--reading); }
    .companies { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
    .companies span { min-height: 105px; padding: 21px 14px; border-right: 1px solid var(--ink); font-size: 18px; letter-spacing: -.04em; }
    .companies span:last-child { border-right: 0; }

    .contact { background: var(--accent); color: #fff8f7; padding: 112px 0 72px; }
    .contact h2 { max-width: 800px; margin: 0 0 42px; font-size: clamp(49px, 7vw, 94px); line-height: .9; letter-spacing: -.08em; font-weight: 500; }
    .contact a { border-bottom: 1px solid rgba(255,255,255,.7); font: clamp(24px, 3.5vw, 45px) var(--reading); }
    .footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 109px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.55); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

    @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
    @media (max-width: 760px) {
      .shell { width: min(100% - 32px, 1200px); }
      .nav { padding: 18px 0; } .nav-links { gap: 15px; font-size: 11px; }
      .hero { min-height: 650px; grid-template-columns: 1fr; gap: 28px; padding: 72px 0 36px; }
      .hero-copy { max-width: 450px; } .hero-bottom { gap: 20px; flex-wrap: wrap; }
      .statement, .work, .principles, .foundations, .contact { padding: 78px 0; }
      .case { grid-template-columns: 48px 1fr; gap: 18px; } .case p, .system-panel, .migration, .people { grid-column: 2; }
      .principles-grid, .foundation-intro { grid-template-columns: 1fr; gap: 36px; }
      .companies { grid-template-columns: repeat(2, 1fr); } .companies span:nth-child(2) { border-right: 0; } .companies span { min-height: 80px; border-bottom: 1px solid var(--ink); } .companies span:last-child { border-bottom: 0; }
      .footer { margin-top: 78px; flex-direction: column; }
    }
