:root {
  --bg: #E4E4DF;
  --surface: #F5F5F2;
  --ink: #24262B;
  --ink-dim: #5B6670;
  --line: #C7C8C1;
  --safety: #E8590C;
  --safety-ink: #F8F4EF;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Public Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--safety); text-decoration: none; }
a:hover { color: #C74B09; }
.wrap { width: 100%; margin: 0 auto; padding: 0 4vw; }
.display { font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif; }

header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(228,228,223,0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
nav.wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px; padding-bottom: 14px;
}
.logo { display: flex; align-items: center; }
.logo img { height: 48px; width: auto; }
.nav-links {
  display: flex; align-items: center; gap: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px; letter-spacing: 0.02em; text-transform: uppercase; font-weight: 500;
  color: #4B535A;
}
.nav-links a { color: inherit; }
.nav-links a.is-active { color: var(--ink); border-bottom: 2px solid var(--safety); padding-bottom: 2px; }
.menu-toggle { display: none; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--safety); color: var(--safety-ink);
  font-weight: 600; font-size: 15px; padding: 13px 22px;
  border: 1px solid var(--safety);
  white-space: nowrap;
}
.btn:hover { background: #C74B09; border-color: #C74B09; color: var(--safety-ink); }
.btn-ghost {
  background: transparent; color: #F5F5F2; border: 1px solid #F5F5F2;
}
.btn-ghost:hover { background: #F5F5F2; color: var(--ink); }
.icon-btn {
  width: 44px; height: 44px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); color: var(--ink); background: var(--surface);
}
.icon-btn:hover { border-color: var(--safety); color: var(--safety); background: #fff; }
.icon-btn svg { width: 20px; height: 20px; }

.grain { background-image: radial-gradient(rgba(91,102,112,0.06) 1px, transparent 1px); background-size: 5px 5px; }
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin-bottom: 22px;
  font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-dim); font-weight: 500;
}
.hazard-chip { width: 22px; height: 10px; background: repeating-linear-gradient(-45deg, var(--safety) 0 6px, var(--ink) 6px 12px); flex: none; }

h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 7vw, 80px);
  line-height: 0.98; margin: 0; color: #1B1C20;
}
h2 {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  font-size: clamp(30px, 4vw, 44px); line-height: 1.05; margin: 0; color: #1B1C20;
}
.lede { font-size: 19px; line-height: 1.6; color: var(--ink-dim); margin: 26px 0 0; max-width: 62ch; }
.hero { padding: 40px 0 0; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: start;
}
.hero-photos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.72fr);
  gap: 8px;
  overflow: hidden;
  width: 100%;
  height: 280px;
  max-height: 280px;
  min-height: 0;
  align-self: start;
}
.hero-photos img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: top;
  min-height: 0;
}
.hero-photos .p-lg { grid-column: 1 / span 2; grid-row: 1 / span 2; }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 34px; }

.services-strip {
  margin-top: 56px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.services-strip > div { padding: 18px 12px; text-align: center; border-right: 1px solid var(--line); }
.services-strip > div:last-child { border-right: none; }
.services-strip .svc-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 19px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em; color: #1B1C20;
}

section { padding: 88px 0; }
section.alt { background: var(--surface); }
.section-head { margin-bottom: 44px; max-width: 72ch; }
.section-eyebrow {
  font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--safety); font-weight: 600; margin-bottom: 10px;
}
.section-body { font-size: 17px; color: var(--ink-dim); line-height: 1.65; margin-top: 14px; }

