﻿
/*
 * Theme Name: Kalidon Theme New
 * Description: Custom theme for Kalidon Beach & Panorama Hotels
 */

:root {
  /* ── Brand Colours ─────────────────────── */
  --c-navy:      #0B3D6B;
  --c-blue:      #1A6FA8;
  --c-teal:      #2BA99A;
  --c-gold:      #2BA99A;
  --c-gold-light:#6fe8da;
  --c-sand:      #F7F1E8;
  --c-sky:       #EAF4F9;
  --c-light-bg:  #FAFAF7;
  --c-text:      #000000;
  --c-muted:     #7A7A7A;
  --c-white:     #FFFFFF;
  --c-border:    #E4E8EE;

  /* ── Layout ────────────────────────────── */
  --radius: 0;
  --radius-sm: 0;
  --radius-lg: 0;
  --shadow-sm:   0 2px 12px rgba(11,61,107,0.07);
  --shadow-md:   0 8px 32px rgba(11,61,107,0.12);
  --shadow-lg:   0 20px 60px rgba(11,61,107,0.15);
  --transition:  0.32s cubic-bezier(0.4,0,0.2,1);
  --max-width:   1240px;
  --header-h:    76px;
}

/* =====================================================
   PANORAMA COLOUR SCHEME - main accent #32689B
   Overrides both --c-teal (buttons, section BGs) and
   --c-gold (labels, taglines, icon strokes) so ALL
   teal/gold elements become the panorama blue.
   Text colours are checked: white is legible on #32689B.
   ===================================================== */
