:root {
  /* Colors */
  --clr-bg:        #0e0608;
  --clr-surface:   #1a090d;
  --clr-surface-2: #241014;
  --clr-primary:   #8b1a30;
  --clr-primary-h: #a82340;
  --clr-accent:    #e8b4be;
  --clr-accent-2:  #d4879a;
  --clr-text:      #f5eeee;
  --clr-text-muted:#b89fa3;
  --clr-border:    rgba(232,180,190,0.12);
  --clr-glass:     rgba(139,26,48,0.15);

  /* Typography */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;

  /* Spacing (8-pt grid) */
  --sp-1:  8px;
  --sp-2:  16px;
  --sp-3:  24px;
  --sp-4:  32px;
  --sp-5:  48px;
  --sp-6:  64px;
  --sp-7:  96px;
  --sp-8:  128px;

  /* Radii */
  --r-sm:  8px;
  --r-md:  16px;
  --r-lg:  24px;
  --r-xl:  40px;

  /* Shadows */
  --shadow-sm:  0 2px 12px rgba(0,0,0,.35);
  --shadow-md:  0 8px 40px rgba(0,0,0,.50);
  --shadow-lg:  0 24px 80px rgba(0,0,0,.65);
  --shadow-glow:0 0 60px rgba(139,26,48,.25);

  /* Transitions */
  --ease: cubic-bezier(.25,.46,.45,.94);
  --dur:  .4s;
}

/* ── RESET ────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--clr-bg);
  color: var(--clr-text);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }

/* ═══════════════════════════════════════════════
   NAVBAR
═══════════════════════════════════════════════ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease),
              backdrop-filter var(--dur) var(--ease);
}

.navbar.scrolled {
  background: rgba(14,6,8,.88);
  backdrop-filter: blur(20px) saturate(160%);
  box-shadow: 0 1px 0 var(--clr-border), var(--shadow-sm);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: var(--sp-3) var(--sp-5);
  height: 72px;
}

.logo img {
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  transition: opacity var(--dur) var(--ease);
}
.logo img:hover { opacity: .8; }

.nav-links {
  display: flex;
  list-style: none;
  gap: var(--sp-5);
}

.nav-links a {
  font-family: var(--font-body);
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(245,238,238,.75);
  position: relative;
  padding-bottom: 3px;
  transition: color var(--dur) var(--ease);
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1px;
  background: var(--clr-accent);
  transition: width var(--dur) var(--ease);
}

.nav-links a:hover         { color: var(--clr-accent); }
.nav-links a:hover::after  { width: 100%; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: var(--sp-1);
}
.hamburger span {
  display: block;
  width: 24px; height: 1.5px;
  background: var(--clr-text);
  border-radius: 2px;
  transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ═══════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════ */
#home {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('images/elol_3.jpeg');
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  animation: heroZoom 14s ease-in-out infinite alternate;
}

@keyframes heroZoom {
  from { transform: scale(1.06); }
  to   { transform: scale(1.12); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(14,6,8,.80) 0%,
    rgba(139,26,48,.35) 50%,
    rgba(14,6,8,.92) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 var(--sp-4);
  max-width: 800px;
}

.hero-eyebrow {
  font-family: var(--font-body);
  font-size: .8rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--clr-accent-2);
  margin-bottom: var(--sp-3);
  opacity: 0;
  animation: fadeUp .8s var(--ease) .3s forwards;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 300;
  line-height: 1.0;
  margin-bottom: var(--sp-3);
}

.hero-title-main {
  display: block;
  font-size: clamp(72px, 11vw, 148px);
  color: var(--clr-text);
  opacity: 0;
  animation: fadeUp .9s var(--ease) .5s forwards;
}

.hero-title-sub {
  display: block;
  font-size: clamp(32px, 5vw, 64px);
  font-style: italic;
  color: var(--clr-accent);
  opacity: 0;
  animation: fadeUp .9s var(--ease) .7s forwards;
}

.hero-tagline {
  font-size: 1.05rem;
  color: var(--clr-text-muted);
  letter-spacing: .04em;
  margin-bottom: var(--sp-5);
  opacity: 0;
  animation: fadeUp .9s var(--ease) .9s forwards;
}

