:root {
  color-scheme: dark;
  --bg: #060504;
  --bg-soft: #100d0b;
  --panel: #17120e;
  --panel-strong: #20170f;
  --text: #f5efe4;
  --muted: #b9aa96;
  --gold: #c9a45b;
  --gold-bright: #e7ca82;
  --emerald: #0d2a24;
  --line: rgba(231, 202, 130, 0.22);
  --shadow: rgba(0, 0, 0, 0.42);
  --max: 1160px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

/* A-concept menu-board landing layout */
.landing {
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 164, 91, 0.16), transparent 32%),
    linear-gradient(180deg, #11161a 0%, #060504 34%, #030302 100%);
}

.landing main {
  width: min(1400px, calc(100vw - 32px));
  margin: 18px auto 0;
  overflow: hidden;
  border: 1px solid rgba(231, 202, 130, 0.68);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(10, 31, 26, 0.82), rgba(4, 5, 4, 0.96)),
    #060504;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
}

.landing .site-header {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 12;
  width: min(1400px, calc(100vw - 32px));
  min-height: 84px;
  transform: translateX(-50%);
  padding: 22px 46px;
  border: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0));
  backdrop-filter: none;
}

.brand-lounge {
  align-items: flex-start;
  gap: 18px;
}

.brand-lotus {
  width: 112px;
  height: 72px;
  object-fit: contain;
}

.brand-lounge strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.6vw, 40px);
  font-weight: 500;
  line-height: 0.98;
  color: var(--gold-bright);
}

.brand-lounge small {
  margin-top: 10px;
  color: #fff3c9;
  font-size: 12px;
  text-transform: uppercase;
}

.landing .hero {
  min-height: 548px;
}

.landing .hero-media {
  background-image:
    linear-gradient(90deg, rgba(4, 4, 3, 0.9) 0%, rgba(4, 4, 3, 0.6) 30%, rgba(4, 4, 3, 0.06) 68%),
    linear-gradient(0deg, rgba(3, 3, 2, 0.22), rgba(3, 3, 2, 0.22)),
    url("/assets/hero-lounge-group-v3.png");
  background-position: center right;
  transform: none;
}

.landing .hero-overlay {
  height: 36%;
  background: linear-gradient(0deg, rgba(6, 5, 4, 0.96), rgba(6, 5, 4, 0));
}

.landing .hero-content {
  width: min(680px, calc(100vw - 72px));
  margin-left: clamp(34px, 7vw, 132px);
  padding-top: 176px;
  padding-bottom: 70px;
}

.landing .hero-content .eyebrow,
.landing .hero-cta,
.landing .trust-strip {
  display: none;
}

.landing h1 {
  max-width: 7.8em;
  color: #f5d88a;
  font-size: clamp(64px, 8vw, 106px);
  line-height: 0.93;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.64);
}

.landing .lead {
  margin-top: 18px;
  color: #fff5df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.2;
}

.hero-tagline {
  display: inline-block;
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 2px solid #9d2428;
  color: var(--gold-bright);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.landing .content-section,
.landing .section-tint {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 18px 48px 28px;
  border-top: 1px solid rgba(231, 202, 130, 0.34);
  background:
    linear-gradient(135deg, rgba(13, 42, 36, 0.62), rgba(6, 5, 4, 0.96)),
    #08120f;
}

.landing .section-heading {
  max-width: none;
  margin: 0 0 14px;
  text-align: center;
}

.landing .section-heading h2 {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--gold-bright);
  font-size: clamp(28px, 2.4vw, 42px);
  text-transform: uppercase;
}

.landing .section-heading h2::before,
.landing .section-heading h2::after {
  content: "";
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-bright));
}

.landing .section-heading h2::after {
  background: linear-gradient(90deg, var(--gold-bright), transparent);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.price-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #f7e5b2;
  background: rgba(4, 5, 4, 0.58);
}

.price-table th,
.price-table td {
  padding: 13px 18px;
  border: 1px solid rgba(231, 202, 130, 0.22);
  text-align: center;
  font-size: 14px;
}

.price-table th:first-child,
.price-table td:first-child {
  text-align: left;
}

.price-table th {
  color: #fff0b8;
  font-size: 12px;
}

.menu-title,
.menu-description {
  display: block;
}

.menu-title {
  color: #ffe39a;
  font-weight: 900;
}

.menu-description {
  margin-top: 5px;
  color: #d9c38a;
  font-size: 11px;
  line-height: 1.45;
  text-transform: none;
  white-space: pre-line;
}

