:root {
  --site-primary: #1f1f1f;
  --site-primary-dark: #060606;
  --site-accent: #ee3328;
  --site-secondary: #5f5f5f;
  --site-surface: #fcfcfc;
  --bs-body-bg: #fcfcfc;
  --bs-body-color: #020202;
  --bs-body-font-family: 'Hanken Grotesk', sans-serif;
  --bs-link-color: #1f1f1f;
  --bs-link-hover-color: #060606;
  --type-h1: clamp(2rem, 4vw, 2.5rem);
  --type-h2: 1.6rem;
  --type-h3: 1.25rem;
  --type-body: 1rem;
  --type-small: .875rem;
  --section-pad: clamp(3rem, 6vw, 5rem);
}
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.6; }
h1, h2, h3, h4, h5, h6 { font-family: 'Hanken Grotesk', sans-serif; font-weight: 600; }
h1 { font-size: var(--type-h1); line-height: 1.12; }
h2 { font-size: var(--type-h2); line-height: 1.2; }
h3 { font-size: var(--type-h3); line-height: 1.3; }
h1, h2, h3, p { text-wrap: pretty; }
a { color: var(--site-primary); transition: color .2s ease, background-color .2s ease; }
a:hover { color: var(--site-primary-dark); }
.btn { border-radius: 12px; padding: .7rem 1.15rem; font-weight: 600; box-shadow: inset 0 -2px 0 rgba(0,0,0,.08); letter-spacing: .01em; transition: background-color .2s ease, border-color .2s ease, color .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; }
.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(--site-surface); border-bottom: 1px solid #e8e8e8; }
.navbar-brand { color: var(--site-primary); font-weight: 600; letter-spacing: -.02em; }
.navbar-brand:hover { color: var(--site-primary-dark); }
.logo-mark { width: 42px; height: 42px; object-fit: contain; }
.navbar .nav-link { color: var(--site-primary); font-size: .92rem; padding-left: .75rem !important; padding-right: .75rem !important; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--site-primary-dark); text-decoration: underline; text-decoration-color: var(--site-accent); text-decoration-thickness: 3px; text-underline-offset: 6px; }
.navbar-toggler { border-color: #d8d8d8; }
.hero { padding: clamp(3.5rem, 7vw, 6rem) 0 0; }
.hero-copy { max-width: 700px; margin: 0 auto; }
.measure-wide { max-width: 680px; }
.measure-about { max-width: 700px; }
.form-wide { max-width: 900px; }
.hero-copy .lead { max-width: 620px; margin-left: auto; margin-right: auto; }
.hero-media { width: 100%; max-height: 500px; object-fit: cover; border-radius: 8px; margin-top: 3rem; }
.section-pad { padding: var(--section-pad) 0; }
.tone-alt { background: var(--site-surface); }
.eyebrow { color: var(--site-accent); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: .8rem; }
.underlined { display: inline-block; text-decoration: underline; text-decoration-color: var(--site-accent); text-decoration-thickness: 3px; text-underline-offset: .35rem; }
.package-card { height: 100%; border: 1px solid #e4e4e4; border-radius: 10px; background: #fff; transition: border-color .2s ease, background-color .2s ease; }
.package-card:hover { border-color: #c9c9c9; background: #fefefe; }
.package-card .card-body { padding: 1.6rem; }
.package-card svg { width: 30px; height: 30px; fill: var(--site-accent); margin-bottom: 1.1rem; }
.form-control, .form-select { border-radius: 6px; border-color: #d7d7d7; padding: .7rem .8rem; }
.form-control:focus, .form-select:focus { border-color: var(--site-primary); box-shadow: 0 0 0 .2rem rgba(31,31,31,.08); }
.form-check-input:checked { background-color: var(--site-primary); border-color: var(--site-primary); }
.map-wrap { overflow: hidden; border-radius: 8px; border: 1px solid #e4e4e4; }
.map-wrap iframe { display: block; width: 100%; min-height: 320px; border: 0; }
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li { margin-bottom: .55rem; }
.contact-list strong { display: inline-block; min-width: 92px; }
footer { border-top: 1px solid #e8e8e8; padding: 3rem 0; background: var(--site-surface); }
.footer-name { font-size: 1.35rem; font-weight: 600; }
.footer-links a { margin: 0 .55rem; white-space: nowrap; }
.cookie-banner { position: fixed; z-index: 1050; left: 1rem; right: 1rem; bottom: 1rem; max-width: 760px; margin: auto; background: #fff; border: 1px solid #dedede; border-radius: 10px; padding: 1rem 1.15rem; }
.cookie-banner p { margin: 0; font-size: var(--type-small); }
.cookie-actions { flex-shrink: 0; }
.confirmation { display: none; border: 1px solid #c9dfc9; background: #f4fbf4; border-radius: 8px; padding: 1rem; }
.confirmation.is-visible { display: block; }
.legal-content h2 { margin-top: 2.2rem; }
.legal-content h3 { margin-top: 1.4rem; }
@media (max-width: 991.98px) {
  .navbar-collapse { padding: 1rem 0; }
  .nav-side { display: none !important; }
}
@media (max-width: 575.98px) {
  .hero-media { margin-top: 2rem; }
  .footer-links a { display: inline-block; margin: .25rem .4rem; }
  .cookie-banner { left: .65rem; right: .65rem; }
}
