*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --ivory:    #F5F0EA;
    --cream:    #FAF7F3;
    --white:    #FDFCFA;
    --plum:     #6B2D4E;
    --plum-dark:#54223C;
    --gold:     #C4A96B;
    --gold-lt:  #D9C08A;
    --charcoal: #2C2420;
    --warm-gray:#7A6F6A;
    --divider:  #E8E0D5;
  }
  html { font-size: 16px; scroll-behavior: smooth; }
  body {
    background: var(--cream);
    color: var(--charcoal);
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
  }

  /* ── NAV ── */
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.4rem 3rem;
    background: var(--cream);
    border-bottom: 1px solid var(--divider);
    position: sticky; top: 0; z-index: 100;
  }
  .nav-left { display: flex; gap: 2.5rem; list-style: none; }
  .nav-left a {
    font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--charcoal); text-decoration: none; transition: opacity 0.2s;
  }
  .nav-left a:hover { opacity: 1; }
  .nav-left a.active { opacity: 1; padding-bottom: 2px; }
  .nav-logo {
    display: flex; align-items: center; text-decoration: none;
  }
  .nav-right { display: flex; align-items: center; gap: 2rem; }
  .nav-right a { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--charcoal); text-decoration: none; opacity: 1; }
  .nav-right a:hover { opacity: 1; }
  .btn-book {
    background: var(--plum); color: #fff !important; opacity: 1 !important;
    padding: 0.65rem 1.6rem; font-size: 0.72rem !important; letter-spacing: 0.18em;
    text-transform: uppercase; text-decoration: none; transition: background 0.2s;
  }
  .btn-book:hover { background: var(--plum-dark) !important; }

  /* ── HERO ── */
  .hero {
    background: var(--ivory);
    padding: 6rem 2rem 5rem;
    text-align: center;
  }
  .eyebrow {
    font-size: 0.68rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem;
  }
  .hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 300; line-height: 1.15; color: var(--charcoal); margin-bottom: 1.25rem;
  }
  .hero h1 em { font-style: italic; color: var(--plum); }
  .gold-ornament {
    display: flex; align-items: center; justify-content: center; gap: 1rem; margin: 1.25rem auto 1.75rem;
  }
  .gold-ornament::before, .gold-ornament::after {
    content: ''; width: 50px; height: 1px; background: var(--gold);
  }
  .gold-ornament-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
  .hero-sub { font-size: 0.95rem; color: var(--warm-gray); max-width: 520px; margin: 0 auto; line-height: 1.9; }

  /* ── TAB NAV ── */
  .tab-nav {
    display: flex; justify-content: center; gap: 0;
    background: var(--cream); border-bottom: 1px solid var(--divider);
    position: relative;
    overflow-x: auto;
  }
  .tab-btn {
    font-family: 'Jost', sans-serif; font-size: 0.72rem; font-weight: 400;
    letter-spacing: 0.2em; text-transform: uppercase; color: var(--warm-gray);
    background: none; border: none; border-bottom: 2px solid transparent;
    padding: 1.1rem 1.8rem; cursor: pointer; transition: all 0.2s; white-space: nowrap;
  }
  .tab-btn:hover { color: var(--charcoal); }
  .tab-btn.active { color: var(--plum); border-bottom-color: var(--plum); font-weight: 500; }

  /* ── SECTION WRAPPER ── */
  .service-section { display: none; max-width: 1120px; margin: 0 auto; padding: 5rem 3rem; }
  .service-section.visible { display: block; }

  .section-intro { text-align: center; margin-bottom: 4rem; }
  .section-intro h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 300; margin-top: 0.5rem;
  }
  .section-intro h2 em { font-style: italic; color: var(--plum); }
  .section-intro p { font-size: 0.88rem; color: var(--warm-gray); max-width: 560px; margin: 1rem auto 0; line-height: 1.9; }

  /* ── SERVICE GRID ── */
  .service-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem;
  }
  .service-card {
    background: var(--white); border: 1px solid var(--divider);
    padding: 2.25rem 2rem; position: relative; transition: box-shadow 0.2s;
  }
  .service-card:hover { box-shadow: 0 8px 32px rgba(107,45,78,0.07); }
  .service-card.featured {
    border-color: var(--gold); background: linear-gradient(145deg, #fff 60%, #FAF5EC);
  }
  .featured-badge {
    position: absolute; top: -1px; right: 1.5rem;
    background: var(--gold); color: #fff; font-size: 0.6rem;
    letter-spacing: 0.2em; text-transform: uppercase; padding: 0.3rem 0.75rem;
  }
  .card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 0.5rem; background: none;}
  .card-name {
    font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: var(--charcoal);
  }
  .card-price {
    font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 400;
    color: #6b2d4e; white-space: nowrap; margin-left: 1rem;
  }
  .card-duration {
    font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 1.1rem;
  }
  .card-desc { font-size: 0.85rem; color: var(--warm-gray); margin-bottom: 1.1rem; line-height: 1.85; }
  .card-list { list-style: none; }
  .card-list li {
    font-size: 0.84rem; color: #666; padding: 0.3rem 0;
    border-bottom: 1px solid var(--divider); display: flex; align-items: flex-start; gap: 0.6rem;
  }
  .card-list li:last-child { border-bottom: none; }
  .card-list li::before { content: '—'; color: var(--gold); font-size: 0.75rem; margin-top: 2px; flex-shrink: 0; }
  .card-upgrade {
    margin-top: 1rem; font-size: 0.78rem; color: var(--plum);
    font-style: italic; padding-top: 0.75rem; border-top: 1px solid var(--divider);
  }

  /* ── SINGLE COL CARDS ── */
  .service-grid.single { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }

  /* ── ADD-ONS ── */
  .addons-wrap { margin-top: 3.5rem; }
  .addons-title {
    font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300;
    text-align: center; margin-bottom: 2rem;
  }
  .addons-title em { font-style: italic; color: var(--plum); }
  .addons-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
    border: 1px solid var(--divider); background: var(--divider);
  }
  .addon-item {
    background: var(--white); padding: 1.1rem 1.25rem;
    display: flex; justify-content: space-between; align-items: center;
  }
  .addon-name { font-size: 0.85rem; color: var(--charcoal); }
  .addon-price { font-size: 0.85rem; color: #6b2d4e; font-weight: 600; white-space: nowrap; margin-left: 0.5rem; }

  /* ── SPA PACKAGES ── */
  .packages-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .package-card {
    background: var(--white); border: 1px solid var(--divider); padding: 2.25rem 2rem;
    transition: box-shadow 0.2s;
  }
  .package-card:hover { box-shadow: 0 8px 32px rgba(107,45,78,0.07); }
  .pkg-header { margin-bottom: 0.4rem; }
  .pkg-name {
    font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: var(--charcoal);
  }
  .pkg-meta { display: flex; gap: 1rem; align-items: center; margin-bottom: 1rem; }
  .pkg-price { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: #6b2d4e; }
  .pkg-duration { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }

  /* ── OTHER SERVICES ── */
  .other-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
    border: 1px solid var(--divider); background: var(--divider);
  }
  .other-item {
    background: var(--white); padding: 1.25rem 1.5rem;
    display: flex; justify-content: space-between; align-items: center;
  }
  .other-name { font-size: 0.88rem; color: var(--charcoal); }
  .other-price { font-size: 0.88rem; color: #6b2d4e; font-weight: 600; }

  /* ── COMPLEMENTARY STRIP ── */
  .complimentary {
    background: var(--plum); color: #fff;
    text-align: center; padding: 3.5rem 2rem; margin-top: 5rem;
  }
  .complimentary h3 {
    font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 300;
    font-style: italic; margin-bottom: 0.75rem;
  }
  .complimentary p { font-size: 0.88rem; color: rgba(255,255,255,0.8); letter-spacing: 0.08em; }

  /* ── BOOKING CTA ── */
  .booking-cta {
    text-align: center; padding: 6rem 2rem; background: var(--ivory);
  }
  .booking-cta h2 {
    font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 300; margin-bottom: 1rem;
  }
  .booking-cta h2 em { font-style: italic; color: var(--plum); }
  .booking-cta p { font-size: 0.9rem; color: var(--warm-gray); margin-bottom: 2.5rem; }
  .btn-primary {
    display: inline-block; padding: 1rem 3rem; background: var(--plum); color: #fff;
    font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
    text-decoration: none; transition: background 0.25s;
  }
  .btn-primary:hover { background: var(--plum-dark); }
  .note {
    font-size: 0.72rem; color: var(--warm-gray); letter-spacing: 0.1em;
    text-transform: uppercase; margin-top: 2rem;
  }

  /* ── FOOTER ── */
  footer {
    border-top: 1px solid var(--divider); background: var(--ivory);
    padding: 2.5rem 3rem; display: flex; justify-content: space-between;
    align-items: center; font-size: 0.73rem; color: var(--warm-gray); letter-spacing: 0.05em;
  }
  footer a { color: var(--warm-gray); text-decoration: none; }
  footer a:hover { color: var(--plum); }

  /* ── RESPONSIVE ── */
  @media (max-width: 820px) {
    nav { padding: 1rem 1.5rem; }
    .service-section { padding: 3rem 1.5rem; }
    .service-grid, .packages-grid { grid-template-columns: 1fr; }
    .addons-grid, .other-grid { grid-template-columns: 1fr 1fr; }
    footer { flex-direction: column; gap: 1rem; text-align: center; }
  }
  @media (max-width: 480px) {
    .addons-grid, .other-grid { grid-template-columns: 1fr; }
  }