/* ==========================================================================
   SANTA MARTHA CABIN - STYLESHEET (v4.1)
   Mobile-First • Premium Dark Mode • Glassmorphism
   ========================================================================== */

:root {
  /* Branding Colors */
  --bg: #050806;
  --accent: #ffb347;
  --accent-soft: #f7a14a;
  --accent-green: #57d18a;
  --accent-red: #ff6b6b;
  --accent-yellow: #ffd93d;

  /* UI Colors */
  --chip-bg: rgba(10, 20, 13, 0.92);
  --text-main: #f8f5ea;
  --text-muted: #aab3a3;
  --card-bg: rgba(5, 10, 7, 0.94);

  /* Effects */
  --shadow-soft: 0 22px 70px rgba(0, 0, 0, 0.85);
  --shadow-hover: 0 12px 32px rgba(255, 179, 71, 0.45);
  --backdrop: blur(16px);

  /* Dimensions & Spacing */
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --max-width: 1120px;
  --tap-min: 48px;
  --input-height: 54px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);

  /* Transitions */
  --ease-elastic: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 80px;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #152018 0, #050806 55%, #020303 100%);
  background-attachment: fixed;
  color: var(--text-main);
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

button {
  cursor: pointer;
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
}

input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

/* ==========================================================================
   NAVBAR
   ========================================================================== */
.top-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  background: linear-gradient(to bottom, rgba(5, 9, 7, 0.98), rgba(5, 9, 7, 0.94));
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.top-nav-inner {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  gap: 12px;
}

.brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: radial-gradient(circle at left, #ffb347 0, #f77f4a 40%, #2c1a10 100%);
  color: #120a04;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.brand-pill .brand-location {
  display: none;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  color: #fef3e0;
  font-size: 9px;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 20px;
  font-size: 13px;
}

.nav-links a {
  padding: 6px 0;
  color: var(--text-muted);
  position: relative;
  transition: color 160ms;
}

.nav-links a:hover {
  color: var(--text-main);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: linear-gradient(90deg, #ffb347, #57d18a);
  border-radius: 999px;
  transform: scaleX(0);
  transition: transform 0.3s var(--ease-elastic);
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.lang-toggle {
  display: inline-flex;
  padding: 3px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lang-btn {
  border: none;
  background: transparent;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 999px;
  transition: all 160ms;
  min-height: var(--tap-min);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-btn.active {
  background: radial-gradient(circle at top, #ffb347 0, #f77f4a 70%);
  color: #110702;
}

/* ==========================================================================
   SECTIONS & BANDS
   ========================================================================== */
.band {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.band-inner {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  padding: 32px 16px 48px;
  position: relative;
  z-index: 1;
}

.band::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.88;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

/* Background Images with Optimizations */
.band--hero::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(5, 10, 7, 0.75) 50%, rgba(0, 0, 0, 0.9) 100%), url("../assets/gallery/Balcony_2.jpg") center/cover no-repeat;
}

.band--about::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(3, 10, 6, 0.8) 50%, rgba(0, 0, 0, 0.9) 100%), url("../assets/gallery/Terraza.jpg") center/cover no-repeat;
}

.band--gallery::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.92) 0%, rgba(5, 12, 8, 0.85) 50%, rgba(0, 0, 0, 0.9) 100%), url("../assets/gallery/Pools.jpg") center/cover no-repeat;
}

.band--calendar::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(5, 12, 8, 0.82) 50%, rgba(0, 0, 0, 0.9) 100%), url("../assets/gallery/Pool_house.jpg") center/cover no-repeat;
}

.band--pricing::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.86) 0%, rgba(10, 15, 10, 0.8) 50%, rgba(0, 0, 0, 0.88) 100%), url("../assets/gallery/Terraza_evento.jpg") center/cover no-repeat;
}

.band--contact::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(8, 12, 10, 0.84) 50%, rgba(0, 0, 0, 0.9) 100%), url("../assets/gallery/Jardin.jpg") center/cover no-repeat;
}

.band--map::before {
  background: linear-gradient(to bottom, rgba(5, 10, 7, 0.9), rgba(0, 0, 0, 0.95)), url("../assets/gallery/Bienvenidos.jpg") center/cover no-repeat;
}

