/* GhostTek Salon — Bold Luxury (Sage + Bronze) */

:root,
[data-theme="sage"] {
  --bg: #f4f1ea;
  --bg-elevated: #ebe6dc;
  --bg-deep: #ddd6c8;
  --surface-dark: #0c1210;
  --surface-dark-elevated: #151f1a;
  --surface-dark-soft: #1c2922;
  --ink: #0a100d;
  --ink-soft: #4a554f;
  --ink-on-dark: #f5f0e8;
  --ink-soft-on-dark: rgba(245, 240, 232, 0.65);
  --line: rgba(10, 16, 13, 0.12);
  --line-on-dark: rgba(212, 175, 106, 0.18);
  --accent: #2a4d3a;
  --accent-soft: #5a7d68;
  --gold: #d4af5a;
  --gold-bright: #e8c872;
  --gold-deep: #a8843a;
  --gold-glow: rgba(212, 175, 90, 0.45);
  --gold-gradient: linear-gradient(135deg, #e8c872 0%, #d4af5a 45%, #a8843a 100%);
  --hero-overlay:
    linear-gradient(
      100deg,
      rgba(8, 12, 10, 0.78) 0%,
      rgba(8, 12, 10, 0.42) 38%,
      rgba(8, 12, 10, 0.08) 62%,
      transparent 100%
    ),
    linear-gradient(
      to top,
      rgba(8, 12, 10, 0.45) 0%,
      transparent 45%
    );
  --hero-vignette: none;
  --hero-text: #faf6ef;
  --hero-muted: rgba(250, 246, 239, 0.82);
  --btn-bg: var(--gold-gradient);
  --btn-fg: #0c1210;
  --btn-ghost-border: rgba(212, 175, 90, 0.65);
  --shadow-soft: 0 24px 64px rgba(8, 12, 10, 0.14);
  --shadow-luxury: 0 40px 100px rgba(8, 12, 10, 0.22);
  --shadow-gold: 0 8px 32px rgba(212, 175, 90, 0.35);
  --grain-opacity: 0.035;
  --header-bg: rgba(244, 241, 234, 0.94);
  --header-bg-scrolled: rgba(244, 241, 234, 0.98);
  --scrollbar-track: #ebe6dc;
  --scrollbar-thumb: #a8843a;
  --scrollbar-thumb-hover: #8a6c2e;
  --header-h: 4.75rem;
  --line-fab-size: 3.6rem;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

[data-theme="bronze"] {
  --bg: #f8f3eb;
  --bg-elevated: #efe8dc;
  --bg-deep: #e2d8c8;
  --surface-dark: #120e0a;
  --surface-dark-elevated: #1c1610;
  --surface-dark-soft: #2a2118;
  --ink: #120e0a;
  --ink-soft: #6b5c4a;
  --ink-on-dark: #faf5ed;
  --ink-soft-on-dark: rgba(250, 245, 237, 0.62);
  --line: rgba(18, 14, 10, 0.12);
  --line-on-dark: rgba(220, 180, 100, 0.2);
  --accent: #8a6230;
  --accent-soft: #b08850;
  --gold: #dcb45a;
  --gold-bright: #f0cc78;
  --gold-deep: #b89240;
  --gold-glow: rgba(220, 180, 90, 0.5);
  --gold-gradient: linear-gradient(135deg, #f0cc78 0%, #dcb45a 45%, #b89240 100%);
  --hero-overlay:
    linear-gradient(
      100deg,
      rgba(10, 8, 6, 0.8) 0%,
      rgba(10, 8, 6, 0.44) 38%,
      rgba(10, 8, 6, 0.1) 62%,
      transparent 100%
    ),
    linear-gradient(
      to top,
      rgba(10, 8, 6, 0.48) 0%,
      transparent 45%
    );
  --hero-vignette: none;
  --hero-text: #faf5ed;
  --hero-muted: rgba(250, 245, 237, 0.82);
  --btn-bg: var(--gold-gradient);
  --btn-fg: #120e0a;
  --btn-ghost-border: rgba(220, 180, 90, 0.7);
  --shadow-soft: 0 24px 64px rgba(10, 8, 6, 0.16);
  --shadow-luxury: 0 40px 100px rgba(10, 8, 6, 0.26);
  --shadow-gold: 0 8px 32px rgba(220, 180, 90, 0.4);
  --grain-opacity: 0.032;
  --header-bg: rgba(248, 243, 235, 0.94);
  --header-bg-scrolled: rgba(248, 243, 235, 0.98);
  --scrollbar-track: #efe8dc;
  --scrollbar-thumb: #b89240;
  --scrollbar-thumb-hover: #967530;
  --line-fab-size: 3.6rem;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
}

::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover);
}

body {
  margin: 0;
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 300;
  font-size: 1.06rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  transition: background-color 0.5s ease, color 0.4s ease;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: color-mix(in srgb, var(--gold) 40%, transparent);
  color: var(--ink);
}

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

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

h1, h2, h3, .brand-mark, .logo, .footer-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.12;
  overflow-wrap: break-word;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  margin: 0 0 0.9rem;
  font-weight: 300;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin: 0 0 0.9rem;
  font-weight: 400;
}

