:root {
  color-scheme: light;
  --workshop: #e8eceb;
  --paper: #f8faf9;
  --graphite: #222a2c;
  --signal: #c9342b;
  --muted: #5d6668;
  --line: #ccd3d2;
  --display: "Trebuchet MS", Arial, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { min-width: 280px; background: var(--workshop); }
body { margin: 0; color: var(--graphite); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body::before { content: ""; display: block; height: 7px; background: var(--signal); }
a { color: inherit; }
.page { width: min(100% - 112px, 1280px); margin-inline: auto; }
.masthead { display: flex; align-items: center; justify-content: space-between; min-height: 111px; }
.wordmark { display: inline-flex; align-items: baseline; font-family: var(--display); font-size: 35px; font-weight: 700; letter-spacing: -2px; }
.brand-number { margin-left: 5px; font-size: 25px; }
.brand-dot { align-self: center; width: 7px; height: 7px; margin: 6px 0 0 7px; background: var(--signal); }
.district { font-size: 15px; font-weight: 600; }
.demo-notice { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; border-block: 1px solid var(--line); padding-block: 13px; font-size: 13px; color: var(--muted); }
.notice-label { color: var(--graphite); font-weight: 650; }
.hero { display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; min-height: 660px; gap: 36px; padding-block: 44px; }
.intro { min-width: 0; }
.eyebrow { margin: 0 0 24px; color: var(--muted); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
h1 { margin: 0; font-family: var(--display); font-weight: 700; }
.business-title { display: block; font-size: clamp(64px, 6.6vw, 94px); line-height: 1.06; letter-spacing: -.065em; }
.business-detail { display: block; margin-top: 13px; font-size: clamp(24px, 2.45vw, 35px); line-height: 1.25; letter-spacing: -.035em; }
.lead { max-width: 350px; margin: 27px 0 33px; font-size: 17px; line-height: 1.65; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.action { display: inline-flex; min-height: 72px; align-items: center; gap: 13px; padding: 14px 20px; border: 1px solid var(--graphite); text-decoration: none; font-size: 14px; font-weight: 600; border-radius: 3px; }
.action svg { flex: 0 0 23px; width: 23px; height: 23px; }
.action-call { background: var(--graphite); color: var(--paper); }
.action-label { display: block; margin-bottom: 5px; font-size: 11px; font-weight: 400; }
.phone { white-space: nowrap; font-size: 17px; letter-spacing: .025em; }
.action-message { background: var(--paper); }
.arrow { margin-left: 6px; font-size: 21px; font-weight: 400; }
.action:hover { box-shadow: 0 4px 0 var(--signal); }
a:focus-visible { outline: 3px solid var(--signal); outline-offset: 5px; }
.illustration { position: relative; min-width: 0; width: 100%; max-width: 500px; justify-self: end; }
.key-drawing { display: block; width: 100%; height: auto; }
.drawing-corner { position: absolute; width: 19px; height: 19px; border-color: var(--muted); border-style: solid; }
.corner-top { top: 6%; right: 4%; border-width: 1px 1px 0 0; }
.corner-bottom { bottom: 6%; left: 5%; border-width: 0 0 1px 1px; }
.footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 24px; padding: 23px 0 29px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
@media (max-width: 1050px) {
  .page { width: calc(100% - 64px); }
  .hero { gap: 20px; min-height: 590px; }
  .actions { flex-direction: column; align-items: flex-start; }
  .action { width: 253px; }
  .action-message .arrow { margin-left: auto; }
}
@media (max-width: 700px) {
  .page { width: calc(100% - 40px); }
  .masthead { min-height: 77px; }
  .wordmark { font-size: 29px; }
  .brand-number { font-size: 21px; }
  .district { font-size: 13px; }
  .demo-notice { gap: 5px 12px; padding-block: 11px; font-size: 11px; line-height: 1.5; }
  .hero { grid-template-columns: 1fr; min-height: 0; gap: 21px; padding-block: 29px 20px; }
  .eyebrow { margin-bottom: 15px; font-size: 11px; }
  .business-title { font-size: clamp(54px, 15vw, 78px); }
  .business-detail { margin-top: 8px; font-size: clamp(23px, 6.2vw, 32px); }
  .lead { margin: 18px 0 21px; max-width: 320px; font-size: 15px; line-height: 1.5; }
  .actions { gap: 10px; align-items: stretch; }
  .action { width: 100%; min-height: 60px; padding: 10px 18px; }
  .action-message { min-height: 54px; }
  .action-label { margin-bottom: 3px; }
  .illustration { max-width: 360px; justify-self: center; }
  .footer { padding-block: 19px 24px; font-size: 11px; }
}
@media (max-width: 350px) {
  .page { width: calc(100% - 32px); }
  .masthead { min-height: 65px; }
  .demo-notice { column-gap: 8px; }
  .hero { padding-top: 24px; }
  .business-title { font-size: 54px; }
  .business-detail { font-size: 23px; }
  .lead { margin-block: 15px 18px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
