/* ==========================================================
   LANDING VARIANTS — Scoped theme overrides
   Each variant is scoped under a .style-* body class so
   these rules have zero effect on non-variant pages.
   ========================================================== */

/* ----------------------------------------------------------
   1. EXECUTIVE PRESTIGE
   ---------------------------------------------------------- */
.style-executive {
  background: radial-gradient(circle at 15% -10%, #1e2f57, #070c18 45%), #070c18;
}
.style-executive .topbar {
  background: rgba(6, 11, 24, .78);
  border-bottom-color: rgba(242, 184, 79, .15);
}
.style-executive .logo { color: #f2b84f; }

.exec-hero {
  margin-top: 1rem;
  color: #fff;
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  padding: 4.8rem 0 4.2rem;
  box-shadow: 0 24px 48px rgba(8, 14, 34, .22);
  overflow: hidden;
}
.exec-stats {
  margin-top: 1.5rem;
  background: linear-gradient(180deg, #fff, #f7f9fd);
  border: 1px solid rgba(16, 24, 40, .12);
  border-radius: 22px;
  padding: 1.5rem 2rem;
}
.exec-events .card { border-color: rgba(242, 184, 79, .18); }
.exec-events .card:hover { border-color: rgba(242, 184, 79, .45); }
.style-executive .exec-plans .comparison-table th {
  background: #0b1428;
  color: #f2b84f;
}
.style-executive .footer { color: #dbe8ff; }
.style-executive .footer h4 { color: #f2b84f; }

/* ----------------------------------------------------------
   2. LUXURY SIGNATURE
   ---------------------------------------------------------- */
.style-luxury {
  background: radial-gradient(circle at 30% 0%, #2a1015, #1A0A0A 50%), #1A0A0A;
}
.style-luxury .bg-orb { display: none; }
.style-luxury .topbar {
  background: rgba(26, 10, 10, .82);
  border-bottom-color: rgba(201, 169, 110, .2);
}
.style-luxury .logo { color: #C9A96E; letter-spacing: .18em; }
.style-luxury .nav nav a { color: #E8D5B5; }
.style-luxury .nav nav a:hover { color: #fff; background: rgba(201, 169, 110, .15); }
.style-luxury .nav-logout-btn { color: #E8D5B5; }
.style-luxury .nav-logout-btn:hover { color: #fff; background: rgba(201, 169, 110, .15); }
.style-luxury .footer { color: #E8D5B5; }
.style-luxury .footer h4 { color: #C9A96E; }
.style-luxury .footer p { color: #B89E7A; }

.lux-hero {
  margin-top: 1rem;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 48px rgba(26, 10, 10, .35);
  overflow: hidden;
  padding: 4rem 2rem;
}
.lux-hero .eyebrow {
  color: #C9A96E;
  letter-spacing: .22em;
  font-size: .8rem;
}
.lux-hero h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  max-width: 18ch;
  margin: 0 auto .7rem;
  color: #FFF8EF;
}
.lux-hero .lead {
  color: #E8D5B5;
  max-width: 52ch;
  margin: 0 auto;
}
.lux-hero .hero-cta { justify-content: center; margin-top: 1.5rem; }
.lux-hero .btn {
  background: linear-gradient(135deg, #C9A96E, #A07D3F);
  color: #1A0A0A;
}
.lux-hero .btn:hover { box-shadow: 0 12px 24px rgba(201, 169, 110, .35); }
.lux-hero .btn.ghost {
  background: rgba(255, 248, 239, .1);
  color: #FFF8EF;
  border-color: rgba(201, 169, 110, .4);
}

.lux-divider {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #C9A96E, transparent);
  margin: 2.5rem auto;
  border: 0;
}

.lux-features {
  margin: 1.5rem auto;
  background: linear-gradient(180deg, #FFF8EF, #F5EBD8);
  border: 1px solid rgba(201, 169, 110, .25);
  border-radius: 16px;
  padding: 2rem;
}
.lux-features h2 { color: #4A0E1B; }
.lux-features .split { gap: 1.5rem; }
.lux-features .panel {
  background: #fff;
  border-color: rgba(201, 169, 110, .3);
  border-radius: 14px;
}
.lux-features .panel h3 { color: #4A0E1B; }
.lux-features .panel p { color: #8C7B6B; }

.lux-events {
  margin: 1.5rem auto;
  background: linear-gradient(180deg, #FFF8EF, #F5EBD8);
  border: 1px solid rgba(201, 169, 110, .25);
  border-radius: 16px;
  padding: 2rem;
}
.lux-events h2 { color: #4A0E1B; }
.lux-zigzag-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(201, 169, 110, .2);
}
.lux-zigzag-item:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.lux-zigzag-item:nth-child(even) { direction: rtl; }
.lux-zigzag-item:nth-child(even) > * { direction: ltr; }
.lux-zigzag-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(201, 169, 110, .2);
}
.lux-zigzag-text .chip {
  color: #6B3A00;
  background: #FCECD0;
  border-color: #E8D5B5;
}
.lux-zigzag-text h3 { color: #4A0E1B; font-size: 1.3rem; }
.lux-zigzag-text p { color: #8C7B6B; }
.lux-zigzag-text .meta { color: #A07D3F; }
.lux-zigzag-text .text-link { color: #8B2252; }

.lux-plans {
  margin: 1.5rem auto;
  background: linear-gradient(180deg, #FFF8EF, #F5EBD8);
  border: 1px solid rgba(201, 169, 110, .25);
  border-radius: 16px;
  padding: 2rem;
}
.lux-plans h2 { color: #4A0E1B; }
.lux-plan-card {
  border: 2px solid #C9A96E;
  background: #fff;
  border-radius: 16px;
  padding: 1.8rem;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}
.lux-plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(160, 125, 63, .18);
}
.lux-plan-card h3 { color: #4A0E1B; font-size: 1.2rem; }
.lux-plan-card .price { color: #A07D3F; font-size: 1.6rem; font-weight: 800; }
.lux-plan-card p { color: #8C7B6B; }
.lux-plan-card .meta { color: #C9A96E; }
.lux-plan-features {
  list-style: none;
  padding: 0;
  margin: .8rem 0 0;
  text-align: left;
}
.lux-plan-features li {
  padding: .35rem 0;
  border-bottom: 1px solid rgba(201, 169, 110, .15);
  color: #6B5E53;
  font-size: .92rem;
}
.lux-plan-features li:last-child { border-bottom: 0; }

.lux-contact {
  margin: 1.5rem auto;
  background: linear-gradient(180deg, #FFF8EF, #F5EBD8);
  border: 1px solid rgba(201, 169, 110, .25);
  border-radius: 16px;
  padding: 2rem;
}
.lux-contact h2 { color: #4A0E1B; }
.lux-contact > p { color: #8C7B6B; }
.lux-contact .panel {
  background: #fff;
  border-color: rgba(201, 169, 110, .3);
}
.lux-contact label { color: #4A0E1B; }
.lux-contact input,
.lux-contact textarea {
  border-color: rgba(201, 169, 110, .4);
  background: #FFFDF8;
}
.lux-contact input:focus,
.lux-contact textarea:focus {
  border-color: #C9A96E;
  box-shadow: 0 0 0 4px rgba(201, 169, 110, .15);
}
.lux-contact .btn {
  background: linear-gradient(135deg, #C9A96E, #A07D3F);
  color: #1A0A0A;
  width: 100%;
  justify-content: center;
}
.lux-contact .btn:hover { box-shadow: 0 12px 24px rgba(201, 169, 110, .3); }

/* ----------------------------------------------------------
   3. IMMERSIVE PULSE
   ---------------------------------------------------------- */
.style-immersive {
  background: #0a0015;
}
.style-immersive .bg-orb.orb-one { background: #7B2FFF; opacity: .18; }
.style-immersive .bg-orb.orb-two { background: #FF2D7B; opacity: .15; }
.style-immersive .topbar {
  background: rgba(10, 0, 21, .85);
  border-bottom-color: rgba(123, 47, 255, .25);
}
.style-immersive .logo { color: #00F0FF; letter-spacing: .15em; }
.style-immersive .nav nav a { color: #C8B8FF; }
.style-immersive .nav nav a:hover { color: #fff; background: rgba(123, 47, 255, .2); }
.style-immersive .nav-logout-btn { color: #C8B8FF; }
.style-immersive .nav-logout-btn:hover { color: #fff; background: rgba(123, 47, 255, .2); }
.style-immersive .footer { color: #C8B8FF; }
.style-immersive .footer h4 { color: #00F0FF; }
.style-immersive .footer p { color: #9B88D4; }

.imm-hero {
  margin-top: 1rem;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
}
.imm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(123,47,255,.4), rgba(255,45,123,.25), rgba(0,240,255,.2));
  animation: imm-shift 8s ease-in-out infinite;
  z-index: 1;
}
.imm-hero .container { position: relative; z-index: 2; }
.imm-hero .eyebrow {
  color: #00F0FF;
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size: .8rem;
}
.imm-hero h1 {
  font-size: clamp(3rem, 7vw, 5.5rem);
  text-transform: uppercase;
  letter-spacing: -.03em;
  line-height: 1;
  max-width: 14ch;
  margin: 0 auto .8rem;
  background: linear-gradient(135deg, #fff, #00F0FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.imm-hero .lead {
  color: #C8B8FF;
  max-width: 48ch;
  margin: 0 auto;
  font-size: 1.1rem;
}
.imm-hero .hero-cta { justify-content: center; margin-top: 1.8rem; }
.imm-hero .btn {
  background: linear-gradient(135deg, #7B2FFF, #FF2D7B);
  color: #fff;
  font-weight: 800;
}
.imm-hero .btn:hover { box-shadow: 0 12px 28px rgba(123, 47, 255, .4); }
.imm-hero .btn.ghost {
  background: rgba(123, 47, 255, .15);
  color: #fff;
  border-color: rgba(0, 240, 255, .35);
}

@keyframes imm-shift {
  0%, 100% { opacity: .6; filter: hue-rotate(0deg); }
  50% { opacity: .85; filter: hue-rotate(25deg); }
}

.imm-pulse {
  margin: 1.5rem auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .75rem;
}
.imm-pulse-item {
  background: rgba(20, 5, 45, .85);
  border: 1px solid rgba(123, 47, 255, .3);
  border-radius: 18px;
  padding: 1.2rem;
  text-align: center;
}
.imm-pulse-item strong {
  display: block;
  font-size: 1.5rem;
  color: #00F0FF;
  margin-bottom: .3rem;
}
.imm-pulse-item span { color: #C8B8FF; font-size: .88rem; }
.imm-pulse-item:nth-child(2) { border-color: rgba(255, 45, 123, .3); }
.imm-pulse-item:nth-child(2) strong { color: #FF2D7B; }
.imm-pulse-item:nth-child(3) { border-color: rgba(0, 240, 255, .3); }
.imm-pulse-item:nth-child(4) { border-color: rgba(255, 45, 123, .3); }
.imm-pulse-item:nth-child(4) strong { color: #FF2D7B; }

.imm-features {
  margin: 1.5rem auto;
  background: rgba(15, 5, 35, .6);
  border: 1px solid rgba(123, 47, 255, .2);
  border-radius: 18px;
  padding: 2rem;
}
.imm-features h2 { color: #fff; }
.imm-neon-card {
  background: rgba(10, 0, 21, .8);
  border: 1px solid rgba(123, 47, 255, .35);
  box-shadow: 0 0 18px rgba(123, 47, 255, .12);
  border-radius: 16px;
  padding: 1.3rem;
  transition: transform .3s ease, box-shadow .3s ease;
}
.imm-neon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 30px rgba(123, 47, 255, .25);
}
.imm-neon-card h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 1rem;
}
.imm-neon-card p { color: #9B88D4; }
.imm-neon-card:nth-child(2) {
  border-color: rgba(255, 45, 123, .35);
  box-shadow: 0 0 18px rgba(255, 45, 123, .12);
}
.imm-neon-card:nth-child(2):hover { box-shadow: 0 0 30px rgba(255, 45, 123, .25); }
.imm-neon-card:nth-child(3) {
  border-color: rgba(0, 240, 255, .35);
  box-shadow: 0 0 18px rgba(0, 240, 255, .12);
}
.imm-neon-card:nth-child(3):hover { box-shadow: 0 0 30px rgba(0, 240, 255, .25); }

.imm-events {
  margin: 1.5rem auto;
  background: rgba(15, 5, 35, .6);
  border: 1px solid rgba(123, 47, 255, .2);
  border-radius: 18px;
  padding: 2rem;
}
.imm-events h2 { color: #fff; }
.imm-events .text-link { color: #00F0FF; }
.imm-event-card {
  position: relative;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-end;
}
.imm-event-card:last-child { margin-bottom: 0; }
.imm-event-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 0, 21, .95) 15%, rgba(10, 0, 21, .4) 50%, transparent 80%);
  border-radius: 16px;
}
.imm-event-card-body {
  position: relative;
  z-index: 2;
  padding: 1.5rem;
  width: 100%;
}
.imm-event-card-body .chip {
  background: rgba(123, 47, 255, .3);
  border-color: rgba(123, 47, 255, .5);
  color: #C8B8FF;
}
.imm-event-card-body h3 {
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.imm-event-card-body p { color: #C8B8FF; }
.imm-event-card-body .meta { color: #00F0FF; }
.imm-event-card-body .text-link { color: #FF2D7B; }

.imm-plans {
  margin: 1.5rem auto;
  background: rgba(15, 5, 35, .6);
  border: 1px solid rgba(123, 47, 255, .2);
  border-radius: 18px;
  padding: 2rem;
}
.imm-plans h2 { color: #fff; }
.imm-plan-card {
  background: rgba(10, 0, 21, .85);
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}
.imm-plan-card:nth-child(1) {
  border: 1px solid rgba(123, 47, 255, .4);
  box-shadow: 0 0 16px rgba(123, 47, 255, .1);
}
.imm-plan-card:nth-child(2) {
  border: 1px solid rgba(255, 45, 123, .4);
  box-shadow: 0 0 16px rgba(255, 45, 123, .1);
}
.imm-plan-card:nth-child(3) {
  border: 1px solid rgba(0, 240, 255, .4);
  box-shadow: 0 0 16px rgba(0, 240, 255, .1);
}
.imm-plan-card:hover { transform: translateY(-5px); }
.imm-plan-card h3 { color: #fff; text-transform: uppercase; }
.imm-plan-card .price { font-size: 1.6rem; font-weight: 800; }
.imm-plan-card:nth-child(1) .price { color: #7B2FFF; }
.imm-plan-card:nth-child(2) .price { color: #FF2D7B; }
.imm-plan-card:nth-child(3) .price { color: #00F0FF; }
.imm-plan-card p { color: #9B88D4; }
.imm-plan-card .meta { color: #C8B8FF; }

.imm-contact {
  margin: 1.5rem auto;
  background: rgba(15, 5, 35, .8);
  border: 1px solid rgba(123, 47, 255, .25);
  border-radius: 18px;
  padding: 2rem;
}
.imm-contact h2 { color: #fff; }
.imm-contact > div > p { color: #C8B8FF; }
.imm-contact .contact-highlights p {
  background: rgba(10, 0, 21, .7);
  border-color: rgba(123, 47, 255, .3);
  color: #C8B8FF;
}
.imm-contact .contact-highlights strong { color: #00F0FF; }
.imm-contact .panel {
  background: rgba(10, 0, 21, .85);
  border-color: rgba(123, 47, 255, .35);
}
.imm-contact label { color: #C8B8FF; }
.imm-contact input,
.imm-contact textarea {
  background: rgba(5, 0, 14, .7);
  border-color: rgba(123, 47, 255, .35);
  color: #eef4ff;
}
.imm-contact input:focus,
.imm-contact textarea:focus {
  border-color: #00F0FF;
  box-shadow: 0 0 0 4px rgba(0, 240, 255, .15);
}
.imm-contact .btn {
  background: linear-gradient(135deg, #7B2FFF, #FF2D7B);
  color: #fff;
  width: 100%;
  justify-content: center;
}
.imm-contact .btn:hover { box-shadow: 0 12px 24px rgba(123, 47, 255, .35); }

/* ----------------------------------------------------------
   4. MODERN GRID
   ---------------------------------------------------------- */
.style-modern-grid {
  background: #F1F5F9;
}
.style-modern-grid .bg-orb.orb-one { background: #0EA5E9; opacity: .08; }
.style-modern-grid .bg-orb.orb-two { background: #0EA5E9; opacity: .06; }
.style-modern-grid .topbar {
  background: rgba(15, 23, 42, .92);
  border-bottom-color: rgba(14, 165, 233, .2);
}
.style-modern-grid .logo { color: #0EA5E9; letter-spacing: .12em; }
.style-modern-grid .nav nav a { color: #CBD5E1; }
.style-modern-grid .nav nav a:hover { color: #fff; background: rgba(14, 165, 233, .15); }
.style-modern-grid .nav-logout-btn { color: #CBD5E1; }
.style-modern-grid .nav-logout-btn:hover { color: #fff; background: rgba(14, 165, 233, .15); }
.style-modern-grid .footer {
  background: #0F172A;
  color: #CBD5E1;
}
.style-modern-grid .footer h4 { color: #0EA5E9; }
.style-modern-grid .footer p { color: #94A3B8; }

.mg-hero {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 1.5rem;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  padding: 3rem 2rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .12);
  overflow: hidden;
}
.mg-hero .eyebrow {
  color: #0EA5E9;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .75rem;
}
.mg-hero h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  max-width: 18ch;
  letter-spacing: -.02em;
}
.mg-hero .lead { color: #CBD5E1; max-width: 50ch; }
.mg-hero .hero-cta { margin-top: 1.2rem; }
.mg-hero .btn {
  background: #0EA5E9;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
}
.mg-hero .btn:hover { box-shadow: 0 8px 20px rgba(14, 165, 233, .35); }
.mg-hero .btn.ghost {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.2);
  border-radius: 8px;
}
.mg-metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .6rem;
}
.mg-metric {
  background: rgba(14, 165, 233, .08);
  border: 1px solid rgba(14, 165, 233, .2);
  border-radius: 8px;
  padding: .8rem;
}
.mg-metric strong { display: block; font-size: 1.3rem; color: #0EA5E9; }
.mg-metric span { color: #CBD5E1; font-size: .85rem; }

.mg-modules {
  margin: 1.5rem auto;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 2rem;
}
.mg-modules h2 { color: #0F172A; }
.mg-modules-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .75rem;
}
.mg-module {
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  background: #F8FAFC;
  padding: 1.2rem;
  transition: transform .24s ease, box-shadow .24s ease;
}
.mg-module:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
}
.mg-module-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(14, 165, 233, .1);
  border-radius: 8px;
  font-size: 1.2rem;
  margin-bottom: .6rem;
}
.mg-module h3 { color: #0F172A; font-size: .95rem; }
.mg-module p { color: #64748B; font-size: .88rem; }

.mg-events {
  margin: 1.5rem auto;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 2rem;
}
.mg-events h2 { color: #0F172A; }
.mg-events .text-link { color: #0EA5E9; }
.mg-events .cards { gap: .75rem; }
.mg-events .card {
  border-radius: 8px;
  border-color: #E2E8F0;
}
.mg-events .card:hover {
  border-color: rgba(14, 165, 233, .4);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
}
.mg-events .card img { height: 160px; }
.mg-events .chip {
  background: rgba(14, 165, 233, .1);
  border-color: rgba(14, 165, 233, .25);
  color: #0369A1;
}
.mg-events .meta { color: #64748B; }
.mg-events .text-link { color: #0EA5E9; }

.mg-plans {
  margin: 1.5rem auto;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 2rem;
}
.mg-plans h2 { color: #0F172A; }
.mg-plans .comparison-table th {
  background: #0F172A;
  color: #0EA5E9;
  font-size: .82rem;
}
.mg-plans .comparison-table td { font-size: .92rem; color: #334155; }
.mg-plans .comparison-table tr:nth-child(even) td { background: #F8FAFC; }

.mg-contact {
  margin: 1.5rem auto;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 2rem;
}
.mg-contact h2 { color: #0F172A; }
.mg-contact p { color: #64748B; }
.mg-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem .75rem;
  margin-top: 1rem;
}
.mg-contact-form label { color: #334155; font-size: .88rem; }
.mg-contact-form input,
.mg-contact-form textarea {
  border-color: #E2E8F0;
  border-radius: 8px;
  background: #F8FAFC;
}
.mg-contact-form input:focus,
.mg-contact-form textarea:focus {
  border-color: #0EA5E9;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, .12);
}
.mg-contact-form .full-span { grid-column: span 2; }
.mg-contact .btn {
  background: #0EA5E9;
  color: #fff;
  border-radius: 8px;
  margin-top: .5rem;
}
.mg-contact .btn:hover { box-shadow: 0 8px 20px rgba(14, 165, 233, .3); }

/* ----------------------------------------------------------
   5. EDITORIAL STORY
   ---------------------------------------------------------- */
.style-editorial {
  background: #F5F0E8;
}
.style-editorial .bg-orb { display: none; }
.style-editorial .topbar {
  background: rgba(28, 24, 20, .92);
  border-bottom-color: rgba(199, 91, 57, .2);
}
.style-editorial .logo { color: #C75B39; letter-spacing: .14em; }
.style-editorial .nav nav a { color: #D4C9BC; }
.style-editorial .nav nav a:hover { color: #fff; background: rgba(199, 91, 57, .15); }
.style-editorial .nav-logout-btn { color: #D4C9BC; }
.style-editorial .nav-logout-btn:hover { color: #fff; background: rgba(199, 91, 57, .15); }
.style-editorial .footer {
  background: #1C1814;
  color: #D4C9BC;
}
.style-editorial .footer h4 { color: #C75B39; }
.style-editorial .footer p { color: #9B8E80; }

.style-editorial h1,
.style-editorial h2,
.style-editorial h3 {
  font-family: var(--ed-font, "Playfair Display", "Space Grotesk", serif);
}

.ed-hero {
  margin-top: 1rem;
  min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 16px 36px rgba(28, 24, 20, .25);
  overflow: hidden;
  padding: 4rem 2rem;
}
.ed-hero .eyebrow {
  color: #E8A88A;
  letter-spacing: .2em;
  font-size: .78rem;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ed-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-style: italic;
  max-width: 16ch;
  margin: 0 auto .7rem;
  color: #FFF8EF;
  line-height: 1.15;
}
.ed-hero .lead {
  color: #E8D5C4;
  max-width: 52ch;
  margin: 0 auto;
  font-style: italic;
}

.ed-quote {
  margin: 2.5rem auto;
  max-width: 760px;
  text-align: center;
  padding: 2rem;
  position: relative;
}
.ed-quote::before {
  content: "\201C";
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  color: #C75B39;
  position: absolute;
  top: -.5rem;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  opacity: .6;
}
.ed-quote blockquote {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-style: italic;
  color: #4A3F36;
  line-height: 1.6;
  margin: 0;
  padding-top: 1.5rem;
}
.ed-quote cite {
  display: block;
  margin-top: .8rem;
  font-style: normal;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #C75B39;
  font-size: .9rem;
}

.ed-events {
  margin: 1.5rem auto;
  background: #fff;
  border: 1px solid rgba(199, 91, 57, .15);
  border-radius: 12px;
  padding: 2rem;
}
.ed-events h2 { color: #1C1814; }
.ed-events .text-link { color: #C75B39; }
.ed-stories {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
}
.ed-story-card {
  border: 1px solid rgba(199, 91, 57, .15);
  border-radius: 12px;
  overflow: hidden;
  background: #FFFBF5;
  transition: transform .3s ease, box-shadow .3s ease;
}
.ed-story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(28, 24, 20, .1);
}
.ed-story-card:first-child { grid-row: span 2; }
.ed-story-card:first-child img { height: 100%; min-height: 280px; }
.ed-story-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.ed-story-card .pad { padding: 1.2rem; }
.ed-story-card .chip {
  background: rgba(199, 91, 57, .1);
  border-color: rgba(199, 91, 57, .25);
  color: #C75B39;
}
.ed-story-card h3 { color: #1C1814; }
.ed-story-card p { color: #6B5E53; }
.ed-story-card .meta { color: #C75B39; }
.ed-story-card .text-link { color: #C75B39; }

.ed-plans {
  margin: 1.5rem auto;
  background: #fff;
  border: 1px solid rgba(199, 91, 57, .15);
  border-radius: 12px;
  padding: 2rem;
}
.ed-plans h2 { color: #1C1814; }
.ed-plan-narrative {
  border-left: 3px solid #C75B39;
  padding: 1.2rem 0 1.2rem 1.5rem;
  margin-bottom: 1.5rem;
}
.ed-plan-narrative:last-child { margin-bottom: 0; }
.ed-plan-narrative h3 { color: #1C1814; font-size: 1.3rem; }
.ed-plan-narrative .price {
  color: #C75B39;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
}
.ed-plan-narrative p { color: #6B5E53; line-height: 1.7; }
.ed-plan-narrative .meta { color: #9B8E80; }

.ed-contact {
  margin: 1.5rem auto;
  background: #fff;
  border: 1px solid rgba(199, 91, 57, .15);
  border-radius: 12px;
  padding: 2rem;
}
.ed-contact h2 { color: #1C1814; }
.ed-contact > div > p { color: #6B5E53; }
.ed-contact .split { gap: 2rem; }
.ed-contact .panel {
  background: #FFFBF5;
  border-color: rgba(199, 91, 57, .2);
}
.ed-contact label { color: #1C1814; }
.ed-contact input,
.ed-contact textarea {
  border-color: rgba(199, 91, 57, .25);
  background: #fff;
}
.ed-contact input:focus,
.ed-contact textarea:focus {
  border-color: #C75B39;
  box-shadow: 0 0 0 4px rgba(199, 91, 57, .1);
}
.ed-contact .btn {
  background: linear-gradient(135deg, #C75B39, #A84428);
  color: #fff;
  width: 100%;
  justify-content: center;
  border-radius: 12px;
}
.ed-contact .btn:hover { box-shadow: 0 12px 24px rgba(199, 91, 57, .3); }
.ed-contact .contact-highlights p {
  background: #FFFBF5;
  border-color: rgba(199, 91, 57, .2);
  color: #6B5E53;
}
.ed-contact .contact-highlights strong { color: #C75B39; }

/* ----------------------------------------------------------
   6. MINIMAL SLATE
   ---------------------------------------------------------- */
.style-minimal-slate {
  background: #F0F2F5;
}
.style-minimal-slate .bg-orb { display: none; }
.style-minimal-slate .topbar {
  background: rgba(27, 36, 48, .95);
  border-bottom-color: rgba(255, 107, 53, .15);
}
.style-minimal-slate .logo { color: #FF6B35; letter-spacing: .14em; }
.style-minimal-slate .nav nav a { color: #B0B8C4; }
.style-minimal-slate .nav nav a:hover { color: #fff; background: rgba(255, 107, 53, .12); }
.style-minimal-slate .nav-logout-btn { color: #B0B8C4; }
.style-minimal-slate .nav-logout-btn:hover { color: #fff; background: rgba(255, 107, 53, .12); }
.style-minimal-slate .footer {
  background: #1B2430;
  color: #B0B8C4;
}
.style-minimal-slate .footer h4 { color: #FF6B35; }
.style-minimal-slate .footer p { color: #7A8594; }

.ms-hero {
  margin-top: 1rem;
  padding: 7rem 2rem 5rem;
  text-align: center;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.ms-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(27, 36, 48, .88);
}
.ms-hero .container { position: relative; z-index: 2; }
.ms-hero .eyebrow {
  color: #FF6B35;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .75rem;
  font-weight: 800;
}
.ms-hero h1 {
  font-size: clamp(3rem, 8vw, 5.5rem);
  letter-spacing: -.04em;
  line-height: 1.05;
  color: #F0F2F5;
  max-width: 14ch;
  margin: 0 auto .6rem;
}
.ms-hero .lead {
  color: #B0B8C4;
  max-width: 46ch;
  margin: 0 auto;
  font-size: 1.05rem;
}
.ms-hero .hero-cta { justify-content: center; margin-top: 2rem; }
.ms-hero .btn {
  background: #FF6B35;
  color: #fff;
  border-radius: 6px;
  font-weight: 800;
}
.ms-hero .btn:hover { box-shadow: 0 8px 20px rgba(255, 107, 53, .35); }
.ms-hero .btn.ghost {
  background: rgba(255, 255, 255, .08);
  color: #F0F2F5;
  border-color: rgba(255, 255, 255, .2);
  border-radius: 6px;
}

.ms-events {
  margin: 1.5rem auto;
  background: #fff;
  border: 1px solid #E0E3E8;
  border-radius: 6px;
  padding: 2.5rem 2rem;
}
.ms-events h2 { color: #1B2430; }
.ms-events .text-link { color: #FF6B35; }
.ms-event-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ms-event-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.2rem 0;
  border-bottom: 1px solid #E0E3E8;
}
.ms-event-row:last-child { border-bottom: 0; }
.ms-event-title { color: #1B2430; font-weight: 700; font-size: 1.05rem; }
.ms-event-title span {
  display: block;
  font-weight: 400;
  color: #6B7B8D;
  font-size: .88rem;
  margin-top: .15rem;
}
.ms-event-meta {
  color: #6B7B8D;
  font-size: .9rem;
  text-align: right;
  white-space: nowrap;
}
.ms-event-link {
  color: #FF6B35;
  font-weight: 700;
  font-size: .9rem;
  white-space: nowrap;
}

.ms-pricing {
  margin: 1.5rem auto;
  background: #fff;
  border: 1px solid #E0E3E8;
  border-radius: 6px;
  padding: 2.5rem 2rem;
}
.ms-pricing h2 { color: #1B2430; }
.ms-pricing-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #E0E3E8;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 1rem;
}
.ms-pricing-item {
  padding: 2rem 1.5rem;
  text-align: center;
  border-right: 1px solid #E0E3E8;
  transition: background .2s ease;
}
.ms-pricing-item:last-child { border-right: 0; }
.ms-pricing-item:hover { background: #F8F9FA; }
.ms-pricing-item h3 { color: #1B2430; font-size: 1rem; margin-bottom: .4rem; }
.ms-pricing-item .price {
  color: #FF6B35;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: .4rem;
}
.ms-pricing-item p { color: #6B7B8D; font-size: .9rem; }
.ms-pricing-item .meta { color: #9AA3B0; font-size: .85rem; }

.ms-contact {
  margin: 1.5rem auto;
  background: #fff;
  border: 1px solid #E0E3E8;
  border-radius: 6px;
  padding: 2.5rem 2rem;
}
.ms-contact h2 { color: #1B2430; text-align: center; }
.ms-contact > p { color: #6B7B8D; text-align: center; max-width: 48ch; margin: 0 auto 1.5rem; }
.ms-contact-form {
  max-width: 540px;
  margin: 0 auto;
}
.ms-contact-form label { color: #1B2430; font-size: .88rem; }
.ms-contact-form input,
.ms-contact-form textarea {
  border-color: #E0E3E8;
  border-radius: 6px;
  background: #F8F9FA;
}
.ms-contact-form input:focus,
.ms-contact-form textarea:focus {
  border-color: #FF6B35;
  box-shadow: 0 0 0 4px rgba(255, 107, 53, .1);
}
.ms-contact .btn {
  background: #FF6B35;
  color: #fff;
  border-radius: 6px;
  width: 100%;
  justify-content: center;
  margin-top: .5rem;
}
.ms-contact .btn:hover { box-shadow: 0 8px 20px rgba(255, 107, 53, .3); }

/* ----------------------------------------------------------
   LEISURE & RESORT — Shared gallery patterns per variant
   ---------------------------------------------------------- */

/* Executive resort gallery */
.exec-resort {
  margin: 1.5rem auto;
  background: linear-gradient(180deg, #fff, #f7f9fd);
  border: 1px solid rgba(16, 24, 40, .12);
  border-radius: 22px;
  padding: 2rem;
}
.exec-resort h2 { color: #101828; }
.exec-resort .resort-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: .7rem;
}
.exec-resort .resort-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(16, 24, 40, .1);
  transition: transform .28s ease, box-shadow .28s ease;
}
.exec-resort .resort-grid img:first-child {
  grid-row: span 2;
  height: 100%;
  min-height: 408px;
}
.exec-resort .resort-grid img:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(10, 17, 36, .14);
}
.exec-resort .resort-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .8rem;
  margin-top: 1rem;
}
.exec-resort .resort-feature {
  border: 1px solid rgba(16, 24, 40, .1);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #eef4ff);
  padding: 1rem;
}
.exec-resort .resort-feature h3 { font-size: .95rem; }
.exec-resort .resort-feature p { font-size: .9rem; }

/* Luxury resort gallery */
.lux-resort {
  margin: 1.5rem auto;
  background: linear-gradient(180deg, #FFF8EF, #F5EBD8);
  border: 1px solid rgba(201, 169, 110, .25);
  border-radius: 16px;
  padding: 2rem;
}
.lux-resort h2 { color: #4A0E1B; }
.lux-resort .resort-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.lux-resort .resort-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 14px;
  border: 2px solid rgba(201, 169, 110, .2);
  transition: transform .3s ease, box-shadow .3s ease;
}
.lux-resort .resort-grid img:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(160, 125, 63, .15);
}
.lux-resort .resort-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
.lux-resort .resort-panel {
  background: #fff;
  border: 1px solid rgba(201, 169, 110, .25);
  border-radius: 14px;
  padding: 1.2rem;
}
.lux-resort .resort-panel h3 { color: #4A0E1B; }
.lux-resort .resort-panel p { color: #8C7B6B; }

/* Immersive resort / day-to-night */
.imm-daynight {
  margin: 1.5rem auto;
  background: rgba(15, 5, 35, .6);
  border: 1px solid rgba(123, 47, 255, .2);
  border-radius: 18px;
  padding: 2rem;
}
.imm-daynight h2 { color: #fff; }
.imm-daynight > p { color: #C8B8FF; }
.imm-daynight .resort-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .8rem;
  margin-top: 1rem;
}
.imm-daynight .resort-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  height: 240px;
}
.imm-daynight .resort-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.imm-daynight .resort-card:hover img { transform: scale(1.05); }
.imm-daynight .resort-card figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .8rem;
  background: linear-gradient(to top, rgba(10, 0, 21, .9), transparent);
  color: #C8B8FF;
  font-weight: 600;
  font-size: .9rem;
  margin: 0;
}

/* Modern Grid resort modules */
.mg-resort {
  margin: 1.5rem auto;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 2rem;
}
.mg-resort h2 { color: #0F172A; }
.mg-resort .resort-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .6rem;
  margin-top: 1rem;
}
.mg-resort .resort-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #E2E8F0;
  transition: transform .24s ease;
}
.mg-resort .resort-grid img:hover { transform: translateY(-3px); }
.mg-resort .resort-amenities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .6rem;
  margin-top: .8rem;
}
.mg-resort .amenity {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: .8rem;
  text-align: center;
}
.mg-resort .amenity strong { display: block; color: #0F172A; font-size: .9rem; }
.mg-resort .amenity span { color: #64748B; font-size: .82rem; }

/* Editorial resort story */
.ed-resort {
  margin: 1.5rem auto;
  background: #fff;
  border: 1px solid rgba(199, 91, 57, .15);
  border-radius: 12px;
  padding: 2rem;
}
.ed-resort h2 { color: #1C1814; }
.ed-resort .resort-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
}
.ed-resort .resort-layout img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
}
.ed-resort .resort-text h3 { color: #1C1814; font-size: 1.3rem; }
.ed-resort .resort-text p { color: #6B5E53; line-height: 1.75; }
.ed-resort .resort-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .7rem;
  margin-top: 1rem;
}
.ed-resort .resort-gallery img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(199, 91, 57, .12);
}

/* Minimal Slate resort */
.ms-resort {
  margin: 1.5rem auto;
  background: #fff;
  border: 1px solid #E0E3E8;
  border-radius: 6px;
  padding: 2.5rem 2rem;
}
.ms-resort h2 { color: #1B2430; }
.ms-resort .resort-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
}
.ms-resort .resort-split img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 6px;
}
.ms-resort .resort-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ms-resort .resort-list li {
  padding: .8rem 0;
  border-bottom: 1px solid #E0E3E8;
  color: #1B2430;
  font-weight: 600;
}
.ms-resort .resort-list li:last-child { border-bottom: 0; }
.ms-resort .resort-list li span {
  display: block;
  font-weight: 400;
  color: #6B7B8D;
  font-size: .88rem;
  margin-top: .1rem;
}

/* ----------------------------------------------------------
   RESPONSIVE OVERRIDES
   ---------------------------------------------------------- */
@media (max-width: 980px) {
  .mg-hero { grid-template-columns: 1fr; }
  .mg-modules-grid { grid-template-columns: 1fr 1fr; }
  .ed-stories { grid-template-columns: 1fr; }
  .ed-story-card:first-child { grid-row: span 1; }
  .ed-story-card:first-child img { height: 220px; min-height: auto; }
  .imm-pulse { grid-template-columns: 1fr 1fr; }
  .exec-resort .resort-grid { grid-template-columns: 1fr 1fr; }
  .exec-resort .resort-grid img:first-child { grid-row: span 1; min-height: auto; height: 200px; }
  .exec-resort .resort-features { grid-template-columns: 1fr; }
  .imm-daynight .resort-grid { grid-template-columns: 1fr 1fr; }
  .mg-resort .resort-grid { grid-template-columns: 1fr 1fr; }
  .mg-resort .resort-amenities { grid-template-columns: 1fr 1fr; }
  .ed-resort .resort-layout { grid-template-columns: 1fr; }
  .ed-resort .resort-gallery { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  /* Grid collapses */
  .lux-zigzag-item { grid-template-columns: 1fr; }
  .lux-zigzag-item:nth-child(even) { direction: ltr; }
  .lux-zigzag-item img { height: 200px; }
  .mg-modules-grid { grid-template-columns: 1fr; }
  .mg-contact-form { grid-template-columns: 1fr; }
  .mg-contact-form .full-span { grid-column: span 1; }
  .ms-event-row { grid-template-columns: 1fr; gap: .3rem; }
  .ms-event-meta { text-align: left; }
  .ms-pricing-strip { grid-template-columns: 1fr; }
  .ms-pricing-item { border-right: 0; border-bottom: 1px solid #E0E3E8; padding: 1.2rem 1rem; }
  .ms-pricing-item:last-child { border-bottom: 0; }
  .imm-pulse { grid-template-columns: 1fr; }
  .lux-resort .resort-grid { grid-template-columns: 1fr; }
  .lux-resort .resort-panels { grid-template-columns: 1fr; }
  .imm-daynight .resort-grid { grid-template-columns: 1fr; }
  .ms-resort .resort-split { grid-template-columns: 1fr; }
  .ed-resort .resort-gallery { grid-template-columns: 1fr; }
  .mg-resort .resort-grid { grid-template-columns: 1fr; }
  .mg-resort .resort-amenities { grid-template-columns: 1fr; }
  .exec-resort .resort-grid { grid-template-columns: 1fr; }
  .exec-resort .resort-grid img { height: 200px; }

  /* Hero heights and padding */
  .exec-hero { padding: 3rem 0 2.5rem; }
  .lux-hero { min-height: 55vh; padding: 3rem 1.2rem; }
  .imm-hero { min-height: 65vh; padding: 3rem 1.2rem; }
  .ed-hero { min-height: 50vh; padding: 3rem 1.2rem; }
  .mg-hero { padding: 2.5rem 1.2rem; }
  .ms-hero { padding: 4rem 1.5rem 3rem; }

  /* Typography scaling */
  .imm-hero h1 { font-size: clamp(2rem, 6vw, 3.5rem); }
  .ms-hero h1 { font-size: clamp(2rem, 6vw, 3.5rem); }
  .lux-hero h1 { font-size: clamp(1.8rem, 5vw, 2.8rem); }
  .ed-hero h1 { font-size: clamp(1.8rem, 5vw, 2.8rem); }
  .exec-hero h1 { font-size: clamp(1.8rem, 5vw, 2.6rem); }

  /* Image heights on single column */
  .ed-resort .resort-layout img { height: 220px; }
  .ms-resort .resort-split img { height: 200px; }
  .imm-event-card { min-height: 220px; }

  /* Light theme nav toggle colors */
  .style-coastal .nav-toggle { color: #1a6b8a; }
  .style-coastal .nav-toggle:hover { background: rgba(26, 107, 138, .08); }
  .style-garden .nav-toggle { color: #3a6b2e; }
  .style-garden .nav-toggle:hover { background: rgba(58, 107, 46, .08); }
  .style-sunlit .nav-toggle { color: #8a5a20; }
  .style-sunlit .nav-toggle:hover { background: rgba(196, 138, 48, .08); }

  /* Light theme nav hover backgrounds */
  .style-coastal .topbar nav a:hover { background: rgba(26, 107, 138, .08); }
  .style-garden .topbar nav a:hover { background: rgba(58, 107, 46, .08); }
  .style-sunlit .topbar nav a:hover { background: rgba(196, 138, 48, .08); }

  /* Light theme topbar mobile border */
  .style-coastal .topbar,
  .style-garden .topbar,
  .style-sunlit .topbar {
    padding-bottom: .5rem;
  }

  /* Light theme menu panel mobile styling */
  .style-coastal .menu-panel a,
  .style-garden .menu-panel a,
  .style-sunlit .menu-panel a { font-size: .9rem; }
}

@media (max-width: 480px) {
  /* Tighten section padding on small phones */
  .exec-stats,
  .exec-events,
  .exec-resort,
  .exec-plans,
  .exec-contact,
  .lux-features,
  .lux-events,
  .lux-plans,
  .lux-contact,
  .lux-resort,
  .imm-features,
  .imm-events,
  .imm-plans,
  .imm-contact,
  .imm-daynight,
  .mg-modules,
  .mg-events,
  .mg-plans,
  .mg-contact,
  .mg-resort,
  .ed-features,
  .ed-events,
  .ed-plans,
  .ed-contact,
  .ed-resort,
  .ms-events,
  .ms-pricing,
  .ms-contact,
  .ms-resort { padding-left: .5rem; padding-right: .5rem; }

  .exec-hero,
  .lux-hero,
  .imm-hero,
  .ed-hero,
  .mg-hero,
  .ms-hero { border-radius: 10px; }

  .kpi-panel { padding: .8rem; }
  .kpi-grid { grid-template-columns: 1fr 1fr; gap: .4rem; }
}


/* ==========================================================
   7. COASTAL BREEZE — Light ocean theme
   ========================================================== */
.style-coastal {
  background: linear-gradient(180deg, #f0f7fc, #ffffff 30%);
}
.style-coastal .bg-orb { display: none; }
.style-coastal .topbar {
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(56, 152, 199, .15);
  backdrop-filter: blur(12px);
}
.style-coastal .topbar .logo { color: #1a6b8a; }
.style-coastal .topbar nav a { color: #3a5a6e; }
.style-coastal .topbar nav a:hover { color: #1a6b8a; }
.style-coastal .menu-panel {
  background: #fff;
  border: 1px solid #dde9f0;
  box-shadow: 0 8px 32px rgba(26, 107, 138, .1);
}
.style-coastal .menu-panel a { color: #3a5a6e; }
.style-coastal .menu-panel a:hover { background: #f0f7fc; color: #1a6b8a; }
.style-coastal .menu-divider { border-top-color: rgba(26, 107, 138, .15); }
.style-coastal .footer {
  background: #1a3a4a;
  color: #c5dde8;
}
.style-coastal .footer h4 { color: #e8f4f8; }

.cb-hero {
  margin-top: 1rem;
  min-height: 75vh;
  display: flex;
  align-items: flex-end;
  padding: 6rem 0 4rem;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin-left: 1rem;
  margin-right: 1rem;
}
.cb-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(255,255,255,.95) 0%, rgba(240,247,252,.7) 40%, transparent 70%);
}
.cb-hero .container { position: relative; z-index: 1; }
.cb-hero .eyebrow {
  color: #1a6b8a;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .85rem;
  margin-bottom: .5rem;
}
.cb-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: #1a3a4a;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.cb-hero .lead {
  color: #4a6a7a;
  font-size: 1.15rem;
  max-width: 600px;
}
.cb-hero .btn {
  background: #1a6b8a;
  color: #fff;
  border: 2px solid #1a6b8a;
}
.cb-hero .btn:hover { background: #15596f; border-color: #15596f; }
.cb-hero .btn.ghost {
  background: transparent;
  color: #1a6b8a;
  border: 2px solid #1a6b8a;
}
.cb-hero .btn.ghost:hover { background: #1a6b8a; color: #fff; }

.cb-intro { padding: 4rem 0; }
.cb-intro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.cb-intro-card {
  background: #fff;
  border: 1px solid #dde9f0;
  border-radius: .75rem;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: transform .2s, box-shadow .2s;
}
.cb-intro-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(26, 107, 138, .08); }
.cb-icon { font-size: 2rem; display: block; margin-bottom: .75rem; }
.cb-intro-card h3 { color: #1a3a4a; font-size: 1.1rem; margin-bottom: .5rem; }
.cb-intro-card p { color: #5a7a8a; font-size: .9rem; line-height: 1.5; }

.cb-events { padding: 3rem 0; }
.cb-events .section-head h2 { color: #1a3a4a; }
.cb-events .text-link { color: #1a6b8a; }
.cb-event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.cb-event-card {
  background: #fff;
  border: 1px solid #dde9f0;
  border-radius: .75rem;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.cb-event-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(26, 107, 138, .08); }
.cb-event-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.cb-event-body { padding: 1.5rem; }
.cb-event-body .chip {
  background: #e8f4f8;
  color: #1a6b8a;
  font-size: .75rem;
  padding: .25rem .6rem;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: .5rem;
}
.cb-event-body h3 { color: #1a3a4a; margin-bottom: .4rem; font-size: 1.1rem; }
.cb-event-body p { color: #5a7a8a; font-size: .9rem; line-height: 1.5; }
.cb-event-body .meta { color: #8aa; font-size: .85rem; margin-top: .5rem; }
.cb-event-body .text-link { color: #1a6b8a; font-size: .9rem; margin-top: .5rem; display: inline-block; }

.cb-resort {
  background: linear-gradient(180deg, #e8f4f8, #f0f7fc);
  padding: 4rem 0;
  margin: 3rem 0;
}
.cb-resort h2 { color: #1a3a4a; text-align: center; margin-bottom: .5rem; }
.cb-resort-lead {
  text-align: center;
  color: #5a7a8a;
  max-width: 600px;
  margin: 0 auto 2rem;
}
.cb-resort-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.cb-resort-grid figure { margin: 0; border-radius: .75rem; overflow: hidden; }
.cb-resort-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.cb-resort-grid figcaption {
  background: #fff;
  padding: .75rem 1rem;
  color: #3a5a6e;
  font-size: .85rem;
}

.cb-plans { padding: 3rem 0; }
.cb-plans .section-head h2 { color: #1a3a4a; }
.cb-plans .text-link { color: #1a6b8a; }
.cb-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.cb-plan-card {
  background: #fff;
  border: 1px solid #dde9f0;
  border-radius: .75rem;
  padding: 2rem;
  text-align: center;
  transition: transform .2s, box-shadow .2s;
}
.cb-plan-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(26, 107, 138, .08); }
.cb-plan-card h3 { color: #1a3a4a; margin-bottom: .75rem; }
.cb-plan-card .price {
  font-size: 2rem;
  font-weight: 700;
  color: #1a6b8a;
  margin-bottom: .75rem;
}
.cb-plan-card .price span { font-size: .9rem; font-weight: 400; color: #8aa; }
.cb-plan-card p { color: #5a7a8a; font-size: .9rem; line-height: 1.5; }
.cb-plan-card ul {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  text-align: left;
}
.cb-plan-card li {
  padding: .4rem 0;
  border-bottom: 1px solid #eef4f7;
  color: #4a6a7a;
  font-size: .9rem;
}
.cb-plan-card li::before {
  content: '\2713';
  color: #1a6b8a;
  margin-right: .5rem;
  font-weight: 700;
}

.cb-contact { padding: 3rem 0 4rem; }
.cb-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.cb-contact h2 { color: #1a3a4a; }
.cb-contact p { color: #5a7a8a; }
.cb-contact .contact-highlights p { color: #4a6a7a; font-size: .9rem; margin: .5rem 0; }
.cb-contact .contact-highlights strong { color: #1a6b8a; }
.cb-form-panel {
  background: #fff;
  border: 1px solid #dde9f0;
  border-radius: .75rem;
  padding: 2rem;
}
.cb-form-panel input,
.cb-form-panel select,
.cb-form-panel textarea {
  width: 100%;
  padding: .75rem;
  border: 1px solid #cddde5;
  border-radius: .5rem;
  background: #f8fbfd;
  color: #2a4a5a;
  font-size: .95rem;
}
.cb-form-panel input:focus,
.cb-form-panel select:focus,
.cb-form-panel textarea:focus {
  border-color: #1a6b8a;
  outline: none;
  box-shadow: 0 0 0 3px rgba(26, 107, 138, .1);
}
.cb-form-panel label { color: #3a5a6e; font-size: .9rem; font-weight: 500; }
.cb-form-panel .btn {
  background: #1a6b8a;
  color: #fff;
  border: none;
  width: 100%;
  padding: .85rem;
  border-radius: .5rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: .5rem;
}
.cb-form-panel .btn:hover { background: #15596f; }

/* Coastal — override dark-theme contact inherited styles */
.style-coastal .contact-layout h2,
.style-coastal .contact-layout > div > p { color: inherit; }
.style-coastal .contact-highlights p {
  background: #e8f4f8;
  border-color: #cddee8;
  color: #4a6a7a;
}
.style-coastal .contact-highlights p strong { color: #1a6b8a; }


/* ==========================================================
   8. GARDEN BLOOM — Light botanical theme
   ========================================================== */
.style-garden {
  background: linear-gradient(180deg, #f4f8f0, #fefefe 30%);
}
.style-garden .bg-orb { display: none; }
.style-garden .topbar {
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(90, 140, 80, .15);
  backdrop-filter: blur(12px);
}
.style-garden .topbar .logo { color: #3a6b2e; }
.style-garden .topbar nav a { color: #4a6a45; }
.style-garden .topbar nav a:hover { color: #3a6b2e; }
.style-garden .menu-panel {
  background: #fff;
  border: 1px solid #dde8d8;
  box-shadow: 0 8px 32px rgba(58, 107, 46, .08);
}
.style-garden .menu-panel a { color: #4a6a45; }
.style-garden .menu-panel a:hover { background: #f4f8f0; color: #3a6b2e; }
.style-garden .menu-divider { border-top-color: rgba(58, 107, 46, .15); }
.style-garden .footer {
  background: #2a3e25;
  color: #c5d8c0;
}
.style-garden .footer h4 { color: #e8f0e4; }

.style-garden h1,
.style-garden h2,
.style-garden h3 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
}

.gb-hero {
  margin-top: 1rem;
  min-height: 75vh;
  display: flex;
  align-items: flex-end;
  padding: 6rem 0 4rem;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin-left: 1rem;
  margin-right: 1rem;
}
.gb-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(244,248,240,.97) 0%, rgba(244,248,240,.6) 40%, transparent 70%);
}
.gb-hero .container { position: relative; z-index: 1; }
.gb-hero .eyebrow {
  color: #6a9a5a;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .85rem;
  margin-bottom: .5rem;
}
.gb-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  color: #2a3e25;
  line-height: 1.12;
  margin-bottom: 1rem;
}
.gb-hero .lead {
  color: #5a7a55;
  font-size: 1.15rem;
  max-width: 600px;
}
.gb-hero .btn {
  background: #3a6b2e;
  color: #fff;
  border: 2px solid #3a6b2e;
}
.gb-hero .btn:hover { background: #2e5a24; border-color: #2e5a24; }
.gb-hero .btn.ghost {
  background: transparent;
  color: #3a6b2e;
  border: 2px solid #3a6b2e;
}
.gb-hero .btn.ghost:hover { background: #3a6b2e; color: #fff; }

.gb-philosophy { padding: 4rem 0; }
.gb-philosophy-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: center;
}
.gb-philosophy-text h2 { color: #2a3e25; margin-bottom: 1rem; }
.gb-philosophy-text p { color: #5a7a55; line-height: 1.7; font-size: 1.05rem; }
.gb-philosophy-stats {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.gb-philosophy-stats div {
  text-align: center;
  padding: 1.2rem;
  background: #f4f8f0;
  border-radius: .75rem;
  border: 1px solid #dde8d8;
}
.gb-philosophy-stats strong {
  display: block;
  font-size: 1.8rem;
  color: #3a6b2e;
}
.gb-philosophy-stats span { color: #6a8a65; font-size: .85rem; }

.gb-events { padding: 3rem 0; }
.gb-events .section-head h2 { color: #2a3e25; }
.gb-events .text-link { color: #3a6b2e; }
.gb-event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.gb-event-card {
  background: #fff;
  border: 1px solid #dde8d8;
  border-radius: .75rem;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.gb-event-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(58, 107, 46, .08); }
.gb-event-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }
.gb-event-body { padding: 1.5rem; }
.gb-event-body .chip {
  background: #edf5e8;
  color: #3a6b2e;
  font-size: .75rem;
  padding: .25rem .6rem;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: .5rem;
}
.gb-event-body h3 { color: #2a3e25; margin-bottom: .4rem; font-size: 1.1rem; }
.gb-event-body p { color: #5a7a55; font-size: .9rem; line-height: 1.5; }
.gb-event-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .75rem;
  padding-top: .75rem;
  border-top: 1px solid #eef4e9;
}
.gb-event-footer .meta { color: #8aa085; font-size: .82rem; }
.gb-event-footer .text-link { color: #3a6b2e; font-size: .85rem; }

.gb-resort {
  background: linear-gradient(180deg, #edf5e8, #f4f8f0);
  padding: 4rem 0;
  margin: 3rem 0;
}
.gb-resort h2 { color: #2a3e25; text-align: center; margin-bottom: .5rem; }
.gb-resort-lead {
  text-align: center;
  color: #5a7a55;
  max-width: 600px;
  margin: 0 auto 2rem;
}
.gb-resort-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.gb-mosaic-large { grid-row: span 2; }
.gb-resort-mosaic figure { margin: 0; border-radius: .75rem; overflow: hidden; }
.gb-resort-mosaic img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gb-resort-mosaic figcaption {
  position: absolute; /* hidden since the image covers full area */
  bottom: 0; left: 0; right: 0;
  padding: .6rem 1rem;
  background: rgba(42, 62, 37, .7);
  color: #e8f0e4;
  font-size: .82rem;
}
.gb-resort-mosaic figure { position: relative; }

.gb-wellness { padding: 3rem 0; }
.gb-wellness h2 { color: #2a3e25; text-align: center; margin-bottom: 2rem; }
.gb-wellness-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.gb-wellness-card {
  background: #fff;
  border: 1px solid #dde8d8;
  border-radius: .75rem;
  padding: 1.5rem;
  border-top: 3px solid #6a9a5a;
}
.gb-wellness-card h3 { color: #2a3e25; font-size: 1.05rem; margin-bottom: .5rem; }
.gb-wellness-card p { color: #5a7a55; font-size: .9rem; line-height: 1.5; }

.gb-plans { padding: 3rem 0; }
.gb-plans .section-head h2 { color: #2a3e25; }
.gb-plans .text-link { color: #3a6b2e; }
.gb-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.gb-plan-card {
  background: #fff;
  border: 1px solid #dde8d8;
  border-radius: .75rem;
  padding: 2rem;
  text-align: center;
  transition: transform .2s, box-shadow .2s;
}
.gb-plan-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(58, 107, 46, .08); }
.gb-plan-card h3 { color: #2a3e25; margin-bottom: .75rem; }
.gb-plan-card .price {
  font-size: 2rem;
  font-weight: 700;
  color: #3a6b2e;
  margin-bottom: .75rem;
}
.gb-plan-card .price span { font-size: .9rem; font-weight: 400; color: #8aa085; }
.gb-plan-card p { color: #5a7a55; font-size: .9rem; line-height: 1.5; }
.gb-plan-card ul {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  text-align: left;
}
.gb-plan-card li {
  padding: .4rem 0;
  border-bottom: 1px solid #eef4e9;
  color: #4a6a45;
  font-size: .9rem;
}
.gb-plan-card li::before {
  content: '\2713';
  color: #3a6b2e;
  margin-right: .5rem;
  font-weight: 700;
}

.gb-contact { padding: 3rem 0 4rem; }
.gb-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.gb-contact h2 { color: #2a3e25; }
.gb-contact p { color: #5a7a55; }
.gb-contact .contact-highlights p { color: #4a6a45; font-size: .9rem; margin: .5rem 0; }
.gb-contact .contact-highlights strong { color: #3a6b2e; }
.gb-form-panel {
  background: #fff;
  border: 1px solid #dde8d8;
  border-radius: .75rem;
  padding: 2rem;
}
.gb-form-panel input,
.gb-form-panel select,
.gb-form-panel textarea {
  width: 100%;
  padding: .75rem;
  border: 1px solid #cddec8;
  border-radius: .5rem;
  background: #f8faf5;
  color: #2a4a25;
  font-size: .95rem;
}
.gb-form-panel input:focus,
.gb-form-panel select:focus,
.gb-form-panel textarea:focus {
  border-color: #3a6b2e;
  outline: none;
  box-shadow: 0 0 0 3px rgba(58, 107, 46, .1);
}
.gb-form-panel label { color: #4a6a45; font-size: .9rem; font-weight: 500; }
.gb-form-panel .btn {
  background: #3a6b2e;
  color: #fff;
  border: none;
  width: 100%;
  padding: .85rem;
  border-radius: .5rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: .5rem;
}
.gb-form-panel .btn:hover { background: #2e5a24; }

/* Garden — override dark-theme contact inherited styles */
.style-garden .contact-layout h2,
.style-garden .contact-layout > div > p { color: inherit; }
.style-garden .contact-highlights p {
  background: #edf5e8;
  border-color: #cddec8;
  color: #4a6a45;
}
.style-garden .contact-highlights p strong { color: #3a6b2e; }


/* ==========================================================
   9. SUNLIT MODERN — Light warm luxury theme
   ========================================================== */
.style-sunlit {
  background: linear-gradient(180deg, #fdf8f0, #ffffff 30%);
}
.style-sunlit .bg-orb { display: none; }
.style-sunlit .topbar {
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(200, 150, 80, .15);
  backdrop-filter: blur(12px);
}
.style-sunlit .topbar .logo { color: #8a5a20; }
.style-sunlit .topbar nav a { color: #6a5a45; }
.style-sunlit .topbar nav a:hover { color: #8a5a20; }
.style-sunlit .menu-panel {
  background: #fff;
  border: 1px solid #ece0d0;
  box-shadow: 0 8px 32px rgba(138, 90, 32, .08);
}
.style-sunlit .menu-panel a { color: #6a5a45; }
.style-sunlit .menu-panel a:hover { background: #fdf8f0; color: #8a5a20; }
.style-sunlit .menu-divider { border-top-color: rgba(196, 138, 48, .15); }
.style-sunlit .footer {
  background: #3a2e20;
  color: #d8c8b0;
}
.style-sunlit .footer h4 { color: #f0e8d8; }

.sl-hero {
  margin-top: 1rem;
  min-height: 75vh;
  display: flex;
  align-items: flex-end;
  padding: 6rem 0 4rem;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin-left: 1rem;
  margin-right: 1rem;
}
.sl-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(253,248,240,.97) 0%, rgba(253,248,240,.6) 40%, transparent 70%);
}
.sl-hero .container { position: relative; z-index: 1; }
.sl-hero .eyebrow {
  color: #c48a30;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .85rem;
  margin-bottom: .5rem;
}
.sl-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: #3a2e20;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.sl-hero .lead {
  color: #6a5a45;
  font-size: 1.15rem;
  max-width: 600px;
}
.sl-hero .btn {
  background: #c48a30;
  color: #fff;
  border: 2px solid #c48a30;
}
.sl-hero .btn:hover { background: #a87428; border-color: #a87428; }
.sl-hero .btn.ghost {
  background: transparent;
  color: #8a5a20;
  border: 2px solid #c48a30;
}
.sl-hero .btn.ghost:hover { background: #c48a30; color: #fff; }

.sl-stats { padding: 2rem 0; }
.sl-stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  text-align: center;
}
.sl-stats-strip div {
  background: #fff;
  border: 1px solid #ece0d0;
  border-radius: .75rem;
  padding: 1.5rem 1rem;
}
.sl-stats-strip strong {
  display: block;
  font-size: 1.8rem;
  color: #c48a30;
  margin-bottom: .25rem;
}
.sl-stats-strip span { color: #8a7a65; font-size: .85rem; }

.sl-features { padding: 3rem 0; }
.sl-features h2 { color: #3a2e20; text-align: center; margin-bottom: 2rem; }
.sl-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.sl-feature-card {
  background: #fff;
  border: 1px solid #ece0d0;
  border-radius: .75rem;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: transform .2s, box-shadow .2s;
}
.sl-feature-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(196, 138, 48, .08); }
.sl-feature-icon { font-size: 2rem; margin-bottom: .75rem; display: block; }
.sl-feature-card h3 { color: #3a2e20; font-size: 1.1rem; margin-bottom: .5rem; }
.sl-feature-card p { color: #6a5a45; font-size: .9rem; line-height: 1.5; }

.sl-events { padding: 3rem 0; }
.sl-events .section-head h2 { color: #3a2e20; }
.sl-events .text-link { color: #c48a30; }
.sl-event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.sl-event-card {
  background: #fff;
  border: 1px solid #ece0d0;
  border-radius: .75rem;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.sl-event-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(196, 138, 48, .08); }
.sl-event-image { position: relative; }
.sl-event-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }
.sl-event-image .chip {
  position: absolute;
  top: .75rem;
  left: .75rem;
  background: rgba(255,255,255,.9);
  color: #8a5a20;
  font-size: .75rem;
  padding: .25rem .6rem;
  border-radius: 4px;
}
.sl-event-body { padding: 1.5rem; }
.sl-event-body h3 { color: #3a2e20; margin-bottom: .4rem; font-size: 1.1rem; }
.sl-event-body p { color: #6a5a45; font-size: .9rem; line-height: 1.5; }
.sl-event-meta {
  display: flex;
  gap: 1rem;
  margin-top: .5rem;
  color: #a89878;
  font-size: .85rem;
}
.sl-event-body .text-link { color: #c48a30; font-size: .9rem; margin-top: .5rem; display: inline-block; }

.sl-resort {
  background: linear-gradient(180deg, #f8f0e0, #fdf8f0);
  padding: 4rem 0;
  margin: 3rem 0;
}
.sl-resort h2 { color: #3a2e20; text-align: center; margin-bottom: .5rem; }
.sl-resort-lead {
  text-align: center;
  color: #6a5a45;
  max-width: 600px;
  margin: 0 auto 2rem;
}
.sl-resort-showcase {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
.sl-resort-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .75rem;
  display: block;
}
.sl-resort-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.sl-resort-side figure { margin: 0; position: relative; border-radius: .75rem; overflow: hidden; }
.sl-resort-side img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.sl-resort-side figcaption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: .5rem .75rem;
  background: rgba(58, 46, 32, .65);
  color: #f8f0e0;
  font-size: .8rem;
}
.sl-resort-amenities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.sl-amenity {
  background: #fff;
  border: 1px solid #ece0d0;
  border-radius: .75rem;
  padding: 1.5rem;
  border-top: 3px solid #c48a30;
}
.sl-amenity h3 { color: #3a2e20; font-size: 1rem; margin-bottom: .4rem; }
.sl-amenity p { color: #6a5a45; font-size: .85rem; line-height: 1.5; }

.sl-plans { padding: 3rem 0; }
.sl-plans .section-head h2 { color: #3a2e20; }
.sl-plans .text-link { color: #c48a30; }
.sl-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.sl-plan-card {
  background: #fff;
  border: 1px solid #ece0d0;
  border-radius: .75rem;
  padding: 2rem;
  text-align: center;
  transition: transform .2s, box-shadow .2s;
}
.sl-plan-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(196, 138, 48, .08); }
.sl-plan-card h3 { color: #3a2e20; margin-bottom: .75rem; }
.sl-plan-card .price {
  font-size: 2rem;
  font-weight: 700;
  color: #c48a30;
  margin-bottom: .75rem;
}
.sl-plan-card .price span { font-size: .9rem; font-weight: 400; color: #a89878; }
.sl-plan-card .description { color: #6a5a45; font-size: .9rem; line-height: 1.5; }
.sl-plan-card ul {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  text-align: left;
}
.sl-plan-card li {
  padding: .4rem 0;
  border-bottom: 1px solid #f0e8d8;
  color: #5a4a35;
  font-size: .9rem;
}
.sl-plan-card li::before {
  content: '\2713';
  color: #c48a30;
  margin-right: .5rem;
  font-weight: 700;
}

.sl-contact { padding: 3rem 0 4rem; }
.sl-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.sl-contact h2 { color: #3a2e20; }
.sl-contact p { color: #6a5a45; }
.sl-contact .contact-highlights p { color: #5a4a35; font-size: .9rem; margin: .5rem 0; }
.sl-contact .contact-highlights strong { color: #c48a30; }
.sl-form-panel {
  background: #fff;
  border: 1px solid #ece0d0;
  border-radius: .75rem;
  padding: 2rem;
}
.sl-form-panel input,
.sl-form-panel select,
.sl-form-panel textarea {
  width: 100%;
  padding: .75rem;
  border: 1px solid #ddd0c0;
  border-radius: .5rem;
  background: #fefcf8;
  color: #3a2e20;
  font-size: .95rem;
}
.sl-form-panel input:focus,
.sl-form-panel select:focus,
.sl-form-panel textarea:focus {
  border-color: #c48a30;
  outline: none;
  box-shadow: 0 0 0 3px rgba(196, 138, 48, .1);
}
.sl-form-panel label { color: #6a5a45; font-size: .9rem; font-weight: 500; }
.sl-form-panel .btn {
  background: #c48a30;
  color: #fff;
  border: none;
  width: 100%;
  padding: .85rem;
  border-radius: .5rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: .5rem;
}
.sl-form-panel .btn:hover { background: #a87428; }

/* Sunlit — override dark-theme contact inherited styles */
.style-sunlit .contact-layout h2,
.style-sunlit .contact-layout > div > p { color: inherit; }
.style-sunlit .contact-highlights p {
  background: #f8f0e0;
  border-color: #ece0d0;
  color: #5a4a35;
}
.style-sunlit .contact-highlights p strong { color: #c48a30; }


/* ----------------------------------------------------------
   LIGHT THEMES — Responsive overrides
   ---------------------------------------------------------- */
@media (max-width: 900px) {
  .cb-intro-grid { grid-template-columns: 1fr 1fr; }
  .cb-event-grid { grid-template-columns: 1fr; }
  .cb-resort-grid { grid-template-columns: 1fr 1fr; }
  .cb-plan-grid { grid-template-columns: 1fr; }
  .cb-contact-layout { grid-template-columns: 1fr; }

  .gb-philosophy-layout { grid-template-columns: 1fr; }
  .gb-philosophy-stats { flex-direction: row; }
  .gb-event-grid { grid-template-columns: 1fr; }
  .gb-resort-mosaic { grid-template-columns: 1fr; }
  .gb-mosaic-large { grid-row: span 1; }
  .gb-wellness-grid { grid-template-columns: 1fr 1fr; }
  .gb-plan-grid { grid-template-columns: 1fr; }
  .gb-contact-layout { grid-template-columns: 1fr; }

  .sl-stats-strip { grid-template-columns: 1fr 1fr; }
  .sl-feature-grid { grid-template-columns: 1fr; }
  .sl-event-grid { grid-template-columns: 1fr; }
  .sl-resort-showcase { grid-template-columns: 1fr; }
  .sl-resort-amenities { grid-template-columns: 1fr 1fr; }
  .sl-plan-grid { grid-template-columns: 1fr; }
  .sl-contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .cb-intro-grid { grid-template-columns: 1fr; }
  .cb-resort-grid { grid-template-columns: 1fr; }
  .cb-hero, .gb-hero, .sl-hero {
    margin-left: .5rem;
    margin-right: .5rem;
    min-height: 50vh;
    padding: 3rem 0 2.5rem;
  }

  /* Light theme hero typography */
  .cb-hero h1,
  .sl-hero h1 { font-size: clamp(1.8rem, 5vw, 2.8rem); }
  .gb-hero h1 { font-size: clamp(1.9rem, 5vw, 3rem); }

  .gb-philosophy-stats { flex-direction: column; }
  .gb-wellness-grid { grid-template-columns: 1fr; }

  .sl-stats-strip { grid-template-columns: 1fr; }
  .sl-resort-side { grid-template-columns: 1fr; }
  .sl-resort-amenities { grid-template-columns: 1fr; }

  /* Light theme section padding */
  .cb-intro,
  .cb-events,
  .cb-resort,
  .cb-plans,
  .cb-contact,
  .gb-philosophy,
  .gb-events,
  .gb-resort,
  .gb-wellness,
  .gb-plans,
  .gb-contact,
  .sl-stats,
  .sl-features,
  .sl-events,
  .sl-resort,
  .sl-plans,
  .sl-contact { padding-left: .5rem; padding-right: .5rem; }
}
