/*
Theme Name: Circle Inn Hotel & Suites Iloilo
Theme URI: https://circleinn.com.ph
Author: Circle Inn Hotel & Suites
Author URI: https://circleinn.com.ph
Description: Official WordPress theme for Circle Inn Hotel & Suites, Iloilo City Center.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: circle-inn-iloilo
*/

/* === DESIGN TOKENS === */
:root {
  --ci-emerald:       #047857;
  --ci-emerald-dark:  #065f46;
  --ci-emerald-light: #d1fae5;
  --ci-emerald-mid:   #059669;
  --ci-stone-900:     #1c1917;
  --ci-stone-800:     #292524;
  --ci-stone-700:     #44403c;
  --ci-stone-600:     #57534e;
  --ci-stone-500:     #78716c;
  --ci-stone-400:     #a8a29e;
  --ci-stone-300:     #d6d3d1;
  --ci-stone-200:     #e7e5e4;
  --ci-stone-100:     #f5f5f4;
  --ci-stone-50:      #fafaf9;
  --ci-white:         #ffffff;
  --ci-font-head:     'Outfit', sans-serif;
  --ci-font-body:     'DM Sans', sans-serif;
  --ci-radius-sm:     0.5rem;
  --ci-radius-md:     1rem;
  --ci-radius-lg:     1.5rem;
  --ci-radius-xl:     2rem;
  --ci-radius-2xl:    2.5rem;
  --ci-radius-3xl:    3rem;
  --ci-radius-full:   9999px;
  --ci-shadow-sm:     0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --ci-shadow-md:     0 4px 16px rgba(0,0,0,0.08);
  --ci-shadow-lg:     0 10px 40px rgba(0,0,0,0.12);
  --ci-shadow-xl:     0 20px 60px rgba(0,0,0,0.16);
}

/* === RESETS === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--ci-font-body); font-size: 1rem; color: var(--ci-stone-900); background: var(--ci-white); overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
.wp-site-blocks > footer { margin-block-start: 0; }

/* === UTILITIES === */
.ci-label { display: inline-block; font-family: var(--ci-font-head); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ci-emerald); margin-bottom: 0.75rem; }
.ci-section-title { font-family: var(--ci-font-head); font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 800; line-height: 1.15; color: var(--ci-stone-900); }
.ci-body-text { font-size: 1rem; line-height: 1.7; color: var(--ci-stone-600); }

