﻿:root {
      --ink: #f6f7fb;
      --muted: #a9b1c7;
      --line: rgba(255, 255, 255, .13);
      --paper: #070915;
      --panel: rgba(16, 19, 34, .78);
      --panel-solid: #111524;
      --accent: #23c8a4;
      --accent-2: #ef4e9c;
      --accent-3: #b989ff;
      --deep: #0c111f;
      --warm: #f3efe6;
      --shadow: 0 24px 80px rgba(0, 0, 0, .34);
      --glow-pink: 0 0 34px rgba(239, 78, 156, .28);
      --glow-green: 0 0 34px rgba(35, 200, 164, .16);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      background:
        radial-gradient(circle at 76% 8%, rgba(239, 78, 156, .16), transparent 28%),
        radial-gradient(circle at 14% 28%, rgba(35, 200, 164, .09), transparent 24%),
        linear-gradient(180deg, #070915 0%, #0d101d 48%, #10131f 100%);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.55;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 10;
      background: rgba(7, 9, 21, .76);
      border-bottom: 1px solid rgba(255, 255, 255, .1);
      backdrop-filter: blur(16px);
    }

    .nav {
      width: min(1160px, calc(100% - 32px));
      height: 64px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      letter-spacing: 0;
    }

    .brand-mark {
      width: 32px;
      height: 32px;
      display: grid;
      place-items: center;
      color: #fff;
      background: linear-gradient(135deg, #161b2f, #0d1322);
      border: 1px solid rgba(239, 78, 156, .72);
      border-radius: 6px;
      font-size: 13px;
      box-shadow: var(--glow-pink);
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 18px;
      color: #c4cad8;
      font-size: 14px;
      white-space: nowrap;
    }

    .nav-links a:hover {
      color: #fff;
    }

    .nav-links a:last-child {
      min-height: 34px;
      display: inline-flex;
      align-items: center;
      padding: 6px 12px;
      border: 1px solid rgba(239, 78, 156, .42);
      border-radius: 8px;
      color: #fff;
      background: rgba(239, 78, 156, .13);
    }

    .hero {
      min-height: min(760px, calc(86vh - 64px));
      position: relative;
      overflow: hidden;
      display: grid;
      align-items: center;
      isolation: isolate;
      border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 18% 18%, rgba(239, 78, 156, .34) 0 2px, transparent 3px),
        radial-gradient(circle at 82% 20%, rgba(185, 137, 255, .32) 0 2px, transparent 3px),
        radial-gradient(circle at 71% 72%, rgba(35, 200, 164, .26) 0 2px, transparent 3px),
        linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
      background-size: 330px 280px, 410px 320px, 360px 300px, 44px 44px, 44px 44px;
      opacity: .8;
      z-index: -2;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(7, 9, 21, .92) 0%, rgba(7, 9, 21, .72) 48%, rgba(7, 9, 21, .42) 100%),
        radial-gradient(circle at 56% 42%, rgba(239, 78, 156, .16), transparent 34%),
        radial-gradient(circle at 72% 72%, rgba(35, 200, 164, .11), transparent 34%);
      z-index: -1;
    }

    .hero-visual {
      position: absolute;
      inset: 8% 0 0 auto;
      width: min(58vw, 760px);
      pointer-events: none;
      opacity: .9;
    }

    .system-map {
      position: absolute;
      right: -84px;
      top: 20px;
      width: min(760px, 70vw);
      aspect-ratio: 1.2;
    }

    .node,
    .rail {
      position: absolute;
      border: 1px solid rgba(255, 255, 255, .18);
      background: rgba(12, 17, 31, .7);
      box-shadow: 0 18px 54px rgba(0, 0, 0, .28);
      backdrop-filter: blur(12px);
    }

    .node {
      border-radius: 10px;
      padding: 14px;
      color: #fff;
      font-size: 13px;
      font-weight: 700;
    }

    .node small {
      display: block;
      margin-top: 4px;
      color: #aeb6ca;
      font-weight: 600;
    }

    .n1 { left: 8%; top: 10%; width: 210px; }
    .n2 { left: 44%; top: 22%; width: 220px; border-color: rgba(35, 200, 164, .55); box-shadow: var(--glow-green); }
    .n3 { left: 20%; top: 52%; width: 250px; border-color: rgba(239, 78, 156, .48); box-shadow: var(--glow-pink); }
    .n4 { left: 58%; top: 63%; width: 180px; border-color: rgba(185, 137, 255, .5); }

    .rail {
      height: 2px;
      transform-origin: left center;
      background: linear-gradient(90deg, rgba(239, 78, 156, .05), rgba(255, 255, 255, .44));
    }

    .r1 { left: 30%; top: 22%; width: 160px; transform: rotate(11deg); }
    .r2 { left: 45%; top: 46%; width: 170px; transform: rotate(33deg); }
    .r3 { left: 31%; top: 59%; width: 180px; transform: rotate(-15deg); }

    .hero-inner {
      position: relative;
      width: min(1160px, calc(100% - 32px));
      margin: 0 auto;
      padding: 60px 0 72px;
    }

    .eyebrow {
      margin: 0 0 16px;
      width: fit-content;
      min-height: 32px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 13px;
      color: #d8cffb;
      background: rgba(185, 137, 255, .12);
      border: 1px solid rgba(185, 137, 255, .38);
      border-radius: 999px;
      font-weight: 800;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .08em;
    }

    .eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--accent-2);
      box-shadow: 0 0 18px rgba(239, 78, 156, .9);
    }

    h1 {
      max-width: 760px;
      margin: 0;
      font-size: clamp(42px, 7vw, 86px);
      line-height: .98;
      letter-spacing: 0;
      text-wrap: balance;
    }

    .hero-copy {
      max-width: 650px;
      margin: 26px 0 0;
      color: #b9c1d4;
      font-size: 19px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 32px;
    }

    .button {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 10px 16px;
      border-radius: 6px;
      border: 1px solid rgba(255, 255, 255, .22);
      font-weight: 750;
      transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
    }

    .button:hover {
      transform: translateY(-1px);
      border-color: rgba(255, 255, 255, .44);
    }

    .button.primary {
      color: #fff;
      background: linear-gradient(135deg, var(--accent-2), #8f5cff);
      border-color: transparent;
      box-shadow: 0 18px 42px rgba(239, 78, 156, .28);
    }

    .button.secondary {
      color: #f8f9ff;
      background: rgba(255, 255, 255, .055);
    }

    .section {
      width: min(1160px, calc(100% - 32px));
      margin: 0 auto;
      padding: 72px 0;
    }

    .section-header {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(260px, 1.1fr);
      gap: 36px;
      align-items: end;
      margin-bottom: 28px;
    }

    .section-kicker {
      margin: 0 0 8px;
      color: var(--accent-3);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .08em;
    }

    h2 {
      margin: 0;
      font-size: 34px;
      line-height: 1.08;
      letter-spacing: 0;
    }

    .section-header p {
      margin: 0;
      color: var(--muted);
    }

    .metrics {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }

    .brand-banner-section {
      width: min(1160px, calc(100% - 32px));
      margin: 0 auto;
      padding: 42px 0 0;
    }

    .brand-banner-link {
      display: block;
    }

    .brand-banner {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: var(--shadow);
      border: 1px solid rgba(255, 255, 255, .16);
      background: #10131a;
    }

    .metric,
    .card {
      background: linear-gradient(180deg, rgba(22, 26, 45, .92), rgba(13, 17, 31, .9));
      border: 1px solid var(--line);
      border-radius: 12px;
      box-shadow: var(--shadow);
    }

    .metric {
      padding: 20px;
      min-height: 118px;
    }

    .metric strong {
      display: block;
      font-size: 30px;
      line-height: 1;
      color: var(--accent);
      text-shadow: 0 0 18px rgba(35, 200, 164, .25);
    }

    .metric span {
      display: block;
      margin-top: 10px;
      color: var(--muted);
      font-size: 14px;
    }

    .work-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .card {
      padding: 22px;
      min-height: 250px;
    }

    .card h3 {
      margin: 0 0 10px;
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: 0;
    }

    .card p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }

    .tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 18px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 5px 9px;
      border-radius: 6px;
      background: rgba(185, 137, 255, .11);
      color: #e5dcff;
      border: 1px solid rgba(185, 137, 255, .22);
      font-size: 12px;
      font-weight: 700;
    }

    .capabilities {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    .capability-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }

    .capability-list li {
      padding: 14px 16px;
      border: 1px solid var(--line);
      border-radius: 10px;
      background: rgba(255, 255, 255, .045);
      color: #dce2ee;
    }

    .timeline {
      border-top: 1px solid var(--line);
    }

    .timeline-row {
      display: grid;
      grid-template-columns: 190px 1fr;
      gap: 28px;
      padding: 24px 0;
      border-bottom: 1px solid var(--line);
    }

    .timeline-row time {
      color: var(--accent-3);
      font-weight: 800;
    }

    .timeline-row h3 {
      margin: 0 0 6px;
      font-size: 19px;
      letter-spacing: 0;
    }

    .timeline-row p {
      margin: 0;
      color: var(--muted);
    }

    .timeline-row h3,
    .card h3,
    .blog-card h2,
    .blog-card h3 {
      color: #fff;
    }

    .apartment-section {
      background: rgba(255, 255, 255, .035);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .apartment-panel {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
      gap: 28px;
      align-items: stretch;
    }

    .apartment-copy {
      padding: 34px;
      background:
        radial-gradient(circle at 90% 10%, rgba(239, 78, 156, .18), transparent 32%),
        linear-gradient(160deg, #11192b, #0b101e);
      color: #fff;
      border-radius: 8px;
      min-height: 360px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: var(--shadow);
    }

    .apartment-copy .section-kicker {
      color: #9bd6c6;
    }

    .apartment-copy h2 {
      max-width: 680px;
    }

    .apartment-copy p {
      margin: 16px 0 0;
      color: rgba(255, 255, 255, .78);
      max-width: 650px;
    }

    .apartment-copy .button {
      width: fit-content;
      margin-top: 28px;
      color: #fff;
      border-color: rgba(255, 255, 255, .82);
      background: rgba(255, 255, 255, .08);
    }

    .apartment-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
      margin-top: 28px;
    }

    .apartment-actions .button {
      margin-top: 0;
    }

    .contact-icon {
      width: 44px;
      height: 44px;
      display: inline-grid;
      place-items: center;
      border-radius: 6px;
      border: 1px solid rgba(255, 255, 255, .32);
      background: rgba(255, 255, 255, .1);
    }

    .contact-icon svg {
      width: 26px;
      height: 26px;
    }

    .property-contact-note {
      margin-top: 10px;
      color: rgba(255, 255, 255, .58);
      font-size: 13px;
    }

    .apartment-brand {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 20px;
    }

    .apartment-logo {
      width: 74px;
      height: 74px;
      object-fit: contain;
      padding: 8px;
      border-radius: 8px;
      background: rgba(255, 255, 255, .94);
      box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
    }

    .apartment-brand-text {
      display: grid;
      gap: 2px;
    }

    .apartment-brand-text strong {
      font-size: 18px;
      letter-spacing: 0;
    }

    .apartment-brand-text span {
      color: rgba(255, 255, 255, .68);
      font-size: 14px;
    }

    .apartment-details {
      display: grid;
      gap: 14px;
    }

    .detail-tile {
      padding: 20px;
      border: 1px solid var(--line);
      border-radius: 10px;
      background: rgba(255, 255, 255, .045);
    }

    .detail-tile strong {
      display: block;
      margin-bottom: 6px;
      color: var(--accent);
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: .08em;
    }

    .detail-tile span {
      color: var(--muted);
    }

    .contact-band {
      background:
        radial-gradient(circle at 16% 0%, rgba(239, 78, 156, .2), transparent 28%),
        linear-gradient(135deg, #11182b, #080b16);
      color: #fff;
      margin-top: 40px;
    }

    .contact-inner {
      width: min(1160px, calc(100% - 32px));
      margin: 0 auto;
      padding: 56px 0;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 24px;
      align-items: center;
    }

    .contact-inner h2 {
      max-width: 720px;
    }

    .contact-inner p {
      margin: 12px 0 0;
      color: rgba(255, 255, 255, .72);
    }

    .contact-inner .button {
      border-color: rgba(255, 255, 255, .75);
      color: #fff;
      background: transparent;
    }

    footer {
      width: min(1160px, calc(100% - 32px));
      margin: 0 auto;
      padding: 22px 0 36px;
      color: var(--muted);
      font-size: 14px;
    }

    .blog-list {
      display: grid;
      gap: 16px;
    }

    .blog-card {
      display: grid;
      gap: 10px;
      padding: 22px;
      background:
        linear-gradient(180deg, rgba(22, 26, 45, .95), rgba(13, 17, 31, .92));
      border: 1px solid var(--line);
      border-radius: 12px;
      box-shadow: var(--shadow);
    }

    .blog-meta {
      color: var(--accent-3);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .08em;
    }

    .article-body {
      max-width: 820px;
      color: #dce2ee;
      font-size: 18px;
    }

    .article-body p,
    .article-body ul,
    .article-body ol {
      margin: 0 0 18px;
    }

    .article-body h2,
    .article-body h3 {
      margin: 32px 0 12px;
    }

    .admin-body {
      background: #f4f2ea;
    }

    .admin-panel {
      display: grid;
      gap: 18px;
    }

    .admin-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 14px;
    }

    .admin-card,
    .admin-form,
    .admin-table-wrap {
      padding: 20px;
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: 8px;
      box-shadow: var(--shadow);
    }

    .admin-form {
      display: grid;
      gap: 12px;
    }

    .admin-form label {
      display: grid;
      gap: 6px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .06em;
    }

    .admin-form input,
    .admin-form textarea,
    .admin-form select {
      width: 100%;
      min-height: 42px;
      padding: 9px 10px;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
      color: var(--ink);
      font: inherit;
    }

    .admin-form textarea {
      min-height: 130px;
      resize: vertical;
    }

    .admin-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 14px;
    }

    .admin-table th,
    .admin-table td {
      padding: 10px;
      border-bottom: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
    }

    .admin-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
    }

    .notice {
      padding: 12px 14px;
      border: 1px solid rgba(31, 122, 99, .35);
      border-radius: 8px;
      background: rgba(31, 122, 99, .08);
      color: var(--deep);
    }

    @media (max-width: 900px) {
      .nav {
        height: auto;
        padding: 14px 0;
        align-items: flex-start;
        flex-direction: column;
      }

      .nav-links {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 2px;
      }

      .hero-visual {
        opacity: .18;
        width: 100vw;
        right: -24vw;
      }

      .section-header,
      .capabilities,
      .apartment-panel,
      .contact-inner {
        grid-template-columns: 1fr;
      }

      .metrics,
      .work-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 640px) {
      .hero {
        min-height: auto;
      }

      .hero-inner {
        padding: 54px 0 64px;
      }

      h1 {
        font-size: 42px;
      }

      .hero-copy {
        font-size: 17px;
      }

      .brand-banner-section {
        padding-top: 26px;
      }

      .nav-links {
        gap: 10px;
        font-size: 13px;
      }

      .nav-links a:last-child {
        padding: 5px 9px;
      }

      .metrics,
      .work-grid {
        grid-template-columns: 1fr;
      }

      .hero-visual {
        display: none;
      }

      .timeline-row {
        grid-template-columns: 1fr;
        gap: 8px;
      }
    }