/* Typography */
.section-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-soft);
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(1.5rem, 6vw, 2.6rem);
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.section-sub {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 640px;
  margin-bottom: 32px;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero-kicker {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-soft);
  margin-bottom: 12px;
}

.hero-title {
  font-size: clamp(1.75rem, 7vw, 3.8rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}

.hero-title .highlight {
  color: var(--accent);
  position: relative;
  display: inline-block;
}

.hero-desc {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 560px;
  margin-bottom: 24px;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--chip-bg);
  backdrop-filter: var(--backdrop);
  font-size: 12px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s;
}

.hero-chip:hover {
  transform: translateY(-2px);
  border-color: var(--accent-green);
}

.hero-chip::before {
  content: "✓";
  color: var(--accent-green);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.hero-contact {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.8;
}

.hero-contact strong {
  color: var(--text-main);
}

.hero-contact a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ==========================================================================
   COMPONENTS: Buttons
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  transition: all 160ms;
  min-height: var(--tap-min);
  text-align: center;
  touch-action: manipulation;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(135deg, #ffb347 0%, #f77f4a 100%);
  color: #0f0803;
  box-shadow: 0 8px 24px rgba(255, 179, 71, 0.35);
  width: 100%;
}

.btn-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}

.btn-primary:active:not(:disabled) {
  transform: translateY(0);
}

.btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  filter: grayscale(0.8);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text-main);
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: 100%;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-whatsapp {
  background: #25D366;
  color: white;
  padding: 18px 28px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp:hover {
  background: #22c55e;
  transform: translateY(-2px);
}

/* ==========================================================================
   COMPONENTS: Cards
   ========================================================================== */
.card {
  background: var(--card-bg);
  backdrop-filter: var(--backdrop);
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, border-color 0.2s;
}

.card:hover {
  border-color: rgba(255, 255, 255, 0.15);
}

.card h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px;
  color: var(--accent);
}

.card ul {
  list-style: none;
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-muted);
}

.card li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 4px;
}

.card li::before {
  content: "•";
  color: var(--accent-green);
  font-weight: 700;
  position: absolute;
  left: 0;
}

.about-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

/* ==========================================================================
   GALLERY
   ========================================================================== */
.gallery-section {
  margin-bottom: 32px;
}

.gallery-section:last-child {
  margin-bottom: 0;
}

.gallery-section-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 179, 71, 0.3);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.gallery-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3;
  transition: transform 0.3s var(--ease-elastic);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.gallery-card:hover {
  outline: 2px solid var(--accent);
  z-index: 2;
}

.gallery-card:active {
  transform: scale(0.97);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-card:hover img {
  transform: scale(1.1);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent);
  font-size: 11px;
  font-weight: 600;
  text-shadow: 0 1px 2px black;
}

/* Notes & Warnings */
.info-note {
  font-size: 13px;
  color: var(--text-main);
  background: rgba(87, 209, 138, 0.15);
  padding: 16px;
  border-radius: var(--radius-sm);
  border-left: 4px solid var(--accent-green);
  margin-top: 24px;
  line-height: 1.7;
}

.warning-note {
  font-size: 13px;
  color: var(--text-main);
  background: rgba(255, 217, 61, 0.15);
  padding: 16px;
  border-radius: var(--radius-sm);
  border-left: 4px solid var(--accent-yellow);
  margin-top: 16px;
  line-height: 1.7;
}

/* ==========================================================================
   CALENDAR
   ========================================================================== */
.calendar-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

.calendar-frame iframe {
  width: 100%;
  height: 350px;
  border: none;
}

.calendar-legend {
  background: var(--card-bg);
  backdrop-filter: var(--backdrop);
  padding: 20px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-muted);
}

.calendar-legend strong {
  color: var(--accent);
}

.calendar-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 12px;
}

.calendar-status.available {
  background: rgba(87, 209, 138, 0.2);
  color: var(--accent-green);
  border: 1px solid var(--accent-green);
}