h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  margin: 0;
  font-weight: 500;
}

p { margin: 0 0 1rem; }

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: var(--grain-opacity);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 128 128' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 128px 128px;
  mix-blend-mode: multiply;
}

@media (max-width: 759px), (prefers-reduced-motion: reduce) {
  .grain {
    display: none;
  }
}

/* ── Header ── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: var(--header-h);
  padding: 0.75rem clamp(1rem, 4vw, 3rem);
  padding-top: max(0.75rem, env(safe-area-inset-top, 0px));
  background: transparent;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: background 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease;
}

.site-header.is-at-hero .logo,
.site-header.is-at-hero .nav a,
.site-header.is-at-hero .icon-btn,
.site-header.is-at-hero .lang-label {
  color: var(--hero-text);
}

.site-header.is-at-hero .icon-btn {
  border-color: rgba(255, 255, 255, 0.25);
}

.site-header.is-at-hero .nav a {
  color: rgba(255, 255, 255, 0.75);
}

.site-header.is-at-hero .nav a:hover,
.site-header.is-at-hero .nav a.is-active {
  color: var(--gold-bright);
}

.site-header.is-at-hero .btn-sm {
  background: transparent;
  color: var(--gold-bright);
  border-color: var(--gold);
  box-shadow: 0 0 20px var(--gold-glow);
}

.site-header.is-scrolled {
  background: var(--header-bg-scrolled);
  backdrop-filter: blur(24px) saturate(1.3);
  border-bottom-color: var(--line);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
}

.site-header.is-scrolled .logo,
.site-header.is-scrolled .nav a,
.site-header.is-scrolled .icon-btn,
.site-header.is-scrolled .lang-label {
  color: var(--ink);
}

.site-header.is-scrolled .nav a {
  color: var(--ink-soft);
}

.site-header.is-scrolled .icon-btn {
  border-color: var(--line);
}

.site-header.is-scrolled .btn-sm {
  background: var(--gold-gradient);
  color: var(--btn-fg);
  border-color: transparent;
  box-shadow: var(--shadow-gold);
}

.logo {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 42vw;
  font-size: clamp(1rem, 3vw, 1.55rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav {
  display: none;
  gap: 2.25rem;
  flex: 1 1 auto;
  justify-content: center;
}

.nav a {
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
  padding: 0.25rem 0;
  transition: color 0.3s ease;
}

.nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold-gradient);
  transition: width 0.35s ease;
}

.nav a:hover::after,
.nav a.is-active::after {
  width: 100%;
}

.header-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.icon-btn:hover {
  border-color: var(--gold);
  box-shadow: 0 0 16px var(--gold-glow);
}

.lang-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.lang-picker {
  position: relative;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  z-index: 50;
  min-width: 11.5rem;
  margin: 0;
  padding: 0.4rem;
  list-style: none;
  background: var(--header-bg-scrolled);
  border: 1px solid color-mix(in srgb, var(--gold) 35%, var(--line));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px) saturate(1.2);
}

.lang-menu[hidden] {
  display: none;
}

.lang-menu li {
  padding: 0.65rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease;
}

.lang-menu li:hover,
.lang-menu li:focus-visible {
  color: var(--ink);
  background: color-mix(in srgb, var(--gold) 12%, transparent);
  outline: none;
}

.lang-menu li[aria-selected="true"] {
  color: var(--ink);
  background: color-mix(in srgb, var(--gold) 18%, transparent);
}

.site-header.is-at-hero:not(.is-scrolled) .lang-menu {
  background: rgba(18, 14, 10, 0.92);
  border-color: color-mix(in srgb, var(--gold) 40%, transparent);
  color: var(--hero-text);
}

.site-header.is-at-hero:not(.is-scrolled) .lang-menu li {
  color: rgba(250, 246, 239, 0.72);
}

.site-header.is-at-hero:not(.is-scrolled) .lang-menu li:hover,
.site-header.is-at-hero:not(.is-scrolled) .lang-menu li:focus-visible,
.site-header.is-at-hero:not(.is-scrolled) .lang-menu li[aria-selected="true"] {
  color: var(--gold-bright);
  background: rgba(212, 175, 90, 0.14);
}

[data-theme="sage"] .icon-to-sage { display: none; }
[data-theme="bronze"] .icon-to-bronze { display: none; }

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 2rem;
  background: var(--gold-gradient);
  color: var(--btn-fg);
  border: 1px solid transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: var(--shadow-gold);
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 175, 90, 0.5);
  filter: brightness(1.08);
}

.btn-sm {
  padding: 0.6rem 1.15rem;
  font-size: 0.68rem;
}

.btn-gold {
  background: var(--gold-gradient);
  color: var(--btn-fg);
}

.btn-ghost {
  background: transparent;
  color: var(--gold-bright);
  border: 1px solid var(--btn-ghost-border);
  box-shadow: none;
}

.btn-ghost:hover {
  background: rgba(212, 175, 90, 0.12);
  border-color: var(--gold-bright);
  box-shadow: 0 0 24px var(--gold-glow);
  filter: none;
}

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  justify-items: start;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  will-change: transform;
  background-color: var(--surface-dark);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-vignette);
  z-index: 1;
  pointer-events: none;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-overlay);
  z-index: 1;
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.05);
  animation: heroZoom 24s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  filter: saturate(1.12) brightness(1.02) contrast(1.06);
}

@keyframes heroZoom {
  to { transform: scale(1); }
}

.hero-overlay-glow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 45%;
  background: radial-gradient(ellipse at left bottom, var(--gold-glow), transparent 72%);
  z-index: 2;
  pointer-events: none;
  opacity: 0.35;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: left;
  color: var(--hero-text);
  padding:
    calc(var(--header-h) + 1.25rem)
    clamp(1rem, 5vw, 4rem)
    clamp(3.5rem, 8vh, 4rem);
  max-width: 38rem;
  width: 100%;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.hero-eyebrow {
  margin: 0 0 1.25rem;
  font-size: 0.72rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-bright);
  opacity: 0;
  animation: riseIn 1s ease 0.05s forwards;
}

.hero-ornament {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1.75rem;
  opacity: 0;
  animation: riseIn 1s ease 0.2s forwards;
}

.hero-ornament span {
  display: block;
  width: clamp(3rem, 10vw, 5rem);
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.hero-ornament span:last-child {
  display: none;
}

.hero-ornament i {
  font-style: normal;
  font-size: 0.5rem;
  color: var(--gold-bright);
}

.hero h1 {
  color: var(--hero-text);
  font-weight: 300;
  font-style: italic;
  opacity: 0;
  animation: riseIn 1s ease 0.35s forwards;
}

.hero-lead {
  color: var(--hero-muted);
  font-size: clamp(1.05rem, 2.5vw, 1.3rem);
  font-weight: 300;
  max-width: 32rem;
  margin: 0 0 2rem;
  opacity: 0;
  animation: riseIn 1s ease 0.5s forwards;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  opacity: 0;
  animation: riseIn 1s ease 0.65s forwards;
}

.hero-scroll {
  position: absolute;
  bottom: max(1.25rem, var(--safe-bottom));
  right: clamp(1rem, 4vw, 2rem);
  left: auto;
  transform: none;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  animation: riseIn 1s ease 1s forwards, scrollBounce 2.5s ease 1.5s infinite;
}

.hero-scroll-line {
  display: block;
  width: 1px;
  height: 2.5rem;
  background: linear-gradient(to bottom, var(--gold-bright), transparent);
}

@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

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

/* ── Luxury marquee ── */
.luxury-marquee {
  background: var(--surface-dark);
  border-block: 1px solid var(--line-on-dark);
  overflow: hidden;
  padding: 1.1rem 0;
}