.landing .therapist-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.landing .therapist-card {
  border-radius: 6px;
  box-shadow: none;
  background: rgba(4, 5, 4, 0.72);
}

.landing .therapist-card img {
  aspect-ratio: 4 / 3.15;
  object-position: center 18%;
}

.landing .therapist-card div {
  padding: 12px 10px 14px;
  text-align: center;
}

.landing .therapist-card h3 {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
}

.landing .therapist-card p {
  margin-top: 4px;
  color: #f1db9c;
  font-size: 11px;
  line-height: 1.45;
  text-transform: uppercase;
}

.contact-cards-qr {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qr-card {
  grid-template-columns: 52px minmax(0, 1fr) 78px;
  align-items: center;
  min-height: 96px;
  padding: 14px;
  border-radius: 7px;
  box-shadow: none;
}

.qr-card img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  background: #fff;
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(231, 202, 130, 0.5);
  border-radius: 50%;
  color: #070604;
  background: linear-gradient(135deg, #fff2a8, #c59c48);
  font-size: 13px;
  font-weight: 900;
}

.qr-card strong {
  display: block;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.qr-card em {
  display: inline-flex;
  margin-top: 8px;
  padding: 4px 9px;
  border: 1px solid rgba(231, 202, 130, 0.38);
  color: var(--gold-bright);
  font-size: 10px;
  font-style: normal;
}

.landing .site-footer {
  width: min(1400px, calc(100vw - 32px));
  margin: 0 auto;
}

@media (max-width: 980px) {
  .landing .site-header {
    padding: 18px 22px;
  }

  .brand-lotus {
    width: 78px;
    height: 50px;
  }

  .landing .therapist-grid,
  .contact-cards-qr {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .landing main {
    width: min(430px, calc(100vw - 18px));
    margin-top: 10px;
    border-radius: 16px;
  }

  .landing .site-header {
    position: absolute;
    top: 10px;
    width: min(430px, calc(100vw - 18px));
    padding: 16px;
  }

  .brand-lounge {
    width: 100%;
  }

  .brand-lounge strong {
    font-size: 23px;
  }

  .landing .header-actions {
    grid-template-columns: 96px repeat(4, 38px);
    width: auto;
    gap: 6px;
  }

  .landing .language-control select,
  .landing .icon-button {
    height: 38px;
    width: 100%;
    min-width: 0;
  }

  .landing .icon-button {
    font-size: 11px;
  }

  .landing .hero {
    min-height: 502px;
  }

  .landing .hero-media {
    background-image:
      linear-gradient(180deg, rgba(4, 4, 3, 0.08), rgba(4, 4, 3, 0.88) 62%, rgba(4, 4, 3, 0.98)),
      url("/assets/hero-lounge-group-v3.png");
    background-position: 64% center;
  }

  .landing .hero-content {
    align-self: end;
    width: calc(100vw - 52px);
    margin: 0 auto;
    padding: 275px 0 30px;
  }

  .landing h1 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .landing .lead {
    font-size: 20px;
  }

  .hero-tagline {
    font-size: 12px;
  }

  .landing .content-section,
  .landing .section-tint {
    padding: 18px 10px 24px;
  }

  .landing .section-heading h2 {
    font-size: 25px;
  }

  .landing .section-heading h2::before,
  .landing .section-heading h2::after {
    width: 36px;
  }

  .landing .therapist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-cards-qr {
    grid-template-columns: 1fr;
  }

  .landing .table-wrap {
    overflow-x: visible;
  }

  .landing .price-table {
    min-width: 0;
    table-layout: fixed;
  }

  .landing .price-table th,
  .landing .price-table td {
    padding: 8px 3px;
    font-size: 8.5px;
    line-height: 1.35;
  }

  .landing .price-table th:first-child,
  .landing .price-table td:first-child {
    width: 38%;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  letter-spacing: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
  padding: 14px clamp(16px, 4vw, 42px);
  background: rgba(6, 5, 4, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: #070604;
  font-weight: 800;
  background: var(--gold-bright);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.brand strong {
  display: block;
  font-size: clamp(15px, 2vw, 20px);
  line-height: 1.1;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.language-control select,
.icon-button {
  height: 40px;
  border: 1px solid var(--line);
  background: rgba(23, 18, 14, 0.88);
  color: var(--text);
}

.language-control select {
  min-width: 76px;
  padding: 0 10px;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 40px;
  font-size: 12px;
  font-weight: 700;
}

.icon-button:focus-visible,
.button:focus-visible,
.contact-card:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(820px, 84svh);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(6, 5, 4, 0.96) 0%, rgba(6, 5, 4, 0.78) 34%, rgba(6, 5, 4, 0.18) 68%),
    url("/assets/hero-midnight-vip-v2.png");
  background-size: cover;
  background-position: center right;
  transform: scale(1.01);
}

.hero-overlay {
  position: absolute;
  inset: auto 0 0 0;
  height: 32%;
  background: linear-gradient(0deg, var(--bg) 0%, rgba(6, 5, 4, 0) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100vw - 32px));
  margin-left: clamp(16px, 7vw, 96px);
  padding: 72px 0;
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 12em;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.05;
  font-weight: 500;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 500;
}

h3 {
  margin: 0;
  font-size: 22px;
}

.lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: #e4d7c4;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.85;
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--line);
  font-weight: 800;
}

.button-primary {
  background: var(--gold-bright);
  color: #070604;
  border-color: var(--gold-bright);
}

.button-secondary {
  background: rgba(23, 18, 14, 0.78);
  color: var(--text);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max);
  margin: -36px auto 0;
  position: relative;
  z-index: 2;
  border: 1px solid var(--line);
  background: rgba(16, 13, 11, 0.96);
  box-shadow: 0 22px 70px var(--shadow);
}

.trust-strip div {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--gold-bright);
  font-size: 14px;
}