body[class*="page-template-template-panorama"],
body[class*="page-template-room-template-panorama"] {
  --c-teal:       #32689B;
  --c-gold:       #32689B;
  --c-gold-light: #C2D5E8;
}
/* Hero band h1/em - force white so dark navy does not clash with #32689B bg */
body[class*="page-template-template-panorama"] .hotel-name h1,
body[class*="page-template-room-template-panorama"] .hotel-name h1 { color: #fff; }
body[class*="page-template-template-panorama"] .hotel-name h1 em,
body[class*="page-template-room-template-panorama"] .hotel-name h1 em { color: rgba(255,255,255,0.90); }
/* btn-primary hover - darker shade of #32689B */
body[class*="page-template-template-panorama"] .btn-primary,
body[class*="page-template-room-template-panorama"] .btn-primary {
  box-shadow: 0 4px 20px rgba(50,104,155,0.30);
}
body[class*="page-template-template-panorama"] .btn-primary:hover,
body[class*="page-template-room-template-panorama"] .btn-primary:hover {
  background: #265280;
  box-shadow: 0 8px 28px rgba(50,104,155,0.38);
}
/* Offer banner */
body[class*="page-template-template-panorama"] .offer-banner,
body[class*="page-template-room-template-panorama"] .offer-banner {
  background: linear-gradient(135deg, #32689B 0%, #224878 100%);
}
/* Footer social hover */
body[class*="page-template-template-panorama"] .footer-social a:hover,
body[class*="page-template-room-template-panorama"] .footer-social a:hover {
  background: #32689B;
  border-color: #32689B;
}
/* Section label / tagline */
body[class*="page-template-template-panorama"] .section-label,
body[class*="page-template-room-template-panorama"] .section-label { color: #32689B; }
body[class*="page-template-template-panorama"] .footer-brand .brand-tagline,
body[class*="page-template-room-template-panorama"] .footer-brand .brand-tagline { color: #C2D5E8; }
/* Keep CTA band dark navy on panorama */
body[class*="page-template-template-panorama"] .cta-band,
body[class*="page-template-room-template-panorama"] .cta-band { background: var(--c-navy); }
/* Keep room card label dark on panorama */
body[class*="page-template-template-panorama"] .room-card-label,
body[class*="page-template-room-template-panorama"] .room-card-label { background: var(--c-navy); }
/* Keep btn-gold navy on panorama */
body[class*="page-template-template-panorama"] .btn-gold,
body[class*="page-template-room-template-panorama"] .btn-gold { background: var(--c-navy); }
body[class*="page-template-template-panorama"] .btn-gold:hover,
body[class*="page-template-room-template-panorama"] .btn-gold:hover { background: #082e50; }
/* =====================================================
   RESET / BASE
   ===================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
/* Force Noto Sans on every element including form controls */
*, *::before, *::after,
input, button, select, textarea, optgroup {
  font-family: 'Noto Sans', Arial, sans-serif;
}
body {
  font-family: 'Noto Sans', Arial, sans-serif;
  color: var(--c-text);
  background: var(--c-white);
  line-height: 1.65;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans', Arial, sans-serif;
  color: var(--c-text);
  line-height: 1.15;
}

/* Scroll-reveal utility */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

/* =====================================================
   UTILITIES
   ===================================================== */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 28px;
}

.section-title {
  font-size: clamp(30px, 4vw, 48px);
  text-align: center;
  margin-bottom: 40px;
  color: var(--c-text);
  font-weight: 600;
  letter-spacing: -0.3px;
}
.section-subtitle {
  text-align: center;
  font-size: 16px;
  color: var(--c-muted);
  margin-bottom: 52px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--c-teal);
  margin-bottom: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 34px;
  border-radius: 0;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: all var(--transition);
  border: none;
  font-family: inherit;
}
.btn-primary {
  background: var(--c-teal);
  color: var(--c-white);
  box-shadow: 0 4px 20px rgba(43,169,154,0.30);
}
.btn-primary:hover {
  background: #1e8c7e;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(43,169,154,0.38);
}
.btn-gold {
  background: #2BA99A;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(43,169,154,0.30);
}
.btn-gold:hover {
  background: #1e8c7e;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(43,169,154,0.38);
}
.btn-outline {
  background: transparent;
  color: var(--c-teal);
  border: 2px solid var(--c-teal);
}
.btn-outline:hover {
  background: var(--c-teal);
  color: var(--c-white);
  transform: translateY(-2px);
}
.btn-outline-white {
  background: transparent;
  color: var(--c-white);
  border: 2px solid rgba(255,255,255,0.7);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
}
.btn-white {
  background: var(--c-white);
  color: var(--c-navy);
  white-space: nowrap;
  box-shadow: var(--shadow-sm);
}
.btn-white:hover {
  background: var(--c-sand);
  transform: translateY(-2px);
}

/* Tag badge */
.badge {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: var(--c-sky);
  color: var(--c-teal);
}
.badge-gold {
  background: var(--c-sky);
  color: var(--c-teal);
}

/* =====================================================
   SITE HEADER / NAVIGATION
   ===================================================== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--c-border);
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.site-header.scrolled {
  box-shadow: 0 4px 24px rgba(11,61,107,0.08);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Logo */
.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.site-logo .logo-img {
  height: 72px;
  width: auto;
  display: block;
  object-fit: contain;
}

/* Primary Nav */
.primary-nav {
  display: flex;
  align-items: center;
  gap: 38px;
}
.primary-nav a {
  font-size: 16px;
  font-weight: 500;
  color: var(--c-teal);
  letter-spacing: 0.2px;
  position: relative;
  transition: color var(--transition);
}
.primary-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 2px;
  background: var(--c-teal);
  border-radius: 0;
  transform: scaleX(0);
  transition: transform var(--transition);
}
.primary-nav a:hover { color: var(--c-teal); }
.primary-nav a:hover::after,
.primary-nav a.active::after { transform: scaleX(1); }
.primary-nav a.nav-cta {
  background: var(--c-teal);
  color: #fff;
  box-shadow: 0 3px 14px rgba(43,169,154,0.30);
  border-radius: 0;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.primary-nav a.nav-cta:hover { background: #1e8077; color: #fff; transform: none; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
  z-index: 1001;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--c-teal);
  border-radius: 0;
  transition: var(--transition);
}

/* Mobile Nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: var(--header-h);
  left: 0; right: 0;
  background: var(--c-white);
  border-bottom: 1px solid var(--c-border);
  padding: 28px 28px 36px;
  flex-direction: column;
  gap: 4px;
  z-index: 999;
  box-shadow: 0 12px 40px rgba(11,61,107,0.14);
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-size: 16px;
  font-weight: 500;
  color: var(--c-teal);
  padding: 12px 0;
  border-bottom: 1px solid var(--c-border);
  transition: color var(--transition);
}
.mobile-nav a:hover { color: var(--c-teal); }
.mobile-nav a.nav-cta {
  background: var(--c-teal);
  color: #fff;
  border-bottom: none;
  padding: 14px 28px;
  text-align: center;
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.mobile-nav a.nav-cta:hover { color: #fff; background: #1e8c7e; }
.mobile-nav .btn { margin-top: 12px; text-align: center; }

/* =====================================================
   HERO
   ===================================================== */
.hero {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 480px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
body.loaded .hero-bg img { transform: none; }
.hero-placeholder {
  background: linear-gradient(160deg, #c5dff0 0%, #7ab0ce 40%, #3074a8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
}

/* ── hero-image: direct <img> in .hero (e.g. panorama home / plain) */
.hero-image {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
}
.hero-image-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #c5dff0 0%, #7ab0ce 40%, #3074a8 100%);
  z-index: 0;
}
/* Text overlay for plain/generic hero (panorama-plain template) */
.hero-text {
  position: absolute;
  bottom: 48px; left: 0; right: 0;
  z-index: 3;
  text-align: center;
  padding: 0 28px;
  text-shadow: 0 3px 16px rgba(0,0,0,0.45);
}
.hero-text h1 {
  font-size: clamp(32px, 5vw, 68px);
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.5px;
}

/* ── Hero overlay text (optional centered overlay) */
.hero-text-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 28px 72px;
  text-align: center;
  background: linear-gradient(to top, rgba(8,25,50,0.62) 0%, transparent 100%);
}
.hero-text-overlay h1 {
  font-size: clamp(36px, 6vw, 80px);
  color: #fff;
  font-weight: 600;
  letter-spacing: -1px;
  text-shadow: 0 3px 20px rgba(0,0,0,0.35);
  margin-bottom: 14px;
}
.hero-text-overlay p {
  font-size: clamp(15px, 2vw, 20px);
  color: rgba(255,255,255,0.88);
  max-width: 560px;
  line-height: 1.65;
}

/* ── Info band ─────────────────────────────── */
.hero-overlay-band {
  background: var(--c-teal);
  padding: 44px 0;
  color: var(--c-white);
  position: relative;
  overflow: hidden;
}
.hero-band-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
}
.hero-brand span {
  display: block;
  font-family: 'Noto Sans', Arial, sans-serif;
  font-size: clamp(28px, 3.8vw, 50px);
  font-weight: 600;
  color: var(--c-white);
  line-height: 1.05;
}
.hero-brand em {
  font-style: italic;
  font-weight: 400;
  color: rgba(255,255,255,0.92);
  font-size: clamp(22px, 3vw, 38px);
}
.hero-desc {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.82);
}

