@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=DM+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Manrope:wght@300;400;500;600;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
* { scrollbar-width: thin; scrollbar-color: var(--border) transparent; }
*::-webkit-scrollbar { width: 8px; height: 8px; }
*::-webkit-scrollbar-track { background: transparent; }
*::-webkit-scrollbar-thumb { background: var(--border); border-radius: 999px; }
*::-webkit-scrollbar-thumb:hover { background: var(--ink-faint); }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--bg); line-height: 1.8; -webkit-font-smoothing: antialiased; }
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
::selection { background: var(--primary); color: var(--on-primary); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ===================== Theme palettes ===================== */
/* Lagoon (default) — tropical luxury, immersive teal/gold */
:root {
  --primary: #0d6e7e;
  --primary-dark: #095260;
  --primary-light: #d0eef2;
  --accent: #c9a96e;
  --accent-light: #f5edd9;
  --bg: #f8f6f1;
  --bg-alt: #f0ede5;
  --surface: #ffffff;
  --soft: #f0ede5;
  --border: #ddd5c4;
  --ink: #1a2a2e;
  --ink-soft: #4a5d63;
  --ink-faint: #8a9ba0;
  --on-primary: #ffffff;
  --font-head: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', -apple-system, 'Segoe UI', sans-serif;
  --radius: 10px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --hero-gradient: linear-gradient(135deg, #0d4f5c 0%, #0d6e7e 50%, #1a8b9e 100%);
  --hero-overlay: rgba(13, 79, 92, 0.5);
  --hero-text: #f8f6f1;
  --shadow-sm: 0 1px 3px rgba(13, 79, 92, 0.08);
  --shadow-md: 0 4px 16px rgba(13, 79, 92, 0.1);
  --shadow-lg: 0 12px 40px rgba(13, 79, 92, 0.15);
}
.site-footer { background: #0d4f5c; }

/* Serenity — minimal zen retreat, sage/cream/terracotta */
html[data-theme="serenity"] {
  --primary: #6b8e6b;
  --primary-dark: #4f6e4f;
  --primary-light: #e2efe2;
  --accent: #c47a5a;
  --accent-light: #f5e8e0;
  --bg: #faf9f5;
  --bg-alt: #f2f0e8;
  --surface: #ffffff;
  --soft: #f2f0e8;
  --border: #ddd8cc;
  --ink: #2a2a25;
  --ink-soft: #5a5a50;
  --ink-faint: #9a988e;
  --on-primary: #ffffff;
  --font-head: 'Fraunces', Georgia, serif;
  --font-body: 'Inter', -apple-system, 'Segoe UI', sans-serif;
  --radius: 8px;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --hero-gradient: linear-gradient(135deg, #4f6e4f 0%, #6b8e6b 50%, #8eaa8e 100%);
  --hero-overlay: rgba(79, 110, 79, 0.45);
  --hero-text: #faf9f5;
  --shadow-sm: 0 1px 3px rgba(79, 110, 79, 0.08);
  --shadow-md: 0 4px 16px rgba(79, 110, 79, 0.1);
  --shadow-lg: 0 12px 40px rgba(79, 110, 79, 0.15);
}
html[data-theme="serenity"] .site-footer { background: #4f6e4f; }
html[data-theme="serenity"] .hero h1 { font-weight: 500; }

/* Midnight — dark, intimate boutique, ink/champagne/electric teal */
html[data-theme="midnight"] {
  --primary: #2ec4b6;
  --primary-dark: #1ba899;
  --primary-light: #1a2a3a;
  --accent: #d4c4a0;
  --accent-light: #1e2e3e;
  --bg: #12131a;
  --bg-alt: #1a1c26;
  --surface: #1e2030;
  --soft: #252839;
  --border: #2e3142;
  --ink: #e8e6e0;
  --ink-soft: #a0a0b0;
  --ink-faint: #6a6a7a;
  --on-primary: #12131a;
  --font-head: 'Marcellus', Georgia, serif;
  --font-body: 'Manrope', -apple-system, 'Segoe UI', sans-serif;
  --radius: 8px;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --hero-gradient: linear-gradient(135deg, #0a0b12 0%, #1a1c2e 50%, #2ec4b6 100%);
  --hero-overlay: rgba(10, 11, 18, 0.55);
  --hero-text: #e8e6e0;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.35);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.45);
}
html[data-theme="midnight"] .site-footer { background: #0a0b12; }
html[data-theme="midnight"] .card-img { background: var(--soft); }
html[data-theme="midnight"] .gallery-main { background: var(--soft); }
html[data-theme="midnight"] .form-input, html[data-theme="midnight"] .form-textarea, html[data-theme="midnight"] .form-select { background: var(--bg-alt); color: var(--ink); }
html[data-theme="midnight"] .form-input::placeholder, html[data-theme="midnight"] .form-textarea::placeholder { color: var(--ink-faint); }

/* ===================== Layout & components ===================== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--bg);
  background: color-mix(in srgb, var(--bg) 90%, transparent);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 24px; max-width: 1180px; margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand-logo { height: 42px; width: auto; border-radius: var(--radius); }
.brand-name { font-family: var(--font-head); font-size: 1.35rem; font-weight: 600; letter-spacing: 0.01em; }
.nav { display: flex; align-items: center; gap: 2px; flex-wrap: wrap; }
.nav-link { color: var(--ink-soft); font-weight: 500; font-size: 0.86rem; padding: 8px 14px; border-radius: var(--radius); transition: color .15s, background .15s; font-family: var(--font-body); }
.nav-link:hover { text-decoration: none; background: var(--soft); color: var(--primary); }
.nav-link.active { color: var(--primary); }
.nav-cta { background: var(--primary); color: var(--on-primary) !important; border-radius: var(--radius); padding: 10px 24px; transition: background .15s, transform .15s; font-weight: 600; font-size: 0.85rem; }
.nav-cta:hover { background: var(--primary-dark); transform: translateY(-1px); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 10px 8px; border-radius: var(--radius); }
.nav-toggle:hover { background: var(--soft); }
.nav-toggle span { display: block; width: 24px; height: 2px; border-radius: 999px; background: var(--ink); transition: transform .2s, opacity .2s; }
.nav-toggle span + span { margin-top: 5px; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; padding: 130px 24px 140px; text-align: center; overflow: hidden; background: var(--hero-gradient); background-size: cover; background-position: center; }
.hero::before { content: ""; position: absolute; inset: 0; background: var(--hero-overlay); }
.hero-content { position: relative; z-index: 2; max-width: 840px; margin: 0 auto; color: var(--hero-text); }
.hero .eyebrow { display: inline-block; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em; color: var(--accent); margin-bottom: 18px; }
.hero h1 { font-family: var(--font-head); font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 600; line-height: 1.15; margin-bottom: 18px; }
.hero p { font-size: 1.08rem; opacity: 0.92; max-width: 560px; margin: 0 auto 28px; }
.hero .btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.hero-carousel { position: relative; height: 560px; overflow: hidden; }
.hero-carousel-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; background-size: cover; background-position: center; }
.hero-carousel-slide.active { opacity: 1; }
.hero-carousel-overlay { position: absolute; inset: 0; background: var(--hero-overlay); display: flex; align-items: center; justify-content: center; }
.hero-carousel-content { position: relative; z-index: 2; max-width: 840px; margin: 0 auto; padding: 0 24px; text-align: center; color: var(--hero-text); }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; border-radius: var(--radius-pill); font-weight: 600; font-size: 0.9rem; transition: all .2s; cursor: pointer; border: none; font-family: var(--font-body); }
.btn-primary { background: var(--primary); color: var(--on-primary); }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-1px); text-decoration: none; }
.btn-outline { background: transparent; color: var(--hero-text); border: 2px solid var(--hero-text); }
.btn-outline:hover { background: var(--hero-text); color: var(--ink); text-decoration: none; }
.btn-ghost { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.btn-ghost:hover { background: var(--primary); color: var(--on-primary); text-decoration: none; }

.section { padding: 80px 24px; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; margin-bottom: 48px; }
.section-head .eyebrow { display: inline-block; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em; color: var(--accent); margin-bottom: 10px; }
.section-head h2 { font-family: var(--font-head); font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 600; }
.section-head p { color: var(--ink-soft); margin-top: 12px; max-width: 560px; margin-left: auto; margin-right: auto; }

.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-img { width: 100%; height: 240px; object-fit: cover; background: var(--soft); }
.card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.card-title { font-family: var(--font-head); font-size: 1.3rem; font-weight: 600; margin-bottom: 8px; }
.card-title a { color: inherit; }
.card-title a:hover { text-decoration: none; color: var(--primary); }
.card-summary { color: var(--ink-soft); font-size: 0.92rem; flex: 1; }
.card-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); }
.card-meta-item { display: flex; align-items: center; gap: 6px; font-size: 0.84rem; color: var(--ink-soft); }
.card-meta-item svg { width: 16px; height: 16px; }
.card-price { font-family: var(--font-head); font-size: 1.4rem; font-weight: 600; color: var(--primary); }
.card-price small { font-size: 0.8rem; color: var(--ink-faint); font-weight: 400; font-family: var(--font-body); }

.badge { display: inline-block; padding: 4px 12px; border-radius: var(--radius-pill); font-size: 0.75rem; font-weight: 600; background: var(--accent-light); color: var(--primary); }
.tag { display: inline-block; padding: 3px 10px; border-radius: var(--radius); font-size: 0.78rem; background: var(--soft); color: var(--ink-soft); }

.breadcrumbs { display: flex; gap: 8px; align-items: center; font-size: 0.84rem; color: var(--ink-faint); padding: 20px 0; }
.breadcrumbs a { color: var(--ink-soft); }
.breadcrumbs a:hover { color: var(--primary); }
.breadcrumbs span { opacity: 0.5; }

.detail-header { margin-bottom: 32px; }
.detail-header h1 { font-family: var(--font-head); font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 600; margin-bottom: 12px; }
.detail-header .summary { font-size: 1.1rem; color: var(--ink-soft); max-width: 640px; }
.detail-specs { display: flex; flex-wrap: wrap; gap: 24px; margin: 20px 0; }
.detail-spec { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; color: var(--ink-soft); }
.detail-spec svg { width: 18px; height: 18px; color: var(--primary); }
.detail-body { font-size: 1rem; line-height: 1.9; }
.detail-body h2 { font-family: var(--font-head); font-size: 1.5rem; margin: 28px 0 12px; }
.detail-body h3 { font-family: var(--font-head); font-size: 1.2rem; margin: 22px 0 8px; }
.detail-body p { margin-bottom: 14px; }
.detail-body ul, .detail-body ol { margin: 0 0 14px 20px; }
.detail-body li { margin-bottom: 6px; }
.detail-body a { color: var(--primary); text-decoration: underline; }
.detail-body blockquote { border-left: 4px solid var(--accent); padding: 8px 16px; margin: 12px 0; background: var(--soft); border-radius: 0 8px 8px 0; font-style: italic; }

.amenities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; margin: 20px 0; }
.amenity { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: var(--soft); border-radius: var(--radius); font-size: 0.86rem; }
.amenity svg { width: 18px; height: 18px; color: var(--primary); flex-shrink: 0; }

.gallery-thumbs { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
.gallery-thumb { width: 80px; height: 80px; border-radius: var(--radius); object-fit: cover; cursor: pointer; border: 2px solid transparent; transition: border .2s; }
.gallery-thumb:hover, .gallery-thumb.active { border-color: var(--primary); }
.gallery-main { width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius-lg); background: var(--soft); }

.form { max-width: 600px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-weight: 500; font-size: 0.88rem; margin-bottom: 6px; color: var(--ink); }
.form-field .req { color: #c0392b; }
.form-input, .form-textarea, .form-select { width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 0.95rem; font-family: var(--font-body); background: var(--surface); color: var(--ink); transition: border .15s; }
.form-input:focus, .form-textarea:focus, .form-select:focus { border-color: var(--primary); outline: none; }
.form-textarea { min-height: 100px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-error { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; padding: 12px 16px; border-radius: var(--radius); font-size: 0.88rem; margin-bottom: 18px; }
.form-success { background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; padding: 12px 16px; border-radius: var(--radius); font-size: 0.88rem; margin-bottom: 18px; }
.consent-box { display: flex; gap: 10px; align-items: flex-start; padding: 14px; background: var(--soft); border-radius: var(--radius); }
.consent-box input { margin-top: 3px; }
.success-box { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: var(--radius-lg); padding: 32px; text-align: center; }
.success-box h3 { color: #15803d; margin-bottom: 8px; font-family: var(--font-head); font-size: 1.4rem; }
.success-box p { color: var(--ink-soft); font-size: 0.95rem; }
.success-box a { font-weight: 600; }

.notice-ticker { background: var(--primary); color: var(--on-primary); padding: 10px 24px; font-size: 0.84rem; overflow: hidden; white-space: nowrap; }
.notice-ticker a { color: var(--on-primary); text-decoration: none; opacity: 0.95; }
.notice-ticker a:hover { opacity: 1; text-decoration: underline; }
.notice-ticker svg { width: 12px; height: 12px; fill: currentColor; vertical-align: -1px; }
.notice-ticker-inner { display: inline-block; animation: ticker 30s linear infinite; }
@keyframes ticker { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }

.testimonial-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; position: relative; }
.testimonial-card .quote-mark { position: absolute; top: 16px; right: 20px; opacity: 0.12; }
.testimonial-card .quote-mark svg { width: 40px; height: 40px; }
.testimonial-body { font-size: 0.96rem; line-height: 1.8; color: var(--ink-soft); margin-bottom: 16px; }
.testimonial-author { font-weight: 600; font-size: 0.9rem; }
.testimonial-location { font-size: 0.82rem; color: var(--ink-faint); }
.testimonial-stars { color: var(--accent); font-size: 0.9rem; margin-bottom: 8px; }

.staff-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 28px; }
.staff-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px; text-align: center; transition: transform .2s, box-shadow .2s; }
.staff-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.staff-card img { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; margin: 0 auto 14px; border: 3px solid var(--soft); }
.staff-card h3 { font-family: var(--font-head); font-size: 1.15rem; }
.staff-card .role { color: var(--primary); font-weight: 600; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px; }
.staff-card .bio { font-size: 0.85rem; color: var(--ink-soft); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-info-item { display: flex; gap: 12px; margin-bottom: 20px; }
.contact-info-item svg { width: 20px; height: 20px; color: var(--primary); flex-shrink: 0; margin-top: 2px; }
.contact-info-item .label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-faint); margin-bottom: 2px; }
.contact-info-item .value { font-size: 0.95rem; color: var(--ink); }

.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 40px; }
.pagination a { padding: 8px 14px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 0.88rem; color: var(--ink-soft); }
.pagination a:hover { background: var(--soft); text-decoration: none; }
.pagination a.active { background: var(--primary); color: var(--on-primary); border-color: var(--primary); }

.site-footer { color: color-mix(in srgb, var(--ink) 30%, white); padding: 60px 24px 24px; }
.footer-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand { font-family: var(--font-head); font-size: 1.4rem; font-weight: 600; color: #fff; margin-bottom: 8px; }
.footer-tagline { font-size: 0.88rem; opacity: 0.7; margin-bottom: 16px; }
.footer-col h4 { color: #fff; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 14px; }
.footer-col a { color: color-mix(in srgb, var(--ink) 30%, white); font-size: 0.88rem; display: block; padding: 4px 0; }
.footer-col a:hover { color: #fff; text-decoration: none; }
.footer-col p { font-size: 0.88rem; margin-bottom: 8px; }
.social-links { display: flex; gap: 8px; margin-top: 16px; }
.social-link { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: rgba(255,255,255,0.1); transition: background .15s; }
.social-link:hover { background: rgba(255,255,255,0.2); text-decoration: none; }
.social-link svg { width: 18px; height: 18px; fill: currentColor; }
.footer-bottom { max-width: 1180px; margin: 40px auto 0; padding-top: 20px; border-top: 1px solid color-mix(in srgb, var(--ink) 70%, white); text-align: center; font-size: 0.8rem; opacity: 0.6; }
.powered-by { opacity: 1; }
.powered-by a { color: inherit; text-decoration: none; }
.powered-by a:hover { text-decoration: underline; opacity: 1; }

.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 40; width: 52px; height: 52px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0,0,0,0.2); transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 28px; height: 28px; fill: #fff; }

.empty-state { text-align: center; padding: 60px 24px; }
.empty-state h3 { font-family: var(--font-head); font-size: 1.4rem; margin-bottom: 8px; }
.empty-state p { color: var(--ink-soft); }

.content-narrow { max-width: 760px; }

.hero-stats { display: flex; justify-content: center; gap: 48px; margin-top: 36px; flex-wrap: wrap; }
.hero-stat { text-align: center; color: var(--hero-text); }
.hero-stat .num { font-family: var(--font-head); font-size: 2rem; font-weight: 600; }
.hero-stat .label { font-size: 0.78rem; opacity: 0.8; text-transform: uppercase; letter-spacing: 0.1em; }

.prose h2 { font-family: var(--font-head); font-size: 1.5rem; margin: 28px 0 12px; }
.prose p { margin-bottom: 14px; }
.prose a { text-decoration: underline; }

.gallery-caption { padding: 10px 0 0; font-size: 0.82rem; color: var(--ink-soft); }

/* ===================== Theme switcher ===================== */
.theme-btn {
  position: fixed; bottom: 92px; right: 24px; z-index: 110;
  width: 52px; height: 52px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--primary); color: var(--on-primary);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md); transition: background .15s, transform .15s;
}
.theme-btn:hover { background: var(--primary-dark); transform: translateY(-2px); }
.theme-btn svg { width: 24px; height: 24px; }
.theme-panel {
  position: fixed; bottom: 156px; right: 24px; z-index: 120;
  width: 280px; max-width: calc(100vw - 32px);
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 16px;
  display: none; text-align: left;
}
.theme-panel.open { display: block; }
.theme-panel h3 { font-family: var(--font-head); font-size: 1rem; margin-bottom: 4px; }
.theme-panel .theme-sub { font-size: 0.8rem; color: var(--ink-soft); margin-bottom: 12px; }
.theme-card {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left;
  background: var(--soft); border: 2px solid transparent; border-radius: var(--radius);
  padding: 10px 12px; margin-bottom: 8px; cursor: pointer;
  font-family: var(--font-body); color: var(--ink); transition: border-color .15s, background .15s;
}
.theme-card:hover { background: color-mix(in srgb, var(--soft) 60%, var(--primary-light)); }
.theme-card.active { border-color: var(--primary); background: var(--primary-light); }
.theme-swatches { display: flex; flex-direction: column; gap: 4px; flex-shrink: 0; }
.theme-swatches .sw { width: 18px; height: 18px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.12); }
.theme-card .t-name { font-weight: 700; font-size: 0.9rem; }
.theme-card .t-desc { font-size: 0.75rem; color: var(--ink-soft); line-height: 1.35; }
.theme-note { margin-top: 10px; padding-top: 10px; border-top: 1px dashed var(--border); font-size: 0.72rem; color: var(--ink-faint); line-height: 1.4; }

/* ===================== Responsive ===================== */
@media (max-width: 768px) {
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--border); flex-direction: column; padding: 12px; gap: 4px; }
  .nav.open { display: flex; }
  .nav-toggle { display: block; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero { padding: 80px 24px 80px; }
  .hero-carousel { height: 400px; }
  .section { padding: 50px 24px; }
  .hero-stats { gap: 24px; }
  .gallery-main { height: 280px; }
}
@media (max-width: 640px) {
  .theme-panel { right: 16px; bottom: 148px; }
  .theme-btn { right: 16px; bottom: 88px; }
  .nav-link { min-height: 44px; display: flex; align-items: center; }
  .notice-ticker { animation-duration: 20s; }
}