:root {
        color-scheme: dark;
        --ink: #f4f7fb;
        --muted: #a8b4c2;
        --paper: #05070b;
        --surface: #10161f;
        --surface-strong: #151d28;
        --line: rgba(255, 255, 255, 0.13);
        --green: #a46cff;
        --teal: #c084fc;
        --red: #7c3aed;
        --gold: #e9d5ff;
        --purple-glow: rgba(164, 108, 255, 0.34);
        --shadow: 0 24px 70px rgba(0, 0, 0, 0.44);
      }

      * {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
        color: var(--ink);
        background: var(--paper);
      }

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

      .site-header {
        position: fixed;
        top: 28px;
        left: clamp(18px, 4vw, 56px);
        right: 0;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        min-height: 66px;
        padding: 10px 16px;
        border: 1px solid rgba(233, 213, 255, 0.16);
        border-radius: 999px;
        background: rgba(8, 10, 18, 0.72);
        box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
        backdrop-filter: blur(16px);
      }

      .brand,
      .footer-inner {
        display: flex;
        align-items: center;
      }

      .brand {
        gap: 12px;
        font-weight: 800;
        text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
      }

      .site-nav {
        display: flex;
        align-items: center;
        gap: clamp(14px, 2vw, 28px);
        max-width: min(58vw, 620px);
        overflow-x: auto;
        scrollbar-width: none;
        color: rgba(244, 247, 251, 0.72);
        font-size: 0.92rem;
        font-weight: 800;
        text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
      }

      .site-nav::-webkit-scrollbar {
        display: none;
      }

      .site-nav a {
        white-space: nowrap;
        transition: color 180ms ease;
      }

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

      .brand-mark {
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        color: #fff;
        background:
          radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.58), transparent 24%),
          linear-gradient(135deg, #7c3aed, #c084fc);
        border: 1px solid rgba(233, 213, 255, 0.45);
        font-size: 0.72rem;
        font-weight: 900;
        letter-spacing: 0;
        box-shadow: 0 0 28px rgba(164, 108, 255, 0.32);
      }

      .hero {
        position: relative;
        min-height: 100vh;
        display: grid;
        align-items: center;
        justify-items: center;
        padding: 130px clamp(18px, 5vw, 72px) 64px;
        overflow: hidden;
        isolation: isolate;
        background:
          radial-gradient(circle at 50% 48%, rgba(164, 108, 255, 0.22), transparent 34%),
          radial-gradient(circle at 18% 80%, rgba(124, 58, 237, 0.16), transparent 32%),
          linear-gradient(180deg, #05070b 0%, #090a12 48%, #05070b 100%);
      }

      .hero-visual {
        position: absolute;
        inset: 0;
        z-index: -1;
        overflow: hidden;
        opacity: 1;
      }

      .hero-visual::before {
        content: "CK-view";
        position: absolute;
        left: 50%;
        top: 51%;
        transform: translate(-50%, -50%);
        color: rgba(255, 255, 255, 0.025);
        font-size: clamp(8rem, 22vw, 20rem);
        font-weight: 900;
        line-height: 1;
        white-space: nowrap;
      }

      .hero-ring,
      .hero-core,
      .hero-line {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
      }

      .hero-ring {
        width: min(720px, 74vw);
        aspect-ratio: 1 / 1;
        border: 1px solid rgba(233, 213, 255, 0.18);
        border-radius: 50%;
        box-shadow:
          inset 0 0 80px rgba(164, 108, 255, 0.08),
          0 0 90px rgba(124, 58, 237, 0.14);
      }

      .hero-ring.outer {
        width: min(980px, 96vw);
        opacity: 0.44;
      }

      .hero-ring.inner {
        width: min(430px, 52vw);
        border-color: rgba(192, 132, 252, 0.3);
      }

      .hero-core {
        width: min(220px, 34vw);
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(164, 108, 255, 0.28), rgba(164, 108, 255, 0.02) 64%, transparent 70%);
        filter: blur(2px);
      }

      .hero-line {
        width: 100vw;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(233, 213, 255, 0.2), transparent);
      }

      .hero-line.vertical {
        width: 1px;
        height: 100vh;
        background: linear-gradient(180deg, transparent, rgba(233, 213, 255, 0.14), transparent);
      }

      .skyline {
        position: absolute;
        left: 50%;
        bottom: 20%;
        width: min(980px, 92vw);
        height: 340px;
        transform: translateX(-50%);
      }

      .building {
        position: absolute;
        bottom: 0;
        display: block;
        border: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow: var(--shadow);
      }

      .building::before,
      .building::after {
        content: "";
        position: absolute;
        left: 10%;
        right: 10%;
        height: 10px;
        background: repeating-linear-gradient(90deg, rgba(192, 132, 252, 0.62) 0 18px, transparent 18px 34px);
      }

      .building::before {
        top: 28%;
      }

      .building::after {
        top: 55%;
      }

      .building-a {
        left: 0;
        width: 30%;
        height: 46%;
        background: #17271f;
      }

      .building-b {
        left: 20%;
        width: 38%;
        height: 72%;
        background: #20301f;
      }

      .building-c {
        left: 53%;
        width: 30%;
        height: 58%;
        background: #172b34;
      }

      .building-d {
        right: 0;
        width: 22%;
        height: 38%;
        background: #2c2226;
      }

      .campus-grid {
        position: absolute;
        left: 50%;
        bottom: -110px;
        width: min(1100px, 110vw);
        height: 360px;
        transform: translateX(-50%) rotateX(62deg) rotateZ(-8deg);
        transform-origin: center bottom;
        background:
          linear-gradient(rgba(164, 108, 255, 0.18) 1px, transparent 1px),
          linear-gradient(90deg, rgba(192, 132, 252, 0.16) 1px, transparent 1px);
        background-size: 56px 56px;
        border: 1px solid rgba(164, 108, 255, 0.24);
      }

      .tour-point,
      .path-line {
        position: absolute;
        display: block;
      }

      .tour-point {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: var(--red);
        box-shadow: 0 0 0 16px rgba(124, 58, 237, 0.18);
      }

      .point-a {
        left: 24%;
        top: 48%;
      }

      .point-b {
        left: 56%;
        top: 36%;
        background: var(--teal);
        box-shadow: 0 0 0 16px rgba(192, 132, 252, 0.16);
      }

      .point-c {
        left: 78%;
        top: 58%;
        background: var(--gold);
        box-shadow: 0 0 0 16px rgba(233, 213, 255, 0.16);
      }

      .path-line {
        height: 5px;
        border-radius: 999px;
        background: rgba(244, 247, 251, 0.46);
        transform-origin: left center;
      }

      .line-a {
        left: 27%;
        top: 51%;
        width: 31%;
        transform: rotate(-12deg);
      }

      .line-b {
        left: 57%;
        top: 39%;
        width: 24%;
        transform: rotate(28deg);
      }

      .hero-content {
        width: min(920px, 100%);
        max-width: 920px;
        text-align: center;
        transform: translateY(0);
      }

      .eyebrow {
        margin: 0 0 14px;
        color: var(--green);
        font-size: 0.78rem;
        font-weight: 900;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      h1,
      h2,
      h3,
      p {
        margin-top: 0;
      }

      h1 {
        margin-bottom: 0;
        color: #fff;
        font-size: clamp(5.6rem, 18vw, 14.2rem);
        line-height: 0.78;
        white-space: nowrap;
        word-break: keep-all;
        overflow-wrap: normal;
        text-wrap: nowrap;
        text-shadow:
          0 0 48px rgba(164, 108, 255, 0.42),
          0 30px 100px rgba(0, 0, 0, 0.68);
      }

      h2 {
        margin-bottom: 0;
        font-size: clamp(1.8rem, 4vw, 3.4rem);
        line-height: 1.18;
      }

      h3 {
        margin-bottom: 12px;
        font-size: 1.18rem;
      }

      p {
        color: var(--muted);
        line-height: 1.9;
      }

      .hero-copy {
        max-width: 760px;
        margin: 0 auto;
        color: rgba(211, 220, 231, 0.88);
        font-size: clamp(1rem, 2vw, 1.22rem);
      }

      .button {
        display: inline-flex;
        justify-content: center;
        min-width: 190px;
        padding: 15px 20px;
        border-radius: 8px;
        font-weight: 900;
        transition:
          transform 180ms ease,
          box-shadow 180ms ease;
      }

      .button:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 30px rgba(29, 36, 48, 0.18);
      }

      .primary {
        color: #090511;
        background: var(--green);
      }

      .secondary {
        color: var(--ink);
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid var(--line);
      }

      .section-inner {
        width: min(1120px, calc(100% - 36px));
        margin: 0 auto;
      }

      .band {
        background: #0b1017;
      }

      .intro,
      .features,
      .showcase {
        padding: clamp(68px, 9vw, 110px) 0;
      }

      .two-column,
      .showcase-layout {
        display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: clamp(28px, 6vw, 72px);
        align-items: center;
      }

      .section-heading {
        max-width: 760px;
        margin: 0 auto 42px;
        text-align: center;
      }

      #showcase-title {
        margin-bottom: 22px;
      }

      .feature-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
      }

      .feature-card {
        position: relative;
        min-height: 0;
        aspect-ratio: 1 / 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        overflow: hidden;
        padding: clamp(20px, 3vw, 34px);
        border-radius: 8px;
        background: #090d14;
        border: 1px solid var(--line);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
        transition:
          transform 220ms ease,
          border-color 220ms ease,
          box-shadow 220ms ease;
      }

      .feature-card:hover {
        transform: translateY(-6px);
        border-color: rgba(192, 132, 252, 0.46);
        box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
      }

      .feature-card::before,
      .feature-card::after {
        content: "";
        position: absolute;
        inset: 0;
      }

      .feature-card::before {
        z-index: 0;
        background-image: var(--card-image);
        background-size: cover;
        background-position: center;
        transform: scale(1.02);
      }

      .feature-card::after {
        z-index: 1;
        background:
          linear-gradient(180deg, rgba(5, 7, 11, 0.02) 0%, rgba(5, 7, 11, 0.25) 43%, rgba(5, 7, 11, 0.88) 76%, rgba(5, 7, 11, 0.98) 100%),
          linear-gradient(90deg, rgba(5, 7, 11, 0.38), rgba(5, 7, 11, 0.02) 48%);
      }

      #walkthrough {
        --card-image: url("../img/walkthrough-card.png");
      }

      #virtual-tour {
        --card-image: url("../img/virtual-tour-card.png");
      }

      .mono-link-wrap {
        display: flex;
        justify-content: center;
        margin-top: 34px;
      }

      .mono-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: 0 22px;
        border: 1px solid rgba(233, 213, 255, 0.2);
        border-radius: 999px;
        color: rgba(255, 255, 255, 0.86);
        background: rgba(255, 255, 255, 0.045);
        font-weight: 800;
        letter-spacing: 0;
        transition:
          transform 180ms ease,
          border-color 180ms ease,
          background 180ms ease;
      }

      .mono-link:hover {
        transform: translateY(-2px);
        border-color: rgba(192, 132, 252, 0.5);
        background: rgba(124, 58, 237, 0.2);
      }

      .feature-card h3,
      .feature-card p,
      .card-arrow {
        position: relative;
        z-index: 2;
        text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
      }

      .feature-card h3 {
        margin: 0 0 12px;
        color: #fff;
        font-size: clamp(1.35rem, 2.4vw, 1.95rem);
      }

      .feature-card p {
        max-width: calc(100% - 58px);
        margin: 0;
        color: rgba(244, 247, 251, 0.88);
        line-height: 1.75;
      }

      .card-arrow {
        position: absolute;
        right: clamp(20px, 3vw, 34px);
        bottom: clamp(20px, 3vw, 34px);
        width: 44px;
        height: 44px;
        border: 1px solid rgba(233, 213, 255, 0.34);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.075);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
      }

      .card-arrow::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        color: rgba(255, 255, 255, 0.92);
        transform: translate(-62%, -50%) rotate(45deg);
      }

      .card-arrow::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 48%;
        width: 15px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        color: rgba(255, 255, 255, 0.92);
        transform: translate(-58%, -50%);
      }

      .feature-card:hover .card-arrow {
        transform: translate(3px, -3px);
        border-color: rgba(233, 213, 255, 0.58);
        background: rgba(164, 108, 255, 0.18);
      }

      .showcase-screen {
        min-height: 430px;
        overflow: hidden;
        border-radius: 8px;
        background: #05070b;
        box-shadow: var(--shadow);
      }

      .showcase {
        background:
          radial-gradient(circle at 80% 20%, rgba(164, 108, 255, 0.2), transparent 30%),
          #05070b;
      }

      .screen-bar {
        display: flex;
        gap: 8px;
        height: 44px;
        align-items: center;
        padding: 0 16px;
        background: #0b1017;
      }

      .screen-bar span {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #f16c5b;
      }

      .screen-bar span:nth-child(2) {
        background: #e4b645;
      }

      .screen-bar span:nth-child(3) {
        background: #58b77b;
      }

      .screen-map {
        position: relative;
        height: 386px;
        background:
          linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 40%),
          linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
          linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
        background-size: auto, 34px 34px, 34px 34px;
      }

      .map-room,
      .map-route,
      .map-pin {
        position: absolute;
        display: block;
      }

      .map-room {
        border: 1px solid rgba(255, 255, 255, 0.22);
        background: rgba(255, 255, 255, 0.08);
      }

      .room-a {
        left: 10%;
        top: 18%;
        width: 36%;
        height: 22%;
      }

      .room-b {
        right: 12%;
        top: 18%;
        width: 28%;
        height: 48%;
      }

      .room-c {
        left: 16%;
        bottom: 15%;
        width: 32%;
        height: 24%;
      }

      .room-d {
        left: 50%;
        bottom: 15%;
        width: 28%;
        height: 20%;
      }

      .map-route {
        left: 29%;
        top: 42%;
        width: 44%;
        height: 26%;
        border-left: 5px solid var(--gold);
        border-bottom: 5px solid var(--gold);
        border-radius: 0 0 0 28px;
      }

      .map-pin {
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: var(--red);
        box-shadow: 0 0 0 12px rgba(124, 58, 237, 0.24);
      }

      .pin-a {
        left: 28%;
        top: 39%;
      }

      .pin-b {
        right: 24%;
        bottom: 28%;
        background: var(--teal);
        box-shadow: 0 0 0 12px rgba(192, 132, 252, 0.22);
      }

      .site-footer {
        padding: 34px 0;
        background: #030407;
        border-top: 1px solid var(--line);
      }

      .footer-inner {
        justify-content: space-between;
        gap: 20px;
      }

      .site-footer p,
      .site-footer a {
        margin: 0;
        color: rgba(255, 255, 255, 0.82);
      }

      .site-footer a {
        font-weight: 800;
      }

      .footer-credit {
        display: block;
        margin-top: 6px;
        color: rgba(255, 255, 255, 0.52);
        font-size: 0.82rem;
        font-weight: 500;
        line-height: 1.6;
      }

      .footer-top {
        width: 38px;
        height: 38px;
        display: inline-grid;
        place-items: center;
        border: 1px solid rgba(233, 213, 255, 0.18);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.045);
        color: rgba(255, 255, 255, 0.86);
        font-size: 1rem;
        line-height: 1;
        text-decoration: none;
        transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, color 180ms ease;
      }

      .footer-top:hover {
        transform: translateY(-2px);
        border-color: rgba(233, 213, 255, 0.36);
        background: rgba(164, 108, 255, 0.12);
        color: #fff;
      }

      @media (max-width: 820px) {
        .site-header {
          top: 18px;
          left: 18px;
          right: 18px;
          min-height: 58px;
          padding: 8px 12px;
        }

        .site-nav {
          gap: 12px;
          font-size: 0.82rem;
          max-width: calc(100vw - 172px);
        }

        .hero {
          min-height: 86vh;
          padding-top: 86px;
        }

        .hero-content {
          text-align: center;
        }

        .hero-copy {
          margin-right: auto;
          margin-left: auto;
        }

        .hero-visual {
          top: 0;
        }

        .skyline {
          bottom: 28%;
          height: 260px;
        }

        .two-column,
        .showcase-layout,
        .feature-grid {
          grid-template-columns: 1fr;
        }

        .two-column,
        .showcase-layout {
          justify-items: stretch;
        }

        .intro .two-column > p,
        .showcase-layout > div:last-child > p:not(.eyebrow) {
          width: 100%;
          max-width: none;
          margin-right: 0;
          margin-left: 0;
          text-align: left;
        }

        .feature-card {
          min-height: auto;
        }

        .showcase-screen {
          min-height: 340px;
        }

        .screen-map {
          height: 296px;
        }
      }

      @media (max-width: 560px) {
        .hero {
          min-height: 84vh;
        }

        h1 {
          font-size: 3.8rem;
        }

        .button {
          width: 100%;
        }

        .footer-inner {
          align-items: flex-start;
          flex-direction: column;
        }
      }

      /* D5-style right menu */
      .site-header {
        z-index: 70;
        overflow: visible;
      }

      .site-header::after {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 75;
        background: rgba(0, 0, 0, 0.34);
        opacity: 0;
        pointer-events: none;
        transition: opacity 220ms ease;
      }

      .site-header.menu-open::after {
        opacity: 1;
      }

      .menu-toggle {
        position: relative;
        z-index: 95;
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.045);
        color: #fff;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition:
          background 180ms ease,
          border-color 180ms ease;
      }

      .menu-toggle:hover {
        border-color: rgba(233, 213, 255, 0.34);
        background: rgba(164, 108, 255, 0.12);
      }

      .menu-toggle span {
        position: absolute;
        width: 18px;
        height: 1.5px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.94);
        transition: transform 220ms ease;
      }

      .menu-toggle span:first-child {
        transform: translateY(-4px);
      }

      .menu-toggle span:last-child {
        transform: translateY(4px);
      }

      .site-header.menu-open .menu-toggle {
        border-color: rgba(233, 213, 255, 0.42);
        background: rgba(164, 108, 255, 0.16);
      }

      .site-header.menu-open .menu-toggle span:first-child {
        transform: rotate(45deg);
      }

      .site-header.menu-open .menu-toggle span:last-child {
        transform: rotate(-45deg);
      }

      .site-nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 85;
        display: grid;
        grid-template-columns: 1fr;
        align-content: start;
        gap: 14px;
        width: min(390px, 25vw);
        max-width: none;
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        overflow-y: auto;
        padding: clamp(100px, 13vh, 132px) clamp(18px, 2vw, 30px) 30px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 0;
        background:
          radial-gradient(circle at 18% 0%, rgba(164, 108, 255, 0.18), transparent 34%),
          linear-gradient(180deg, rgba(18, 18, 24, 0.94), rgba(5, 5, 9, 0.9));
        box-shadow: 0 28px 90px rgba(0, 0, 0, 0.52);
        backdrop-filter: blur(22px);
        color: rgba(244, 247, 251, 0.9);
        font-size: clamp(0.98rem, 1.15vw, 1.16rem);
        font-weight: 900;
        opacity: 0;
        pointer-events: none;
        scrollbar-width: none;
        text-shadow: none;
        transform: translateX(18px) translateY(-6px);
        transition:
          opacity 220ms ease,
          transform 250ms cubic-bezier(0.2, 0.8, 0.2, 1),
          visibility 220ms ease;
        visibility: hidden;
      }

      .site-nav::before {
        content: "Navigation";
        display: block;
        margin: 0 0 4px;
        color: rgba(233, 213, 255, 0.84);
        font-size: 0.76rem;
        font-weight: 900;
        letter-spacing: 0.18em;
        text-transform: uppercase;
      }

      .site-header.menu-open .site-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0) translateY(0);
        visibility: visible;
      }

      .site-nav a {
        position: relative;
        display: block;
        min-height: 78px;
        padding: 18px 42px 18px 18px;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 0;
        background: transparent;
        color: rgba(255, 255, 255, 0.9);
        line-height: 1.35;
        white-space: normal;
        transition:
          border-color 180ms ease,
          background 180ms ease,
          color 180ms ease,
          transform 180ms ease;
      }

      .site-nav a::after {
        content: "↗";
        position: absolute;
        top: 18px;
        right: 18px;
        color: rgba(233, 213, 255, 0.76);
        font-size: 1rem;
      }

      .site-nav a:hover {
        border-color: rgba(233, 213, 255, 0.38);
        background: transparent;
        color: #fff;
        transform: translateX(4px);
      }

      @media (max-width: 560px) {
        .menu-toggle {
          width: 42px;
          height: 42px;
        }

        .site-nav {
          top: 0;
          right: 0;
          bottom: 0;
          width: min(420px, 88vw);
            height: 100vh;
          height: 100dvh;
          min-height: 100vh;
          min-height: 100dvh;
          max-height: 100vh;
          max-height: 100dvh;
padding: 92px 18px 28px;
          gap: 12px;
        }

        .site-nav a {
          min-height: 74px;
          padding: 18px 44px 18px 18px;
          font-size: 1.05rem;
        }
      }