.page-hero {
  position: relative; min-height: 280px; display: flex; align-items: flex-end;
  color: #F5F5F2; overflow: hidden;
}
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.25) brightness(0.45); }
.page-hero .wrap { position: relative; z-index: 1; padding-bottom: 40px; padding-top: 80px; }
.page-hero h1 { color: #F5F5F2; max-width: 18ch; }
.page-hero .eyebrow { color: #D7D8D4; }

.photo-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.photo-card { background: var(--surface); border: 1px solid var(--line); overflow: hidden; }
section.alt .photo-card { background: var(--bg); }
.photo-card img { width: 100%; height: 200px; object-fit: cover; }
.photo-card .body { padding: 20px 20px 24px; }
.photo-card h3 {
  font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 600;
  margin: 0 0 8px; color: #1B1C20; text-transform: uppercase; letter-spacing: 0.02em;
}
.photo-card p { margin: 0; font-size: 15px; color: var(--ink-dim); line-height: 1.55; }

.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.svc-card { background: var(--surface); display: grid; grid-template-columns: 140px 1fr; min-height: 160px; }
section.alt .svc-card { background: var(--bg); }
.svc-card img { width: 100%; height: 100%; object-fit: cover; min-height: 160px; }
.svc-card .txt { padding: 22px 24px; }
.svc-num { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; color: var(--safety); font-weight: 600; letter-spacing: 0.05em; }
.svc-title { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 600; color: #1B1C20; margin: 6px 0 8px; }
.svc-desc { font-size: 15px; color: var(--ink-dim); line-height: 1.55; }

.difs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 40px; }
.dif { display: flex; align-items: flex-start; gap: 14px; }
.dif-mark { width: 8px; height: 8px; margin-top: 8px; background: var(--safety); flex: none; }
.dif-label { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em; color: #1B1C20; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split img { width: 100%; height: 360px; object-fit: cover; }
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gallery img { width: 100%; height: 220px; object-fit: cover; }
.gallery.two { grid-template-columns: 1.2fr 0.8fr; }
.gallery.two img { height: 320px; }

.list-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 48px; }
.list-cols h3 {
  font-family: 'Barlow Condensed', sans-serif; font-size: 22px; text-transform: uppercase;
  margin: 0 0 14px; color: #1B1C20;
}
.list-cols ol, .list-cols ul { margin: 0; padding-left: 18px; color: var(--ink-dim); line-height: 1.7; font-size: 15px; }

.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.value {
  border: 1px solid var(--line); padding: 22px 18px; background: var(--surface);
  font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 600; text-transform: uppercase;
}

.trust-label { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-dim); font-weight: 500; margin-bottom: 26px; }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 48px; }
.trust-row img { height: 48px; width: auto; filter: grayscale(1); opacity: 0.85; }

.cta-band { background: var(--ink); color: var(--bg); padding: 76px 0; }
.cta-band h2 { color: #F5F5F2; }
.cta-band .section-body { color: #C4C6CA; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }

.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; }
.contact-item { margin-bottom: 22px; }
.contact-item span {
  display: block; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-dim); margin-bottom: 6px;
}
.contact-item strong { font-size: 20px; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; }
.contact-item a { color: inherit; }

footer { padding: 48px 0 36px; border-top: 1px solid var(--line); }
.footer-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; align-items: center; }
.social { display: flex; gap: 12px; }
.footer-fine { font-size: 12px; color: var(--ink-dim); margin-top: 22px; border-top: 1px solid var(--line); padding-top: 18px; }

@media (max-width: 900px) {
  .wrap { padding: 0 18px; }
  .logo img { height: 40px; }
  .nav-links {
    position: fixed; inset: 68px 0 0 0; background: var(--bg);
    border-bottom: none; flex-direction: column; align-items: stretch;
    padding: 16px 18px 32px; gap: 4px; transform: none; opacity: 0;
    pointer-events: none; overflow-y: auto; z-index: 30;
  }
  .nav-links.open { opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .nav-links .btn { margin-top: 12px; justify-content: center; }
  .menu-toggle { display: inline-flex; background: none; border: 1px solid var(--ink); padding: 10px 14px; min-height: 44px; }
  .hero { padding-top: 28px; }
  .hero-grid, .split, .split.reverse, .svc-grid, .photo-cards, .difs, .list-cols, .values, .contact-grid, .gallery, .gallery.two {
    grid-template-columns: 1fr; direction: ltr; min-height: 0;
  }
  .hero-photos {
    grid-template-columns: 1fr 1fr;
    height: 220px;
    max-height: 220px;
  }
  .svc-card { grid-template-columns: 1fr; }
  .svc-card img { height: 180px; min-height: 0; }
  .services-strip { grid-template-columns: repeat(2, 1fr); }
  .services-strip > div:nth-child(2) { border-right: none; }
  .btn { min-height: 44px; }
  section { padding: 56px 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