/* === BUTTONS === */
.ci-btn { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--ci-font-head); font-weight: 700; font-size: 1rem; padding: 1rem 2rem; border-radius: var(--ci-radius-full); transition: all 0.2s ease; cursor: pointer; border: 2px solid transparent; text-decoration: none; }
.ci-btn-primary { background: var(--ci-white); color: var(--ci-stone-900); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.ci-btn-primary:hover { background: var(--ci-stone-100); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,0.2); }
.ci-btn-outline { background: transparent; color: var(--ci-white); border-color: rgba(255,255,255,0.45); }
.ci-btn-outline:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.8); }
.ci-btn-emerald { background: var(--ci-emerald); color: var(--ci-white); border-color: var(--ci-emerald); border-radius: var(--ci-radius-xl); }
.ci-btn-emerald:hover { background: var(--ci-emerald-dark); border-color: var(--ci-emerald-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(4,120,87,0.3); }
.ci-btn-dark { background: var(--ci-stone-900); color: var(--ci-white); border-color: var(--ci-stone-900); border-radius: var(--ci-radius-xl); }
.ci-btn-dark:hover { background: var(--ci-stone-800); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.ci-btn-stone-outline { background: var(--ci-stone-200); color: var(--ci-stone-700); border-color: transparent; font-weight: 700; border-radius: var(--ci-radius-xl); padding: 0.72rem 1rem; font-size: 0.82rem; font-family: var(--ci-font-head); display:inline-flex; align-items:center; cursor:pointer; transition: background 0.2s ease; }
.ci-btn-stone-outline:hover { background: var(--ci-stone-300); }
.ci-btn-package { background: var(--ci-white); color: var(--ci-emerald-dark); font-family: var(--ci-font-head); font-weight: 700; font-size: 1.05rem; padding: 1.1rem 2.25rem; border-radius: var(--ci-radius-xl); border: none; cursor: pointer; transition: all 0.2s ease; box-shadow: 0 8px 32px rgba(0,0,0,0.2); white-space: nowrap; }
.ci-btn-package:hover { background: var(--ci-stone-100); transform: scale(1.04); }

/* === HEADER === */
#ci-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--ci-stone-200); transition: box-shadow 0.3s ease; }
#ci-header.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.ci-header-inner { max-width: 1280px; margin: 0 auto; padding: 0 2rem; height: 72px; display: flex; align-items: center; justify-content: space-between; }
.ci-logo-wrap { display: flex; align-items: center; }
.ci-nav { display: flex; align-items: center; gap: 0.25rem; list-style: none; }
.ci-nav a { font-family: var(--ci-font-head); font-size: 0.85rem; font-weight: 600; color: var(--ci-stone-700); padding: 0.5rem 0.85rem; border-radius: var(--ci-radius-sm); transition: all 0.2s ease; }
.ci-nav a:hover { color: var(--ci-emerald); background: rgba(4,120,87,0.06); }
.ci-nav-book { background: var(--ci-emerald) !important; color: var(--ci-white) !important; padding: 0.55rem 1.35rem !important; border-radius: var(--ci-radius-full) !important; font-weight: 700 !important; font-size: 0.95rem !important; margin-left: 0.5rem; text-decoration: none !important; }
.ci-nav-book:hover { background: var(--ci-emerald-dark) !important; transform: translateY(-1px) !important; text-decoration: none !important; }
.ci-hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; cursor: pointer; }
.ci-hamburger span { display: block; width: 24px; height: 2px; background: var(--ci-stone-700); border-radius: 2px; transition: all 0.3s ease; }
@media (max-width: 900px) {
  .ci-nav { display: none; }
  .ci-nav.open { display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: var(--ci-white); padding: 1rem 2rem 1.5rem; border-top: 1px solid var(--ci-stone-200); gap: 0.25rem; align-items: flex-start; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
  .ci-hamburger { display: flex; }
}

/* === HERO === */
#ci-hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; padding-top: 72px; text-align: left; }
.ci-hero-bg { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.62) 100%), url('/wp-content/uploads/2026/03/CI_ILO2.jpeg') center/cover no-repeat; z-index: 0; }
.ci-hero-content { position: relative; z-index: 1; width: 100%; max-width: 720px; padding: 2rem 2rem 4rem; padding-left: max(2rem, 5vw); }
.ci-hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(4,120,87,0.9); color: var(--ci-white); font-family: var(--ci-font-head); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; padding: 0.4rem 0.85rem; border-radius: 4px; margin-bottom: 1.5rem; opacity: 0; animation: fadeUp 0.7s ease forwards 0.1s; }
.ci-hero-title { font-family: var(--ci-font-head); font-size: clamp(2.4rem, 6vw, 4.5rem); font-weight: 800; line-height: 1.08; color: var(--ci-white); margin-bottom: 1.5rem; letter-spacing: -0.01em; opacity: 0; animation: fadeUp 0.7s ease forwards 0.25s; }
.ci-hero-title span { color: #6ee7b7; }
.ci-hero-sub { font-size: 1.1rem; line-height: 1.7; color: rgba(255,255,255,0.85); max-width: 480px; margin-bottom: 2.5rem; opacity: 0; animation: fadeUp 0.7s ease forwards 0.4s; }
.ci-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.7s ease forwards 0.55s; }
@media (max-width: 640px) { .ci-hero-actions { flex-direction: column; } .ci-hero-actions .ci-btn { justify-content: center; } }

/* === HIGHLIGHTS === */
#ci-highlights { background: var(--ci-white); padding: 5rem 2rem; }
.ci-highlights-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.ci-highlight-item { text-align: center; padding: 2.5rem 2rem; border-radius: var(--ci-radius-xl); transition: background 0.3s ease; }
.ci-highlight-item:hover { background: var(--ci-stone-50); }
.ci-highlight-icon { width: 56px; height: 56px; margin: 0 auto 1.5rem; background: linear-gradient(135deg, var(--ci-emerald), var(--ci-emerald-mid)); border-radius: var(--ci-radius-lg); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(4,120,87,0.2); transition: transform 0.3s ease; }
.ci-highlight-item:hover .ci-highlight-icon { transform: scale(1.08); }
.ci-highlight-icon svg { width: 24px; height: 24px; stroke: white; }
.ci-highlight-title { font-family: var(--ci-font-head); font-size: 1.1rem; font-weight: 700; color: var(--ci-stone-900); margin-bottom: 0.75rem; }
.ci-highlight-desc { font-size: 0.9rem; line-height: 1.65; color: var(--ci-stone-600); }
@media (max-width: 768px) { .ci-highlights-grid { grid-template-columns: 1fr; } }

