﻿/* Shared site styles. Generated from the former inline styles in views/index.php, views/team.php, and views/gallery.php. */
/* â”€â”€ TOKENS â”€â”€ */
    :root {
      --blush:      #f5ddd6;
      --cream:      #fdf8f4;
      --warm-white: #fff9f6;
      --gold:       #c9a96e;
      --gold-light: #e8d5b0;
      --charcoal:   #2c2420;
      --muted:      #8a7570;
      --border:     #eeddd5;
      --font-serif: 'Cormorant Garamond', Georgia, serif;
      --font-sans:  'Jost', system-ui, sans-serif;
      /* Type scale */
      --text-xs:    1rem;
      --text-sm:    1rem;
      --text-base:  .875rem;
      --text-md:    1rem;
      /* Darker gold for text on light backgrounds (WCAG AA compliant) */
      --gold-text:  #8a6322;
      --shadow:     0 4px 32px rgba(44,36,32,.07);
    }

    /* â”€â”€ RESET â”€â”€ */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; scroll-padding-top: 80px; }
    body { font-family: var(--font-sans); background: var(--cream); color: var(--charcoal); line-height: 1.65; font-size: 16px; }
    img  { max-width: 100%; display: block; }
    a, button { -webkit-tap-highlight-color: transparent; }
    a    { color: inherit; text-decoration: none; }
    /* â”€â”€ ACCESSIBILITY â”€â”€ */
    :focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }
    :focus:not(:focus-visible) { outline: none; }
    .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; }

    /* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
       NAV â€” transparent over video, solid on scroll
    â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 200;
      padding: 0 1rem ;
      transition: background .4s ease, box-shadow .4s ease, border-color .4s ease;
      border-bottom: 1px solid transparent;
    }
    nav.scrolled {
      background: rgba(253,248,244,.96);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-color: var(--border);
      box-shadow: 0 1px 20px rgba(44,36,32,.06);
    }
    .nav-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 68px;
    }
    /* Logo */
    .nav-logo {
      font-family: var(--font-serif);
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: rgba(255,255,255,.9);
      transition: color .4s;
      line-height: 1;
    }
    nav.scrolled .nav-logo { color: var(--charcoal); }
    .nav-logo span { color: var(--gold); }
    .nav-logo img {
      display: block;
      width: auto;
      height: 65px;
      object-fit: contain;
    }
    .nav-logo img.nav-logo-white { display: none; }
    /* Links */
    .nav-links {
      display: none;
      gap: 2.5rem;
      list-style: none;
    }
    @media (min-width: 700px) { .nav-links { display: flex; } }
    .nav-links a {
      font-size: .65rem;
      font-weight: 400;
      letter-spacing: .25em;
      text-transform: uppercase;
      color: rgba(255,255,255,.7);
      transition: color .3s;
    }
    nav.scrolled .nav-links a { color: var(--muted); }
    .nav-links a:hover { color: var(--gold) !important; }
    /* Book button â€” high-contrast, always visible (per Mangomint CTA research) */
    .nav-book {
      font-family: var(--font-sans);
      font-size: .62rem;
      font-weight: 500;
      letter-spacing: .18em;
      text-transform: uppercase;
      padding: .6rem 1.4rem;
      background: var(--charcoal);
      border: none;
      color: #fff;
      border-radius: 3px;
      transition: background .25s, transform .15s, color .25s, box-shadow .25s;
      box-shadow: 0 2px 12px rgba(44,36,32,.28);
    }
    nav:not(.scrolled) .nav-book {
      background: var(--gold);
      color: var(--charcoal);
      box-shadow: 0 2px 12px rgba(201,169,110,.4);
    }
    nav:not(.scrolled) .nav-book:hover {
      background: #d4b47a !important;
      color: var(--charcoal) !important;
      box-shadow: 0 4px 16px rgba(201,169,110,.55) !important;
    }
    .nav-book:hover {
      background: #1a0e0b !important;
      transform: translateY(-1px);
      box-shadow: 0 4px 16px rgba(44,36,32,.38) !important;
    }

    /* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
       HERO â€” ambient video / animated-gradient fallback
    â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    /* TODO: replace the animated-gradient fallback with a real static hero photo once
       one is available (a styled salon interior or a flat-lay of nail tools shot on
       cream/linen). Drop it in as: background-image: url('hero-fallback.jpg');
       background-size: cover; background-position: center;  â€” then remove the
       gradient and ambientShift animation below. */
    .hero {
      position: relative;
      height: 100svh;
      min-height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      /* animated gradient fallback â€” shows when video fails to load/autoplay */
      background: linear-gradient(135deg, #1e1410 0%, #2d1d16 30%, #3a2820 55%, #231712 80%, #190f0b 100%);
      background-size: 300% 300%;
      animation: ambientShift 18s ease infinite;
    }
    @keyframes ambientShift {
      0%   { background-position: 0% 50%; }
      50%  { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }
    /* Ambient video element */
    .hero-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
      /* slow-motion effect via CSS */
      filter: brightness(.85) saturate(.9);
    }
    /* Cinematic overlay â€” gradient darkens bottom, gold tint at top */
    .hero-overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
      background:
        linear-gradient(to bottom,
          rgba(15,8,5,.35) 0%,
          rgba(15,8,5,.15) 40%,
          rgba(15,8,5,.55) 100%),
        radial-gradient(ellipse 100% 60% at 50% 100%, rgba(20,10,6,.5) 0%, transparent 70%);
    }
    /* Hero content */
    .hero-content {
      position: relative;
      z-index: 2;
      padding: 0 1.5rem;
      max-width: 800px;
    }
    .hero-eyebrow {
      font-family: var(--font-sans);
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: .38em;
      text-transform: uppercase;
      color: var(--gold-light);
      margin-bottom: 1.5rem;
      opacity: .9;
    }
    .hero h1 {
      font-family: var(--font-serif);
      font-size: clamp(3.5rem, 10vw, 7.5rem);
      font-weight: 200;
      line-height: 1.0;
      color: #fff;
      letter-spacing: -.01em;
      margin-bottom: 1rem ;
    }
    .hero h1 em {
      font-style: italic;
      font-weight: 200;
      color: var(--gold-light);
    }
    /* Hero bottom â€” CTAs + scroll indicator anchored to bottom */
    .hero-bottom {
      position: absolute;
      bottom: 2.5rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.5rem;
    }
    .hero-ctas {
      display: flex;
      flex-wrap: wrap;
      gap: 1.25rem;
      justify-content: center;
      align-items: center;
    }
    .btn-hero-primary {
      font-family: var(--font-sans);
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: .22em;
      text-transform: uppercase;
      padding: 1.05rem 2.8rem;
      background: rgba(253,248,244,.92);
      color: var(--charcoal);
      border-radius: 3px;
      transition: background .25s, transform .2s, box-shadow .2s;
      box-shadow: 0 4px 24px rgba(0,0,0,.18);
    }
    .btn-hero-primary:hover { background: #fff; transform: translateY(-2px); box-shadow: 0 6px 32px rgba(0,0,0,.22); }
    .btn-hero-ghost {
      font-family: var(--font-sans);
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: rgba(255,255,255,.65);
      border-bottom: 1px solid rgba(255,255,255,.3);
      padding-bottom: .15rem;
      transition: color .25s, border-color .25s;
      white-space: nowrap;
    }
    .btn-hero-ghost:hover { color: #fff; border-color: rgba(255,255,255,.7); }
    /* Scroll indicator */
    .hero-scroll {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: .5rem;
      color: rgba(255,255,255,.35);
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: .25em;
      text-transform: uppercase;
    }
    .scroll-line {
      width: 1px;
      height: 40px;
      background: linear-gradient(to bottom, rgba(201,169,110,.7), transparent);
      animation: scrollPulse 2.2s ease-in-out infinite;
    }
    @keyframes scrollPulse {
      0%, 100% { opacity: .4; transform: scaleY(1); }
      50%       { opacity: 1;  transform: scaleY(1.2); }
    }

    
    section { padding: 4rem 1.25rem; }
    @media (min-width: 700px) { section { padding: 6rem 1rem; } }
    .section-inner { max-width: 1050px; margin: 0 auto; }

    .section-label {
      font-family: var(--font-sans);
      font-size: var(--text-xs);
      font-weight: 400;
      letter-spacing: .35em;
      text-transform: uppercase;
      color: var(--gold-text);
      margin-bottom: 1rem;
      display: block;
    }
    .section-title {
      font-family: var(--font-serif);
      font-size: clamp(2.4rem, 5.5vw, 3.8rem);
      font-weight: 200;
      line-height: 1.1;
      color: var(--charcoal);
      margin-bottom: 1rem;
      letter-spacing: -.01em;
    }
    .section-title em { font-style: italic; color: var(--gold-text); }
    .section-rule {
      width: 36px;
      height: 1px;
      background: var(--gold-light);
      margin: 1.25rem 0 2rem;
    }
    .section-desc {
      font-size: .88rem;
      font-weight: 300;
      color: var(--muted);
      max-width: 440px;
      line-height: 1.8;
      margin-bottom: 3.5rem;
    }

    /* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
       INTRO STRIP (between hero and services)
    â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    .intro-strip {
      background: var(--charcoal);
      padding: 3.5rem 1.25rem;
    }
    @media (min-width: 700px) { .intro-strip { padding: 3.5rem 1rem ; } }
    .intro-strip-inner {
      max-width: 1050px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      align-items: center;
      text-align: center;
    }
    @media (min-width: 800px) {
      .intro-strip-inner { flex-direction: row; justify-content: space-between; text-align: left; }
    }
    .intro-strip-quote {
      font-family: var(--font-serif);
      font-size: clamp(1.6rem, 3.5vw, 2.4rem);
      font-weight: 200;
      font-style: italic;
      color: rgba(255,255,255,.85);
      line-height: 1.3;
      flex: 1;
    }
    .intro-strip-quote span { color: var(--gold); }
    .intro-strip-divider {
      width: 1px;
      height: 60px;
      background: rgba(201,169,110,.25);
      display: none;
    }
    @media (min-width: 800px) { .intro-strip-divider { display: block; } }
    .intro-strip-meta {
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: .12em;
      color: rgba(255,255,255,.55);
      text-transform: uppercase;
      line-height: 2.2;
      text-align: center;
      flex-shrink: 0;
    }
    @media (min-width: 800px) { .intro-strip-meta { text-align: right; } }

    /* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
       SERVICES
    â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    #services { background: var(--warm-white); }

    .service-tabs {
      display: flex;
      gap: 0;
      margin-bottom: 2.5rem;
      border-bottom: 1px solid var(--border);
      overflow-x: auto;
      scrollbar-width: none;
    }
    .service-tabs::-webkit-scrollbar { display: none; }
    @media (max-width: 699px) {
      .service-tabs {
        flex-wrap: wrap;
        overflow-x: visible;
        border-bottom: none;
        gap: .5rem .75rem;
      }
      .tab-btn {
        padding: .7rem 0;
        margin-bottom: 0;
        border-bottom-width: 1px;
        letter-spacing: .12em;
      }
    }
    .tab-btn {
      font-family: var(--font-sans);
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: .2em;
      text-transform: uppercase;
      padding: 1rem 1.5rem;
      background: transparent;
      color: var(--muted);
      border: none;
      border-bottom: 2px solid transparent;
      margin-bottom: -1px;
      cursor: pointer;
      transition: color .2s, border-color .2s;
      white-space: nowrap;
    }
    .tab-btn.active { color: var(--charcoal); border-bottom-color: var(--gold); }
    .tab-btn:hover  { color: var(--charcoal); }

    .service-panel { display: none; }
    .service-panel.active { display: block; }

    .service-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
    }
    @media (min-width: 640px) { .service-grid { grid-template-columns: 1fr 1fr; } }
    .service-group-block + .service-group-block {
      margin-top: 1rem;
    }

    .service-item {
      padding: 1.6rem 0;
      border-bottom: 1px solid var(--border);
    }
    .service-item:last-child,
    .service-item:nth-last-child(2):nth-child(odd) { border-bottom: none; }
    @media (min-width: 640px) {
      .service-item:nth-child(odd) { padding-right: 3rem; border-right: 1px solid var(--border); }
      .service-item:nth-child(even) { padding-left: 3rem; }
    }
    .service-name {
      font-family: var(--font-serif);
      font-size: 1.5rem;
      font-weight: 400;
      color: var(--charcoal);
      letter-spacing: .01em;
      line-height: 1.35;
    }
    .service-note {
      font-size: 1rem;
      font-weight: 300;
      color: var(--muted);
      margin-top: .3rem;
      letter-spacing: .04em;
      line-height: 1.65;
    }
    .service-sub-label {
      margin: 1.1rem 0 0;
      padding-top: 1.2rem;
      border-top: 1px solid var(--border);
    }
    .service-group-block:first-child .service-sub-label {
      margin-top: 0;
      padding-top: 0;
      border-top: none;
    }
    .service-price {
      font-family: var(--font-serif);
      font-size: 1.5rem;
      font-weight: 500;
      color: var(--gold-text);
      white-space: nowrap;
      flex-shrink: 0;
      letter-spacing: .02em;
    }
    .service-footer {
      margin-top: 2rem;
      font-size: 0.7rem;
      font-weight: 300;
      letter-spacing: .1em;
      color: var(--muted);
      text-transform: uppercase;
    }
    /* More Details accordion */
    .service-item-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 1rem;
    }
    .service-item-table-home {
      padding-top: 1.15rem;
      padding-bottom: 1.35rem;
    }
    .service-table-home {
      width: 100%;
    }
    .service-table-head-home,
    .service-table-row-home {
      display: grid;
      grid-template-columns: minmax(0, 1.8fr) repeat(2, minmax(64px, .7fr));
      column-gap: 1rem;
      align-items: baseline;
    }
    .service-table-head-home {
      margin-bottom: .55rem;
    }
    .service-table-head-cell-home {
      font-family: var(--font-sans);
      font-size: .82rem;
      font-weight: 600;
      letter-spacing: .04em;
      color: var(--charcoal);
      text-align: right;
    }
    .service-table-row-home {
      padding: .35rem 0;
    }
    .service-table-label-home,
    .service-table-price-home {
      font-family: var(--font-sans);
      font-size: 1.05rem;
      line-height: 1.35;
      color: var(--muted);
    }
    .service-table-price-home {
      text-align: right;
      color: var(--gold-text);
      white-space: nowrap;
      font-weight: 500;
    }
    @media (max-width: 639px) {
      .service-name,
      .service-price {
        font-size: 1.02rem;
      }
      .service-table-head-home,
      .service-table-row-home {
        grid-template-columns: minmax(0, 1.55fr) repeat(2, minmax(54px, .72fr));
        column-gap: .75rem;
      }
      .service-table-label-home,
      .service-table-price-home {
        font-size: .95rem;
      }
      .service-table-head-cell-home {
        font-size: .74rem;
      }
    }
    .more-details-btn {
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      margin-top: .95rem;
      font-family: var(--font-sans);
      font-size: 0.7rem;
      font-weight: 400;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--gold-text);
      background: none;
      border: none;
      border-bottom: 1px solid rgba(138,99,34,.25);
      padding: .8rem .5rem .8rem 0;
      cursor: pointer;
      transition: color .2s, border-color .2s;
    }
    .more-details-btn:hover { color: var(--charcoal); border-color: var(--charcoal); }
    .more-details-btn .btn-chevron {
      display: inline-block;
      transition: transform .3s ease;
      font-style: normal;
      font-size: .7rem;
      line-height: 1;
    }
    .more-details-btn.open .btn-chevron { transform: rotate(180deg); }
    .service-details {
      width: 100%;
      max-height: 0;
      overflow: hidden;
      transition: max-height .4s ease, opacity .35s ease;
      opacity: 0;
    }
    .service-details-home {
      max-width: 32rem;
    }
    .service-details.open {
      max-height: 800px;
      opacity: 1;
    }
    .service-details-inner {
      padding: .9rem 0 .4rem;
      border-top: 1px solid var(--border);
      margin-top: 1rem;
    }
    .service-details-inner p {
      font-size: .82rem;
      font-weight: 300;
      color: var(--muted);
      line-height: 1.75;
      margin-bottom: .5rem;
    }
    .service-details-inner ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      gap: .4rem 1rem;
    }
    .service-details-inner ul li {
      font-size: .72rem;
      font-weight: 300;
      color: var(--muted);
      letter-spacing: .04em;
    }
    .service-details-inner ul li::before {
      content: '\2726\00a0';
      color: var(--gold);
      font-size: .55rem;
    }

    /* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
       BOOKING â€” dark editorial band
    â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    #booking {
      background: var(--charcoal);
      padding: 5rem 1.25rem;
      position: relative;
      overflow: hidden;
    }
    #booking::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(26,17,13,.38), rgba(26,17,13,.48)),
        url('/assets/images/book-bg.png') center / cover no-repeat;
      background-attachment: fixed, fixed;
      opacity: .9;
      pointer-events: none;
    }
    @media (max-width: 767px) {
      #booking::before { background-attachment: scroll, scroll; }
    }
    @media (min-width: 700px) { #booking { padding: 7rem 1rem ; } }
    .booking-inner {
      max-width: 700px;
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 1;
    }
    .booking-eyebrow {
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: .38em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 1.5rem;
      display: block;
    }
    .booking-title {
      font-family: var(--font-serif);
      font-size: clamp(2.4rem, 6vw, 4.5rem);
      font-weight: 200;
      font-style: italic;
      color: rgba(255,255,255,.9);
      line-height: 1.05;
      margin-bottom: 1.5rem;
    }
    .booking-sub {
      font-size: 1rem;
      font-weight: 300;
      color: rgba(255,255,255,.58);
      letter-spacing: .08em;
      margin-bottom: 3rem;
      line-height: 1.9;
    }
    .btn-book-dark {
      display: inline-flex;
      align-items: center;
      gap: 1rem;
      font-family: var(--font-sans);
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: .22em;
      text-transform: uppercase;
      padding: 1.1rem 3rem;
      background: var(--gold);
      color: var(--charcoal);
      border-radius: 3px;
      transition: background .25s, transform .2s, box-shadow .2s;
      box-shadow: 0 4px 20px rgba(201,169,110,.35);
    }
    .btn-book-dark:hover { background: #d4b47a; transform: translateY(-2px); box-shadow: 0 6px 28px rgba(201,169,110,.45); }
    .booking-footnote {
      margin-top: 1.5rem;
      font-size: 1rem;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: rgba(255,255,255,.65);
    }

    /* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
       WHY US
    â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    #why { background: var(--cream); }
    .why-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
      border: 1px solid var(--border);
    }
    @media (min-width: 600px) { .why-grid { grid-template-columns: 1fr 1fr; } }
    @media (min-width: 900px) { .why-grid { grid-template-columns: repeat(4, 1fr); } }
    .why-card {
      padding: 2.5rem 2rem;
      border-right: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      transition: background .2s;
    }
    .why-card:hover { background: var(--warm-white); }
    .why-card:last-child { border-right: none; }
    @media (max-width: 599px) { .why-card { border-right: none; } }
    @media (min-width: 600px) {
      .why-card:nth-child(2n) { border-right: none; }
    }
    @media (min-width: 900px) {
      .why-card:nth-child(2n) { border-right: 1px solid var(--border); }
      .why-card:last-child    { border-right: none; }
    }
    .why-num {
      font-family: var(--font-serif);
      font-size: 2.8rem;
      font-weight: 200;
      color: var(--gold-light);
      line-height: 1;
      margin-bottom: 1.25rem;
    }
    .why-card h3 {
      font-family: var(--font-serif);
      font-size: 1.65rem;
      font-weight: 300;
      color: var(--charcoal);
      margin-bottom: .6rem;
      letter-spacing: .01em;
    }
    .why-card p {
      font-size: 1.2rem;
      font-weight: 300;
      color: var(--muted);
      line-height: 1.75;
    }

    
    footer { background: #1a110d; }
    .footer-main {
      max-width: 1500px;
      margin: 0 auto;
      padding: 3.5rem 1.25rem 2.5rem;
      display: grid;
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
    @media (min-width: 700px) {
      .footer-main {
        grid-template-columns: 1.2fr .9fr .95fr 1.15fr;
        padding: 5rem 1rem 3.5rem;
        gap: 3rem;
      }
    }
    .footer-logo {
      font-family: var(--font-serif);
      font-size: 1.05rem;
      font-weight: 300;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: rgba(255,255,255,.65);
      margin-bottom: .3rem;
    }
    .footer-logo span { color: var(--gold); }
    .footer-logo img {
      display: block;
      width: auto;
      height: 100px;
      object-fit: contain;
    }
    .footer-tagline {
      font-size: 1rem;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: rgba(255,255,255,.2);
      margin-bottom: 1rem;
    }
    .footer-social { display: flex; gap: .65rem; align-items: center; }
    .footer-social-btn {
      display: flex; align-items: center; justify-content: center;
      width: 44px; height: 44px;    /* 44Ã—44 touch target */
      border-radius: 50%;
      background: rgba(255,255,255,.07);
      transition: background .2s;
      flex-shrink: 0;
    }
    .footer-social-btn:hover { background: rgba(255,255,255,.15); }
    .footer-col-label {
      font-size: 1rem; font-weight: 400;
      letter-spacing: .3em; text-transform: uppercase;
      color: var(--gold); display: block; margin-bottom: .9rem;
    }
    .footer-contact-item { margin-bottom: 1rem; }
    .footer-contact-item p {
      font-size: 1rem; font-weight: 300;
      color: rgba(255,255,255,.5); line-height: 1.7;
    }
    .footer-contact-item a { color: rgba(255,255,255,.5); transition: color .2s; }
    .footer-contact-item a:hover { color: var(--gold); }
    .footer-hours { width: 100%; border-collapse: collapse; }
    .footer-hours td { padding: .22rem 0; font-size: 1rem; font-weight: 300; color: rgba(255,255,255,.45); }
    .footer-hours td:first-child { color: rgba(255,255,255,.25); width: 85px; font-size: 1rem; letter-spacing: .04em; }
    .footer-map {
      width: 100%;
      min-height: 190px;
      overflow: hidden;
      border-radius: 4px;
      background: rgba(255,255,255,.06);
    }
    .footer-map iframe {
      display: block;
      width: 100%;
      height: 190px;
      filter: grayscale(.25) contrast(.95) brightness(.85);
    }
    .footer-book-btn {
      display: inline-flex; align-items: center;
      font-size: 1rem; font-weight: 500;
      letter-spacing: .2em; text-transform: uppercase;
      padding: .85rem 1.5rem; background: var(--gold); color: var(--charcoal);
      border-radius: 3px; transition: background .2s;
    }
    .footer-book-btn:hover { background: var(--gold-light); }
    .footer-divider { border: none; border-top: 1px solid rgba(255,255,255,.06); margin: 0; }
    .footer-bottom {
      /* background-color: rgb(255 255 255 / 25%); */
    }
    .footer-bottom-inner {
      max-width: 1100px; margin: 0 auto;
      padding: 1.25rem 1.25rem;
      display: flex; flex-direction: column;
      align-items: center; gap: .9rem; text-align: center;
    }
    @media (min-width: 700px) {
      .footer-bottom-inner { flex-direction: row; justify-content: space-between; padding: 1.25rem 1rem; text-align: left; }
    }
    .footer-nav { display: flex; gap: 1.5rem; list-style: none; flex-wrap: wrap; justify-content: center; }
    .footer-nav a { font-size: 0.75rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.3); transition: color .2s; }
    .footer-nav a:hover { color: var(--gold); }
    .footer-copy { font-size: 1rem; letter-spacing: .06em; color: rgba(255,255,255,.3); }


    
    #testimonials {
      background: var(--charcoal);
      padding: 5rem 1.25rem;
      text-align: center;
    }
    @media (min-width: 700px) { #testimonials { padding: 7rem 1rem ; } }
    .testimonials-label {
      font-family: var(--font-sans);
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: .38em;
      text-transform: uppercase;
      color: rgba(255,255,255,.35);
      display: block;
      margin-bottom: 2.5rem;
    }
    /* Overall rating summary bar */
    .reviews-summary {
      display: none;
      align-items: center;
      justify-content: center;
      gap: 1.25rem;
      margin-bottom: 3rem;
      flex-wrap: wrap;
    }
    .reviews-summary.visible { display: flex; }
    .reviews-stars-row { display: flex; align-items: center; gap: .5rem; }
    .reviews-stars-glyph { color: #f6b84b; font-size: 1.05rem; letter-spacing: .05em; line-height: 1; }
    .reviews-score { font-family: var(--font-serif); font-size: 1.55rem; font-weight: 200; color: rgba(255,255,255,.85); }
    .reviews-count-text { font-size: .72rem; font-weight: 300; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.35); }
    .reviews-google-link { font-size: .7rem; font-weight: 400; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid rgba(201,169,110,.3); padding-bottom: 2px; transition: border-color .2s; }
    .reviews-google-link:hover { border-color: var(--gold); }
    /* Carousel wrapper */
    .quote-carousel {
      max-width: 780px;
      margin: 0 auto;
      position: relative;
      min-height: 180px;
    }
    .quote-slide {
      display: none;
      animation: quoteFadeIn .55s ease forwards;
    }
    .quote-slide.active { display: block; }
    @keyframes quoteFadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .quote-text {
      font-family: var(--font-serif);
      font-size: clamp(1.4rem, 3.5vw, 2.2rem);
      font-weight: 200;
      font-style: italic;
      color: rgba(255,255,255,.88);
      line-height: 1.55;
      margin-bottom: 2.5rem;
    }
    .quote-text::before { content: '\201C'; }
    .quote-text::after  { content: '\201D'; }
    .quote-attribution {
      font-family: var(--font-sans);
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: .28em;
      text-transform: uppercase;
      color: rgba(255,255,255,.4);
    }
    .quote-attribution a {
      color: var(--gold);
      border-bottom: 1px solid rgba(201,169,110,.3);
      padding-bottom: 1px;
      transition: border-color .2s;
    }
    .quote-attribution a:hover { border-color: var(--gold); }
    /* Dot navigation */
    .quote-dots {
      display: flex;
      justify-content: center;
      gap: .6rem;
      margin-top: 3rem;
    }
    .quote-dot {
      width: 6px; height: 6px;
      border-radius: 50%;
      background: rgba(255,255,255,.2);
      border: none;
      cursor: pointer;
      padding: 10px;
      margin: -10px;
      box-sizing: content-box;
      transition: background .3s, transform .3s;
    }
    .quote-dot.active {
      background: var(--gold);
      transform: scale(1.25);
    }
    .google-g-icon { width: 16px; height: 16px; flex-shrink: 0; }

    /* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
       GALLERY PREVIEW
    â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    #gallery-preview {
      background: var(--cream);
    }
    .gallery-preview-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 4px;
      width: min(100%, 1050px);
      margin: 0 auto;
      justify-content: center;
    }
    @media (min-width: 480px) {
      .gallery-preview-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (min-width: 700px) {
      .gallery-preview-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }
    .gallery-preview-item {
      aspect-ratio: 4 / 5;
      overflow: hidden;
      display: block;
    }
    .gallery-preview-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .6s ease;
    }
    .gallery-preview-item:hover img {
      transform: scale(1.04);
    }
    .gallery-preview-link-wrap {
      margin-top: 2rem;
      text-align: center;
    }
    /* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
       SCROLL REVEAL
    â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .7s ease, transform .7s ease;
    }
    .reveal.visible { opacity: 1; transform: none; }
    .reveal-delay-1 { transition-delay: .1s; }
    .reveal-delay-2 { transition-delay: .2s; }
    .reveal-delay-3 { transition-delay: .3s; }
    .reveal-delay-4 { transition-delay: .4s; }

    /* â”€â”€ HAMBURGER BUTTON â”€â”€ */
    .nav-hamburger {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 44px; height: 44px;    /* 44Ã—44 touch target */
      padding: 14.5px 11px;         /* centers 22Ã—15 visual inside */
      background: transparent;
      border: none;
      color: inherit;
      cursor: pointer;
      flex-shrink: 0;
      -webkit-appearance: none;
      appearance: none;
      border-radius: 0;
      -webkit-tap-highlight-color: transparent;
      /* color: rgba(255,255,255,.85); */
      transition: color .4s;
    }
    nav.scrolled .nav-hamburger { color: var(--charcoal); }
    @media (min-width: 700px) { .nav-hamburger { display: none; } }
    .ham-line {
      display: block; width: 100%; height: 1.5px;
      background: currentColor;
      border-radius: 2px;
      transition: transform .3s ease, opacity .3s ease;
      transform-origin: center;
    }
    .nav-hamburger.open .ham-line:nth-child(1) { transform: translateY(6.75px) rotate(45deg); }
    .nav-hamburger.open .ham-line:nth-child(2) { opacity: 0; transform: scaleX(0); }
    .nav-hamburger.open .ham-line:nth-child(3) { transform: translateY(-6.75px) rotate(-45deg); }

    /* â”€â”€ MOBILE MENU â”€â”€ */
    .mobile-menu {
      position: fixed;
      top: 68px; left: 0; right: 0;
      z-index: 198;
      background: rgba(253,248,244,.97);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid #766b65;
      padding: 0 1rem ;
      max-height: 0;
      overflow: hidden;
      transition: max-height .38s ease, padding .38s ease, box-shadow .38s ease;
    }
    .mobile-menu.open {
      max-height: 420px;
      padding: 1rem 1rem 1.5rem;
      box-shadow: 0 8px 30px rgba(44,36,32,.1);
    }
    @media (min-width: 700px) { .mobile-menu { display: none !important; } }
    .mobile-menu-link {
      display: block;
      font-size: var(--text-xs);
      font-weight: 400;
      letter-spacing: .25em;
      text-transform: uppercase;
      color: var(--muted);
      padding: 1rem 0;
      border-bottom: 0.5px solid var(--border);
      transition: color .2s;
    }
    .mobile-menu-link:last-child { border-bottom: none; }
    .mobile-menu-link:hover,
    .mobile-menu-link:active  { color: var(--charcoal); }

    /* â”€â”€ SMALL GOLD TEXT LINK â”€â”€ */
    .section-link {
      font-family: var(--font-sans);
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: var(--gold);
      border-bottom: 1px solid rgba(201,169,110,.3);
      padding-bottom: 2px;
      display: inline-block;
    }

    /* â”€â”€ MOBILE: HIDE NAV BOOK BUTTON â”€â”€ */
    @media (max-width: 699px) {
      .nav-book { display: none; }
    }

    /* â”€â”€ REDUCED MOTION â”€â”€ */
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
      }
    }

    /* â”€â”€ HOVER: POINTER DEVICES ONLY â”€â”€ */
    /* On touch screens :hover states stay "stuck" after a tap.
       Disable the visual-change hovers on non-hover devices. */
    @media (hover: none) {
      .why-card:hover               { background: transparent; }
      .gallery-preview-item:hover img { transform: none; }
      .btn-hero-primary:hover       { transform: none; box-shadow: 0 4px 24px rgba(0,0,0,.18); }
      .btn-book-dark:hover          { transform: none; box-shadow: 0 4px 20px rgba(201,169,110,.35); }
      .nav-book:hover               { transform: none; }
    }