/* Header redesign */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 52px;
  padding: 0 clamp(18px, 4vw, 56px);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 0;
  background: rgba(5, 7, 11, 0.62);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  overflow: visible;
}

.brand {
  position: relative;
  z-index: 95;
  min-width: 0;
  gap: 9px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 760;
  letter-spacing: 0;
  text-shadow: none;
}

.brand:hover {
  color: #fff;
}

.brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.52rem;
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.78), rgba(192, 132, 252, 0.7));
  border: 1px solid rgba(233, 213, 255, 0.2);
  box-shadow: none;
}

.menu-toggle {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.menu-toggle:hover,
.site-header.menu-open .menu-toggle {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.075);
}

.menu-toggle span {
  width: 16px;
  height: 1.4px;
  background: rgba(255, 255, 255, 0.78);
}

.menu-toggle:hover span,
.site-header.menu-open .menu-toggle span {
  background: rgba(255, 255, 255, 0.96);
}

.site-header::before {
  display: none;
}

.site-header::after {
  background: rgba(0, 0, 0, 0.28);
}

.site-nav {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  background:
    linear-gradient(180deg, rgba(8, 10, 16, 0.96), rgba(5, 7, 11, 0.93));
  box-shadow: -28px 0 80px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
}

.site-nav::before {
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.82);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.site-nav a::after {
  color: rgba(233, 213, 255, 0.56);
}

