:root {
  --sand: #171f17;
  --linen: #080a08;
  --chalk: #182018;
  --sage: #9cff8f;
  --sage-dark: #63d969;
  --olive: #b1ff9d;
  --terracotta: #ff7ab6;
  --clay: #ffb0d1;
  --wood: #23301f;
  --ink: #fbfff9;
  --muted: #edf7ea;
  --line: rgba(156, 255, 143, .46);
  --shadow: 0 24px 80px rgba(0, 0, 0, .45);
  --radius: 8px;
  --max: 1180px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 122, 182, .24), transparent 34vw),
    radial-gradient(circle at 82% 18%, rgba(156, 255, 143, .2), transparent 32vw),
    linear-gradient(180deg, #080a08 0%, #111811 45%, #080a08 100%);
  letter-spacing: 0;
}

main { min-height: 60vh; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(156, 255, 143, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 122, 182, .026) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
  z-index: -1;
}

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

.skip-link {
  position: absolute;
  top: -80px;
  left: 16px;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  z-index: 20;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 14px clamp(18px, 3vw, 42px);
  background: rgba(5, 6, 5, .86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 210px; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #111811;
  color: var(--sage);
  font-family: Georgia, serif;
  overflow: hidden;
  flex: 0 0 auto;
}
.brand-logo {
  background: #050605;
  padding: 0;
}
.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.04rem; }
.brand small { color: var(--muted); font-size: .78rem; }

.nav { justify-self: center; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.nav a {
  padding: 10px 11px;
  border-radius: 999px;
  color: var(--muted);
  font-size: .9rem;
}
.nav a:hover, .nav a.active { background: rgba(156, 255, 143, .12); color: var(--sage); }

.header-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--terracotta), var(--sage-dark));
  color: #050605;
  box-shadow: 0 12px 30px rgba(38, 38, 32, .16);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover, .header-cta:hover { transform: translateY(-1px); box-shadow: 0 18px 36px rgba(38, 38, 32, .2); }
.btn.secondary { background: rgba(156, 255, 143, .1); color: var(--sage); border-color: var(--line); box-shadow: none; }
.btn.ghost { background: transparent; color: var(--ink); border-color: var(--line); box-shadow: none; }
.btn.terracotta { background: var(--terracotta); }

.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--chalk); }
.nav-toggle span { display: block; width: 18px; height: 1px; background: var(--ink); margin: 5px auto; }