/* Team page */
/* â”€â”€ PAGE HERO â”€â”€ */
    .page-hero {
      background: var(--charcoal);
      padding: 7rem 1.25rem 5rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    @media (min-width: 700px) { .page-hero { padding: 9rem 1rem 6rem; } }
    /* subtle grain texture via pseudo-element */
    .page-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,169,110,.08) 0%, transparent 70%);
      pointer-events: none;
    }
    .page-hero-label {
      font-family: var(--font-sans);
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: .38em;
      text-transform: uppercase;
      color: var(--gold);
      display: block;
      margin-bottom: 1.5rem;
    }
    .page-hero-title {
      font-family: var(--font-serif);
      font-size: clamp(3.2rem, 10vw, 6.5rem);
      font-weight: 200;
      color: rgba(255,255,255,.9);
      line-height: 1.0;
      letter-spacing: -.01em;
      margin-bottom: 1rem ;
    }
    .page-hero-title em { font-style: italic; color: var(--gold-light); }
    .page-hero-sub {
      font-size: .82rem;
      font-weight: 300;
      color: rgba(255,255,255,.38);
      letter-spacing: .06em;
      max-width: 480px;
      margin: 0 auto;
      line-height: 1.9;
    }
    /* decorative rule */
    .page-hero-rule {
      width: 36px;
      height: 1px;
      background: rgba(201,169,110,.4);
      margin: 1rem auto 0;
    }

    /* â”€â”€ ARTISTS SECTION â”€â”€ */
    .artists-section {
      background: var(--warm-white);
      padding: 4.5rem 1.25rem 5rem;
    }
    @media (min-width: 700px) { .artists-section { padding: 6rem 1rem 7rem; } }
    .artists-section-inner { max-width: 1100px; margin: 0 auto; }
    .artists-intro {
      text-align: center;
      margin-bottom: 4rem;
    }
    .artists-intro .section-label {
      font-family: var(--font-sans);
      font-size: var(--text-xs);
      font-weight: 400;
      letter-spacing: .35em;
      text-transform: uppercase;
      color: var(--gold-text);
      display: block;
      margin-bottom: 1rem;
    }
    .artists-intro .section-title {
      font-family: var(--font-serif);
      font-size: clamp(2rem, 5vw, 3rem);
      font-weight: 200;
      color: var(--charcoal);
      line-height: 1.1;
    }
    .artists-intro .section-title em { font-style: italic; color: var(--gold-text); }

    /* Grid */
    .artists-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 3.5rem 2rem;
    }
    @media (min-width: 500px) {
      .artists-grid { grid-template-columns: 1fr 1fr; gap: 4rem 2rem; }
    }
    @media (min-width: 900px) {
      .artists-grid { grid-template-columns: repeat(3, 1fr); gap: 5rem 2.5rem; }
    }

    /* Artist card */
    .artist-card { display: flex; flex-direction: column; }
    .artist-photo {
      aspect-ratio: 3 / 4;
      background: var(--blush);
      overflow: hidden;
      margin-bottom: 1.4rem;
    }
    .artist-photo img {
      width: 100%; height: 100%;
      object-fit: cover;
      transition: transform .7s ease;
    }
    .artist-card:hover .artist-photo img { transform: scale(1.04); }
    .artist-photo-placeholder {
      width: 100%; height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      color: var(--muted);
    }
    .artist-photo-placeholder .ap-icon {
      font-family: var(--font-serif);
      font-size: 2.5rem;
      color: var(--gold-light);
      opacity: .5;
    }
    .artist-photo-placeholder .ap-text {
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: .2em;
      text-transform: uppercase;
      opacity: .4;
    }
    .artist-name {
      font-family: var(--font-serif);
      font-size: 1.55rem;
      font-weight: 300;
      color: var(--charcoal);
      letter-spacing: .01em;
      margin-bottom: .3rem;
      line-height: 1.1;
    }

    /* â”€â”€ BOOKING CTA â”€â”€ */
    .team-cta {
      background: var(--charcoal);
      padding: 5rem 1.25rem;
      text-align: center;
    }
    @media (min-width: 700px) { .team-cta { padding: 7rem 1rem ; } }
    .team-cta-eyebrow {
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: .38em;
      text-transform: uppercase;
      color: var(--gold);
      display: block;
      margin-bottom: 1.5rem;
    }
    .team-cta-title {
      font-family: var(--font-serif);
      font-size: clamp(2.4rem, 6vw, 4.2rem);
      font-weight: 200;
      font-style: italic;
      color: rgba(255,255,255,.9);
      line-height: 1.08;
      margin-bottom: 1rem;
    }
    .btn-book {
      display: inline-flex;
      align-items: center;
      font-family: var(--font-sans);
      font-size: .7rem;
      font-weight: 600;
      letter-spacing: .22em;
      text-transform: uppercase;
      padding: 1.1rem 3rem;
      background: var(--gold);
      color: var(--charcoal);
      border-radius: 3px;
      transition: background .25s, transform .2s, box-shadow .2s;
      box-shadow: 0 4px 20px rgba(201,169,110,.35);
    }
    .btn-book:hover { background: #d4b47a; transform: translateY(-2px); box-shadow: 0 6px 28px rgba(201,169,110,.5); }

/* Gallery page */
/* â”€â”€ PAGE HERO â”€â”€ */
    .page-hero {
      background: var(--charcoal);
      padding: 7rem 1.25rem 5rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    @media (min-width: 700px) { .page-hero { padding: 9rem 1rem 6rem; } }
    .page-hero::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,169,110,.08) 0%, transparent 70%);
      pointer-events: none;
    }
    .page-hero-label {
      font-family: var(--font-sans);
      font-size: 1rem; font-weight: 400; letter-spacing: .38em; text-transform: uppercase;
      color: var(--gold); display: block; margin-bottom: 1.5rem;
    }
    .page-hero-title {
      font-family: var(--font-serif);
      font-size: clamp(3.2rem, 10vw, 6.5rem);
      font-weight: 200; color: rgba(255,255,255,.9); line-height: 1.0;
      letter-spacing: -.01em; margin-bottom: 1rem ;
    }
    .page-hero-title em { font-style: italic; color: var(--gold-light); }
    .page-hero-sub {
      font-size: .82rem; font-weight: 300; color: rgba(255,255,255,.38);
      letter-spacing: .06em; max-width: 480px; margin: 0 auto; line-height: 1.9;
    }
    .page-hero-rule {
      width: 36px; height: 1px;
      background: rgba(201,169,110,.4);
      margin: 1rem auto 0;
    }

    /* â”€â”€ GALLERY SECTION â”€â”€ */
    .gallery-section {
      background: var(--warm-white);
      padding: 4rem 1.25rem 5rem;
    }
    @media (min-width: 700px) { .gallery-section { padding: 5rem 1rem 6rem; } }

    .gallery-group {
      max-width: 1150px;
      margin: 0 auto;
    }
    .gallery-group + .gallery-group {
      margin-top: 5rem;
    }
    .gallery-section-heading {
      text-align: center;
      margin-bottom: 2rem;
    }
    .gallery-section-heading span {
      display: block;
      font-size: .72rem;
      font-weight: 400;
      letter-spacing: .34em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: .75rem;
    }
    .gallery-section-heading h2 {
      font-family: var(--font-serif);
      font-size: clamp(2.2rem, 5vw, 3.8rem);
      font-weight: 200;
      color: var(--charcoal);
      line-height: 1;
    }

    /* CSS Grid â€” uniform 3-col, no masonry */
    .gallery-grid {
      max-width: 1150px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr;         /* single col on phones */
      gap: 6px;
    }
    @media (min-width: 480px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 700px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 900px) { .gallery-grid-salon { grid-template-columns: repeat(4, 1fr); } }

    /* Gallery item â€” uniform 4:5 portrait ratio */
    .gallery-item {
      position: relative;
      overflow: hidden;
      cursor: pointer;
      background: var(--blush);
      aspect-ratio: 4 / 5;
    }
    .gallery-item img {
      width: 100%; height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .65s ease;
      filter: brightness(.97) saturate(.88);
    }
    .gallery-item:hover img {
      transform: scale(1.07);
      filter: brightness(1) saturate(1);
    }

    /* Hover overlay */
    .g-overlay {
      position: absolute; inset: 0;
      background: rgba(20,10,6,.55);
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      gap: .9rem;
      opacity: 0;
      transition: opacity .35s ease;
    }
    .gallery-item:hover .g-overlay { opacity: 1; }
    .g-icon {
      width: 48px; height: 48px;
      border: 1.5px solid rgba(201,169,110,.65);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: var(--gold);
      transition: transform .3s ease, border-color .3s;
    }
    .gallery-item:hover .g-icon { transform: scale(1.1); border-color: rgba(201,169,110,.95); }
    .g-title {
      font-family: var(--font-serif);
      font-size: .95rem;
      font-weight: 300;
      font-style: italic;
      color: rgba(255,255,255,.85);
      letter-spacing: .04em;
    }

    /* â”€â”€ LIGHTBOX â”€â”€ */
    .lightbox {
      position: fixed; inset: 0; z-index: 1000;
      background: rgba(15,8,5,.95);
      display: flex; align-items: center; justify-content: center;
      opacity: 0; pointer-events: none;
      transition: opacity .3s ease;
    }
    .lightbox.open {
      opacity: 1;
      pointer-events: all;
    }
    .lb-inner {
      position: relative;
      max-width: min(90vw, 900px);
      max-height: 88vh;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .lb-img {
      max-width: 100%;
      max-height: 80vh;
      object-fit: contain;
      display: block;
      border: none;
    }
    .lb-caption {
      margin-top: 1rem;
      font-family: var(--font-sans);
      font-size: 1rem;
      letter-spacing: .25em;
      text-transform: uppercase;
      color: rgba(255,255,255,.45);
      text-align: center;
    }
    /* Close button */
    .lb-close {
      position: fixed;
      top: 1.5rem; right: 1rem ;
      background: none; border: none; cursor: pointer;
      color: rgba(255,255,255,.5);
      font-size: 1.5rem; line-height: 1;
      padding: 1rem; transition: color .2s;  /* ~48px touch target */
    }
    .lb-close:hover { color: #fff; }
    /* Nav arrows */
    .lb-prev, .lb-next {
      position: fixed; top: 50%; transform: translateY(-50%);
      background: none; border: none; cursor: pointer;
      color: rgba(255,255,255,.35);
      padding: 1rem;
      transition: color .2s;
    }
    .lb-prev { left: 1rem; }
    .lb-next { right: 1rem; }
    .lb-prev:hover, .lb-next:hover { color: rgba(255,255,255,.85); }
    .lb-prev svg, .lb-next svg { display: block; }
    /* Counter */
    .lb-counter {
      position: fixed;
      top: 1rem ; left: 50%; transform: translateX(-50%);
      font-family: var(--font-sans);
      font-size: 1rem;
      letter-spacing: .25em;
      text-transform: uppercase;
      color: rgba(255,255,255,.3);
    }

    /* â”€â”€ BOOKING CTA â”€â”€ */
    .gallery-cta {
      background: var(--charcoal);
      padding: 5rem 1.25rem;
      text-align: center;
    }
    @media (min-width: 700px) { .gallery-cta { padding: 7rem 1rem ; } }
    .gallery-cta-eyebrow {
      font-size: 1rem; font-weight: 400; letter-spacing: .38em; text-transform: uppercase;
      color: var(--gold); display: block; margin-bottom: 1.5rem;
    }
    .gallery-cta-title {
      font-family: var(--font-serif);
      font-size: clamp(2.4rem, 6vw, 4.2rem);
      font-weight: 200; font-style: italic;
      color: rgba(255,255,255,.9); line-height: 1.08; margin-bottom: 1rem;
    }
    .btn-book {
      display: inline-flex; align-items: center;
      font-family: var(--font-sans); font-size: .7rem; font-weight: 600;
      letter-spacing: .22em; text-transform: uppercase;
      padding: 1.1rem 3rem; background: var(--gold); color: var(--charcoal);
      border-radius: 3px; transition: background .25s, transform .2s, box-shadow .2s;
      box-shadow: 0 4px 20px rgba(201,169,110,.35);
    }
    .btn-book:hover { background: #d4b47a; transform: translateY(-2px); box-shadow: 0 6px 28px rgba(201,169,110,.5); }

/* â”€â”€ HOVER: TOUCH DEVICES â”€â”€ */
    @media (hover: none) {
      .gallery-item:hover img             { transform: none; filter: brightness(.97) saturate(.88); }
      .gallery-item:hover .g-overlay      { opacity: 0; }
    }

/* Interior pages use a solid navigation bar; homepage starts transparent. */
body:not(.page-home) nav {
  background: rgba(253,248,244,.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 20px rgba(44,36,32,.06);
}
body:not(.page-home) .nav-logo { color: var(--charcoal); }
body:not(.page-home) .nav-links a { color: var(--muted); font-size: 1rem; }
body:not(.page-home) .nav-links a.active { color: var(--charcoal); }
body:not(.page-home) .nav-book {
  font-size: 1rem;
  font-weight: 600;
  background: var(--charcoal);
  color: #fff;
  box-shadow: 0 2px 12px rgba(44,36,32,.25);
}
body:not(.page-home) .nav-book:hover { background: #3e2e28 !important; }

body.page-home nav:not(.scrolled) {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
  box-shadow: none;
}
body.page-home nav:not(.scrolled) .nav-logo { color: rgba(255,255,255,.9); }
body.page-home nav:not(.scrolled) .nav-logo-primary { display: none; }
body.page-home nav:not(.scrolled) img.nav-logo-white { display: block; }
body.page-home nav:not(.scrolled) .nav-links a { color: rgba(255,255,255,.78); font-size: 1rem; }
body.page-home nav:not(.scrolled) .nav-hamburger { color: #fff; }
body.page-home nav:not(.scrolled) .nav-book {
  background: var(--gold);
  color: var(--charcoal);
  box-shadow: 0 2px 12px rgba(201,169,110,.4);
}

.mobile-menu-book {
  color: var(--charcoal);
  font-weight: 500;
}

.footer-contact-book {
  margin-top: 1rem ;
}

.footer-nav a.active {
  color: rgba(255,255,255,.8);
}


/* Services page */
/* â”€â”€ TOKENS â”€â”€ */
    :root {
      --blush:      #f5ddd6;
      --cream:      #fdf8f4;
      --warm-white: #fff9f6;
      --gold:       #c9a96e;
      --gold-text:  #8a6322;
      --gold-light: #e8d5b0;
      --charcoal:   #2c2420;
      --muted:      #8a7570;
      --border:     #eeddd5;
      --font-serif: 'Cormorant Garamond', Georgia, serif;
      --font-sans:  'Jost', system-ui, sans-serif;
      --text-xs:    1rem;
      --text-sm:    1rem;
      --text-base:  .875rem;
      --text-md:    1rem;
    }

    /* â”€â”€ RESET â”€â”€ */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; scroll-padding-top: 80px; }
    body { font-family: var(--font-sans); background: var(--cream); color: var(--charcoal); line-height: 1.65; font-size: 16px; }
    img  { max-width: 100%; display: block; }
    a    { color: inherit; text-decoration: none; }

    /* â”€â”€ NAV â”€â”€ */
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 200;
      padding: 0 1rem ;
      background: rgba(253,248,244,.97);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid #766b65;
      box-shadow: 0 1px 20px rgba(44,36,32,.06);
    }
    .nav-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 68px;
    }
    .nav-logo {
      font-family: var(--font-serif);
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--charcoal);
      line-height: 1;
    }
    .nav-logo span { color: var(--gold); }
    .nav-links {
      display: none;
      gap: 2.5rem;
      list-style: none;
    }
    @media (min-width: 700px) { .nav-links { display: flex; } }
    .nav-links a {
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: .25em;
      text-transform: uppercase;
      color: var(--muted);
      transition: color .3s;
    }
    .nav-links a:hover { color: var(--gold); }
    .nav-links a.active { color: var(--charcoal); }
    .nav-book {
      font-family: var(--font-sans);
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: .18em;
      text-transform: uppercase;
      padding: .6rem 1.4rem;
      background: var(--charcoal);
      border: none;
      color: #fff;
      border-radius: 3px;
      transition: background .25s, transform .15s;
      box-shadow: 0 2px 12px rgba(44,36,32,.25);
    }
    .nav-book:hover { background: #3e2e28; transform: translateY(-1px); }

    /* â”€â”€ PAGE HERO â”€â”€ */
    .page-hero {
      background: var(--charcoal);
      padding: 7rem 1.25rem 5rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    @media (min-width: 700px) { .page-hero { padding: 9rem 1rem 6rem; } }
    .page-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,169,110,.08) 0%, transparent 70%);
      pointer-events: none;
    }
    .page-hero-label {
      font-family: var(--font-sans);
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: .38em;
      text-transform: uppercase;
      color: var(--gold);
      display: block;
      margin-bottom: 1.5rem;
    }
    .page-hero-title {
      font-family: var(--font-serif);
      font-size: clamp(3.2rem, 10vw, 6.5rem);
      font-weight: 200;
      color: rgba(255,255,255,.9);
      line-height: 1.0;
      letter-spacing: -.01em;
      margin-bottom: 1rem ;
    }
    .page-hero-title em { font-style: italic; color: var(--gold-light); }
    .page-hero-sub {
      font-size: 1.2rem;
      font-weight: 300;
      color: rgba(255,255,255,.38);
      letter-spacing: .06em;
      max-width: 480px;
      margin: 0 auto;
      line-height: 1.9;
    }
    .page-hero-rule {
      width: 36px;
      height: 1px;
      background: rgba(201,169,110,.4);
      margin: 1rem auto 0;
    }

    /* â”€â”€ MENU SECTIONS â”€â”€ */
    .menu-section {
      padding: 4rem 1.25rem 4.5rem;
    }
    .menu-section:nth-child(even) { background: var(--warm-white); }
    .menu-section:nth-child(odd)  { background: var(--cream); }
    @media (min-width: 700px) {
      .menu-section { padding: 5.5rem 1rem 6rem; }
    }
    .menu-inner {
      max-width: 780px;
      margin: 0 auto;
    }

    /* ── MENU SECTIONS ── */
    .menu-section {
      padding: 4rem 1.25rem 4.5rem;
    }
    .menu-section:nth-child(even) { background: var(--warm-white); }
    .menu-section:nth-child(odd)  { background: var(--cream); }
    @media (min-width: 700px) {
      .menu-section { padding: 5.5rem 1rem 6rem; }
    }
    .menu-inner {
      max-width: 780px;
      margin: 0 auto;
    }

    /* Category header */
    .menu-category-wrap {
      display: flex;
      align-items: center;
      gap: 1.5rem;
      margin-bottom: 2.5rem;
    }
    .menu-category {
      font-family: var(--font-serif);
      font-size: clamp(2rem, 5vw, 2.8rem);
      font-weight: 200;
      color: var(--charcoal);
      white-space: nowrap;
      line-height: 1;
    }
    .menu-category em { font-style: italic; color: var(--gold-text); }
    .menu-category-line {
      flex: 1;
      height: 1px;
      background: var(--border);
    }

    /* Service list */
    .menu-list { display: flex; flex-direction: column; }

    .menu-item {
      padding: 2rem 0;
      border-bottom: 1px solid var(--border);
    }
    .menu-item:last-child { border-bottom: none; }

    .menu-item-main {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: .25rem;
    }
    .menu-name {
      font-family: var(--font-serif);
      font-size: 1.5rem;
      font-weight: 400;
      color: var(--charcoal);
      line-height: 1.35;
      letter-spacing: .01em;
    }
    .menu-price {
      font-family: var(--font-serif);
      font-size: 1.5rem;
      font-weight: 500;
      letter-spacing: .01em;
      color: var(--charcoal);
      white-space: nowrap;
    }
    .menu-item-table {
      padding: 1.15rem 0 1.35rem;
    }
    .menu-table {
      width: 100%;
    }
    .menu-table-head,
    .menu-table-row {
      display: grid;
      grid-template-columns: minmax(0, 1.8fr) repeat(2, minmax(64px, .7fr));
      column-gap: 1rem;
      align-items: baseline;
    }
    .menu-table-head {
      margin-bottom: .55rem;
    }
    .menu-table-head-cell {
      font-family: var(--font-sans);
      font-size: .82rem;
      font-weight: 600;
      letter-spacing: .04em;
      color: var(--charcoal);
      text-align: right;
    }
    .menu-table-head-spacer {
      min-width: 0;
    }
    .menu-table-row {
      padding: .35rem 0;
    }
    .menu-table-label,
    .menu-table-price {
      font-family: var(--font-serif);
      font-size: 1.05rem;
      line-height: 1.35;
      color: var(--muted);
    }
    .menu-table-price {
      text-align: right;
      color: var(--charcoal);
      white-space: nowrap;
    }
    .menu-note {
      font-size: 1rem;
      font-weight: 300;
      color: var(--muted);
      letter-spacing: .02em;
      line-height: 1.5;
    }
    .menu-badge {
      display: inline-block;
      font-family: var(--font-sans);
      font-size: .6rem;
      font-weight: 500;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--gold-text);
      background: rgba(201,169,110,.12);
      border: 1px solid rgba(201,169,110,.3);
      border-radius: 2px;
      padding: .2rem .5rem;
      margin-left: .65rem;
      vertical-align: middle;
      position: relative;
      top: -.1rem;
    }

    /* Section note (e.g. gel color note) */
    .menu-section-note {
      margin-top: 1rem ;
      padding: .9rem 1.1rem;
      background: rgba(201,169,110,.07);
      border-left: 2px solid var(--gold);
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: .06em;
      color: var(--gold-text);
    }

    /* Sub-divider within a section */
    .menu-sub-label {
      font-family: var(--font-sans);
      font-size: 1.5rem;
      font-weight: 500;
      letter-spacing: .3em;
      text-transform: uppercase;
      color: var(--gold-text);
      opacity: .7;
      padding: 1.5rem 0 1rem;
    }
    @media (max-width: 700px) {
      .menu-item-main {
        gap: .75rem;
      }
      .menu-name,
      .menu-price {
        font-size: 1.02rem;
      }
      .menu-table-head,
      .menu-table-row {
        grid-template-columns: minmax(0, 1.55fr) repeat(2, minmax(54px, .72fr));
        column-gap: .75rem;
      }
      .menu-table-label,
      .menu-table-price {
        font-size: .95rem;
      }
      .menu-table-head-cell {
        font-size: .74rem;
      }
    }

    /* ── BOOKING CTA ── */
    .menu-cta {
      background: var(--charcoal);
      padding: 5rem 1.25rem;
      text-align: center;
    }
    @media (min-width: 700px) { .menu-cta { padding: 7rem 1rem ; } }
    .menu-cta-eyebrow {
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: .38em;
      text-transform: uppercase;
      color: var(--gold);
      display: block;
      margin-bottom: 1.5rem;
    }
    .menu-cta-title {
      font-family: var(--font-serif);
      font-size: clamp(2.4rem, 6vw, 4.2rem);
      font-weight: 200;
      font-style: italic;
      color: rgba(255,255,255,.9);
      line-height: 1.08;
      margin-bottom: 1rem;
    }