/* ── Stats strip ────────────────────────────── */
.stats-strip {
  background: var(--c-sand);
  padding: 32px 0;
  border-bottom: 1px solid var(--c-border);
}
.stats-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.stat-item {
  text-align: center;
  flex: 1;
  padding: 12px 20px;
  border-right: 1px solid #DDD0BC;
}
.stat-item:last-child { border-right: none; }
.stat-number {
  display: block;
  font-family: 'Noto Sans', Arial, sans-serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  color: var(--c-teal);
  line-height: 1;
  margin-bottom: 4px;
}
.stat-label {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--c-muted);
}

/* =====================================================
   HIGHLIGHT FEATURES
   ===================================================== */
.features-section {
  padding: 96px 0;
  background: var(--c-white);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 12px;
}
.feature-card {
  background: var(--c-light-bg);
  border: 1px solid var(--c-border);
  border-radius: 0;
  padding: 36px 28px;
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--c-gold-light);
}
.feature-icon {
  width: 64px; height: 64px;
  border-radius: 0;
  background: linear-gradient(135deg, var(--c-sky) 0%, rgba(42,143,164,0.15) 100%);
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-icon svg {
  width: 28px; height: 28px;
  stroke: var(--c-teal);
  fill: none;
  stroke-width: 1.5;
}
.feature-card h3 {
  font-size: 19px;
  margin-bottom: 10px;
  font-family: 'Noto Sans', Arial, sans-serif;
}
.feature-card p {
  font-size: 14px;
  color: var(--c-muted);
  line-height: 1.7;
}

/* =====================================================
   ROOMS SECTION
   ===================================================== */
.rooms-section {
  padding: 72px 0 64px;
  background: var(--c-white);
}
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.room-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 4/3;
  cursor: pointer;
  display: block;
  box-shadow: var(--shadow-sm);
}
.room-card img,
.room-card .room-card-placeholder {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.room-card .room-card-placeholder {
  background: linear-gradient(135deg, #d4e5f4 0%, #85a8c8 100%);
}
.room-card:hover img { transform: scale(1.07); }
.room-card-label {
  position: absolute;
  bottom: 16px; left: 16px;
  background: var(--c-teal);
  color: var(--c-white);
  padding: 6px 16px;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0.2px;
}
.rooms-section .cta-wrap {
  text-align: center;
  margin-top: 44px;
}

/* =====================================================
   GALLERY SECTION
   ===================================================== */
.gallery-section {
  padding: 80px 0;
  overflow: hidden;
  background: var(--c-white);
}
.gallery-slider-wrap {
  position: relative;
  margin-top: 44px;
}
.gallery-slider {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0 28px 8px;
  -ms-overflow-style: none;
  justify-content: center;
}
.gallery-slider::-webkit-scrollbar { display: none; }
.gallery-slide {
  flex: 0 0 calc(25% - 11px);
  min-width: 220px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: var(--shadow-sm);
}
.gallery-slide img,
.gallery-slide .slide-placeholder {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.gallery-slide .slide-placeholder {
  background: linear-gradient(135deg, #c2d8ec 0%, #5e86b0 100%);
}
.gallery-slide:hover img { transform: scale(1.09); }

/* Gallery Arrows */
.gallery-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px;
  border-radius: 0;
  background: var(--c-teal);
  border: none;
  box-shadow: 0 3px 14px rgba(43,169,154,0.35);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-size: 26px;
  line-height: 1;
  color: var(--c-white);
  transition: all var(--transition);
}
.gallery-arrow:hover {
  background: #1e8c7e;
  transform: translateY(-50%) scale(1.07);
}
.gallery-arrow--prev { left: 4px; }
.gallery-arrow--next { right: 4px; }

/* =====================================================
   TESTIMONIALS
   ===================================================== */
.testimonials-section {
  padding: 96px 0;
  background: var(--c-sky);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: var(--c-white);
  border-radius: 0;
  padding: 36px 28px;
  box-shadow: var(--shadow-sm);
  position: relative;
  border: 1px solid var(--c-border);
  transition: transform var(--transition), box-shadow var(--transition);
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}
.testimonial-stars span {
  color: var(--c-gold);
  font-size: 16px;
}
.testimonial-card blockquote {
  font-size: 15px;
  line-height: 1.75;
  color: var(--c-text);
  font-style: italic;
  margin-bottom: 24px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-author .avatar {
  width: 44px; height: 44px;
  border-radius: 0;
  background: var(--c-sky);
  border: 2px solid var(--c-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--c-teal);
  font-family: 'Noto Sans', Arial, sans-serif;
  flex-shrink: 0;
}
.testimonial-author .name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--c-teal);
  display: block;
}
.testimonial-author .origin {
  font-size: 12px;
  color: var(--c-muted);
}

/* =====================================================
   SPECIAL OFFER BANNER
   ===================================================== */
.offer-banner {
  background: linear-gradient(135deg, var(--c-teal) 0%, var(--c-navy) 100%);
  padding: 52px 0;
  color: #fff;
}
.offer-banner-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
}
.offer-banner .offer-tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: rgba(255,255,255,0.22);
  padding: 4px 14px;
  border-radius: 0;
  margin-bottom: 12px;
}
.offer-banner h2 {
  font-family: 'Noto Sans', Arial, sans-serif;
  font-size: clamp(24px, 3.5vw, 42px);
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 8px;
}
.offer-banner p {
  font-size: 15px;
  color: rgba(255,255,255,0.88);
  line-height: 1.65;
}

