:root {
  --cream: #fff7ee;
  --blush: #f7c6d3;
  --sunshine: #ffe494;
  --ocean: #b7ddf2;
  --coast: #111111;
  --sand: #fffaf4;
  --text: #1b1b1b;
  --muted: #505050;
  --shadow: 0 24px 70px rgba(17, 17, 17, 0.1);
  --border: rgba(17, 17, 17, 0.08);
  font-family: Inter, system-ui, sans-serif;
  color: var(--text);
  background: var(--cream);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(247, 198, 211, 0.45), transparent 28%),
    radial-gradient(circle at top right, rgba(183, 221, 242, 0.35), transparent 24%),
    linear-gradient(180deg, #fffdf8 0%, #fff7ee 100%);
  color: var(--text);
}

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

button {
  font: inherit;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-shell {
  padding-bottom: 4rem;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(255, 247, 238, 0.84);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0.1rem;
}

.brand__title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.brand__title span {
  color: #7dbddf;
}

.brand__subtitle {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--muted);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--muted);
  flex-wrap: wrap;
}

.nav a:hover {
  color: var(--coast);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--coast);
}

.hero {
  padding: 5rem 0 3rem;
}

.hero__grid,
.split-grid,
.cta-panel,
.visit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
}

.hero__content h1,
.section h2,
.price-card h3,
.visit-card h2 {
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--coast);
}

.hero__content h1 {
  font-size: clamp(3.4rem, 7vw, 6.1rem);
  margin: 0;
  max-width: 10ch;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.72rem;
  color: #7dbddf;
}

.eyebrow--dark {
  color: #f09cb8;
}

.hero__lede,
.section p,
.card p,
.feature-list li,
.contact-card__note,
.price-card p,
.testimonial-card p,
.visit-card p,
.hours-list li,
.pricing-note {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}

.hero__lede {
  max-width: 58ch;
  margin: 1.5rem 0 0;
}

.hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.95rem 1.4rem;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease;
}

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

.button--primary,
.button--nav {
  background: var(--coast);
  color: white;
}

.button--ghost {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.62);
}

.button--wide {
  width: 100%;
}

.hero-card,
.card,
.contact-card,
.price-card,
.testimonial-card,
.visit-card {
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.74));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.hero-card {
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 228, 148, 0.8), transparent 14%),
    linear-gradient(180deg, rgba(183,221,242,0.35), rgba(247,198,211,0.18));
}

.hero-card__sun {
  position: absolute;
  top: 2.2rem;
  right: 2.8rem;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--sunshine);
}

.hero-card__palm,
.hero-card__wave {
  position: absolute;
}

.hero-card__palm::before {
  content: '✦';
  color: transparent;
}

.palm-one,
.palm-two {
  width: 2px;
  background: rgba(240, 156, 184, 0.9);
  bottom: 7rem;
}

.palm-one {
  left: 22%;
  height: 140px;
  transform: rotate(-8deg);
}

.palm-two {
  right: 18%;
  height: 110px;
  transform: rotate(10deg);
}

.palm-one::after,
.palm-two::after {
  content: '';
  position: absolute;
  top: -20px;
  left: -24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 10px solid rgba(240, 156, 184, 0.85);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(10deg);
}

.wave-one,
.wave-two {
  left: 12%;
  width: 92px;
  height: 12px;
  border-top: 3px solid #7dbddf;
  border-radius: 999px;
}

.wave-one {
  bottom: 8.6rem;
}

.wave-two {
  bottom: 7.4rem;
  width: 74px;
}

.hero-card__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.4rem;
  border-radius: 24px;
  background: rgba(255, 250, 244, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.hero-card__label,
.price-card__label {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  color: #f09cb8;
}

.hero-card__panel ul,
.feature-list {
  margin: 0;
  padding-left: 1.2rem;
}

.section {
  padding: 4.5rem 0;
}

.section--soft {
  background: rgba(255, 255, 255, 0.4);
}

.section--accent {
  background: linear-gradient(135deg, #111111, #24343b);
  color: white;
}

.section--accent h2,
.section--accent .eyebrow,
.section--accent .feature-list li {
  color: white;
}

.cards,
.faq-grid,
.pricing-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.card,
.contact-card,
.price-card,
.testimonial-card,
.visit-card {
  padding: 1.6rem;
}

.card h3,
.price-card h3,
.visit-card h2 {
  margin-top: 0;
  font-size: 1.3rem;
  color: var(--coast);
}

.price-card__price {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--coast);
}

.price-card--featured {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255, 244, 233, 0.86));
  transform: translateY(-4px);
  border-color: rgba(240, 156, 184, 0.35);
}

.testimonial-card {
  background: var(--sand);
}

.testimonial-card footer {
  margin-top: 1rem;
  color: #7dbddf;
  font-weight: 700;
}

.visit-grid {
  align-items: stretch;
}

.hours-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.contact-card {
  display: grid;
  gap: 1rem;
}

.contact-card__note {
  margin: 0.25rem 0 0;
  text-align: center;
}

@media (max-width: 900px) {
  .hero__grid,
  .split-grid,
  .cta-panel,
  .cards,
  .faq-grid,
  .pricing-grid,
  .testimonial-grid,
  .visit-grid {
    grid-template-columns: 1fr;
  }

  .topbar__inner {
    flex-wrap: wrap;
    align-items: center;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 0.75rem 0 0.25rem;
    margin-top: 0.15rem;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    order: 3;
  }

  .nav.nav--open {
    display: flex;
  }

  .nav a {
    width: 100%;
    padding: 0.95rem 0.2rem;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
  }

  .button--nav {
    display: none;
  }

  .hero-card {
    min-height: 340px;
  }
}

@media (min-width: 901px) {
  .nav {
    display: flex !important;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(1120px, calc(100% - 1.25rem));
  }

  .hero {
    padding-top: 3rem;
  }

  .hero__content h1 {
    font-size: clamp(2.8rem, 14vw, 4.8rem);
  }

  .hero__actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hours-list li {
    flex-direction: column;
    gap: 0.1rem;
  }
}