.luxury-marquee-track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: max-content;
  animation: marquee 28s linear infinite;
  white-space: nowrap;
}

.luxury-marquee-track span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
}

.luxury-marquee-track i {
  font-style: normal;
  font-size: 0.45rem;
  color: var(--gold-deep);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ── Sections ── */
.section {
  padding: clamp(5rem, 10vw, 8rem) 0;
  position: relative;
  content-visibility: auto;
  contain-intrinsic-size: 1px 800px;
}

#about,
#services,
#gallery,
#visit {
  scroll-margin-top: calc(var(--header-h) + 0.5rem);
}

.hero,
.luxury-marquee {
  content-visibility: visible;
}

.section--dark {
  background: var(--surface-dark);
  color: var(--ink-on-dark);
}

.section--dark h2,
.section--dark h3 {
  color: var(--ink-on-dark);
}

.section--dark .section-lead,
.section--dark .menu-body > p {
  color: var(--ink-soft-on-dark);
}

.section--dark .eyebrow {
  color: var(--gold-bright);
}

.section--dark .menu-item {
  border-bottom-color: var(--line-on-dark);
}

.section--dark .menu-item:first-child {
  border-top-color: var(--line-on-dark);
}

.section--dark .menu-price {
  color: var(--gold-bright);
}

.section--dark .menu-index,
.section--dark .menu-meta {
  color: var(--gold);
}