/* =====================================================
   PAGE CONTENT AREA
   ===================================================== */
.page-content-area {
  padding: 72px 0;
  text-align: center;
}
.page-content-area p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--c-muted);
}

/* =====================================================
   FULL-WIDTH PHOTO
   ===================================================== */
.full-width-photo {
  width: 100%;
  height: clamp(280px, 38vw, 540px);
  overflow: hidden;
  position: relative;
}
.full-width-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.full-width-photo:hover img { transform: scale(1.03); }

/* =====================================================
   CTA BAND
   ===================================================== */
.cta-band {
  background: var(--c-teal);
  padding: 68px 0;
  color: var(--c-white);
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 400px; height: 400px;
  border-radius: 0;
  background: rgba(42,143,164,0.12);
  pointer-events: none;
}
.cta-band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.cta-band p {
  font-size: clamp(16px, 2.2vw, 24px);
  color: rgba(255,255,255,0.9);
  max-width: 580px;
  line-height: 1.6;
}
.cta-band-text {
  font-size: clamp(16px, 2vw, 22px);
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
}

/* =====================================================
   FOOTER
   ===================================================== */
.site-footer {
  background: #07213E;
  color: rgba(255,255,255,0.82);
  padding: 72px 0 32px;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--c-teal), var(--c-gold), var(--c-teal));
}
.footer-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1.2fr;
  gap: 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand .brand-name {
  display: block;
  font-family: 'Noto Sans', Arial, sans-serif;
  font-size: 18px;
  color: var(--c-white);
  margin-bottom: 8px;
  font-weight: 600;
}
.footer-brand .brand-tagline {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--c-gold);
  margin-bottom: 20px;
}
.footer-brand .brand-desc {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,0.55);
  max-width: 300px;
}
.footer-col h4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 20px;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 16px;
  color: rgba(255,255,255,0.68);
  transition: color var(--transition);
}
.footer-col ul li a:hover { color: var(--c-white); }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 12px;
  line-height: 1.5;
}
.footer-contact-item svg {
  width: 15px; height: 15px;
  stroke: var(--c-gold);
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
  margin-top: 2px;
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.footer-social a {
  width: 36px; height: 36px;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  transition: all var(--transition);
}
.footer-social a:hover {
  background: var(--c-gold);
  border-color: var(--c-gold);
  color: #fff;
  transform: translateY(-2px);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  font-size: 12.5px;
  color: rgba(255,255,255,0.38);
}

/* =====================================================
   ROOMS LISTING PAGE
   ===================================================== */
.page-hero {
  margin-top: var(--header-h);
  position: relative;
}
.page-hero-img {
  width: 100%;
  height: clamp(280px, 46vw, 580px);
  object-fit: cover;
}
.page-hero-placeholder {
  width: 100%;
  height: clamp(280px, 46vw, 580px);
  background: linear-gradient(135deg, #c4d9ef 0%, #88b0d4 50%, #3a7baf 100%);
}
.page-hero-text {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  color: var(--c-white);
  text-align: center;
  text-shadow: 0 3px 12px rgba(0,0,0,0.5);
}
.page-hero-text h1 {
  font-size: clamp(36px, 5.5vw, 70px);
  color: var(--c-white);
  font-weight: 600;
}
.page-hero-text .page-hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  margin-top: 10px;
}

/* Room row listing */
.rooms-listing-section {
  padding: 88px 0 72px;
}
.page-heading {
  font-size: clamp(32px, 5vw, 56px);
  text-align: center;
  color: var(--c-text);
  font-family: 'Noto Sans', Arial, sans-serif;
}
.room-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 72px;
  padding-bottom: 72px;
  border-bottom: 1px solid var(--c-border);
}
.room-row:last-child { border-bottom: none; margin-bottom: 0; }
.room-row:nth-child(even) .room-row-img { order: 2; }
.room-row:nth-child(even) .room-row-info { order: 1; }
.room-row-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-md);
}
.room-row-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.room-row-img:hover img { transform: scale(1.05); }
.room-row-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #d0e0f0 0%, #88aad0 100%);
  display: flex; align-items: flex-end;
}
.room-row-label {
  position: absolute;
  bottom: 16px; left: 20px;
  background: var(--c-white);
  color: var(--c-navy);
  padding: 5px 14px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: var(--shadow-sm);
}
.room-row-info h2 {
  font-size: clamp(22px, 3vw, 34px);
  margin-bottom: 14px;
  font-family: 'Noto Sans', Arial, sans-serif;
}
.room-row-info h2 a { color: var(--c-text); transition: color var(--transition); }
.room-row-info h2 a:hover { color: var(--c-teal); }
.room-row-info p {
  font-size: 15px;
  color: var(--c-muted);
  line-height: 1.75;
  margin-bottom: 24px;
}
.room-row-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.room-row-features .feat-tag {
  font-size: 11.5px;
  padding: 5px 12px;
  border-radius: 0;
  background: var(--c-sky);
  color: var(--c-teal);
  font-weight: 500;
}