.hero-actions {
  display: flex;
  gap: var(--sp-3);
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp .9s var(--ease) 1.1s forwards;
}

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-1);
  padding: 14px 36px;
  background: var(--clr-primary);
  color: var(--clr-text);
  border: none;
  border-radius: var(--r-sm);
  font-family: var(--font-body);
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--dur) var(--ease),
              transform var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
}
.btn-primary:hover {
  background: var(--clr-primary-h);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(139,26,48,.45);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 14px 36px;
  background: rgba(245,238,238,.07);
  color: var(--clr-text);
  border: 1px solid var(--clr-border);
  border-radius: var(--r-sm);
  font-family: var(--font-body);
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  transition: background var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              transform var(--dur) var(--ease);
}
.btn-ghost:hover {
  background: rgba(232,180,190,.12);
  border-color: var(--clr-accent);
  transform: translateY(-3px);
}

/* Scroll hint */
.hero-scroll-hint {
  position: absolute;
  bottom: var(--sp-5);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  animation: fadeIn 1s var(--ease) 1.8s forwards;
}
.hero-scroll-hint span {
  display: block;
  width: 1px;
  height: 56px;
  background: linear-gradient(to bottom, transparent, var(--clr-accent));
  margin: 0 auto;
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%,100% { opacity: .3; transform: scaleY(.8); }
  50%      { opacity: 1;  transform: scaleY(1.1); }
}

/* ═══════════════════════════════════════════════
   ABOUT / FEATURE CARDS
═══════════════════════════════════════════════ */
#about {
  padding: var(--sp-8) var(--sp-4);
  background: var(--clr-surface);
}

.section-header {
  text-align: center;
  margin-bottom: var(--sp-6);
}

.section-eyebrow {
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--clr-accent-2);
  margin-bottom: var(--sp-2);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 300;
  color: var(--clr-text);
  line-height: 1.1;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-3);
  max-width: 1400px;
  margin: 0 auto;
}

.feature-card {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--clr-surface-2);
  border: 1px solid var(--clr-border);
  display: flex;
  flex-direction: column;
  transition: transform var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease),
              border-color var(--dur) var(--ease);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg), var(--shadow-glow);
  border-color: rgba(232,180,190,.28);
}

.feature-card-img {
  height: 240px;
  background-image: var(--card-img);
  background-size: cover;
  background-position: center;
  transition: transform .7s var(--ease);
}

.feature-card:hover .feature-card-img {
  transform: scale(1.06);
}

.feature-card-body {
  padding: var(--sp-4);
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  flex: 1;
}

.feature-card-body i {
  font-size: 1.2rem;
  color: var(--clr-accent-2);
}

.feature-card-body h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--clr-text);
  line-height: 1.1;
}

.feature-card-body p {
  font-size: .875rem;
  color: var(--clr-text-muted);
  flex: 1;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--clr-accent);
  margin-top: auto;
  transition: gap var(--dur) var(--ease), color var(--dur) var(--ease);
}
.feature-card:hover .card-link { gap: 10px; color: var(--clr-text); }

/* ═══════════════════════════════════════════════
   PRICING
═══════════════════════════════════════════════ */
#pricing {
  padding: var(--sp-8) var(--sp-4);
  background: var(--clr-bg);
  position: relative;
}

#pricing::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 1px; height: 80px;
  background: linear-gradient(to bottom, transparent, var(--clr-primary));
}

.pricing-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.pricing-card {
  background: var(--clr-surface);
  border: 1px solid var(--clr-border);
  border-radius: var(--r-xl);
  padding: var(--sp-6) var(--sp-7);
  margin-top: var(--sp-5);
  position: relative;
  overflow: hidden;
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139,26,48,.18), transparent 70%);
  pointer-events: none;
}

.pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--sp-4);
  padding: var(--sp-3) 0;
}

.pricing-label {
  font-size: .95rem;
  color: var(--clr-text-muted);
}
.pricing-label em {
  font-style: normal;
  font-size: .82rem;
  color: rgba(184,159,163,.6);
}

.pricing-value {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--clr-accent);
  white-space: nowrap;
}

.pricing-divider {
  height: 1px;
  background: var(--clr-border);
  border: none;
}

.pricing-footer {
  margin-top: var(--sp-4);
  padding-top: var(--sp-4);
  border-top: 1px solid var(--clr-border);
  text-align: center;
}

.pricing-footer p {
  font-size: .82rem;
  color: rgba(184,159,163,.55);
  margin-top: var(--sp-1);
}

.pricing-ntak {
  letter-spacing: .05em;
  font-size: .75rem !important;
}

/* ═══════════════════════════════════════════════
   CONTACT
═══════════════════════════════════════════════ */
#contact {
  padding: var(--sp-8) var(--sp-4);
  background: var(--clr-surface);
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--sp-3);
  max-width: 1100px;
  margin: var(--sp-5) auto 0;
}

