  @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Outfit:wght@400;500;600;700&display=swap');

  @media (max-width: 991px) {
    .ds-lux-contact { padding: 2.75rem 0 3.25rem; }
    .ds-lux-head { margin-bottom: 1.5rem; }
  }

  .ds-lux-contact {
    --ds-nude: #f6fbfa;
    --ds-rose-tint: #e8f4f2;
    --ds-beige: #d4ebe8;
    --ds-mocha: var(--ds-ink-muted, #5c4a42);
    --ds-black: var(--ds-ink, #1a1416);
    --ds-gold: #4a8f84;
    --ds-champagne: #a2ded8;
    --ds-glass: rgba(255, 255, 255, 0.82);
    font-family: 'Outfit', system-ui, sans-serif;
    position: relative;
    padding: 4rem 0 5rem;
    overflow: hidden;
  }
  .ds-lux-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 70% 50% at 15% 10%, rgba(162, 222, 216, 0.2), transparent 50%),
      radial-gradient(ellipse 60% 45% at 85% 90%, rgba(232, 248, 246, 0.45), transparent 55%),
      linear-gradient(175deg, var(--ds-nude) 0%, #f6fbfa 45%, #fff 100%);
    z-index: 0;
  }
  .ds-lux-contact > .container { position: relative; z-index: 1; }

  .ds-pin-float {
    position: absolute;
    font-size: 1.25rem;
    opacity: 0.35;
    animation: ds-pin-drift 8s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
  }
  .ds-pin-float:nth-child(1) { top: 8%; left: 6%; animation-delay: 0s; }
  .ds-pin-float:nth-child(2) { top: 18%; right: 8%; animation-delay: 2s; }
  .ds-pin-float:nth-child(3) { bottom: 22%; left: 12%; animation-delay: 4s; }
  .ds-pin-float:nth-child(4) { bottom: 12%; right: 10%; animation-delay: 1s; }
  @keyframes ds-pin-drift {
    0%, 100% { transform: translateY(0) rotate(-6deg); }
    50% { transform: translateY(-12px) rotate(6deg); }
  }

  .ds-lux-head { text-align: center; max-width: 720px; margin: 0 auto 2.5rem; }
  .ds-lux-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--ds-mocha);
    font-weight: 600;
    margin-bottom: 0.75rem;
  }
  .ds-lux-head h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2rem, 4.5vw, 2.75rem);
    font-weight: 600;
    color: var(--ds-black);
    line-height: 1.15;
    margin-bottom: 0.85rem;
  }
  .ds-lux-sub {
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--ds-mocha);
    margin: 0;
  }

  .ds-seo-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    margin-bottom: 2.25rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .ds-seo-pill {
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 0.35rem 0.85rem;
    border-radius: 100px;
    background: var(--ds-glass);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(162, 222, 216, 0.42);
    color: var(--ds-mocha);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
  }
  .ds-seo-pill:hover {
    box-shadow: 0 0 20px rgba(162, 222, 216, 0.35);
    transform: translateY(-2px);
  }

  @media (max-width: 991px) {
    .ds-lux-contact {
      overflow-x: clip;
    }
    .ds-seo-pills {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x proximity;
      scrollbar-width: none;
      max-width: none;
      width: 100%;
      margin-left: -0.75rem;
      margin-right: -0.75rem;
      margin-bottom: 1.75rem;
      padding: 0.35rem 0.75rem 0.55rem;
      touch-action: pan-x;
    }
    .ds-seo-pills::-webkit-scrollbar {
      display: none;
    }
    .ds-seo-pill {
      display: inline-flex;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
      scroll-snap-align: start;
      white-space: nowrap;
    }
  }

  .ds-loc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.35rem;
    margin-bottom: 2rem;
  }
  .ds-loc-card {
    position: relative;
    border-radius: 22px;
    padding: 1.5rem 1.35rem 1.4rem;
    background: var(--ds-glass);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 48px rgba(26, 20, 22, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
  }
  .ds-loc-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 23px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(162, 222, 216, 0.5), rgba(162, 222, 216, 0.2), rgba(90, 158, 148, 0.15));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  .ds-loc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(74, 143, 132, 0.12), 0 0 40px rgba(162, 222, 216, 0.15);
  }
  .ds-loc-card:hover::before { opacity: 1; }
  .ds-loc-card.is-flagship {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(246, 251, 250, 0.9));
  }
  .ds-loc-card.is-selected {
    box-shadow: 0 24px 56px rgba(74, 143, 132, 0.14), 0 0 0 2px rgba(162, 222, 216, 0.55);
    transform: translateY(-4px);
  }
  .ds-loc-card.is-selected::before { opacity: 1; }
  .ds-loc-card[role="button"] { cursor: pointer; }
  .ds-loc-card[role="button"]:focus-visible {
    outline: 2px solid var(--ds-gold);
    outline-offset: 3px;
  }
  .ds-loc-select-hint {
    text-align: center;
    font-size: 0.82rem;
    color: var(--ds-mocha);
    margin: -0.5rem 0 1.25rem;
    opacity: 0.9;
  }
  .ds-book-area {
    display: inline-block;
    max-width: 100%;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4a8f84;
    margin-bottom: 0.65rem;
    padding: 0.38rem 0.9rem;
    border-radius: 100px;
    background: rgba(162, 222, 216, 0.15);
    border: 1px solid rgba(162, 222, 216, 0.42);
  }
  .ds-loc-pin {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #7ec9bf, #4a8f84);
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    box-shadow: 0 8px 24px rgba(74, 143, 132, 0.24);
  }
  .ds-loc-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #4a8f84;
    background: rgba(255, 255, 255, 0.92);
    padding: 0.3rem 0.65rem;
    border-radius: 100px;
    border: 1px solid rgba(162, 222, 216, 0.45);
  }
  .ds-loc-card h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--ds-black);
    margin: 0 0 0.5rem;
  }
  .ds-loc-addr {
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--ds-mocha);
    margin-bottom: 1rem;
  }
  .ds-loc-meta {
    font-size: 0.82rem;
    color: var(--ds-mocha);
    margin-bottom: 0.35rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
  }
  .ds-loc-meta i { color: #4a8f84; width: 1rem; text-align: center; }
  .ds-loc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    justify-content: flex-end;
  }
  .ds-btn-dir {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--ds-black);
    background: #fff;
    border: 1px solid rgba(162, 222, 216, 0.55);
    transition: all 0.25s ease;
  }
  .ds-btn-dir:hover {
    background: linear-gradient(135deg, #6bb8ad, #4a8f84);
    color: #fff;
    border-color: #4a8f84;
    box-shadow: 0 8px 24px rgba(74, 143, 132, 0.22);
  }

  .ds-mid-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.35rem;
    margin-bottom: 2rem;
  }
  @media (max-width: 767px) {
    .ds-mid-row { grid-template-columns: 1fr; }
  }

  .ds-glass-card {
    border-radius: 24px;
    padding: 1.75rem 1.5rem;
    background: var(--ds-glass);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 50px rgba(26, 20, 22, 0.1);
    position: relative;
  }
  .ds-glass-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.4) 50%, transparent 60%);
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }
  .ds-glass-card:hover::after {
    opacity: 1;
    animation: ds-shimmer 1.2s ease;
  }
  @keyframes ds-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
  }

  .ds-contact-float {
    text-align: center;
  }
  .ds-contact-float .ds-icon-ring {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #7ec9bf, #4a8f84);
    color: #fff;
    font-size: 1.35rem;
    box-shadow: 0 12px 32px rgba(74, 143, 132, 0.28);
    animation: ds-ring-pulse 3s ease-in-out infinite;
  }
  @keyframes ds-ring-pulse {
    0%, 100% { box-shadow: 0 12px 32px rgba(74, 143, 132, 0.28); }
    50% { box-shadow: 0 12px 40px rgba(74, 143, 132, 0.38), 0 0 0 8px rgba(162, 222, 216, 0.15); }
  }
  .ds-contact-float h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--ds-black);
    margin-bottom: 0.75rem;
  }
  .ds-phone-lg {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--ds-black);
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
  }
  .ds-phone-lg:hover { color: #4a8f84; }
  .ds-contact-note {
    font-size: 0.88rem;
    color: var(--ds-mocha);
    margin-bottom: 1.25rem;
    line-height: 1.5;
  }
  .ds-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
  }
  .ds-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.35rem;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #6bb8ad, #4a8f84);
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .ds-btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(74, 143, 132, 0.28);
  }
  .ds-btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.35rem;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(120deg, #25d366, #128c7e);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .ds-btn-wa:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.35);
  }
  .ds-btn-book {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.2rem;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    color: #4a8f84;
    background: rgba(162, 222, 216, 0.15);
    border: 1px solid rgba(162, 222, 216, 0.5);
    margin-top: 0.5rem;
  }
  .ds-btn-book:hover { background: linear-gradient(135deg, #6bb8ad, #4a8f84); color: #fff; }

  .ds-hours-card h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--ds-black);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .ds-hours-card h3 i {
    color: #4a8f84;
    animation: ds-tick 2s ease-in-out infinite;
  }
  @keyframes ds-tick {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(8deg); }
    75% { transform: rotate(-8deg); }
  }
  .ds-hour-line {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(162, 222, 216, 0.28);
    font-size: 0.92rem;
    color: var(--ds-mocha);
  }
  .ds-hour-line:last-child { border-bottom: none; }
  .ds-hour-line strong { color: var(--ds-black); display: block; font-size: 0.95rem; }
  .ds-hour-open {
    margin-top: 1rem;
    padding: 0.65rem 1rem;
    border-radius: 12px;
    background: rgba(162, 222, 216, 0.12);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ds-mocha);
    text-align: center;
  }

  .ds-flagship {
    border-radius: 28px;
    overflow: hidden;
    background: var(--ds-glass);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 64px rgba(26, 20, 22, 0.12);
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    min-height: 320px;
  }
  @media (max-width: 991px) {
    .ds-flagship { grid-template-columns: 1fr; }
  }
  .ds-flagship-info {
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ds-flagship-info h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.65rem;
    font-weight: 600;
    color: var(--ds-black);
    margin-bottom: 0.75rem;
  }
  .ds-flagship-addr {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--ds-mocha);
    margin-bottom: 1rem;
  }
  .ds-flagship-kw {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1.25rem;
  }
  .ds-flagship-kw span {
    font-size: 0.65rem;
    padding: 0.3rem 0.7rem;
    border-radius: 100px;
    background: rgba(26, 20, 22, 0.06);
    color: var(--ds-mocha);
    transition: opacity 0.25s ease;
  }
  .ds-map-wrap {
    position: relative;
    min-height: 320px;
    min-width: 0;
    background: linear-gradient(145deg, #e8dfd6, #d4c4b8);
  }
  .ds-map-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    display: block;
    filter: saturate(0.95) contrast(1.02);
    transition: opacity 0.35s ease;
  }
  .ds-map-wrap iframe.is-swapping { opacity: 0.35; }
  .ds-map-overlay {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
  }
  .ds-map-overlay a {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1.1rem;
    border-radius: 100px;
    background: rgba(26, 20, 22, 0.88);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    backdrop-filter: blur(8px);
  }

  .ds-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
  }
  .ds-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  @media (max-width: 576px) {
    .ds-lux-contact { padding: 3rem 0 4rem; }
  }
  @media (prefers-reduced-motion: reduce) {
    .ds-pin-float, .ds-icon-ring, .ds-hours-card h3 i { animation: none; }
    .ds-reveal { opacity: 1; transform: none; transition: none; }
    .ds-loc-card:hover { transform: none; }
  }
