/* Base tokens and low-risk global overrides for AI edits. */
:root {
  --bw-color-text: #1d2430;
  --bw-color-surface: #f7f3eb;
  --bw-color-surface-strong: #ffffff;
  --bw-color-accent: #b5542f;
  --bw-color-accent-dark: #7f3419;
  --bw-color-secondary: #12344a;
  --bw-color-border: #d8c9b2;
  --bw-color-muted: #6a6f77;
  --bw-color-footer-bg: #12344a;
  --bw-color-footer-text: #f7f3eb;
  --bw-shadow-soft: 0 18px 40px rgba(18, 52, 74, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bw-color-text);
  background: linear-gradient(180deg, #f2eadc 0%, var(--bw-color-surface) 18%, #fcfaf6 100%);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: var(--bw-color-accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.16em;
}

a:hover,
a:focus {
  color: var(--bw-color-accent-dark);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bw-color-secondary);
  line-height: 1.15;
  margin-top: 0;
}

p {
  margin-top: 0;
}

.button,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.4rem;
  border: 0;
  border-radius: 999px;
  background: var(--bw-color-accent);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--bw-shadow-soft);
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: var(--bw-color-accent-dark);
  color: #ffffff;
}

.site-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(18, 52, 74, 0.08);
  backdrop-filter: blur(8px);
}

.site-header__bar {
  background: var(--bw-color-secondary);
  color: #f7f3eb;
  padding: 0.7rem 1.5rem;
  text-align: center;
}

.site-header__message {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
}

.site-branding {
  max-width: 34rem;
}

.site-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.site-title a {
  color: var(--bw-color-secondary);
  text-decoration: none;
}

.site-description {
  margin: 0.35rem 0 0;
  color: var(--bw-color-muted);
}

.desktop-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  color: var(--bw-color-secondary);
  font-weight: 700;
}

.desktop-meta__label {
  color: var(--bw-color-accent);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-meta .address a {
  color: var(--bw-color-secondary);
  text-decoration: none;
}

.mobile-meta {
  display: none;
}

.main-navigation {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem 1rem;
}

.main-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation a {
  color: var(--bw-color-secondary);
  font-weight: 700;
  text-decoration: none;
}

.hero-banner {
  padding: 4.5rem 1.5rem 2rem;
}

.hero-banner__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 2rem;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 3rem;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(18, 52, 74, 0.96), rgba(31, 84, 116, 0.9));
  color: #f7f3eb;
  box-shadow: var(--bw-shadow-soft);
}

.hero-banner__eyebrow,
.section-kicker,
.page-hero__kicker {
  margin-bottom: 0.85rem;
  color: #f0c27b;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-banner__title {
  max-width: 14ch;
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.hero-banner__copy {
  max-width: 46rem;
  font-size: 1.1rem;
}

.hero-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.75rem;
}

.hero-banner__link {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
}

.hero-banner__media {
  min-height: 100%;
}

.hero-banner__image {
  width: 100%;
  min-height: 360px;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
}

