:root {
  --cream: #fff7ee;
  --sand: #fffaf4;
  --blush: #f7c6d3;
  --pink: #f09cb8;
  --sunshine: #ffe494;
  --ocean: #7dbddf;
  --ocean-light: #b7ddf2;
  --coast: #111111;
  --text: #1b1b1b;
  --muted: #505050;
  --border: rgba(17, 17, 17, 0.08);
  --shadow: 0 20px 60px rgba(17, 17, 17, 0.08);
  --shadow-lg: 0 30px 80px rgba(17, 17, 17, 0.12);
  --radius: 28px;
  --radius-sm: 18px;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background: var(--cream);
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }

body {
  background:
    radial-gradient(ellipse at 10% 0%, rgba(247,198,211,0.4), transparent 32%),
    radial-gradient(ellipse at 90% 0%, rgba(183,221,242,0.3), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, var(--cream) 100%);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }

.container { width: min(1140px, calc(100% - 2.5rem)); margin: 0 auto; }
.site-shell { padding-bottom: 0; }

/* ─── TOPBAR ─── */
.topbar {
  position: sticky; top: 0; z-index: 30;
  backdrop-filter: blur(20px);
  background: rgba(255,247,238,0.86);
  border-bottom: 1px solid rgba(17,17,17,0.05);
}
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.9rem 0;
}
.brand { display: inline-flex; flex-direction: column; gap: 0.05rem; }
.brand__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.8rem; letter-spacing: 0.06em;
  text-transform: uppercase; line-height: 1;
}
.brand__ob { color: var(--ocean); }
.brand__subtitle {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 0.28em; color: var(--muted);
}
.nav { display: flex; align-items: center; gap: 0.9rem; color: var(--muted); font-size: 0.92rem; }
.nav a { transition: color 0.2s; }
.nav a:hover { color: var(--coast); }

.menu-toggle {
  display: none; width: 44px; height: 44px;
  border: 1px solid var(--border); border-radius: 999px;
  background: rgba(255,255,255,0.9);
  align-items: center; justify-content: center;
  flex-direction: column; gap: 4px; padding: 0; cursor: pointer;
}
.menu-toggle span { display: block; width: 17px; height: 2px; border-radius: 2px; background: var(--coast); }

.availability-bar { background: var(--coast); color: white; }
.availability-bar .container { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 1rem; text-align: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; }
.availability-bar a { color: var(--sunshine); white-space: nowrap; }
.availability-bar a b { margin-left: 0.25rem; }

/* ─── BUTTONS ─── */
.button {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; padding: 0.9rem 1.5rem;
  font-weight: 600; font-size: 0.95rem;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  border: none;
}
.button:hover { transform: translateY(-2px); }
.button--primary, .button--nav { background: var(--coast); color: white; box-shadow: 0 12px 32px rgba(17,17,17,0.18); }
.button--light { background: rgba(255,255,255,0.92); color: var(--coast); border: 1px solid var(--border); }
.button--ghost { border: 1px solid var(--border); background: rgba(255,255,255,0.5); }
.button--wide { width: 100%; }

/* ─── HERO ─── */
.hero { padding: 4rem 0 3rem; }
.hero__grid--single { display: grid; grid-template-columns: 1fr; }
.hero-photo-card {
  position: relative; overflow: hidden;
  min-height: 78vh; border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.hero-photo-card__image {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-photo-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(95deg, rgba(255,247,238,0.97) 0%, rgba(255,247,238,0.82) 32%, rgba(255,247,238,0.2) 68%, rgba(255,247,238,0.05) 100%);
}
.hero-photo-card__content {
  position: relative; z-index: 1; padding: 3.5rem; max-width: 36rem;
}
.hero-photo-card__content h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(3.2rem, 6.5vw, 5.8rem);
  line-height: 0.96; letter-spacing: -0.03em; color: var(--coast);
}
.hero__lede { color: var(--muted); line-height: 1.8; margin-top: 1.4rem; max-width: 52ch; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }

/* ─── TYPOGRAPHY ─── */
.eyebrow {
  display: inline-block; margin-bottom: 0.85rem;
  text-transform: uppercase; letter-spacing: 0.22em;
  font-size: 0.72rem; font-weight: 600; color: var(--ocean);
}
.eyebrow--pink { color: var(--pink); }

.section h2, .visit-card h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  line-height: 1.05; letter-spacing: -0.02em; color: var(--coast);
  margin-bottom: 1rem;
}
.section p, .card p, .feature-list li, .price-card p, .visit-card p,
.hours-list li, .pricing-note, .contact-card__note {
  color: var(--muted); line-height: 1.8; font-size: 0.98rem;
}

/* ─── SECTIONS ─── */
.section { padding: 5rem 0; }
.section--soft { background: rgba(255,255,255,0.4); }
.section--accent { background: linear-gradient(135deg, #0f1f26, #1e3640); color: white; }
.section--accent h2, .section--accent .eyebrow, .section--accent .feature-list li { color: white; }

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

/* ─── ABOUT ─── */
.about-photos { display: grid; grid-template-rows: 1fr 1fr; gap: 1rem; }
.about-photos--single { grid-template-rows: 1fr; }
.about-photos__img {
  width: 100%; height: 100%; min-height: 220px;
  object-fit: cover; border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* ─── CARDS ─── */
.cards, .pricing-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1.5rem; margin-top: 2.5rem;
}
.card, .price-card, .visit-card, .contact-card {
  padding: 2rem; border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.78));
  border: 1px solid var(--border); box-shadow: var(--shadow);
}
.card__icon { font-size: 2rem; margin-bottom: 1rem; }
.card h3, .price-card h3, .visit-card h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem; color: var(--coast); margin-bottom: 0.75rem;
}

