    :root {
      --ink: #0d1014;
      --ink-2: #15191f;
      --ink-3: #20262f;
      --paper: #f4f1ec;
      --paper-2: #e8e2d7;
      --line: #2b323d;
      --line-soft: #d5ccbd;
      --muted: #8f98a4;
      --text-soft: #cbd2dc;
      --signal: #ff5a1f;
      --signal-2: #ffc31a;
      --green: #38a169;
      --white: #fff;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      background: var(--paper);
      color: var(--ink);
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      overflow-x: hidden;
    }
    body.menu-open { overflow: hidden; }
    a { color: inherit; }
    img { display: block; max-width: 100%; }
    button { font: inherit; cursor: pointer; }
    .display { font-family: "Space Grotesk", Inter, sans-serif; }
    .mono { font-family: "JetBrains Mono", monospace; }
    .container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
    .section { padding: 112px 0; }
    .section-dark { background: var(--ink); color: var(--white); }
    .eyebrow {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 0 0 18px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .section-dark .eyebrow { color: var(--text-soft); }
    .eyebrow::before {
      content: attr(data-num);
      color: var(--signal);
      font-family: "JetBrains Mono", monospace;
    }
    .eyebrow::after {
      content: "";
      width: 28px;
      height: 1px;
      background: currentColor;
      opacity: .35;
      order: 1;
    }
    .eyebrow span { order: 2; }
    .lead {
      margin: 0;
      max-width: 720px;
      color: color-mix(in srgb, currentColor 72%, transparent);
      font-size: 18px;
      line-height: 1.65;
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 46px;
      padding: 13px 18px;
      border: 1px solid transparent;
      background: var(--signal);
      color: #101215;
      font-weight: 800;
      text-decoration: none;
      transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }
    .btn:hover { transform: translateY(-2px); background: #ff6c39; }
    .btn.secondary {
      background: transparent;
      color: inherit;
      border-color: currentColor;
      opacity: 0.75;
    }
    .btn.secondary:hover { opacity: 1; border-color: var(--signal); color: var(--signal); }
    .icon {
      width: 17px;
      height: 17px;
      flex: 0 0 auto;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

    .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
    .reveal.is-in { opacity: 1; transform: none; }

    .top-strip {
      background: #050608;
      color: var(--text-soft);
      font-size: 12px;
      border-bottom: 1px solid var(--line);
    }
    .top-strip .container {
      min-height: 36px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }
    .top-strip__group {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 18px;
    }
    .top-strip a { text-decoration: none; }

    .header {
      position: sticky;
      top: 0;
      z-index: 40;
      background: rgba(13,16,20,.94);
      color: var(--white);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(12px);
    }
    .header .container {
      min-height: 76px;
      display: flex;
      align-items: center;
      gap: 28px;
    }
    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
      min-width: 270px;
    }
    .brand__mark {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      background: var(--signal);
      color: #101215;
      transform: skewX(-8deg);
      font: 800 22px "Space Grotesk", sans-serif;
    }
    .brand__name {
      display: flex;
      flex-direction: column;
      gap: 2px;
      line-height: 1.05;
    }
    .brand__name strong {
      color: var(--white);
      font: 800 18px "Space Grotesk", sans-serif;
    }
    .brand__name small {
      color: var(--muted);
      font: 700 10px "JetBrains Mono", monospace;
      letter-spacing: .12em;
    }
    .nav {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: 26px;
      font-size: 14px;
      font-weight: 700;
    }
    .nav a {
      color: var(--text-soft);
      text-decoration: none;
      transition: color .2s ease;
    }
    .nav a:hover { color: var(--white); }
    .menu-toggle {
      display: none;
      margin-left: auto;
      width: 44px;
      height: 44px;
      border: 1px solid var(--line);
      background: transparent;
      color: var(--white);
    }
    .menu-toggle span {
      display: block;
      width: 18px;
      height: 2px;
      margin: 4px auto;
      background: currentColor;
    }

    .hero {
      position: relative;
      min-height: 760px;
      overflow: hidden;
      background: var(--ink);
      color: var(--white);
      isolation: isolate;
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -3;
      background:
        linear-gradient(90deg, rgba(13,16,20,.96), rgba(13,16,20,.7) 48%, rgba(13,16,20,.9)),
        url("/assets/panorama-filtry.jpg") center / cover no-repeat;
      filter: saturate(.7) contrast(1.05);
    }
    .hero::after {
      content: "od 1988";
      position: absolute;
      left: 50%;
      bottom: -36px;
      z-index: -1;
      transform: translateX(-50%);
      color: rgba(255,255,255,.055);
      font: 800 clamp(110px, 19vw, 310px) "Space Grotesk", sans-serif;
      letter-spacing: -0.05em;
      white-space: nowrap;
    }
    .hero__grid {
      min-height: 760px;
      display: grid;
      grid-template-columns: minmax(0, 1.12fr) minmax(320px, .72fr);
      gap: 56px;
      align-items: center;
      padding: 86px 0 104px;
    }
    .badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 8px 0 22px;
      padding: 8px 14px;
      border: 1px solid rgba(255,90,31,.75);
      background: rgba(255,90,31,.13);
      color: var(--white);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .16em;
      text-transform: uppercase;
    }
    .badge::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--signal);
      box-shadow: 0 0 0 8px rgba(255,90,31,.15);
    }
    h1 {
      max-width: 820px;
      margin: 0 0 24px;
      font: 800 clamp(48px, 7vw, 94px) / .94 "Space Grotesk", sans-serif;
      letter-spacing: -0.035em;
    }
    h1 span, .accent { color: var(--signal); }
    .hero__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 34px;
    }
    .hero-card {
      border: 1px solid var(--line);
      background: rgba(244,241,236,.96);
      color: var(--ink);
      box-shadow: 0 28px 90px rgba(0,0,0,.35);
    }
    .hero-card__media {
      min-height: 210px;
      background: var(--paper-2);
      overflow: hidden;
    }
    .hero-card__media img {
      width: 100%;
      height: 100%;
      min-height: 210px;
      object-fit: cover;
    }
    .hero-card__body { padding: 24px; }
    .hero-card h2 {
      margin: 0 0 12px;
      font: 800 34px / 1 "Space Grotesk", sans-serif;
      letter-spacing: -0.025em;
    }
    .hero-card ul {
      list-style: none;
      margin: 18px 0 0;
      padding: 0;
      display: grid;
      gap: 10px;
      color: rgba(13,16,20,.76);
      font-size: 14px;
      line-height: 1.45;
    }
    .hero-card li {
      display: grid;
      grid-template-columns: 22px 1fr;
      gap: 10px;
      align-items: start;
    }
    .hero-card li::before {
      content: "";
      width: 8px;
      height: 8px;
      margin-top: 6px;
      background: var(--signal);
    }

    .ticker {
      overflow: hidden;
      background: var(--signal);
      color: #101215;
      border-block: 2px solid #050608;
    }
    .ticker__track {
      display: flex;
      width: max-content;
      animation: marquee 38s linear infinite;
    }
    .ticker span {
      padding: 14px 30px;
      font: 800 27px "Space Grotesk", sans-serif;
      white-space: nowrap;
    }
    @keyframes marquee { to { transform: translateX(-50%); } }

    .about-grid {
      display: grid;
      grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
      gap: 72px;
      align-items: start;
    }
    .section-title {
      margin: 0;
      font: 800 clamp(38px, 5vw, 68px) / 1 "Space Grotesk", sans-serif;
      letter-spacing: -0.03em;
    }
    .timeline {
      margin-top: 34px;
      border-left: 1px solid var(--line-soft);
    }
    .timeline div {
      display: grid;
      grid-template-columns: 74px 1fr;
      gap: 18px;
      padding: 0 0 22px 22px;
      position: relative;
    }
    .timeline div::before {
      content: "";
      position: absolute;
      left: -5px;
      top: 4px;
      width: 9px;
      height: 9px;
      background: var(--signal);
    }
    .timeline strong {
      font: 800 13px "JetBrains Mono", monospace;
      color: var(--signal);
    }
    .timeline span {
      color: rgba(13,16,20,.72);
      line-height: 1.55;
    }
    .feature-wall {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      border-top: 1px solid var(--line-soft);
      border-left: 1px solid var(--line-soft);
      background: #fff;
    }
    .feature {
      min-height: 190px;
      padding: 28px;
      border-right: 1px solid var(--line-soft);
      border-bottom: 1px solid var(--line-soft);
    }
    .feature .mono {
      color: var(--signal);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .14em;
    }
    .feature h3 {
      margin: 14px 0 10px;
      font: 800 26px / 1.08 "Space Grotesk", sans-serif;
      letter-spacing: -0.02em;
    }
    .feature p {
      margin: 0;
      color: rgba(13,16,20,.72);
      font-size: 14px;
      line-height: 1.55;
    }

    .stats {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1px;
      background: var(--line);
      border: 1px solid var(--line);
    }
    .stat {
      padding: 28px;
      background: var(--ink-2);
    }
    .stat strong {
      display: block;
      color: var(--signal);
      font: 800 clamp(34px, 5vw, 58px) / 1 "Space Grotesk", sans-serif;
      letter-spacing: -0.03em;
    }
    .stat span {
      display: block;
      margin-top: 10px;
      color: var(--text-soft);
      font-size: 14px;
      line-height: 1.45;
    }

    .filters-layout {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 46px;
      align-items: start;
    }
    .filter-photo {
      position: sticky;
      top: 106px;
      overflow: hidden;
      border: 1px solid var(--line-soft);
      background: #fff;
    }
    .filter-photo img,
    .filter-photo video {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
    }
    .filter-photo__note {
      padding: 18px 20px;
      background: var(--ink);
      color: var(--text-soft);
      font-size: 14px;
      line-height: 1.55;
    }
    .filter-list {
      display: grid;
      gap: 12px;
    }
    .filter-item {
      display: grid;
      grid-template-columns: 96px 1fr;
      gap: 22px;
      padding: 24px;
      border: 1px solid var(--line-soft);
      background: #fff;
    }
    .filter-item strong {
      color: var(--signal);
      font: 800 12px "JetBrains Mono", monospace;
      letter-spacing: .14em;
    }
    .filter-item h3 {
      margin: 0 0 8px;
      font: 800 25px / 1.08 "Space Grotesk", sans-serif;
      letter-spacing: -0.02em;
    }
    .filter-item p {
      margin: 0;
      color: rgba(13,16,20,.72);
      font-size: 14px;
      line-height: 1.55;
    }

    .assortment-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 42px;
    }
    .category-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }
    .category {
      min-height: 230px;
      padding: 26px;
      border: 1px solid var(--line-soft);
      background: #fff;
      transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
    }
    .category:hover {
      transform: translateY(-4px);
      border-color: var(--signal);
      background: var(--ink);
      color: var(--white);
    }
    .category:hover h3 { color: var(--white); }
    .category:hover p { color: var(--text-soft); }
    .category:hover .chips span {
      border-color: var(--line);
      color: var(--text-soft);
      background: rgba(255,255,255,.04);
    }
    .category .mono {
      color: var(--signal);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .14em;
    }
    .category h3 {
      margin: 14px 0 10px;
      font: 800 28px / 1 "Space Grotesk", sans-serif;
      letter-spacing: -0.02em;
      color: var(--ink);
      transition: color .2s ease;
    }
    .category p {
      margin: 0;
      color: rgba(13,16,20,.7);
      font-size: 14px;
      line-height: 1.55;
      transition: color .2s ease;
    }
    .chips {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 18px;
    }
    .chips span {
      border: 1px solid rgba(13,16,20,.22);
      padding: 5px 8px;
      font: 700 11px "JetBrains Mono", monospace;
      color: rgba(13,16,20,.72);
      transition: color .2s ease, border-color .2s ease, background .2s ease;
    }

    .brand-panel {
      display: grid;
      grid-template-columns: .78fr 1.22fr;
      gap: 38px;
      align-items: center;
      padding: 34px;
      border: 1px solid var(--line);
      background: var(--ink-2);
    }
    .brand-panel__logos {
      display: grid;
      gap: 14px;
    }
    .brand-panel__main {
      padding: 28px;
      background: #fff;
    }
    .brand-panel__main img {
      width: 100%;
      max-height: 260px;
      object-fit: contain;
    }
    .brand-strip {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }
    .brand-logo {
      min-height: 92px;
      display: grid;
      place-items: center;
      padding: 18px;
      background: #fff;
      border: 1px solid var(--line);
    }
    .brand-logo img {
      max-height: 54px;
      object-fit: contain;
      filter: saturate(.9);
    }
    .brand-copy h2 {
      margin: 0 0 18px;
      font: 800 clamp(42px, 7vw, 96px) / .9 "Space Grotesk", sans-serif;
      letter-spacing: -0.04em;
      color: var(--signal);
    }
    .brand-copy p {
      margin: 0 0 18px;
      color: var(--text-soft);
      font-size: 17px;
      line-height: 1.65;
    }
    .brand-cards {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-top: 44px;
    }
    .brand-card {
      overflow: hidden;
      border: 1px solid var(--line);
      background: var(--ink-2);
    }
    .brand-card img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      background: #fff;
    }
    .brand-card div { padding: 18px; }
    .brand-card strong {
      display: block;
      color: var(--signal);
      font: 800 12px "JetBrains Mono", monospace;
      letter-spacing: .12em;
    }
    .brand-card span {
      display: block;
      margin-top: 8px;
      color: var(--text-soft);
      font-size: 13px;
      line-height: 1.45;
    }

    .why-grid {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 60px;
      align-items: start;
    }
    .why-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      border-top: 1px solid var(--line-soft);
      border-left: 1px solid var(--line-soft);
    }
    .why-item {
      padding: 28px;
      background: #fff;
      border-right: 1px solid var(--line-soft);
      border-bottom: 1px solid var(--line-soft);
    }
    .why-item strong {
      color: var(--signal);
      font: 800 11px "JetBrains Mono", monospace;
      letter-spacing: .14em;
    }
    .why-item h3 {
      margin: 12px 0 10px;
      font: 800 23px / 1.08 "Space Grotesk", sans-serif;
    }
    .why-item p {
      margin: 0;
      color: rgba(13,16,20,.72);
      font-size: 14px;
      line-height: 1.55;
    }

    .faq-grid {
      display: grid;
      grid-template-columns: .72fr 1.28fr;
      gap: 48px;
      align-items: start;
    }
    .faq-list {
      display: grid;
      gap: 12px;
    }
    .faq-item {
      padding: 24px;
      border: 1px solid var(--line-soft);
      background: #fff;
    }
    .faq-item h3 {
      margin: 0 0 10px;
      font: 800 22px / 1.12 "Space Grotesk", sans-serif;
    }
    .faq-item p {
      margin: 0;
      color: rgba(13,16,20,.72);
      font-size: 14px;
      line-height: 1.6;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 32px;
      align-items: stretch;
    }
    .contact-cards {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      border-top: 1px solid var(--line);
      border-left: 1px solid var(--line);
    }
    .contact-card {
      padding: 20px;
      background: var(--ink-2);
      border-right: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }
    .contact-card strong {
      display: block;
      color: var(--signal-2);
      font: 800 10px "JetBrains Mono", monospace;
      letter-spacing: .16em;
      text-transform: uppercase;
    }
    .contact-card span {
      display: block;
      margin-top: 8px;
      color: var(--white);
      font-weight: 600;
      line-height: 1.45;
      white-space: pre-line;
    }
    .map-card {
      position: relative;
      min-height: 560px;
      overflow: hidden;
      border: 1px solid var(--line);
      background: #090b0e;
    }
    .map-card iframe {
      width: 100%;
      height: 100%;
      min-height: 560px;
      border: 0;
      filter: grayscale(1) invert(.92) contrast(1.05) brightness(.72);
    }
    .map-pin {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -72%);
      pointer-events: none;
      width: 68px;
      height: 68px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: rgba(255,90,31,.18);
      box-shadow: 0 0 0 18px rgba(255,90,31,.08);
    }
    .map-pin::before {
      content: "";
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: var(--signal);
      box-shadow: 0 0 0 8px rgba(255,90,31,.28);
    }
    .map-label {
      position: absolute;
      left: 18px;
      top: 18px;
      max-width: 260px;
      padding: 12px 14px;
      background: rgba(13,16,20,.92);
      color: var(--white);
      border: 1px solid var(--line);
    }
    .map-label strong {
      display: block;
      font: 800 12px "JetBrains Mono", monospace;
      letter-spacing: .12em;
      color: var(--signal);
      text-transform: uppercase;
    }
    .map-label span {
      display: block;
      margin-top: 6px;
      font-size: 13px;
      color: var(--text-soft);
      line-height: 1.4;
    }
    .map-card .btn {
      position: absolute;
      right: 18px;
      bottom: 18px;
    }

    .footer {
      padding: 42px 0 30px;
      background: #050608;
      color: var(--muted);
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr repeat(3, 1fr);
      gap: 34px;
    }
    .footer h2 {
      margin: 0;
      color: var(--white);
      font: 800 20px "Space Grotesk", sans-serif;
    }
    .footer p, .footer li {
      color: var(--text-soft);
      font-size: 13px;
      line-height: 1.55;
    }
    .footer ul {
      list-style: none;
      padding: 0;
      margin: 12px 0 0;
      display: grid;
      gap: 8px;
    }
    .footer-title {
      color: var(--white);
      font: 800 10px "JetBrains Mono", monospace;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      margin-top: 34px;
      padding-top: 18px;
      border-top: 1px solid var(--line);
      font-size: 12px;
    }

    @media (max-width: 1080px) {
      .nav { display: none; }
      .menu-toggle { display: block; }
      .nav.is-open {
        position: fixed;
        inset: 113px 0 auto 0;
        display: grid;
        gap: 0;
        margin: 0;
        padding: 10px 24px 24px;
        background: rgba(13,16,20,.98);
        border-bottom: 1px solid var(--line);
      }
      .nav.is-open a {
        padding: 16px 0;
        border-bottom: 1px solid var(--line);
      }
      .header .btn { display: none; }
      .hero__grid,
      .about-grid,
      .filters-layout,
      .brand-panel,
      .why-grid,
      .faq-grid,
      .contact-grid {
        grid-template-columns: 1fr;
      }
      .hero__grid { min-height: auto; padding-top: 76px; }
      .filter-photo { position: static; }
      .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .brand-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    @media (max-width: 720px) {
      .container { width: min(100% - 28px, 1240px); }
      .section { padding: 76px 0; }
      .top-strip { display: none; }
      .header .container { min-height: 70px; }
      .nav.is-open { inset: 70px 0 auto 0; }
      .brand { min-width: 0; }
      .brand__name strong { font-size: 15px; }
      .brand__name small { display: none; }
      .hero { min-height: auto; }
      .hero__grid { padding: 54px 0 76px; gap: 34px; }
      h1 { font-size: clamp(42px, 13vw, 62px); }
      .lead { font-size: 16px; }
      .hero__actions .btn { width: 100%; }
      .ticker span { font-size: 20px; padding: 12px 20px; }
      .feature-wall,
      .stats,
      .category-grid,
      .brand-strip,
      .why-list,
      .faq-grid,
      .contact-cards,
      .footer-grid {
        grid-template-columns: 1fr;
      }
      .filter-item { grid-template-columns: 1fr; gap: 10px; }
      .assortment-head { display: block; }
      .brand-panel { padding: 18px; }
      .brand-cards { grid-template-columns: 1fr; }
      .map-card, .map-card iframe { min-height: 460px; }
      .map-card .btn {
        left: 18px;
        right: 18px;
        width: auto;
      }
      .footer-bottom { flex-direction: column; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
      }
      .reveal { opacity: 1; transform: none; }
    }