.calendar-status.unavailable {
  background: rgba(255, 107, 107, 0.2);
  color: var(--accent-red);
  border: 1px solid var(--accent-red);
}

.calendar-status.checking {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text-muted);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: pulse 2s infinite;
}

.calendar-status.warning {
  background: rgba(255, 217, 61, 0.2);
  color: var(--accent-yellow);
  border: 1px solid var(--accent-yellow);
}

@keyframes pulse {
  0% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.6;
  }
}

/* ==========================================================================
   PRICING
   ========================================================================== */
.pricing-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.pricing-card {
  background: var(--card-bg);
  backdrop-filter: var(--backdrop);
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.pricing-card.featured {
  border-color: var(--accent);
  background: linear-gradient(135deg, rgba(255, 179, 71, 0.1), rgba(5, 10, 7, 0.94));
}

.pricing-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--accent);
}

.pricing-price {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-main);
}

.pricing-price span {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-muted);
}

.pricing-small {
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-muted);
}

/* Key Info Box */
.key-info-box {
  background: linear-gradient(135deg, rgba(255, 179, 71, 0.2), rgba(87, 209, 138, 0.15));
  border: 2px solid var(--accent);
  border-radius: var(--radius-lg);
  padding: 20px;
  margin-bottom: 32px;
}

.key-info-box h4 {
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  text-align: center;
}

.key-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.key-info-item {
  text-align: center;
}

.key-info-label {
  font-size: 10px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.key-info-value {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-main);
}

/* Policy Box */
.policy-box {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  padding: 20px;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.policy-box h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 12px;
}

.policy-list {
  font-size: 13px;
  line-height: 1.8;
  color: var(--text-muted);
}

.policy-list li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.policy-list li::before {
  content: "→";
  color: var(--accent-soft);
  position: absolute;
  left: 0;
}

/* ==========================================================================
   CONTACT & FORM
   ========================================================================== */
.contact-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.contact-card {
  background: var(--card-bg);
  backdrop-filter: var(--backdrop);
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--accent);
}

.contact-card p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.contact-card strong {
  color: var(--text-main);
}

.contact-card a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.small-note {
  font-size: 12px;
  color: var(--text-muted);
  font-style: italic;
  background: rgba(255, 179, 71, 0.1);
  padding: 16px;
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--accent);
  line-height: 1.7;
}

/* Rental Time Box */
.rental-time-box {
  background: linear-gradient(135deg, rgba(87, 209, 138, 0.15), rgba(255, 179, 71, 0.1));
  border: 2px solid var(--accent-green);
  border-radius: var(--radius-lg);
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}

.rental-time-box h4 {
  color: var(--accent-green);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.rental-time-big {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 8px;
}

.rental-time-detail {
  font-size: 14px;
  color: var(--text-muted);
}

/* Form Fields */
.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field-group.full-width {
  grid-column: 1 / -1;
}

.field-group label {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.field-hint {
  font-size: 11px;
  color: var(--text-muted);
  opacity: 0.8;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 4px;
}

.input,
textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  color: var(--text-main);
  font-size: 16px;
  font-family: inherit;
  transition: all 160ms;
  min-height: var(--input-height);
  width: 100%;
}

.input:focus,
textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(255, 179, 71, 0.15);
}

.input.error {
  border-color: var(--accent-red);
  background: rgba(255, 107, 107, 0.08);
}

.input::placeholder {
  color: rgba(170, 179, 163, 0.6);
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="date"] {
  color-scheme: dark;
}

textarea {
  min-height: 120px;
  resize: vertical;
  max-height: 250px;
  line-height: 1.6;
}

.form-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

/* Price Estimator */
.price-estimator {
  background: linear-gradient(135deg, rgba(255, 179, 71, 0.18), rgba(87, 209, 138, 0.12));
  border: 2px solid var(--accent);
  border-radius: var(--radius-lg);
  padding: 20px;
  margin: 24px 0;
  display: none;
}