/* About page */
.about-story-section {
  background: var(--cream);
  padding: 4.5rem 1.25rem;
}
@media (min-width: 700px) {
  .about-story-section { padding: 6.5rem 1rem ; }
}
.about-story-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 860px) {
  .about-story-inner { grid-template-columns: 1fr .82fr; gap: 5rem; }
}
.about-story-copy p,
.about-team-copy p {
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.9;
  letter-spacing: .03em;
  margin-top: 1.15rem;
}
.about-story-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--shadow);
}
.about-story-media img,
.about-team-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-values-section {
  background: var(--warm-white);
  padding: 4.5rem 1.25rem;
}
@media (min-width: 700px) {
  .about-values-section { padding: 6rem 1rem; }
}
.about-values-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--border);
  margin-top: 3rem;
}
@media (min-width: 760px) {
  .about-values-grid { grid-template-columns: repeat(3, 1fr); }
}
.about-value {
  padding: 2rem 0;
  border-bottom: 1px solid var(--border);
}
@media (min-width: 760px) {
  .about-value {
    padding: 2.5rem 2rem;
    border-right: 1px solid var(--border);
  }
  .about-value:last-child { border-right: none; }
}
.about-value span {
  display: block;
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 200;
  color: var(--gold-text);
  margin-bottom: 1rem;
}
.about-value h3 {
  font-family: var(--font-serif);
  font-size: 1.65rem;
  font-weight: 300;
  color: var(--charcoal);
  margin-bottom: .65rem;
}
.about-value p {
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.7;
}
.about-team-preview {
  background: var(--cream);
  padding: 4.5rem 1.25rem;
}
@media (min-width: 700px) {
  .about-team-preview { padding: 6.5rem 1rem ; }
}
.about-team-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 860px) {
  .about-team-inner { grid-template-columns: .9fr 1fr; gap: 5rem; }
}
.about-team-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.about-team-images img {
  aspect-ratio: 3 / 4;
  border-radius: 4px;
  box-shadow: var(--shadow);
}
.about-team-images img:nth-child(2) {
  margin-top: 2rem;
}

