* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Arial", sans-serif;
  color: #1d1d1f;
  background-color: #f9f7f6;
  line-height: 1.6;
}

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

.container {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #ece6e1;
  padding: 20px 0;
}

.nav-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.brand-name {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}

.brand-tagline {
  font-size: 0.95rem;
  color: #6a5f5a;
}

.site-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  background: #f5e9e3;
  color: #6a3f2b;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 60px 0 80px;
}

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

.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-end;
}

.hero-text {
  flex: 1 1 420px;
  background: rgba(255, 255, 255, 0.86);
  padding: 28px;
  border-radius: 18px;
}

.hero-text h1 {
  font-size: 2.3rem;
  margin-bottom: 12px;
}

.hero-card {
  flex: 0 1 320px;
  background: #fff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.split-section,
.story-section,
.booking-section,
.service-grid,
.contact-details {
  padding: 70px 0;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text {
  flex: 1 1 420px;
}

.split-text h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.split-visual {
  flex: 1 1 360px;
}

.offset-section {
  padding: 40px 0 90px;
}

.offset-card {
  background: #fff;
  border-radius: 22px;
  padding: 32px;
  margin-left: auto;
  max-width: 900px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 24px;
}

.service-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #fdf9f6;
  padding: 20px;
  border-radius: 18px;
  align-items: center;
}

.service-item.wide {
  background: #fff;
}

.service-item h3,
.service-item h2 {
  margin-bottom: 8px;
}

.price {
  font-weight: 700;
  color: #6a3f2b;
  margin-top: 10px;
}

.section-cta {
  margin-top: 24px;
}

.testimonial {
  background: #fff;
  padding: 16px 20px;
  border-left: 4px solid #caa08c;
  margin-top: 16px;
}

.booking-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.booking-intro {
  flex: 1 1 320px;
}

.booking-form {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.booking-form input,
.booking-form select {
  padding: 12px 14px;
  border: 1px solid #d7cbc4;
  border-radius: 10px;
  font-size: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background: #6a3f2b;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 0.95rem;
  cursor: pointer;
}

.btn.secondary {
  background: #f0e6e0;
  color: #6a3f2b;
}

.link-inline {
  color: #6a3f2b;
  text-decoration: underline;
}

.cta-panel {
  background: #f1e7e1;
  padding: 60px 0;
}

.cta-panel-inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.page-hero {
  padding: 70px 0 50px;
}

.contact-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  max-width: 600px;
}

.img-wrap {
  background-color: #efe5df;
  border-radius: 18px;
  overflow: hidden;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #1d1d1f;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
}

.site-footer {
  background: #fff;
  border-top: 1px solid #ece6e1;
  padding: 50px 0;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.disclaimer {
  margin-top: 30px;
  color: #6a5f5a;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.plain-text {
  font-weight: 600;
}

.thanks-card {
  margin: 24px 0;
  padding: 20px;
  background: #fdf9f6;
  border-radius: 16px;
}

@media (max-width: 760px) {
  .hero {
    padding-top: 40px;
  }

  .hero-media {
    position: relative;
    height: 260px;
  }

  .hero-content {
    margin-top: -40px;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