.price-estimator.show {
  display: block;
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.price-estimator h4 {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 700;
  color: var(--accent);
}

.price-breakdown {
  font-size: 13px;
  line-height: 2;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.breakdown-line {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.breakdown-line:last-child {
  border-bottom: none;
}

.price-total {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-main);
  margin-top: 16px;
}

.price-deposit {
  font-size: 15px;
  color: var(--accent-green);
  margin-top: 8px;
  font-weight: 600;
}

.extra-guest-note {
  font-size: 12px;
  color: var(--accent-yellow);
  background: rgba(255, 217, 61, 0.12);
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  margin-top: 16px;
  display: none;
  line-height: 1.6;
}

/* Messages */
.error-message {
  background: rgba(255, 107, 107, 0.15);
  border: 1px solid var(--accent-red);
  border-radius: var(--radius-sm);
  padding: 16px;
  margin-top: 16px;
  font-size: 14px;
  color: var(--accent-red);
  display: none;
  line-height: 1.6;
}

.error-message.show {
  display: block;
}

.success-message {
  background: rgba(87, 209, 138, 0.15);
  border: 1px solid var(--accent-green);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  margin-top: 24px;
  text-align: center;
  display: none;
}

.success-message.show {
  display: block;
  animation: slideIn 0.3s ease-out;
}

.success-message .success-icon {
  font-size: 48px;
  margin-bottom: 12px;
}

.success-message h4 {
  font-size: 20px;
  margin: 0 0 8px;
  color: var(--accent-green);
}

.success-message p {
  color: var(--text-muted);
  margin-bottom: 24px;
  line-height: 1.6;
}

/* Map */
.map-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.map-frame iframe {
  width: 100%;
  height: 300px;
  border: none;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.98);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s;
}

.lightbox.open {
  display: flex;
  opacity: 1;
}

.lightbox-img {
  max-width: 100%;
  max-height: calc(100vh - 100px);
  border-radius: var(--radius-md);
  object-fit: contain;
  transform: scale(0.95);
  transition: transform 0.3s;
}

.lightbox.open .lightbox-img {
  transform: scale(1);
}

.lightbox-caption {
  color: var(--text-main);
  font-size: 14px;
  margin-top: 16px;
  text-align: center;
  font-weight: 500;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: white;
  font-size: 28px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  transition: background 0.2s;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: white;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
  left: 16px;
}

.lightbox-next {
  right: 16px;
}

/* Floating WhatsApp */
.floating-whatsapp {
  position: fixed;
  bottom: calc(20px + var(--safe-bottom));
  right: 16px;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: white;
  padding: 16px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  transition: all 160ms;
}

.floating-whatsapp:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.6);
}

.floating-whatsapp:active {
  transform: scale(0.95);
}

.floating-whatsapp-icon {
  font-size: 22px;
}

/* Footer */
footer {
  text-align: center;
  padding: 40px 16px;
  padding-bottom: calc(40px + var(--safe-bottom) + 80px);
  font-size: 12px;
  color: var(--text-muted);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: radial-gradient(circle at bottom, #152018 0, #050806 55%, #020303 100%);
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (min-width: 640px) {
  .band-inner {
    padding: 48px 24px;
  }

  .hero-actions {
    flex-direction: row;
  }

  .btn-primary,
  .btn-secondary {
    width: auto;
    padding: 16px 32px;
  }

  .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .calendar-frame iframe {
    height: 450px;
  }

  .map-frame iframe {
    height: 350px;
  }

  .key-info-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 900px) {
  .top-nav-inner {
    padding: 12px 24px;
  }

  .brand-pill {
    font-size: 11px;
    padding: 6px 16px;
    gap: 10px;
  }

  .brand-pill .brand-location {
    display: inline-block;
  }

  .nav-links {
    display: flex;
  }

  .band-inner {
    padding: 48px 32px 64px;
  }

  .band::before {
    background-attachment: fixed;
  }

  .about-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .contact-grid {
    grid-template-columns: 1fr 1.3fr;
    gap: 32px;
  }

  .calendar-frame iframe {
    height: 550px;
  }

  .map-frame iframe {
    height: 400px;
  }

  .floating-whatsapp {
    bottom: 32px;
    right: 32px;
  }

  footer {
    padding-bottom: 40px;
  }

  .form-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .form-actions .btn {
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}