@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap');

:root {
  --uhla-bg: #071015;
  --uhla-bg-soft: #0b151b;
  --uhla-panel: rgba(12, 20, 26, 0.72);
  --uhla-panel-strong: rgba(16, 24, 31, 0.9);
  --uhla-border: rgba(255, 255, 255, 0.09);
  --uhla-text: #f5f1ea;
  --uhla-muted: #a8b2ba;
  --uhla-accent: #d6b08c;
  --uhla-accent-2: #89d2c8;
  --uhla-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --uhla-radius-xl: 32px;
  --uhla-radius-lg: 24px;
  --uhla-radius-md: 18px;
  --uhla-radius-sm: 14px;
  --uhla-container: 1200px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(217, 176, 140, 0.15), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(137, 210, 200, 0.14), transparent 24%),
    linear-gradient(180deg, #0a1116 0%, #071015 42%, #05090c 100%);
  color: var(--uhla-text);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255,255,255,.03), transparent 45%),
    linear-gradient(200deg, rgba(255,255,255,.02), transparent 35%);
  opacity: .5;
  z-index: 0;
}

main,
.site-header,
.site-footer {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--uhla-accent);
}

.site-container {
  max-width: var(--uhla-container);
}

.site-topbar {
  border-bottom: 1px solid var(--uhla-border);
  backdrop-filter: blur(18px);
  background: rgba(5, 9, 12, 0.72);
}

.site-topbar__eyebrow,
.site-topbar__contacts a,
.site-footer__meta,
.site-footer__note {
  color: var(--uhla-muted);
  font-size: 0.9rem;
}

.site-topbar__contacts {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-navbar {
  padding: 1rem 0;
  background: rgba(7, 16, 21, 0.74);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar-toggler {
  border: 1px solid var(--uhla-border);
  box-shadow: none !important;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.site-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0.1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-brand__line {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  color: var(--uhla-text);
}

.site-brand__sub {
  font-size: 0.78rem;
  line-height: 1;
  color: var(--uhla-muted);
  letter-spacing: 0.22em;
}

.navbar-nav .nav-link {
  color: var(--uhla-muted);
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.75rem 1rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--uhla-text);
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.85rem 1.2rem;
}

.btn-brand {
  background: linear-gradient(135deg, var(--uhla-accent) 0%, #f3d7bb 100%);
  color: #0a1116;
  border: 0;
  box-shadow: 0 16px 30px rgba(214, 176, 140, 0.22);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #071015;
  filter: brightness(1.02);
}

.btn-brand-outline {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.14);
  color: var(--uhla-text);
}

.btn-brand-outline:hover,
.btn-brand-outline:focus {
  background: rgba(255,255,255,.08);
  color: var(--uhla-text);
}

.site-main {
}

.section-space {
  margin-top: 1.25rem;
}

.section {
  padding: 3rem 0;
}

.section--tight {
  padding-top: 1.5rem;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--uhla-accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 800;
}

.section-eyebrow::before {
  content: "";
  width: 2.2rem;
  height: 1px;
  background: linear-gradient(90deg, var(--uhla-accent), transparent);
}

.section-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin: 0;
}

.section-title--xl {
  font-size: clamp(2.6rem, 5vw, 5.6rem);
}

.section-title--lg {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.lead-soft {
  color: var(--uhla-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.card-surface {
  background: var(--uhla-panel);
  border: 1px solid var(--uhla-border);
  border-radius: var(--uhla-radius-xl);
  box-shadow: var(--uhla-shadow);
  backdrop-filter: blur(18px);
}

.card-surface--strong {
  background: var(--uhla-panel-strong);
}

.hero {
  padding: 1rem 0 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 1.5rem;
  align-items: stretch;
}

.hero-copy {
  padding: clamp(1.4rem, 3vw, 2.6rem);
  min-height: 100%;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--uhla-border);
  color: #fff;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hero-kicker__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--uhla-accent), var(--uhla-accent-2));
  box-shadow: 0 0 0 6px rgba(214, 176, 140, 0.09);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.stat-card {
  padding: 1rem;
  border-radius: var(--uhla-radius-md);
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}

.stat-card__value {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.stat-card__label {
  color: var(--uhla-muted);
  font-size: 0.86rem;
}

.video-frame {
  padding: 0.85rem;
  overflow: hidden;
}

.video-frame .ratio {
  border-radius: calc(var(--uhla-radius-xl) - 8px);
  overflow: hidden;
  background: #05090c;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.hero-side {
  display: grid;
  gap: 1rem;
}

.hero-image {
  min-height: 240px;
  border-radius: var(--uhla-radius-xl);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,9,12,0.05), rgba(5,9,12,0.66));
}

.hero-side__panel {
  padding: 1.3rem;
}

.panel-list {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.panel-list li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  color: var(--uhla-muted);
}

.panel-list__icon {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: rgba(214, 176, 140, 0.14);
  color: var(--uhla-accent);
}

.panel-list strong {
  color: var(--uhla-text);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  padding: 1.2rem;
  min-height: 100%;
}

.feature-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(214, 176, 140, 0.16), rgba(137, 210, 200, 0.16));
  color: var(--uhla-accent);
  margin-bottom: 1rem;
}

.feature-card p,
.room-card p,
.gallery-card p,
.step-card p,
.contact-card p {
  color: var(--uhla-muted);
}

.room-card,
.gallery-card,
.step-card,
.contact-card {
  overflow: hidden;
}

.room-card__image,
.gallery-card__image {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
}

.room-card__body,
.gallery-card__body,
.step-card__body,
.contact-card__body {
  padding: 1.2rem;
}

.room-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  color: var(--uhla-muted);
  font-size: 0.88rem;
  margin-bottom: 0.9rem;
}