/* === ROOMS === */
#ci-rooms { background: var(--ci-stone-50); padding: 6rem 0; overflow: visible; text-align: left; }
.ci-rooms-header { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 3rem; gap: 1.5rem; flex-wrap: wrap; }
.ci-rooms-header-left { max-width: 520px; }
.ci-rooms-controls { display: flex; gap: 0.75rem; align-items: center; }
.ci-scroll-btn { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--ci-stone-300); background: var(--ci-white); display: flex; align-items: center; justify-content: center; color: var(--ci-stone-700); cursor: pointer; transition: all 0.2s ease; box-shadow: var(--ci-shadow-sm); }
.ci-scroll-btn:hover { background: var(--ci-emerald); border-color: var(--ci-emerald); color: white; }
.ci-scroll-btn svg { width: 18px; height: 18px; }
.ci-compare-btn { display: flex; align-items: center; gap: 0.5rem; font-family: var(--ci-font-head); font-size: 0.82rem; font-weight: 700; background: var(--ci-stone-200); color: var(--ci-stone-700); border: none; padding: 0.65rem 1.1rem; border-radius: var(--ci-radius-xl); cursor: pointer; transition: all 0.2s ease; box-shadow: var(--ci-shadow-sm); }
.ci-compare-btn:hover { background: var(--ci-stone-300); }
.ci-compare-btn svg { width: 16px; height: 16px; }
#ci-rooms-scroll { display: flex; gap: 2rem; overflow-x: auto; padding: 2.5rem 0 5rem; scrollbar-width: none; -ms-overflow-style: none; max-width: 1400px; margin: 0 auto; }
#ci-rooms-scroll::-webkit-scrollbar { display: none; }
.ci-room-card { flex: 0 0 340px; background: var(--ci-white); border-radius: var(--ci-radius-xl); overflow: hidden; box-shadow: var(--ci-shadow-sm); border: 1px solid var(--ci-stone-200); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }
.ci-room-card:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(0,0,0,0.16); }
.ci-room-card-thumb { height: 210px; position: relative; overflow: hidden; }
.ci-room-card-thumb-inner { width: 100%; height: 100%; transition: transform 0.5s ease; }
.ci-room-card:hover .ci-room-card-thumb-inner { transform: scale(1.04); }
.ci-room-price-badge { position: absolute; top: 1rem; right: 1rem; background: var(--ci-stone-900); color: white; font-family: var(--ci-font-head); font-size: 0.72rem; font-weight: 700; padding: 0.35rem 0.75rem; border-radius: var(--ci-radius-full); }
.ci-room-card-body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.ci-room-card-title { font-family: var(--ci-font-head); font-size: 1.15rem; font-weight: 700; color: var(--ci-stone-900); margin-bottom: 0.5rem; }
.ci-room-meta { display: flex; gap: 1rem; margin-bottom: 1rem; font-size: 0.82rem; color: var(--ci-stone-500); }
.ci-room-meta span { display: flex; align-items: center; gap: 0.35rem; }
.ci-room-meta svg { width: 14px; height: 14px; }
.ci-room-amenity-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.5rem; }
.ci-room-amenity-tag { font-size: 0.72rem; font-weight: 500; background: var(--ci-stone-100); color: var(--ci-stone-600); padding: 0.25rem 0.65rem; border-radius: var(--ci-radius-full); }
.ci-room-card-actions { display: flex; gap: 0.75rem; margin-top: auto; }
.ci-room-card-actions .ci-btn { flex: 1; justify-content: center; font-size: 0.82rem; padding: 0.72rem 1rem; border-radius: var(--ci-radius-xl); }
.ci-swipe-hint { text-align: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ci-stone-400); margin-top: 1rem; display: none; }
@media (max-width: 768px) { .ci-swipe-hint { display: block; } }

