:root {
  --ink: #111312;
  --muted: #626866;
  --paper: #f7f7f2;
  --surface: #ffffff;
  --line: rgba(17, 19, 18, 0.12);
  --teal: #006d77;
  --teal-dark: #043f46;
  --amber: #d88a1d;
  --sage: #7a946b;
  --shadow: 0 24px 70px rgba(17, 19, 18, 0.14);
  --radius: 8px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media (min-width: 900px) {
  .package-card {
    min-height: clamp(420px, 36vw, 452px);
    padding-block: clamp(30px, 2.7vw, 40px);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 20;
  width: min(1120px, calc(100% - 24px));
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(247, 247, 242, 0.78);
  box-shadow: 0 18px 50px rgba(17, 19, 18, 0.1);
  backdrop-filter: blur(22px) saturate(1.35);
  transform: translateX(-50%);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 42px rgba(17, 19, 18, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.site-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(17, 19, 18, 0.78);
  font-size: 0.92rem;
  transition: background 160ms ease, color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(17, 19, 18, 0.08);
  color: var(--ink);
}

.menu-toggle {
  display: none;
  position: relative;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 19, 18, 0.08);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: var(--ink);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.menu-toggle span:nth-child(2) {
  transform: translate(-50%, calc(-50% - 4px));
}

.menu-toggle span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 4px));
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: #dfe7e5;
}

.hero-picture {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(247, 247, 242, 0.94) 0%, rgba(247, 247, 242, 0.72) 36%, rgba(247, 247, 242, 0.14) 72%),
    linear-gradient(0deg, rgba(17, 19, 18, 0.38) 0%, rgba(17, 19, 18, 0) 38%);
}

.hero-content {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 132px 0 72px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(4.5rem, 13vw, 9.5rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 630px;
  margin: 28px 0 0;
  color: rgba(17, 19, 18, 0.82);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
}

.hero-actions,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 760;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.hero-actions {
  margin-top: 34px;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button.primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 16px 34px rgba(17, 19, 18, 0.24);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--teal-dark);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(17, 19, 18, 0.12);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: rgba(17, 19, 18, 0.24);
  box-shadow: 0 12px 28px rgba(17, 19, 18, 0.12);
}

.button.full {
  width: 100%;
}

.signal-strip {
  width: min(1120px, calc(100% - 32px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: -26px auto 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.signal-strip div {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
}

.signal-strip strong {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1;
}

.signal-strip span {
  color: var(--muted);
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 110px 0;
}

.intro-grid,
.reservation {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(32px, 7vw, 86px);
  align-items: start;
}

.intro h2,
.offer h2,
.packages h2,
.method h2,
.testimonials h2,
.pricing h2,
.contact h2,
.faq h2,
.reservation h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.intro-copy {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.8vw, 1.22rem);
}

.intro-copy p,
.section-heading p,
.reservation-copy > p,
.contact-copy p,
.feature-card p,
.review-card blockquote,
.faq-list p,
.timeline p,
.price-card li,
.site-footer span {
  margin: 0;
  color: var(--muted);
}

.offer-grid,
.pricing-grid,
.package-grid {
  display: grid;
  gap: 14px;
  margin-top: 38px;
}

#cenik-balicky {
  scroll-margin-top: clamp(260px, 38vh, 320px);
}

#cenik {
  scroll-margin-top: -28px;
}

#nabidka {
  scroll-margin-top: -28px;
}

#balicky {
  scroll-margin-top: 16px;
}

#faq {
  scroll-margin-top: 0;
}

#rezervace {
  scroll-margin-top: 8px;
}

#rezervacni-formular {
  scroll-margin-top: 110px;
}

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

.feature-card,
.price-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 36px rgba(17, 19, 18, 0.06);
}

.feature-card {
  min-height: 244px;
  padding: 20px;
}

.feature-card,
.price-card {
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.feature-card:hover,
.feature-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(17, 19, 18, 0.12);
}

.feature-card:focus-visible {
  outline: 3px solid rgba(0, 109, 119, 0.34);
  outline-offset: 4px;
}

.icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--teal-dark);
  font-weight: 800;
}

.feature-card:nth-child(1) .icon {
  background: var(--amber);
}

.feature-card:nth-child(2) .icon {
  background: var(--teal);
}

.feature-card:nth-child(4) .icon {
  background: var(--sage);
}

.feature-card:nth-child(5) .icon {
  background: var(--ink);
}

.feature-card:nth-child(6) .icon {
  background: var(--teal-dark);
}

.feature-card h3,
.timeline h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
}

.feature-card h3 {
  margin-bottom: 8px;
  font-size: 1.22rem;
}

.feature-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  color: var(--teal-dark);
  font-weight: 800;
}

.feature-card-cta::after {
  content: "→";
}

.packages {
  padding-top: 72px;
}

.package-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.package-card {
  position: relative;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: clamp(18px, 2.7vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: #fff;
  background:
    radial-gradient(circle at 16% 18%, rgba(216, 138, 29, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 68%, rgba(255, 255, 255, 0.105) 0 1px, transparent 2px),
    linear-gradient(135deg, rgba(0, 109, 119, 0.25), transparent 42%),
    linear-gradient(150deg, transparent 0 58%, rgba(255, 255, 255, 0.074) 58.3%, transparent 58.8% 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.034), rgba(255, 255, 255, 0.034)),
    #0b0d0c;
  background-size: 86px 86px, 64px 64px, auto, auto, auto, auto;
  box-shadow: 0 24px 62px rgba(17, 19, 18, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.package-card > * {
  position: relative;
  z-index: 1;
}

.package-card:hover,
.package-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 32px 74px rgba(17, 19, 18, 0.22);
}

.package-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 7px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.package-card h3 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(1.56rem, 2.18vw, 2.16rem);
  line-height: 1.03;
}

.package-card p {
  max-width: 560px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
  line-height: 1.38;
}

.package-card ul {
  display: grid;
  gap: 7px;
  margin: 0 0 auto;
  padding: 0;
  list-style: none;
}

.package-card li {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.3;
}

.package-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 0.44em;
  border-radius: 50%;
  background: var(--amber);
}

.package-price {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  justify-content: center;
  justify-items: center;
  gap: 3px 4px;
  width: fit-content;
  min-width: 184px;
  max-width: 100%;
  margin: 0 auto 2px;
  padding: 10px 14px 11px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.package-price span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.68rem;
  font-weight: 750;
  text-transform: uppercase;
  transform: translateY(-1px);
}

.package-price strong {
  color: #fff;
  font-size: clamp(1.16rem, 1.75vw, 1.68rem);
  line-height: 1;
  letter-spacing: 0;
}

.package-price small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.15;
}

.package-card .button {
  margin-top: 0;
  min-height: 48px;
  padding-block: 12px;
  font-size: 0.98rem;
  font-weight: 820;
}

.package-card .button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
  border-color: transparent;
}

.package-card .button.secondary:hover,
.package-card .button.secondary:focus-visible {
  background: #fff;
  border-color: #fff;
}

.method {
  width: 100%;
  padding: 24px 0;
}

.method-panel {
  position: relative;
  width: min(1120px, calc(100% - 32px));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(30px, 6vw, 76px);
  margin: 0 auto;
  padding: clamp(36px, 7vw, 74px);
  border-radius: var(--radius);
  color: var(--ink);
  overflow: hidden;
  border: 1px solid rgba(17, 19, 18, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(247, 247, 242, 0.78)),
    #fff;
  box-shadow: 0 24px 70px rgba(17, 19, 18, 0.1);
}

.method-panel::before,
.method-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.method-panel::before {
  opacity: 0.5;
  background:
    radial-gradient(circle at 22% 28%, rgba(216, 138, 29, 0.24) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 18%, rgba(17, 19, 18, 0.12) 0 1px, transparent 2px),
    radial-gradient(circle at 68% 74%, rgba(0, 109, 119, 0.2) 0 2px, transparent 3px),
    radial-gradient(circle at 16% 82%, rgba(17, 19, 18, 0.1) 0 1px, transparent 2px);
  background-size: 88px 88px, 72px 72px, 104px 104px, 58px 58px;
}

