:root {
  --radius-card: 12px;
  --radius-button: 8px;
  --radius-input: 6px;
  --shadow-card: 0 12px 32px rgba(0,0,0,.08);
  --shadow-button: 0 4px 12px rgba(0,0,0,.06);
  --size-body: 1rem;
  --size-small: .875rem;
  --size-eyebrow: .72rem;
  --size-h3: 1.25rem;
  --size-h2: 1.6rem;
  --size-h1: clamp(2rem,4vw,2.5rem);
  --section-space: clamp(3rem,6vw,5rem);
  --space: .5rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--color-background); color: var(--color-text-primary); font-family: var(--font-body); font-size: var(--size-body); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color .18s ease, opacity .18s ease; }
a:hover { color: var(--color-primary-dark); }
h1,h2,h3 { margin: 0; font-family: var(--font-display); font-weight: 700; line-height: 1.15; text-wrap: balance; }
h1 { font-size: var(--size-h1); }
h2 { font-size: var(--size-h2); }
h3 { font-size: var(--size-h3); }
p { text-wrap: pretty; }
.prose-measure { max-width: 68ch; }
.eyebrow { margin: 0 0 1rem; color: var(--color-primary-dark); font-size: var(--size-eyebrow); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section-space { padding-top: var(--section-space); padding-bottom: var(--section-space); }
.section-tight { padding-top: calc(var(--section-space) * .6); padding-bottom: calc(var(--section-space) * .6); }
.margin-marker { position: relative; padding-left: 1.25rem; }
.margin-marker::before { position: absolute; top: .2rem; bottom: .2rem; left: 0; width: 2px; border-radius: 2px; background: var(--color-primary-light); content: ""; }
.card { border-radius: var(--radius-card); background: var(--color-surface); box-shadow: var(--shadow-card); transition: transform .18s ease, box-shadow .18s ease; }
.card:hover { transform: translateY(-2px); }
.btn { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: .5rem; border: 0; border-radius: var(--radius-button); padding: .72rem 1.1rem; background: var(--color-primary); color: #fff; font-weight: 800; text-decoration: none; box-shadow: var(--shadow-button); cursor: pointer; transition: background-color .18s ease, transform .18s ease; }
.btn:hover { background: var(--color-primary-dark); color: #fff; transform: translateY(-1px); }
.btn-light { background: var(--color-background); color: var(--color-text-primary); }
.btn-light:hover { background: var(--color-primary-light); color: var(--color-text-primary); }
.btn-outline { border: 1px solid var(--color-primary); background: transparent; color: var(--color-primary-dark); box-shadow: none; }
.btn-outline:hover { background: var(--color-primary-dark); color: #fff; }
input,select,textarea { width: 100%; border: 1px solid rgba(89,84,73,.35); border-radius: var(--radius-input); padding: .72rem .8rem; background: var(--color-surface); color: var(--color-text-primary); font: inherit; }
textarea { min-height: 8rem; resize: vertical; }
input:focus,select:focus,textarea:focus { outline: 3px solid rgba(193,163,72,.35); border-color: var(--color-primary); }
label { display: block; margin-bottom: .35rem; font-weight: 700; }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(89,84,73,.15); background: var(--color-background); }
.logo-image { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.nav-panel { display: flex; align-items: center; gap: 1.4rem; }
.menu-toggle { display: none; border: 0; border-radius: var(--radius-button); padding: .55rem; background: transparent; color: var(--color-text-primary); }
.hero-strip { width: 100%; max-height: 32rem; object-fit: cover; border-radius: 8px; }
.sticky-heading { position: sticky; top: 6rem; align-self: start; }
.feature-icon { width: 28px; height: 28px; flex: none; color: var(--color-primary); stroke-width: 1.75; }
.service-edge-grid { display: grid; grid-template-columns: minmax(260px,34%) minmax(0,1fr); }
.service-visual { min-height: 100%; background: var(--color-primary-light); display: flex; align-items: center; justify-content: center; padding: 2rem; }
.service-visual strong { max-width: 7ch; font-family: var(--font-display); font-size: clamp(3rem,8vw,6.5rem); line-height: .9; color: var(--color-primary-dark); }
.service-content { width: 100%; max-width: 850px; padding-right: clamp(1rem,5vw,5rem); padding-left: clamp(1.5rem,5vw,4rem); }
.service-row { display: grid; grid-template-columns: minmax(160px,30%) minmax(0,1fr); gap: 1.5rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(89,84,73,.2); }
.service-row:last-child { border-bottom: 0; }
.price { font-variant-numeric: tabular-nums; white-space: nowrap; font-weight: 800; color: var(--color-primary-dark); }
.inverted { background: var(--color-text-primary); color: var(--color-background); }
.inverted .eyebrow,.inverted a:not(.btn) { color: var(--color-background); }
.footer-band-grid { display: grid; grid-template-columns: minmax(0,45%) minmax(0,55%); }
.footer-band-text { display: flex; align-items: center; justify-content: flex-end; padding: var(--section-space) clamp(1.5rem,5vw,5rem); }
.footer-band-text > div { width: 100%; max-width: 430px; }
.footer-band-visual { min-height: 360px; background: var(--color-primary-light); display: grid; place-items: center; padding: 2rem; }
.footer-band-visual img { width: min(260px,70%); border-radius: 50%; box-shadow: var(--shadow-card); }
.map-frame { overflow: hidden; border-radius: var(--radius-card); box-shadow: var(--shadow-card); aspect-ratio: 16/10; }
.map-frame iframe { width: 100%; height: 100%; border: 0; }
.site-footer { min-height: 180px; padding: 2.5rem 1rem; text-align: center; background: var(--color-background); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.25rem; }
.legal-main { width: min(100% - 2rem, 800px); margin-inline: auto; padding-block: var(--section-space); }
.legal-main h2 { margin-top: 2.25rem; margin-bottom: .75rem; }
.legal-main h3 { margin-top: 1.5rem; margin-bottom: .5rem; }
.cookie-banner { position: fixed; z-index: 50; right: 1rem; bottom: 1rem; left: 1rem; display: none; max-width: 720px; margin-inline: auto; border-radius: var(--radius-card); padding: 1rem; background: var(--color-surface); box-shadow: var(--shadow-card); }
.cookie-banner.is-visible { display: block; }
.form-confirmation { display: none; border-radius: var(--radius-card); padding: 1.25rem; background: rgba(63,114,66,.12); }
.form-confirmation.is-visible { display: block; }
.offer-button.is-selected { background: var(--color-secondary); }
@media (max-width: 767px) {
  .menu-toggle { display: inline-flex; }
  .nav-panel { position: absolute; top: 100%; right: 1rem; left: 1rem; display: none; flex-direction: column; align-items: stretch; border-radius: var(--radius-card); padding: 1rem; background: var(--color-surface); box-shadow: var(--shadow-card); }
  .nav-panel.is-open { display: flex; }
  .sticky-heading { position: static; }
  .service-edge-grid,.footer-band-grid { grid-template-columns: 1fr; }
  .service-visual { min-height: 220px; }
  .footer-band-visual { min-height: 280px; }
  .service-row { grid-template-columns: 1fr; gap: .5rem; }
}