/* === EVENTS === */
#ci-events { background: var(--ci-white); padding: 6rem 2rem; text-align: left; }
.ci-events-inner { max-width: 1200px; margin: 0 auto; }
.ci-events-header { text-align: center; max-width: 600px; margin: 0 auto 4rem; }
.ci-events-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem; margin-bottom: 3.5rem; }
.ci-event-card { background: var(--ci-stone-50); border-radius: var(--ci-radius-2xl); overflow: hidden; border: 1px solid var(--ci-stone-100); display: flex; flex-direction: column; transition: box-shadow 0.3s ease, transform 0.3s ease; }
.ci-event-card:hover { box-shadow: var(--ci-shadow-lg); transform: translateY(-4px); }
.ci-event-card-thumb { height: 220px; position: relative; overflow: hidden; }
.ci-event-card-thumb-inner { width: 100%; height: 100%; transition: transform 0.5s ease; display: flex; align-items: center; justify-content: center; }
.ci-event-card:hover .ci-event-card-thumb-inner { transform: scale(1.04); }
.ci-event-capacity-badge { position: absolute; bottom: 1rem; left: 1rem; background: var(--ci-emerald); color: white; font-family: var(--ci-font-head); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.35rem 0.85rem; border-radius: var(--ci-radius-full); box-shadow: 0 4px 12px rgba(4,120,87,0.3); }
.ci-event-card-body { padding: 1.75rem 2rem 2rem; flex: 1; display: flex; flex-direction: column; }
.ci-event-card-title { font-family: var(--ci-font-head); font-size: 1.2rem; font-weight: 700; color: var(--ci-stone-900); margin-bottom: 0.75rem; }
.ci-event-card-desc { font-size: 0.9rem; line-height: 1.65; color: var(--ci-stone-600); margin-bottom: 1.25rem; flex: 1; }
.ci-event-features { list-style: none; margin-bottom: 1.5rem; }
.ci-event-features li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; color: var(--ci-stone-500); margin-bottom: 0.5rem; }
.ci-event-features li svg { width: 14px; height: 14px; color: var(--ci-emerald); flex-shrink: 0; }
.ci-package-band { background: var(--ci-emerald-dark); border-radius: var(--ci-radius-3xl); padding: 4rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; position: relative; overflow: hidden; }
.ci-package-band::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.05) 1px, transparent 0); background-size: 28px 28px; }
.ci-package-band-content { position: relative; z-index: 1; max-width: 520px; }
.ci-package-band-badge { display: inline-flex; align-items: center; gap: 0.4rem; font-family: var(--ci-font-head); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; background: rgba(255,255,255,0.12); color: #6ee7b7; padding: 0.4rem 0.85rem; border-radius: var(--ci-radius-full); margin-bottom: 1.25rem; }
.ci-package-band-title { font-family: var(--ci-font-head); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 800; color: white; margin-bottom: 1rem; }
.ci-package-band-desc { font-size: 0.95rem; line-height: 1.7; color: rgba(255,255,255,0.7); }
.ci-package-band > .ci-btn-package { position: relative; z-index: 1; flex-shrink: 0; }
@media (max-width: 900px) { .ci-events-grid { grid-template-columns: 1fr; } .ci-package-band { flex-direction: column; padding: 2.5rem 2rem; text-align: center; } .ci-btn-package { width: 100%; } }

/* === AMENITIES === */
#ci-amenities { background: var(--ci-stone-50); padding: 6rem 2rem; text-align: left; }
.ci-amenities-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 5fr 7fr; gap: 4rem; align-items: center; }
.ci-amenities-visual { position: relative; }
.ci-amenities-main-block { width: 100%; aspect-ratio: 3/4; border-radius: var(--ci-radius-2xl); overflow: hidden; box-shadow: var(--ci-shadow-xl); border: 6px solid var(--ci-white); }
.ci-amenities-accent-block { position: absolute; bottom: -1.5rem; right: -1.5rem; background: var(--ci-stone-900); border-radius: var(--ci-radius-xl); box-shadow: var(--ci-shadow-xl); border: 5px solid var(--ci-white); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 1.5rem 2rem; z-index: 2; }
.ci-amenities-accent-label { font-family: var(--ci-font-head); font-size: 0.72rem; font-weight: 700; color: var(--ci-emerald-light); letter-spacing: 0.1em; text-transform: uppercase; }
.ci-amenities-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem 2rem; margin-top: 2.5rem; }
.ci-amenity-item { display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto; column-gap: 1rem; row-gap: 0.2rem; }
.ci-amenity-icon { grid-column: 1; grid-row: 1 / 3; width: 44px; height: 44px; background: var(--ci-emerald); border-radius: var(--ci-radius-lg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 12px rgba(4,120,87,0.2); align-self: start; }
.ci-amenity-icon svg { width: 20px; height: 20px; stroke: white; }
.ci-amenity-name { grid-column: 2; grid-row: 1; font-family: var(--ci-font-head); font-size: 0.9rem; font-weight: 700; color: var(--ci-stone-900); align-self: end; }
.ci-amenity-desc { grid-column: 2; grid-row: 2; font-size: 0.82rem; line-height: 1.5; color: var(--ci-stone-500); }
@media (max-width: 900px) { .ci-amenities-inner { grid-template-columns: 1fr; } .ci-amenities-visual { max-width: 380px; margin: 0 auto; } .ci-amenities-accent-block { right: -1rem; bottom: -1rem; } }
@media (max-width: 640px) { .ci-amenities-grid { grid-template-columns: 1fr; } .ci-amenities-inner { gap: 3rem; } #ci-amenities { padding: 4rem 1.25rem; } }

/* === LOCATION === */
#ci-location { background: var(--ci-white); padding: 6rem 2rem; }
.ci-location-inner { max-width: 1200px; margin: 0 auto; }
.ci-location-card { background: var(--ci-stone-50); border-radius: var(--ci-radius-3xl); overflow: hidden; border: 1px solid var(--ci-stone-200); display: grid; grid-template-columns: 1fr 1fr; box-shadow: var(--ci-shadow-lg); }
.ci-location-content { padding: 4rem; display: flex; flex-direction: column; justify-content: center; }
.ci-location-map { min-height: 420px; background: var(--ci-stone-200); position: relative; }
.ci-location-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; filter: grayscale(20%); transition: filter 0.5s ease; }
.ci-location-map iframe:hover { filter: grayscale(0%); }
.ci-location-items { margin: 2rem 0; display: flex; flex-direction: column; gap: 1.25rem; }
.ci-location-item { display: flex; align-items: flex-start; gap: 1rem; }
.ci-location-item-icon { width: 40px; height: 40px; background: rgba(4,120,87,0.08); border-radius: var(--ci-radius-md); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--ci-emerald); }
.ci-location-item-icon svg { width: 18px; height: 18px; }
.ci-location-item-title { font-family: var(--ci-font-head); font-size: 0.9rem; font-weight: 700; color: var(--ci-stone-900); margin-bottom: 0.2rem; }
.ci-location-item-desc { font-size: 0.83rem; color: var(--ci-stone-500); }
@media (max-width: 768px) { .ci-location-card { grid-template-columns: 1fr; } .ci-location-content { padding: 2.5rem 1.75rem; } .ci-location-map { min-height: 260px; } }

