@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&family=Quicksand:wght@600;700&display=swap');

:root {
  --site-primary: #83153c;
  --site-primary-light: #b96b87;
  --site-primary-dark: #720038;
  --site-secondary: #995950;
  --site-accent: #0e8c65;
  --site-background: #fff7f4;
  --site-surface: #fff9fc;
  --site-text: #190d0f;
  --site-muted: #675357;
  --bs-body-bg: #fff7f4;
  --bs-body-color: #190d0f;
  --bs-body-font-family: 'Mulish', sans-serif;
  --bs-link-color: #83153c;
  --bs-link-hover-color: #720038;
  --type-h1: clamp(2.2rem, 4.5vw, 3rem);
  --type-h2: 1.9rem;
  --type-h3: 1.4rem;
  --type-body: 1.06rem;
  --type-small: .9rem;
  --type-eyebrow: .74rem;
  --section-pad: clamp(4rem, 7vw, 6rem);
  --shadow-card: 0 12px 32px rgba(0,0,0,.08);
  --shadow-button: 0 4px 12px rgba(0,0,0,.06);
}
* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; 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.7; }
h1, h2, h3, h4, h5, h6 { font-family: 'Quicksand', serif; font-weight: 700; line-height: 1.12; color: var(--site-text); text-wrap: balance; }
h1 { font-size: var(--type-h1); }
h2 { font-size: var(--type-h2); }
h3 { font-size: var(--type-h3); }
p { text-wrap: pretty; }
a { color: var(--site-primary); }
a:hover { color: var(--site-primary-dark); }
img { max-width: 100%; }
.eyebrow { color: var(--site-primary); font-size: var(--type-eyebrow); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 1rem; }
.lead { color: var(--site-muted); font-size: 1.18rem; line-height: 1.65; max-width: 68ch; }
.measure { max-width: 64ch; }
.text-secondary-site { color: var(--site-muted); }
.btn { border-radius: 9999px; padding: .78rem 1.35rem; font-weight: 700; box-shadow: var(--shadow-button); letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; border-width: 1px; }
.btn:hover { transform: translateY(-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: 0; border-radius: 24px; box-shadow: var(--shadow-card); background: var(--site-surface); }
.form-control, .form-select { border-radius: 12px; border: 1px solid rgba(25,13,15,.2); padding: .8rem .9rem; background-color: #fff; }
.form-control:focus, .form-select:focus { border-color: var(--site-primary-light); box-shadow: 0 0 0 .25rem rgba(131,21,60,.12); }
.form-check-input:checked { background-color: var(--site-primary); border-color: var(--site-primary); }
.utility-bar { background: var(--site-primary-dark); color: var(--site-background); font-size: var(--type-small); }
.utility-bar a { color: var(--site-background); text-decoration: none; }
.utility-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.navbar { background: var(--site-background); padding-block: .9rem; }
.navbar-brand { font-family: 'Quicksand', serif; font-weight: 700; color: var(--site-text); display: flex; align-items: center; gap: .7rem; }
.navbar-brand img { width: 48px; height: 48px; object-fit: contain; border-radius: 12px; }
.nav-link { color: var(--site-text); font-weight: 700; }
.nav-link:hover, .nav-link.active { color: var(--site-primary); }
.navbar-toggler { border-color: rgba(25,13,15,.2); border-radius: 12px; }
.section-band { padding-block: var(--section-pad); }
.container-wide { width: min(1280px, calc(100% - 2rem)); margin-inline: auto; }
.container-narrow { width: min(880px, calc(100% - 2rem)); margin-inline: auto; }
.hero-band { background: var(--site-background); }
.hero-title { max-width: 1080px; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.hero-image { width: 100%; min-height: 390px; object-fit: cover; border-radius: 16px; box-shadow: var(--shadow-card); }
.surface-band { background: var(--site-surface); }
.rule-top { border-top: 1px solid rgba(25,13,15,.12); }
.care-image { display: block; width: 100%; max-height: 470px; object-fit: cover; border-radius: 16px; margin-bottom: 2.5rem; box-shadow: var(--shadow-card); }
.fact-list { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem 1.5rem; }
.fact-list li { color: var(--site-muted); }
.fact-list strong { color: var(--site-accent); font-variant-numeric: tabular-nums; margin-right: .5rem; }
.work-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); padding: 0; background: #f7e9ef; }
.work-copy { width: min(440px, calc(100% - 2rem)); margin-left: auto; padding: var(--section-pad) 2.5rem var(--section-pad) 1rem; }
.work-visual { min-height: 560px; background: var(--site-primary-light); display: flex; align-items: center; padding: var(--section-pad) clamp(2rem, 6vw, 6rem); }
.steps { list-style: none; padding: 0; margin: 0; width: min(480px, 100%); }
.steps li { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; margin-bottom: 1.6rem; color: var(--site-text); }
.steps b { font-family: 'Quicksand', serif; font-size: 1.25rem; }
.services-aside { border-left: 3px solid var(--site-accent); padding-left: 1.4rem; color: var(--site-muted); }
.price-line { font-family: 'Quicksand', serif; font-weight: 700; font-variant-numeric: tabular-nums; color: var(--site-primary); }
.records { margin-top: 2.5rem; }
.record { display: grid; grid-template-columns: minmax(150px, 28%) 1fr; padding-block: 1rem; border-bottom: 1px solid rgba(25,13,15,.12); }
.record-label { font-family: 'Quicksand', serif; font-weight: 700; }
.tight-band { padding-block: calc(var(--section-pad) * .6); }
.footer-band-content { background: var(--site-surface); }
.sticky-heading { position: sticky; top: 2rem; }
.contact-cta { background: var(--site-background); padding-block: var(--section-pad); }
.contact-cta-inner { border-radius: 24px; padding: clamp(2rem, 5vw, 4rem); background: var(--site-primary); color: var(--site-background); box-shadow: var(--shadow-card); }
.contact-cta h2 { color: var(--site-background); }
.contact-cta .btn-primary { background: var(--site-background); border-color: var(--site-background); color: var(--site-text); }
.site-footer { min-height: 280px; background: var(--site-surface); padding-block: 3.5rem 2rem; }
.footer-logo { width: 96px; height: 96px; object-fit: contain; border-radius: 16px; }
.footer-brand { font-family: 'Quicksand', serif; font-size: 1.5rem; font-weight: 700; }
.footer-links { list-style: none; padding: 0; columns: 2; }
.footer-links a { text-decoration: none; }
.copyright { font-size: var(--type-small); color: var(--site-muted); margin-top: 2rem; }
.cookie-banner { position: fixed; z-index: 1080; left: 1rem; right: 1rem; bottom: 1rem; max-width: 760px; margin-inline: auto; padding: 1.25rem; border-radius: 24px; background: var(--site-surface); box-shadow: var(--shadow-card); border: 1px solid rgba(25,13,15,.1); }
.cookie-banner[hidden] { display: none; }
.content-hero { padding-block: clamp(3.5rem, 6vw, 5rem); }
.content-section { padding-block: var(--section-pad); }
.service-card { height: 100%; }
.service-card .card-body { padding: 1.7rem; display: flex; flex-direction: column; }
.service-card .btn { margin-top: auto; align-self: flex-start; }
.service-number { color: var(--site-accent); font-family: 'Quicksand', serif; font-weight: 700; }
.table-wrap { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-card); background: var(--site-surface); }
.table { margin-bottom: 0; --bs-table-bg: transparent; }
.table th { font-family: 'Quicksand', serif; color: var(--site-text); }
.table td, .table th { padding: 1rem; vertical-align: top; }
.booking-form { background: var(--site-surface); border-radius: 24px; padding: clamp(1.5rem, 4vw, 3rem); box-shadow: var(--shadow-card); }
.form-status { border-radius: 12px; padding: 1rem; margin-top: 1rem; background: #e5f4ef; color: #075d45; }
.legal-main { width: min(820px, calc(100% - 2rem)); margin-inline: auto; padding-block: var(--section-pad); }
.legal-main h2 { margin-top: 2.5rem; }
.error-main { min-height: 58vh; display: grid; place-items: center; text-align: center; padding: var(--section-pad) 1rem; }
@media (max-width: 991.98px) {
  .utility-inner { flex-direction: column; justify-content: center; padding-block: .5rem; gap: .2rem; }
  .navbar-collapse { padding-top: 1rem; }
  .work-band { grid-template-columns: 1fr; }
  .work-copy { width: min(880px, calc(100% - 2rem)); margin-inline: auto; padding-inline: 0; }
  .work-visual { min-height: auto; }
  .sticky-heading { position: static; }
}
@media (max-width: 767.98px) {
  .hero-image { min-height: 280px; }
  .fact-list { grid-template-columns: 1fr; }
  .record { grid-template-columns: 1fr; gap: .25rem; }
  .footer-links { columns: 1; }
  .table-wrap { overflow-x: auto; }
}
