/* Shared local-preview styles — Sankalp gold/cream palette only */
:root {
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --cream: #FAF8F5;
  --pale: #EDE4D6;
  --sand: #DCC9B0;
  --gold: #B8A082;
  --gold-deep: #A08D75;
  --btn: #4A3D2E;
  --btn-hover: #3A2F24;
  --white: #ffffff;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Outfit, system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.offer a:not(.btn),
.soft-card a:not(.btn),
.prose a:not(.btn),
.lead a:not(.btn),
.faq-item a:not(.btn),
.loc-note a:not(.btn),
.split-copy a:not(.btn),
.person a:not(.btn) {
  color: var(--btn);
}

.preview-banner {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #1d1d1f;
  color: #fff;
  padding: 10px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.preview-banner strong { color: var(--sand); }
.preview-banner a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.preview-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.utility {
  background: var(--btn);
  color: rgba(255,255,255,.95);
  font-size: 13px;
}
.utility-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.utility a { color: inherit; text-decoration: none; }
.utility a:hover { text-decoration: underline; }

.site-header {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--pale);
  position: sticky;
  top: 0;
  z-index: 90;
}
.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 10px;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name {
  font-family: Fraunces, Georgia, serif;
  font-weight: 700;
  font-size: 1.15rem;
}
.brand-sub { font-size: 11px; color: var(--muted); }

.nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}
.nav a {
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}
.nav a:hover,
.nav a[aria-current="page"] {
  background: var(--pale);
  color: var(--ink);
}

.header-cta {
  display: flex;
  gap: 8px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--btn);
  color: #fff;
}
.btn-primary:hover {
  background: var(--btn-hover);
  color: #fff;
}
.btn-secondary {
  background: #fff;
  border-color: rgba(0,0,0,.18);
  color: var(--ink);
}
.btn-on-dark {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.7);
  color: #fff;
  backdrop-filter: blur(6px);
}
.btn-on-dark-solid {
  background: #fff;
  color: var(--btn);
}
.btn-on-dark-solid:hover {
  background: var(--pale);
  color: var(--btn-hover);
}

.hero {
  position: relative;
  min-height: min(88vh, 760px);
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29,29,31,.28) 0%, rgba(29,29,31,.68) 55%, rgba(29,29,31,.86) 100%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 64px 20px 72px;
  width: 100%;
}
.hero-kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .9;
  margin-bottom: 14px;
}
.coming-soon {
  display: inline-block;
  margin: 0 0 20px;
  padding: 12px 22px;
  background: var(--btn);
  color: #fff;
  font-family: Outfit, system-ui, sans-serif;
  font-size: clamp(1.15rem, 2.8vw, 1.55rem);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.15;
  border: 2px solid #fff;
}
.hero h1 {
  margin: 0 0 12px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2.4rem, 5.6vw, 4.2rem);
  line-height: 1.05;
  font-weight: 700;
  max-width: 12ch;
}
.hero.page-hero {
  min-height: min(52vh, 480px);
}
.hero.page-hero h1 { max-width: 18ch; }
body[data-page="home"] .hero {
  min-height: min(78vh, 700px);
  align-items: end;
}
body[data-page="home"] .hero-media {
  background-position: center 40%;
  background-size: cover;
}
body[data-page="home"] .hero-lead {
  max-width: 34rem;
}
body[data-page="home"] .hero-note {
  margin-top: 18px;
  opacity: .85;
}
.hero-lead {
  margin: 0 0 28px;
  max-width: 38rem;
  font-size: 1.12rem;
  color: rgba(255,255,255,.9);
}
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-note {
  margin-top: 22px;
  font-size: 12px;
  opacity: .75;
  max-width: 34rem;
}

.band {
  background: var(--btn);
  color: #fff;
  text-align: center;
  padding: 42px 20px;
}
.band h2 {
  margin: 0 auto;
  max-width: 22ch;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  line-height: 1.2;
  font-weight: 500;
}

.facts {
  background: var(--white);
  border-block: 1px solid var(--pale);
  padding: 28px 20px;
}
.facts-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: center;
}
.fact strong {
  display: block;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: var(--btn);
  line-height: 1.1;
  margin-bottom: 6px;
}
.fact span {
  display: block;
  font-size: 13px;
  color: var(--muted);
  max-width: 16ch;
  margin: 0 auto;
}

.dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.dual .photo-frame,
.dual .photo-frame img {
  min-height: 280px;
}

.section {
  padding: 72px 20px;
}
.section-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--btn);
  font-weight: 600;
  margin-bottom: 10px;
}
.section h2 {
  margin: 0 0 14px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.15;
}
.lead {
  margin: 0 0 36px;
  color: var(--muted);
  max-width: 40rem;
  font-size: 1.05rem;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
}
.split-copy p { color: var(--muted); margin: 0 0 18px; }
.photo-frame {
  border-radius: 18px;
  overflow: hidden;
  min-height: 360px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 50px rgba(160,141,117,.16);
}
.photo-frame img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.offer {
  background: #fff;
  border: 1px solid var(--pale);
  border-radius: 18px;
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;
}
.offer:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(160,141,117,.14);
}
.offer-media {
  height: 160px;
  background-size: cover;
  background-position: center;
}
.offer-body { padding: 20px 22px 24px; }
.offer h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-family: Fraunces, Georgia, serif;
}
.offer p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}

.solar-panel {
  background: #111;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 48px rgba(0,0,0,.18);
}
.solar-panel img {
  width: 100%;
  height: auto;
  display: block;
}
.solar-caption {
  padding: 12px 16px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  background: #1a1a1a;
}