.section-inner {
  width: min(1140px, calc(100% - 2.5rem));
  margin-inline: auto;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.eyebrow.ornament {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.eyebrow.ornament::before {
  content: "";
  width: 2.5rem;
  height: 1px;
  background: var(--gold-gradient);
  flex-shrink: 0;
}

.section-head {
  max-width: 38rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.section-lead {
  color: var(--ink-soft);
  margin: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8;
}

/* ── About ── */
.about {
  background:
    radial-gradient(ellipse 50% 60% at 100% 0%, color-mix(in srgb, var(--gold) 8%, transparent), transparent 60%),
    var(--bg);
}

.about-grid {
  display: grid;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
  min-width: 0;
}

.about-copy {
  max-width: 36rem;
  min-width: 0;
}
.about-copy h2 { margin-bottom: 1.25rem; }
.about-copy p:last-of-type {
  color: var(--ink-soft);
  margin-bottom: 2rem;
  font-weight: 300;
}

.luxury-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: clamp(1.5rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  padding-top: 1.75rem;
}

.luxury-stats li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.luxury-stats strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  color: var(--gold-deep);
  line-height: 1;
}

.luxury-stats span {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.about-figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-luxury);
}

.about-figure::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--gold);
  z-index: 2;
  pointer-events: none;
  margin: 1rem;
  opacity: 0.7;
}

.about-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.35), transparent 50%);
  z-index: 1;
  pointer-events: none;
}

.about-figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 1.2s ease;
  filter: saturate(0.9);
}

.about-figure:hover img {
  transform: scale(1.06);
}

/* ── Services ── */
.services.section--dark {
  background:
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(212, 175, 90, 0.06), transparent 60%),
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(212, 175, 90, 0.04), transparent 60%),
    var(--surface-dark);
}

.services-layout {
  display: grid;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
  min-width: 0;
}

.services-intro {
  max-width: 26rem;
  min-width: 0;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.menu-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line-on-dark);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease, background 0.4s ease;
}

