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

:root {
  --site-primary: #3d7c7b;
  --site-primary-light: #5c9a9d;
  --site-primary-dark: #003f42;
  --site-secondary: #71827e;
  --site-accent: #c3516e;
  --site-background: #f1ffff;
  --site-surface: #ffffff;
  --site-text: #0e1f1f;
  --site-muted: #5c6868;
  --bs-body-bg: #f1ffff;
  --bs-body-color: #0e1f1f;
  --bs-body-font-family: 'Mulish', sans-serif;
  --bs-link-color: #3d7c7b;
  --bs-link-hover-color: #003f42;
  --fs-h1: clamp(2.4rem, 5vw, 3.4rem);
  --fs-h2: 2.2rem;
  --fs-h3: 1.5rem;
  --fs-body: 1.125rem;
  --fs-small: .95rem;
  --fs-eyebrow: .78rem;
  --section-pad: clamp(5rem, 8vw, 7rem);
  --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 { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--bs-body-bg); color: var(--bs-body-color); font-family: var(--bs-body-font-family); font-size: var(--fs-body); line-height: 1.7; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: 'Quicksand', sans-serif; font-weight: 700; color: var(--site-text); text-wrap: balance; line-height: 1.13; }
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
p { text-wrap: pretty; }
a { color: var(--site-primary); transition: color .2s ease; }
a:hover { color: var(--site-primary-dark); }
img { max-width: 100%; }
.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; border-width: 1px; }
.btn:hover, .btn:focus { transform: scale(1.02); }
.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; padding: .82rem 1rem; border-color: rgba(14,31,31,.22); font-size: 1rem; }
.form-control:focus, .form-select:focus { border-color: var(--site-primary); box-shadow: 0 0 0 .2rem rgba(61,124,123,.16); }
.form-check-input:checked { background-color: var(--site-primary); border-color: var(--site-primary); }
.navbar { min-height: 96px; background: rgba(241,255,255,.96); }
.navbar-brand { font-family: 'Quicksand', sans-serif; font-weight: 700; color: var(--site-text); }
.brand-logo { width: 58px; height: 58px; object-fit: contain; border-radius: 16px; }
.desktop-nav-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; }
.nav-side { display: flex; align-items: center; gap: 1.5rem; }
.nav-side-end { justify-content: flex-end; }
.nav-link { color: var(--site-text); font-size: .98rem; font-weight: 700; }
.nav-link:hover, .nav-link:focus { color: var(--site-primary); }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1rem; color: var(--site-secondary); font-size: var(--fs-eyebrow); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 2rem; height: 2px; flex: 0 0 auto; background: var(--site-accent); }
.section-band { padding-block: var(--section-pad); }
.hero-band { padding: clamp(4rem,7vw,6.5rem) clamp(1rem,5vw,5rem) var(--section-pad); background: var(--site-background); }
.hero-copy { max-width: 980px; }
.hero-copy .lead { max-width: 68ch; }
.hero-strip { width: 100%; height: clamp(260px,39vw,490px); object-fit: cover; border-radius: 16px; margin-top: 3.5rem; box-shadow: var(--shadow-card); }
.about-band { display: grid; grid-template-columns: 55% 45%; padding: 0; background: var(--site-surface); align-items: stretch; }
.about-copy { max-width: 704px; margin-left: auto; padding: var(--section-pad) clamp(1.25rem,5vw,4.5rem); }
.edge-image { width: 100%; height: 100%; min-height: 560px; object-fit: cover; border-radius: 16px 0 0 16px; }
.services-band { display: grid; grid-template-columns: minmax(290px,38%) minmax(0,62%); padding: 0; background: rgba(92,154,157,.15); }
.services-heading { padding: var(--section-pad) clamp(1.25rem,5vw,4.5rem); }
.services-heading-inner { max-width: 335px; margin-left: auto; position: sticky; top: 120px; }
.services-scroll { padding: var(--section-pad) clamp(1.25rem,5vw,4.5rem); background: rgba(255,255,255,.4); }
.service-line { max-width: 610px; padding: 1.75rem 0; }
.service-number, .step-number { font-family: 'Quicksand', sans-serif; color: var(--site-accent); font-weight: 700; font-variant-numeric: tabular-nums; }
.service-image { width: 100%; max-width: 680px; height: 340px; object-fit: cover; border-radius: 16px 0 0 16px; margin-top: 2rem; }
.process-band { background: var(--site-surface); }
.wide-wrap { width: min(1280px, calc(100% - 2rem)); margin-inline: auto; }
.narrow-wrap { width: min(880px, calc(100% - 2rem)); margin-inline: auto; }
.process-item { padding: 2rem; }
.contact-band { display: grid; grid-template-columns: 42% 58%; padding: 0; background: var(--site-background); align-items: stretch; }
.contact-visual { min-height: 520px; background: rgba(92,154,157,.15); color: var(--site-text); padding: var(--section-pad) clamp(1.25rem,5vw,4.5rem); display: flex; align-items: center; justify-content: flex-end; }
.contact-visual h2 { color: var(--site-text); }
.contact-visual-inner { max-width: 440px; }
.contact-grid-wrap { padding: var(--section-pad) clamp(1.25rem,5vw,4.5rem); display: flex; align-items: center; }
.contact-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; width: 100%; }
.compact-detail { min-width: 0; font-size: var(--fs-small); }
.compact-detail strong { display: block; font-family: 'Quicksand', sans-serif; margin-bottom: .45rem; }
.contact-area { padding-block: var(--section-pad); background: var(--site-background); }
.contact-form-shell { padding: clamp(1.5rem,4vw,3rem); }
.site-footer { min-height: 280px; padding: 4rem 0 2rem; background: var(--site-surface); }
.footer-logo { width: 96px; height: 96px; object-fit: contain; border-radius: 20px; }
.footer-title { font-family: 'Quicksand', sans-serif; font-size: 1.4rem; font-weight: 700; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links a { text-decoration: none; color: var(--site-text); }
.footer-links a:hover { color: var(--site-primary); }
.footer-meta, small { font-size: var(--fs-small); color: var(--site-muted); }
.cookie-banner { position: fixed; z-index: 1080; left: 1rem; right: 1rem; bottom: 1rem; max-width: 760px; margin-inline: auto; padding: 1rem 1.15rem; border-radius: 24px; background: var(--site-surface); box-shadow: 0 12px 40px rgba(0,0,0,.16); }
.cookie-banner[hidden] { display: none; }
.content-hero { padding: clamp(4rem,7vw,6rem) 0 3rem; }
.content-section { padding-block: clamp(3.5rem,6vw,5.5rem); }
.price-table { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-card); }
.price-table th { font-family: 'Quicksand', sans-serif; }
.price { font-variant-numeric: tabular-nums; white-space: nowrap; font-weight: 800; }
.content-image { width: 100%; height: 460px; object-fit: cover; border-radius: 16px; box-shadow: var(--shadow-card); }
.legal-main { padding-block: var(--section-pad); }
.legal-copy { max-width: 780px; }
.legal-copy h2 { margin-top: 3rem; }
.confirmation { border-radius: 16px; padding: 1rem 1.25rem; background: rgba(92,154,157,.18); color: var(--site-primary-dark); }
.skip-link { position: absolute; left: .75rem; top: -100px; z-index: 2000; background: white; padding: .5rem 1rem; }
.skip-link:focus { top: .75rem; }
@media (max-width: 991.98px) {
  .navbar { min-height: 76px; }
  .desktop-nav-grid { display: block; }
  .brand-logo { width: 48px; height: 48px; }
  .nav-side { display: block; }
  .navbar-collapse { padding: 1rem 0; }
  .about-band, .services-band, .contact-band { grid-template-columns: 1fr; }
  .about-copy, .services-heading-inner { max-width: none; margin: 0; }
  .services-heading-inner { position: static; }
  .edge-image, .service-image { border-radius: 16px; min-height: 0; }
  .edge-image { height: 420px; }
  .contact-visual { justify-content: flex-start; min-height: 0; }
  .contact-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 575.98px) {
  body { font-size: 1.05rem; }
  .hero-band { padding-inline: 1rem; }
  .hero-strip { margin-top: 2.5rem; }
  .contact-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .compact-detail { overflow-wrap: anywhere; }
  .cookie-banner { text-align: left; }
}