.contact-item {
  flex: 1 1 280px;
  max-width: 340px;
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  background: var(--clr-surface-2);
  border: 1px solid var(--clr-border);
  border-radius: var(--r-lg);
  padding: var(--sp-4) var(--sp-5);
  transition: transform var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
  text-decoration: none;
  color: inherit;
}

.contact-item:hover {
  transform: translateY(-6px);
  border-color: rgba(232,180,190,.3);
  box-shadow: var(--shadow-md), var(--shadow-glow);
}

.contact-icon-wrap {
  flex-shrink: 0;
  width: 52px; height: 52px;
  background: rgba(139,26,48,.25);
  border: 1px solid rgba(139,26,48,.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--clr-accent);
  transition: background var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.contact-item:hover .contact-icon-wrap {
  background: rgba(139,26,48,.5);
  transform: scale(1.1);
}

.contact-label {
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--clr-text-muted);
  margin-bottom: 2px;
}

.contact-value {
  font-size: 1rem;
  color: var(--clr-text);
  font-weight: 400;
}

/* ═══════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════ */
footer {
  background: var(--clr-bg);
  border-top: 1px solid var(--clr-border);
  padding: var(--sp-7) var(--sp-4) var(--sp-4);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: var(--sp-5);
  padding-bottom: var(--sp-5);
  border-bottom: 1px solid var(--clr-border);
}

.footer-logo {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: var(--sp-2);
}

.footer-tagline {
  font-size: .85rem;
  color: var(--clr-accent-2);
  letter-spacing: .04em;
}

.footer-col h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: var(--sp-3);
  color: var(--clr-accent);
}

.footer-col p {
  font-size: .875rem;
  color: var(--clr-text-muted);
  margin-bottom: var(--sp-1);
  display: flex;
  align-items: center;
  gap: var(--sp-1);
}

.footer-col p i { color: var(--clr-primary); }

.footer-link {
  font-size: .875rem;
  color: var(--clr-accent);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color var(--dur) var(--ease), gap var(--dur) var(--ease);
}
.footer-link:hover { color: var(--clr-text); gap: 10px; }

.footer-bottom {
  text-align: center;
  margin-top: var(--sp-4);
  font-size: .78rem;
  color: rgba(184,159,163,.4);
  letter-spacing: .04em;
}

/* ═══════════════════════════════════════════════
   SUBPAGES — Rooms / Yard / Spa / City
═══════════════════════════════════════════════ */
.page-hero {
  height: 42vh;
  min-height: 280px;
  background: linear-gradient(to bottom, var(--clr-surface) 0%, var(--clr-bg) 100%);
  display: flex;
  align-items: flex-end;
  padding: 0 var(--sp-4) var(--sp-6);
}

.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 300;
  color: var(--clr-text);
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

/* Room layout */
.room {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: var(--sp-6);
  max-width: 1280px;
  margin: var(--sp-8) auto;
  padding: 0 var(--sp-5);
}

.room.reverse { direction: rtl; }
.room.reverse > * { direction: ltr; }

.room img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  transition: transform .7s var(--ease);
}
.room img:hover { transform: scale(1.025); }

.room-text {
  backdrop-filter: blur(20px) saturate(140%);
  background: rgba(26,9,13,.65);
  border: 1px solid var(--clr-border);
  border-radius: var(--r-xl);
  padding: var(--sp-6) var(--sp-6);
  box-shadow: var(--shadow-md),
    inset 0 1px 0 rgba(255,255,255,.06);
  position: relative;
  overflow: hidden;
}

.room-text::before {
  content: '';
  position: absolute;
  inset: 0; border-radius: var(--r-xl);
  background: linear-gradient(120deg, rgba(255,255,255,.04), transparent 40%);
  pointer-events: none;
}

.room-text h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 400;
  color: var(--clr-text);
  margin-bottom: var(--sp-3);
  line-height: 1.1;
}

.tab-text {
  font-size: .95rem;
  line-height: 1.9;
  color: var(--clr-text-muted);
}

hr.section-divider {
  border: none;
  height: 1px;
  width: 60%;
  margin: var(--sp-8) auto var(--sp-6);
  background: linear-gradient(to right, transparent, var(--clr-border), transparent);
}

/* ═══════════════════════════════════════════════
   SUBPAGE HERO — replaces the full-screen hero
   on rooms / yard / spa / city / gallery pages
═══════════════════════════════════════════════ */
.subpage-hero {
  padding: 140px var(--sp-5) var(--sp-6);
  background: linear-gradient(
    160deg,
    var(--clr-surface) 0%,
    var(--clr-bg) 100%
  );
  border-bottom: 1px solid var(--clr-border);
  position: relative;
  overflow: hidden;
}

