@charset "UTF-8";

:root {
    color-scheme: light;
    --paper: #ffffff;
    --paper-deep: #f3f3f4;
    --ink: #252528;
    --text: #55555b;
    --rule: #dedee1;
    --red: #b62028;
    --white: #fff;
    --font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; border-radius: 2px; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3 { margin: 0; }
.page-shell { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 20px; padding: 14px 22px; z-index: 10; background: var(--ink); color: var(--white); font-weight: 700; }
.skip-link:focus { top: 16px; }

.preview-banner { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px 24px; padding: 12px 24px; background: #fbde9c; color: #3f3215; text-align: center; font-size: 14px; line-height: 1.5; }
.preview-banner a { font-weight: 700; text-underline-offset: 3px; }
.site-header { border-top: 5px solid var(--red); border-bottom: 1px solid var(--rule); }
.header-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: flex; flex-direction: column; width: fit-content; gap: 7px; text-decoration: none; }
.wordmark-title { font-size: 21px; font-weight: 700; letter-spacing: .115em; line-height: 1.1; }
.wordmark-title strong { color: var(--red); font-weight: 800; }
.wordmark-subtitle { font-size: 11px; font-weight: 600; letter-spacing: .17em; line-height: 1.4; text-transform: uppercase; }
.header-contact { display: inline-flex; align-items: center; gap: 30px; padding-block: 12px; font-size: 14px; font-weight: 650; text-decoration: none; }
.header-contact span { font-size: 24px; line-height: 1; }
.header-contact:hover { color: var(--red); }

.hero-section {
    background-color: var(--white);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .86) 0%, rgba(255, 255, 255, .80) 32%, rgba(255, 255, 255, .60) 58%, rgba(255, 255, 255, .42) 100%), url("/assets/west-mason-apparatus.jpg");
    background-size: cover;
    background-position: center 51%;
    background-repeat: no-repeat;
}
.hero { display: grid; grid-template-columns: 1.16fr 1fr; align-items: center; gap: 64px; padding-block: 92px 88px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; line-height: 1.5; letter-spacing: .16em; text-transform: uppercase; font-weight: 750; }
.status-mark { height: 3px; width: 24px; flex: 0 0 auto; background: var(--red); }
h1 { max-width: 660px; margin-top: 24px; font-size: clamp(48px, 5.65vw, 80px); line-height: 1.03; font-weight: 700; letter-spacing: -.05em; text-wrap: balance; }
.hero-introduction { max-width: 490px; margin-top: 28px; font-size: 17px; line-height: 1.8; color: var(--text); }
.primary-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 54px; margin-top: 32px; padding: 15px 23px; border: 1px solid var(--red); border-radius: 2px; background: var(--red); color: var(--white); font-size: 14px; line-height: 1.4; font-weight: 650; text-decoration: none; transition: background-color .18s ease, border-color .18s ease; }
.primary-link span { font-size: 20px; line-height: 1; }
.primary-link:hover { border-color: #931a20; background: #931a20; }
.hero-location { display: flex; align-items: center; gap: 8px; margin-top: 29px; font-size: 11px; line-height: 1.5; letter-spacing: .055em; color: #65656c; }
.location-mark { width: 9px; height: 12px; flex: 0 0 auto; border: 1.5px solid currentColor; border-radius: 7px 7px 7px 0; transform: rotate(-45deg); }
.hero-emblem { display: flex; min-width: 0; align-items: center; justify-content: center; }
.patch-logo { width: min(100%, 445px); transform: translateY(-20px); filter: drop-shadow(0 7px 8px rgba(0, 0, 0, .18)); }

.service-strip { border-block: 1px solid var(--rule); background: var(--paper-deep); }
.service-inner { display: grid; grid-template-columns: .8fr 1.8fr; gap: 48px; align-items: center; padding-block: 27px; }
.service-label { font-size: 21px; font-weight: 700; line-height: 1.4; }
.service-description { max-width: 740px; color: var(--text); font-size: 14px; line-height: 1.75; }

.contact-section { padding-block: 58px 56px; background: var(--ink); color: var(--paper); }
.contact-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-bottom: 38px; }
.contact-eyebrow { color: #c6c6cd; font-size: 10px; letter-spacing: .18em; }
h2 { margin-top: 10px; font-size: 38px; line-height: 1.2; font-weight: 700; letter-spacing: -.035em; }
.emergency-notice { display: flex; align-items: center; gap: 11px; padding-block: 7px; }
.emergency-cross { display: grid; place-items: center; width: 29px; height: 29px; background: var(--red); font-weight: 600; font-size: 25px; line-height: 1; }
.emergency-notice p { font-size: 13px; line-height: 1.6; color: #d6d6dc; }
.emergency-notice a { margin-left: 3px; color: var(--white); font-weight: 750; text-underline-offset: 4px; }
.contact-grid { display: grid; grid-template-columns: .95fr 1.15fr 1.05fr; border-top: 1px solid #ffffff2b; }
.contact-item { padding-top: 27px; padding-right: 28px; min-width: 0; }
.contact-item + .contact-item { padding-left: 32px; border-left: 1px solid #ffffff2b; }
.contact-item:last-child { padding-right: 0; }
.contact-item h3 { margin-bottom: 14px; font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .16em; color: #c6c6cd; font-weight: 600; }
.contact-value { display: inline-block; font-size: 19px; line-height: 1.6; font-weight: 500; text-decoration: none; }
.contact-value span { display: inline-block; padding-left: 6px; color: #d3d3da; font-size: 20px; }
.email-value { font-size: 17px; overflow-wrap: anywhere; }
.contact-value:hover { text-decoration: underline; text-underline-offset: 5px; }
.contact-note { margin-top: 5px; font-size: 12px; line-height: 1.7; color: #c6c6cd; }
.contact-item address { max-width: 280px; font-size: 14px; font-style: normal; line-height: 1.7; text-wrap: balance; }
.mailing-address { max-width: 280px; margin-top: 14px; font-size: 12px; line-height: 1.65; color: #c6c6cd; }
.mailing-address span { display: block; margin-bottom: 2px; font-size: 10px; font-weight: 650; letter-spacing: .05em; }
.contact-section a:focus-visible { outline-color: #f1cc93; }

.site-footer { background: #1b1b1e; color: #c8c8ce; border-top: 1px solid #ffffff15; }
.footer-inner { min-height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 18px 24px; font-size: 11px; line-height: 1.7; }
.footer-divider { margin-inline: 9px; color: #92929a; }
.site-footer a { display: inline-flex; align-items: center; gap: 12px; padding-block: 10px; flex-shrink: 0; text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.site-footer a:focus-visible { outline-color: #f1cc93; }

@media (min-width: 1600px) {
    .hero { padding-block: 104px; }
}

@media (max-width: 1100px) {
    .page-shell { width: calc(100% - 72px); }
    .hero { gap: 40px; padding-block: 74px; }
    h1 { font-size: clamp(45px, 5.5vw, 66px); }
    .hero-introduction { font-size: 16px; }
    .contact-grid { grid-template-columns: 1fr 1.25fr 1.1fr; }
    .contact-item { padding-right: 20px; }
    .contact-item + .contact-item { padding-left: 20px; }
    .contact-value { font-size: 17px; }
    .email-value { font-size: 15px; }
    .contact-item address { font-size: 13px; }
}

@media (max-width: 800px) {
    .page-shell { width: calc(100% - 48px); }
    .header-inner { min-height: 96px; }
    .wordmark-title { font-size: 18px; }
    .wordmark-subtitle { font-size: 9px; }
    .header-contact { gap: 13px; font-size: 12px; }
    .hero { grid-template-columns: 1fr 0.82fr; gap: 30px; padding-block: 66px; }
    h1 { font-size: 48px; }
    .hero-introduction { font-size: 15px; line-height: 1.7; }
    .eyebrow { font-size: 9px; letter-spacing: .12em; }
    .primary-link { gap: 14px; padding-inline: 16px; font-size: 12px; }
    .hero-location { font-size: 10px; letter-spacing: 0; }
    .service-inner { grid-template-columns: 1fr 1.6fr; gap: 30px; }
    .service-label { font-size: 21px; }
    .service-description { font-size: 13px; }
    .contact-heading-row { align-items: flex-start; }
    h2 { font-size: 34px; }
    .emergency-notice { padding-top: 24px; }
    .emergency-notice p { font-size: 12px; }
    .contact-grid { grid-template-columns: 1fr 1.2fr; }
    .contact-item-address { grid-column: 1 / -1; }
    .contact-item + .contact-item-address { margin-top: 26px; border-top: 1px solid #ffffff2b; border-left: none; padding-left: 0; display: grid; grid-template-columns: 1fr 1.2fr; column-gap: 20px; }
    .contact-item-address h3 { grid-column: 1 / -1; }
    .mailing-address { margin-top: 0; padding-left: 20px; }
    .footer-inner { padding-block: 18px; align-items: flex-start; }
    .footer-inner > p { max-width: 310px; }
    .site-footer a { padding-block: 0; }
}

@media (max-width: 600px) {
    .page-shell { width: calc(100% - 40px); }
    .header-inner { min-height: 88px; gap: 18px; }
    .wordmark { gap: 5px; }
    .wordmark-title { font-size: 16px; letter-spacing: .075em; }
    .wordmark-subtitle { font-size: 8px; letter-spacing: .08em; }
    .header-contact { gap: 7px; font-size: 11px; }
    .header-contact span { font-size: 20px; }
    .hero-section {
        background-image: linear-gradient(180deg, rgba(255, 255, 255, .90) 0%, rgba(255, 255, 255, .90) 43%, rgba(255, 255, 255, .83) 53%, rgba(255, 255, 255, .50) 72%, rgba(255, 255, 255, .42) 100%), url("/assets/west-mason-apparatus.jpg");
        background-size: 100% 100%, auto 56%;
        background-position: center, 45% bottom;
    }
    .hero { grid-template-columns: 1fr; gap: 56px; padding-block: 48px 48px; }
    .eyebrow { font-size: 9px; letter-spacing: .15em; }
    h1 { max-width: 470px; margin-top: 22px; font-size: clamp(46px, 11.8vw, 64px); line-height: 1.04; letter-spacing: -.055em; }
    .hero-introduction { max-width: 430px; margin-top: 23px; font-size: 15px; line-height: 1.75; }
    .primary-link { min-height: 52px; margin-top: 26px; padding-inline: 20px; gap: 28px; font-size: 13px; }
    .hero-location { margin-top: 22px; font-size: 10px; }
    .hero-emblem { width: 80%; max-width: 345px; margin: 0 auto; padding-top: 0; }
    .patch-logo { width: 100%; }
    .service-inner { grid-template-columns: 1fr; gap: 10px; padding-block: 25px; }
    .service-label { font-size: 22px; }
    .service-description { max-width: 420px; font-size: 13px; }
    .contact-section { padding-block: 40px 36px; }
    .contact-heading-row { display: block; padding-bottom: 26px; }
    h2 { margin-top: 12px; font-size: 34px; }
    .emergency-notice { margin-top: 22px; padding: 0; }
    .emergency-notice p { font-size: 13px; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-item { padding: 24px 0; }
    .contact-item + .contact-item { padding-left: 0; border-left: 0; border-top: 1px solid #ffffff2b; }
    .contact-item h3 { margin-bottom: 9px; }
    .contact-value { font-size: 21px; }
    .email-value { font-size: 18px; }
    .contact-note { margin-top: 3px; }
    .contact-item + .contact-item-address { display: block; margin-top: 0; padding-block: 24px 0; }
    .contact-item address { max-width: 300px; font-size: 14px; }
    .mailing-address { max-width: 300px; margin-top: 18px; padding-left: 0; font-size: 13px; }
    .footer-inner { display: block; padding-block: 22px; font-size: 10px; }
    .footer-inner > p { max-width: none; }
    .footer-divider { margin-inline: 4px; }
    .site-footer a { margin-top: 15px; font-size: 11px; }
}

@media (max-width: 359px) {
    .page-shell { width: calc(100% - 32px); }
    .header-contact { font-size: 10px; }
    .wordmark-title { font-size: 14px; }
    .wordmark-subtitle { font-size: 7px; }
    h1 { font-size: 43px; }
    .primary-link { gap: 18px; padding-inline: 16px; font-size: 12px; }
    .email-value { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
