:root {
  color-scheme: light;
  --offwhite: #f5f5ef;
  --forest: #183f35;
  --brass: #b69b62;
  --brass-light: #e0d2ae;
  --muted: #53675e;
  --stone: #d6dcd3;
  --display: "Avenir Next", "Trebuchet MS", sans-serif;
  --body: "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { min-width: 280px; background: var(--offwhite); }
body { margin: 0; font-family: var(--body); color: var(--forest); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.page { width: min(100% - 112px, 1264px); margin-inline: auto; }
.masthead { min-height: 103px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wordmark { font-family: var(--display); font-size: 22px; font-weight: 750; letter-spacing: -.055em; }
.wordmark span { margin-left: 3px; }
.district { font-size: 14px; }
.demo-notice { padding: 12px 0; border-top: 1px solid var(--stone); color: var(--muted); font-size: 12px; line-height: 1.5; }
.hero { display: grid; grid-template-columns: 1.08fr 1fr; gap: 48px; align-items: center; padding-top: 19px; }
.intro { min-width: 0; padding: 38px 0 46px; }
h1 { font-family: var(--display); font-weight: 750; margin: 0; }
.name { display: block; font-size: clamp(90px, 11.5vw, 166px); line-height: 1; letter-spacing: -.085em; }
.trade { display: block; font-size: clamp(32px, 3.3vw, 47px); line-height: 1.25; letter-spacing: -.045em; margin: 9px 0 0 5px; font-weight: 500; }
.lead { margin: 32px 0 23px 5px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.call-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 84px; max-width: 100%; margin-left: 5px; padding: 18px 24px; border: 1px solid var(--forest); border-radius: 5px; background: var(--forest); color: var(--offwhite); text-decoration: none; }
.call-label { display: block; font-size: 12px; margin-bottom: 7px; }
.call-number { display: block; white-space: nowrap; font-size: 21px; font-weight: 600; letter-spacing: .025em; }
.call-button svg { flex: 0 0 23px; width: 23px; height: 23px; }
.call-button:hover { color: var(--forest); background: var(--offwhite); }
a:focus-visible { outline: 3px solid var(--forest); outline-offset: 6px; }
.metal-panel { width: 100%; min-width: 0; background: var(--forest); border-radius: 2px 2px 60px 2px; }
.key-art { display: block; width: 100%; height: auto; max-height: 580px; }
.contact-strip { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px 32px; margin-top: 46px; padding: 28px 0; border-block: 1px solid var(--stone); }
.contact-strip p { margin: 0; color: var(--muted); font-size: 14px; }
.contact-strip a { display: inline-flex; min-height: 44px; align-items: center; gap: 30px; font-size: clamp(20px, 2.4vw, 30px); text-decoration: none; letter-spacing: -.025em; }
.contact-strip a:hover { text-decoration: underline; text-underline-offset: 6px; }
.contact-arrow { font-size: 30px; }
.footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; padding: 23px 0 28px; font-size: 11px; line-height: 1.5; color: var(--muted); }
@media (max-width: 1000px) {
  .page { width: calc(100% - 64px); }
  .hero { gap: 30px; }
  .name { font-size: clamp(86px, 11.5vw, 130px); }
  .call-button { gap: 21px; padding: 16px 20px; }
  .call-number { font-size: 19px; }
}
@media (max-width: 700px) {
  .page { width: calc(100% - 40px); }
  .masthead { min-height: 73px; }
  .wordmark { font-size: 20px; }
  .district { font-size: 12px; }
  .demo-notice { font-size: 11px; padding-block: 11px; }
  .hero { grid-template-columns: 1fr; gap: 29px; padding-top: 26px; }
  .intro { padding: 0; }
  .name { font-size: clamp(95px, 28vw, 150px); }
  .trade { font-size: 33px; margin: 5px 0 0 3px; }
  .lead { margin: 20px 0 19px 3px; font-size: 16px; }
  .call-button { margin-left: 0; width: 100%; min-height: 77px; padding: 16px 21px; }
  .call-number { font-size: 21px; }
  .metal-panel { border-bottom-right-radius: 42px; }
  .key-art { max-height: 430px; }
  .contact-strip { margin-top: 29px; padding-block: 20px; gap: 9px; }
  .contact-strip p { flex-basis: 100%; font-size: 12px; }
  .contact-strip a { width: 100%; justify-content: space-between; font-size: 24px; }
  .footer { padding-block: 20px; }
}
@media (max-width: 350px) {
  .page { width: calc(100% - 32px); }
  .masthead { min-height: 65px; }
  .demo-notice { max-width: 270px; }
  .hero { padding-top: 22px; }
  .name { font-size: 95px; }
  .trade { font-size: 29px; }
  .lead { margin-top: 17px; }
  .call-number { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