.trust-strip span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

.content-section {
  width: min(var(--max), calc(100vw - 32px));
  margin: 0 auto;
  padding: clamp(68px, 9vw, 112px) 0;
}

.section-tint {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100vw - var(--max)) / 2));
  padding-right: max(16px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(180deg, rgba(13, 42, 36, 0.38), rgba(6, 5, 4, 0.2)),
    var(--bg-soft);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.8;
}

.menu-grid,
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.menu-card,
.therapist-card,
.contact-card,
.policy-panel,
.gateway-panel {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(32, 23, 15, 0.95), rgba(14, 11, 9, 0.98));
  box-shadow: 0 24px 80px var(--shadow);
}

.menu-card {
  min-height: 250px;
  padding: 26px;
}

.menu-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-card h3 {
  margin-top: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
}

.menu-card p {
  color: var(--muted);
  line-height: 1.7;
}

.menu-card strong {
  display: block;
  margin-top: 24px;
  color: var(--gold-bright);
  font-size: 20px;
}

.menu-card.featured {
  border-color: rgba(231, 202, 130, 0.62);
  background: linear-gradient(180deg, rgba(54, 39, 20, 0.98), rgba(15, 12, 9, 0.98));
}

.therapist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.therapist-card {
  overflow: hidden;
}

.therapist-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #090705;
}

.therapist-card div {
  padding: 18px;
}

.therapist-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 18px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(16, 13, 11, 0.94);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(231, 202, 130, 0.18);
  background: #070604;
  color: var(--text);
  padding: 13px 14px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form-inline {
  margin-top: 22px;
  border-color: rgba(244, 217, 143, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(6, 38, 30, 0.3), rgba(3, 3, 2, 0.82)),
    rgba(3, 3, 2, 0.88);
}

.contact-submit-button {
  width: fit-content;
  min-width: 190px;
  min-height: 52px;
  border-radius: 8px;
  cursor: pointer;
}

.hp-field {
  position: absolute;
  left: -9999px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--gold-bright);
}

.contact-cards {
  grid-template-columns: 1fr;
}

.contact-cards.standalone {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-card {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 20px;
}

.contact-card strong {
  color: var(--gold-bright);
  font-size: 22px;
}

.contact-card span {
  color: var(--muted);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 28px clamp(16px, 4vw, 42px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 13px;
}

.gateway {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(6, 5, 4, 0.96), rgba(6, 5, 4, 0.72)),
    url("/assets/hero-midnight-vip-v2.png") center / cover;
}

.gateway-panel,
.policy-panel {
  width: min(760px, 100%);
  padding: clamp(24px, 5vw, 48px);
}

.policy-main {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  padding: 74px 0;
}

.policy-panel h1 {
  font-size: clamp(34px, 6vw, 64px);
}

.policy-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.policy-list div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(231, 202, 130, 0.14);
}

.policy-list dt {
  color: var(--gold-bright);
  font-weight: 800;
}

.policy-list dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