/* === REVIEWS === */
#ci-reviews { background: var(--ci-stone-50); padding: 6rem 2rem; overflow: hidden; text-align: left; }
.ci-reviews-inner { max-width: 1200px; margin: 0 auto; }
.ci-reviews-header { text-align: center; margin-bottom: 4rem; }
.ci-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.ci-review-card { background: var(--ci-white); padding: 2.25rem 2.5rem; border-radius: var(--ci-radius-2xl); border: 1px solid var(--ci-stone-100); box-shadow: var(--ci-shadow-sm); display: flex; flex-direction: column; transition: box-shadow 0.3s ease; }
.ci-review-card:hover { box-shadow: var(--ci-shadow-md); }
.ci-review-stars { display: flex; gap: 2px; margin-bottom: 1.25rem; }
.ci-review-stars svg { width: 14px; height: 14px; fill: #f59e0b; color: #f59e0b; }
.ci-review-text { font-size: 0.92rem; line-height: 1.7; color: var(--ci-stone-700); font-style: italic; flex: 1; margin-bottom: 1.5rem; }
.ci-review-author { display: flex; align-items: center; gap: 0.75rem; }
.ci-review-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--ci-emerald), var(--ci-emerald-dark)); display: flex; align-items: center; justify-content: center; font-family: var(--ci-font-head); font-weight: 700; font-size: 0.85rem; color: white; flex-shrink: 0; }
.ci-review-name { font-family: var(--ci-font-head); font-size: 0.9rem; font-weight: 700; color: var(--ci-stone-900); }
.ci-review-date { font-size: 0.75rem; color: var(--ci-stone-400); font-weight: 500; }
@media (max-width: 900px) { .ci-reviews-grid { grid-template-columns: 1fr; } }
@media (min-width: 600px) and (max-width: 900px) { .ci-reviews-grid { grid-template-columns: 1fr 1fr; } }
.ci-reviews-cta { text-align: center; margin-top: 3rem; }
.ci-reviews-cta .ci-btn { display: inline-flex; }

