:root {
  --site-primary: #9e3b00;
  --site-primary-dark: #6c0000;
  --site-accent: #0079a6;
  --site-secondary: #678b3b;
  --site-surface: #fdf5f2;
  --bs-body-bg: #fff9ee;
  --bs-body-color: #100c0a;
  --bs-body-font-family: 'Jost', sans-serif;
  --bs-link-color: #9e3b00;
  --bs-link-hover-color: #6c0000;
  --type-h1: clamp(2.4rem, 5vw, 3.4rem);
  --type-h2: 2.2rem;
  --type-h3: 1.5rem;
  --type-body: 1.125rem;
  --type-small: .95rem;
  --type-eyebrow: .78rem;
  --section-pad: clamp(5rem, 8vw, 7rem);
}
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.55; }
h1, h2, h3, h4, h5, h6 { font-family: 'Jost', sans-serif; font-weight: 650; letter-spacing: -.025em; }
h1 { font-size: var(--type-h1); line-height: 1.08; }
h2 { font-size: var(--type-h2); line-height: 1.12; }
h3 { font-size: var(--type-h3); line-height: 1.2; }
p { max-width: 68ch; text-wrap: pretty; }
a { color: var(--bs-link-color); transition: color .2s ease; }
a:hover { color: var(--bs-link-hover-color); }
.btn { border-radius: 9999px; padding: .72rem 1.25rem; font-weight: 600; box-shadow: 0 4px 12px rgba(0,0,0,.06); letter-spacing: .01em; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; border-width: 1px; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.09); }
.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; }
.form-control, .form-select { border-radius: 12px; border-color: #e3cfc7; padding: .8rem 1rem; background: #fffdf9; }
.form-control:focus, .form-select:focus { border-color: var(--site-primary); box-shadow: 0 0 0 .2rem rgba(158,59,0,.12); }
.navbar { padding: 1.1rem 0; }
.navbar-brand { color: var(--bs-body-color); font-weight: 650; letter-spacing: -.02em; }
.navbar-brand:hover { color: var(--bs-body-color); }
.logo-mark { width: 42px; height: 42px; object-fit: contain; }
.nav-link { color: var(--bs-body-color); font-size: var(--type-small); font-weight: 500; }
.nav-link:hover, .nav-link:focus { color: var(--site-primary); }
.hero { background: var(--bs-body-bg); padding: clamp(6rem, 12vw, 10rem) 0 clamp(5rem, 9vw, 8rem); }
.hero p { font-size: 1.18rem; color: #525151; }
.eyebrow { color: var(--site-primary); font-size: var(--type-eyebrow); text-transform: uppercase; letter-spacing: .1em; font-weight: 700; margin-bottom: 1rem; }
.section { padding: var(--section-pad) 0; position: relative; }
.section:nth-of-type(even) { background: var(--site-surface); }
.section-marker { border-left: 3px solid var(--site-primary-light, #d69b85); padding-left: 1.5rem; }
.section-marker .eyebrow { margin-top: .2rem; }
.card { border: 0; border-radius: 24px; box-shadow: 0 12px 32px rgba(0,0,0,.08); background: #fffdf9; }
.service-card { height: 100%; padding: 1.75rem; }
.service-number { color: var(--site-primary); font-size: 1.35rem; font-weight: 700; }
.rounded-image { border-radius: 16px; width: 100%; height: 100%; object-fit: cover; min-height: 280px; }
.location-map { border: 0; width: 100%; height: 280px; border-radius: 16px; }
.sidebar-note { color: var(--site-primary); font-weight: 600; font-size: var(--type-small); border-top: 2px solid var(--site-primary-light, #d69b85); padding-top: 1rem; }
.contact-panel { background: var(--site-surface); border-radius: 24px; padding: 2rem; }
.contact-phone { font-size: clamp(1.7rem, 4vw, 2.5rem); font-weight: 650; font-variant-numeric: tabular-nums; }
.site-footer { min-height: 280px; padding: 4rem 0 3rem; background: #f4e7df; }
.footer-logo { width: 88px; height: 88px; object-fit: contain; }
.footer-tagline { color: #525151; max-width: 24ch; }
.cookie-banner { position: fixed; z-index: 1080; left: 1rem; right: 1rem; bottom: 1rem; max-width: 720px; padding: 1.2rem 1.35rem; background: #fffdf9; border-radius: 20px; box-shadow: 0 12px 32px rgba(0,0,0,.16); }
.cookie-banner p { font-size: var(--type-small); margin-bottom: .8rem; }
.page-intro { padding: 5rem 0 3rem; background: var(--site-surface); }
.legal-copy h2 { margin-top: 2.5rem; }
.legal-copy li { margin-bottom: .5rem; }
.reservation-form { background: var(--site-surface); border-radius: 24px; padding: clamp(1.5rem, 4vw, 3rem); box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.confirmation { display: none; border-radius: 16px; padding: 1rem 1.25rem; background: #e9f1df; color: #34521b; }
@media (max-width: 991.98px) { .navbar-collapse { padding-top: 1rem; } .section-marker { padding-left: 1rem; } }
@media (max-width: 575.98px) { .hero { padding-top: 4.5rem; } .site-footer { padding-top: 3rem; } }