/* Contact page */
.contact-section {
  background: var(--cream);
  padding: 4.5rem 1.25rem;
}
@media (min-width: 700px) {
  .contact-section { padding: 6.5rem 1rem ; }
}
.contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 900px) {
  .contact-inner { grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: start; }
}
.contact-intro p {
  font-size: .9rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.9;
  letter-spacing: .03em;
  margin-top: 1.15rem;
}
.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--border);
}
.contact-info-card {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}
.contact-info-card span,
.contact-note-label {
  display: block;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold-text);
  margin-bottom: 1rem;
}
.contact-info-card strong {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.contact-info-card small {
  display: block;
  font-size: .78rem;
  font-weight: 300;
  color: var(--muted);
  letter-spacing: .04em;
  margin-top: .45rem;
}
.contact-map-section {
  background: var(--warm-white);
  padding: 4.5rem 1.25rem;
}
@media (min-width: 700px) {
  .contact-map-section { padding: 6rem 1rem; }
}
.contact-map-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: stretch;
}
@media (min-width: 860px) {
  .contact-map-inner { grid-template-columns: .72fr 1.28fr; gap: 4rem; }
}
.contact-hours-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 2rem;
}
.contact-hours-table td {
  padding: .85rem 0;
  border-bottom: 1px solid var(--border);
  font-size: .86rem;
  font-weight: 300;
  color: var(--muted);
}
.contact-hours-table td:first-child {
  color: var(--charcoal);
  letter-spacing: .08em;
}
.contact-hours-table td:last-child {
  text-align: right;
}
.contact-map {
  min-height: 360px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}
.contact-note-section {
  background: var(--cream);
  padding: 3rem 1.25rem;
}
@media (min-width: 700px) {
  .contact-note-section { padding: 4rem 1rem ; }
}
.contact-note-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.contact-note-inner p {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 4vw, 2rem);
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.35;
}
    

.booking-section {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  margin-top: 80px;
}

.iframe-wrapper {
  width: 100%;
  max-width: 1200px;
  height: 90vh; /* Chiều cao bằng 90% chiều cao màn hình */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .booking-section {
    padding: 20px 10px;
  }

  .iframe-wrapper {
    height: 80vh; /* thấp hơn chút cho mobile */
    border-radius: 6px;
  }
}
