:root {
  --background: #f3f8f4;
  --foreground: #102019;
  --deep: #0f3528;
  --deep-2: #0a241c;
  --leaf: #1f7a56;
  --mint: #bfe8d0;
  --gold: #f0b429;
  --amber: #ffe2a6;
  --paper: #ffffff;
  --soft: #e2efe5;
  --muted: #576b62;
  --line: rgba(20, 56, 44, 0.14);
  --shadow: 0 24px 70px rgba(11, 43, 32, 0.16);
  --lift: 0 26px 60px rgba(12, 48, 35, 0.2);
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --font-sans: var(--font-geist-sans);
  --font-mono: var(--font-geist-mono);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    linear-gradient(90deg, rgba(15, 53, 40, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 53, 40, 0.04) 1px, transparent 1px),
    var(--background);
  background-size: 34px 34px;
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

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

button,
input,
textarea {
  font: inherit;
}

main {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 92vh;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(7, 28, 21, 0.97), rgba(16, 65, 48, 0.76)),
    url("og.png") center / cover;
  color: #fff;
}

.hero__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(30deg, transparent 47%, rgba(255, 255, 255, 0.5) 48%, transparent 49%),
    linear-gradient(150deg, transparent 47%, rgba(255, 255, 255, 0.35) 48%, transparent 49%);
  background-size: 96px 96px;
  pointer-events: none;
}

.nav,
.hero__content,
.section,
.booking-section,
.contact {
  position: relative;
  width: min(1120px, 100%);
  margin-inline: auto;
}

.nav {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 10px 14px;
  background: rgba(8, 35, 26, 0.42);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid rgba(244, 210, 125, 0.22);
  border-radius: 999px;
  padding: 6px 14px 6px 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(8, 35, 26, 0.28);
  box-shadow:
    inset 0 0 26px rgba(244, 210, 125, 0.08),
    0 12px 28px rgba(0, 0, 0, 0.14);
}

.brand__mark {
  display: grid;
  place-items: center;
  min-width: 46px;
  min-height: 36px;
  border: 1px solid rgba(255, 226, 166, 0.52);
  border-radius: 999px;
  background: rgba(240, 180, 41, 0.13);
  color: #ffe2a6;
  font-size: 0.86rem;
  font-weight: 900;
}

.brand strong {
  color: #fff7db;
  font-size: 1.24rem;
  font-weight: 900;
  text-shadow: 0 8px 26px rgba(240, 180, 41, 0.22);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav__links::-webkit-scrollbar {
  display: none;
}

.nav__links a {
  min-height: 40px;
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.nav__links a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transform: translateY(-1px);
}

.hero__content {
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.7fr);
  align-items: center;
  gap: 56px;
  min-height: calc(92vh - 88px);
  padding-block: 80px 44px;
}

.hero__copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-weight: 700;
}

.hero h1,
.section h2,
.reviews-section h2,
.interactive-section h2,
.faq-section h2,
.booking-copy h2,
.contact h2 {
  margin: 0;
  line-height: 1.18;
}

.hero h1 {
  max-width: 760px;
  font-size: 4rem;
  overflow-wrap: break-word;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.18rem;
  line-height: 2;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero__badges span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(244, 210, 125, 0.34);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff3cc;
  font-weight: 800;
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.05);
}

.hero__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin-top: 28px;
}

.hero__metrics div {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.hero__metrics div:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-3px);
}

.hero__metrics strong,
.hero__metrics span {
  display: block;
}

.hero__metrics strong {
  color: var(--amber);
  font-size: 1.8rem;
  line-height: 1;
}

.hero__metrics span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  padding: 13px 22px;
  cursor: pointer;
  font-weight: 800;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

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

.button:focus-visible,
.service-tab:focus-visible,
.faq-item button:focus-visible {
  outline: 3px solid rgba(240, 180, 41, 0.52);
  outline-offset: 3px;
}

.button--primary {
  background: var(--gold);
  color: #17251f;
  box-shadow: 0 14px 30px rgba(198, 154, 54, 0.28);
}

.button--primary:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
  box-shadow: none;
}

.button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.hero__visual {
  position: relative;
  min-height: 520px;
}

.profile-frame {
  position: absolute;
  inset: 24px 16px 42px 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(244, 210, 125, 0.34);
  border-radius: 230px 230px 22px 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.08);
  padding: 30px;
  box-shadow: inset 0 0 80px rgba(244, 210, 125, 0.14), var(--shadow);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease;
}

.profile-frame:hover {
  box-shadow: inset 0 0 96px rgba(244, 210, 125, 0.18), var(--lift);
  transform: translateY(-4px);
}