.method-panel::after {
  opacity: 0.42;
  background:
    linear-gradient(115deg, transparent 0 22%, rgba(17, 19, 18, 0.08) 22.2%, transparent 22.7% 100%),
    linear-gradient(158deg, transparent 0 52%, rgba(0, 109, 119, 0.16) 52.2%, transparent 52.8% 100%),
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(17, 19, 18, 0.05) 43px 44px);
}

.method-panel > :not(.method-pattern) {
  position: relative;
  z-index: 1;
}

.method-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.pattern-rocket,
.pattern-arrow,
.pattern-formula {
  position: absolute;
  display: block;
  color: rgba(17, 19, 18, 0.18);
}

.pattern-rocket {
  left: 9%;
  bottom: 13%;
  width: 22px;
  height: 48px;
  border: 2px solid rgba(17, 19, 18, 0.18);
  border-radius: 50% 50% 42% 42%;
  background:
    radial-gradient(circle at 50% 34%, rgba(216, 138, 29, 0.64) 0 4px, transparent 5px),
    linear-gradient(180deg, rgba(17, 19, 18, 0.08), rgba(17, 19, 18, 0.02));
  box-shadow: 0 0 32px rgba(0, 109, 119, 0.14);
  transform: rotate(-34deg);
}

.pattern-rocket::before,
.pattern-rocket::after {
  content: "";
  position: absolute;
  bottom: -12px;
}

.pattern-rocket::before {
  left: -8px;
  width: 36px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(17, 19, 18, 0.12);
  border-top: 0;
}

.pattern-rocket::after {
  left: 7px;
  width: 8px;
  height: 18px;
  border-radius: 999px;
  background: rgba(216, 138, 29, 0.48);
  filter: blur(0.2px);
}

.pattern-arrow {
  width: 88px;
  height: 2px;
  border-radius: 999px;
  background: rgba(17, 19, 18, 0.18);
  box-shadow: 0 0 28px rgba(0, 109, 119, 0.14);
}

.pattern-arrow::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -1px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(17, 19, 18, 0.22);
  border-right: 2px solid rgba(17, 19, 18, 0.22);
  transform: rotate(45deg);
}

.pattern-arrow-one {
  right: 13%;
  top: 14%;
  transform: rotate(18deg);
}

.pattern-arrow-two {
  left: 38%;
  bottom: 18%;
  transform: rotate(-22deg);
}

.pattern-formula {
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 24px rgba(0, 109, 119, 0.32);
}

.pattern-formula-one {
  left: 45%;
  top: 15%;
  color: rgba(216, 138, 29, 0.34);
  font-size: 1.6rem;
}

.pattern-formula-two {
  right: 6%;
  bottom: 10%;
  color: rgba(17, 19, 18, 0.18);
  font-size: 1.45rem;
}

.pattern-formula-three {
  left: 7%;
  bottom: 30%;
  color: rgba(17, 19, 18, 0.16);
  font-size: 1.2rem;
}

.method-panel .section-kicker {
  color: var(--teal-dark);
}

.method-heading {
  transform: translateY(-10px);
}

.method-panel p {
  color: var(--muted);
}

.timeline {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 18, 0.1);
  border-radius: var(--radius);
  background: rgba(17, 19, 18, 0.08);
}

.timeline div {
  padding: 22px;
  background: rgba(255, 255, 255, 0.9);
}

.timeline span {
  display: block;
  margin-bottom: 16px;
  color: var(--amber);
  font-weight: 800;
}

.testimonials {
  overflow: hidden;
}

.reviews-marquee {
  margin-top: 42px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.reviews-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: reviews-slide 46s linear infinite;
  will-change: transform;
}

.reviews-marquee:hover .reviews-track {
  animation-play-state: paused;
}

.reviews-row {
  display: flex;
  gap: 14px;
}

