:root {
  --ink: #0d1024;
  --muted: rgba(13, 16, 36, 0.68);
  --rose: #cfd2d4;
  --rose-soft: #eef0f2;
  --glass: rgba(255, 255, 255, 0.52);
  --glass-strong: rgba(255, 255, 255, 0.72);
  --white: #fff;
  --green: #21c864;
  --green-dark: #10a94d;
  --black: #070707;
  --radius-xl: 30px;
  --shadow: 0 28px 90px rgba(42, 19, 25, 0.22);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.72), transparent 26%),
    radial-gradient(circle at 84% 32%, rgba(146, 153, 160, 0.24), transparent 30%),
    linear-gradient(180deg, #f2f3f4 0%, #d6d9dc 42%, #b7bdc3 100%);
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: min(1120px, calc(100vw - 32px));
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: translateX(-50%);
}

.brand {
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  height: 68px;
  padding: 7px 16px 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

.brand-logo img {
  display: block;
  width: 260px;
  height: auto;
  max-height: 68px;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav a,
.button,
.glass-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.1;
}

.nav a {
  color: rgba(13, 16, 36, 0.76);
}

.nav a:not(.nav-cta) {
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.nav .nav-cta,
.button.primary {
  color: #fff;
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.68), transparent 34%),
    linear-gradient(145deg, #3bea82, #14b653);
  box-shadow: 0 16px 36px rgba(20, 182, 83, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.button.secondary,
.glass-link {
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.75);
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.82), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.42));
  box-shadow: 0 14px 30px rgba(42, 19, 25, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 128px 16px 44px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.02)),
    url("assets/hero-interior.png") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 56% 31%, rgba(255, 255, 255, 0.14), transparent 18%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.18), transparent 44%);
}

.hero-image-logo {
  position: absolute;
  top: 26%;
  left: 50%;
  z-index: 1;
  width: min(620px, 45vw);
  height: auto;
  opacity: 0.74;
  filter:
    grayscale(1)
    invert(1)
    brightness(2.05)
    contrast(1.28)
    drop-shadow(0 1px 0 rgba(0, 0, 0, 0.7))
    drop-shadow(0 10px 22px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 26px rgba(255, 255, 255, 0.26));
  mix-blend-mode: normal;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
}

.hero-card {
  position: relative;
  z-index: 2;
  width: min(610px, 100%);
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08) 44%, rgba(255, 255, 255, 0.04)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(28px) saturate(170%);
  -webkit-backdrop-filter: blur(28px) saturate(170%);
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.eyebrow.dark {
  color: rgba(13, 16, 36, 0.56);
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.25rem, 5.4vw, 4.35rem);
  line-height: 0.95;
}

.hero-card p {
  max-width: 620px;
  margin: 20px auto 0;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.section {
  padding: 88px 16px;
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.section-title {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-title h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
}

.section-title p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card,
.booking-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.42) 34%, rgba(255, 255, 255, 0.2) 70%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.22));
  box-shadow: 0 26px 70px rgba(42, 19, 25, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.service-content {
  padding: 24px;
}

.service-content h3 {
  font-size: 1.35rem;
}

.service-content p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.service-content h4 {
  margin: 22px 0 10px;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-content ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.45;
}

.booking-section {
  padding-top: 38px;
}

.booking-card {
  width: min(620px, 100%);
  margin: 0 auto;
  padding: 36px;
}

.booking-card h1 {
  font-size: clamp(2.2rem, 7vw, 4.2rem);
  line-height: 1;
}

.booking-card p {
  color: var(--muted);
  line-height: 1.6;
}

.field-group {
  margin: 22px 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 9px;
}

.field-group legend,
.input-label {
  font-weight: 850;
}

.check-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.3));
  box-shadow: 0 12px 26px rgba(42, 19, 25, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.check-option input {
  width: 16px;
  height: 16px;
  accent-color: var(--green);
}

.input-label {
  display: block;
  margin: 18px 0 8px;
}

.input {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.36));
  box-shadow: 0 12px 26px rgba(42, 19, 25, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  color: var(--ink);
  font: inherit;
}

.error {
  min-height: 1.25em;
  color: #b00020;
  font-weight: 800;
}

.site-footer {
  padding: 34px 16px;
  text-align: center;
  color: var(--muted);
}

.site-footer a {
  color: inherit;
  text-decoration: none;
  font-weight: 800;
}

.legal-section {
  min-height: 100svh;
  padding-top: 120px;
}

.legal-card {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4) 38%, rgba(255, 255, 255, 0.2)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.2));
  box-shadow: 0 24px 64px rgba(42, 19, 25, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
}

.legal-card h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
}

.legal-card h2 {
  margin-top: 30px;
  font-size: 1.25rem;
}

.legal-card p {
  color: var(--muted);
  line-height: 1.65;
}

.legal-card a {
  color: var(--ink);
  font-weight: 800;
}

.legal-note {
  margin-top: 34px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.48);
}

.reviews-section,
.home-booking {
  padding-top: 54px;
}

.reviews-overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4) 38%, rgba(255, 255, 255, 0.2)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.2));
  box-shadow: 0 24px 64px rgba(42, 19, 25, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
}

.reviews-overview h3 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.reviews-overview p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.6;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.review-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.38) 40%, rgba(255, 255, 255, 0.18)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.18));
  box-shadow: 0 20px 54px rgba(42, 19, 25, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px) saturate(165%);
  -webkit-backdrop-filter: blur(20px) saturate(165%);
}

.review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.review-head strong {
  font-size: 1.05rem;
}

.review-head span {
  color: #e6a700;
  letter-spacing: 0.04em;
}

.review-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 860px) {
  .site-header {
    top: 12px;
  }

  .brand {
    font-size: 0.92rem;
  }

  .brand-logo {
    height: 56px;
    padding: 5px 10px 5px 6px;
  }

  .brand-logo img {
    width: 190px;
    max-height: 58px;
  }

  .nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    padding-top: 96px;
  }

  .hero-image-logo {
    top: 24%;
    left: 50%;
    width: min(390px, 84vw);
    opacity: 0.58;
  }

  .hero-card {
    padding: 22px;
    border-radius: 26px;
  }

  .hero-actions,
  .booking-actions {
    display: grid;
  }

  .services {
    grid-template-columns: 1fr;
  }

  .reviews-overview {
    display: grid;
    padding: 24px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 16px;
  }

  .booking-card {
    padding: 24px;
    border-radius: 26px;
  }

  .legal-section {
    padding-top: 96px;
  }

  .legal-card {
    padding: 24px;
    border-radius: 24px;
  }
}
