:root {
  --mist: #EDF1EF;
  --petrol: #173632;
  --copper: #B65B3B;
  --brass: #E7C8AC;
  --white: #FFFFFF;
  --display: "Avenir Next", "Trebuchet MS", sans-serif;
  --body: Verdana, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--mist); color: var(--petrol); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
a:focus-visible { outline: 3px solid var(--copper); outline-offset: 6px; border-radius: 3px; }
.skip-link { position: absolute; top: 12px; left: 12px; padding: 12px 18px; background: var(--white); z-index: 10; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.demo-notice { min-height: 40px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 5px 14px; padding: 10px 18px; background: var(--petrol); color: var(--white); font-size: 11px; line-height: 1.5; }
.demo-notice span:first-child { font-weight: 700; }
.page-shell { max-width: 1392px; padding: 0 56px; margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 116px; }
.wordmark { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 23px; font-weight: 650; line-height: 1.1; }
.brand-stamp { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--petrol); border-radius: 50%; font-size: 28px; font-weight: 500; }
.brand-subline { display: block; margin-top: 5px; font-family: var(--body); font-size: 10px; font-weight: 400; }
.header-location { font-size: 12px; text-align: right; line-height: 1.7; }
.header-location span { display: block; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 6vw, 96px); padding: 20px 0 58px; align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 27px 0 20px; }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .17em; font-size: 11px; line-height: 1.6; }
h1 { margin: 0; font-family: var(--display); font-weight: 500; }
.hero-name { display: block; font-size: clamp(80px, 8.4vw, 112px); letter-spacing: -.055em; line-height: .95; font-weight: 650; }
.hero-service { display: block; margin-top: 18px; font-size: clamp(42px, 4.5vw, 62px); letter-spacing: -.045em; line-height: 1.04; }
.hero-phone { margin: 36px 0 22px; font-family: var(--display); font-size: 25px; line-height: 1.4; font-weight: 500; letter-spacing: .025em; }
.hero-phone:hover { text-decoration: underline; text-underline-offset: 5px; }
.actions { display: flex; gap: 10px; width: 100%; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 58px; padding: 17px 20px; border: 1px solid var(--petrol); border-radius: 5px; font-size: 12px; line-height: 1.5; transition: transform 160ms ease, background-color 160ms ease; }
.button svg { width: 19px; height: 19px; flex-shrink: 0; }
.button-primary { background: var(--petrol); color: var(--white); flex: 1; }
.button-secondary { flex: 1.12; }
.button:hover { transform: translateY(-3px); }
.button-secondary:hover { background: var(--white); }
.art-panel { display: flex; flex-direction: column; justify-content: space-between; position: relative; min-width: 0; background: var(--copper); color: var(--petrol); border-radius: 160px 6px 6px 6px; overflow: hidden; }
.art-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 42px 30px 0 100px; font-size: 9px; letter-spacing: .06em; }
.art-topline span:first-child { font-weight: 700; font-size: 13px; }
.key-art { width: 100%; height: 450px; margin: -8px 0 -9px; }
.art-bottomline { display: flex; justify-content: space-between; padding: 20px 30px 25px; font-size: 11px; }
.contact-strip { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 34px 0 38px; border-top: 1px solid var(--petrol); border-bottom: 1px solid var(--petrol); }
.contact-strip h2 { margin: 0 0 10px; font-family: var(--display); font-size: 24px; font-weight: 500; letter-spacing: -.03em; }
.contact-strip p { margin: 0; font-size: 11px; line-height: 1.7; }
.contact-strip a { display: flex; align-items: center; gap: 30px; font-family: var(--display); font-size: clamp(28px, 3.5vw, 48px); letter-spacing: -.04em; }
.contact-strip a:hover span { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 8px; }
.contact-strip svg { width: 36px; height: 36px; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 0 34px; font-size: 10px; line-height: 1.8; }
@media (max-width: 1050px) and (min-width: 701px) {
  .page-shell { padding: 0 32px; }
  .hero { gap: 30px; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .art-topline { padding-left: 74px; }
  .art-topline span:last-child { display: none; }
  .key-art { height: 440px; }
}
@media (max-width: 700px) {
  .page-shell { padding: 0 22px; }
  .demo-notice { gap: 4px 8px; font-size: 10px; }
  .site-header { min-height: 90px; }
  .wordmark { font-size: 20px; gap: 10px; }
  .brand-stamp { width: 36px; height: 36px; font-size: 24px; }
  .brand-subline { font-size: 9px; }
  .header-location { font-size: 10px; }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 26px; padding: 10px 0 34px; }
  .hero-copy { padding: 10px 0 0; }
  .eyebrow { margin-bottom: 18px; font-size: 10px; }
  .hero-name { font-size: 72px; }
  .hero-service { margin-top: 13px; font-size: 42px; line-height: 1.02; }
  .hero-service { max-width: 250px; }
  .hero-phone { margin: 23px 0 17px; font-size: 23px; }
  .actions { flex-direction: column; gap: 9px; }
  .button { width: 100%; min-height: 52px; padding: 14px 18px; font-size: 12px; }
  .art-panel { border-top-left-radius: 105px; }
  .art-topline { padding: 30px 22px 0 76px; font-size: 8px; }
  .key-art { height: 350px; margin: -8px 0 -22px; }
  .art-bottomline { padding: 15px 22px 22px; }
  .contact-strip { flex-direction: column; align-items: flex-start; gap: 22px; padding: 26px 0; }
  .contact-strip h2 { font-size: 23px; }
  .contact-strip a { width: 100%; justify-content: space-between; gap: 12px; font-size: clamp(26px, 7.6vw, 38px); }
  .contact-strip svg { width: 27px; height: 27px; flex-shrink: 0; }
  .site-footer { flex-direction: column; gap: 8px; padding: 24px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
