:root {
  --site-primary: #992c46;
  --site-primary-light: #dc858e;
  --site-primary-dark: #77001d;
  --site-secondary: #7c824f;
  --site-accent: #6c1100;
  --site-background: #ffd9ea;
  --site-surface: #ffedf1;
  --site-text: #1f0e0e;
  --site-text-secondary: #776164;
  --bs-body-bg: #ffd9ea;
  --bs-body-color: #1f0e0e;
  --bs-body-font-family: 'Archivo', sans-serif;
  --bs-link-color: #992c46;
  --bs-link-hover-color: #77001d;
  --size-h1: clamp(2.4rem, 5vw, 3.4rem);
  --size-h2: clamp(1.9rem, 4vw, 2.2rem);
  --size-h3: 1.5rem;
  --size-body: 1.125rem;
  --size-small: .95rem;
  --size-eyebrow: .78rem;
  --section-space: clamp(5rem, 8vw, 7rem);
  --rule: rgba(124, 130, 79, .42);
}

* { box-sizing: border-box; border-radius: 0 !important; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--bs-body-bg); color: var(--bs-body-color); font-family: var(--bs-body-font-family); font-size: var(--size-body); line-height: 1.65; overflow-x: clip; }
h1, h2, h3, h4, h5, h6 { font-family: 'Archivo Black', sans-serif; line-height: 1.04; letter-spacing: -.035em; 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; }
a { color: var(--site-primary); text-underline-offset: .2em; transition: color .18s ease, text-decoration-color .18s ease; }
a:hover { color: var(--site-primary-dark); }
img { max-width: 100%; display: block; }

.btn { border-radius: 0; padding: .78rem 1.2rem; font-weight: 700; box-shadow: 3px 3px 0 var(--site-primary); letter-spacing: .01em; transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease; border-width: 3px; }
.btn:hover, .btn:focus { box-shadow: none; transform: translate(3px, 3px); }
.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: 1px solid var(--site-text); border-radius: 0; box-shadow: none; background: var(--site-surface); }
.form-control, .form-select { border: 2px solid var(--site-text); border-radius: 0; padding: .72rem .8rem; background: var(--site-surface); color: var(--site-text); box-shadow: none; }
.form-control:focus, .form-select:focus { border-color: var(--site-primary); box-shadow: 0 0 0 2px var(--site-primary); background: var(--site-surface); }
.form-check-input { border: 2px solid var(--site-text); background-color: var(--site-surface); }
.form-check-input:checked { background-color: var(--site-primary); border-color: var(--site-primary); }

.eyebrow { display: block; margin-bottom: 1rem; font-size: var(--size-eyebrow); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.lead-copy { max-width: 64ch; font-size: 1.2rem; }
.measure { max-width: 68ch; }
.section-band { background: var(--site-background); padding: var(--section-space) clamp(1.1rem, 4vw, 4rem); border-top: 1px solid var(--rule); }
.section-band:first-of-type { border-top: 0; }
.band-inverted { background: var(--site-text); color: var(--site-background); }
.band-inverted a:not(.btn) { color: var(--site-background); }
.band-inverted a:not(.btn):hover { color: var(--site-primary-light); }
.band-inverted .btn-primary { background: var(--site-background); border-color: var(--site-background); color: var(--site-text); box-shadow: 3px 3px 0 var(--site-primary-light); }
.band-inverted .btn-primary:hover, .band-inverted .btn-primary:focus { background: var(--site-surface); color: var(--site-text); box-shadow: none; }
.band-generous { padding-top: calc(var(--section-space) * 1.5); padding-bottom: calc(var(--section-space) * 1.5); }
.band-tight { padding-top: calc(var(--section-space) * .6); padding-bottom: calc(var(--section-space) * .6); }
.narrow-container { max-width: 880px; margin-inline: auto; }

.site-nav { min-height: 94px; padding: 1rem clamp(1rem, 4vw, 4rem); background: var(--site-background); border-bottom: 1px solid var(--rule); transition: min-height .2s ease, padding .2s ease; z-index: 1030; }
.site-nav.is-shrunk { min-height: 66px; padding-top: .4rem; padding-bottom: .4rem; box-shadow: 0 2px 0 rgba(31, 14, 14, .14); }
.navbar-brand { display: inline-flex; align-items: center; gap: .7rem; font-family: 'Archivo Black', sans-serif; color: var(--site-text); letter-spacing: -.04em; }
.navbar-brand img { width: 48px; height: 48px; object-fit: contain; transition: width .2s ease, height .2s ease; }
.is-shrunk .navbar-brand img { width: 38px; height: 38px; }
.navbar-nav .nav-link { color: var(--site-text); font-size: .98rem; font-weight: 700; }
.navbar-toggler { border: 2px solid var(--site-text); }

.hero-band { padding: 0; min-height: 650px; }
.hero-grid { display: grid; grid-template-columns: 45% 55%; min-height: 650px; }
.hero-visual { min-width: 0; height: 100%; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: var(--section-space) clamp(1.5rem, 6vw, 7rem); }
.hero-copy .lead-copy { margin-top: 1.5rem; margin-bottom: 2rem; }

.record-list { border-top: 1px solid rgba(255, 217, 234, .35); }
.record-row { display: grid; grid-template-columns: minmax(170px, 30%) 1fr; padding: 1.5rem 0; border-bottom: 1px solid rgba(255, 217, 234, .35); }
.record-label { font-family: 'Archivo Black', sans-serif; font-size: .95rem; letter-spacing: .03em; }
.record-row p { margin: 0; max-width: 66ch; }
.work-image { width: 100%; max-height: 440px; object-fit: cover; margin-top: 3rem; border: 1px solid var(--site-background); }
.service-visual img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border: 1px solid var(--site-text); }
.numbered-list { list-style: none; padding: 0; margin: 2rem 0; border-top: 1px solid var(--rule); }
.numbered-list li { display: grid; grid-template-columns: 2.5rem 1fr; padding: .85rem 0; border-bottom: 1px solid var(--rule); }
.numbered-list strong { font-family: 'Archivo Black', sans-serif; }
.contact-fact { border-left: 1px solid rgba(255, 217, 234, .4); padding-left: clamp(1.25rem, 3vw, 3rem); font-family: 'Archivo Black', sans-serif; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.25; }

