:root {
  color-scheme: light dark;
  --bg: #f7f7f5;
  --surface: #ececeb;
  --panel: #ffffff;
  --text: #211b1c;
  --muted: #65595b;
  --line: #d1c9ca;
  --accent: #b51f2b;
  --accent-hover: #8f1520;
  --on-accent: #fff8f8;
  --container: 1320px;
  --radius: 6px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 12px; z-index: 30; padding: 12px 18px; background: var(--accent); color: var(--on-accent); }
.skip-link:focus { top: 12px; }
.site-header { height: 72px; position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 93%, transparent); backdrop-filter: blur(12px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand img { width: 128px; height: 71px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 30px; white-space: nowrap; }
nav a { font-size: .92rem; font-weight: 800; text-decoration: none; }
nav a:not(.button):hover { color: var(--accent); }
.menu-button { display: none; padding: 9px 11px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); color: var(--text); font: inherit; font-weight: 800; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 2px solid var(--accent); border-radius: var(--radius); background: var(--accent); color: var(--on-accent); font-weight: 900; text-decoration: none; white-space: nowrap; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--accent-hover); border-color: var(--accent-hover); }
.button:active { transform: translateY(1px); }
.button-small { min-height: 42px; }
.hero { height: 82vh; min-height: 650px; max-height: 900px; }
.hero-grid { height: 100%; display: grid; grid-template-columns: .94fr 1.06fr; align-items: stretch; gap: 18px; }
.hero-copy { width: 100%; display: flex; flex-direction: column; justify-content: center; padding: 52px clamp(24px, 4.5vw, 72px) 52px 0; }
.eyebrow { margin: 0 0 20px; color: var(--accent); font-size: .82rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 620px; margin-bottom: 26px; font-size: clamp(3.7rem, 5.1vw, 5.25rem); line-height: .97; letter-spacing: -.06em; }
.hero-lead { max-width: 550px; margin-bottom: 32px; color: var(--muted); font-size: 1.12rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.text-link { color: var(--accent); font-weight: 900; text-underline-offset: 5px; }
.hero-mosaic { min-width: 0; display: grid; grid-template-rows: 1.1fr .9fr; gap: 14px; padding: 18px 0; }
.hero-mosaic figure { margin: 0; min-height: 0; overflow: hidden; border-radius: var(--radius); }
.hero-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.mosaic-wide img { object-position: center; }
.mosaic-small { width: 66%; justify-self: end; }
.section { padding: 108px 0; border-top: 1px solid var(--line); }
h2 { max-width: 800px; margin-bottom: 20px; font-size: clamp(2.4rem, 4vw, 4.15rem); line-height: 1; letter-spacing: -.055em; }
h3 { margin-bottom: 10px; font-size: 1.35rem; }
.section-heading { max-width: 760px; margin-bottom: 56px; }
.section-heading p, .areas p, .business p, .contact p { max-width: 58ch; color: var(--muted); }
.service-gallery { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.service-gallery article { min-height: 210px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.service-gallery article p { color: var(--muted); }
.service-feature { grid-row: span 2; min-height: 436px !important; padding: 0 !important; overflow: hidden; display: grid; grid-template-rows: 1fr auto; }
.service-feature img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.service-feature div, .service-window div { padding: 26px; }
.service-window { grid-column: 1 / -1; padding: 0 !important; display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; }
.service-window img { width: 100%; height: 260px; object-fit: cover; }
.service-window div { display: flex; flex-direction: column; justify-content: center; }
.areas { background: var(--surface); }
.area-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.area-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.area-grid span { padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 900; }
.business-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 88px; align-items: center; }
.business-layout a { color: var(--accent); font-weight: 900; text-underline-offset: 5px; }
.business figure { height: 520px; margin: 0; overflow: hidden; border-radius: var(--radius); }
.business img { width: 100%; height: 100%; object-fit: cover; }
.contact { background: var(--surface); }
.contact-layout { display: grid; grid-template-columns: 1fr .76fr; gap: 90px; align-items: center; }
.contact-copy { display: grid; justify-items: start; }
.contact-copy a { margin-top: 8px; color: var(--accent); font-weight: 900; text-underline-offset: 4px; }
.map-card { min-height: 270px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); display: flex; flex-direction: column; justify-content: space-between; text-decoration: none; }
.map-card span { color: var(--muted); }
.map-card strong { font-size: 1.3rem; }
.map-card b { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
footer { padding: 46px 0 26px; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: center; }
.footer-main img { width: 112px; height: 62px; object-fit: contain; }
.footer-main div { display: grid; }
.footer-main span { color: var(--muted); font-size: .9rem; }
.footer-main a { color: var(--accent); font-weight: 900; text-underline-offset: 4px; }
.disclaimer { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.reveal { opacity: 1; transform: translateY(20px); transition: transform .6s ease; }
.reveal.is-visible, .no-js .reveal { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 70%, white); outline-offset: 3px; }

@media (prefers-color-scheme: dark) {
  :root { --bg: #191516; --surface: #251f20; --panel: #2d2526; --text: #f6eeee; --muted: #cbbbbe; --line: #514144; --accent: #ff6873; --accent-hover: #ff7f88; --on-accent: #2b080c; }
  .hero-mosaic img, .service-gallery img, .business img { filter: brightness(.8) saturate(.82); }
  .brand img, .footer-main img { background: #f7f7f5; border-radius: var(--radius); }
}

@media (max-width: 767px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { height: 64px; }
  .brand img { width: 100px; height: 56px; }
  .menu-button { display: inline-flex; }
  nav { position: absolute; top: 64px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; background: var(--bg); border-bottom: 1px solid var(--line); }
  nav.is-open { display: flex; }
  nav a { padding: 12px 8px; }
  nav .button { margin-top: 8px; }
  .hero { height: auto; min-height: 0; max-height: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 58px 0 46px; }
  h1 { font-size: clamp(3rem, 13.8vw, 4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .text-link { text-align: center; }
  .hero-mosaic { height: 560px; padding: 0 0 18px; }
  .mosaic-small { width: 76%; }
  .section { padding: 72px 0; }
  h2 { font-size: 2.55rem; }
  .service-gallery { grid-template-columns: 1fr; }
  .service-gallery article, .service-feature { grid-row: auto; min-height: 210px !important; }
  .service-feature { min-height: 430px !important; }
  .service-window { grid-column: auto; grid-template-columns: 1fr; }
  .area-layout, .business-layout, .contact-layout { grid-template-columns: 1fr; gap: 46px; }
  .area-grid { grid-template-columns: 1fr; }
  .business figure { height: 72vw; max-height: 430px; }
  .map-card { min-height: 230px; }
  .footer-main { grid-template-columns: 1fr; justify-items: start; }
  .footer-main img { width: 100px; height: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