/* === FOOTER === */
#ci-footer { background: var(--ci-stone-900); color: rgba(255,255,255,0.65); padding: 5rem 2rem 2rem; border-top: 1px solid rgba(255,255,255,0.06); text-align: left; }
.ci-footer-inner { max-width: 1200px; margin: 0 auto; }
.ci-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; margin-bottom: 4rem; }
.ci-footer-brand-desc { font-size: 0.88rem; line-height: 1.7; margin: 1.25rem 0 1.5rem; max-width: 240px; }
.ci-footer-socials { display: flex; gap: 0.6rem; }
.ci-footer-social { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center; transition: background 0.2s ease; color: rgba(255,255,255,0.65); }
.ci-footer-social:hover { background: var(--ci-emerald); color: white; }
.ci-footer-social svg { width: 16px; height: 16px; }
.ci-footer-col-title { font-family: var(--ci-font-head); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.9); margin-bottom: 1.5rem; }
.ci-footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.ci-footer-links a { font-size: 0.88rem; color: rgba(255,255,255,0.55); transition: color 0.2s ease; }
.ci-footer-links a:hover { color: var(--ci-emerald-light); }
.ci-footer-contact-items { display: flex; flex-direction: column; gap: 0.85rem; }
.ci-footer-contact-item { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.88rem; }
.ci-footer-contact-item svg { width: 16px; height: 16px; color: var(--ci-emerald-light); flex-shrink: 0; margin-top: 2px; }
.ci-newsletter-desc { font-size: 0.85rem; line-height: 1.6; margin-bottom: 1rem; }
.ci-newsletter-form { display: flex; gap: 0.5rem; }
.ci-newsletter-form input { flex: 1; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--ci-radius-sm); padding: 0.65rem 1rem; font-size: 0.85rem; color: white; outline: none; font-family: var(--ci-font-body); transition: border-color 0.2s ease; }
.ci-newsletter-form input:focus { border-color: var(--ci-emerald-light); }
.ci-newsletter-form input::placeholder { color: rgba(255,255,255,0.35); }
.ci-newsletter-form button { background: var(--ci-emerald); color: white; font-family: var(--ci-font-head); font-weight: 700; font-size: 0.82rem; padding: 0.65rem 1.1rem; border-radius: var(--ci-radius-sm); border: none; cursor: pointer; transition: background 0.2s ease; white-space: nowrap; }
.ci-newsletter-form button:hover { background: var(--ci-emerald-dark); }
.ci-footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 1.75rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; font-size: 0.8rem; color: rgba(255,255,255,0.35); }
@media (max-width: 900px) { .ci-footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } }
@media (max-width: 600px) { .ci-footer-grid { grid-template-columns: 1fr; } }

