@charset "UTF-8";

:root {
  --site-primary: #85123e;
  --site-primary-light: #d97998;
  --site-primary-dark: #630033;
  --site-secondary: #aa5f5f;
  --site-accent: #008b35;
  --site-background: #fcf7f8;
  --site-surface: #fffdfd;
  --site-text: #1e0512;
  --site-muted: #63474d;
  --bs-body-bg: #fcf7f8;
  --bs-body-color: #1e0512;
  --bs-body-font-family: 'Mulish', sans-serif;
  --bs-link-color: #85123e;
  --bs-link-hover-color: #630033;
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --section-pad: clamp(3rem, 6vw, 5rem);
  --h1: clamp(2rem, 4vw, 2.5rem);
  --h2: 1.6rem;
  --h3: 1.25rem;
  --body: 1rem;
  --small: .875rem;
  --eyebrow: .72rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bs-body-bg); color: var(--bs-body-color); font-family: var(--bs-body-font-family); font-size: var(--body); line-height: 1.7; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: 'Cormorant', serif; color: var(--site-text); font-weight: 700; line-height: 1.08; text-wrap: balance; }
h1 { font-size: var(--h1); }
h2 { font-size: var(--h2); }
h3 { font-size: var(--h3); }
p, li { text-wrap: pretty; }
a { color: var(--site-primary); transition: color .18s ease; }
a:hover { color: var(--site-primary-dark); }
img { max-width: 100%; }
.btn { border-radius: 8px; padding: .7rem 1.1rem; font-weight: 700; box-shadow: none; letter-spacing: .01em; transition: background-color .18s ease, border-color .18s ease, color .18s ease; border-width: 1px; }
.btn-primary { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.btn-primary:hover, .btn-primary:focus { background-color: var(--site-primary-dark); border-color: var(--site-primary-dark); color: #fff; }
.btn-outline-primary { color: var(--site-primary); border-color: var(--site-primary); background-color: transparent; }
.btn-outline-primary:hover, .btn-outline-primary:focus { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.bg-primary { background-color: var(--site-primary) !important; }
.text-primary { color: var(--site-primary) !important; }
.border-primary { border-color: var(--site-primary) !important; }
.card { border-radius: 10px; border: 1px solid rgba(99, 0, 51, .12); box-shadow: 0 1px 2px rgba(0,0,0,.05); background: var(--site-surface); transition: border-color .18s ease, transform .18s ease; }
.card:hover { border-color: rgba(133,18,62,.3); transform: translateY(-1px); }
.form-control, .form-select { border-radius: 6px; border-color: rgba(99,71,77,.35); padding: .72rem .8rem; background-color: #fffdfd; }
.form-control:focus, .form-select:focus { border-color: var(--site-primary); box-shadow: 0 0 0 .2rem rgba(133,18,62,.12); }
.form-check-input:checked { background-color: var(--site-primary); border-color: var(--site-primary); }
.navbar { background: rgba(252,247,248,.97); border-bottom: 1px solid rgba(99,71,77,.15); padding-block: .65rem; }
.navbar-brand { display: inline-flex; align-items: center; gap: .65rem; font-family: 'Cormorant', serif; font-size: 1.35rem; font-weight: 700; color: var(--site-text); }
.navbar-brand img { width: 42px; height: 42px; object-fit: contain; border-radius: 8px; }
.nav-link { color: var(--site-text); font-weight: 600; font-size: .92rem; }
.nav-link:hover, .nav-link.active { color: var(--site-primary); }
.eyebrow { margin: 0 0 var(--space-1); color: var(--site-primary); font-size: var(--eyebrow); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.initial::first-letter { color: var(--site-primary); font-size: 1.65em; line-height: .75; }
.section-band { padding-block: var(--section-pad); }
.narrow-container { width: min(880px, calc(100% - 2rem)); margin-inline: auto; }
.section-rule { border-top: 1px solid rgba(99,71,77,.18); }
.soft-wash { background: rgba(217,121,152,.14); }
.surface-band { background: var(--site-surface); }
.inverted-band { background: var(--site-text); color: var(--site-background); padding-block: calc(var(--section-pad) * 1.5); }
.inverted-band h2, .inverted-band h3, .inverted-band p, .inverted-band li, .inverted-band .eyebrow, .inverted-band a:not(.btn) { color: var(--site-background); }
.inverted-band .btn-primary { background-color: var(--site-background); border-color: var(--site-background); color: var(--site-text); }
.inverted-band .btn-primary:hover { background-color: #fff; border-color: #fff; color: var(--site-primary-dark); }
.hero-band { padding: clamp(2rem,5vw,4.5rem) 0; background: var(--site-background); }
.hero-grid { display: grid; grid-template-columns: 45% 55%; align-items: center; }
.hero-visual { min-height: 520px; }
.hero-visual img { width: 100%; height: 520px; object-fit: cover; object-position: center; border-radius: 0 8px 8px 0; }
.hero-copy { position: relative; z-index: 2; max-width: 650px; transform: translateX(-2rem); padding: clamp(2rem,5vw,4rem); background: var(--site-surface); border-radius: 10px 0 0 10px; box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.hero-copy .lead { max-width: 60ch; color: var(--site-muted); font-size: 1.05rem; }
.record-list { border-top: 1px solid currentColor; }
.record-row { display: grid; grid-template-columns: minmax(150px, 30%) 1fr; padding: 1.15rem 0; border-bottom: 1px solid currentColor; column-gap: var(--space-3); }
.record-label { font-family: 'Cormorant', serif; font-weight: 700; font-size: 1.1rem; }
.record-body { min-width: 0; }
.record-body p:last-child { margin-bottom: 0; }
.price { font-family: 'Cormorant', serif; font-size: 1.55rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.service-image { width: 100%; min-height: 410px; height: 100%; object-fit: cover; border-radius: 8px; }
.prose { max-width: 64ch; }
.section-offset-title { margin-left: clamp(0rem, -3vw, -2rem); }
.contact-phone { display: block; font-family: 'Cormorant', serif; font-size: clamp(1.7rem,4vw,2.35rem); font-weight: 700; text-decoration: none; font-variant-numeric: tabular-nums; }
.page-hero { padding: clamp(3rem,7vw,6rem) 0; background: rgba(217,121,152,.12); border-bottom: 1px solid rgba(99,71,77,.16); }
.page-hero p { max-width: 66ch; color: var(--site-muted); }
.content-section { padding-block: var(--section-pad); }
.content-section:nth-child(odd) { background: var(--site-surface); }
.content-section:nth-child(even) { background: var(--site-background); }
.offset-layout { display: grid; grid-template-columns: minmax(0,7fr) minmax(190px,3fr); gap: var(--space-5); align-items: start; }
.sidebar-note { border-left: 2px solid var(--site-primary-light); padding-left: var(--space-3); color: var(--site-muted); }
.package-grid .card-body { padding: 1.5rem; }
.package-list { padding-left: 1.2rem; margin-bottom: 1.5rem; }
.package-list li::marker { font-family: 'Cormorant', serif; color: var(--site-primary); }
.summary-panel { position: sticky; top: 6rem; }
.summary-line { display: flex; justify-content: space-between; gap: 1rem; padding-block: .55rem; border-bottom: 1px solid rgba(99,71,77,.15); }
#mealFields, #privateFields { display: none; }
#mealFields.is-visible, #privateFields.is-visible { display: block; }
.confirmation { display: none; border-left: 4px solid var(--site-accent); background: rgba(0,139,53,.08); padding: 1rem 1.25rem; border-radius: 6px; }
.confirmation.is-visible { display: block; }
.legal-main { max-width: 760px; margin-inline: auto; padding: var(--section-pad) 1rem; }
.legal-main h2 { margin-top: 2.5rem; }
.legal-main h3 { margin-top: 1.75rem; }
.site-footer { min-height: 180px; padding: 2.5rem 1rem; text-align: center; background: var(--site-text); color: var(--site-background); }
.site-footer .footer-brand { font-family: 'Cormorant', serif; font-size: 1.45rem; font-weight: 700; }
.site-footer a { color: var(--site-background); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .35rem 1rem; margin: 1rem 0; }
.cookie-banner { position: fixed; z-index: 1080; left: 1rem; right: 1rem; bottom: 1rem; max-width: 760px; margin-inline: auto; padding: 1rem; border-radius: 10px; background: var(--site-surface); border: 1px solid rgba(99,71,77,.2); box-shadow: 0 1px 2px rgba(0,0,0,.05); display: none; }
.cookie-banner.is-visible { display: block; }
.cookie-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.cookie-inner p { margin: 0; font-size: var(--small); }
.small, small { font-size: var(--small); }
.numeric { font-variant-numeric: tabular-nums; }
@media (max-width: 991.98px) {
  .navbar-collapse { padding: 1rem 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 380px; padding-right: 1rem; }
  .hero-visual img { height: 400px; }
  .hero-copy { width: calc(100% - 2rem); margin: -3rem auto 0; transform: none; border-radius: 10px; }
  .offset-layout { grid-template-columns: 1fr; gap: var(--space-3); }
  .summary-panel { position: static; }
}
@media (max-width: 575.98px) {
  .record-row { grid-template-columns: 1fr; row-gap: .35rem; }
  .hero-visual img { height: 340px; }
  .hero-copy { padding: 1.5rem; }
  .cookie-inner { align-items: flex-start; flex-direction: column; }
}