.menu-item:first-child {
  border-top: 1px solid var(--line-on-dark);
}

.menu-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.menu-item:hover {
  background: rgba(212, 175, 90, 0.04);
  box-shadow: inset 3px 0 0 var(--gold);
}

.menu-index {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  color: var(--gold);
  padding-top: 0.15rem;
}

.menu-row {
  display: flex;
  align-items: baseline;
  gap: 0.85rem;
  margin-bottom: 0.45rem;
}

.menu-row h3 {
  min-width: 0;
  overflow-wrap: break-word;
}

.menu-rule {
  flex: 1 1 auto;
  min-width: 1.5rem;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-deep), transparent);
  transform: translateY(-0.35em);
  opacity: 0.5;
}

.menu-price {
  flex: 0 0 auto;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--gold-bright);
  white-space: nowrap;
}

.menu-body > p {
  margin: 0 0 0.45rem;
  font-size: 0.96rem;
  font-weight: 300;
}

.menu-meta {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.85;
}

/* ── Gallery ── */
.gallery.section--dark {
  background:
    linear-gradient(180deg, var(--surface-dark) 0%, var(--surface-dark-elevated) 100%);
}

.gallery .section-inner {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.gallery-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 30vw);
  gap: 1.5rem;
  padding: 0 clamp(1.25rem, 5vw, 4rem);
  padding-inline-end: max(1.25rem, env(safe-area-inset-right, 0px));
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.gallery-item {
  margin: 0;
  scroll-snap-align: start;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease, box-shadow 0.5s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.gallery-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--gold);
  z-index: 1;
  pointer-events: none;
  margin: 0.65rem;
  opacity: 0.55;
  transition: margin 0.5s ease, opacity 0.5s ease;
}

.gallery-item:hover {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 0 40px var(--gold-glow);
}

.gallery-item:hover::before {
  margin: 0.4rem;
  opacity: 0.9;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 1s ease;
  filter: saturate(0.88) brightness(0.92);
}

.gallery-item:hover img {
  transform: scale(1.07);
  filter: saturate(1) brightness(1);
}

/* ── Visit ── */
.visit {
  background:
    radial-gradient(ellipse 70% 50% at 50% 100%, color-mix(in srgb, var(--gold) 10%, transparent), transparent 70%),
    var(--bg-deep);
}

.visit-grid {
  display: grid;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.visit-details {
  margin: 2rem 0 2.25rem;
  display: grid;
  gap: 1.35rem;
}

.visit-details div {
  padding-left: 1.25rem;
  border-left: 3px solid var(--gold);
}

.visit-details dt {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.visit-details dd {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 300;
}

.visit-details a {
  border-bottom: 1px solid color-mix(in srgb, var(--gold) 40%, transparent);
  transition: color 0.3s ease, border-color 0.3s ease;
}

.visit-details a:hover {
  color: var(--ink);
  border-bottom-color: var(--gold);
}

.visit-map-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 483px;
  width: 100%;
  min-width: 0;
}

.visit-map {
  overflow: hidden;
  border: 2px solid var(--gold);
  height: 276px;
  box-shadow: var(--shadow-luxury);
  background: var(--surface-dark);
}

.visit-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.85) contrast(1.05);
}

.visit-map-link {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.visit-map-link:hover {
  border-bottom-color: var(--gold);
}

/* ── Footer ── */
.site-footer {
  padding: 1.15rem clamp(1rem, 4vw, 2.5rem);
  padding-right: calc(clamp(1rem, 4vw, 2.5rem) + var(--line-fab-size) + 0.85rem);
  padding-bottom: calc(1.15rem + var(--safe-bottom));
  background: var(--surface-dark);
  color: var(--ink-on-dark);
  border-top: 1px solid var(--line-on-dark);
}

.footer-inner {
  width: min(1140px, 100%);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--ink-soft-on-dark);
  border: 1px solid var(--line-on-dark);
  border-radius: 50%;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.footer-social a:hover {
  color: var(--gold-bright);
  border-color: var(--gold);
  box-shadow: 0 0 20px var(--gold-glow);
}

.footer-social a svg {
  width: 14px;
  height: 14px;
}

.footer-copy {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--ink-soft-on-dark);
}