/* === MODALS === */
.ci-modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.6); backdrop-filter: blur(6px); z-index: 200; display: flex; align-items: center; justify-content: center; padding: 1rem; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.ci-modal-backdrop.open { opacity: 1; pointer-events: all; }
.ci-modal { background: white; border-radius: var(--ci-radius-2xl); overflow: hidden; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: var(--ci-shadow-xl); transform: scale(0.95) translateY(16px); transition: transform 0.3s ease; }
.ci-modal-backdrop.open .ci-modal { transform: scale(1) translateY(0); }
#ci-booking-modal .ci-modal { max-width: 520px; }
.ci-modal-header { background: var(--ci-emerald); color: white; padding: 1.75rem 2rem 1.5rem; position: relative; }
.ci-modal-title { font-family: var(--ci-font-head); font-size: 1.3rem; font-weight: 700; margin-bottom: 1rem; }
.ci-modal-close { position: absolute; top: 1.1rem; right: 1.1rem; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s ease; color: white; border: none; }
.ci-modal-close:hover { background: rgba(255,255,255,0.25); }
.ci-modal-close svg { width: 14px; height: 14px; }
.ci-booking-tabs { display: flex; background: rgba(0,0,0,0.15); border-radius: var(--ci-radius-sm); padding: 3px; gap: 2px; }
.ci-booking-tab { flex: 1; font-family: var(--ci-font-head); font-size: 0.75rem; font-weight: 700; padding: 0.5rem; border-radius: calc(var(--ci-radius-sm) - 1px); border: none; background: transparent; color: rgba(255,255,255,0.6); cursor: pointer; transition: all 0.2s ease; }
.ci-booking-tab.active { background: white; color: var(--ci-emerald-dark); }
.ci-modal-body { padding: 1.75rem 2rem; }
.ci-form-group { margin-bottom: 1rem; }
.ci-form-label { display: block; font-family: var(--ci-font-head); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ci-stone-400); margin-bottom: 0.4rem; }
.ci-form-input, .ci-form-select { width: 100%; background: var(--ci-stone-50); border: 1.5px solid var(--ci-stone-200); border-radius: var(--ci-radius-md); padding: 0.75rem 1rem; font-size: 0.9rem; font-family: var(--ci-font-body); color: var(--ci-stone-900); outline: none; transition: border-color 0.2s ease; }
.ci-form-input:focus, .ci-form-select:focus { border-color: var(--ci-emerald); }
.ci-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.ci-form-submit { width: 100%; background: var(--ci-emerald); color: white; font-family: var(--ci-font-head); font-weight: 700; font-size: 1rem; padding: 1rem; border-radius: var(--ci-radius-xl); border: none; cursor: pointer; transition: background 0.2s ease, transform 0.15s ease; margin-top: 0.5rem; }
.ci-form-submit:hover { background: var(--ci-emerald-dark); transform: translateY(-1px); }
.ci-booking-success { text-align: center; padding: 3rem 2rem; display: none; }
.ci-booking-success.show { display: block; }
.ci-success-icon { width: 64px; height: 64px; background: rgba(4,120,87,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; color: var(--ci-emerald); }
.ci-success-icon svg { width: 32px; height: 32px; }
.ci-success-title { font-family: var(--ci-font-head); font-size: 1.4rem; font-weight: 700; color: var(--ci-stone-900); margin-bottom: 0.75rem; }
.ci-success-desc { font-size: 0.9rem; color: var(--ci-stone-500); line-height: 1.6; }
#ci-room-modal .ci-modal { max-width: 960px; }
.ci-comparison-table { width: 100%; min-width: 600px; border-collapse: separate; border-spacing: 0; font-size: 0.85rem; }
.ci-comparison-table th, .ci-comparison-table td { padding: 1rem 1.25rem; text-align: center; border-bottom: 1px solid var(--ci-stone-100); }
.ci-comparison-table th:first-child, .ci-comparison-table td:first-child { text-align: left; background: var(--ci-stone-50); font-weight: 700; font-size: 0.8rem; color: var(--ci-stone-600); position: sticky; left: 0; z-index: 2; width: 140px; }
.ci-comparison-table thead th { background: white; position: sticky; top: 0; z-index: 3; }
.ci-comparison-table thead th:first-child { z-index: 4; }
.ci-comparison-price { font-family: var(--ci-font-head); font-weight: 700; color: var(--ci-emerald-dark); }
.ci-comparison-room-name { font-family: var(--ci-font-head); font-size: 0.85rem; font-weight: 700; color: var(--ci-stone-900); }
.ci-comparison-book-btn { background: var(--ci-emerald); color: white; font-family: var(--ci-font-head); font-size: 0.75rem; font-weight: 700; padding: 0.5rem 1.25rem; border-radius: var(--ci-radius-xl); border: none; cursor: pointer; margin-top: 0.5rem; transition: background 0.2s ease; white-space: nowrap; display: inline-block; text-decoration: none; }
.ci-comparison-book-btn:hover { background: var(--ci-emerald-dark); }

/* === SCROLL ANIMATIONS === */
.animate-on-scroll { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.animate-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.equal-cards > .wp-block-column { display: flex; flex-direction: column; flex-grow: 0; }
.equal-cards > .wp-block-column > .wp-block-group { display: flex; flex-direction: column; flex-grow: 1; }
.equal-cards .cta-bottom { margin-top: auto; }

/* === ACCESSIBILITY === */
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } .animate-on-scroll { opacity: 1; transform: none; } }