/* decorative radial glow */
.subpage-hero::before {
  content: '';
  position: absolute;
  top: -60px; left: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139,26,48,.14), transparent 70%);
  pointer-events: none;
}

.subpage-hero .section-eyebrow {
  margin-bottom: var(--sp-2);
}

.subpage-hero-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 7vw, 88px);
  font-weight: 300;
  color: var(--clr-text);
  line-height: 1.05;
  max-width: 900px;
}

/* wrapper that adds top spacing after fixed navbar on subpages */
.subpage-main {
  padding-bottom: var(--sp-5);
}

/* ── GALLERY ───────────────────────────────── */
.gallery-container {
  background: var(--clr-bg);
  padding: var(--sp-5) var(--sp-4) var(--sp-7);
  min-height: 60vh;
}

.gallery {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.gallery-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--r-md);
  cursor: pointer;
  transition: transform var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
}
.gallery-image:hover {
  transform: scale(1.04);
  box-shadow: var(--shadow-md);
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.92);
  backdrop-filter: blur(12px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
}
.lightbox-image {
  max-width: 88%;
  max-height: 88%;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
}
.lightbox .close {
  position: absolute;
  top: 24px; right: 32px;
  font-size: 36px;
  color: rgba(255,255,255,.6);
  cursor: pointer;
  line-height: 1;
  transition: color var(--dur) var(--ease);
}
.lightbox .close:hover { color: #fff; }
.lightbox .prev,
.lightbox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  color: rgba(255,255,255,.5);
  cursor: pointer;
  user-select: none;
  transition: color var(--dur) var(--ease);
  padding: var(--sp-2);
}
.lightbox .prev { left: 20px; }
.lightbox .next { right: 20px; }
.lightbox .prev:hover,
.lightbox .next:hover { color: #fff; }

/* ═══════════════════════════════════════════════
   REVEAL ANIMATIONS
═══════════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.reveal.active { opacity: 1; transform: translateY(0); }

.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .34s; }
.delay-4 { transition-delay: .46s; }

/* ── keyframes ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ═══════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════ */

/* ── 1200px ── */
@media (max-width: 1200px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .room { gap: var(--sp-5); }
  .room img { height: 420px; }
}

/* ── 900px ── */
@media (max-width: 900px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .room { grid-template-columns: 1fr; }
  .room.reverse { direction: ltr; }
  .room img { height: 360px; }
}

/* ── 768px ── */
@media (max-width: 768px) {
  /* Navbar mobile */
  .nav-links {
    position: fixed;
    top: 72px; left: 0; right: 0;
    background: rgba(14,6,8,.96);
    backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s var(--ease);
    border-bottom: 1px solid var(--clr-border);
  }
  .nav-links.open {
    max-height: 400px;
  }
  .nav-links li { width: 100%; text-align: center; }
  .nav-links a {
    display: block;
    padding: var(--sp-3) var(--sp-4);
    font-size: 1rem;
  }

  .hamburger { display: flex; }

  /* Hero */
  .hero-actions { flex-direction: column; align-items: center; }
  .btn-primary, .btn-ghost { width: 100%; max-width: 280px; justify-content: center; }

  /* Cards */
  .card-grid { grid-template-columns: 1fr; max-width: 440px; }
  .feature-card-img { height: 200px; }

  /* Pricing */
  .pricing-card { padding: var(--sp-4) var(--sp-4); }
  .pricing-row { flex-direction: column; gap: 4px; }
  .pricing-value { font-size: 1.3rem; }

  /* Contact */
  .contact-item { max-width: 100%; flex: 1 1 100%; }

  /* Gallery */
  .gallery { grid-template-columns: repeat(2, 1fr); }

  /* Footer */
  .footer-inner { grid-template-columns: 1fr; gap: var(--sp-4); }
  .footer-brand { grid-column: auto; }
}

/* ── 480px ── */
@media (max-width: 480px) {
  .nav-inner { padding: var(--sp-2) var(--sp-3); }
  .hero-title-main { font-size: 56px; }
  .hero-title-sub  { font-size: 28px; }
  .room { margin: var(--sp-6) auto; padding: 0 var(--sp-3); }
  .room img { height: 280px; border-radius: var(--r-lg); }
  .room-text { padding: var(--sp-4) var(--sp-4); border-radius: var(--r-lg); }
  .gallery { grid-template-columns: 1fr; }
  .pricing-card { border-radius: var(--r-lg); }
}