:root {
  color-scheme: light;
  --mint: #F1F7F3;
  --maroon: #44222D;
  --copper: #B97A61;
  --copper-light: #DFC9C0;
  --mint-shadow: #CBDCD1;
  --ink: #252B29;
  --display: "Trebuchet MS", Arial, sans-serif;
  --body: "Avenir Next", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--mint); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--copper); outline-offset: 6px; }
.skip { position: absolute; top: -100px; left: 18px; z-index: 5; padding: 14px; background: var(--maroon); color: var(--mint); }
.skip:focus { top: 12px; }
.page { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.masthead { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 107px; }
.brand { color: var(--maroon); font-size: 20px; font-weight: 700; letter-spacing: -.04em; }
.brand span { padding-left: 7px; font-size: 12px; font-weight: 500; letter-spacing: 0; }
.location { font-size: 13px; }
.demo-notice { display: flex; flex-wrap: wrap; gap: 4px; padding: 13px 0; border-block: 1px solid var(--mint-shadow); font-size: 12px; line-height: 1.5; }
.title-block { padding: 35px 0 28px; }
h1 { margin: 0; color: var(--maroon); font-family: var(--display); font-weight: 700; }
.name { display: block; font-size: clamp(82px, 10.9vw, 146px); line-height: 1; letter-spacing: -.07em; }
.trade { display: block; font-family: var(--body); font-size: 28px; line-height: 1.3; font-weight: 500; letter-spacing: -.03em; margin: 15px 0 0 5px; }
.hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: center; padding-bottom: 48px; }
.contact { min-width: 0; padding: 15px 0 20px; }
.intro { margin: 0 0 30px; font-size: 24px; line-height: 1.5; letter-spacing: -.035em; }
.actions { display: grid; gap: 12px; max-width: 408px; }
.action { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 19px 24px; min-height: 60px; border-radius: 12px; transition: transform .15s ease; }
.action:hover { transform: translateY(-2px); }
.call { background: var(--maroon); color: var(--mint); min-height: 92px; }
.action-label { display: block; margin-bottom: 7px; font-size: 12px; }
.call strong { font-family: var(--display); font-size: 25px; font-weight: 700; letter-spacing: -.035em; white-space: nowrap; }
.arrow { font-size: 28px; line-height: 1; font-weight: 400; }
.message { border: 1px solid var(--maroon); color: var(--maroon); font-size: 14px; font-weight: 600; }
.contact-location { margin: 28px 0 0; font-size: 13px; }
.handle-panel { width: 100%; max-width: 570px; justify-self: end; aspect-ratio: 1; border-radius: 56px 12px 56px 12px; background: var(--maroon); }
.handle-panel svg { display: block; width: 100%; height: auto; }
.phone-line { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px 0; border-block: 1px solid var(--mint-shadow); color: var(--maroon); }
.phone-line>span { font-size: 18px; }
.phone-line a { font-family: var(--display); font-size: 26px; letter-spacing: -.03em; white-space: nowrap; }
.phone-line a span { margin-left: 20px; }
footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 20px; padding: 24px 0 30px; font-size: 11px; }
@media (max-width: 1000px) {
  .page { width: calc(100% - 64px); }
  .hero { gap: 32px; }
  .intro { font-size: 20px; }
  .action { padding: 18px; }
  .call strong { font-size: 23px; }
  .handle-panel { border-radius: 40px 10px 40px 10px; }
}
@media (max-width: 700px) {
  .page { width: calc(100% - 36px); }
  .masthead { min-height: 68px; gap: 12px; }
  .brand { font-size: 17px; }
  .brand span { font-size: 10px; padding-left: 3px; }
  .location { font-size: 10px; }
  .demo-notice { display: block; padding: 10px 0; font-size: 11px; }
  .demo-notice span { display: inline; }
  .title-block { padding: 25px 0 20px; }
  .name { font-size: clamp(44px, 14.5vw, 66px); letter-spacing: -.06em; }
  .trade { font-size: 23px; margin: 7px 0 0 2px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 29px; padding-bottom: 26px; }
  .contact { padding: 0; }
  .intro { font-size: 17px; margin-bottom: 19px; line-height: 1.5; }
  .actions { max-width: none; gap: 10px; }
  .action { padding: 15px 19px; min-height: 54px; border-radius: 10px; }
  .call { min-height: 78px; }
  .action-label { margin-bottom: 5px; font-size: 11px; }
  .call strong { font-size: 23px; }
  .arrow { font-size: 25px; }
  .contact-location { margin-top: 17px; font-size: 11px; }
  .handle-panel { max-width: 440px; align-self: center; border-radius: 36px 10px 36px 10px; }
  .phone-line { align-items: flex-start; flex-direction: column; gap: 13px; padding: 23px 0; }
  .phone-line>span { font-size: 15px; }
  .phone-line a { font-size: 23px; }
  footer { padding-block: 21px 26px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .action { transition: none; }
  .action:hover { transform: none; }
}