.profile-frame__photo {
  display: block;
  width: min(260px, 72%);
  aspect-ratio: 1;
  margin: 0 auto 28px;
  border: 4px solid rgba(248, 223, 160, 0.64);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.profile-frame__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 30%;
}

.profile-frame__text {
  text-align: center;
}

.profile-frame__text span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.profile-frame__text strong {
  display: block;
  margin-top: 8px;
  color: #f8dfa0;
  font-size: 1.65rem;
}

.profile-frame__text small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
}

.stars {
  color: #f8dfa0 !important;
  letter-spacing: 0;
}

.section,
.reviews-section,
.interactive-section,
.faq-section,
.booking-section,
.contact,
.map-section {
  padding: 84px 24px;
}

.section--light {
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100vw - 1120px) / 2 + 24px));
  background: var(--paper);
}

.section__heading {
  width: min(1120px, 100%);
  margin: 0 auto 28px;
}

.section h2,
.interactive-section h2,
.faq-section h2,
.booking-copy h2,
.contact h2 {
  max-width: 760px;
  color: var(--deep);
  font-size: 2.45rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(1120px, 100%);
  margin-inline: auto;
}

.service {
  min-height: 172px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
  background: linear-gradient(180deg, #ffffff, #f5f8f4);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.service:hover {
  border-color: rgba(31, 122, 86, 0.34);
  box-shadow: 0 18px 46px rgba(11, 43, 32, 0.12);
  transform: translateY(-5px);
}

.service__mark {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 22px;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 46%, #fff 46% 54%, transparent 54%),
    linear-gradient(0deg, transparent 46%, #fff 46% 54%, transparent 54%),
    var(--leaf);
}

.service p {
  margin: 0;
  color: var(--deep-2);
  font-weight: 700;
  line-height: 1.75;
}

.interactive-section,
.faq-section {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.interactive-section {
  position: relative;
}

.service-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.service-tab {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--deep);
  cursor: pointer;
  font-weight: 900;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease,
    border-color 160ms ease;
}

.service-tab:hover,
.service-tab[aria-selected="true"] {
  border-color: rgba(240, 180, 41, 0.68);
  background: var(--deep);
  color: #fff;
  transform: translateY(-2px);
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.5fr) auto;
  gap: 22px;
  align-items: center;
  border: 1px solid rgba(31, 122, 86, 0.18);
  border-radius: 18px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(232, 246, 237, 0.9)),
    radial-gradient(circle at 90% 20%, rgba(240, 180, 41, 0.22), transparent 32%);
  box-shadow: var(--shadow);
}

.service-detail h3 {
  margin: 0;
  color: var(--deep);
  font-size: 1.7rem;
  line-height: 1.25;
}

.service-detail p {
  max-width: 660px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.9;
}

.service-detail ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-detail li {
  position: relative;
  padding-inline-start: 24px;
  color: var(--deep-2);
  font-weight: 800;
}

.service-detail li::before {
  position: absolute;
  inset-inline-start: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

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

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

.review-card {
  display: grid;
  gap: 16px;
  min-height: 220px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(11, 43, 32, 0.1);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.review-card:hover {
  border-color: rgba(240, 180, 41, 0.5);
  box-shadow: var(--lift);
  transform: translateY(-5px);
}

.review-card__header {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.avatar {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: #0397c9;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
}

.review-card:nth-child(2) .avatar {
  background: #0a9aaa;
}

.review-card__name {
  display: inline-block;
  color: var(--deep);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.5;
}

.review-card small {
  display: block;
  color: var(--muted);
  font-size: 0.95rem;
}

.review-card__rating {
  display: flex;
  align-items: center;
  min-height: 32px;
}

.review-stars {
  display: inline-flex;
  gap: 2px;
  color: #d8ddd8;
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: 0;
}

.review-stars .is-filled {
  color: #f7b500;
}

.review-card p {
  margin: 0;
  color: var(--deep-2);
  font-size: 1.08rem;
  line-height: 1.9;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 40px;
  align-items: start;
}

.booking-copy {
  position: sticky;
  top: 28px;
}

.booking-copy p:not(.eyebrow),
.contact p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 2;
}

.booking-form {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.booking-form label {
  display: grid;
  gap: 9px;
  color: var(--deep);
  font-weight: 800;
}

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

.booking-form input,
.booking-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  background: #fbfcfb;
  color: var(--foreground);
  outline: none;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form input:focus,
.booking-form textarea:focus {
  border-color: rgba(39, 117, 83, 0.7);
  box-shadow: 0 0 0 4px rgba(39, 117, 83, 0.12);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
}

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

.map-section__heading {
  margin-bottom: 22px;
}

.map-section h2 {
  margin: 0;
  color: var(--deep);
  font-size: 2.2rem;
  line-height: 1.2;
}

.map-section iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--soft);
  box-shadow: 0 18px 50px rgba(11, 43, 32, 0.12);
}

.contact__panel {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  background: var(--deep);
  color: #fff;
}

.contact__phone {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #f6d98c;
  direction: ltr;
  font-size: 1.25rem;
  font-weight: 800;
  unicode-bidi: isolate;
}

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

.socials a {
  display: grid;
  min-height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.86);
}