.page { animation: pageIn .5s ease both; }
@keyframes pageIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(156,255,143,.16), rgba(255,122,182,.1)),
    var(--sand);
}
.hero.small { min-height: 62svh; }
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-media img, .hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-image .hero-media,
.hero-video .hero-media {
  display: grid;
  place-items: center end;
  background: #201d18;
  padding-right: clamp(24px, 7vw, 130px);
}
.hero-image .hero-blur,
.hero-video .hero-blur {
  position: absolute;
  inset: -28px;
  width: calc(100% + 56px);
  height: calc(100% + 56px);
  object-fit: cover;
  filter: blur(24px) saturate(.86) contrast(.92);
  opacity: .82;
  transform: scale(1.03);
}
.hero-image .hero-sharp,
.hero-video .hero-sharp {
  position: relative;
  width: min(58vw, 980px);
  height: min(72svh, 760px);
  max-width: calc(100% - 32px);
  object-fit: contain;
  object-position: right center;
  filter: saturate(.96) contrast(.98);
}
.hero-image.small .hero-sharp {
  width: min(44vw, 700px);
  height: min(58svh, 620px);
}
.hero-video .hero-sharp {
  width: min(64vw, 920px);
  height: min(64svh, 680px);
  border-radius: var(--radius);
  box-shadow: 0 24px 90px rgba(0, 0, 0, .22);
}
.hero-video.small .hero-sharp {
  width: min(42vw, 680px);
  height: min(54svh, 560px);
}
.hero-video .hero-sharp {
  filter: saturate(.94) contrast(.96);
}
.hero-video .hero-media::after,
.hero-image .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255,255,255,.28) .45px, transparent .6px);
  background-size: 3px 3px;
  mix-blend-mode: soft-light;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .18) 54%, rgba(0, 0, 0, .04)),
    linear-gradient(0deg, rgba(0, 0, 0, .28), transparent 62%);
}
.hero-content {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 12svh clamp(18px, 3vw, 34px) 9svh;
  color: white;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .56);
}
.hero-content::before {
  content: "";
  position: absolute;
  inset: 8svh auto 6svh 0;
  width: min(720px, 100%);
  border: 1px solid rgba(156, 255, 143, .3);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(5, 6, 5, .78), rgba(5, 6, 5, .5));
  backdrop-filter: blur(10px);
  z-index: -1;
}
.hero.small .hero-content {
  width: min(var(--max), calc(100% - 48px));
  padding-block: 12svh 8svh;
}
.hero.small .hero-content h1 {
  max-width: 640px;
  font-size: clamp(2.45rem, 4.35vw, 4.65rem);
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.hero.small .hero-content p:not(.eyebrow) {
  max-width: 560px;
  padding: 12px 16px;
  border-radius: var(--radius);
  background: rgba(8, 10, 8, .76);
  backdrop-filter: blur(8px);
}
.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 18px;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.eyebrow::before { content: ""; width: 38px; height: 1px; background: currentColor; opacity: .7; }
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
  margin: 0;
  color: var(--ink);
}
h1 { max-width: 860px; font-size: clamp(2.85rem, 7vw, 6.9rem); }
.hero-content h1 {
  max-width: min(620px, 100%);
  font-size: clamp(2.45rem, 4.35vw, 4.65rem);
  overflow-wrap: anywhere;
  text-wrap: balance;
}
h2 { font-size: clamp(2.15rem, 4vw, 4.2rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.12; }
p { line-height: 1.75; color: var(--muted); }
.hero p { max-width: 660px; color: #f7fff4; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.facebook-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 16px;
  padding: 10px 15px 10px 10px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 999px;
  background: #4267b2;
  color: white;
  font-weight: 900;
  line-height: 1.1;
  box-shadow: 0 16px 42px rgba(0,0,0,.32);
}
.facebook-link img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 8px;
}
.hero-promo {
  width: min(680px, 100%);
  margin: 22px 0;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(156, 255, 143, .58);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 122, 182, .16), rgba(156, 255, 143, .16)),
    rgba(5, 6, 5, .78);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .32);
}
.hero-promo h2 {
  max-width: 620px;
  margin-bottom: 12px;
  font-size: clamp(1.55rem, 3vw, 2.7rem);
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.hero-promo p {
  max-width: none;
  margin: 0 0 12px;
  font-size: clamp(1rem, 1.45vw, 1.12rem);
}
.hero-promo .promo-highlight {
  display: inline-flex;
  align-items: center;
  margin: 4px 0 18px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 122, 182, .82);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--terracotta), var(--sage-dark));
  color: #050605;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  box-shadow: 0 16px 38px rgba(255, 122, 182, .22);
  text-shadow: none;
}
.hero-promo ul {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
  padding-left: 20px;
  color: #f7fff4;
  line-height: 1.55;
}

.section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 10vw, 130px) 0;
  position: relative;
  color: var(--ink);
}
.section.tight { padding-block: clamp(44px, 7vw, 82px); }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: clamp(26px, 6vw, 90px);
  align-items: end;
  margin-bottom: 42px;
}
.section-head p { margin: 0; }

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
}
.media-frame {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--sand);
}
.media-frame img, .media-frame video { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 5; }
.media-frame.wide img, .media-frame.wide video {
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(135deg, rgba(154,170,141,.18), rgba(189,118,93,.12));
}

.statement {
  margin: 30px 0;
  padding-left: 24px;
  border-left: 2px solid var(--terracotta);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2.45rem);
  line-height: 1.25;
  color: var(--ink);
}