/* ─── FULL SERVICES MENU ─── */
.service-menu {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem; margin-top: 2.5rem;
}
.service-menu__group {
  padding: 1.8rem; border: 1px solid var(--border); border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.62);
}
.service-menu__label {
  color: var(--pink) !important; font-size: 0.72rem !important; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
}
.service-menu__group h3 {
  color: var(--coast); font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.45rem; margin: 0.45rem 0 1rem;
}
.service-menu__group ul { list-style: none; padding: 0; }
.service-menu__group li {
  align-items: baseline; border-top: 1px solid var(--border); display: flex;
  gap: 1rem; justify-content: space-between; padding: 0.72rem 0;
}
.service-menu__group li span { color: var(--coast); font-size: 0.94rem; font-weight: 600; }
.service-menu__group li small { color: var(--muted); font-size: 0.78rem; text-align: right; }
.services-note { margin: 1.5rem auto 0; max-width: 750px; text-align: center; }

/* ─── PRICING ─── */
.price-card__label {
  margin-bottom: 0.75rem; text-transform: uppercase;
  letter-spacing: 0.16em; font-size: 0.78rem; color: var(--pink); font-weight: 600;
}
.price-card__price { font-size: 1.2rem; font-weight: 700; color: var(--coast); margin-bottom: 0.5rem; }
.price-card--featured {
  background: linear-gradient(180deg, #fff, rgba(255,244,233,0.9));
  transform: translateY(-6px); border-color: rgba(240,156,184,0.3);
  box-shadow: var(--shadow-lg);
}
.pricing-note { margin-top: 1.5rem; text-align: center; }

/* ─── GALLERY ─── */
.gallery-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr;
  grid-template-rows: auto auto;
  gap: 1rem; margin-top: 2.5rem;
}
.gallery-card {
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--border);
}
.gallery-card img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; }
.gallery-card--tall { grid-row: span 2; }
.gallery-card--tall img { min-height: 100%; }

/* ─── FEATURE LIST ─── */
.feature-list { list-style: none; padding: 0; display: grid; gap: 0.8rem; }
.feature-list li {
  padding: 1rem 1.3rem; border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-sm); background: rgba(255,255,255,0.06);
  font-size: 0.98rem;
}

/* ─── VISIT ─── */
.visit-grid { align-items: stretch; }
.hours-list { list-style: none; padding: 0; margin-top: 1rem; }
.hours-list li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: 0.6rem 0; border-top: 1px solid rgba(17,17,17,0.07);
}

/* ─── CONTACT ─── */
.contact-card { display: grid; gap: 1rem; }
.contact-card__note { margin-top: 0.25rem; text-align: center; font-size: 0.88rem; }

/* ─── FOOTER ─── */
.site-footer {
  padding: 2.5rem 0; margin-top: 2rem;
  border-top: 1px solid var(--border);
  text-align: center; color: var(--muted); font-size: 0.85rem;
}
.site-footer__inner { display: flex; flex-direction: column; gap: 0.4rem; align-items: center; }
.site-footer__credit a { color: var(--ocean); font-weight: 600; transition: color 0.2s; }
.site-footer__credit a:hover { color: var(--coast); }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .split-grid, .cta-panel, .cards, .pricing-grid, .service-menu, .visit-grid, .gallery-grid {
    grid-template-columns: 1fr;
  }
  .topbar__inner { flex-wrap: wrap; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .nav {
    display: none; width: 100%; flex-direction: column;
    align-items: flex-start; gap: 0; padding: 0.6rem 0 0.3rem;
    margin-top: 0.2rem; border-top: 1px solid var(--border); order: 3;
  }
  .nav.nav--open { display: flex; }
  .nav a { width: 100%; padding: 0.9rem 0.3rem; border-bottom: 1px solid var(--border); }
  .button--nav { display: none; }
  .hero-photo-card { min-height: 70vh; }
  .hero-photo-card__overlay {
    background: linear-gradient(180deg, rgba(255,247,238,0.94) 0%, rgba(255,247,238,0.8) 38%, rgba(255,247,238,0.2) 75%, transparent 100%);
  }
  .hero-photo-card__content { padding: 2rem 1.5rem; max-width: 100%; }
  .gallery-card--tall { grid-row: auto; }
  .about-photos { grid-template-rows: auto; grid-template-columns: 1fr 1fr; }
  .about-photos--single { grid-template-columns: 1fr; }
}

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

@media (max-width: 640px) {
  .container { width: min(1140px, calc(100% - 1.25rem)); }
  .hero { padding-top: 2.5rem; }
  .availability-bar .container { min-height: 48px; flex-wrap: wrap; gap: 0.2rem 0.8rem; padding: 0.45rem 0; font-size: 0.61rem; }
  .hero-photo-card__content h1 { font-size: clamp(2.6rem, 12vw, 4.2rem); }
  .hero__actions { flex-direction: column; }
  .button { width: 100%; }
  .hours-list li { flex-direction: column; gap: 0.15rem; }
  .about-photos { grid-template-columns: 1fr; }
}
