:root {
  --site-background: #ffebd7;
  --site-surface: #fff4e2;
  --site-text: #22120e;
  --site-muted: #71574f;
  --site-primary: #cf322d;
  --site-primary-dark: #950000;
  --site-secondary: #d48800;
  --site-accent: #5550de;
  --radius-family: 0;
  --shadow-family: 0 1px 2px rgba(0,0,0,0.05);
  --type-body: 1.06rem;
  --type-small: .9rem;
  --type-eyebrow: .74rem;
  --type-h1: clamp(2.2rem, 4.5vw, 3rem);
  --type-h2: 1.9rem;
  --type-h3: 1.4rem;
  --section-pad: clamp(4rem, 7vw, 6rem);
}
html { scroll-behavior: smooth; }
body { background: var(--site-background); color: var(--site-text); font-family: "Albert Sans", sans-serif; font-size: var(--type-body); line-height: 1.55; }
h1, h2, h3, h4, .font-display { font-family: "Albert Sans", sans-serif; letter-spacing: -0.035em; }
h1 { font-size: var(--type-h1); line-height: 1.06; }
h2 { font-size: var(--type-h2); line-height: 1.12; }
h3 { font-size: var(--type-h3); line-height: 1.2; }
h1, h2, h3, p { text-wrap: pretty; }
.section-pad { padding-block: var(--section-pad); }
.eyebrow { font-size: var(--type-eyebrow); letter-spacing: .08em; text-transform: uppercase; font-weight: 700; color: var(--site-primary-dark); }
.signature::first-letter { font-size: 1.55em; font-weight: 800; color: var(--site-primary); }
.logo-mark { width: 2.5rem; height: 2.5rem; object-fit: contain; }
.footer-logo { width: 5.5rem; height: 5.5rem; object-fit: contain; }
.nav-link { color: var(--site-text); transition: color .2s ease; }
.nav-link:hover, a:hover { color: var(--site-primary-dark); }
.btn-primary { background: var(--site-primary); color: #fff; border: 0; border-radius: 8px; box-shadow: none; transition: background-color .2s ease, transform .2s ease; }
.btn-primary:hover { background: var(--site-primary-dark); color: #fff; transform: translateY(-1px); }
.card-grid > article { background: var(--site-surface); border-radius: 0; box-shadow: var(--shadow-family); }
.card-grid img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.form-control { width: 100%; border: 1px solid rgba(34,18,14,.3); border-radius: 0; background: var(--site-surface); color: var(--site-text); padding: .75rem .85rem; }
.form-control:focus { outline: 2px solid var(--site-primary-light); outline-offset: 1px; }
.map-frame { aspect-ratio: 16 / 9; width: 100%; border: 0; }
.cookie-banner { position: fixed; z-index: 50; left: 1rem; right: 1rem; bottom: 1rem; background: var(--site-text); color: #fff; padding: 1rem; box-shadow: var(--shadow-family); }
.cookie-banner[hidden] { display: none; }
.cookie-banner button { border: 1px solid rgba(255,255,255,.55); border-radius: 8px; padding: .5rem .8rem; color: #fff; background: transparent; }
.cookie-banner .accept { background: var(--site-primary); border-color: var(--site-primary); }
.confirmation { background: #f7d7b6; padding: 1rem; border-left: 4px solid var(--site-primary); }
.hero-card { background: var(--site-surface); box-shadow: var(--shadow-family); }
@media (min-width: 768px) { .hero-card { margin-left: -4rem; margin-top: 4rem; position: relative; } }
@media (max-width: 767px) { .mobile-panel[hidden] { display: none; } }