.socials a:hover {
  border-color: rgba(246, 217, 140, 0.58);
  color: #fff;
  transform: translateY(-2px);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(11, 43, 32, 0.08);
  overflow: hidden;
}

.faq-item button {
  display: flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  color: var(--deep);
  cursor: pointer;
  padding: 18px 20px;
  text-align: start;
  font-weight: 900;
}

.faq-item button strong {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--soft);
  color: var(--leaf);
  font-size: 1.3rem;
}

.faq-item p {
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 0 20px 20px;
  color: var(--muted);
  line-height: 1.9;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: flex;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 8px;
  background: rgba(10, 36, 28, 0.9);
  box-shadow: 0 18px 48px rgba(8, 28, 22, 0.3);
  backdrop-filter: blur(18px);
}

.floating-actions a {
  display: grid;
  min-height: 42px;
  min-width: 78px;
  place-items: center;
  border-radius: 999px;
  padding: 8px 14px;
  color: #fff;
  font-weight: 900;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.floating-actions a:first-child {
  background: #1f9f67;
}

.floating-actions a:hover {
  background: var(--gold);
  color: var(--deep-2);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: no-preference) {
  .hero__copy,
  .hero__visual,
  .service,
  .review-card,
  .booking-form,
  .map-section iframe {
    animation: rise-in 620ms ease both;
  }

  .hero__visual {
    animation-delay: 120ms;
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 920px) {
  .hero h1 {
    font-size: 3rem;
  }

  .hero__content,
  .service-detail,
  .booking-section,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: 430px;
    order: -1;
  }

  .booking-copy {
    position: static;
  }

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

@media (max-width: 640px) {
  .hero {
    min-height: auto;
    padding: 14px;
  }

  .nav {
    align-items: center;
    flex-direction: column;
    gap: 12px;
    border-radius: 22px;
    padding: 12px;
  }

  .brand {
    width: 100%;
    justify-content: center;
    min-height: 54px;
    padding-inline: 12px;
  }

  .brand__mark {
    min-width: 44px;
    min-height: 34px;
    font-size: 0.82rem;
  }

  .brand strong {
    font-size: 1.18rem;
  }

  .nav__links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
  }

  .nav__links a {
    min-height: 36px;
    font-size: 0.9rem;
    padding-inline: 10px;
  }

  .hero__content {
    min-height: auto;
    gap: 24px;
    padding-block: 28px 24px;
  }

  .hero h1 {
    font-size: 1.95rem;
    text-align: center;
  }

  .eyebrow,
  .lead {
    text-align: center;
  }

  .lead {
    font-size: 1rem;
  }

  .hero__badges {
    justify-content: center;
  }

  .button,
  .hero__actions a {
    width: 100%;
  }

  .hero__visual {
    min-height: auto;
    margin-top: 4px;
  }

  .profile-frame {
    position: relative;
    inset: auto;
    min-height: 420px;
    justify-content: center;
    border-radius: 170px 170px 24px 24px;
    padding: 28px 16px 24px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05)),
      rgba(255, 255, 255, 0.08);
  }

  .profile-frame__photo {
    width: min(292px, 86vw);
    margin-bottom: 24px;
    border-width: 5px;
  }

  .profile-frame__photo img {
    object-position: 52% 24%;
  }

  .profile-frame__text strong {
    font-size: 1.8rem;
  }

  .section,
  .reviews-section,
  .interactive-section,
  .faq-section,
  .booking-section,
  .contact,
  .map-section {
    padding: 58px 18px;
  }

  .section h2,
  .reviews-section h2,
  .interactive-section h2,
  .faq-section h2,
  .booking-copy h2,
  .contact h2,
  .map-section h2 {
    font-size: 2rem;
  }

  .grid,
  .reviews-grid,
  .booking-form__row,
  .socials {
    grid-template-columns: 1fr;
  }

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

  .service-detail {
    padding: 20px;
  }

  .floating-actions {
    right: 12px;
    bottom: 12px;
    left: 12px;
    justify-content: center;
  }

  .booking-form {
    padding: 18px;
  }
}
