*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; scroll-padding-top: 86px; overflow-x: hidden; background: #000; }
    body {
      min-height: 100vh;
      overflow-x: hidden;
      background: #000;
      color: #e1e0cc;
      font-family: "Almarai", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }
    a { color: inherit; text-decoration: none; }
    button { font: inherit; cursor: pointer; }
    .top {
      position: sticky;
      top: 0;
      z-index: 60;
      border-bottom: 1px solid rgba(222,219,200,.12);
      background: rgba(0,0,0,.88);
      backdrop-filter: blur(18px);
    }
    .top-inner {
      max-width: 1480px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 18px;
      padding: 14px clamp(16px, 3vw, 34px);
    }
    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      letter-spacing: -.04em;
      white-space: nowrap;
    }
    .brand::before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: #b70000;
      box-shadow: 0 0 20px rgba(183,0,0,.75);
    }
    .site-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(14px, 4vw, 56px);
      color: rgba(225,224,204,.74);
      font-size: clamp(11px, 1.1vw, 14px);
      white-space: nowrap;
    }
    .site-nav a { transition: color .2s ease; }
    .site-nav a:hover,
    .site-nav a.active { color: #e1e0cc; }
    .lang-switch {
      display: inline-flex;
      align-items: center;
      gap: 2px;
      padding: 3px;
      border: 1px solid rgba(222,219,200,.16);
      border-radius: 999px;
      background: rgba(255,255,255,.04);
    }
    .lang-switch button {
      min-width: 34px;
      height: 24px;
      border: 0;
      border-radius: 999px;
      background: transparent;
      color: rgba(225,224,204,.58);
      font-size: 11px;
    }
    .lang-switch button.active { background: #dedbc8; color: #050505; }
    a:focus-visible,
    button:focus-visible {
      outline: 2px solid rgba(222,219,200,.8);
      outline-offset: 4px;
    }
    .hero {
      max-width: 1480px;
      margin: 0 auto;
      padding: clamp(46px, 8vw, 112px) clamp(16px, 3vw, 34px) 34px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
      gap: clamp(28px, 6vw, 96px);
      align-items: end;
    }
    .label {
      display: block;
      margin-bottom: 12px;
      color: rgba(222,219,200,.52);
      font-size: 11px;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    h1 {
      max-width: 1080px;
      font-size: clamp(58px, 12vw, 170px);
      line-height: .82;
      letter-spacing: -.08em;
    }
    .hero p {
      color: rgba(222,219,200,.72);
      font-size: 14px;
      line-height: 1.72;
    }
    .portrait {
      max-width: 1480px;
      margin: 0 auto;
      padding: 0 clamp(16px, 3vw, 34px) 28px;
    }
    .portrait img {
      display: block;
      width: 100%;
      max-height: 420px;
      object-fit: cover;
      border-radius: 8px;
      border: 1px solid rgba(222,219,200,.12);
      filter: saturate(.86) brightness(.72);
      transition: filter .35s ease, transform .55s cubic-bezier(.16,1,.3,1);
    }
    .portrait img:hover {
      filter: saturate(.93) brightness(.82);
      transform: scale(1.006);
    }
    .content {
      max-width: 1480px;
      margin: 0 auto;
      padding: 0 clamp(16px, 3vw, 34px) 88px;
      display: grid;
      grid-template-columns: minmax(250px, 340px) 1fr;
      gap: 24px;
      align-items: start;
    }
    .profile, .manifesto {
      border: 1px solid rgba(222,219,200,.14);
      border-radius: 10px;
      background: #070707;
    }
    .profile { padding: 22px; position: sticky; top: 82px; }
    .profile h2, .manifesto h2 {
      margin-bottom: 16px;
      color: #e1e0cc;
      font-size: 24px;
      line-height: 1.05;
      letter-spacing: -.04em;
    }
    .profile dl {
      display: grid;
      gap: 14px;
    }
    .profile dt {
      color: rgba(222,219,200,.46);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .profile dd {
      margin-top: 4px;
      color: rgba(222,219,200,.78);
      font-size: 14px;
      line-height: 1.55;
    }
    .manifesto { overflow: hidden; }
    .block {
      display: grid;
      grid-template-columns: 90px 1fr;
      gap: clamp(18px, 4vw, 46px);
      padding: clamp(22px, 4vw, 46px);
      border-bottom: 1px solid rgba(222,219,200,.1);
      transition: background .18s ease;
    }
    .block:hover { background: rgba(222,219,200,.025); }
    .block:last-child { border-bottom: 0; }
    .num {
      color: rgba(222,219,200,.34);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .08em;
    }
    .block h3 {
      margin-bottom: 10px;
      color: #e1e0cc;
      font-size: clamp(24px, 3.2vw, 52px);
      line-height: .98;
      letter-spacing: -.055em;
    }
    .block p {
      max-width: 760px;
      color: rgba(222,219,200,.68);
      font-size: 14px;
      line-height: 1.78;
    }
    .links {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 22px;
    }
    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 0 14px;
      border-radius: 7px;
      background: rgba(222,219,200,.18);
      color: #e1e0cc;
      font-size: 13px;
      transition: transform .18s ease, background .18s ease, color .18s ease;
    }
    .button:hover { transform: translateY(-2px); background: rgba(222,219,200,.28); }
    .button.primary { background: #dedbc8; color: #050505; font-weight: 800; }
    .button.primary:hover { background: #fffde8; }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after {
        animation-duration: .001ms !important;
        transition-duration: .001ms !important;
      }
    }
    @media (max-width: 900px) {
      .top-inner, .hero, .content { grid-template-columns: 1fr; }
      .site-nav { max-width: 100%; justify-content: flex-start; overflow-x: auto; }
      .profile { position: static; }
      .block { grid-template-columns: 1fr; }
    }