.contact-area { padding: var(--section-space) clamp(1.1rem, 4vw, 4rem); background: var(--site-surface); border-top: 1px solid var(--rule); }
.map-wrap { aspect-ratio: 16 / 9; min-height: 340px; border: 2px solid var(--site-text); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

.site-footer { min-height: 220px; padding: 4rem clamp(1.1rem, 4vw, 4rem) 2rem; background: var(--site-text); color: var(--site-background); }
.site-footer h2, .site-footer h3 { font-size: 1rem; letter-spacing: 0; }
.site-footer a { color: var(--site-background); }
.site-footer a:hover { color: var(--site-primary-light); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.footer-logo { width: 54px; height: 54px; object-fit: contain; background: var(--site-background); margin-bottom: 1rem; }
.footer-meta { border-top: 1px solid rgba(255, 217, 234, .3); margin-top: 2.5rem; padding-top: 1.25rem; font-size: var(--size-small); }

.page-hero { padding: var(--section-space) 1.1rem 3.5rem; border-bottom: 1px solid var(--rule); }
.content-section { padding: clamp(3.5rem, 6vw, 5.5rem) 1.1rem; border-bottom: 1px solid var(--rule); }
.price { font-family: 'Archivo Black', sans-serif; font-variant-numeric: tabular-nums; font-size: 1.45rem; color: var(--site-primary-dark); }
.price-card .card-body { padding: 1.5rem; }
.price-card:hover { border-color: var(--site-primary); }
.form-section { max-width: 980px; margin-inline: auto; }
.form-label { font-weight: 700; }
.form-text { color: var(--site-text-secondary); }
.form-confirmation { display: none; border: 3px solid var(--site-primary); background: var(--site-surface); padding: 1.5rem; margin-top: 2rem; }
.form-confirmation.is-visible { display: block; }
.legal-main { max-width: 860px; padding: var(--section-space) 1.1rem; margin-inline: auto; }
.legal-main h2 { margin-top: 3.5rem; }
.legal-main h3 { margin-top: 2rem; }
.not-found { min-height: 55vh; padding: var(--section-space) 1.1rem; }

.cookie-banner { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 1080; max-width: 760px; padding: 1.2rem; border: 3px solid var(--site-primary); background: var(--site-surface); box-shadow: 3px 3px 0 var(--site-primary); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: var(--size-small); }

@media (max-width: 991.98px) {
  .site-nav { min-height: 76px; }
  .navbar-collapse { padding: 1rem 0 .5rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; order: 1; }
  .hero-copy { order: 2; }
  .contact-fact { border-left: 0; border-top: 1px solid rgba(255, 217, 234, .4); padding: 2rem 0 0; margin-top: 2rem; }
}
@media (max-width: 575.98px) {
  body { font-size: 1rem; }
  .hero-band, .hero-grid { min-height: 0; }
  .hero-visual { min-height: 330px; }
  .record-row { grid-template-columns: 1fr; gap: .55rem; }
  .map-wrap { min-height: 300px; aspect-ratio: 4 / 5; }
  .cookie-banner { left: .5rem; right: .5rem; bottom: .5rem; }
}