/* Facilities */
.facilities-section {
  padding: 80px 0;
  background: var(--c-sand);
}
.facilities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.facility-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: 0;
  padding: 18px 16px;
  transition: transform var(--transition), box-shadow var(--transition);
}
.facility-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}
.facility-icon {
  width: 38px; height: 38px;
  border-radius: 0;
  background: var(--c-sky);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facility-icon svg { width: 18px; height: 18px; stroke: var(--c-teal); fill: none; stroke-width: 1.5; }
.facility-text .facility-name { font-size: 13px; font-weight: 600; color: var(--c-navy); display: block; }
.facility-text .facility-desc { font-size: 12px; color: var(--c-muted); }

/* =====================================================
   SINGLE ROOM PAGE
   ===================================================== */
/* Variant hero heights – override the full-screen base */
.hero--room       { height: clamp(320px, 52vw, 640px); min-height: 320px; }
.hero--gallery    { height: clamp(380px, 58vw, 700px); min-height: 380px; }
.hero--contact    { height: clamp(280px, 42vw, 480px); min-height: 280px; }
.hero-with-overlay { height: clamp(300px, 44vw, 520px); min-height: 300px; }

.room-intro {
  padding: 64px 0 40px;
}
.room-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: center;
}
.room-intro-left h1 {
  font-size: clamp(28px, 4.5vw, 52px);
  margin-bottom: 20px;
  font-family: 'Noto Sans', Arial, sans-serif;
}
.room-intro-right p {
  font-size: 15.5px;
  color: var(--c-muted);
  line-height: 1.85;
}

/* Amenities */
.amenities-section { padding: 40px 0 72px; }
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.amenity-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--c-light-bg);
  border: 1px solid var(--c-border);
  border-radius: 0;
  padding: 14px 16px;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.amenity-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
  border-color: var(--c-gold-light);
}
.amenity-icon {
  width: 38px; height: 38px;
  border-radius: 0;
  background: var(--c-sky);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amenity-icon svg { width: 17px; height: 17px; stroke: var(--c-teal); fill: none; stroke-width: 1.5; }
.amenity-text .amenity-name { font-size: 13px; font-weight: 600; color: var(--c-navy); display: block; }
.amenity-text .amenity-desc { font-size: 11.5px; color: var(--c-muted); }

/* Room gallery mosaic */
.room-gallery-section { padding: 0 0 72px; }
.room-gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 260px);
  gap: 6px;
}
.rg-item { overflow: hidden; border-radius: 0; }
.rg-item.rg-main { grid-column: 1; grid-row: 1 / 3; border-radius: 0; }
.rg-item img, .rg-item .g-placeholder {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.rg-item .g-placeholder {
  background: linear-gradient(135deg, #c8d8e8 0%, #6080aa 100%);
}
.rg-item:hover img { transform: scale(1.06); cursor: zoom-in; }

/* Other rooms */
.other-rooms-section { padding: 72px 0; background: var(--c-light-bg); }
.other-rooms-title { margin-bottom: 44px; }
.room-slide { border-radius: 0; overflow: hidden; }
.room-slide a { display: block; position: relative; aspect-ratio: 4/3; overflow: hidden; }
.room-slide a img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s ease; }
.room-slide a:hover img { transform: scale(1.06); }
.room-slide .room-card-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #d0e0f0 0%, #88aad0 100%);
  aspect-ratio: 4/3;
}

