:root {
  --site-primary: #892c54;
  --site-primary-light: #b26b82;
  --site-primary-dark: #62002b;
  --site-secondary: #a25e5b;
  --site-accent: #007755;
  --site-background: #f3e3ea;
  --site-surface: #fff7ff;
  --site-text-primary: #210511;
  --site-text-secondary: #614b55;
  --site-rule: rgba(162, 94, 91, 0.55);
  --bs-body-bg: #f3e3ea;
  --bs-body-color: #210511;
  --bs-body-font-family: 'Source Sans 3', sans-serif;
  --bs-link-color: #892c54;
  --bs-link-hover-color: #62002b;
  --type-h1: clamp(2.2rem, 4.5vw, 3rem);
  --type-h2: 1.9rem;
  --type-h3: 1.4rem;
  --type-body: 1.06rem;
  --type-small: 0.9rem;
  --type-eyebrow: 0.74rem;
  --section-pad: clamp(4rem, 7vw, 6rem);
}

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.68;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Serif 4', serif;
  color: var(--site-text-primary);
  text-wrap: balance;
  line-height: 1.08;
}

h1 { font-size: var(--type-h1); }
h2 { font-size: var(--type-h2); }
h3 { font-size: var(--type-h3); }

p, li { text-wrap: pretty; }

small, .small { font-size: var(--type-small); }

.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; }
a { color: var(--site-primary); }
a:hover { color: var(--site-primary-dark); }

.btn {
  border-radius: 0;
  padding: 0.72rem 1.05rem;
  font-weight: 700;
  box-shadow: none;
  letter-spacing: 0.01em;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
  border-width: 1.5px;
}

.btn:hover { transform: translateY(-1px); }

.card, .form-control, .form-select, .form-check-input, .navbar-toggler, img, iframe { border-radius: 0 !important; }

.card {
  background: var(--site-surface);
  border: 1px solid rgba(137, 44, 84, 0.24);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.form-control, .form-select {
  background-color: var(--site-surface);
  border: 1.5px solid rgba(137, 44, 84, 0.38);
  color: var(--site-text-primary);
  padding: 0.78rem 0.85rem;
}

.form-control:focus, .form-select:focus {
  border-color: var(--site-primary);
  box-shadow: 0 0 0 0.18rem rgba(137, 44, 84, 0.14);
}

.form-label { font-weight: 700; color: var(--site-text-primary); }

.site-navbar {
  background: rgba(243, 227, 234, 0.96);
  border-bottom: 1px solid rgba(162, 94, 91, 0.28);
  transition: padding 180ms ease, background-color 180ms ease, border-color 180ms ease;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  box-shadow: none;
}

.site-navbar.is-shrunk {
  padding-top: 0.42rem;
  padding-bottom: 0.42rem;
  background: rgba(255, 247, 255, 0.98);
  border-bottom-color: rgba(162, 94, 91, 0.45);
}

.logo-mark {
  width: 48px;
  height: 48px;
  object-fit: contain;
  transition: width 180ms ease, height 180ms ease;
}

.site-navbar.is-shrunk .logo-mark { width: 36px; height: 36px; }

.navbar-brand span {
  font-family: 'Source Serif 4', serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.nav-link { color: var(--site-text-primary); font-weight: 700; }
.nav-link:hover, .nav-link:focus { color: var(--site-primary); }

.hero {
  padding: clamp(5.5rem, 10vw, 8rem) 0 clamp(4.5rem, 8vw, 7rem);
  background: var(--site-background);
}

.hero .lead {
  max-width: 68ch;
  color: var(--site-text-secondary);
  font-size: 1.14rem;
}

.section-pad { padding: var(--section-pad) 0; }
.section-divider {
  width: 60%;
  margin: 0 auto;
  border: 0;
  border-top: 1px solid var(--site-rule);
  opacity: 1;
}

.eyebrow {
  font-size: var(--type-eyebrow);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: var(--site-primary-dark);
  margin-bottom: 0.9rem;
}

.prose { max-width: 68ch; }
.prose-narrow { max-width: 60ch; }
.text-secondary-site { color: var(--site-text-secondary); }

.package-card { height: 100%; }
.package-card .price-note {
  font-variant-numeric: tabular-nums;
  color: var(--site-primary-dark);
  font-weight: 800;
}

.icon-box {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(137, 44, 84, 0.1);
  color: var(--site-primary);
  margin-bottom: 1.25rem;
}

.icon-box svg { width: 24px; height: 24px; fill: currentColor; }

.visual-panel img {
  width: 100%;
  border: 1px solid rgba(137, 44, 84, 0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  background: var(--site-surface);
}

.pull-note {
  border-left: 2px solid var(--site-primary);
  padding-left: 1.2rem;
  color: var(--site-text-secondary);
  font-family: 'Source Serif 4', serif;
  font-size: 1.18rem;
  line-height: 1.45;
}

.contact-phone {
  font-family: 'Source Serif 4', serif;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  text-decoration: none;
}

.map-wrap {
  background: var(--site-surface);
  border: 1px solid rgba(137, 44, 84, 0.24);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  aspect-ratio: 4 / 3;
}

.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

.site-footer {
  border-top: 1px solid rgba(162, 94, 91, 0.42);
  background: var(--site-background);
  padding: 1.6rem 0 1rem;
}

.footer-brand { font-family: 'Source Serif 4', serif; font-weight: 700; }
.footer-links a { display: block; text-decoration: none; margin-bottom: 0.25rem; }
.footer-bottom { border-top: 1px solid rgba(162, 94, 91, 0.3); margin-top: 1rem; padding-top: 0.75rem; }

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  background: var(--site-surface);
  border: 1px solid rgba(137, 44, 84, 0.35);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  padding: 1rem;
  max-width: 760px;
  margin: 0 auto;
  display: none;
}

.cookie-banner.is-visible { display: block; }
.cookie-banner p { margin-bottom: 0; color: var(--site-text-secondary); }

.list-check { list-style: none; padding-left: 0; }
.list-check li { border-top: 1px solid rgba(162, 94, 91, 0.28); padding: 0.75rem 0; }
.list-check li:first-child { border-top: 0; }

.simple-link-list a { display: block; padding: 0.45rem 0; font-weight: 700; }

@media (max-width: 991.98px) {
  .site-navbar { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .hero { padding-top: 4.5rem; }
  .section-divider { width: 82%; }
}
