    *, *::before, *::after { box-sizing: border-box; -webkit-font-smoothing: antialiased; }
    html, body {
      margin: 0; padding: 0;
      background: #070809;
      color: #F5F6F8;
      min-height: 100vh;
      font-family: -apple-system, "SF Pro Text", "SF Pro Display", system-ui, sans-serif;
      overscroll-behavior: none;
    }
    a { color: inherit; text-decoration: none; }
    button { font-family: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
    img { display: block; max-width: 100%; }
    ::selection { background: rgba(34,166,220,0.4); color: #fff; }

    :root {
      --bg:        #070809;
      --text:      #F5F6F8;
      --text-dim:  #AEB3BD;
      --text-mute: #8E8E93;
      --text-faint:#6A7079;
      --blue:      #22A6DC;
      --blue-text: #4EC4F0;
      --red:       #FF453A;
      --orange:    #FF9F0A;
      --green:     #30D158;
      --purple:    #BF5AF2;
      --yellow:    #FFD60A;
    }

    .mk-page { position: relative; }
    .mk-skip {
      position: absolute; top: -40px; left: 12px;
      padding: 8px 14px; border-radius: 0 0 8px 8px;
      background: var(--blue); color: #000;
      font-size: 13px; font-weight: 700;
      z-index: 100; transition: top 0.15s;
    }
    .mk-skip:focus { top: 0; outline: 0; }
    .mk-hero-grid,
    .mk-section-opener,
    .mk-feature-block,
    .mk-cta-strip,
    .mk-foot { max-width: 1440px; margin-left: auto; margin-right: auto; }
    .mk-page-pad { padding-left: clamp(20px, 5vw, 88px); padding-right: clamp(20px, 5vw, 88px); }

    /* ── Nav ─────────────────────────────────────────────────────────────── */
    .mk-nav {
      display: flex; justify-content: space-between; align-items: center;
      height: 64px; position: relative; z-index: 50;
      max-width: 1440px; margin: 0 auto;
    }
    .mk-nav-brand   { display: flex; align-items: center; gap: 10px; }
    .mk-nav-actions { display: flex; align-items: center; gap: 12px; }
    .mk-logo {
      width: 30px; height: 30px; border-radius: 8px;
      box-shadow: 0 4px 14px rgba(34,166,220,0.35);
      display: block; flex-shrink: 0;
    }
    .mk-brand-text { font-weight: 800; font-size: 18px; letter-spacing: -0.02em; }
    .mk-brand-stack { display: flex; flex-direction: column; line-height: 1.05; }
    .mk-brand-tagline {
      font-size: 11px; font-weight: 500; color: var(--text-dim);
      letter-spacing: 0.01em; margin-top: 1px;
    }
    @media (max-width: 640px) {
      .mk-brand-tagline { display: none; }
    }
    .mk-nav-links {
      display: flex; align-items: center; gap: 28px;
      font-size: 14px; color: var(--text-dim); font-weight: 500;
    }
    .mk-nav-links a { color: var(--text-dim); transition: color .15s; }
    .mk-nav-links a:hover { color: #fff; }
    .mk-nav-links a.is-active { color: #fff; }
    .mk-nav-lang {
      font-size: 12px; color: var(--text-dim); padding: 5px 9px; border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.12); transition: color .15s, border-color .15s;
      letter-spacing: 0.06em;
    }
    .mk-nav-lang:hover { color: #fff; border-color: rgba(255,255,255,0.3); }
    .mk-pill-download {
      background: #fff; color: #000; border-radius: 999px;
      padding: 9px 16px; font-weight: 700; font-size: 13px;
      transition: transform .15s, box-shadow .15s;
    }
    .mk-pill-download:hover { transform: translateY(-1px); box-shadow: 0 8px 20px -8px rgba(255,255,255,0.4); }

    /* ── Hero ────────────────────────────────────────────────────────────── */
    .mk-hero {
      position: relative;
      min-height: calc(100vh - 64px);
      padding-top: 32px; padding-bottom: 64px;
      display: flex; flex-direction: column;
      overflow: hidden;
    }
    .mk-hero-orb-cyan {
      position: absolute; top: -200px; right: -100px; width: 700px; height: 700px;
      background: radial-gradient(circle, rgba(34,166,220,0.10), transparent 60%);
      filter: blur(40px); pointer-events: none; z-index: 0;
    }
    .mk-hero-orb-amber {
      position: absolute; bottom: -300px; left: -200px; width: 700px; height: 700px;
      background: radial-gradient(circle, rgba(255,159,10,0.06), transparent 60%);
      filter: blur(40px); pointer-events: none; z-index: 0;
    }

    .mk-hero-grid {
      flex: 1; display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
      gap: clamp(24px, 4vw, 64px);
      align-items: center;
      margin-top: clamp(24px, 4vw, 56px);
      position: relative; z-index: 2;
    }
    .mk-headline {
      font-size: clamp(56px, 9vw, 132px);
      font-weight: 800;
      letter-spacing: -0.045em;
      line-height: 0.92;
      margin: 24px 0 0;
      font-family: -apple-system, "SF Pro Display", system-ui, sans-serif;
      text-wrap: balance;
    }
    :lang(no) .mk-headline {
      font-size: clamp(56px, 7vw, 132px);
    }
    .mk-headline span { display: block; white-space: nowrap; }
    .mk-h-cyan { color: var(--blue); }
    .mk-h-mute { color: #6A7079; }
    .mk-h-red  { color: var(--red); }

    .mk-hero-sub {
      font-size: clamp(15px, 1.2vw, 18px); color: var(--text-dim);
      max-width: 520px; margin-top: 28px; line-height: 1.5;
    }

    .mk-cta-buttons {
      display: flex; align-items: center; gap: 14px;
      margin-top: 32px; flex-wrap: wrap;
    }
    .mk-btn-primary {
      background: #fff; color: #000; border-radius: 14px;
      padding: 14px 22px; font-weight: 700; font-size: 15px;
      display: inline-flex; align-items: center; gap: 10px;
      box-shadow: 0 10px 30px -10px rgba(255,255,255,0.3);
      transition: transform .15s, box-shadow .15s;
    }
    .mk-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 14px 36px -10px rgba(255,255,255,0.4); }
    .mk-btn-primary[aria-disabled="true"] { opacity: 0.6; cursor: not-allowed; box-shadow: none; transform: none; }
    .mk-btn-ghost {
      background: transparent; color: #fff;
      border: 1px solid rgba(255,255,255,0.18); border-radius: 14px;
      padding: 13px 22px; font-weight: 600; font-size: 15px;
      transition: border-color .15s, background .15s;
    }
    .mk-btn-ghost:hover { border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.04); }

    .mk-meta {
      display: flex; align-items: center; gap: 18px; margin-top: 32px;
      color: var(--text-faint); font-size: 13px;
    }
    .mk-meta-divider { width: 1px; height: 14px; background: rgba(255,255,255,0.12); }
    .mk-meta b { color: #fff; }

    /* ── Hero devices ────────────────────────────────────────────────────── */
    .mk-hero-devices {
      position: relative; height: 720px;
      display: flex; align-items: center; justify-content: center;
    }
    .mk-hero-orb-soft {
      position: absolute; width: 520px; height: 520px; border-radius: 50%;
      background: radial-gradient(circle, var(--orb, rgba(34,166,220,0.30)), transparent 60%);
      filter: blur(30px);
      top: 50%; left: 50%; transform: translate(-50%, -50%);
      transition: background 600ms;
    }
    .mk-hero-watch-wrap {
      position: relative;
      transform: scale(2.1);
      transform-origin: center;
    }

    /* ── Apple Watch frame ───────────────────────────────────────────────── */
    .mk-watch-lg {
      width: 220px; height: 268px;
      background: linear-gradient(180deg, #3a3a3c 0%, #202022 55%, #0e0e10 100%);
      border-radius: 60px; padding: 11px; position: relative;
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        inset 0 -1px 0 rgba(0,0,0,0.55),
        0 60px 120px -30px rgba(0,0,0,0.85),
        0 0 100px -10px var(--watch-glow, rgba(34,166,220,0.33)),
        0 0 0 0.5px rgba(255,255,255,0.08);
      flex-shrink: 0;
    }
    .mk-watch-lg[data-tint="cyan"]   { --watch-glow: rgba(34,166,220,0.33); }
    .mk-watch-lg[data-tint="orange"] { --watch-glow: rgba(255,159,10,0.33); }
    .mk-watch-lg[data-tint="red"]    { --watch-glow: rgba(255,69,58,0.33); }
    .mk-watch-lg[data-tint="green"]  { --watch-glow: rgba(48,209,88,0.33); }
    .mk-watch-lg[data-tint="purple"] { --watch-glow: rgba(191,90,242,0.33); }
    .mk-watch-lg[data-tint="indigo"] { --watch-glow: rgba(88,86,214,0.33); }

    /* Digital Crown — cylinder with grooves */
    .mk-watch-lg::before {
      content: ""; position: absolute;
      right: -9px; top: 28%; width: 11px; height: 32px;
      background:
        repeating-linear-gradient(180deg, rgba(0,0,0,0.35) 0 1px, transparent 1px 4px),
        linear-gradient(90deg, #5c5c5e 0%, #3a3a3c 40%, #1a1a1c 100%);
      border-radius: 3px 1.5px 1.5px 3px;
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.22),
        -2px 0 0 rgba(0,0,0,0.45);
    }
    /* Side button */
    .mk-watch-lg::after {
      content: ""; position: absolute;
      right: -5px; bottom: 26%; width: 5px; height: 42px;
      background: linear-gradient(90deg, #4a4a4c, #1a1a1c);
      border-radius: 2px 1px 1px 2px;
      box-shadow: -1px 0 0 rgba(0,0,0,0.5);
    }
    /* Band (strap) — wider, sport-band-ish */
    .mk-watch-strap-top, .mk-watch-strap-bot {
      position: absolute; left: 50%; transform: translateX(-50%);
      width: 170px; height: 50px; z-index: -1;
      box-shadow: 0 6px 20px -4px rgba(0,0,0,0.55);
    }
    .mk-watch-strap-top {
      top: -34px;
      border-radius: 22px 22px 6px 6px;
      background: linear-gradient(180deg, #1a1a1c 0%, #2a2a2c 80%, #2a2a2c 100%);
    }
    .mk-watch-strap-bot {
      bottom: -34px;
      border-radius: 6px 6px 22px 22px;
      background: linear-gradient(180deg, #2a2a2c 0%, #2a2a2c 20%, #1a1a1c 100%);
    }

    .mk-watch-screen {
      width: 100%; height: 100%; background: #000; border-radius: 46px;
      overflow: hidden; position: relative; color: #fff;
    }
    /* Sources are letterboxed to chassis aspect; cover crops bars to <1px. */
    .mk-watch-screen img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* Phase carousel state — stack absolute, fade by .is-active */
    .mk-watch-phase {
      position: absolute; inset: 0;
      opacity: 0; transition: opacity 400ms;
      pointer-events: none;
    }
    .mk-watch-phase.is-active { opacity: 1; pointer-events: auto; }

    /* ── Hero phase dots & caption ──────────────────────────────────────── */
    .mk-phase-dots {
      position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
      display: flex; gap: 8px; align-items: center;
    }
    .mk-phase-dots button {
      width: 8px; height: 8px; border-radius: 999px;
      background: rgba(255,255,255,0.2);
      transition: width 300ms, background 300ms;
      padding: 0;
    }
    .mk-phase-dots button.is-active {
      width: 24px; background: var(--cur-tint, var(--blue));
    }
    .mk-phase-cap {
      position: absolute; left: 8px; top: 24px;
      padding: 8px 12px; border-radius: 12px;
      background: rgba(20,22,26,0.85);
      border: 1px solid rgba(255,255,255,0.08);
      backdrop-filter: blur(10px);
      font-size: 11px; color: var(--text-dim);
      font-family: ui-monospace, "SF Mono", monospace;
      letter-spacing: 0.04em;
      display: flex; align-items: center; gap: 8px;
      z-index: 3;
    }
    .mk-phase-cap-dot {
      width: 6px; height: 6px; border-radius: 999px; background: var(--cur-tint, var(--blue));
      transition: background 600ms;
    }

    /* ── Phases section ──────────────────────────────────────────────────── */
    .mk-phases {
      padding-bottom: clamp(56px, 8vw, 120px);
      border-top: 1px solid rgba(255,255,255,0.06);
      background: var(--bg);
      position: relative;
    }
    .mk-section-opener { padding-top: clamp(80px, 12vw, 160px); }
    .mk-section-kicker {
      font-family: ui-monospace, "SF Mono", monospace;
      font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--blue);
    }
    .mk-section-h2 {
      font-size: clamp(48px, 6vw, 96px); font-weight: 800;
      letter-spacing: -0.04em; margin: 12px 0 0; max-width: 900px;
      line-height: 0.98;
    }
    .mk-section-sub {
      font-size: 18px; color: var(--text-dim); line-height: 1.55;
      margin-top: 20px; max-width: 620px;
    }

    .mk-feature-block {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: clamp(40px, 6vw, 96px);
      align-items: center;
      padding: clamp(60px, 9vw, 140px) 0;
      border-top: 1px solid rgba(255,255,255,0.06);
    }
    .mk-feature-image {
      display: flex; justify-content: center; align-items: center;
      position: relative; min-height: 580px;
    }
    .mk-feature-image > .mk-watch-lg { transform: scale(1.5); transform-origin: center; }
    .mk-feature-block.is-reverse .mk-feature-image { order: 2; }
    .mk-feature-block.is-reverse .mk-feature-text  { order: 1; }
    .mk-feature-text { max-width: 520px; }

    .mk-kicker-pill {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 5px 12px; border-radius: 999px;
      background: var(--accent-1f, rgba(34,166,220,0.12));
      border: 1px solid var(--accent-40, rgba(34,166,220,0.25));
      color: var(--accent, #22A6DC);
      font-size: 11px; font-weight: 700;
      font-family: ui-monospace, "SF Mono", monospace;
      letter-spacing: 0.16em; text-transform: uppercase;
    }
    .mk-feature-h2 {
      font-size: clamp(40px, 5vw, 72px); font-weight: 800;
      letter-spacing: -0.035em; line-height: 0.98;
      margin: 20px 0 0; text-wrap: balance;
    }
    .mk-feature-h2 .mk-h-accent { color: var(--accent, #22A6DC); }
    .mk-feature-body {
      font-size: 18px; color: var(--text-dim); line-height: 1.55;
      margin-top: 22px; max-width: 480px;
    }
    .mk-bullets {
      list-style: none; padding: 0; margin: 32px 0 0;
      display: flex; flex-direction: column; gap: 14px;
    }
    .mk-bullets li {
      display: flex; gap: 14px; align-items: flex-start;
      font-size: 15px; color: #F5F6F8; line-height: 1.45;
    }
    .mk-bullets li > span:first-child {
      flex-shrink: 0; margin-top: 3px;
      width: 20px; height: 20px; border-radius: 999px;
      background: var(--accent-28, rgba(34,166,220,0.16));
      color: var(--accent, #22A6DC);
      display: flex; align-items: center; justify-content: center;
      font-size: 11px; font-weight: 800;
    }
    .mk-bullets b { color: #fff; font-weight: 700; }
    .mk-bullets i { color: var(--text-dim); font-style: normal; }

    /* ── CTA strip + footer ──────────────────────────────────────────────── */
    .mk-cta-strip {
      margin-top: clamp(56px, 8vw, 100px);
      padding: clamp(28px, 4vw, 48px);
      border-radius: 28px;
      background: linear-gradient(135deg, rgba(34,166,220,0.08), rgba(34,166,220,0.02));
      border: 1px solid rgba(34,166,220,0.18);
      display: flex; justify-content: space-between; align-items: center;
      gap: 24px; flex-wrap: wrap;
    }
    .mk-cta-strip h3 {
      font-size: clamp(24px, 3vw, 36px); font-weight: 700;
      letter-spacing: -0.02em; line-height: 1.1; margin: 0;
    }
    .mk-cta-strip h3 .mk-h-cyan { color: var(--blue); }
    .mk-cta-strip p { color: var(--text-dim); margin: 8px 0 0; font-size: 14px; }
    .mk-cta-strip .mk-btn-primary { padding: 16px 24px; }
    .mk-cta-strip--final {
      background: linear-gradient(135deg, rgba(34,166,220,0.22), rgba(34,166,220,0.08));
      border: 1px solid rgba(34,166,220,0.45);
    }

    .mk-foot {
      margin-top: 64px; padding-top: 24px;
      border-top: 1px solid rgba(255,255,255,0.06);
      display: flex; justify-content: space-between;
      color: var(--text-faint); font-size: 12px;
      font-family: ui-monospace, "SF Mono", monospace;
      letter-spacing: 0.1em; text-transform: uppercase;
      flex-wrap: wrap; gap: 12px;
    }
    .mk-foot a { transition: color .15s; }
    .mk-foot a:hover { color: #fff; }
    .mk-foot-links { display: flex; gap: 20px; }

    /* ── Responsive ──────────────────────────────────────────────────────── */
    @media (max-width: 960px) {
      body { padding-top: 56px; }
      .mk-nav {
        position: fixed !important; top: 0; left: 0; right: 0;
        height: 56px;
        background: rgba(7,8,9,0.92);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-bottom: 1px solid rgba(255,255,255,0.06);
      }
      .mk-nav-links { display: none !important; }
      .mk-pill-download { padding: 7px 14px; font-size: 12px; }
      .mk-nav-lang { padding: 4px 8px; font-size: 11px; }

      .mk-hero {
        min-height: 0 !important;
        padding-top: 24px !important;
        padding-bottom: 48px !important;
      }
      .mk-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
        margin-top: 16px !important;
      }
      .mk-hero-devices {
        height: auto !important; min-height: 480px !important;
        order: 2; width: 100%;
      }
      .mk-hero-watch-wrap { transform: scale(1.6) !important; }
      .mk-feature-block {
        grid-template-columns: 1fr !important;
        gap: 48px !important;
        padding: 72px 0 !important;
      }
      .mk-feature-image { order: 2 !important; min-height: 440px !important; }
      .mk-feature-text  { order: 1 !important; }
      .mk-cta-strip { flex-direction: column; align-items: flex-start !important; }
    }

    @media (max-width: 560px) {
      .mk-page-pad { padding-left: 20px !important; padding-right: 20px !important; }
      .mk-headline {
        font-size: clamp(40px, 11vw, 56px) !important;
        line-height: 0.95 !important;
        margin-top: 8px !important;
      }
      .mk-hero-sub { font-size: 15px !important; margin-top: 16px !important; max-width: none !important; }
      .mk-cta-buttons { margin-top: 20px !important; gap: 10px !important; }
      .mk-cta-buttons .mk-btn-primary { width: 100% !important; justify-content: center; }
      .mk-cta-buttons .mk-btn-ghost   { display: none !important; }
      .mk-meta { margin-top: 18px !important; flex-wrap: wrap; gap: 8px 14px; }
      #cta-note { display: none !important; }

      .mk-hero-watch-wrap { transform: scale(1.4) !important; }
      .mk-feature-image > .mk-watch-lg { transform: scale(1.25) !important; }
      .mk-section-h2 { font-size: clamp(36px, 11vw, 52px) !important; }
      .mk-cta-strip { padding: 24px !important; }
      .mk-cta-strip .mk-btn-primary { width: 100%; justify-content: center; }
      .mk-os-line { display: none !important; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { animation: none !important; transition: none !important; }
    }
