*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    --bg: #f7f5f0;
    --surface: #ffffff;
    --navy: #112a4a;
    --navy-soft: #e7ecf3;
    --text: #112a4a;
    --muted: #596a80;
    --accent: #ff6b1a;
    --border: #e0dcd2;
    --max-w: 1200px;
  }
  html { scroll-behavior: smooth; }
  body {
    font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif;
    background: var(--bg); color: var(--text); line-height: 1.6;
    -webkit-font-smoothing: antialiased; overflow-x: hidden;
  }
  .container { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; }

  /* NAV */
  nav {
    position: sticky; top: 0; z-index: 100;
    background: rgba(17,42,74,0.96); backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,0.13);
  }
  .nav-inner {
    max-width: var(--max-w); margin: 0 auto; padding: 22px 32px;
    display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  }
  .nav-logo { font-weight: 800; font-size: 1.2rem; color: #fff; text-decoration: none; letter-spacing: -0.02em; }
  .nav-logo em { color: var(--accent); font-style: normal; }
  .nav-center { display: flex; gap: 36px; justify-content: center; }
  .nav-center a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
  .nav-center a:hover { color: #fff; }
  .nav-right { display: flex; justify-content: flex-end; }
  .nav-status { font-size: 0.82rem; color: rgba(255,255,255,0.4); display: flex; align-items: center; gap: 8px; }
  .nav-status::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #34c759; animation: blink 2s infinite; }
  @keyframes blink { 50% { opacity: 0.4; } }

  /* HERO */
  .hero { padding: 100px 0 90px; position: relative; background: var(--navy); overflow: hidden; }
  .hero-wm {
    position: absolute; right: -20px; top: 50%; transform: translateY(-52%);
    font-size: clamp(100px, 18vw, 200px); font-weight: 900; line-height: 1;
    color: rgba(255,255,255,0.06); letter-spacing: -0.02em;
    pointer-events: none; user-select: none;
    font-family: 'SF Mono', Menlo, monospace;
  }
  .hero-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
  .hero-meta {
    font-size: 0.82rem; color: rgba(255,255,255,0.35); font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 32px;
    display: flex; align-items: center; gap: 14px;
  }
  .hero-meta::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.28); }
  .hero h1 { font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 800; line-height: 0.98; letter-spacing: -0.04em; color: #fff; }
  .hero h1 .orange { color: var(--accent); }
  .hero h1 .italic { font-style: italic; font-family: 'Georgia', serif; font-weight: 500; }
  .hero-tagline {
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-family: 'Georgia', serif;
    font-style: italic;
    font-weight: 400; color: #fff;
    letter-spacing: -0.02em; margin-top: 10px;
  }
  .hero-tagline .orange { color: var(--accent); }
  .hero-side p { font-size: 1.1rem; color: rgba(255,255,255,0.55); margin-bottom: 16px; max-width: 400px; }
  .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
  .btn-solid { background: var(--accent); color: #fff; padding: 15px 28px; text-decoration: none; font-weight: 600; font-size: 0.92rem; border: 1px solid var(--accent); transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; }
  .btn-solid:hover { background: transparent; color: var(--accent); }
  .btn-line { background: transparent; color: rgba(255,255,255,0.8); padding: 15px 28px; text-decoration: none; font-weight: 600; font-size: 0.92rem; border: 1px solid rgba(255,255,255,0.32); transition: all 0.2s; }
  .btn-line:hover { border-color: #fff; color: #fff; }
  .btn-block {display: block;}

  /* SLOW TICKER */
  .slow-ticker { background: var(--navy); padding: 22px 0; overflow: hidden; position: relative; cursor: default; }
  .slow-ticker::before, .slow-ticker::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
  .slow-ticker::before { left: 0; background: linear-gradient(to right, var(--navy), transparent); }
  .slow-ticker::after  { right: 0; background: linear-gradient(to left,  var(--navy), transparent); }
  .slow-track { display: flex; width: max-content; animation: slowscroll 55s linear infinite; }
  .slow-ticker:hover .slow-track { animation-play-state: paused; }
  .t-item { white-space: nowrap; font-size: 0.88rem; font-weight: 600; color: rgba(255,255,255,0.45); padding: 0 22px; transition: color 0.2s; }
  .t-item:hover { color: #fff; }
  .t-sep { color: var(--accent); font-size: 0.5rem; padding: 0 2px; }
  @keyframes slowscroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

  /* SECTIONS */
  .section { padding: 80px 0; }
  .section-head { display: grid; grid-template-columns: auto 1fr; gap: 60px; align-items: end; margin-bottom: 70px; }
  .section-num { font-size: 0.8rem; color: var(--muted); font-weight: 700; font-family: 'SF Mono', Menlo, monospace; padding-top: 8px; border-top: 2px solid var(--accent); min-width: 80px; }
  .section-head h2 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 800; line-height: 1; letter-spacing: -0.03em; color: var(--navy); }
  .section-head h2 em { font-style: italic; font-family: 'Georgia', serif; font-weight: 500; color: var(--accent); }

  .reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  /* SERVICES */
  .services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--border); }
  .service { padding: 44px 36px 44px 0; border-bottom: 1px solid var(--border); position: relative; transition: all 0.3s; }
  .service:nth-child(odd) { padding-right: 44px; border-right: 1px solid var(--border); }
  .service:nth-child(even) { padding-left: 44px; }
  .service::before {
    content: ''; position: absolute; left: 0; right: 0; top: 0; height: 2px;
    background: var(--accent);
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.5s ease;
  }
  .service:hover::before { clip-path: inset(0 0% 0 0); }
  .service:nth-child(even)::before { left: 44px; }
  .service-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 24px; }
  .service-num { font-family: 'SF Mono', Menlo, monospace; font-size: 0.8rem; color: var(--accent); font-weight: 700; }
  .service-tag { font-size: 0.72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }
  .service h3 { font-size: 1.6rem; font-weight: 700; color: var(--navy); margin-bottom: 14px; letter-spacing: -0.01em; }
  .service p { color: var(--muted); font-size: 0.98rem; }

  /* TECH LISTE – inline, rechtsbündig */
  /* TECH GRID – kompaktes 4-Spalten-Layout */
  .tech-grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--border);
  }
  .tech-col {
    padding: 24px 28px;
    border-right: 1px solid var(--border);
  }
  .tech-col:last-child { border-right: none; }
  .tech-col-label {
    font-size: 0.72rem; font-weight: 700; color: var(--muted);
    text-transform: uppercase; letter-spacing: 0.12em;
    margin-bottom: 14px;
  }
  .tech-col-tags { display: flex; gap: 6px; flex-wrap: wrap; }
  .tech-col-tags span {
    font-size: 0.78rem; font-weight: 600; padding: 4px 12px;
    border: 1px solid var(--border); color: var(--navy);
    background: var(--bg);
    transition: all 0.2s; cursor: default;
  }
  .tech-col:hover .tech-col-tags span {
    border-color: var(--navy); background: var(--navy); color: #fff;
  }
  @media (max-width: 900px) {
    .tech-grid { grid-template-columns: repeat(2, 1fr); }
    .tech-col:nth-child(2) { border-right: none; }
    .tech-col:nth-child(1),
    .tech-col:nth-child(2) { border-bottom: 1px solid var(--border); }
  }

  /* ── PROJECT CARDS ─────────────────────────────────────────────── */
  .proj-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .proj-card { background: var(--surface); border: 1px solid var(--border); transition: border-color 0.3s; position: relative; overflow: hidden; }
  .proj-card::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: var(--accent); clip-path: inset(0 100% 0 0); transition: clip-path 0.45s ease; }
  .proj-card:hover::before { clip-path: inset(0 0% 0 0); }
  .proj-card:hover { border-color: var(--navy); }
  .proj-browser { background: #1a3252; }
  .proj-browser-bar { display: flex; align-items: center; gap: 10px; padding: 9px 14px; border-bottom: 1px solid rgba(255,255,255,0.28); }
  .proj-browser-url { flex: 1; background: rgba(255,255,255,0.28); border-radius: 3px; padding: 4px 10px; font-size: 0.68rem; color: rgba(255,255,255,0.34); font-family: 'SF Mono', Menlo, monospace; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .proj-screen { overflow: hidden; }
  .proj-body { padding: 22px 26px 26px; }
  .proj-cat { font-size: 0.7rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 8px; }
  .proj-title { font-size: 1.2rem; font-weight: 700; color: var(--navy); letter-spacing: -0.02em; margin-bottom: 9px; line-height: 1.2; }
  .proj-desc { font-size: 0.9rem; color: var(--muted); line-height: 1.65; margin-bottom: 16px; }
  .proj-pills { display: flex; gap: 6px; flex-wrap: wrap; }
  .proj-pills span { font-size: 0.72rem; font-weight: 600; padding: 3px 10px; border: 1px solid var(--border); color: var(--muted); transition: all 0.2s; }
  .proj-card:hover .proj-pills span { border-color: var(--navy-soft); background: var(--navy-soft); color: var(--navy); }

  /* ── TEXT SLIDER ────────────────────────────────────────────────── */
  .proj-slider {
    margin-bottom: 48px;
    border: 1px solid var(--border);
    background: var(--surface);
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .proj-slider::before {
    content: '';
    position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
    background: var(--accent);
    z-index: 1;
  }
  .slider-viewport {
    overflow: hidden;
    width: 100%;
    min-width: 0;
  }
  .slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .slider-slide {
    width: 100%;
    flex-shrink: 0;
    padding: 32px 40px 32px 52px;
    box-sizing: border-box;
  }
  .slider-cat {
    font-size: 0.72rem; font-weight: 700; color: var(--accent);
    text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 10px;
  }
  .slider-title {
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    font-weight: 800; color: var(--navy);
    letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 12px;
  }
  .slider-desc {
    font-size: 0.95rem; color: var(--muted); line-height: 1.6; margin-bottom: 18px;
    max-width: 560px;
  }
  .slider-link {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 0.85rem; font-weight: 700; color: var(--navy);
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--border);
    transition: all 0.2s;
  }
  .slider-link:hover { color: var(--accent); border-color: var(--accent); }
  .slider-controls {
    display: flex; flex-direction: column; align-items: center;
    gap: 10px; padding: 24px 24px 24px 0;
    border-left: 1px solid var(--border);
  }
  .slider-btn {
    width: 36px; height: 36px; border: 1px solid var(--border);
    background: transparent; color: var(--navy);
    font-size: 1rem; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.2s;
  }
  .slider-btn:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
  .slider-btn:disabled { opacity: 0.25; cursor: not-allowed; }
  .slider-progress { display: flex; flex-direction: column; gap: 5px; flex: 1; justify-content: center; }
  .slider-pip {
    width: 3px; height: 14px; background: var(--border);
    cursor: pointer; transition: all 0.25s; border-radius: 2px;
  }
  .slider-pip.active { background: var(--accent); height: 22px; }
  @media (max-width: 900px) {
    .proj-slider { grid-template-columns: 1fr; }
    .slider-slide { padding: 24px 24px 24px 36px; }
    .slider-controls { flex-direction: row; border-left: none; border-top: 1px solid var(--border); padding: 16px 20px; }
    .slider-progress { flex-direction: row; flex: unset; }
    .slider-pip { width: 14px; height: 3px; }
    .slider-pip.active { width: 22px; height: 3px; }
  }

  /* ── USP PROZESS ─────────────────────────────────────────────────── */
  .usp-section {
    background: transparent;
    padding: 80px 0 96px;
    position: relative;
  }
  .usp-inner { position: relative; z-index: 1; }
  .usp-header { margin-bottom: 52px; }
  .usp-label {
    font-size: 0.75rem; font-weight: 700; color: var(--accent);
    text-transform: uppercase; letter-spacing: 0.18em;
    margin-bottom: 16px;
    display: flex; align-items: center; gap: 12px;
  }
  .usp-label::before { content: ''; width: 32px; height: 1px; background: var(--accent); }
  .usp-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800; color: var(--navy);
    letter-spacing: -0.03em; line-height: 1.1;
    max-width: 560px;
  }
  .usp-header h2 em { font-style: italic; font-family: 'Georgia', serif; font-weight: 500; color: var(--accent); }
  .usp-header p { color: var(--muted); font-size: 1rem; line-height: 1.7; max-width: 500px; margin-top: 16px; }

  .usp-steps {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    position: relative;
  }
  .usp-steps::before {
    content: '';
    position: absolute;
    top: 28px; left: calc(100% / 14); right: calc(100% / 14);
    height: 1px;
    background: linear-gradient(to right, var(--accent), rgba(255,107,26,0.15) 70%, transparent);
    z-index: 0;
  }
  .usp-step { position: relative; z-index: 1; text-align: center; padding: 0 6px; }
  .usp-step-icon {
    width: 56px; height: 56px;
    border: 1px solid var(--border);
    background: var(--surface);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
    transition: all 0.3s;
    position: relative;
    color: var(--muted);
  }
  .usp-step-icon svg { width: 20px; height: 20px; }
  .usp-step:first-child .usp-step-icon { background: var(--accent); border-color: var(--accent); color: #fff; }
  .usp-step:hover .usp-step-icon { background: var(--navy); border-color: var(--navy); color: #fff; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(17,42,74,0.15); }
  .usp-step-num {
    position: absolute; top: -7px; right: -3px;
    width: 18px; height: 18px; border-radius: 50%;
    background: var(--bg); border: 1px solid var(--border);
    font-size: 0.6rem; font-weight: 800; color: var(--accent);
    display: flex; align-items: center; justify-content: center;
    font-family: 'SF Mono', Menlo, monospace;
  }
  .usp-step-title { font-size: 0.78rem; font-weight: 700; color: var(--navy); margin-bottom: 5px; line-height: 1.3; }
  .usp-step-sub { font-size: 0.67rem; color: var(--muted); line-height: 1.4; }

  @media (max-width: 900px) {
    .usp-section { padding: 60px 0 80px; }
    .usp-steps { grid-template-columns: repeat(2, 1fr); gap: 28px; }
    .usp-steps::before { display: none; }
  }

  /* ABOUT */
  .about-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
  .about-left { display: flex; flex-direction: column; gap: 32px; }
  /* Foto-Platzhalter */
  .photo-slot {
    width: 100%; aspect-ratio: 4 / 5; background: var(--navy-soft);
    border: 2px dashed var(--border); display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 12px;
    cursor: pointer; transition: border-color 0.3s; position: relative; overflow: hidden;
  }
  .photo-slot:hover { border-color: var(--accent); }
  .photo-slot input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
  .photo-slot-icon { font-size: 2.5rem; opacity: 0.25; }
  .photo-slot-label { font-size: 0.8rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }
  .photo-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .about-quote { font-family: 'Georgia', serif; font-size: 1.7rem; line-height: 1.35; color: var(--navy); font-style: italic; font-weight: 500; padding-left: 22px; border-left: 3px solid var(--accent); }
  .about-body p { color: var(--muted); margin-bottom: 18px; font-size: 1rem; }
  .about-body p strong { color: var(--navy); font-weight: 600; }
  .wick-mark { color: var(--accent); font-weight: 700; }
  .location-badge { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--border); padding: 10px 18px; font-size: 0.82rem; font-weight: 600; color: var(--muted); margin-top: 8px; }
  .location-badge::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
  .about-stats { display: flex; gap: 40px; margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--border); }
  .about-stats div strong { display: block; font-size: 2rem; font-weight: 800; color: var(--navy); line-height: 1; margin-bottom: 4px; }
  .about-stats div span { font-size: 0.82rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }

  /* CONTACT – full-width */
  .contact { padding: 140px 0; background: var(--navy); color: #fff; position: relative; overflow: hidden; }
  .contact::before { content: ''; position: absolute; top: 50%; right: -100px; transform: translateY(-50%); width: 500px; height: 500px; border: 2px solid rgba(255,107,26,0.2); border-radius: 50%; }
  .contact::after { content: ''; position: absolute; top: 50%; right: -80px; transform: translateY(-50%); width: 360px; height: 360px; border: 2px solid rgba(255,107,26,0.15); border-radius: 50%; }
  .contact-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center; }
  .contact h2 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1; margin-bottom: 24px; color: #fff; }
  .contact h2 em { font-style: italic; font-family: 'Georgia', serif; font-weight: 500; color: var(--accent); }
  .contact p { color: rgba(255,255,255,0.65); font-size: 1.1rem; max-width: 460px; }
  .contact-info { display: flex; flex-direction: column; gap: 20px; }
  .contact-info a { display: block; padding: 20px 24px; background: rgba(255,255,255,0.28); border: 1px solid rgba(255,255,255,0.24); color: #fff; text-decoration: none; transition: all 0.3s; }
  .contact-info a:hover { background: var(--accent); border-color: var(--accent); transform: translateX(8px); }
  .contact-info .label { display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.4); margin-bottom: 6px; }
  .contact-info .val { font-size: 1.1rem; font-weight: 600; }

  footer { padding: 32px 0; border-top: 1px solid rgba(255,255,255,0.24); background: var(--navy); font-size: 0.85rem; color: rgba(255,255,255,0.3); }
  footer .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
  footer a { color: rgba(255,255,255,0.3); text-decoration: none; margin-left: 20px; }
  footer a:hover { color: var(--accent); }

  /* MOBILE NAV */
  .nav-burger {
    display: none; flex-direction: column; justify-content: center; gap: 5px;
    width: 36px; height: 36px; cursor: pointer; background: none; border: none;
    padding: 4px; margin-left: auto;
  }
  .nav-burger span {
    display: block; height: 2px; background: #fff; border-radius: 2px;
    transition: all 0.3s ease; transform-origin: center;
  }
  .nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .mobile-menu {
    display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: var(--navy); z-index: 99; flex-direction: column;
    justify-content: center; align-items: center; gap: 8px;
    opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
  }
  .mobile-menu.open { opacity: 1; pointer-events: all; }
  .mobile-menu a {
    font-size: clamp(2rem, 8vw, 3.5rem); font-weight: 800; color: rgba(255,255,255,0.5);
    text-decoration: none; letter-spacing: -0.03em; line-height: 1.15;
    transition: color 0.2s; padding: 4px 0;
  }
  .mobile-menu a:hover { color: #fff; }
  .mobile-menu a em { color: var(--accent); font-style: normal; }
  .mobile-menu-footer {
    position: absolute; bottom: 32px;
    font-size: 0.8rem; color: rgba(255,255,255,0.32); letter-spacing: 0.1em;
  }

  @media (max-width: 900px) {
    .nav-burger { display: flex; }
    .mobile-menu { display: flex; }
    .nav-center { display: none; }
    .nav-status { display: none; }
    .nav-inner { grid-template-columns: 1fr auto; }
    .hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero-wm { display: none; }
    .section-head { grid-template-columns: 1fr; gap: 20px; }
    .services { grid-template-columns: 1fr; }
    .service, .service:nth-child(odd), .service:nth-child(even) { padding: 36px 0; border-right: none; }
    .service:nth-child(even)::before { left: 0; }
    .proj-grid { grid-template-columns: 1fr; }

    .contact-inner { grid-template-columns: 1fr; gap: 50px; }
    .about-wrap { grid-template-columns: 1fr; gap: 40px; }
    .about-left { flex-direction: row; align-items: flex-start; }
    .photo-slot { width: 140px; flex-shrink: 0; aspect-ratio: 4/5; }
    .about-quote { font-size: 1.4rem; }
  }

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    --bg: #f7f5f0; --surface: #ffffff; --navy: #112a4a;
    --navy-soft: #e7ecf3; --text: #112a4a; --muted: #596a80;
    --accent: #ff6b1a; --border: #e0dcd2; --max-w: 1200px;
  }
  html { scroll-behavior: smooth; }
  body { font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  .container { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; }

  /* NAV */
  nav { position: sticky; top: 0; z-index: 100; background: rgba(17,42,74,0.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,0.07); }
  .nav-inner { max-width: var(--max-w); margin: 0 auto; padding: 22px 32px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
  .nav-logo { font-weight: 800; font-size: 1.2rem; color: #fff; text-decoration: none; letter-spacing: -0.02em; }
  .nav-center { display: flex; gap: 36px; justify-content: center; }
  .nav-center a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
  .nav-center a:hover { color: #fff; }
  .nav-right { display: flex; justify-content: flex-end; }
  .nav-status { font-size: 0.82rem; color: rgba(255,255,255,0.4); display: flex; align-items: center; gap: 8px; }
  .nav-status::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #34c759; animation: blink 2s infinite; }
  @keyframes blink { 50% { opacity: 0.4; } }

  /* MOBILE NAV */
  .nav-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 36px; height: 36px; cursor: pointer; background: none; border: none; padding: 4px; margin-left: auto; }
  .nav-burger span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: all 0.3s ease; transform-origin: center; }
  .nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--navy); z-index: 99; flex-direction: column; justify-content: center; align-items: center; gap: 8px; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
  .mobile-menu.open { opacity: 1; pointer-events: all; }
  .mobile-menu a { font-size: clamp(2rem, 8vw, 3.5rem); font-weight: 800; color: rgba(255,255,255,0.5); text-decoration: none; letter-spacing: -0.03em; line-height: 1.15; transition: color 0.2s; padding: 4px 0; }
  .mobile-menu a:hover { color: #fff; }
  .mobile-menu a em { color: var(--accent); font-style: normal; }
  .mobile-menu-footer { position: absolute; bottom: 32px; font-size: 0.8rem; color: rgba(255,255,255,0.2); letter-spacing: 0.1em; }

  /* PAGE HEADER */
  .page-header { background: var(--navy); padding: 64px 0 56px; position: relative; overflow: hidden; }
  .page-header-wm { position: absolute; right: -10px; top: 50%; transform: translateY(-50%); font-size: clamp(80px, 16vw, 160px); font-weight: 900; line-height: 1; color: rgba(255,255,255,0.04); letter-spacing: -0.06em; pointer-events: none; user-select: none; }
  .page-header-inner { position: relative; z-index: 1; }
  .page-breadcrumb { font-size: 0.78rem; color: rgba(255,255,255,0.3); font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
  .page-breadcrumb a { color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.2s; }
  .page-breadcrumb a:hover { color: var(--accent); }
  .page-breadcrumb::before { content: ''; display: inline-block; width: 24px; height: 1px; background: rgba(255,255,255,0.2); }
  .page-header h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 800; line-height: 1; letter-spacing: -0.04em; color: #fff; }
  .page-header h1 em { font-style: italic; font-family: 'Georgia', serif; font-weight: 500; color: var(--accent); }

  /* LAYOUT */
  .legal-layout { display: grid; grid-template-columns: 230px 1fr; gap: 64px; padding: 64px 0 96px; align-items: start; }

  /* SIDEBAR */
  .legal-sidebar { position: sticky; top: 88px; }
  .sidebar-back { display: inline-flex; align-items: center; gap: 8px; font-size: 0.82rem; font-weight: 600; color: var(--muted); text-decoration: none; padding: 10px 16px; border: 1px solid var(--border); transition: all 0.2s; margin-bottom: 32px; }
  .sidebar-back:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
  .sidebar-section { margin-bottom: 28px; }
  .sidebar-label { font-size: 0.7rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
  .sidebar-links { display: flex; flex-direction: column; gap: 2px; }
  .sidebar-links a { font-size: 0.85rem; color: var(--muted); text-decoration: none; font-weight: 500; padding: 5px 0 5px 12px; border-left: 2px solid transparent; transition: all 0.2s; line-height: 1.3; }
  .sidebar-links a:hover, .sidebar-links a.active { color: var(--navy); border-left-color: var(--accent); }
  .sidebar-links a.sub { font-size: 0.8rem; padding-left: 20px; color: rgba(89,106,128,0.7); }
  .sidebar-links a.sub:hover { color: var(--navy); }

  /* LEGAL CONTENT */
  .legal-content { min-width: 0; }
  .legal-block { padding-bottom: 56px; margin-bottom: 56px; border-bottom: 1px solid var(--border); }
  .legal-block:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
  .legal-block-label { font-size: 0.72rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
  .legal-block-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }

  .legal-content h1 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -0.03em; color: var(--navy); margin-bottom: 28px; line-height: 1.1; }
  .legal-content h2 { font-size: 1.1rem; font-weight: 700; color: var(--navy); margin: 32px 0 12px; padding-top: 20px; letter-spacing: -0.01em; border-top: 1px solid var(--border); }
  .legal-content h2:first-of-type { border-top: none; padding-top: 0; }
  .legal-content h3 { font-size: 0.93rem; font-weight: 700; color: var(--navy); margin: 24px 0 10px; padding-left: 12px; border-left: 2px solid var(--accent); }
  .legal-content h4 { font-size: 0.75rem; font-weight: 700; color: var(--muted); margin: 16px 0 7px; text-transform: uppercase; letter-spacing: 0.08em; }
  .legal-content p { color: var(--muted); font-size: 0.94rem; line-height: 1.75; margin-bottom: 14px; }
  .legal-content p:last-child { margin-bottom: 0; }
  .legal-content a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
  .legal-content a:hover { color: var(--accent); }
  .legal-content ul { margin: 12px 0 16px; padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 6px; }
  .legal-content ul li { font-size: 0.94rem; color: var(--muted); line-height: 1.65; padding-left: 18px; position: relative; }
  .legal-content ul li::before { content: '—'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }

  /* Info cards */
  .info-card { background: var(--surface); border: 1px solid var(--border); padding: 24px 28px; margin: 24px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .info-card.single { grid-template-columns: 1fr; }
  .info-card-item { }
  .info-card-label { font-size: 0.7rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 6px; }
  .info-card-val { font-size: 0.92rem; color: var(--navy); font-weight: 500; line-height: 1.6; }
  .info-card-val a { color: var(--navy); text-decoration: none; }
  .info-card-val a:hover { color: var(--accent); }

  /* Note box */
  .legal-note { background: var(--navy-soft); border-left: 3px solid var(--accent); padding: 16px 20px; margin: 20px 0; font-size: 0.88rem; color: var(--navy); line-height: 1.7; }

  /* FOOTER */
  footer { padding: 32px 0; border-top: 1px solid rgba(255,255,255,0.08); background: var(--navy); font-size: 0.85rem; color: rgba(255,255,255,0.3); }
  footer .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
  footer a { color: rgba(255,255,255,0.3); text-decoration: none; margin-left: 20px; }
  footer a:hover { color: var(--accent); }

  @media (max-width: 900px) {
    .nav-burger { display: flex; }
    .mobile-menu { display: flex; }
    .nav-center, .nav-status { display: none; }
    .nav-inner { grid-template-columns: 1fr auto; }
    .page-header-wm { display: none; }
    .legal-layout { grid-template-columns: 1fr; gap: 40px; padding-top: 40px; }
    .legal-sidebar { position: static; }
    .info-card { grid-template-columns: 1fr; gap: 16px; }
  }
