:root {
  --black: #070707;
  --surface: #11100e;
  --surface-soft: #191713;
  --gold: #d9ad54;
  --gold-light: #f5dc96;
  --cream: #f4ede0;
  --muted: #aaa294;
  --line: rgba(217, 173, 84, 0.28);
}

/* Hero V3: editorial, conversion-focused slides with readable HTML copy */
.hero-slide.hero-v3 { overflow: hidden; isolation: isolate; background: #17110d; }
.hero-slide.hero-v3::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, rgba(15,10,7,.82) 0%, rgba(15,10,7,.52) 34%, rgba(15,10,7,.06) 72%), linear-gradient(0deg, rgba(8,5,3,.45), transparent 42%);
}
.hero-slide.hero-v3 img,
.hero-slide.banner-slide.hero-v3 img {
  position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; max-width: none; max-height: none;
  object-fit: cover; object-position: center; transform: none; border-radius: 0 !important; filter: none !important;
}
.hero-copy { position: absolute; z-index: 2; top: 50%; width: min(560px, 44vw); transform: translateY(-50%); }
.hero-copy-left { left: clamp(32px, 8vw, 120px); }
.hero-copy-right { right: clamp(32px, 8vw, 120px); }
.hero-copy .eyebrow { margin: 0 0 14px; color: #f4cb70; font-size: .72rem; font-weight: 800; letter-spacing: .18em; }
.hero-copy h1, .hero-copy h2 { margin: 0 0 18px; color: #fffaf0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.4vw, 5rem); line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
.hero-copy > p:not(.eyebrow) { margin: 0 0 26px; color: #fff4df; font-size: clamp(.95rem, 1.25vw, 1.12rem); line-height: 1.75; max-width: 510px; text-shadow: 0 1px 14px rgba(0,0,0,.25); }
.hero-copy .gold-button { display: inline-flex; position: relative; z-index: 3; }
html[data-theme="night"] .hero-slide.hero-v3::after { background: linear-gradient(90deg, rgba(3,3,4,.9), rgba(3,3,4,.63) 38%, rgba(3,3,4,.15) 78%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 48%); }
html[data-theme="night"] .hero-copy h1, html[data-theme="night"] .hero-copy h2 { color: #fffdf7; }
@media (max-width: 760px) {
  .hero-slider { height: 520px; min-height: 520px; }
  .hero-slide.hero-v3::after { background: linear-gradient(0deg, rgba(10,7,5,.9) 0%, rgba(10,7,5,.58) 52%, rgba(10,7,5,.1) 100%); }
  .hero-copy, .hero-copy-left, .hero-copy-right { left: 24px; right: 24px; top: auto; bottom: 58px; width: auto; transform: none; }
  .hero-copy h1, .hero-copy h2 { margin-bottom: 12px; font-size: clamp(2rem, 10vw, 3.1rem); }
  .hero-copy > p:not(.eyebrow) { margin-bottom: 18px; font-size: .92rem; line-height: 1.55; }
  .hero-slide.hero-v3 img, .hero-slide.banner-slide.hero-v3 img { object-position: 58% center; }
}

/* Final cascade for Hero V3 (kept last so legacy slider rules cannot override it) */
.hero-slide.hero-v3 { overflow: hidden; isolation: isolate; background: #17110d; }
.hero-slide.hero-v3 img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; object-position: center; transform: none; border-radius: 0 !important; filter: none !important; }
.hero-slide.hero-v3::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(15,10,7,.82), rgba(15,10,7,.52) 34%, rgba(15,10,7,.06) 72%), linear-gradient(0deg, rgba(8,5,3,.45), transparent 42%); }
.hero-slide.hero-v3 .hero-copy { position: absolute; z-index: 2; top: 50%; width: min(560px, 44vw); transform: translateY(-50%); }
.hero-slide.hero-v3 .hero-copy-left { left: clamp(32px, 8vw, 120px); }
.hero-slide.hero-v3 .hero-copy-right { right: clamp(32px, 8vw, 120px); }
.hero-slide.hero-v3 .hero-copy .eyebrow { margin: 0 0 14px; color: #f4cb70; font-size: .72rem; font-weight: 800; letter-spacing: .18em; }
.hero-slide.hero-v3 .hero-copy h1, .hero-slide.hero-v3 .hero-copy h2 { margin: 0 0 18px; color: #fffaf0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.4vw, 5rem); line-height: .98; letter-spacing: -.035em; }
.hero-slide.hero-v3 .hero-copy > p:not(.eyebrow) { margin: 0 0 26px; color: #fff4df; font-size: clamp(.95rem, 1.25vw, 1.12rem); line-height: 1.75; max-width: 510px; text-shadow: 0 1px 14px rgba(0,0,0,.25); }
html[data-theme="night"] .hero-slide.hero-v3::after { background: linear-gradient(90deg, rgba(3,3,4,.9), rgba(3,3,4,.63) 38%, rgba(3,3,4,.15) 78%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 48%); }
@media (max-width: 760px) { .hero-slider { height: 520px; min-height: 520px; } .hero-slide.hero-v3::after { background: linear-gradient(0deg, rgba(10,7,5,.9), rgba(10,7,5,.58) 52%, rgba(10,7,5,.1)); } .hero-slide.hero-v3 .hero-copy, .hero-slide.hero-v3 .hero-copy-left, .hero-slide.hero-v3 .hero-copy-right { left: 24px; right: 24px; top: auto; bottom: 58px; width: auto; transform: none; } .hero-slide.hero-v3 .hero-copy h1, .hero-slide.hero-v3 .hero-copy h2 { margin-bottom: 12px; font-size: clamp(2rem, 10vw, 3.1rem); } .hero-slide.hero-v3 .hero-copy > p:not(.eyebrow) { margin-bottom: 18px; font-size: .92rem; line-height: 1.55; } .hero-slide.hero-v3 img { object-position: 58% center; } }

/* Directory view: focused, premium two-column selection page */
.profiles-directory #home > :not(.profiles-section) { display: none; }
.profiles-directory .profiles-section { min-height: 100vh; padding-top: 130px; }
.profiles-directory .profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.profiles-directory .profile-card { border-radius: 24px; }
.profiles-directory .profile-image { aspect-ratio: 16 / 10; }
.profiles-directory .profile-result { color: var(--gold); font-weight: 700; }
.profiles-directory .load-more-wrap { display: none; }
@media (max-width: 700px) { .profiles-directory .profiles-section { padding: 104px 18px 56px; } .profiles-directory .profile-grid { grid-template-columns: 1fr; gap: 16px; } }

/* Floating "น้องใหม่ใกล้ฉัน" contact card */
.contact-popup { padding: 0; background: transparent; border: 0; box-shadow: none; }
.contact-popup-trigger { display: flex; align-items: center; gap: 10px; padding: 11px 15px 11px 11px; border: 1px solid rgba(214,165,66,.45); border-radius: 999px; background: linear-gradient(135deg,#fffdf8,#f4dfaa); color: #2d2118; cursor: pointer; box-shadow: 0 12px 30px rgba(78,51,18,.18); text-align: left; }
.contact-popup-trigger strong, .contact-popup-trigger small { display: block; }
.contact-popup-trigger strong { font-size: .83rem; letter-spacing: .02em; }
.contact-popup-trigger small { margin-top: 2px; color: #84642d; font-size: .67rem; }
.contact-pin { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #15100c; color: #f1c861; font-size: 1.25rem; }
.contact-popup-panel { position: absolute; right: 0; bottom: calc(100% + 12px); width: 286px; padding: 15px; border: 1px solid rgba(214,165,66,.35); border-radius: 20px; background: rgba(255,252,245,.98); box-shadow: 0 18px 55px rgba(62,39,9,.22); }
.contact-popup-panel[hidden] { display: none; }
.contact-popup-panel > p { margin: 0 0 10px; color: #756044; font-size: .75rem; }
.contact-channel { display: flex; align-items: center; gap: 10px; padding: 10px; margin-top: 8px; border-radius: 14px; color: #2d2118; text-decoration: none; background: #fffaf0; border: 1px solid rgba(214,165,66,.18); }
.contact-channel:hover { transform: translateY(-2px); border-color: rgba(214,165,66,.55); }
.channel-icon { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 10px; background: #11100d; color: #fff; font: 800 .7rem Arial,sans-serif; }
.contact-channel.facebook .channel-icon { background: #1877f2; font-size: 1.35rem; }
.contact-channel.line .channel-icon { background: #06c755; font-size: .55rem; }
.contact-channel strong, .contact-channel small { display: block; }
.contact-channel strong { font-size: .78rem; }
.contact-channel small { margin-top: 2px; color: #7c694c; font-size: .66rem; line-height: 1.55; }
.contact-channel.phones a { color: inherit; text-decoration: none; }
html[data-theme="night"] .contact-popup-panel { background: rgba(25,22,18,.98); border-color: rgba(236,191,93,.35); }
html[data-theme="night"] .contact-channel { color: #fff5e4; background: #211c16; }
html[data-theme="night"] .contact-channel small, html[data-theme="night"] .contact-popup-panel > p { color: #d0b98b; }
@media (max-width: 700px) { .contact-popup-panel { right: -4px; width: min(286px, calc(100vw - 34px)); } .contact-popup-trigger { padding-right: 12px; } }

/* Premium gold frames for every profile card */
.profiles-section .profile-grid { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; gap: 18px !important; }
.profiles-section .profile-card { position: relative; overflow: hidden; border: 1px solid rgba(190,139,42,.62); border-radius: 22px; background: linear-gradient(145deg,#fffdf8 0%,#f7e7bd 48%,#fffaf0 100%); box-shadow: 0 10px 26px rgba(92,57,11,.12), inset 0 0 0 1px rgba(255,255,255,.85); }
.profiles-section .profile-card::before { content: ""; position: absolute; inset: 7px; z-index: 1; pointer-events: none; border: 1px solid rgba(206,158,62,.34); border-radius: 16px; }
.profiles-section .profile-image { position: relative; z-index: 0; margin: 7px 7px 0; width: calc(100% - 14px); border: 1px solid rgba(203,153,50,.52); border-radius: 16px 16px 12px 12px; overflow: hidden; background: #21170d; }
.profiles-section .profile-image img { transition: transform .45s ease, filter .45s ease; }
.profiles-section .profile-card:hover .profile-image img { transform: scale(1.04); filter: saturate(1.06) contrast(1.02); }
.profiles-section .card-body { position: relative; z-index: 2; padding: 16px 17px 18px; }
.profiles-section .card-body small { color: #a67825; font-weight: 800; letter-spacing: .12em; }
.profiles-section .card-body h3 { color: #2b2018; }
.profiles-section .card-body > a { border: 1px solid #d5a642; background: linear-gradient(135deg,#fff2bb,#d9a83d); color: #271b0f; box-shadow: 0 4px 12px rgba(155,103,20,.2); }
html[data-theme="night"] .profiles-section .profile-card { background: linear-gradient(145deg,#2a2117,#17120e 60%,#312316); border-color: rgba(236,191,93,.65); }
html[data-theme="night"] .profiles-section .profile-card::before { border-color: rgba(236,191,93,.28); }
html[data-theme="night"] .profiles-section .card-body h3, html[data-theme="night"] .profiles-section .card-body p { color: #fff2d5; }
@media (max-width: 1100px) { .profiles-section .profile-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } }
@media (max-width: 700px) { .profiles-section .profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 14px !important; } }
.profiles-section .profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 700px) { .profiles-section .profile-grid { grid-template-columns: 1fr; gap: 16px; } }
.profiles-section .profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 700px) { .profiles-section .profile-grid { grid-template-columns: 1fr; gap: 16px; } }

html[data-theme="night"] {
  --aura-ivory: #11100e;
  --aura-pearl: #191714;
  --aura-ink: #f8efdc;
  --aura-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

html[data-theme="night"] body {
  color: #f8efdc;
  background: radial-gradient(circle at 12% 0%, rgba(126, 86, 28, .24), transparent 30%), linear-gradient(135deg, #11100e, #201a13 58%, #0d0c0b);
}

html[data-theme="night"] .site-header,
html[data-theme="night"] .profile-toolbar,
html[data-theme="night"] .profile-card,
html[data-theme="night"] .trust-grid article,
html[data-theme="night"] .contact-section {
  background: rgba(25, 23, 20, .88) !important;
  color: #f8efdc;
  border-color: rgba(244, 210, 130, .26) !important;
}

html[data-theme="night"] .main-nav a,
html[data-theme="night"] .logo,
html[data-theme="night"] .section-heading h2,
html[data-theme="night"] .ceo-copy h1,
html[data-theme="night"] .ceo-copy h2,
html[data-theme="night"] .card-body h3,
html[data-theme="night"] .contact-section h2,
html[data-theme="night"] .trust-heading h2,
html[data-theme="night"] .trust-grid h3 { color: #fff8e8 !important; }

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  color: #6f4d16;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(184, 137, 47, .24);
  border-radius: 999px;
  cursor: pointer;
  font: 700 .78rem/1 Arial, sans-serif;
}

html[data-theme="night"] .theme-toggle {
  color: #f8e4b0;
  background: rgba(34, 30, 24, .9);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  position: relative;
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 15% 25%, rgba(217, 173, 84, 0.08), transparent 26%),
    radial-gradient(circle at 85% 65%, rgba(29, 54, 98, 0.12), transparent 30%),
    var(--black);
  font-family: Tahoma, "Noto Sans Thai", Arial, sans-serif;
  line-height: 1.6;
}
body.locked { overflow: hidden; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 50% 42%, rgba(217, 173, 84, 0.14), transparent 30%),
    linear-gradient(rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.96)),
    url("./assets/slide-01.webp") center / cover;
  backdrop-filter: blur(18px);
}
.age-gate.hidden { display: none; }
.age-panel {
  position: relative;
  width: min(500px, 100%);
  padding: 38px 38px 34px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(28, 23, 15, 0.98), rgba(5, 5, 5, 0.99) 55%),
    #090909;
  border: 1px solid rgba(245, 220, 150, 0.7);
  border-radius: 18px;
  box-shadow:
    0 35px 110px rgba(0, 0, 0, 0.82),
    0 0 70px rgba(217, 173, 84, 0.14),
    inset 0 1px rgba(255, 255, 255, 0.08);
}
.age-panel::before {
  position: absolute;
  top: 0;
  left: 18%;
  width: 64%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #fff0bd, transparent);
  content: "";
}
.age-panel::after {
  position: absolute;
  top: -120px;
  left: 50%;
  width: 320px;
  height: 250px;
  background: radial-gradient(circle, rgba(217, 173, 84, 0.2), transparent 66%);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}
.age-logo {
  position: relative;
  z-index: 1;
  width: 180px;
  height: 180px;
  margin: 0 auto 17px;
}
.age-logo::before {
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(217, 173, 84, 0.35);
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(217, 173, 84, 0.2);
  content: "";
}
.age-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid var(--gold);
  border-radius: 50%;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.65), inset 0 0 18px rgba(255, 221, 137, 0.12);
}
.age-logo span {
  position: absolute;
  right: -4px;
  bottom: 10px;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #151008;
  background: linear-gradient(135deg, #fff1bd, #bd852d);
  border: 3px solid #0a0907;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.55);
  font: 800 0.9rem/1 Georgia, serif;
}
.age-brand { position: relative; z-index: 1; margin: 0 0 12px !important; color: var(--gold) !important; font: 0.68rem Georgia, serif; letter-spacing: 0.2em; }
.age-panel h1 { position: relative; z-index: 1; margin: 0 0 10px; color: #fff8e8; font-size: 1.55rem; }
.age-panel > p:not(.age-brand) { position: relative; z-index: 1; max-width: 390px; margin: 0 auto; color: var(--muted); }
.age-panel button,
.gold-button,
.contact-button {
  display: inline-flex;
  justify-content: center;
  padding: 12px 22px;
  color: #090909;
  background: linear-gradient(135deg, #f8e4a8, #bd852d);
  border: 0;
  border-radius: 4px;
  font-weight: 800;
  cursor: pointer;
}
.age-panel button {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 24px;
  padding-block: 14px;
  border-radius: 7px;
  box-shadow: 0 12px 35px rgba(189, 133, 45, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.age-panel button:hover { box-shadow: 0 16px 42px rgba(217, 173, 84, 0.34); transform: translateY(-2px); }
.age-actions { position: relative; z-index: 1; display: grid; gap: 10px; margin-top: 18px; }
.age-actions #acceptAge { margin-top: 0; }
.age-join-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; color: #f4d78e; border: 1px solid rgba(236, 201, 119, .55); border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .88rem; transition: background .2s ease, transform .2s ease; }
.age-join-link:hover { background: rgba(236, 201, 119, .12); transform: translateY(-1px); }
.age-join-note { position: relative; z-index: 1; margin: 12px 0 0 !important; color: rgba(245, 231, 201, .68) !important; font-size: .72rem !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 78px;
  padding: 10px clamp(18px, 5vw, 76px);
  background: rgba(5, 5, 5, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.logo { display: flex; align-items: center; gap: 12px; color: var(--gold-light); font-family: Georgia, serif; font-size: 1.4rem; }
.logo img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; }
.main-nav { display: flex; flex: 1; justify-content: center; gap: 24px; color: #d6d0c4; }
.main-nav a:hover { color: var(--gold-light); }
.contact-button { padding: 10px 16px; }

.hero-slider {
  position: relative;
  height: clamp(620px, 76vh, 880px);
  overflow: hidden;
  isolation: isolate;
  background: rgba(2, 3, 10, 0.66);
  border-bottom: 1px solid var(--line);
}
.star-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
.slider-stage { position: absolute; inset: 0; z-index: 1; }
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.035);
  transition: opacity 900ms ease, transform 7s ease, visibility 900ms;
}
.hero-slide.active { opacity: 1; visibility: visible; transform: scale(1); }
.hero-slide img {
  position: absolute;
  top: 5%;
  right: clamp(3%, 8vw, 12%);
  width: min(43vw, 560px);
  height: 90%;
  object-fit: cover;
  object-position: center 25%;
  border: 1px solid rgba(245, 220, 150, 0.48);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.72), 0 0 50px rgba(217, 173, 84, 0.12);
}
.hero-slide.banner-slide img {
  top: 50%;
  right: 50%;
  width: auto;
  max-width: 94vw;
  height: auto;
  max-height: 88%;
  object-fit: contain;
  border: 0;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.75);
  transform: translate(50%, -50%);
}
.hero-slide.banner-slide .slide-shade {
  background: linear-gradient(0deg, rgba(2, 3, 10, 0.68), transparent 32%);
}
.slide-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 3, 10, 0.98) 0%, rgba(2, 3, 10, 0.88) 39%, rgba(2, 3, 10, 0.2) 72%),
    linear-gradient(0deg, rgba(2, 3, 10, 0.88), transparent 36%);
}
.slide-content {
  position: absolute;
  top: 50%;
  left: clamp(22px, 8vw, 120px);
  z-index: 2;
  width: min(620px, 52vw);
  transform: translateY(-50%);
}
.slide-content h1,
.slide-content h2 {
  margin: 0;
  color: #fff;
  font: 700 clamp(2.7rem, 5.5vw, 6.5rem)/1.04 Georgia, serif;
}
.slide-content p:not(.eyebrow) { max-width: 520px; margin: 22px 0 30px; color: #c8c1b5; font-size: 1.08rem; }
.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  width: 48px;
  height: 58px;
  place-items: center;
  padding: 0;
  color: var(--gold-light);
  background: rgba(6, 6, 8, 0.72);
  border: 1px solid var(--line);
  cursor: pointer;
  font: 300 2.2rem/1 Georgia, serif;
  transform: translateY(-50%);
}
.slider-arrow:hover { background: var(--gold); color: #070707; }
.slider-arrow.previous { left: 18px; }
.slider-arrow.next { right: 18px; }
.slider-footer {
  position: absolute;
  left: clamp(22px, 8vw, 120px);
  right: clamp(22px, 8vw, 120px);
  bottom: 28px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-dots { display: flex; gap: 9px; }
.slider-dots button {
  width: 32px;
  height: 3px;
  padding: 0;
  background: rgba(255,255,255,0.3);
  border: 0;
  cursor: pointer;
  transition: width 200ms ease, background 200ms ease;
}
.slider-dots button.active { width: 62px; background: var(--gold-light); }
.slide-count { display: flex; align-items: center; gap: 10px; color: #80796f; font: 0.75rem Georgia, serif; }
.slide-count span:first-child { color: var(--gold-light); font-size: 1rem; }
.slide-count i { width: 42px; height: 1px; background: var(--line); }

.service-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}
.service-bar span { padding: 18px; text-align: center; color: var(--gold-light); background: #0c0b09; font-size: 0.9rem; }

.ceo-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 720px;
  border-bottom: 1px solid var(--line);
}
.ceo-photo { min-height: 620px; overflow: hidden; }
.ceo-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.ceo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 7vw, 110px);
  background: rgba(17, 16, 14, 0.88);
  backdrop-filter: blur(4px);
}
.eyebrow { margin: 0 0 10px; color: var(--gold); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; }
.ceo-copy h1 { margin: 0; color: var(--gold-light); font: 700 clamp(3rem, 6vw, 6.5rem)/0.95 Georgia, serif; }
.ceo-copy h2 { margin: 24px 0 14px; font-size: clamp(1.45rem, 2.7vw, 2.6rem); line-height: 1.35; }
.ceo-copy > p:not(.eyebrow) { max-width: 570px; color: var(--muted); }
.ceo-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 28px; }
.ceo-tags span { padding: 7px 12px; border: 1px solid var(--line); color: var(--gold-light); font-size: 0.85rem; }
.gold-button { align-self: flex-start; }

.profiles-section { width: min(1320px, calc(100% - 36px)); margin: 0 auto; padding: 78px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.section-heading h2, .contact-section h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); }
.section-heading > p { max-width: 480px; margin: 0; color: var(--muted); text-align: right; }
.selection-highlight {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 8px 0 0;
  color: var(--gold-light);
  font-size: 0.92rem;
}
.selection-highlight strong {
  color: var(--gold);
  font: 700 1.7rem/1 Georgia, serif;
  letter-spacing: 0.03em;
}
.profile-toolbar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  padding: 13px;
  background: rgba(13, 12, 10, 0.9);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}
.profile-search {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  color: var(--gold);
  background: #080807;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}
.profile-search span { font: 1.5rem/1 Georgia, serif; }
.profile-search input {
  width: 100%;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  outline: 0;
}
.profile-search input::placeholder { color: #777066; }
.profile-filters { display: flex; gap: 6px; }
.profile-filters button {
  padding: 9px 12px;
  color: #aaa294;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.8rem;
}
.profile-filters button:hover { color: var(--gold-light); }
.profile-filters button.active {
  color: #080807;
  background: linear-gradient(135deg, #f8e4a8, #bd852d);
  font-weight: 800;
}
.profile-result { min-width: 74px; color: var(--gold-light); text-align: right; font-size: 0.78rem; }
.profile-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: start; gap: 18px; }
.profile-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #181510, #090909);
  border: 1px solid rgba(217, 173, 84, 0.26);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.profile-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
}
.profile-card:hover {
  border-color: var(--gold);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 28px rgba(217, 173, 84, 0.15);
  transform: translateY(-3px);
}
.profile-card:hover::after { border-color: rgba(245, 220, 150, 0.22); }
.profile-image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  background: #0b0a08;
  border: 0;
  cursor: zoom-in;
  text-align: left;
}
.profile-image::after {
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
  content: "";
}
.profile-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 22%;
  transition: filter 300ms ease;
}
.profile-card:hover .profile-image img { filter: saturate(1.04) contrast(1.02); }
.profile-image span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 5px 10px;
  color: var(--gold-light);
  background: rgba(5, 5, 5, 0.82);
  border: 1px solid rgba(217, 173, 84, 0.45);
  border-radius: 20px;
  font-size: 0.72rem;
  backdrop-filter: blur(8px);
}
.feature-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 6px 10px;
  color: #151008;
  background: linear-gradient(135deg, #fff0bd, #c58b31);
  border-radius: 20px;
  box-shadow: 0 6px 22px rgba(217, 173, 84, 0.3);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
}
.feature-badge.status-new { color: #06150d; background: linear-gradient(135deg, #9bf4b7, #20b966); }
.feature-badge.status-popular { color: #fff; background: linear-gradient(135deg, #b96b86, #77334c); }
.feature-badge.status-featured { color: #151008; background: linear-gradient(135deg, #fff0bd, #c58b31); }
.card-body { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px; }
.card-body small { color: var(--gold); font: 0.58rem/1.2 Georgia, serif; letter-spacing: 0.1em; }
.card-body h3 { margin: 0; color: #fff; font-size: 1rem; }
.card-body p { margin: 2px 0 0; color: var(--muted); font-size: 0.75rem; }
.card-body a {
  flex: 0 0 auto;
  padding: 7px 10px;
  color: #0a0a0a;
  background: linear-gradient(135deg, #f8e4a8, #bd852d);
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 800;
}
.profile-empty {
  margin: 42px 0 0;
  padding: 38px;
  color: var(--muted);
  border: 1px dashed var(--line);
  text-align: center;
}
.load-more-wrap { display: flex; justify-content: center; margin-top: 38px; }
.load-more-wrap[hidden] { display: none; }
.load-more-button {
  display: grid;
  min-width: 250px;
  padding: 14px 28px;
  color: var(--gold-light);
  background: linear-gradient(145deg, #181510, #090909);
  border: 1px solid var(--gold);
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.35);
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}
.load-more-button span { font-weight: 800; }
.load-more-button small { margin-top: 2px; color: var(--muted); font-size: 0.68rem; }
.load-more-button:hover {
  color: #090909;
  background: linear-gradient(135deg, #f8e4a8, #bd852d);
  transform: translateY(-3px);
}
.load-more-button:hover small { color: rgba(9, 9, 9, 0.68); }

.trust-section {
  display: grid;
  grid-template-columns: 0.85fr 1.65fr;
  gap: clamp(40px, 7vw, 110px);
  padding: clamp(70px, 9vw, 130px) max(18px, calc((100% - 1320px) / 2));
  background:
    radial-gradient(circle at 15% 40%, rgba(217, 173, 84, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(17, 16, 13, 0.88), rgba(6, 6, 6, 0.82));
  backdrop-filter: blur(3px);
  border-block: 1px solid var(--line);
}
.trust-heading h2 { margin: 0; color: #fff; font: 700 clamp(2.5rem, 4.5vw, 5rem)/1.06 Georgia, serif; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.trust-grid article { min-height: 210px; padding: 30px; background: rgba(10, 10, 9, 0.96); }
.trust-grid strong { display: block; margin-bottom: 22px; color: var(--gold); font: 1rem Georgia, serif; }
.trust-grid h3 { margin: 0 0 8px; color: var(--gold-light); font-size: 1.05rem; }
.trust-grid p { margin: 0; color: var(--muted); font-size: 0.86rem; }

.poolvilla-service {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 680px;
  background: rgba(13, 12, 10, 0.86);
  backdrop-filter: blur(3px);
  border-bottom: 1px solid var(--line);
}
.poolvilla-service > img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; }
.poolvilla-service-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 7vw, 100px); }
.poolvilla-service-copy h2 { margin: 0; color: #fff; font: 700 clamp(2.7rem, 5vw, 5.4rem)/1 Georgia, serif; }
.poolvilla-service-copy > p:not(.eyebrow) { color: var(--muted); }
.poolvilla-service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 28px; }
.poolvilla-service-tags span { padding: 7px 11px; color: var(--gold-light); border: 1px solid var(--line); font-size: .78rem; }

.profile-modal[hidden] { display: none; }
.profile-modal { position: fixed; inset: 0; z-index: 70; display: grid; place-items: center; padding: 24px; }
.modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  border: 0;
  backdrop-filter: blur(14px);
}
.modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
  width: min(960px, 100%);
  max-height: calc(100vh - 48px);
  overflow: hidden;
  background: #0d0c0a;
  border: 1px solid var(--gold);
  border-radius: 14px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.8), 0 0 60px rgba(217, 173, 84, 0.14);
  animation: modal-in 260ms ease both;
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  color: var(--gold-light);
  background: rgba(5, 5, 5, 0.8);
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.4rem;
}
.modal-visual { position: relative; min-height: 620px; overflow: hidden; background: #050505; }
.modal-visual::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent 40%); content: ""; }
.modal-visual img { width: 100%; height: 100%; object-fit: cover; }
.modal-number { position: absolute; left: 22px; bottom: 20px; z-index: 2; color: var(--gold-light); font: 0.72rem Georgia, serif; letter-spacing: 0.16em; }
.modal-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 72px); }
.modal-copy h2 { margin: 0; color: #fff; font: 700 clamp(2.5rem, 5vw, 4.7rem)/1 Georgia, serif; }
.modal-area { align-self: flex-start; margin: 18px 0; padding: 6px 12px; color: var(--gold-light); border: 1px solid var(--line); border-radius: 20px; font-size: 0.78rem; }
.modal-copy > p:not(.eyebrow) { margin: 0 0 24px; color: #d3cbbc; font-size: 1.08rem; }
.modal-features { display: grid; gap: 9px; margin-bottom: 30px; color: var(--muted); font-size: 0.83rem; }
.modal-features span::before { margin-right: 9px; color: var(--gold); content: "◆"; font-size: 0.55rem; }
.modal-line { padding: 14px 20px; color: #09150d; background: linear-gradient(135deg, #79ee9f, #06c755); border-radius: 5px; text-align: center; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease var(--reveal-delay, 0ms), transform 650ms ease var(--reveal-delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes modal-in { from { opacity: 0; transform: translateY(16px) scale(0.98); } }

.contact-section {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 48px max(18px, calc((100% - 1200px) / 2));
  background: rgba(25, 23, 19, 0.86);
  backdrop-filter: blur(4px);
  border-block: 1px solid var(--line);
}
.contact-section img {
  width: 180px;
  height: 180px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(217, 173, 84, 0.42);
  border-radius: 50%;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.46), 0 0 28px rgba(217, 173, 84, 0.1);
}
.contact-section p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; min-width: 320px; }
.contact-actions a { padding: 12px 15px; color: var(--gold-light); border: 1px solid var(--gold); border-radius: 5px; text-align: center; font-weight: 700; }
.contact-actions .contact-line { color: #07130b; background: #06c755; border-color: #06c755; }

.contact-popup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px;
  background: rgba(10, 9, 7, 0.92);
  border: 1px solid var(--gold);
  border-radius: 34px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.62), 0 0 28px rgba(217, 173, 84, 0.14);
  backdrop-filter: blur(14px);
}
.contact-popup-label {
  padding-left: 10px;
  color: var(--gold-light);
  font-size: 0.74rem;
  font-weight: 800;
  white-space: nowrap;
}
.contact-popup-button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.38);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.contact-popup-button:hover { transform: translateY(-3px) scale(1.04); }
.contact-popup-button.line { background: #06c755; font: 800 0.56rem/1 Arial, sans-serif; }
.contact-popup-button.phone { color: #111; background: var(--gold-light); border-color: #fff1bd; font-size: 1.2rem; }

footer { display: flex; justify-content: space-between; gap: 20px; padding: 24px clamp(18px, 5vw, 76px); color: #777066; font-size: 0.8rem; }

@media (max-width: 1050px) {
  .profile-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .profile-toolbar { grid-template-columns: 1fr auto; }
  .profile-filters { grid-column: 1 / -1; grid-row: 2; }
  .profile-result { grid-column: 2; grid-row: 1; }
  .trust-section { grid-template-columns: 1fr; }
  .poolvilla-service { grid-template-columns: 1fr 1fr; }
  .ceo-section { grid-template-columns: 1fr 1fr; }
  .contact-section { grid-template-columns: 130px 1fr; }
  .contact-section img { width: 130px; height: 130px; }
  .contact-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .site-header { flex-wrap: wrap; }
  .main-nav { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; gap: 18px; padding-bottom: 4px; }
  .contact-button { margin-left: auto; }
  .hero-slider { height: 720px; }
  .hero-slide img { top: 6%; right: 5%; width: 62vw; height: 64%; opacity: 0.74; }
  .hero-slide.banner-slide img {
    top: 42%;
    right: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    opacity: 1;
    transform: translate(50%, -50%);
  }
  .hero-slide.slide-wide img {
    top: 45%;
    width: 100%;
    max-width: none;
  }
  .hero-slide.slide-poster img {
    top: 43%;
    width: auto;
    max-width: 86%;
    max-height: 78%;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.76), 0 0 35px rgba(217, 173, 84, 0.12);
  }
  .hero-slide.slide-logo img {
    top: 42%;
    width: auto;
    max-width: 80%;
    max-height: 72%;
    border-radius: 50%;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.78), 0 0 44px rgba(217, 173, 84, 0.18);
  }
  .slide-shade { background: linear-gradient(0deg, #02030a 12%, rgba(2,3,10,0.78) 55%, rgba(2,3,10,0.2)); }
  .slide-content { top: auto; bottom: 90px; left: 22px; width: calc(100% - 44px); transform: none; }
  .slide-content h1, .slide-content h2 { font-size: clamp(2.3rem, 10vw, 4rem); }
  .slide-content p:not(.eyebrow) { margin: 14px 0 20px; font-size: 0.95rem; }
  .slider-arrow { top: 37%; width: 40px; height: 48px; }
  .slider-arrow.previous { left: 8px; }
  .slider-arrow.next { right: 8px; }
  .slider-footer { left: 22px; right: 22px; bottom: 25px; }
  .service-bar { grid-template-columns: repeat(2, 1fr); }
  .ceo-section { grid-template-columns: 1fr; }
  .ceo-photo { min-height: 500px; }
  .ceo-copy { padding: 46px 22px; }
  .profiles-section { padding-top: 56px; }
  .profile-toolbar { top: 128px; grid-template-columns: 1fr auto; }
  .profile-filters { width: 100%; overflow-x: auto; padding-bottom: 2px; }
  .profile-filters button { flex: 0 0 auto; }
  .profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading > p { text-align: left; }
  .trust-section { padding-inline: 22px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .poolvilla-service { grid-template-columns: 1fr; }
  .poolvilla-service > img { min-height: 460px; }
  .modal-panel { grid-template-columns: 1fr 1fr; }
  .modal-visual { min-height: 520px; }
  .modal-copy { padding: 34px; }
  .contact-section { grid-template-columns: 1fr; text-align: center; }
  .contact-section img { margin: auto; }
  .contact-actions { grid-column: auto; grid-template-columns: 1fr; }
  .contact-popup { right: 12px; bottom: 12px; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .star-canvas { display: none; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

.brief-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 20px;
  background: rgba(255, 250, 240, .64);
  border: 1px solid rgba(184, 137, 47, .2);
  border-radius: 22px;
}
.brief-form label { display: grid; gap: 6px; color: #6e604f; font-size: .78rem; font-weight: 700; }
.brief-form input, .brief-form select { width: 100%; min-height: 42px; padding: 10px 12px; color: #2b2116; background: rgba(255,255,255,.82); border: 1px solid rgba(184,137,47,.24); border-radius: 12px; font: inherit; }
.brief-form button, .brief-status { grid-column: 1 / -1; }
.brief-status { margin: 0; color: #8a641f; font-size: .8rem; }
html[data-theme="night"] .brief-form { background: rgba(20, 18, 15, .88); }
html[data-theme="night"] .brief-form label { color: #ead9b8; }
html[data-theme="night"] .brief-form input, html[data-theme="night"] .brief-form select { color: #fff8e8; background: rgba(40,35,28,.92); }

@media (max-width: 760px) {
  .brief-form { grid-template-columns: 1fr; text-align: left; }
  .brief-form button, .brief-status { grid-column: auto; }
}

/* AURA v3: business-first service block and accommodation cross-sell */
.services-section {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: center;
  width: min(1320px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 126px) 0;
}
.services-intro h1 { margin: 0 0 20px; color: #2b2116; font: 700 clamp(2.4rem, 5vw, 5.2rem)/1.03 Georgia, serif; }
.services-intro > p:not(.eyebrow) { max-width: 540px; margin: 0 0 28px; color: #75644e; font-size: 1.03rem; line-height: 1.8; }
.service-cards { display: grid; gap: 14px; }
.service-cards article { padding: 26px 30px; background: rgba(255,255,255,.68); border: 1px solid rgba(184,137,47,.22); border-radius: 22px; box-shadow: 0 18px 48px rgba(113,77,31,.10); }
.service-cards span { color: #a87727; font: 700 .78rem Georgia, serif; letter-spacing: .12em; }
.service-cards h2 { margin: 8px 0 7px; color: #2b2116; font-size: 1.25rem; }
.service-cards p { margin: 0; color: #75644e; line-height: 1.65; }
.accommodation-service { display: grid; grid-template-columns: 1.12fr .88fr; width: min(1320px, calc(100% - 36px)); min-height: 520px; margin: 0 auto 70px; overflow: hidden; background: rgba(255,255,255,.72); border: 1px solid rgba(184,137,47,.2); border-radius: 34px; box-shadow: var(--aura-shadow); }
.accommodation-image { min-height: 520px; }
.accommodation-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.accommodation-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 90px); }
.accommodation-copy h2 { margin: 0 0 18px; color: #2b2116; font: 700 clamp(2.6rem, 5vw, 5rem)/1.03 Georgia, serif; }
.accommodation-copy > p:not(.eyebrow) { margin: 0; color: #75644e; line-height: 1.8; }
.accommodation-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 28px; }
.accommodation-tags span { padding: 7px 12px; color: #7a551c; background: rgba(255,248,220,.76); border: 1px solid rgba(184,137,47,.24); border-radius: 999px; font-size: .78rem; }
.contact-actions a { color: #4c3516 !important; background: rgba(255,255,255,.86); }
.contact-actions .contact-line { color: #07130b !important; }

html[data-theme="night"] .services-intro h1,
html[data-theme="night"] .service-cards h2,
html[data-theme="night"] .accommodation-copy h2 { color: #fff8e8; }
html[data-theme="night"] .services-intro > p:not(.eyebrow),
html[data-theme="night"] .service-cards p,
html[data-theme="night"] .accommodation-copy > p:not(.eyebrow) { color: #dfcfb1; }
html[data-theme="night"] .service-cards article,
html[data-theme="night"] .accommodation-service { background: rgba(25,23,20,.88); border-color: rgba(244,210,130,.26); }
html[data-theme="night"] .contact-actions a { color: #f6e5c2 !important; background: rgba(35,31,25,.9); }

@media (max-width: 760px) {
  .services-section { grid-template-columns: 1fr; width: calc(100% - 28px); padding: 64px 0; }
  .service-cards article { padding: 22px; }
  .accommodation-service { grid-template-columns: 1fr; width: calc(100% - 28px); min-height: 0; border-radius: 24px; }
  .accommodation-image { min-height: 280px; }
  .accommodation-copy { padding: 32px 24px 38px; }
}

@media (max-width: 430px) {
  .age-gate { padding: 12px; }
  .age-panel { padding: 27px 20px 23px; border-radius: 14px; }
  .age-logo { width: 136px; height: 136px; margin-bottom: 14px; }
  .age-logo span { width: 44px; height: 44px; font-size: 0.78rem; }
  .age-panel h1 { font-size: 1.25rem; }
  .age-panel > p:not(.age-brand) { font-size: 0.85rem; }
  .age-panel button { margin-top: 0; }
  .age-join-link { font-size: .82rem; }
  .logo span { display: none; }
  .profile-toolbar { position: static; grid-template-columns: 1fr auto; }
  .profile-filters { gap: 4px; }
  .profile-result { font-size: 0.7rem; }
  .profile-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { min-height: 175px; }
  .profile-modal { padding: 10px; }
  .modal-panel { display: block; overflow-y: auto; }
  .modal-visual { min-height: 55vh; max-height: 55vh; }
  .modal-copy { padding: 30px 22px; }
  .modal-copy h2 { font-size: 2.8rem; }
  .contact-popup { padding: 6px; }
  .contact-popup-label { display: none; }
  .contact-popup-button { width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* =========================================================
   Aura Premium Wow Theme — Pearl Champagne Edition
   Added by ChatGPT: light, premium, glass, soft gold accents
   ========================================================= */
:root {
  --black: #fffaf0;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-soft: rgba(255, 246, 231, 0.82);
  --gold: #b9892f;
  --gold-light: #f3d994;
  --cream: #3b2a18;
  --muted: #7f6f5a;
  --line: rgba(184, 137, 47, 0.22);
  --aura-ivory: #fffaf0;
  --aura-pearl: #fff6e8;
  --aura-champagne: #f8e4b0;
  --aura-rose: #e8b9a7;
  --aura-ink: #2b2116;
  --aura-shadow: 0 24px 80px rgba(113, 77, 31, 0.16);
}

body {
  color: var(--aura-ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 237, 184, 0.85), transparent 26%),
    radial-gradient(circle at 86% 8%, rgba(232, 185, 167, 0.55), transparent 22%),
    linear-gradient(135deg, #fffaf0 0%, #fff6e8 36%, #f8edda 100%);
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(184, 137, 47, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184, 137, 47, .045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.95), rgba(0,0,0,.2));
  content: "";
}

.age-gate {
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 233, 177, 0.45), transparent 28%),
    linear-gradient(135deg, rgba(255, 250, 240, .88), rgba(255, 244, 226, .96)),
    url("./assets/slide-01.webp") center / cover;
}
.age-panel,
.profile-toolbar,
.profile-card,
.trust-grid article,
.booking-box,
.contact-card {
  background: rgba(255, 255, 255, 0.74) !important;
  border: 1px solid rgba(184, 137, 47, 0.24) !important;
  box-shadow: var(--aura-shadow), inset 0 1px rgba(255,255,255,.86) !important;
  backdrop-filter: blur(22px) saturate(1.16);
}
.age-panel h1,
.slide-content h1,
.slide-content h2,
.ceo-copy h1,
.section-heading h2,
.contact-section h2,
.trust-heading h2,
.card-body h3,
.modal-copy h2 {
  color: #2b2116 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.7);
}
.age-panel > p:not(.age-brand),
.slide-content p:not(.eyebrow),
.ceo-copy > p:not(.eyebrow),
.section-heading > p,
.card-body p,
.modal-copy p,
.contact-section p,
.trust-grid p,
.profile-empty {
  color: #75644e !important;
}

.site-header {
  background: rgba(255, 250, 240, 0.82) !important;
  border-bottom: 1px solid rgba(184,137,47,.22) !important;
  box-shadow: 0 12px 40px rgba(113, 77, 31, .08);
  backdrop-filter: blur(22px) saturate(1.22);
}
.logo,
.main-nav a,
.contact-button { color: #2b2116; }
.logo span { color: #87601f; font-weight: 800; }
.main-nav { color: #5e4d39 !important; }
.main-nav a:hover { color: #b9892f !important; }
.logo img,
.age-logo img {
  border-color: rgba(184,137,47,.52) !important;
  box-shadow: 0 14px 38px rgba(113,77,31,.18) !important;
}

.gold-button,
.contact-button,
.age-panel button,
.card-body a,
.load-more-button:hover,
.profile-filters button.active {
  color: #24180b !important;
  background: linear-gradient(135deg, #fff8da 0%, #f3d994 34%, #c99a45 100%) !important;
  border: 1px solid rgba(184, 137, 47, 0.35) !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 34px rgba(184, 137, 47, 0.24), inset 0 1px rgba(255,255,255,.84) !important;
}
.gold-button:hover,
.contact-button:hover,
.card-body a:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(184, 137, 47, .32), inset 0 1px rgba(255,255,255,.95) !important;
}

.hero-slider {
  background: linear-gradient(135deg, #fffaf0, #f3e2c1) !important;
  border-bottom: 1px solid rgba(184,137,47,.2) !important;
}
.hero-slide img {
  border: 8px solid rgba(255,255,255,.68) !important;
  border-radius: 34px !important;
  box-shadow: 0 36px 100px rgba(96, 65, 28, .28), 0 0 0 1px rgba(184,137,47,.20) !important;
}
.hero-slide.banner-slide img {
  border: 0 !important;
  border-radius: 32px !important;
  filter: drop-shadow(0 28px 60px rgba(113,77,31,.22));
}
.slide-shade {
  background:
    linear-gradient(90deg, rgba(255,250,240,.98) 0%, rgba(255,250,240,.84) 42%, rgba(255,250,240,.26) 74%),
    linear-gradient(0deg, rgba(255,246,232,.9), transparent 42%) !important;
}
.hero-slide.banner-slide .slide-shade {
  background: linear-gradient(0deg, rgba(255,250,240,.82), rgba(255,250,240,.30)) !important;
}
.slider-arrow {
  color: #7d5a1f !important;
  background: rgba(255,255,255,.64) !important;
  border-color: rgba(184,137,47,.26) !important;
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(113,77,31,.14);
}
.slider-arrow:hover { background: linear-gradient(135deg, #fff8da, #e7bd69) !important; }
.slider-dots button { background: rgba(184,137,47,.22) !important; }
.slider-dots button.active { background: #b9892f !important; }
.slide-count,
.slide-count span:first-child { color: #7d6a53 !important; }

.service-bar {
  gap: 14px;
  width: min(1320px, calc(100% - 36px));
  margin: -32px auto 0;
  position: relative;
  z-index: 5;
  background: transparent !important;
  border: 0 !important;
}
.service-bar span {
  padding: 20px 16px !important;
  color: #6f4d16 !important;
  background: rgba(255,255,255,.76) !important;
  border: 1px solid rgba(184,137,47,.20);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(113,77,31,.11), inset 0 1px rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
}

.ceo-section {
  border: 0 !important;
  margin: 70px auto 0;
  width: min(1320px, calc(100% - 36px));
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--aura-shadow);
}
.ceo-copy { background: rgba(255,255,255,.72) !important; }
.ceo-tags span,
.profile-image span,
.villa-badge,
.modal-details span {
  color: #7a551c !important;
  background: rgba(255,248,220,.76) !important;
  border: 1px solid rgba(184,137,47,.24) !important;
  border-radius: 999px !important;
}
.eyebrow,
.age-brand,
.selection-highlight,
.selection-highlight strong,
.card-body small,
.feature-badge {
  color: #a87727 !important;
}

.profile-search {
  background: rgba(255,250,240,.9) !important;
  border-color: rgba(184,137,47,.22) !important;
  color: #a87727 !important;
  border-radius: 999px !important;
}
.profile-search input { color: #2b2116 !important; }
.profile-search input::placeholder { color: #998872 !important; }
.profile-filters button { color: #6e604f !important; border-color: rgba(184,137,47,.14) !important; border-radius: 999px !important; }
.profile-filters button:hover { color: #9a6e25 !important; background: rgba(255,248,220,.58) !important; }
.profile-card {
  overflow: hidden;
  border-radius: 24px !important;
}
.profile-card:hover {
  border-color: rgba(184,137,47,.48) !important;
  box-shadow: 0 28px 70px rgba(113,77,31,.22), 0 0 0 1px rgba(255,255,255,.88) inset !important;
}
.profile-image { background: #f8edda !important; }
.profile-image::after { background: linear-gradient(transparent, rgba(39, 28, 17, .58)) !important; }
.card-body a { border-radius: 999px !important; }
.feature-badge,
.feature-badge.status-new,
.feature-badge.status-popular,
.feature-badge.status-featured {
  color: #24180b !important;
  background: linear-gradient(135deg, #fff8da, #d5a54d) !important;
}
.load-more-button {
  color: #8a641f !important;
  background: rgba(255,255,255,.64) !important;
  border-color: rgba(184,137,47,.34) !important;
  border-radius: 999px !important;
  box-shadow: 0 18px 44px rgba(113,77,31,.12) !important;
}

.trust-section {
  background:
    radial-gradient(circle at 15% 30%, rgba(255,237,184,.65), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.70), rgba(255,246,232,.72)) !important;
  border-block: 1px solid rgba(184,137,47,.18) !important;
}
.trust-grid { background: transparent !important; gap: 16px !important; }
.trust-grid article { border-radius: 22px !important; }

.poolvilla-service,
.contact-section,
footer {
  background: rgba(255,255,255,.66) !important;
  border-color: rgba(184,137,47,.18) !important;
  box-shadow: var(--aura-shadow);
}
.poolvilla-service { width: min(1320px, calc(100% - 36px)); margin: 0 auto 70px; border-radius: 34px; overflow: hidden; }
.contact-section { border-radius: 34px 34px 0 0; }
footer { color: #6e604f !important; }
footer strong { color: #8b611c !important; }

.profile-modal { background: rgba(43, 33, 22, .32) !important; backdrop-filter: blur(10px); }
.modal-panel {
  background: rgba(255,250,240,.92) !important;
  border: 1px solid rgba(184,137,47,.24) !important;
  border-radius: 30px !important;
  box-shadow: 0 34px 110px rgba(43,33,22,.32) !important;
}
.modal-close { background: rgba(255,255,255,.72) !important; color: #6f4d16 !important; border-color: rgba(184,137,47,.26) !important; }
.contact-popup { background: rgba(255,255,255,.72) !important; border: 1px solid rgba(184,137,47,.22); box-shadow: 0 18px 52px rgba(113,77,31,.18) !important; backdrop-filter: blur(18px); }
.contact-popup-label { color: #6e604f !important; }

@media (max-width: 760px) {
  .service-bar { margin-top: 14px; gap: 10px; width: calc(100% - 28px); }
  .service-bar span { border-radius: 14px; }
  .ceo-section, .poolvilla-service { width: calc(100% - 28px); border-radius: 24px; }
  .slide-shade { background: linear-gradient(0deg, rgba(255,250,240,.98) 16%, rgba(255,250,240,.80) 58%, rgba(255,250,240,.20)) !important; }
  .hero-slide img { border-radius: 24px !important; border-width: 5px !important; }

  .site-header {
    min-height: 68px;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 8px 14px;
  }
  .logo img { width: 48px; height: 48px; }
  .logo span { font-size: 1.05rem; }
  .main-nav { display: none; }
  .theme-toggle { padding: 10px; }
  .theme-toggle-label { display: none; }
  .contact-button { margin-left: auto; white-space: nowrap; padding: 10px 12px; }
  .hero-slider { height: 400px; min-height: 0; }
  .hero-slide.banner-slide img,
  .hero-slide.slide-wide img {
    top: 50%;
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    max-height: calc(100% - 70px);
    border-radius: 18px !important;
  }
  .slider-arrow { top: 50%; }
  .slider-footer { bottom: 14px; }
}

/* Final contact popup cascade */
.contact-popup { padding: 0; background: transparent; border: 0; box-shadow: none; }
.contact-popup-trigger { display: flex; align-items: center; gap: 10px; padding: 11px 15px 11px 11px; border: 1px solid rgba(214,165,66,.45); border-radius: 999px; background: linear-gradient(135deg,#fffdf8,#f4dfaa); color: #2d2118; cursor: pointer; box-shadow: 0 12px 30px rgba(78,51,18,.18); text-align: left; }
.contact-popup-trigger strong, .contact-popup-trigger small { display: block; }
.contact-popup-trigger strong { font-size: .83rem; letter-spacing: .02em; }
.contact-popup-trigger small { margin-top: 2px; color: #84642d; font-size: .67rem; }
.contact-pin { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #15100c; color: #f1c861; font-size: 1.25rem; }
.contact-popup-panel { position: absolute; right: 0; bottom: calc(100% + 12px); width: 286px; padding: 15px; border: 1px solid rgba(214,165,66,.35); border-radius: 20px; background: rgba(255,252,245,.98); box-shadow: 0 18px 55px rgba(62,39,9,.22); }
.contact-popup-panel[hidden] { display: none; }
.contact-popup-panel > p { margin: 0 0 10px; color: #756044; font-size: .75rem; }
.contact-channel { display: flex; align-items: center; gap: 10px; padding: 10px; margin-top: 8px; border-radius: 14px; color: #2d2118; text-decoration: none; background: #fffaf0; border: 1px solid rgba(214,165,66,.18); }
.contact-channel:hover { transform: translateY(-2px); border-color: rgba(214,165,66,.55); }
.channel-icon { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 10px; background: #11100d; color: #fff; font: 800 .7rem Arial,sans-serif; }
.contact-channel.facebook .channel-icon { background: #1877f2; font-size: 1.35rem; }
.contact-channel.line .channel-icon { background: #06c755; font-size: .55rem; }
.contact-channel strong, .contact-channel small { display: block; }
.contact-channel strong { font-size: .78rem; }
.contact-channel small { margin-top: 2px; color: #7c694c; font-size: .66rem; line-height: 1.55; }
.contact-channel.phones a { color: inherit; text-decoration: none; }
html[data-theme="night"] .contact-popup-panel { background: rgba(25,22,18,.98); border-color: rgba(236,191,93,.35); }
html[data-theme="night"] .contact-channel { color: #fff5e4; background: #211c16; }
html[data-theme="night"] .contact-channel small, html[data-theme="night"] .contact-popup-panel > p { color: #d0b98b; }
@media (max-width: 700px) { .contact-popup-panel { right: -4px; width: min(286px, calc(100vw - 34px)); } .contact-popup-trigger { padding-right: 12px; } }