.hero-banner__image--fallback,
.page-hero__image--fallback,
.home-story__image,
.site-footer__image,
.highlight-card__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-banner__image--fallback {
  background-image: linear-gradient(180deg, rgba(18, 52, 74, 0.12), rgba(18, 52, 74, 0.28)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 640'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23d8a15d'/%3E%3Cstop offset='1' stop-color='%238a4a2d'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='800' height='640' fill='url(%23g)'/%3E%3Crect x='70' y='120' width='660' height='360' rx='28' fill='%23f7f3eb' opacity='.18'/%3E%3Ccircle cx='180' cy='190' r='54' fill='%23f0c27b' opacity='.9'/%3E%3Crect x='150' y='280' width='500' height='44' rx='22' fill='%2312344a' opacity='.9'/%3E%3Crect x='210' y='350' width='380' height='44' rx='22' fill='%23b5542f' opacity='.92'/%3E%3Crect x='260' y='420' width='280' height='44' rx='22' fill='%231d2430' opacity='.78'/%3E%3C/svg%3E");
}

.home-highlights,
.home-story {
  padding: 1.5rem;
}

.home-highlights__grid,
.home-story__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.home-highlights__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.highlight-card,
.page-shell,
.page-cta {
  background: var(--bw-color-surface-strong);
  border: 1px solid var(--bw-color-border);
  border-radius: 24px;
  box-shadow: var(--bw-shadow-soft);
}

.highlight-card {
  padding: 1.25rem;
}

.highlight-card__image {
  min-height: 180px;
  margin-bottom: 1.25rem;
  border-radius: 18px;
}

.highlight-card__image--worksite {
  background-image: linear-gradient(180deg, rgba(18, 52, 74, 0.1), rgba(18, 52, 74, 0.22)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 420'%3E%3Crect width='640' height='420' fill='%23d9c3a0'/%3E%3Crect y='280' width='640' height='140' fill='%239a6a43'/%3E%3Crect x='90' y='120' width='140' height='160' rx='16' fill='%2312344a'/%3E%3Crect x='250' y='90' width='120' height='190' rx='16' fill='%23b5542f'/%3E%3Crect x='390' y='145' width='160' height='135' rx='16' fill='%237f3419'/%3E%3Ccircle cx='160' cy='320' r='28' fill='%231d2430'/%3E%3Ccircle cx='470' cy='320' r='28' fill='%231d2430'/%3E%3C/svg%3E");
}

.highlight-card__image--local {
  background-image: linear-gradient(180deg, rgba(18, 52, 74, 0.08), rgba(18, 52, 74, 0.18)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 420'%3E%3Crect width='640' height='420' fill='%23f0dfc2'/%3E%3Crect y='250' width='640' height='170' fill='%23c98a5a'/%3E%3Crect x='70' y='150' width='150' height='120' rx='14' fill='%23ffffff'/%3E%3Crect x='245' y='120' width='150' height='150' rx='14' fill='%2312344a'/%3E%3Crect x='420' y='165' width='150' height='105' rx='14' fill='%23ffffff'/%3E%3Cpath d='M0 210 L120 150 L240 210 L360 140 L480 205 L640 130 L640 0 L0 0 Z' fill='%2387a9bc'/%3E%3C/svg%3E");
}

.highlight-card__image--custom {
  background-image: linear-gradient(180deg, rgba(18, 52, 74, 0.08), rgba(18, 52, 74, 0.2)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 420'%3E%3Crect width='640' height='420' fill='%23ead7b7'/%3E%3Crect x='90' y='90' width='460' height='240' rx='28' fill='%23f7f3eb'/%3E%3Crect x='140' y='140' width='160' height='36' rx='18' fill='%2312344a'/%3E%3Crect x='140' y='200' width='280' height='36' rx='18' fill='%23b5542f'/%3E%3Crect x='140' y='260' width='220' height='36' rx='18' fill='%237f3419'/%3E%3Ccircle cx='470' cy='210' r='62' fill='%23d8a15d'/%3E%3Cpath d='M470 160 L485 195 L523 198 L494 222 L503 260 L470 240 L437 260 L446 222 L417 198 L455 195 Z' fill='%2312344a'/%3E%3C/svg%3E");
}

.page-shell {
  max-width: 1180px;
  margin: 0 auto 2rem;
  padding: 2rem;
}

.page-shell--front {
  margin-top: 0;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--bw-color-border);
}

.page-hero__intro {
  max-width: 44rem;
  margin: 0;
  color: var(--bw-color-muted);
  font-size: 1.05rem;
}

.page-hero__image {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 22px;
}

.page-hero__image--fallback {
  min-height: 260px;
  border-radius: 22px;
  background-image: linear-gradient(180deg, rgba(18, 52, 74, 0.08), rgba(18, 52, 74, 0.22)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 520'%3E%3Crect width='720' height='520' fill='%23e7d2b0'/%3E%3Crect x='80' y='90' width='560' height='340' rx='30' fill='%23f7f3eb'/%3E%3Crect x='130' y='150' width='300' height='42' rx='21' fill='%2312344a'/%3E%3Crect x='130' y='220' width='420' height='42' rx='21' fill='%23b5542f'/%3E%3Crect x='130' y='290' width='360' height='42' rx='21' fill='%237f3419'/%3E%3Ccircle cx='560' cy='180' r='46' fill='%23d8a15d'/%3E%3Ccircle cx='560' cy='300' r='70' fill='%2312344a' opacity='.9'/%3E%3C/svg%3E");
}

.entry-title {
  margin-bottom: 0.75rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.entry-content {
  font-size: 1.05rem;
}

.entry-content > * {
  max-width: 48rem;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.25rem;
}

.page-cta {
  margin-top: 2rem;
  padding: 2rem;
  background: linear-gradient(180deg, #fffaf2 0%, #f6ecdc 100%);
}

.page-cta h2 {
  margin-bottom: 0.75rem;
}

.home-story__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0 3rem;
}

.home-story__media {
  min-height: 100%;
}

.home-story__image {
  min-height: 320px;
  border-radius: 24px;
  box-shadow: var(--bw-shadow-soft);
  background-image: linear-gradient(180deg, rgba(18, 52, 74, 0.08), rgba(18, 52, 74, 0.24)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 760 560'%3E%3Crect width='760' height='560' fill='%23d8c09a'/%3E%3Cpath d='M0 360 C120 300 220 320 320 360 S540 430 760 320 L760 560 L0 560 Z' fill='%239a6a43'/%3E%3Crect x='120' y='120' width='520' height='220' rx='28' fill='%23f7f3eb' opacity='.95'/%3E%3Crect x='180' y='180' width='180' height='34' rx='17' fill='%2312344a'/%3E%3Crect x='180' y='235' width='280' height='34' rx='17' fill='%23b5542f'/%3E%3Crect x='180' y='290' width='220' height='34' rx='17' fill='%237f3419'/%3E%3Ccircle cx='560' cy='230' r='58' fill='%23d8a15d'/%3E%3C/svg%3E");
}

@media (max-width: 900px) {
  .site-header__inner,
  .home-story__inner,
  .home-highlights__grid,
  .hero-banner__inner,
  .page-hero {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .desktop-meta {
    display: none;
  }

  .mobile-meta {
    display: flex;
    gap: 0.75rem;
    padding: 0 1.5rem 1rem;
  }

  .hero-banner__inner,
  .page-shell,
  .page-cta {
    padding: 1.5rem;
  }

  .hero-banner__title {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .hero-banner {
    padding-top: 3rem;
  }

  .site-title {
    font-size: 1.6rem;
  }

  .main-navigation {
    padding-bottom: 1.25rem;
  }

  .hero-banner__image,
  .page-hero__image,
  .page-hero__image--fallback,
  .home-story__image,
  .highlight-card__image {
    min-height: 220px;
  }
}