/* =====================================================
   GALLERY PAGE
   ===================================================== */
.ktn-gallery-section { background: #fff; padding: 60px 0 40px; }

/* Block 1: mosaic � 1 tall left, 2�2 right */
.ktn-gallery-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
}
.ktn-gallery-mosaic .gm-tall {
  grid-column: 1;
  grid-row: 1 / 3;
  overflow: hidden;
}
.ktn-gallery-mosaic .gm-cell { overflow: hidden; }
.ktn-gallery-mosaic .gm-tall img,
.ktn-gallery-mosaic .gm-cell img,
.ktn-gallery-mosaic .g-placeholder {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.5s ease;
}
.ktn-gallery-mosaic .gm-tall img { min-height: 100%; }
.ktn-gallery-mosaic .gm-cell { aspect-ratio: 4/3; }
.ktn-gallery-mosaic .gm-tall:hover img,
.ktn-gallery-mosaic .gm-cell:hover img { transform: scale(1.04); cursor: zoom-in; }
.ktn-gallery-mosaic .g-placeholder { background: linear-gradient(135deg,#c8d8e8 0%,#6080aa 100%); aspect-ratio: 4/3; }

/* Block 2: 2-col equal */
.ktn-gallery-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}
.ktn-gallery-2col .g2-cell { overflow: hidden; aspect-ratio: 16/9; }
.ktn-gallery-2col .g2-cell img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.ktn-gallery-2col .g2-cell:hover img { transform: scale(1.04); cursor: zoom-in; }
.ktn-gallery-2col .g-placeholder { background: linear-gradient(135deg,#c8d8e8 0%,#6080aa 100%); width:100%; height:100%; }

/* Extra overflow: 3-col */
.ktn-gallery-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 12px;
}
.ktn-gallery-3col .g3-cell { overflow: hidden; aspect-ratio: 4/3; }
.ktn-gallery-3col .g3-cell img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.ktn-gallery-3col .g3-cell:hover img { transform: scale(1.04); cursor: zoom-in; }
.ktn-gallery-3col .g-placeholder { background: linear-gradient(135deg,#c8d8e8 0%,#6080aa 100%); width:100%; height:100%; }

/* =====================================================
   EXPERIENCES / CONTACT
   ===================================================== */
.plain-section {
  padding: 88px 0;
  max-width: 780px;
  margin: 0 auto;
}
.plain-section h1 { font-size: clamp(30px, 4.5vw, 52px); margin-bottom: 24px; font-family: 'Noto Sans', Arial, sans-serif; }
.plain-section p { font-size: 15px; color: var(--c-muted); line-height: 1.85; margin-bottom: 22px; }

/* =====================================================
   EXPERIENCES PAGE (Beach + Panorama)
   ===================================================== */

/* Hero: push below fixed header on inner experience pages */
.hero--experiences { margin-top: var(--header-h); height: clamp(300px, 44vw, 520px); min-height: 300px; }

/* Section 1: Icon + Title + Body */
.exp-intro-section {
  padding: 80px 0 64px;
  text-align: center;
}
.exp-intro-icon {
  display: block;
  width: 120px;
  margin: 0 auto 28px;
}
.exp-intro-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.exp-intro-section h2 {
  font-family: 'Noto Sans', Arial, sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  color: var(--c-text); margin-bottom: 10px;
}
.exp-intro-subtitle {
  font-size: 12px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--c-muted); margin-bottom: 36px;
}
.exp-intro-body {
  font-size: 15px; line-height: 1.85; color: var(--c-muted);
  max-width: 660px; text-align: center; margin-left: auto; margin-right: auto;
}

/* Section 2: 3-col tight image grid */
.exp-3col-grid { padding: 0 0 72px; }
.exp-3col-grid .exp-grid3 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px;
}
.exp-3col-grid .exp-grid3 img,
.exp-3col-grid .exp-grid3 .img-ph {
  width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block;
  transition: transform 0.55s ease;
}
.exp-3col-grid .exp-grid3 img:hover { transform: scale(1.04); }
.exp-3col-grid .exp-grid3 .img-ph { background: var(--c-sky); }

/* Section 3: heading + [img][img][text] row */
.exp-img-text-row { padding: 64px 0; }
.exp-img-text-row h3 {
  font-family: 'Noto Sans', Arial, sans-serif;
  font-size: clamp(24px, 3.2vw, 42px); color: var(--c-teal); margin-bottom: 28px;
}
.exp-img-text-row .exp-row {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; align-items: start;
}
.exp-img-text-row .exp-row img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block;
}
.exp-img-text-row .exp-row .img-ph {
  width: 100%; aspect-ratio: 4/3; background: var(--c-sky); display: block;
}
.exp-img-text-row .exp-row .exp-text-col {
  font-size: 15px; line-height: 1.85; color: var(--c-muted);
}

/* Section 4: heading + body text + 3-col images */
.exp-text-grid { padding: 64px 0; }
.exp-text-grid h3 {
  font-family: 'Noto Sans', Arial, sans-serif;
  font-size: clamp(24px, 3.2vw, 42px); color: var(--c-teal); margin-bottom: 14px;
}
.exp-text-grid .exp-body-text {
  font-size: 15px; line-height: 1.85; color: var(--c-muted);
  margin-bottom: 36px; max-width: 780px;
}
.exp-text-grid .exp-grid3 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px;
}
.exp-text-grid .exp-grid3 img,
.exp-text-grid .exp-grid3 .img-ph {
  width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block;
  transition: transform 0.55s ease;
}
.exp-text-grid .exp-grid3 img:hover { transform: scale(1.04); }
.exp-text-grid .exp-grid3 .img-ph { background: var(--c-sky); }

