:root {
  --site-primary: #752957;
  --site-primary-dark: #690036;
  --site-primary-light: #cd7eaa;
  --site-secondary: #9d5a55;
  --site-accent: #25863d;
  --site-surface: #fff9fc;
  --site-text-secondary: #67565c;
  --bs-body-bg: #ffdeeb;
  --bs-body-color: #1e050f;
  --bs-body-font-family: 'Manrope', sans-serif;
  --bs-link-color: #752957;
  --bs-link-hover-color: #690036;
  --type-h1: clamp(2rem, 4vw, 2.5rem);
  --type-h2: 1.6rem;
  --type-h3: 1.25rem;
  --type-body: 1rem;
  --type-small: .875rem;
  --type-eyebrow: .72rem;
  --section-pad: clamp(3rem, 6vw, 5rem);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--bs-body-bg); color: var(--bs-body-color); font-family: var(--bs-body-font-family); font-size: var(--type-body); line-height: 1.65; }
h1, h2, h3, h4, h5, h6 { font-family: 'Manrope', serif; font-weight: 700; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: var(--type-h1); line-height: 1.15; }
h2 { font-size: var(--type-h2); line-height: 1.25; }
h3 { font-size: var(--type-h3); line-height: 1.35; }
p, li { text-wrap: pretty; }
a { color: var(--site-primary); transition: color .2s ease; }
a:hover { color: var(--site-primary-dark); }
.btn { border-radius: 8px; padding: .72rem 1.1rem; font-weight: 700; box-shadow: none; letter-spacing: 0; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s 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; transform: translateY(-1px); }
.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; }
.navbar { background: var(--bs-body-bg); padding-block: 1rem; }
.navbar-brand { color: var(--bs-body-color); font-weight: 800; letter-spacing: -.02em; }
.navbar-brand:hover, .navbar-brand:focus { color: var(--bs-body-color); }
.logo-mark { width: 44px; height: 44px; object-fit: contain; border-radius: 8px; }
.nav-link { color: var(--bs-body-color); font-weight: 600; font-size: .94rem; }
.nav-link:hover, .nav-link:focus, .nav-link.active { color: var(--site-primary); }
.navbar-toggler { border: 0; box-shadow: none !important; }
.site-section { position: relative; padding-block: var(--section-pad); background: var(--bs-body-bg); }
.section-inner { position: relative; padding-left: 1.25rem; }
.section-inner::before { content: ''; position: absolute; left: 0; top: .25rem; width: 3px; height: 2.2rem; border-radius: 2px; background: var(--site-primary); }
.hero { padding-block: clamp(4.5rem, 10vw, 8rem); min-height: 520px; display: flex; align-items: center; }
.hero-copy { max-width: 760px; }
.hero p { max-width: 68ch; font-size: 1.08rem; color: var(--site-text-secondary); }
.eyebrow { margin-bottom: .8rem; color: var(--site-primary); font-size: var(--type-eyebrow); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.prose { max-width: 68ch; }
.text-secondary-site { color: var(--site-text-secondary); }
.visual-wide { display: block; width: 100%; max-height: 440px; object-fit: cover; border-radius: 8px; margin-bottom: 2rem; }
.card { border: 0; border-radius: 10px; background: var(--site-surface); box-shadow: 0 1px 2px rgba(0,0,0,.05); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-2px); box-shadow: 0 3px 8px rgba(30,5,15,.07); }
.package-card { height: 100%; }
.package-card .card-body { padding: 1.6rem; }
.line-icon { width: 30px; height: 30px; color: var(--site-primary); margin-bottom: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.form-control, .form-select { border-radius: 6px; border-color: rgba(117,41,87,.25); background: var(--site-surface); padding: .72rem .8rem; }
.form-control:focus, .form-select:focus { border-color: var(--site-primary); box-shadow: 0 0 0 .2rem rgba(117,41,87,.12); background: #fff; }
.form-check-input:checked { background-color: var(--site-primary); border-color: var(--site-primary); }
.map-wrap { aspect-ratio: 16 / 9; min-height: 320px; border-radius: 8px; overflow: hidden; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }
.phone-display { font-size: clamp(1.45rem, 3vw, 2rem); font-weight: 800; font-variant-numeric: tabular-nums; text-decoration: none; }
.site-footer { min-height: 280px; padding-block: 4rem; background: var(--bs-body-bg); }
.footer-logo { width: 88px; height: 88px; object-fit: contain; border-radius: 10px; }
.footer-title { font-size: 1.35rem; font-weight: 800; }
.footer-copy, .footer-links { font-size: var(--type-small); color: var(--site-text-secondary); }
.footer-links a { color: var(--bs-body-color); text-decoration: none; }
.footer-links a:hover { color: var(--site-primary); }
.legal-main { padding-block: var(--section-pad); }
.legal-main .container { max-width: 860px; }
.legal-main h2 { margin-top: 2.5rem; }
.legal-main h3 { margin-top: 1.75rem; }
.cookie-banner { position: fixed; z-index: 1080; left: 1rem; right: 1rem; bottom: 1rem; max-width: 720px; margin-inline: auto; padding: 1rem; background: var(--site-surface); border-radius: 10px; box-shadow: 0 8px 28px rgba(30,5,15,.16); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: var(--type-small); }
.confirmation { padding: 1rem; border-radius: 8px; background: var(--site-surface); color: var(--site-accent); font-weight: 700; }
.simple-links a { display: block; width: fit-content; margin-bottom: .65rem; font-weight: 700; text-decoration: none; }
.tabular { font-variant-numeric: tabular-nums; }
@media (max-width: 991.98px) {
  .navbar-collapse { padding-top: 1rem; }
  .navbar-nav { align-items: flex-start !important; }
  .site-footer { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