@media (max-width: 880px) {
  .site-header {
    align-items: flex-start;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 76svh;
  }

  .hero-media {
    background-image:
      linear-gradient(180deg, rgba(6, 5, 4, 0.12) 0%, rgba(6, 5, 4, 0.88) 55%, rgba(6, 5, 4, 0.98) 100%),
      url("/assets/hero-midnight-vip-v2.png");
    background-position: 62% center;
  }

  .hero-content {
    align-self: end;
    margin: 0 auto;
    padding: 260px 0 42px;
  }

  .trust-strip,
  .menu-grid,
  .therapist-grid,
  .contact-layout,
  .contact-cards.standalone {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    width: min(calc(100vw - 32px), 520px);
    margin-top: 0;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .site-header {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 12px;
  }

  .brand {
    width: 100%;
  }

  .header-actions {
    display: grid;
    grid-template-columns: 76px repeat(4, 40px);
    width: min(100%, 268px);
    justify-content: flex-start;
  }

  .hero-content {
    padding-top: 230px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 40px);
    line-height: 1.12;
  }

  .lead {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.8;
  }

  .hero-cta .button {
    width: 100%;
  }

  .policy-list div {
    grid-template-columns: 1fr;
  }
}

.landing .contact-cards.contact-cards-qr {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing .contact-card.qr-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 78px;
  align-items: center;
  min-height: 96px;
  padding: 14px;
  border-radius: 7px;
  box-shadow: none;
}

.landing .contact-card.qr-card img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  background: #fff;
}

