    :root {
      --bg: #000000;
      --panel: #080808;
      --line: rgba(255,255,255,0.09);
      --text: #ffffff;
      --muted: rgba(255,255,255,0.58);
      --gold: #b89a68;
      --gold-soft: #c7a36f;
      --shadow: 0 20px 80px rgba(0,0,0,0.55);
      --radius-xl: 32px;
      --container: 1500px;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      background: var(--bg);
      color: var(--text);
      font-family: 'Inter', sans-serif;
      overflow-x: hidden;
      position: relative;
    }

    .watermark-logo {
      position: fixed;
      inset: 0;
      display: grid;
      place-content: center;
      justify-items: center;
      pointer-events: none;
      z-index: 0;
      opacity: 0.085;
    }

    .wm-circle {
      width: 210px;
      height: 210px;
      border-radius: 999px;
      border: 2px solid rgba(212,175,55,0.95);
      display: grid;
      place-items: center;
      font-family: 'Cormorant Garamond', serif;
      font-size: 6rem;
      font-style: italic;
      color: rgba(212,175,55,0.95);
      letter-spacing: .04em;
    }

    .wm-sub {
      margin-top: 10px;
      font-family: 'Inter', sans-serif;
      font-size: .78rem;
      font-weight: 600;
      letter-spacing: .28em;
      color: rgba(212,175,55,0.95);
      text-transform: uppercase;
    }

    img {
      display: block;
      max-width: 100%;
    }

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

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    .container {
      width: min(var(--container), calc(100% - 48px));
      margin: 0 auto;
    }

    .topbar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      height: 78px;
      display: flex;
      align-items: center;
      backdrop-filter: blur(18px);
      background: rgba(0,0,0,0.42);
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .topbar-inner {
      width: min(1800px, calc(100% - 48px));
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.05rem;
      letter-spacing: 0.14em;
      white-space: nowrap;
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 52px;
    }

    .nav a {
      font-size: 0.85rem;
      letter-spacing: 0.35em;
      color: rgba(255,255,255,0.68);
      transition: 0.25s ease;
    }

    .nav a:hover,
    .nav a.active {
      color: #fff;
    }

    .top-actions {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .lang {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: rgba(255,255,255,0.88);
      font-size: 0.92rem;
      letter-spacing: 0.18em;
      background: transparent;
      border: none;
      cursor: pointer;
    }

    .reserve-btn {
      height: 52px;
      padding: 0 28px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.18);
      background: transparent;
      color: #fff;
      letter-spacing: 0.22em;
      font-size: 0.84rem;
      cursor: pointer;
      transition: 0.25s ease;
    }

    .reserve-btn:hover {
      border-color: rgba(255,255,255,0.34);
      background: rgba(255,255,255,0.04);
    }

    .hero {
      min-height: 100vh;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: #000;
    }

    .hero-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: .42;
      filter: saturate(0.9) contrast(1.05) brightness(0.75);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at center, rgba(255,255,255,0.04), transparent 34%),
        linear-gradient(to bottom, rgba(0,0,0,0.42), rgba(0,0,0,0.75));
      pointer-events: none;
    }

    .orbital-wrap {
      position: absolute;
      width: 78vh;
      height: 78vh;
      top: 13vh;
      left: 50%;
      transform: translateX(-50%);
      pointer-events: none;
      animation: floaty 8s ease-in-out infinite;
      opacity: 0.58;
    }

    .orbital-core {
      position: absolute;
      inset: 0;
      border-radius: 44%;
      background: conic-gradient(from 210deg at 50% 50%, #060606 0deg, #1a1a1a 80deg, #93f0de 110deg, #f2a6ff 150deg, #0b0b0b 200deg, #ffffff 235deg, #341323 280deg, #0b0b0b 330deg, #060606 360deg);
      filter: blur(1px);
      opacity: 0.96;
      box-shadow: 0 0 90px rgba(255,255,255,0.04);
    }

    .ring {
      position: absolute;
      border-radius: 999px;
      border: 32px solid rgba(255,255,255,0.94);
      mix-blend-mode: screen;
      box-shadow: 0 0 30px rgba(255,255,255,0.12);
    }

    .ring-a {
      left: 8%;
      top: 18%;
      width: 30%;
      height: 56%;
      opacity: 0.82;
    }

    .ring-b {
      right: 14%;
      top: 2%;
      width: 26%;
      height: 68%;
      opacity: 0.72;
      border-width: 29px;
    }

    .ring-c {
      left: 26%;
      top: 34%;
      width: 40%;
      height: 26%;
      opacity: 0.82;
      border-width: 24px;
      border-color: rgba(230,197,255,0.95);
    }

    .orbital-light {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 60% 30%, rgba(255,255,255,0.9), transparent 10%),
        radial-gradient(circle at 30% 60%, rgba(217,255,248,0.52), transparent 14%),
        radial-gradient(circle at 58% 72%, rgba(255,80,130,0.24), transparent 16%);
      mix-blend-mode: screen;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 130px 24px 70px;
    }

    .hero-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(5rem, 16vw, 15rem);
      line-height: 0.9;
      letter-spacing: 0.02em;
      animation: fadeUp 1.1s ease forwards;
    }

    .hero-sub {
      margin-top: 12px;
      font-size: 0.9rem;
      letter-spacing: 0.56em;
      color: var(--gold);
      text-transform: uppercase;
      animation: fadeUp 1.1s ease 0.2s forwards;
      opacity: 0;
    }

    .discover-btn {
      margin-top: 84px;
      border: none;
      border-bottom: 1px solid rgba(255,255,255,0.18);
      padding-bottom: 8px;
      background: transparent;
      color: rgba(255,255,255,0.72);
      font-size: 0.85rem;
      letter-spacing: 0.4em;
      text-transform: uppercase;
      cursor: pointer;
      animation: fadeUp 1.1s ease 0.4s forwards;
      opacity: 0;
    }

    .section {
      padding: 120px 0;
      background: #000;
    }

    .intro {
      text-align: center;
      padding: 140px 0 110px;
    }

    .intro h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(3.3rem, 7vw, 6.8rem);
      line-height: 1.02;
      letter-spacing: 0.01em;
    }

    .intro h2 span {
      color: var(--gold);
      font-style: italic;
    }

    .intro p {
      max-width: 1020px;
      margin: 38px auto 0;
      font-size: clamp(1.15rem, 2vw, 1.85rem);
      line-height: 1.8;
      color: var(--muted);
    }

    .section-head {
      margin-bottom: 54px;
      opacity: 0;
      transform: translateY(24px);
      transition: transform 0.7s ease, opacity 0.7s ease;
    }

    .section-head.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .section-head h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(3.8rem, 7vw, 6.7rem);
      line-height: 0.95;
      letter-spacing: 0.01em;
    }

    .section-head p {
      margin-top: 18px;
      text-transform: uppercase;
      letter-spacing: 0.34em;
      color: var(--gold);
      font-size: 0.95rem;
    }

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

    .menu-card,
    .gallery-card {
      border: 1px solid rgba(255,255,255,0.07);
      overflow: hidden;
      opacity: 0;
      transform: translateY(24px);
      transition: transform 0.7s ease, opacity 0.7s ease;
    }

    .menu-card.visible,
    .gallery-card.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .menu-card {
      position: relative;
      border-radius: var(--radius-xl);
      min-height: 420px;
      background: #060606;
    }

    .menu-card img {
      width: 100%;
      height: 420px;
      object-fit: cover;
      opacity: 0.82;
      transition: transform 0.7s ease;
    }

    .menu-card:hover img,
    .gallery-card:hover img {
      transform: scale(1.05);
    }

    .menu-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.78), rgba(0,0,0,0.1));
    }

    .menu-content {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      padding: 34px 34px 30px;
    }

    .menu-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 24px;
      margin-bottom: 12px;
    }

    .menu-row h4 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.5rem, 4vw, 3.6rem);
      line-height: 0.95;
    }

    .price {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 3vw, 3rem);
      color: var(--gold-soft);
      white-space: nowrap;
    }

    .menu-content p {
      max-width: 620px;
      color: rgba(255,255,255,0.78);
      font-size: 1.08rem;
      line-height: 1.8;
    }

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

    .gallery-card {
      border-radius: var(--radius-xl);
      background: rgba(255,255,255,0.03);
    }

    .gallery-card img {
      width: 100%;
      height: 560px;
      object-fit: cover;
      transition: transform 0.7s ease;
    }

    .reviews-marquee {
      display: grid;
      gap: 22px;
      overflow: hidden;
      mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
      -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    }

    .reviews-track {
      display: flex;
      gap: 22px;
      width: max-content;
      will-change: transform;
    }

    .reviews-track-left {
      animation: scroll-left 34s linear infinite;
    }

    .reviews-track-right {
      animation: scroll-right 36s linear infinite;
    }

    .review-card {
      min-height: 320px;
      width: min(82vw, 380px);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-radius: 30px;
      background: #050505;
      padding: 30px;
      box-shadow: 0 0 0 1px rgba(255,255,255,0.015);
      flex-shrink: 0;
    }

    .review-mark {
      font-family: 'Cormorant Garamond', serif;
      font-size: 4rem;
      line-height: 1;
      color: var(--gold);
      margin-bottom: 10px;
    }

    .stars {
      display: flex;
      gap: 3px;
      color: var(--gold-soft);
      margin-bottom: 20px;
      font-size: 0.86rem;
    }

    .review-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem;
      line-height: 1.5;
      font-style: italic;
      color: rgba(255,255,255,0.88);
    }

    .review-foot {
      margin-top: 36px;
      padding-top: 20px;
      border-top: 1px solid rgba(255,255,255,0.07);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      text-transform: uppercase;
      letter-spacing: 0.23em;
      font-size: 0.72rem;
      color: rgba(255,255,255,0.46);
    }

    .review-foot span:last-child {
      color: var(--gold);
    }
    .floating-chat-btn {
      position: fixed;
      right: 28px;
      bottom: 28px;
      width: 58px;
      height: 58px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.16);
      background: rgba(8,8,8,0.86);
      color: #fff;
      display: grid;
      place-items: center;
      cursor: pointer;
      z-index: 990;
      backdrop-filter: blur(16px);
      box-shadow: 0 14px 40px rgba(0,0,0,0.45);
      transition: border-color .25s ease, transform .25s ease, background .25s ease;
    }

    .floating-chat-btn:hover {
      transform: translateY(-2px);
      border-color: rgba(255,255,255,0.3);
      background: rgba(18,18,18,0.95);
    }

    .chat-btn-icon {
      width: 22px;
      height: 22px;
      fill: none;
      stroke: rgba(255,255,255,0.9);
      stroke-width: 1.55;
      stroke-linejoin: round;
      stroke-linecap: round;
    }

    .chat-btn-ping {
      position: absolute;
      right: 14px;
      top: 14px;
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--gold-soft);
      box-shadow: 0 0 0 5px rgba(199,163,111,0.15);
      animation: subtlePing 2.2s ease-in-out infinite;
    }

    .chat-panel {
      position: fixed;
      right: 28px;
      bottom: 100px;
      width: 352px;
      height: 544px;
      border-radius: 28px;
      border: 1px solid rgba(255,255,255,0.1);
      background: #080808;
      z-index: 991;
      display: none;
      flex-direction: column;
      overflow: hidden;
      box-shadow: var(--shadow);
    }

    .chat-panel.open,
    .modal.open,
    .overlay.open {
      display: flex;
    }

    .chat-head,
    .modal-head {
      padding: 24px 24px 20px;
      border-bottom: 1px solid rgba(255,255,255,0.08);
      display: flex;
      justify-content: space-between;
      gap: 16px;
      align-items: flex-start;
    }

    .chat-head h4,
    .modal-head h4 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.1rem;
      line-height: 1;
    }

    .chat-sub,
    .modal-sub {
      margin-top: 6px;
      text-transform: uppercase;
      letter-spacing: 0.24em;
      font-size: 0.72rem;
      color: var(--gold);
    }

    .icon-btn {
      border: none;
      background: transparent;
      color: rgba(255,255,255,0.52);
      cursor: pointer;
    }

    .chat-body {
      flex: 1;
      padding: 16px;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .bubble {
      max-width: 85%;
      padding: 14px 16px;
      border-radius: 18px;
      font-size: 0.94rem;
      line-height: 1.7;
    }

    .bubble.assistant {
      background: rgba(255,255,255,0.08);
      color: rgba(255,255,255,0.92);
    }

    .bubble.user {
      margin-left: auto;
      background: rgba(184,154,104,0.22);
      color: #fff;
    }

    .chat-input-wrap {
      padding: 14px;
      border-top: 1px solid rgba(255,255,255,0.08);
    }

    .chat-input-inner {
      display: flex;
      align-items: center;
      gap: 12px;
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 999px;
      padding: 8px 10px 8px 16px;
      background: rgba(255,255,255,0.02);
    }

    .chat-input-inner input {
      flex: 1;
      background: transparent;
      border: none;
      outline: none;
      color: #fff;
      font-size: 0.92rem;
    }

    .send-btn {
      width: 38px;
      height: 38px;
      border-radius: 999px;
      border: none;
      background: #fff;
      color: #000;
      display: grid;
      place-items: center;
      cursor: pointer;
    }

    .overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.8);
      backdrop-filter: blur(10px);
      z-index: 1090;
      display: none;
    }

    .modal {
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: min(92vw, 560px);
      border-radius: 32px;
      border: 1px solid rgba(255,255,255,0.1);
      background: #090909;
      z-index: 1100;
      display: none;
      flex-direction: column;
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .modal-body {
      padding: 0 28px 28px;
    }

    .modal-step {
      display: none;
    }

    .modal-step.active {
      display: block;
    }

    .label {
      display: block;
      margin-bottom: 10px;
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 0.24em;
      color: var(--gold);
    }

    .counter {
      height: 62px;
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 20px;
      background: rgba(255,255,255,0.02);
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 18px;
      margin-bottom: 22px;
    }

    .counter button {
      border: none;
      background: transparent;
      color: #fff;
      font-size: 1.2rem;
      cursor: pointer;
      width: 34px;
      height: 34px;
    }

    .counter-value {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.4rem;
    }

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

    .field,
    .textarea,
    .select {
      width: 100%;
      height: 56px;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,0.1);
      background: transparent;
      color: #fff;
      padding: 0 16px;
      outline: none;
    }

    .select {
      background: #090909;
    }

    .textarea {
      min-height: 120px;
      resize: vertical;
      padding: 16px;
    }

    .modal-actions {
      display: flex;
      gap: 12px;
      margin-top: 18px;
    }

    .btn,
    .btn-secondary {
      flex: 1;
      height: 56px;
      border-radius: 18px;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 0.28em;
      font-size: 0.74rem;
      transition: 0.25s ease;
    }

    .btn {
      border: none;
      background: rgba(255,255,255,0.82);
      color: #000;
    }

    .btn:hover {
      background: #fff;
    }

    .btn:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }

    .btn-secondary {
      border: 1px solid rgba(255,255,255,0.12);
      background: transparent;
      color: rgba(255,255,255,0.84);
    }

    .confirm-box {
      display: none;
      text-align: center;
      padding: 20px 28px 34px;
    }

    .confirm-box.active {
      display: block;
    }

    .confirm-box h5 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 3.5rem;
      line-height: 1;
    }

    .confirm-box p {
      margin: 20px auto 0;
      max-width: 420px;
      color: var(--muted);
      font-size: 1.08rem;
      line-height: 1.9;
    }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(24px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes floaty {
      0%, 100% { transform: translateX(-50%) translateY(0px) rotate(0deg); }
      50% { transform: translateX(-50%) translateY(12px) rotate(2deg); }
    }

    @keyframes scroll-left {
      from { transform: translateX(0); }
      to { transform: translateX(-33.333%); }
    }

    @keyframes scroll-right {
      from { transform: translateX(-33.333%); }
      to { transform: translateX(0); }
    }

    @keyframes subtlePing {
      0%, 100% { box-shadow: 0 0 0 3px rgba(199,163,111,0.08); opacity: .85; }
      50% { box-shadow: 0 0 0 6px rgba(199,163,111,0.2); opacity: 1; }
    }

    @media (max-width: 1200px) {
      .gallery-grid {
        grid-template-columns: 1fr;
      }

      .gallery-card img {
        height: 460px;
      }
    }

    @media (max-width: 920px) {
      .nav {
        display: none;
      }

      .menu-grid,
      .grid-2 {
        grid-template-columns: 1fr;
      }

      .orbital-wrap {
        width: 88vw;
        height: 88vw;
        top: 14vh;
      }

      .intro,
      .section {
        padding-top: 90px;
        padding-bottom: 90px;
      }

      .topbar-inner,
      .container {
        width: calc(100% - 32px);
      }
    }

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

      .wm-circle {
        width: 130px;
        height: 130px;
        font-size: 3.8rem;
      }

      .wm-sub {
        font-size: .54rem;
        letter-spacing: .2em;
      }

      .topbar {
        height: 72px;
      }

      .reserve-btn {
        height: 46px;
        padding: 0 18px;
        font-size: 0.72rem;
      }

      .lang span:last-child {
        display: none;
      }

      .menu-content,
      .review-card,
      .modal-body {
        padding-left: 20px;
        padding-right: 20px;
      }

      .chat-panel {
        right: 12px;
        bottom: 84px;
        width: calc(100vw - 24px);
        height: 72vh;
      }

      .floating-chat-btn {
        right: 12px;
        bottom: 12px;
        width: 54px;
        height: 54px;
      }
    }
  