.site-nav a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateX(3px);
}

@media (max-width: 560px) {
  .site-header {
    top: 0;
    left: 0;
    right: 0;
    min-height: 50px;
    padding: 0 16px;
    border-radius: 0;
  }

  .brand {
    gap: 8px;
    font-size: 0.84rem;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 0.5rem;
  }

  .menu-toggle {
    width: 34px;
    height: 34px;
    border-radius: 999px;
  }

  .site-nav {
    width: min(420px, 88vw);
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    padding: 82px 18px 28px;
  }
}
/* MoNo logo image */
.brand-mark {
  display: grid;
  place-items: center;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Responsive safety */
html,
body {
  width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

@media (max-width: 700px) {
  .hero,
  .band {
    padding-right: 16px;
    padding-left: 16px;
  }

  h1 {
    font-size: clamp(3.4rem, 19vw, 5rem);
    line-height: 0.84;
  }

  h2 {
    font-size: clamp(1.7rem, 8vw, 2.45rem);
  }

  .hero-copy,
  .about-panel p,
  .feature-card p {
    font-size: 0.98rem;
  }

  .feature-card {
    padding: 20px;
  }
}

@media (max-width: 380px) {
  .brand {
    font-size: 0.78rem;
  }

  .feature-card {
    padding: 18px;
  }

  .feature-card p {
    max-width: calc(100% - 52px);
    line-height: 1.62;
    font-size: 0.9rem;
  }
}

@media (min-width: 900px) {
  .site-header {
    gap: clamp(24px, 4vw, 56px);
  }

  .site-header::after {
    display: none;
  }

  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    z-index: 95;
    display: flex;
    grid-template-columns: none;
    align-items: center;
    align-content: initial;
    justify-content: flex-end;
    gap: clamp(18px, 2.4vw, 34px);
    width: auto;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.84rem;
    font-weight: 700;
    opacity: 1;
    pointer-events: auto;
    text-shadow: none;
    transform: none;
    transition: none;
    visibility: visible;
  }

  .site-nav::before,
  .site-nav a::after {
    display: none;
  }

  .site-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: color 160ms ease;
  }

  .site-nav a:hover {
    border: 0;
    background: transparent;
    color: #fff;
    transform: none;
  }
}

/* Text wrapping */
:where(h1, h2, h3, p, .hero-copy, .desc, .footer-credit, .feature-card p) {
  line-break: strict;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: normal;
  hyphens: manual;
}

:where(h1, h2, h3) {
  text-wrap: balance;
}

:where(p, .hero-copy, .desc, .footer-credit, .feature-card p) {
  text-wrap: pretty;
}

:where(.brand, .site-nav a, .mono-link, .footer-top) {
  word-break: keep-all;
  overflow-wrap: normal;
}

/* Mobile headline control */
@media (max-width: 700px) {
  #hero-title {
    max-width: 100%;
    font-size: clamp(3rem, 16.5vw, 4.8rem);
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
    text-wrap: nowrap;
  }

  :where(h2, p, .hero-copy, .feature-card p) {
    line-break: strict;
    word-break: normal;
    overflow-wrap: normal;
  }
}