.landing .contact-card.qr-card strong {
  display: block;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.landing .contact-card.qr-card em {
  display: inline-flex;
  margin-top: 8px;
  padding: 4px 9px;
  border: 1px solid rgba(231, 202, 130, 0.38);
  color: var(--gold-bright);
  font-size: 10px;
  font-style: normal;
}

@media (max-width: 980px) {
  .landing .contact-cards.contact-cards-qr {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .landing .contact-cards.contact-cards-qr {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .landing .table-wrap {
    max-width: 100%;
    overflow: hidden;
  }

  .landing .price-table {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed;
  }

  .landing .price-table th,
  .landing .price-table td {
    padding: 8px 2px;
    font-size: 7.5px;
    line-height: 1.3;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .landing .price-table th:first-child,
  .landing .price-table td:first-child {
    width: 36%;
  }
}

/* Profile-logo aligned review layout */
.landing {
  --bg: #030302;
  --bg-soft: #0b0907;
  --panel: #120f0b;
  --panel-strong: #1e1710;
  --gold: #bd8d3d;
  --gold-bright: #f4d98f;
  --emerald: #06261e;
  --line: rgba(244, 217, 143, 0.28);
  background:
    radial-gradient(circle at 58% 8%, rgba(244, 217, 143, 0.16), transparent 28%),
    linear-gradient(180deg, #10130f 0%, #050403 42%, #020201 100%);
}

.landing main {
  position: relative;
  border-color: rgba(244, 217, 143, 0.72);
  background:
    linear-gradient(135deg, rgba(6, 38, 30, 0.92), rgba(3, 3, 2, 0.96) 44%, rgba(20, 14, 8, 0.98)),
    #030302;
  box-shadow:
    0 32px 110px rgba(0, 0, 0, 0.68),
    0 0 0 1px rgba(255, 239, 185, 0.06) inset;
}

.block-frame {
  position: relative;
}

.block-label,
.card-label {
  position: absolute;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border: 1px solid rgba(244, 217, 143, 0.46);
  border-radius: 999px;
  color: #130d05;
  background: linear-gradient(135deg, #fff0b8, #bd8d3d);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.38);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.block-label {
  top: 12px;
  left: 14px;
}

.card-label {
  top: 8px;
  left: 8px;
}

.landing .site-header {
  min-height: 118px;
  padding: 22px 42px 18px;
  border: 1px solid rgba(244, 217, 143, 0.48);
  border-bottom-color: rgba(244, 217, 143, 0.2);
  border-radius: 18px 18px 0 0;
  background:
    linear-gradient(180deg, rgba(3, 3, 2, 0.92), rgba(3, 3, 2, 0.28)),
    rgba(3, 3, 2, 0.52);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
}

.landing .site-header .block-label {
  top: 7px;
  left: 12px;
}

.profile-brand {
  align-items: center;
  gap: 16px;
}

.brand-profile-logo {
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 232, 164, 0.74);
  border-radius: 50%;
  object-fit: cover;
  box-shadow:
    0 0 0 2px rgba(105, 70, 25, 0.48),
    0 0 34px rgba(244, 217, 143, 0.22);
}

.brand-copy {
  display: grid;
  gap: 5px;
}

.landing .brand-wordmark {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.7vw, 40px);
  font-weight: 500;
  line-height: 0.95;
  text-transform: uppercase;
  color: #f4d98f;
  background: linear-gradient(180deg, #fff7c9 0%, #f1d180 42%, #bd8d3d 72%, #7c5422 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 28px rgba(0, 0, 0, 0.62);
}

.brand-copy small {
  margin: 0;
  color: #fff1be;
  font-size: 12px;
  line-height: 1.18;
  text-transform: uppercase;
}

.landing .language-control select,
.landing .icon-button {
  border-color: rgba(244, 217, 143, 0.54);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(24, 19, 13, 0.92), rgba(5, 5, 4, 0.84));
  color: #fff3cf;
}

.landing .language-control select {
  color: #080604;
  background: linear-gradient(180deg, #fff3ba, #c89c45);
}

.landing .icon-button {
  box-shadow: 0 0 0 1px rgba(255, 240, 184, 0.05) inset;
}

.landing .icon-button img {
  width: 17px;
  height: 17px;
  color: currentColor;
}

.landing .hero {
  min-height: 650px;
}

.landing .hero .block-label {
  top: 140px;
  left: 46px;
}

.landing .hero-media {
  background-image:
    linear-gradient(90deg, rgba(3, 3, 2, 0.94) 0%, rgba(3, 3, 2, 0.66) 31%, rgba(3, 3, 2, 0.12) 70%),
    linear-gradient(180deg, rgba(6, 38, 30, 0.18), rgba(3, 3, 2, 0.62)),
    url("/assets/hero-lounge-group-v3.png");
  background-position: center right;
}

.landing .hero-overlay {
  height: 42%;
  background:
    linear-gradient(0deg, rgba(3, 3, 2, 0.98), rgba(3, 3, 2, 0)),
    linear-gradient(90deg, rgba(6, 38, 30, 0.24), transparent);
}

.landing .hero-content {
  width: min(720px, calc(100vw - 72px));
  margin-left: clamp(36px, 6vw, 92px);
  padding-top: 166px;
  padding-bottom: 64px;
}

.hero-signature-logo {
  width: clamp(118px, 12vw, 162px);
  height: clamp(118px, 12vw, 162px);
  margin-bottom: 18px;
  border: 1px solid rgba(255, 232, 164, 0.72);
  border-radius: 50%;
  object-fit: cover;
  box-shadow:
    0 0 0 2px rgba(88, 56, 19, 0.58),
    0 18px 50px rgba(0, 0, 0, 0.52),
    0 0 44px rgba(244, 217, 143, 0.2);
}

.landing .hero-content .eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #f4d98f;
}

.landing h1 {
  color: #f8dfa0;
  text-shadow:
    0 2px 18px rgba(0, 0, 0, 0.74),
    0 0 34px rgba(244, 217, 143, 0.16);
}

.landing .lead {
  color: #fff3dc;
}

.hero-primary-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.hero-primary-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(244, 217, 143, 0.46);
  border-radius: 999px;
  color: #120c04;
  background: linear-gradient(135deg, #fff0b8, #bd8d3d);
  font-size: 12px;
  font-weight: 900;
}

.hero-primary-links a + a {
  color: #fff3cf;
  background: rgba(8, 8, 7, 0.58);
}

.landing .content-section,
.landing .section-tint {
  padding-top: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(244, 217, 143, 0.1), transparent 26%),
    linear-gradient(135deg, rgba(6, 38, 30, 0.72), rgba(4, 4, 3, 0.98) 56%, rgba(22, 15, 8, 0.98));
}

.landing .section-heading h2 {
  color: #f4d98f;
  text-shadow: 0 0 24px rgba(244, 217, 143, 0.15);
}

.landing .therapist-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landing .therapist-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(244, 217, 143, 0.34);
  background:
    linear-gradient(180deg, rgba(18, 15, 11, 0.72), rgba(3, 3, 2, 0.94));
}

.landing .therapist-card img {
  aspect-ratio: 4 / 4.35;
}

.landing .therapist-card div {
  border-top: 1px solid rgba(244, 217, 143, 0.24);
  background: linear-gradient(180deg, rgba(3, 3, 2, 0.72), rgba(3, 3, 2, 0.98));
}

.landing .contact-card.qr-card {
  position: relative;
  border-color: rgba(244, 217, 143, 0.36);
  background:
    linear-gradient(135deg, rgba(20, 16, 11, 0.86), rgba(3, 3, 2, 0.94));
}

.landing .site-footer {
  position: relative;
  padding-top: 42px;
  border-color: rgba(244, 217, 143, 0.3);
}

@media (max-width: 980px) {
  .landing .site-header {
    min-height: 108px;
    padding: 20px 22px 16px;
  }

  .brand-profile-logo {
    width: 76px;
    height: 76px;
  }

  .brand-copy small {
    font-size: 11px;
  }

  .landing .brand-wordmark {
    font-size: 26px;
  }

  .landing .therapist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .landing main {
    margin-top: 8px;
  }

  .landing .site-header {
    min-height: auto;
    padding: 30px 12px 12px;
  }

  .landing .site-header .block-label {
    left: 10px;
  }

  .profile-brand {
    gap: 10px;
  }

  .brand-profile-logo {
    width: 62px;
    height: 62px;
  }

  .brand-copy {
    gap: 4px;
  }

  .brand-copy small {
    font-size: 10px;
  }

  .landing .brand-wordmark {
    max-width: 185px;
    font-size: 21px;
    line-height: 1;
  }

  .landing .header-actions {
    grid-template-columns: 72px repeat(4, 34px);
    gap: 5px;
  }

  .landing .language-control select,
  .landing .icon-button {
    height: 34px;
  }

  .landing .hero {
    min-height: 610px;
  }

  .landing .hero .block-label {
    top: 154px;
    left: 18px;
  }

  .landing .hero-media {
    background-image:
      linear-gradient(180deg, rgba(3, 3, 2, 0.08), rgba(3, 3, 2, 0.82) 54%, rgba(3, 3, 2, 0.99)),
      url("/assets/hero-lounge-group-v3.png");
    background-position: 64% center;
  }

  .landing .hero-content {
    width: calc(100vw - 52px);
    padding-top: 265px;
    padding-bottom: 30px;
  }

  .hero-signature-logo {
    width: 96px;
    height: 96px;
    margin-bottom: 12px;
  }

  .hero-primary-links a {
    min-height: 38px;
    padding: 0 15px;
  }

  .block-label,
  .card-label {
    min-height: 20px;
    font-size: 9px;
  }

  .landing .therapist-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .landing .brand-copy small {
    display: block;
  }

  .landing .table-wrap {
    border: 0;
    overflow: visible;
  }

  .landing .price-table,
  .landing .price-table tbody {
    display: grid;
    gap: 10px;
    width: 100% !important;
  }

  .landing .price-table colgroup,
  .landing .price-table thead {
    display: none;
  }

  .landing .price-table tr {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    border: 1px solid rgba(244, 217, 143, 0.32);
    border-radius: 9px;
    background: rgba(3, 3, 2, 0.7);
  }

  .landing .price-table th,
  .landing .price-table td {
    display: grid;
    gap: 3px;
    align-content: center;
    min-height: 44px;
    padding: 7px 4px;
    border-color: rgba(244, 217, 143, 0.18);
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
  }

  .landing .price-table td:first-child {
    grid-column: auto;
    width: auto;
    min-height: 38px;
    padding: 10px 12px;
    color: #f4d98f;
    background: linear-gradient(90deg, rgba(6, 38, 30, 0.62), rgba(3, 3, 2, 0.88));
    font-size: 12px;
    text-align: left;
  }

  .landing .menu-description {
    font-size: 10px;
    line-height: 1.45;
  }

  .landing .price-table td:not(:first-child)::before {
    color: #bda46f;
    font-size: 9px;
    font-weight: 800;
  }

  .landing .price-table td:nth-child(2)::before {
    content: none;
  }

  .landing .price-table td:nth-child(3)::before {
    content: none;
  }

  .landing .price-table td:nth-child(4)::before {
    content: none;
  }

  .landing .price-table td:nth-child(5)::before {
    content: none;
  }
}

.landing .hero-content h1 {
  color: #f4d98f;
  background: linear-gradient(180deg, #fff8cb 0%, #f4d98f 38%, #c4933e 68%, #6f471b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 2px 18px rgba(0, 0, 0, 0.72),
    0 0 34px rgba(244, 217, 143, 0.16);
}

.landing .hero-primary-links {
  display: none;
}

.landing .therapist-card h3 {
  font-size: clamp(18px, 2vw, 24px);
}

.admin-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 50% 0%, rgba(244, 217, 143, 0.18), transparent 32%),
    linear-gradient(180deg, #11130f, #030302 46%);
}

.admin-shell {
  width: min(1180px, calc(100vw - 28px));
  margin: 0 auto;
  padding: 30px 0 56px;
}

.admin-panel {
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(244, 217, 143, 0.44);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(6, 38, 30, 0.74), rgba(3, 3, 2, 0.96)),
    #030302;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.58);
}

.admin-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.admin-heading img {
  width: 86px;
  height: 86px;
  border: 1px solid rgba(244, 217, 143, 0.54);
  border-radius: 50%;
  object-fit: cover;
}

.admin-heading h1 {
  color: #f4d98f;
  font-size: clamp(30px, 5vw, 56px);
}

.admin-heading p:last-child {
  margin: 8px 0 0;
  color: var(--muted);
}

.admin-warning,
.admin-status {
  color: #fff0bc;
}

.admin-warning {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(244, 217, 143, 0.36);
  background: rgba(122, 79, 20, 0.22);
  line-height: 1.7;
}

.admin-setup {
  margin: 0 0 22px;
  padding: 18px;
  border: 1px solid rgba(244, 217, 143, 0.24);
  border-radius: 8px;
  background: rgba(3, 3, 2, 0.42);
}

.admin-setup h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.admin-setup ol {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.6;
}

.admin-setup p {
  margin: 14px 0 0;
  color: #fff0bc;
}

.admin-setup code,
.admin-warning code {
  color: #fff0bc;
}

.admin-status[data-error] {
  color: #ffb4a8;
}

.admin-login,
.admin-add-card,
.admin-row,
.admin-therapist-row {
  display: grid;
  gap: 12px;
}

.admin-login {
  max-width: 520px;
}

.admin-login label,
.admin-add-card label,
.admin-row label,
.admin-therapist-row label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #f4d98f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-login input,
.admin-add-card input,
.admin-row input,
.admin-therapist-row input,
.admin-row textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(244, 217, 143, 0.3);
  border-radius: 6px;
  padding: 0 12px;
  color: var(--text);
  background: rgba(3, 3, 2, 0.7);
}