/* ── Chat FABs (WhatsApp + LINE) ── */
.chat-fabs {
  --chat-fab-gap: clamp(0.85rem, 3vw, 1.35rem);
  position: fixed;
  right: max(clamp(0.85rem, 3vw, 1.35rem), env(safe-area-inset-right, 0px));
  bottom: var(--chat-fab-bottom, calc(var(--chat-fab-gap) + var(--safe-bottom)));
  z-index: 45;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  transition: bottom 0.2s ease;
}

.chat-fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--line-fab-size);
  height: var(--line-fab-size);
  min-width: var(--line-fab-size);
  padding: 0;
  border-radius: 999px;
  color: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.chat-fab-icon {
  display: block;
  width: 1.45rem;
  height: 1.45rem;
  flex-shrink: 0;
}

.whatsapp-fab {
  background: #25d366;
  box-shadow: 0 12px 36px rgba(37, 211, 102, 0.4);
}

.whatsapp-fab:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 16px 44px rgba(37, 211, 102, 0.5);
}

.line-fab {
  background: #06c755;
  box-shadow: 0 12px 36px rgba(6, 199, 85, 0.4);
}

.line-fab:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 16px 44px rgba(6, 199, 85, 0.5);
}

.chat-fab:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* ── Reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Desktop ── */
@media (min-width: 760px) {
  .nav { display: flex; }

  .about-grid,
  .visit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-figure { order: -1; }

  .visit-map-wrap {
    justify-self: end;
    max-width: 437px;
  }

  .visit-map { height: 345px; }

  .services-layout {
    grid-template-columns: minmax(200px, 0.7fr) minmax(0, 1.9fr);
    gap: clamp(3rem, 7vw, 6rem);
  }

  .services-intro {
    position: sticky;
    top: calc(var(--header-h) + 1.5rem);
  }
}

/* ── Mobile ── */
@media (max-width: 759px) {
  :root,
  [data-theme="sage"],
  [data-theme="bronze"] {
    --header-h: 4.25rem;
  }

  .logo {
    letter-spacing: 0.16em;
    max-width: 36vw;
  }

  .hero-eyebrow {
    letter-spacing: 0.22em;
    font-size: 0.65rem;
  }

  .hero h1 {
    font-size: clamp(1.85rem, 8vw, 2.6rem);
  }

  .hero-content {
    padding-bottom: clamp(2.5rem, 6vh, 3.5rem);
  }

  .hero-scroll {
    display: none;
  }

  .hero-media img {
    object-position: 62% 22%;
  }

  .section {
    padding: clamp(3.5rem, 8vw, 5.5rem) 0;
  }

  .section-inner {
    width: min(1140px, calc(100% - 1.75rem));
  }

  .about-figure img {
    aspect-ratio: 5 / 4;
    max-height: 360px;
  }

  .menu-row { flex-wrap: wrap; }
  .menu-rule { display: none; }

  .menu-price {
    width: 100%;
    padding-left: 0;
  }

  .gallery-rail {
    grid-auto-columns: minmax(72vw, 280px);
    padding-inline: 1rem;
  }

  .luxury-stats {
    flex-wrap: wrap;
    gap: 1.25rem 2rem;
  }

  .visit-map-wrap {
    max-width: none;
  }

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

  .footer-social {
    flex-wrap: wrap;
  }

  .site-footer {
    padding-right: calc(1rem + var(--line-fab-size) + 0.65rem);
    padding-bottom: calc(1rem + var(--safe-bottom));
  }
}

@media (max-width: 400px) {
  .header-controls .btn-sm {
    padding: 0.5rem 0.65rem;
    font-size: 0.62rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .icon-btn {
    width: 2.15rem;
    height: 2.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero-media img { transform: none; }
  .luxury-marquee-track { animation: none; }

  .reveal, .gallery-item, .menu-item {
    opacity: 1;
    transform: none;
  }
}
