:root {
  --red: #d91f2a;
  --red-dark: #ad111b;
  --ink: #252525;
  --muted: #666a70;
  --line: #dedede;
  --soft: #f6f6f5;
  --white: #fff;
  --radius: 0.35rem;
  --shadow: 0 0.75rem 2rem rgb(0 0 0 / 8%);
  --content: 68rem;
  --narrow: 50rem;
  --space-1: 0.5rem;
  --space-2: 0.8rem;
  --space-3: 1.2rem;
  --space-4: 2rem;
  --space-5: 3.5rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: var(--red-dark); text-underline-offset: 0.2em; }
a:hover { color: var(--red); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: 0.7rem 1rem; background: var(--ink); color: var(--white); }
.skip-link:focus { top: 1rem; }
.wrap { width: min(calc(100% - 2rem), var(--content)); margin-inline: auto; }
.site-header { padding-block: 1.25rem 1rem; }
.header-top { display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); }
.brand img { width: 120px; height: 103px; object-fit: contain; }
.header-call { margin: 0; color: #4f4f4f; font-weight: 600; text-align: right; line-height: 1.45; }
.header-call a { color: inherit; }
.site-nav { margin-top: -1.1rem; }
.site-nav ul { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 0.25rem 1.7rem; margin: 0; padding: 0; list-style: none; }
.site-nav a { color: #5d6065; font-size: 0.8rem; letter-spacing: 0.14em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--red); }
.hero { width: min(100%, var(--content)); margin: 1.5rem auto 0; }
.hero img { width: 100%; height: auto; aspect-ratio: 1300 / 363; object-fit: cover; }
.page-main { width: min(calc(100% - 2rem), var(--narrow)); margin: 0 auto; padding-block: var(--space-4) var(--space-5); }
.page-main.wide { width: min(calc(100% - 2rem), var(--content)); }
h1, h2, h3 { margin-top: 0; font-weight: 500; line-height: 1.2; }
h1 { margin-bottom: 1.1rem; font-size: clamp(2rem, 6vw, 3.4rem); letter-spacing: -0.035em; }
h2 { margin-top: var(--space-4); font-size: clamp(1.5rem, 3vw, 2rem); }
h3 { margin-top: var(--space-4); font-size: 1.25rem; }
.lead { max-width: 44rem; color: var(--muted); font-size: 1.15rem; }
.accent { color: var(--red); }
.actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.5rem; }
.button, button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 2.9rem; padding: 0.65rem 1.15rem;
  border: 2px solid var(--red); border-radius: var(--radius); background: var(--red); color: var(--white);
  font: 600 0.92rem/1 "Segoe UI", Arial, sans-serif; text-decoration: none; cursor: pointer;
}
.button:hover, button:hover { border-color: var(--red-dark); background: var(--red-dark); color: var(--white); }
.button.secondary { background: transparent; color: var(--red-dark); }
.button.secondary:hover { background: var(--red); color: var(--white); }
.feature-list { padding-left: 1.3rem; }
.feature-list li { margin-block: 0.35rem; }
.info-band { margin-top: var(--space-4); padding: 1.4rem; border-left: 4px solid var(--red); background: var(--soft); }
.empty-state { padding: var(--space-5) var(--space-4); border: 1px solid var(--line); background: var(--soft); text-align: center; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.listing-notice { min-height: 10rem; padding-top: 1rem; color: var(--muted); }
.link-list { display: grid; gap: 1rem; margin-top: var(--space-4); }
.link-row { display: block; padding: 1.2rem 1.3rem; border: 1px solid var(--line); border-left: 4px solid var(--red); color: var(--ink); text-decoration: none; }
.link-row strong { display: block; font-size: 1.1rem; }
.link-row span { color: var(--muted); }
.link-row:hover { border-color: var(--red); box-shadow: var(--shadow); color: var(--ink); }
.contact-grid { display: grid; gap: var(--space-4); }
.contact-list { margin: 0; padding: 0; list-style: none; }
.contact-list li { margin-bottom: 1rem; }
.contact-list span { display: block; color: var(--muted); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
form { margin-top: var(--space-4); }
.form-section { margin: 0 0 var(--space-4); padding: 0; border: 0; }
.form-section legend { width: 100%; margin-bottom: 1rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--line); font-size: 1.25rem; font-weight: 600; }
.form-grid { display: grid; gap: 1rem; }
.field { display: grid; gap: 0.35rem; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 600; }
.optional { color: var(--muted); font-size: 0.85rem; font-weight: 400; }
input, select, textarea {
  width: 100%; min-height: 2.9rem; padding: 0.65rem 0.75rem; border: 1px solid #a9aaad; border-radius: var(--radius);
  background: var(--white); color: var(--ink); font: 1rem/1.4 "Segoe UI", Arial, sans-serif;
}
textarea { min-height: 8rem; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--red); outline: 2px solid rgb(217 31 42 / 20%); }
.botcheck { position: absolute; left: -10000px; }
.form-note { color: var(--muted); font-size: 0.9rem; }
.calculator { max-width: 34rem; padding: var(--space-4); border: 1px solid var(--line); box-shadow: var(--shadow); }
.calculator-output { margin: 1.5rem 0 0; padding: 1rem; border-left: 4px solid var(--red); background: var(--soft); font-size: 1.2rem; }
.calculator-output p { display: flex; justify-content: space-between; gap: 1rem; margin: 0.35rem 0; }
.calculator-output p:last-child { margin-top: 0.8rem; padding-top: 0.8rem; border-top: 1px solid var(--line); }
.site-footer { padding-block: 2.2rem; border-top: 1px solid var(--line); background: var(--soft); color: #56595e; font-size: 0.9rem; text-align: center; }
.site-footer p { margin: 0.3rem 0; }

@media (min-width: 44rem) {
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1.3fr); }
}
@media (max-width: 43.99rem) {
  .site-header { padding-bottom: 0.25rem; }
  .header-top { align-items: flex-start; }
  .brand img { width: 88px; height: 76px; }
  .header-call { max-width: 13rem; font-size: 0.85rem; }
  .site-nav { margin-top: 1rem; border-block: 1px solid var(--line); }
  .site-nav ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
  .site-nav a { display: block; padding: 0.75rem 0.35rem; font-size: 0.73rem; text-align: center; }
  .hero { margin-top: 0; }
  .hero img { min-height: 10rem; }
  .page-main { padding-top: 1.8rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