.review-card {
  width: clamp(270px, 28vw, 360px);
  flex: 0 0 clamp(270px, 28vw, 360px);
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 40px rgba(17, 19, 18, 0.06);
}

.review-card blockquote {
  margin: 0;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.45;
}

.review-card figcaption {
  color: var(--teal-dark);
  font-size: 0.86rem;
  font-weight: 820;
  text-transform: uppercase;
}

@keyframes reviews-slide {
  from {
    transform: translate3d(calc(-50% - 7px), 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.faq {
  padding-top: 92px;
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 38px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 36px rgba(17, 19, 18, 0.05);
}

.faq-list summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  color: var(--ink);
  font-weight: 820;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--teal-dark);
  font-size: 1.35rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  padding: 0 22px 22px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.72fr);
  gap: 30px;
  align-items: end;
}

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

.price-card {
  min-height: 430px;
}

.price-card:hover,
.price-card:focus-within {
  color: var(--ink);
  background: #d8ebff;
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(17, 19, 18, 0.12);
}

.price-card:hover .plan,
.price-card:hover > span,
.price-card:hover li,
.price-card:focus-within .plan,
.price-card:focus-within > span,
.price-card:focus-within li {
  color: rgba(17, 19, 18, 0.72);
}

.plan {
  margin: 0 0 18px;
  color: var(--teal);
  font-weight: 800;
}

.price-value {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: 1;
  font-weight: 850;
}

.price-card > span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 auto;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 22px;
}

.price-card li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
}

.price-card .button {
  margin-top: 28px;
}

.reservation {
  align-items: stretch;
  column-gap: clamp(44px, 7vw, 92px);
}

.reservation-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 34px;
}

.reservation-copy > p {
  max-width: 540px;
  font-size: 1.12rem;
}

.reservation-action {
  display: grid;
  justify-self: end;
  width: min(100%, 560px);
  gap: 18px;
}

.booking-service {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  justify-items: center;
  gap: 11px;
  padding: clamp(20px, 2.6vw, 26px);
  border: 1px solid rgba(17, 19, 18, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 54px rgba(17, 19, 18, 0.08), 0 1px 0 rgba(255, 255, 255, 0.82) inset;
  text-align: center;
}

.booking-service span {
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 820;
  text-transform: uppercase;
}

.booking-service p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.booking-service-button {
  justify-self: center;
  width: min(100%, 360px);
  min-height: 64px;
  margin-top: 8px;
  padding-inline: 38px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 1.05rem;
  box-shadow: 0 26px 62px rgba(17, 19, 18, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.48) inset;
}

.booking-service-button:hover,
.booking-service-button:focus-visible {
  background: var(--teal-dark);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 30px 70px rgba(0, 109, 119, 0.36), 0 0 0 1px rgba(255, 255, 255, 0.42) inset;
}

.reservation-choice-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  color: rgba(17, 19, 18, 0.46);
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.reservation-choice-divider::before,
.reservation-choice-divider::after {
  content: "";
  height: 1px;
  background: rgba(17, 19, 18, 0.12);
}

.reservation-choice-divider span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
}

.booking-form {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  width: 100%;
  gap: 14px;
  padding: clamp(20px, 2.8vw, 28px);
  border: 1px solid rgba(0, 109, 119, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 242, 0.9)),
    radial-gradient(circle at 85% 0%, rgba(0, 109, 119, 0.08), transparent 42%),
    radial-gradient(circle at 0% 100%, rgba(216, 138, 29, 0.06), transparent 38%);
  box-shadow: 0 30px 80px rgba(17, 19, 18, 0.1), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(18px) saturate(1.18);
}

.form-heading {
  display: grid;
  justify-items: center;
  gap: 3px;
  margin-bottom: 0;
  text-align: center;
}

.form-kicker {
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 820;
  text-transform: uppercase;
}

.form-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.booking-form::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(17, 19, 18, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 30%);
  background-size: 44px 100%, 100% 100%;
  opacity: 0.16;
  pointer-events: none;
}