.fun-stage {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--pale);
  box-shadow: 0 18px 48px rgba(160,141,117,.18);
}
.fun-stage img {
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
  object-position: center bottom;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(220,201,176,.35), transparent 55%),
    var(--cream);
}
.fun-caption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 18px;
  background: rgba(250,248,245,.96);
  border-top: 1px solid var(--pale);
  font-size: 13px;
  color: var(--muted);
}
.fun-caption strong { color: var(--btn); font-weight: 600; }

.cta-panel {
  background: var(--btn);
  color: #fff;
  border-radius: 24px;
  padding: 48px 36px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.cta-panel h2 {
  margin: 0 0 8px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}
.cta-panel p { margin: 0; opacity: .95; max-width: 34rem; }

.site-footer {
  padding: 36px 20px 48px;
  border-top: 1px solid var(--pale);
  color: var(--muted);
  font-size: 14px;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.site-footer a { color: var(--btn); }

.nav-toggle {
  display: none;
  border: 1.5px solid rgba(0,0,0,.12);
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font: inherit;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: step;
}
.step {
  background: #fff;
  border: 1px solid var(--pale);
  border-radius: 18px;
  padding: 22px 20px 24px;
}
.step::before {
  counter-increment: step;
  content: "Step " counter(step);
  display: block;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--btn);
  font-weight: 600;
  margin-bottom: 10px;
}
.step h3 {
  margin: 0 0 8px;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.15rem;
}
.step p { margin: 0; color: var(--muted); font-size: .95rem; }

.day-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.day-card {
  background: #fff;
  border: 1px solid var(--pale);
  border-radius: 18px;
  overflow: hidden;
}
.day-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.day-card div { padding: 18px 20px 22px; }
.day-card h3 {
  margin: 0 0 8px;
  font-family: Fraunces, Georgia, serif;
}
.day-card p { margin: 0; color: var(--muted); font-size: .95rem; }

.compare {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--pale);
  border-radius: 18px;
  overflow: hidden;
  font-size: 14px;
}
.compare th,
.compare td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--pale);
  vertical-align: top;
}
.compare th {
  font-weight: 600;
  background: var(--pale);
}
.compare th:first-child,
.compare td:first-child {
  color: var(--muted);
  font-weight: 500;
  width: 18%;
}
.compare td.highlight {
  background: rgba(220, 201, 176, .28);
  font-weight: 500;
}

.faq-list { display: grid; gap: 10px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--pale);
  border-radius: 14px;
  padding: 0;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 20px;
  font-weight: 600;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.05rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--btn);
  font-weight: 500;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
}

.form {
  background: #fff;
  border: 1px solid var(--pale);
  border-radius: 20px;
  padding: 28px;
  display: grid;
  gap: 16px;
  max-width: 640px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.field { display: grid; gap: 6px; }
.field label { font-size: 13px; font-weight: 600; }
.field .hint { font-weight: 400; color: var(--muted); }
.field input,
.field textarea,
.field select {
  font: inherit;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1.5px solid var(--pale);
  background: var(--cream);
}
.field textarea { min-height: 120px; resize: vertical; }
.checks { display: flex; gap: 16px; flex-wrap: wrap; }
.checks label { display: flex; gap: 8px; align-items: center; font-weight: 500; }

.person {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 28px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--pale);
  border-radius: 20px;
  padding: 24px;
}
.person img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}
.person h3 { margin: 0 0 4px; font-family: Fraunces, Georgia, serif; }
.person .role { color: var(--btn); font-weight: 600; margin: 0 0 14px; }
.person p { color: var(--muted); margin: 0 0 12px; }

.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.trust span {
  background: var(--pale);
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
}

.loc-note {
  background: #fff;
  border: 1px solid var(--pale);
  border-radius: 16px;
  padding: 16px 18px;
  color: var(--muted);
  font-size: .95rem;
  max-width: 46rem;
}
.loc-note strong { color: var(--ink); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.gallery-grid figure {
  margin: 0;
  background: #fff;
  border: 1px solid var(--pale);
  border-radius: 14px;
  overflow: hidden;
}
.gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.gallery-grid figcaption {
  padding: 10px 12px 12px;
  font-size: 12px;
  color: var(--muted);
}

.prose { max-width: 44rem; }
.prose p { color: var(--muted); margin: 0 0 14px; }
.prose p:last-child { margin-bottom: 0; }

.soft-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.soft-card {
  background: #fff;
  border: 1px solid var(--pale);
  border-radius: 18px;
  padding: 22px 22px 24px;
}
.soft-card h3 {
  margin: 0 0 8px;
  font-family: Fraunces, Georgia, serif;
}
.soft-card p { margin: 0; color: var(--muted); font-size: .95rem; }

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.footer-nav a { text-decoration: none; }
.footer-nav a:hover { text-decoration: underline; }

@media (max-width: 860px) {
  .header-inner {
    grid-template-columns: 1fr auto;
    justify-items: start;
  }
  .nav-toggle { display: inline-flex; grid-column: 2; grid-row: 1; }
  .header-cta { display: none; }
  .nav {
    display: none;
    grid-column: 1 / -1;
    justify-content: flex-start;
    width: 100%;
  }
  .nav.is-open { display: flex; }
  .split, .offer-grid, .dual, .steps, .day-grid, .soft-cards, .form-row, .person, .gallery-grid { grid-template-columns: 1fr; }
  .facts-inner { grid-template-columns: repeat(2, 1fr); }
  .photo-frame, .photo-frame img { min-height: 260px; }
  .site-header { top: 0; }
  .fun-stage img { max-height: 360px; }
  .compare { display: block; overflow-x: auto; }
}