.room-meta__tag {
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--uhla-text);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tag-pill {
  padding: 0.48rem 0.75rem;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--uhla-muted);
  font-size: 0.88rem;
}

.image-tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--uhla-radius-lg);
  min-height: 100%;
}

.image-tile img,
.room-card__image,
.gallery-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-tile__caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(7, 16, 21, 0.7);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}

.step-card__number {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: var(--uhla-accent);
  margin-bottom: 0.8rem;
}

.booking-form .form-label,
.contact-form .form-label {
  color: var(--uhla-muted);
  font-weight: 700;
  font-size: 0.9rem;
}

.form-control,
.form-select,
textarea.form-control {
  background: rgba(255,255,255,.04);
  color: var(--uhla-text);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 0.95rem 1rem;
}

.form-control:focus,
.form-select:focus,
textarea.form-control:focus {
  border-color: rgba(214, 176, 140, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(214, 176, 140, 0.12);
  background: rgba(255,255,255,.055);
  color: var(--uhla-text);
}

.form-control::placeholder,
textarea.form-control::placeholder {
  color: rgba(168, 178, 186, 0.65);
}

.input-group-text {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  color: var(--uhla-muted);
  border-radius: 16px;
}

.booking-form .card-surface,
.contact-form .card-surface {
  padding: 1.4rem;
}

.cta-banner {
  padding: 0;
}

.cta-banner__inner {
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.footer {
  padding: 1.5rem 0 2rem;
}

.footer__inner {
  padding: 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 1fr;
  gap: 1rem;
}

.footer-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--uhla-text);
  margin-bottom: 0.85rem;
}

.footer-links {
  display: grid;
  gap: 0.55rem;
}

.footer-links a,
.footer-contact a {
  color: var(--uhla-muted);
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--uhla-text);
}

.footer-credit {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.08);
  color: var(--uhla-muted);
  font-size: 0.92rem;
}

.footer-credit a {
  color: var(--uhla-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-hero {
  padding: 1rem 0 0;
}

.page-hero__panel {
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

.page-hero__image {
  min-height: 360px;
  border-radius: var(--uhla-radius-xl);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.page-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,9,12,0.16), rgba(5,9,12,0.72));
}

.page-hero__content {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
}

.article-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.4rem;
}

.article-body {
  padding: 1.4rem;
}

.article-body p,
.article-body li {
  color: var(--uhla-muted);
}

.article-body ul {
  padding-left: 1.1rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.gallery-grid .gallery-card:nth-child(1) { grid-column: span 7; }
.gallery-grid .gallery-card:nth-child(2) { grid-column: span 5; }
.gallery-grid .gallery-card:nth-child(3) { grid-column: span 4; }
.gallery-grid .gallery-card:nth-child(4) { grid-column: span 4; }
.gallery-grid .gallery-card:nth-child(5) { grid-column: span 4; }
.gallery-grid .gallery-card:nth-child(6) { grid-column: span 6; }
.gallery-grid .gallery-card:nth-child(7) { grid-column: span 6; }



.map-card__frame {
  min-height: 100%;
  border-radius: var(--uhla-radius-xl);
  overflow: hidden;
}

.map-card__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(41, 167, 26, 0.94), rgba(31, 138, 20, 0.94));
  color: #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,.28);
}

.floating-whatsapp:hover {
  color: #fff;
  transform: translateY(-1px);
}

.small-muted {
  color: var(--uhla-muted);
  font-size: 0.92rem;
}

.text-accent {
  color: var(--uhla-accent);
}

.border-soft {
  border-color: rgba(255,255,255,.08) !important;
}

.bg-panel {
  background: rgba(255,255,255,.03);
}

@media (max-width: 1199.98px) {
  .hero-grid,
  .article-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid .gallery-card:nth-child(n) {
    grid-column: span 6;
  }
}

@media (max-width: 767.98px) {
  .site-topbar__contacts {
    justify-content: flex-start;
  }

  .site-brand__line {
    font-size: 1.05rem;
  }

  .hero-copy,
  .page-hero__panel,
  .article-body,
  .footer__inner,
  .cta-banner__inner {
    padding: 1.1rem;
  }

  .hero-stats,
  .grid-4,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .cta-banner__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating-whatsapp {
    right: 0.75rem;
    left: 0.75rem;
    justify-content: center;
  }
}