.admin-row textarea {
  min-height: 84px;
  padding: 10px 12px;
  resize: vertical;
  line-height: 1.5;
}

.admin-toolbar,
.admin-save-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.admin-save-bar {
  position: sticky;
  bottom: 14px;
  z-index: 40;
  margin-top: 28px;
  padding: 14px;
  border: 1px solid rgba(244, 217, 143, 0.35);
  border-radius: 8px;
  background: rgba(4, 7, 6, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

.admin-save-button {
  min-width: 220px;
  min-height: 58px;
  border: 1px solid #f6d987;
  border-radius: 8px;
  padding: 0 28px;
  background: linear-gradient(135deg, #fff2b8 0%, #d6a84f 45%, #8f6424 100%);
  color: #070604;
  box-shadow: 0 12px 30px rgba(198, 151, 62, 0.28);
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.admin-save-button:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.admin-save-button:active {
  transform: translateY(0);
}

.admin-save-button:focus-visible {
  outline: 3px solid rgba(255, 240, 184, 0.78);
  outline-offset: 3px;
}

.admin-toolbar span {
  color: var(--muted);
}

.admin-editor-section {
  padding: 24px 0;
  border-top: 1px solid rgba(244, 217, 143, 0.22);
}

.admin-menu-list,
.admin-therapist-list {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.admin-row {
  grid-template-columns: minmax(180px, 1fr) minmax(280px, 2.4fr) auto;
  align-items: end;
  padding: 14px;
  border: 1px solid rgba(244, 217, 143, 0.22);
  border-radius: 8px;
  background: rgba(3, 3, 2, 0.52);
}

.admin-therapist-row {
  grid-template-columns: 84px 90px 1fr 2fr auto;
  align-items: end;
  padding: 14px;
  border: 1px solid rgba(244, 217, 143, 0.22);
  border-radius: 8px;
  background: rgba(3, 3, 2, 0.52);
}

.admin-therapist-row img {
  width: 84px;
  height: 84px;
  border: 1px solid rgba(244, 217, 143, 0.28);
  object-fit: cover;
}

.admin-add-card {
  grid-template-columns: 90px 1fr 1.5fr 1fr auto;
  align-items: end;
  padding: 16px;
  border: 1px solid rgba(244, 217, 143, 0.3);
  border-radius: 8px;
  background: rgba(6, 38, 30, 0.38);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

@media (max-width: 840px) {
  .admin-row,
  .admin-therapist-row,
  .admin-add-card {
    grid-template-columns: 1fr;
  }

  .admin-save-bar {
    position: sticky;
    bottom: 10px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .admin-save-button,
  .admin-save-bar .button {
    width: 100%;
  }

  .admin-therapist-row img {
    width: 100%;
    height: auto;
    max-height: 260px;
  }
}

@media (max-width: 560px) {
  .admin-heading {
    align-items: flex-start;
  }

  .admin-heading img {
    width: 64px;
    height: 64px;
  }
}

.landing .contact-cards.contact-cards-qr {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.landing .contact-card.qr-card {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: start;
  gap: 12px;
  min-height: 0;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  cursor: default;
}

.landing .contact-card.qr-card img {
  width: min(100%, 180px);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border: 1px solid rgba(244, 217, 143, 0.34);
  border-radius: 6px;
  background: #fff;
}

.landing .contact-card.qr-card strong {
  display: block;
  color: #f4d98f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

.landing .contact-card.mail-card {
  align-content: center;
  min-height: 0;
}

.landing .contact-card.mail-card span {
  display: grid;
  place-items: center;
  width: min(100%, 180px);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(244, 217, 143, 0.34);
  border-radius: 6px;
  padding: 14px;
  color: #fff2c7;
  background:
    radial-gradient(circle at 50% 18%, rgba(244, 217, 143, 0.16), transparent 38%),
    linear-gradient(135deg, rgba(6, 38, 30, 0.8), rgba(3, 3, 2, 0.96));
  font-size: clamp(9px, 0.72vw, 11px);
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .landing .contact-cards.contact-cards-qr {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .landing .contact-cards.contact-cards-qr {
    grid-template-columns: 1fr;
  }

  .landing .contact-card.qr-card {
    width: min(100%, 290px);
    margin: 0 auto;
  }

  .landing .contact-card.qr-card img {
    width: 100%;
  }

  .landing .contact-card.mail-card span {
    width: 100%;
  }
}

.admin-action-button {
  min-height: 48px;
  border: 1px solid rgba(244, 217, 143, 0.64);
  border-radius: 8px;
  padding: 0 20px;
  background: linear-gradient(180deg, rgba(31, 25, 16, 0.96), rgba(5, 5, 4, 0.92));
  color: #fff0bc;
  cursor: pointer;
  font-weight: 900;
}

.admin-action-button:hover {
  border-color: #f4d98f;
  background: linear-gradient(180deg, rgba(72, 52, 22, 0.96), rgba(12, 10, 7, 0.96));
}

.admin-add-menu-button {
  width: fit-content;
  min-width: 190px;
  margin-top: 4px;
}

/* Current production tuning */
.landing .hero-media {
  background-image:
    linear-gradient(90deg, rgba(3, 3, 2, 0.78) 0%, rgba(3, 3, 2, 0.44) 31%, rgba(3, 3, 2, 0.04) 70%),
    linear-gradient(180deg, rgba(6, 38, 30, 0.08), rgba(3, 3, 2, 0.32)),
    url("/assets/hero-lounge-group-v3.png");
}

.landing .hero-overlay {
  height: 28%;
  background:
    linear-gradient(0deg, rgba(3, 3, 2, 0.78), rgba(3, 3, 2, 0)),
    linear-gradient(90deg, rgba(6, 38, 30, 0.14), transparent);
}

.landing .contact-card.mail-card span {
  width: 90%;
  font-size: clamp(12px, 1vw, 15px);
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 620px) {
  .landing .hero-media {
    background-image:
      linear-gradient(180deg, rgba(3, 3, 2, 0.04), rgba(3, 3, 2, 0.56) 54%, rgba(3, 3, 2, 0.86)),
      url("/assets/hero-lounge-group-v3.png");
    background-position: 89% center;
  }

  .landing .therapist-grid {
    justify-items: center;
  }

  .landing .therapist-card {
    width: 70%;
    max-width: 320px;
    margin-inline: auto;
  }

  .landing .contact-card.mail-card span {
    width: 90%;
    font-size: 16px;
  }
}

.landing #contact.contact-section {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid rgba(231, 202, 130, 0.34);
  border-left: 1px solid rgba(231, 202, 130, 0.34);
}

@media (max-width: 980px) {
  .landing #contact.contact-section {
    width: 92%;
  }
}

@media (max-width: 620px) {
  .landing #contact.contact-section {
    width: 100%;
  }
}