/* === WORDPRESS FSE SPACING RESETS === */
.wp-site-blocks { padding-top: 0 !important; padding-bottom: 0 !important; }
.wp-site-blocks > * { margin-block-start: 0 !important; }

/* === UNDERLINE RESETS === */
/* Prevent WordPress / browser defaults from adding underlines to headings or themed elements */
#ci-main h1, #ci-main h2, #ci-main h3, #ci-main h4,
#ci-header h1, #ci-header h2, #ci-header h3,
#ci-header a, #ci-footer a,
.ci-btn, .ci-btn-package, .ci-nav a, .ci-nav-book { text-decoration: none !important; }

/* === SECTION HEADING DEFAULTS === */
/* All bare h2 tags within sections get the design system heading style */
#ci-main h2 { font-family: var(--ci-font-head); font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 800; line-height: 1.15; color: var(--ci-stone-900); margin-bottom: 1rem; }
#ci-main h3 { font-family: var(--ci-font-head); font-weight: 700; line-height: 1.2; color: var(--ci-stone-900); }
/* Light-background heading override for sections that need it */
.ci-package-band h3, .ci-package-band h2 { color: white; }
/* Package band title specificity fix — #ci-main h3 would otherwise win */
#ci-main .ci-package-band-title { color: white !important; }

/* === AMENITIES ACCENT NUMBER === */
.ci-amenities-accent-number { font-family: var(--ci-font-head); font-size: 3.5rem; font-weight: 800; color: white; display: block; line-height: 1; margin-bottom: 0.35rem; }
.ci-amenities-accent-text { display: flex; flex-direction: column; }

/* === EVENT FEATURES BULLETS === */
.ci-event-features li { list-style: none; }
.ci-event-features li::before { content: '→'; color: var(--ci-emerald); font-weight: 700; margin-right: 0.5rem; font-size: 0.75rem; }

/* === ROOM MODAL CAROUSEL === */
.ci-room-modal-layout { display: grid; grid-template-columns: 55% 1fr; }
.ci-room-modal-images { display: flex; flex-direction: column; align-self: stretch; background: #111; justify-content: center; }
.ci-room-modal-main-img { width: 100%; aspect-ratio: 4/3; flex-shrink: 0; background-size: cover !important; background-position: center !important; transition: opacity 0.18s ease; }
.ci-room-modal-thumbs { display: flex; gap: 6px; padding: 8px; background: #1a1a1a; flex-shrink: 0; }
.ci-room-modal-thumb { flex: 1; aspect-ratio: 4/3; border-radius: 6px; cursor: pointer; background-size: cover !important; background-position: center !important; border: 2px solid transparent; transition: border-color 0.2s ease, opacity 0.2s ease; opacity: 0.65; }
.ci-room-modal-thumb:hover { opacity: 0.9; }
.ci-room-modal-thumb.active { border-color: var(--ci-emerald); opacity: 1; }
.ci-room-modal-thumb.broken { opacity: 0.15; cursor: default; pointer-events: none; background: #333 !important; }
@media (max-width: 700px) {
  .ci-room-modal-layout { grid-template-columns: 1fr; }
  .ci-room-modal-layout > .ci-room-modal-images { order: -1; }
  .ci-room-modal-layout > .ci-room-modal-info { padding: 1.5rem !important; overflow-y: visible !important; }
}

/* === MOBILE VISIBILITY OVERRIDES === */
@media (max-width: 768px) {
  .ci-amenities-accent-block { display: none; }
  .ci-review-card--extra { display: none; }
  .ci-rooms-header { margin-bottom: 1.25rem; }
  #ci-rooms-scroll { padding: 1.5rem 0 2.5rem; }
}