/* Panorama colour overrides */
.pano-exp .exp-intro-subtitle { color: var(--c-gold); }

/* Contact intro */
.beach-contact-intro { padding: 80px 0; }
.beach-contact-intro .row { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.beach-contact-intro h2 { font-size: clamp(28px, 4vw, 46px); color: var(--c-text); margin-bottom: 16px; font-family: 'Noto Sans', Arial, sans-serif; }
.beach-contact-intro p { font-size: 15px; line-height: 1.85; color: var(--c-muted); margin-bottom: 22px; }
.beach-contact-intro .bullets { list-style: none; padding: 0; margin: 0; }
.beach-contact-intro .bullets li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--c-text); margin-bottom: 12px; }
.beach-contact-intro .bullets li::before { content: ''; display: inline-block; width: 10px; height: 10px; border-radius: 0; background: var(--c-teal); flex-shrink: 0; }
.beach-contact-intro .intro-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; border-radius: 0; box-shadow: var(--shadow-md); }

/* Contact form */
.beach-form-section { background: var(--c-teal); padding: 80px 0; color: #fff; position: relative; overflow: hidden; }
.beach-form-section::before { display: none; }
.beach-form-section h2 { font-size: clamp(26px, 3.5vw, 42px); text-align: center; color: #fff; margin-bottom: 44px; font-family: 'Noto Sans', Arial, sans-serif; }
.beach-form-section .contact-form { max-width: 580px; margin: 0 auto; }
.beach-form-section .form-row { margin-bottom: 24px; }
.beach-form-section .form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.beach-form-section .contact-form input,
.beach-form-section .contact-form textarea {
  width: 100%; background: rgba(255,255,255,0.06); border: none; border-bottom: 1px solid rgba(255,255,255,0.3);
  color: #fff; font-family: inherit; font-size: 14.5px; padding: 12px 0; outline: none; box-sizing: border-box; transition: border-color 0.25s, background 0.25s;
}
.beach-form-section .contact-form input::placeholder,
.beach-form-section .contact-form textarea::placeholder { color: rgba(255,255,255,0.45); }
.beach-form-section .contact-form input:focus,
.beach-form-section .contact-form textarea:focus { border-bottom-color: #6fe8da; background: rgba(255,255,255,0.04); }
.beach-form-section .contact-form textarea { resize: vertical; min-height: 100px; }
.beach-form-section .form-submit { text-align: center; margin-top: 40px; }
.beach-form-section .form-submit button {
  background: transparent; border: 2px solid rgba(255,255,255,0.7); color: #fff; font-family: inherit; font-size: 13.5px;
  font-weight: 600; letter-spacing: 0.05em; padding: 13px 44px; cursor: pointer; border-radius: 0; transition: all 0.25s;
}
.beach-form-section .form-submit button:hover { background: #2BA99A; border-color: #2BA99A; transform: translateY(-2px); }

/* Map */
.beach-map-section { line-height: 0; }
.beach-map-section iframe { width: 100%; height: 440px; border: none; display: block; }
.beach-map-section .map-placeholder { height: 440px; background: linear-gradient(135deg, #d4e4f0 0%, #b0c8de 100%); display: flex; align-items: center; justify-content: center; color: var(--c-muted); font-size: 14px; }

/* FAQ */
.beach-faq-section { background: var(--c-teal); padding: 80px 0; }
.beach-faq-section .faq-row { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: flex-start; }
.beach-faq-section .faq-intro h2 { font-size: clamp(26px, 3.5vw, 42px); color: #fff; margin-bottom: 16px; font-family: 'Noto Sans', Arial, sans-serif; }
.beach-faq-section .faq-intro p { font-size: 15px; line-height: 1.85; color: rgba(255,255,255,0.8); }
.beach-faq-section .faq-list { list-style: none; padding: 0; margin: 0; }
.beach-faq-section .faq-list li { border-bottom: 1px solid rgba(255,255,255,0.25); }
.beach-faq-section .faq-list li:first-child { border-top: 1px solid rgba(255,255,255,0.25); }
.beach-faq-section .faq-toggle {
  display: flex; justify-content: space-between; align-items: center; padding: 18px 0;
  cursor: pointer; font-size: 15px; color: #fff; background: none; border: none;
  width: 100%; text-align: left; font-family: inherit; font-weight: 500;
}
.beach-faq-section .faq-toggle .icon { font-size: 20px; line-height: 1; color: #fff; flex-shrink: 0; margin-left: 12px; transition: transform 0.25s; }
.beach-faq-section .faq-toggle[aria-expanded="true"] .icon { transform: rotate(45deg); }
.beach-faq-section .faq-body { overflow: hidden; max-height: 0; transition: max-height 0.3s ease; font-size: 14.5px; color: rgba(255,255,255,0.75); line-height: 1.8; padding-right: 36px; }
.beach-faq-section .faq-body.open { padding-bottom: 18px; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid .footer-brand { grid-column: span 2; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .facilities-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .primary-nav { display: none; }
  .hamburger { display: flex; }
  .hero-band-inner { grid-template-columns: 1fr; gap: 24px; }
  .rooms-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .cta-band .container { flex-direction: column; text-align: center; }
  .offer-banner-inner { grid-template-columns: 1fr; text-align: center; }
  .room-row { grid-template-columns: 1fr; gap: 32px; }
  .room-row:nth-child(even) .room-row-img { order: 0; }
  .room-row:nth-child(even) .room-row-info { order: 0; }
  .room-intro-grid { grid-template-columns: 1fr; gap: 32px; }
  .stats-inner { flex-wrap: wrap; }
  .stat-item { flex: 0 0 50%; border-right: none; border-bottom: 1px solid #DDD0BC; }
  .stat-item:nth-child(odd) { border-right: 1px solid #DDD0BC; }
  .stat-item:last-child { border-bottom: none; }
}

@media (max-width: 768px) {
  .container { padding: 0 16px; }
  .beach-contact-intro .row,
  .beach-faq-section .faq-row { grid-template-columns: 1fr; gap: 28px; }
  .exp-3col-grid .exp-grid3,
  .exp-text-grid .exp-grid3,
  .exp-img-text-row .exp-row { grid-template-columns: 1fr; }
  .beach-form-section .form-row-2 { grid-template-columns: 1fr; gap: 0; }
  .features-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .facilities-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid .footer-brand { grid-column: span 1; }
  /* Room gallery mosaic → stack on mobile */
  .room-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .rg-item.rg-main { grid-column: 1 / 3; grid-row: auto; }
  /* Gallery page grids */
  .ktn-gallery-mosaic { grid-template-columns: 1fr 1fr; }
  .ktn-gallery-mosaic .gm-tall { grid-column: 1 / 3; grid-row: auto; }
  .ktn-gallery-2col { grid-template-columns: 1fr; }
  .ktn-gallery-3col { grid-template-columns: 1fr 1fr; }
  /* Section vertical spacing */
  .features-section,
  .testimonials-section,
  .rooms-listing-section { padding: 56px 0; }
  .exp-intro-section { padding: 56px 0 40px; }
  .beach-contact-intro,
  .beach-form-section,
  .beach-faq-section { padding: 56px 0; }
}

@media (max-width: 640px) {
  .rooms-grid { grid-template-columns: 1fr; }
  .gallery-slide { flex: 0 0 85%; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .amenities-grid { grid-template-columns: 1fr; }
  .facilities-grid { grid-template-columns: 1fr; }
  .stats-inner { flex-direction: column; }
  .stat-item { border-right: none; border-bottom: 1px solid #DDD0BC; flex: 1 1 100%; }
  /* Room gallery → single column */
  .room-gallery-grid { grid-template-columns: 1fr; }
  .rg-item.rg-main { grid-column: 1; }
  /* Gallery page grids → single column */
  .ktn-gallery-mosaic,
  .ktn-gallery-2col,
  .ktn-gallery-3col { grid-template-columns: 1fr; }
  .ktn-gallery-mosaic .gm-tall { grid-column: 1; }
  /* Offer banner padding */
  .offer-banner { padding: 36px 0; }
  .cta-band { padding: 48px 0; }
  /* Footer social centered */
  .footer-social { justify-content: flex-start; }
}

/* =====================================================
   WORDPRESS ADMIN BAR OFFSET
   ===================================================== */
.admin-bar .site-header { top: 32px; }
.admin-bar .mobile-nav { top: calc(var(--header-h) + 32px); }

@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .mobile-nav { top: calc(var(--header-h) + 46px); }
}