.band {
  background:
    linear-gradient(145deg, rgba(156,255,143,.18), rgba(255,122,182,.12)),
    #192319;
  border-block: 1px solid var(--line);
}
.band.sage {
  background:
    linear-gradient(145deg, rgba(156,255,143,.22), rgba(255,122,182,.12)),
    #1b291b;
}
.band.dark { background: #151b15; color: var(--ink); }
.band.dark p, .band.dark .muted { color: #edf7ea; }

.grid { display: grid; gap: 18px; }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(156,255,143,.18), rgba(255,122,182,.12)),
    rgba(27, 38, 27, .98);
  box-shadow: 0 14px 46px rgba(0,0,0,.22);
}
.card h3 { margin-bottom: 12px; }
.card p { margin-bottom: 0; color: #f0faed; }
.card .meta { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); color: #dff0dc; font-size: .92rem; }
.legal-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}
.legal-content .card p + p {
  margin-top: 12px;
}

.service-card {
  display: grid;
  gap: 34px;
  align-content: space-between;
  min-height: 260px;
  transition: transform .25s ease, background .25s ease;
}
.service-card:hover { transform: translateY(-4px); background: rgba(156,255,143,.08); }
.service-card span { color: var(--terracotta); font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }

.proposal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: 24px;
  align-items: start;
}
.proposal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.proposal-card {
  width: 100%;
  border-color: var(--line);
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.proposal-card.active {
  border-color: var(--terracotta);
  background:
    linear-gradient(145deg, rgba(255,122,182,.22), rgba(156,255,143,.16)),
    rgba(27, 38, 27, .98);
}
.proposal-preview {
  position: sticky;
  top: 100px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 10, 8, .86);
  box-shadow: var(--shadow);
}
.proposal-preview-media {
  background: #050605;
}
.proposal-preview-media img,
.proposal-preview-media video {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  background: #050605;
}
.proposal-preview-text {
  padding: 22px;
}
.proposal-preview-text span {
  color: var(--terracotta);
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.proposal-preview-text h3 {
  margin-top: 8px;
}
.proposal-preview-text p {
  margin-bottom: 0;
}

.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.pill-list li { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(156,255,143,.08); color: var(--ink); }

.theme-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.theme-card {
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 122, 182, .11), rgba(156, 255, 143, .1)),
    rgba(10, 15, 10, .76);
}
.theme-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--terracotta);
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.theme-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
}
.theme-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.45;
}

.home-enterprise-block {
  padding-top: clamp(34px, 5vw, 70px);
  padding-bottom: clamp(34px, 5vw, 70px);
}
.home-enterprise-card {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin-inline: auto;
  background:
    linear-gradient(135deg, rgba(156, 255, 143, .13), rgba(255, 122, 182, .08)),
    rgba(255, 255, 255, .04);
}
.home-enterprise-card h2 {
  max-width: 780px;
}
.home-enterprise-card .pill-list {
  margin-top: 0;
}
.home-enterprise-card .btn {
  justify-self: start;
}

.method-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}
.method-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 122, 182, .12), rgba(156, 255, 143, .12)),
    rgba(10, 15, 10, .72);
}
.method-card span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 122, 182, .72);
  border-radius: 999px;
  background: rgba(255, 122, 182, .14);
  color: var(--clay);
  font-size: .98rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.method-card p { margin-bottom: 0; }
.method-card .meta {
  margin-top: 12px;
  color: var(--sage);
}
.work-portrait img { object-position: center; }
.photo-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.photo-stack img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 46px rgba(0,0,0,.22);
}

.timeline { display: grid; gap: 0; border-top: 1px solid var(--line); }
.timeline-item {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.timeline-item strong { color: var(--terracotta); }
.timeline-item p { margin: 0; }
.timeline-item p br { display: block; margin-bottom: 10px; content: ""; }
.gallery {
  columns: 3 260px;
  column-gap: 18px;
}
.gallery figure {
  margin: 0 0 18px;
  break-inside: avoid;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--sand);
}
.gallery img, .gallery video { width: 100%; object-fit: cover; }
.gallery figcaption { padding: 12px 14px; color: var(--muted); font-size: .92rem; background: rgba(255,253,248,.78); }
.gallery figcaption { background: rgba(24,32,24,.92); color: var(--ink); }

