:root {
  --red: #a40012;
  --deep-red: #65000a;
  --gold: #d9aa3b;
  --gold-light: #f5dd91;
  --cream: #fffaf0;
  --ink: #25170f;
  --muted: #6a5a50;
  --line: rgba(164, 0, 18, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0%, var(--cream) 54%, #fff 100%);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.55;
}

a { color: var(--red); }
.topbar {
  max-width: 1160px;
  margin: auto;
  min-height: 124px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 26px;
}
.logo { width: 108px; height: 108px; object-fit: contain; }
.eyebrow, .card-kicker {
  margin: 0 0 3px;
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 1px; color: var(--red); font-size: clamp(2rem, 6vw, 3.1rem); line-height: 1; }
.motto { margin: 7px 0 0; color: #8b6718; font-style: italic; }
main { overflow: hidden; }
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(320px, 1.05fr);
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  color: white;
  background: radial-gradient(circle at 80% 20%, #c72936 0, var(--red) 40%, var(--deep-red) 100%);
  border: 4px solid var(--gold);
  border-radius: 30px;
  box-shadow: 0 22px 60px rgba(68, 0, 6, .18);
}
.hero-photo-wrap { position: relative; align-self: stretch; min-height: 525px; margin: 0; background: #111; }
.hero-photo { width: 100%; height: 100%; min-height: 525px; display: block; object-fit: cover; object-position: 48% top; }
.hero-copy { position: relative; z-index: 1; padding: clamp(36px, 6vw, 78px); }
.hero-copy h2 { margin-bottom: 18px; font-size: clamp(2.5rem, 7vw, 5.2rem); line-height: .98; }
.hero-copy p:not(.eyebrow) { max-width: 550px; font-family: Arial, sans-serif; font-size: 1.12rem; }
.gold { color: var(--gold-light); }
.quick-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.button.primary { color: #4e0007; background: linear-gradient(135deg, #fff0aa, var(--gold)); }
.button.secondary { color: white; border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.08); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 4px solid #2e82ff; outline-offset: 2px; }

.info-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  max-width: 1040px;
  margin: 72px auto;
  padding: 0 24px;
}
.card {
  padding: 34px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(90, 40, 20, .08);
}
.card h2, .visitor-heading h2 { margin-bottom: 20px; color: var(--red); font-size: clamp(1.9rem, 4vw, 2.8rem); }
.service-row { display: flex; justify-content: space-between; gap: 24px; padding: 16px 0; border-top: 1px solid var(--line); }
.service-row strong { color: var(--red); white-space: nowrap; }
.service-call div { display: grid; justify-items: end; gap: 2px; text-align: right; }
.service-call a { color: var(--red); font-family: Arial, sans-serif; font-weight: 800; }
.service-call small { color: var(--muted); font-family: Arial, sans-serif; font-size: .9rem; }
.contact-card { background: linear-gradient(145deg, #fff 0%, #fff6d9 100%); }
.contact-card address { margin-bottom: 15px; font-style: normal; }
.contact-card a { display: block; margin: 9px 0; font-family: Arial, sans-serif; font-weight: 700; overflow-wrap: anywhere; }

.visitor-section {
  max-width: 980px;
  margin: 0 auto 72px;
  padding: clamp(28px, 5vw, 58px);
  color: white;
  background: linear-gradient(145deg, #72000c, #a40012 55%, #610007);
  border: 4px solid var(--gold);
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(68, 0, 6, .16);
}
.visitor-heading p:not(.eyebrow) { max-width: 720px; font-family: Arial, sans-serif; }
.visitor-heading h2 { color: white; margin-bottom: 8px; }
form { margin-top: 32px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label, legend { font-family: Arial, sans-serif; font-weight: 700; }
input, select, textarea {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  color: var(--ink);
  background: white;
  border: 2px solid transparent;
  border-radius: 10px;
  font: inherit;
}
fieldset { margin: 22px 0; padding: 0; border: 0; }
.choice { display: inline-flex; align-items: center; gap: 8px; margin: 10px 22px 0 0; font-weight: 500; }
.choice input { width: 20px; height: 20px; margin: 0; }
form > label { display: block; margin-top: 20px; }
.contact-choice { margin: 22px 0; }
.submit { border: 0; }
.form-note { min-height: 1.5em; margin: 14px 0 0; color: var(--gold-light); font-family: Arial, sans-serif; font-weight: 700; }

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 32px 24px;
  color: white;
  background: #500006;
}
footer img { width: 72px; height: 72px; object-fit: contain; border-radius: 8px; }
footer p { margin: 0; }

@media (max-width: 760px) {
  .topbar { min-height: auto; padding: 14px 16px; gap: 12px; }
  .logo { width: 76px; height: 76px; }
  .motto { display: none; }
  .hero { grid-template-columns: 1fr; margin: 0 12px; border-radius: 23px; }
  .hero-photo-wrap, .hero-photo { min-height: 430px; }
  .hero-photo { height: 430px; object-position: center top; }
  .hero-copy { padding: 34px 24px 40px; }
  .quick-actions .button { width: 100%; }
  .info-grid { grid-template-columns: 1fr; margin: 46px auto; padding: 0 12px; }
  .card { padding: 26px 22px; }
  .visitor-section { margin: 0 12px 44px; padding: 30px 20px; border-radius: 22px; }
  .field-grid { grid-template-columns: 1fr; }
  .service-row { flex-direction: column; gap: 2px; }
  .service-call div { justify-items: start; text-align: left; }
  footer { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