.booking-form::after {
  content: "";
  display: none;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

label {
  display: grid;
  gap: 7px;
  color: rgba(17, 19, 18, 0.76);
  font-size: 0.9rem;
  font-weight: 780;
  letter-spacing: 0;
}

.field-label {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.required-mark {
  color: var(--teal-dark);
  font-weight: 900;
}

input,
select {
  width: 100%;
  border: 1px solid rgba(17, 19, 18, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  outline: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.92) inset;
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

input,
select {
  min-height: 46px;
  padding: 0 13px;
}

input::placeholder {
  color: rgba(17, 19, 18, 0.42);
  font-weight: 650;
}

input:hover,
select:hover {
  border-color: rgba(17, 19, 18, 0.24);
  background: rgba(255, 255, 255, 0.98);
}

input:focus,
select:focus {
  border-color: rgba(0, 109, 119, 0.72);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 109, 119, 0.13), 0 12px 28px rgba(17, 19, 18, 0.08);
}

input[aria-invalid="true"],
select[aria-invalid="true"] {
  border-color: #b42318;
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.1);
}

.day-picker {
  display: grid;
  grid-column: 1 / -1;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.day-picker legend {
  padding: 0;
  color: rgba(17, 19, 18, 0.76);
  font-size: 0.9rem;
  font-weight: 780;
}

.day-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.preparation-picker {
  justify-items: center;
  text-align: center;
}

.preparation-picker legend {
  margin-bottom: 7px;
}

.preparation-picker .day-options {
  justify-content: center;
}

.day-options label {
  display: inline-flex;
  gap: 0;
  min-width: 0;
  cursor: pointer;
}

.day-options input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.day-options span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(17, 19, 18, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(17, 19, 18, 0.78);
  font-size: 0.9rem;
  font-weight: 760;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.day-options input:checked + span {
  border-color: rgba(0, 109, 119, 0.78);
  background: rgba(0, 109, 119, 0.18);
  color: var(--teal-dark);
  box-shadow: 0 10px 26px rgba(0, 109, 119, 0.18);
}

.day-options input:focus-visible + span {
  outline: 3px solid rgba(0, 109, 119, 0.2);
  outline-offset: 2px;
}

.day-picker[aria-invalid="true"] .day-options span {
  border-color: rgba(180, 35, 24, 0.34);
}

.consent {
  width: min(100%, 470px);
  justify-self: center;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(17, 19, 18, 0.11);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 650;
  line-height: 1.3;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset;
}

.consent input {
  width: 17px;
  height: 17px;
  min-height: 17px;
  margin: 0;
  border: 1px solid rgba(17, 19, 18, 0.34);
  border-radius: 5px;
  background: #fff;
  accent-color: var(--teal);
  box-shadow: 0 2px 8px rgba(17, 19, 18, 0.08);
}

.consent input:focus-visible {
  outline: 3px solid rgba(0, 109, 119, 0.22);
  outline-offset: 2px;
}

.consent a {
  color: var(--teal-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consent a:hover,
.consent a:focus-visible {
  color: var(--ink);
}

.booking-form .button {
  min-height: 52px;
  margin-top: 0;
  box-shadow: 0 18px 38px rgba(17, 19, 18, 0.24);
}

.booking-form .button:hover,
.booking-form .button:focus-visible {
  box-shadow: 0 22px 44px rgba(4, 63, 70, 0.26);
}

.hp-field {
  position: absolute;
  left: -10000px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 720;
}

.form-status.is-error {
  color: #b42318;
}

.contact {
  padding-top: 96px;
  padding-bottom: 104px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.95fr);
  gap: clamp(34px, 8vw, 104px);
  align-items: start;
  padding-top: 34px;
  border-top: 1px solid rgba(17, 19, 18, 0.16);
}

.contact-copy h2 {
  max-width: 560px;
  font-size: clamp(3.2rem, 9vw, 7.2rem);
  line-height: 0.9;
}

.contact-copy p {
  max-width: 500px;
  margin-top: 28px;
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
}

.contact-list {
  display: grid;
  font-style: normal;
  border-top: 1px solid rgba(17, 19, 18, 0.14);
}

.contact-item {
  min-height: 92px;
  display: grid;
  grid-template-columns: minmax(90px, 0.32fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(17, 19, 18, 0.14);
}

.contact-item span {
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 820;
  text-transform: uppercase;
}

.contact-item strong {
  color: var(--ink);
  font-size: clamp(1.22rem, 2.3vw, 1.8rem);
  line-height: 1.2;
}

.contact-item a {
  color: inherit;
}

.contact-item a:hover,
.contact-item a:focus-visible {
  color: var(--teal-dark);
}

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

.legal-hero {
  padding-bottom: 54px;
}

.legal-hero h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(2.8rem, 8vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.legal-hero p {
  max-width: 720px;
  margin: 28px 0 30px;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.8vw, 1.24rem);
}

.legal-content {
  max-width: 900px;
  padding-top: 0;
  padding-bottom: 96px;
}

.legal-content article {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.1;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.58;
}

.legal-content p {
  margin: 0;
}

.legal-content p + p {
  margin-top: 12px;
}

.legal-content ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.2em;
}

.legal-content a {
  color: var(--teal-dark);
  font-weight: 780;
}

.legal-content a:hover,
.legal-content a:focus-visible {
  color: var(--ink);
}

.site-footer {
  width: min(1120px, calc(100% - 32px));
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 42px;
  margin: 0 auto;
  padding: 36px 0 46px;
  border-top: 1px solid var(--line);
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.footer-legal {
  margin-top: 6px;
  color: rgba(98, 104, 102, 0.82);
  font-size: 0.9rem;
}

.footer-ai {
  max-width: none;
  margin-top: 15px;
  font-size: 0.78rem;
  line-height: 1.25;
  white-space: nowrap;
}

.site-footer nav {
  margin-left: auto;
  padding-top: 2px;
  transform: translateY(-10px);
  justify-content: flex-end;
  text-align: right;
}

@media (max-width: 1180px) {
  .site-footer {
    gap: 24px;
  }

  .site-footer nav {
    transform: translateY(-6px);
  }
}

.site-footer a {
  color: var(--muted);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--ink);
}

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

  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    top: 68px;
    right: 12px;
    left: 12px;
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    min-height: 48px;
    justify-content: center;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .hero {
    min-height: 84svh;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(247, 247, 242, 0.92) 0%, rgba(247, 247, 242, 0.68) 44%, rgba(247, 247, 242, 0.1) 100%),
      linear-gradient(0deg, rgba(17, 19, 18, 0.42) 0%, rgba(17, 19, 18, 0) 44%);
  }

  .hero-content {
    padding: 116px 0 48px;
  }

  .signal-strip,
  .intro-grid,
  .method-panel,
  .section-heading,
  .contact-layout,
  .package-grid,
  .reservation {
    grid-template-columns: 1fr;
  }

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

}

@media (max-width: 640px) {
  .hero-media {
    object-position: 66% center;
  }

  .hero-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer nav {
    transform: none;
    justify-content: flex-start;
    text-align: left;
  }

  .footer-ai {
    white-space: normal;
  }

  .button {
    width: 100%;
  }

  .signal-strip,
  .offer-grid,
  .pricing-grid,
  .package-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .reviews-marquee {
    width: calc(100% + 32px);
    margin-inline: -16px;
    overflow: hidden;
  }

  .reviews-track {
    display: flex;
    width: max-content;
  }

  .review-card {
    width: min(82vw, 340px);
    flex-basis: min(82vw, 340px);
  }

  .section {
    padding: 76px 0;
  }

  .feature-card,
  .price-card,
  .package-card {
    min-height: auto;
  }

  .method-panel {
    padding: 30px 20px;
  }

  .contact-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reviews-track {
    animation: none !important;
    transform: none !important;
  }

  .reviews-row[aria-hidden="true"] {
    display: none;
  }

}

@media (min-width: 900px) {
  .package-card {
    min-height: clamp(414px, 34vw, 432px) !important;
    padding-block: clamp(22px, 2.6vw, 31px) !important;
  }
}