.booking {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, .65fr);
  gap: 24px;
}
.booking-picker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, .34fr);
  gap: 18px;
  align-items: start;
}
.slot-panel {
  position: sticky;
  top: 96px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(24,32,24,.96);
  box-shadow: 0 18px 48px rgba(0,0,0,.28);
}
.slot-panel h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
}
.calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}
.calendar-toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  margin: 0 0 16px;
}
.calendar-toolbar strong {
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  text-transform: capitalize;
}
.calendar-toolbar .btn:disabled {
  opacity: .42;
  cursor: not-allowed;
  transform: none;
}
.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: .92rem;
}
.calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.legend-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(38,38,32,.14);
}
.legend-dot.open { background: var(--sage); }
.legend-dot.limited { background: var(--terracotta); }
.legend-dot.booked { background: #ffb0d1; }
.legend-dot.closed { background: #6f7b6d; }
.weekday-row {
  margin-bottom: 8px;
}
.weekday-row span {
  text-align: center;
  color: var(--muted);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.day {
  min-height: 88px;
  padding: 9px 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(24,32,24,.92);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
  min-width: 0;
  overflow: hidden;
}
.day strong { display: block; line-height: 1.1; }
.day small {
  display: block;
  margin-top: 8px;
  color: var(--sage-dark);
  font-size: clamp(.68rem, .72vw, .8rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
}
.day.blank {
  min-height: 84px;
  border: 0;
  background: transparent;
  pointer-events: none;
}
.day.open { background: rgba(156,255,143,.24); border-color: rgba(156,255,143,.7); color: #fafff8; }
.day.limited { background: rgba(255,122,182,.26); border-color: rgba(255,122,182,.72); color: #fff8fb; }
.day.booked { background: rgba(255,122,182,.14); border-color: rgba(255,122,182,.38); cursor: not-allowed; opacity: .9; color: #f6dde8; }
.day.closed { background: rgba(255,255,255,.1); color: #c5d2c1; cursor: not-allowed; opacity: .82; }
.day.open:hover, .day.limited:hover { transform: translateY(-2px); }
.day.selected { outline: 2px solid var(--terracotta); background: #243224; }
.day.booked small, .day.closed small { color: #d2dfcd; }
.slot-list { display: grid; gap: 10px; margin-top: 0; }
.slot {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #182218;
}
.slot.selected {
  border-color: var(--sage);
  background: rgba(156, 255, 143, .16);
}

.form {
  display: grid;
  gap: 12px;
}
.field { display: grid; gap: 7px; }
.field span { font-size: .88rem; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #1d291d;
  padding: 13px 14px;
  color: var(--ink);
}
.field input::placeholder, .field textarea::placeholder { color: #b8c9b5; }
.field textarea { min-height: 116px; resize: vertical; }
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
}
.booking-confirmation {
  display: none;
  padding: 13px 14px;
  border-radius: var(--radius);
  border: 1px solid rgba(156, 255, 143, .75);
  background: rgba(156, 255, 143, .16);
  color: #f8fff5;
  font-weight: 800;
  line-height: 1.4;
}
.booking-confirmation.visible {
  display: block;
}

.admin-shell {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
}
.tabs { display: grid; gap: 8px; align-content: start; }
.tab {
  text-align: left;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #172117;
  cursor: pointer;
}
.tab.active { background: var(--sage); color: #050605; border-color: var(--sage); }
.admin-list { display: grid; gap: 12px; margin-top: 18px; }
.admin-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  background: var(--chalk);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.admin-content-form h4 {
  margin: 24px 0 4px;
  color: var(--sage);
  font-size: 1rem;
}
.admin-subcard {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(156, 255, 143, .22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .025);
}
.featured-post {
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(156,255,143,.18), rgba(255,122,182,.12)),
    #1b261b;
  margin-top: 22px;
}
.featured-post span,
.blog-card span {
  color: var(--terracotta);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.featured-post h3 {
  max-width: 760px;
  margin: 14px 0 16px;
  font-size: clamp(2rem, 4vw, 4rem);
}
.featured-post p {
  max-width: 780px;
  margin-bottom: 24px;
  color: #f0faed;
}
.blog-article {
  color: var(--ink);
}
.blog-article h4 {
  margin: 34px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
}
.blog-article .article-lead {
  font-size: clamp(1.08rem, 1.8vw, 1.24rem);
  color: var(--ink);
}
.blog-article ul,
.blog-article ol {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding-left: 22px;
  color: #edf7ea;
  line-height: 1.7;
}
.blog-article li strong {
  color: var(--ink);
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 26px;
}
.article-grid div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(24,32,24,.96);
}
.article-grid strong {
  display: block;
  margin-bottom: 8px;
}
.article-grid p {
  margin: 0;
  color: #edf7ea;
}
.seo-note {
  display: none;
  gap: 8px;
  margin-top: 34px;
  padding: 22px;
  border-radius: var(--radius);
  border: 1px solid rgba(189,118,93,.25);
  background: rgba(24,32,24,.96);
}
.seo-note p {
  margin: 0 0 10px;
  max-width: 880px;
}
.blog-card {
  align-content: start;
  gap: 20px;
}
.blog-card p {
  margin: 0;
}

.client-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.path-card {
  min-height: 360px;
  display: grid;
  align-content: end;
  gap: 18px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(156,255,143,.2), rgba(255,122,182,.08)),
    url("../assets/new-photo-46.jpeg") center / cover;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}
.path-card.business {
  background:
    linear-gradient(135deg, rgba(255,122,182,.2), rgba(156,255,143,.08)),
    url("../assets/new-photo-42.jpeg") center / cover;
}
.path-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,.44));
}
.path-card > * {
  position: relative;
  z-index: 1;
}
.path-card span,
.price-card span {
  color: var(--terracotta);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .82rem;
}
.path-card h2 {
  max-width: 620px;
}
.path-card p {
  max-width: 520px;
  margin: 0;
  color: #f6fff4;
}
.pricing-grid {
  align-items: stretch;
}
.quote-only-grid {
  grid-template-columns: minmax(0, 520px);
  justify-content: center;
}
.price-card {
  display: grid;
  align-content: start;
  gap: 14px;
}
.price-card .price {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1;
  color: var(--sage);
}
.price-card.business .price {
  color: var(--terracotta);
}
.status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: .82rem;
  border: 1px solid var(--line);
  background: rgba(24,32,24,.92);
}
.status.open { color: #061006; background: var(--sage); border-color: var(--sage); }
.status.booked { color: #120509; background: var(--terracotta); border-color: var(--terracotta); }
.status.blocked { color: #eef6eb; background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.28); }

.faq-item { border-top: 1px solid var(--line); }
.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: var(--ink);
  font-size: 1.08rem;
}
.faq-item p { margin: 0; padding: 0 0 24px; display: none; }
.faq-item.open p { display: block; }

.sound-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(24,32,24,.92);
  backdrop-filter: blur(14px);
  color: var(--ink);
  box-shadow: var(--shadow);
  cursor: pointer;
}
.sound-icon { width: 10px; height: 10px; border-radius: 50%; background: var(--muted); }
.sound-toggle[aria-pressed="true"] .sound-icon { background: var(--sage-dark); box-shadow: 0 0 0 6px rgba(154,170,141,.18); }

.method-card > span {
  display: inline-flex !important;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 14px !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(255, 122, 182, .9) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(255,122,182,.28), rgba(156,255,143,.16)) !important;
  color: #ffd3e6 !important;
  font-size: clamp(1.02rem, 1.8vw, 1.22rem) !important;
  font-weight: 900 !important;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-shadow: none;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 44px clamp(18px, 3vw, 42px);
  border-top: 1px solid var(--line);
  background: #151d15;
}
.footer p { margin: 8px 0 0; max-width: 620px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; align-content: start; justify-content: flex-end; }
.footer-links a { color: var(--sage); }

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  max-width: min(520px, calc(100% - 32px));
  padding: 14px 18px;
  border-radius: 999px;
  background: #9cff8f;
  color: #050605;
  border: 1px solid rgba(5,6,5,.16);
  z-index: 30;
  box-shadow: var(--shadow);
  font-weight: 800;
  text-align: center;
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto auto; }
  .nav-toggle { display: block; justify-self: end; }
  .header-cta { display: none; }
  .nav {
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    justify-content: flex-start;
    padding-top: 12px;
    background: rgba(5, 6, 5, .96);
    border-top: 1px solid var(--line);
  }
  .nav a { min-height: 42px; }
  .site-header.menu-open .nav { display: flex; }
  .section-head, .split, .booking, .booking-picker, .admin-shell, .client-paths, .proposal-layout { grid-template-columns: 1fr; }
  .slot-panel { position: static; }
  .theme-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid.three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-image .hero-media,
  .hero-video .hero-media {
    place-items: center;
    padding-right: 0;
  }
  .hero.small .hero-content h1 {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 66px;
    padding: 10px 14px;
    gap: 10px;
    align-items: start;
  }
  .brand { min-width: 0; }
  .brand strong { font-size: .96rem; }
  .brand small { display: none; }

  .nav {
    gap: 8px;
    padding: 12px 0 2px;
  }
  .nav a {
    width: calc(50% - 4px);
    padding: 11px 10px;
    text-align: center;
    border: 1px solid rgba(156, 255, 143, .18);
  }

  .hero,
  .hero.small {
    min-height: 0;
    display: block;
    overflow: visible;
  }
  .hero::after,
  .hero-video .hero-media::after,
  .hero-image .hero-media::after {
    display: none;
  }
  .hero-media {
    position: relative;
    height: min(56svh, 520px);
    min-height: 310px;
    overflow: hidden;
    z-index: 0;
  }
  .hero-image .hero-media,
  .hero-video .hero-media {
    padding: 0;
    place-items: center;
    background: #0b0f0b;
  }
  .hero-image .hero-sharp,
  .hero-image.small .hero-sharp,
  .hero-video .hero-sharp,
  .hero-video.small .hero-sharp {
    width: min(94vw, 620px);
    height: min(50svh, 460px);
    object-position: center;
    box-shadow: none;
    border-radius: 0;
  }
  .hero-image .hero-blur,
  .hero-video .hero-blur {
    opacity: .5;
    filter: blur(18px) saturate(.9);
  }
  .hero-content,
  .hero.small .hero-content {
    width: 100%;
    padding: 26px 18px 40px;
    background:
      linear-gradient(135deg, rgba(156,255,143,.12), rgba(255,122,182,.1)),
      #0b100b;
    text-shadow: none;
  }
  .hero-content::before {
    display: none;
  }
  h1,
  .hero.small .hero-content h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 12vw, 3.8rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }
  h2 { font-size: clamp(1.9rem, 10vw, 3rem); }
  h3 { font-size: clamp(1.28rem, 7vw, 1.75rem); }
  .hero p {
    font-size: 1rem;
    line-height: 1.65;
  }
  .hero-promo {
    width: 100%;
    margin: 18px 0;
    padding: 18px;
  }
  .hero-promo h2 {
    font-size: clamp(1.45rem, 8vw, 2.2rem);
  }
  .hero-promo p,
  .hero-promo li {
    font-size: .98rem;
  }
  .hero.small .hero-content p:not(.eyebrow) {
    padding: 10px 12px;
    max-width: 100%;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .facebook-link {
    width: 100%;
    justify-content: center;
  }
  .section {
    width: min(100% - 28px, var(--max));
    padding-block: 54px;
  }
  .section-head {
    gap: 16px;
    margin-bottom: 26px;
  }
  .grid.three, .grid.two, .theme-grid, .legal-content { grid-template-columns: 1fr; }
  .proposal-grid { grid-template-columns: 1fr; }
  .proposal-preview { position: static; }
  .card,
  .featured-post,
  .path-card {
    padding: 22px;
  }
  .service-card {
    min-height: auto;
    gap: 22px;
  }
  .path-card {
    min-height: 280px;
  }
  .price-card .price {
    font-size: clamp(2.1rem, 12vw, 3rem);
    overflow-wrap: anywhere;
  }
  .timeline-item { grid-template-columns: 1fr; gap: 8px; }
  .weekday-row { display: none; }
  .calendar { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .calendar-toolbar { grid-template-columns: 1fr; }
  .calendar-legend { gap: 8px; }
  .day { min-height: 68px; padding: 9px; font-size: .86rem; }
  .day.blank { display: none; }
  .slot {
    display: grid;
    gap: 10px;
  }
  .slot .btn {
    width: 100%;
  }
  .article-grid { grid-template-columns: 1fr; }
  .footer {
    display: grid;
    padding-bottom: 76px;
  }
  .footer-links { justify-content: flex-start; }
  .sound-toggle span:last-child { display: none; }
}

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