/* PillarPoint — Civic / Tri-Cities establishment style.
   References the visual language of PNNL, Kadlec, WSU, regional contractors:
   real photography, navy + white + warm accent, plain confident sans-serif,
   stat blocks, no startup tropes. */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700&family=Source+Serif+4:wght@400;600;700&display=swap');

:root {
  /* Hanford-blue palette. Navy primary, warm-clay accent. */
  --navy:        #0f2c4a;   /* primary, like PNNL/Kadlec/Battelle navy */
  --navy-deep:   #0a1f37;
  --navy-soft:   #1c4373;
  --steel:       #5a7491;
  --paper:       #ffffff;
  --bone:        #f4f1ec;   /* warm off-white, columbia basin sand */
  --bone-deep:   #ece7df;
  --rule:        #d8d3c9;
  --rule-soft:   #e8e3da;
  --ink:         #1a1a1a;
  --ink-soft:    #4a4a4a;
  --ink-faint:   #6e6e6e;
  --clay:        #b8501f;   /* warm accent, basalt-rust */
  --clay-deep:   #8f3c14;
  --gold:        #c8983c;   /* secondary accent, wheat / harvest */
  --river:       #2b6cb0;   /* link / info, columbia blue */

  --maxw: 1240px;
  --gutter: clamp(20px, 4vw, 56px);

  --f-sans: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --f-serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-sans);
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--navy); text-decoration: underline; text-decoration-color: rgba(15,44,74,0.3); text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--clay); }

h1, h2, h3, h4, h5 {
  font-family: var(--f-sans);
  font-weight: 700;
  margin: 0;
  color: var(--navy);
  letter-spacing: -0.01em;
  text-wrap: balance;
}
h1 { font-size: clamp(38px, 5.2vw, 64px); line-height: 1.05; letter-spacing: -0.02em; }
h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.15; letter-spacing: -0.015em; }
h3 { font-size: clamp(20px, 1.6vw, 24px); line-height: 1.25; }
h4 { font-size: 18px; line-height: 1.3; }
p  { margin: 0 0 1em; max-width: 68ch; text-wrap: pretty; }

.lead { font-size: clamp(18px, 1.5vw, 21px); line-height: 1.5; color: var(--ink-soft); max-width: 62ch; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

/* ---------- TOP UTILITY BAR ---------- */
.utility {
  background: var(--navy-deep);
  color: #cfd6df;
  font-size: 13px;
  border-bottom: 1px solid #1c2e44;
}
.utility-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px var(--gutter);
  max-width: var(--maxw);
  margin: 0 auto;
}
.utility a { color: #e3e8ef; text-decoration: none; }
.utility a:hover { color: #fff; text-decoration: underline; }
.utility-left, .utility-right { display: flex; gap: 22px; align-items: center; }
.utility-left strong { color: #fff; font-weight: 600; }

/* ---------- MAIN NAV ---------- */
.nav {
  background: var(--paper);
  border-bottom: 3px solid var(--navy);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 var(--gutter);
  max-width: var(--maxw);
  margin: 0 auto;
  min-height: 76px;
}
.brand { display: flex; align-items: center; text-decoration: none; padding: 14px 0; }
.brand-logo { height: 40px; width: auto; display: block; }
.brand-text {
  margin-left: 14px;
  border-left: 1px solid var(--rule);
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brand-text-1 { font-size: 13px; color: var(--ink-soft); line-height: 1.2; }
.brand-text-2 { font-size: 13px; color: var(--ink-faint); line-height: 1.2; }

.nav-links { display: flex; align-items: stretch; gap: 0; }
.nav-links a {
  display: flex;
  align-items: center;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
  transition: border-color 0.15s;
}
.nav-links a:hover { border-bottom-color: var(--clay); color: var(--navy-deep); }
.nav-links a.active { border-bottom-color: var(--clay); }
.nav-cta {
  background: var(--clay);
  color: #fff !important;
  margin-left: 8px;
  border-bottom: none !important;
  align-self: center;
  padding: 12px 22px !important;
  font-weight: 700;
}
.nav-cta:hover { background: var(--clay-deep); border-bottom: none !important; }

.nav-toggle {
  display: none;
  background: var(--navy);
  color: #fff;
  border: 0;
  padding: 10px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .brand-text { display: none; }
}
@media (max-width: 1000px) {
  .nav-links a { padding: 0 12px; font-size: 14px; }
}
@media (max-width: 1024px) {
  .nav-toggle { display: block; align-self: center; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--paper);
    flex-direction: column;
    border-top: 1px solid var(--rule);
    border-bottom: 3px solid var(--navy);
    padding: 12px 0;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px var(--gutter); border-bottom: 1px solid var(--rule-soft); margin-bottom: 0; }
  .nav-cta { margin: 12px var(--gutter); padding: 14px 22px !important; text-align: center; justify-content: center; }
  .utility { display: none; }
}

/* ---------- HERO (real-photo style, navy panel) ---------- */
.hero {
  position: relative;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(15,44,74,0.92) 0%, rgba(15,44,74,0.78) 55%, rgba(15,44,74,0.55) 100%),
    var(--hero-photo, linear-gradient(135deg, #1a3a5c 0%, #0f2c4a 100%));
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding: clamp(60px, 9vw, 110px) 0 clamp(70px, 10vw, 130px);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
}
.hero h1 { color: #fff; font-size: clamp(36px, 5vw, 60px); }
.hero p.lead { color: #d8e0ec; max-width: 56ch; }
.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 6px 0;
  border-bottom: 2px solid var(--gold);
  margin-bottom: 22px;
}
.hero-meta {
  display: flex;
  gap: 28px;
  margin-top: 28px;
  font-size: 14px;
  color: #b9c5d6;
  flex-wrap: wrap;
}
.hero-meta strong { color: #fff; font-weight: 600; }
.hero-meta .pulse {
  width: 8px;
  height: 8px;
  background: #6cd17a;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  box-shadow: 0 0 0 0 rgba(108, 209, 122, 0.7);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(108, 209, 122, 0.7); }
  70%  { box-shadow: 0 0 0 8px rgba(108, 209, 122, 0); }
  100% { box-shadow: 0 0 0 0 rgba(108, 209, 122, 0); }
}

/* photo card on the right side of hero (placeholder for real image) */
.hero-photo {
  aspect-ratio: 4 / 5;
  background: #2a4a6c;
  border: 6px solid #fff;
  box-shadow: 12px 12px 0 rgba(184, 80, 31, 0.85);
  position: relative;
  overflow: hidden;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(15,44,74,0.92), transparent);
  padding: 24px 22px 16px;
  color: #fff;
  font-size: 13px;
}
.hero-photo-caption strong { display: block; font-size: 15px; margin-bottom: 2px; }

/* ---------- LANDSCAPE BREAK ---------- */
.landscape-break {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--navy);
}
.landscape-break img {
  display: block;
  width: 100%;
  height: clamp(320px, 42vw, 560px);
  object-fit: cover;
  filter: brightness(0.92);
}
.landscape-break figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: clamp(20px, 3vw, 36px) clamp(24px, 5vw, 80px);
  background: linear-gradient(to top, rgba(15,44,74,0.85) 0%, rgba(15,44,74,0.55) 60%, rgba(15,44,74,0) 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  color: #fff;
}
.landscape-credit {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.landscape-quote {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 400;
  color: #fff;
  max-width: 50ch;
  text-align: right;
}
@media (max-width: 720px) {
  .landscape-quote { text-align: left; font-size: 18px; }
}

/* ---------- BUTTONS ---------- */
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  letter-spacing: 0.01em;
}
.btn-primary { background: var(--clay); color: #fff; }
.btn-primary:hover { background: var(--clay-deep); color: #fff; }
.btn-secondary { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.7); padding: 12px 22px; }
.btn-secondary:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn-on-light { background: var(--navy); color: #fff; }
.btn-on-light:hover { background: var(--navy-deep); color: #fff; }
.btn-outline-dark { background: transparent; color: var(--navy); border: 2px solid var(--navy); padding: 12px 22px; }
.btn-outline-dark:hover { background: var(--navy); color: #fff; }

/* ---------- SECTIONS ---------- */
section { padding: clamp(60px, 8vw, 100px) 0; }
.section-bone { background: var(--bone); }
.section-navy { background: var(--navy); color: #fff; }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-navy .lead { color: #cfd8e3; }

.section-head { margin-bottom: clamp(36px, 5vw, 56px); max-width: 760px; }
.eyebrow {
  display: inline-block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clay);
  padding-bottom: 6px;
  border-bottom: 2px solid var(--clay);
  margin-bottom: 18px;
}
.eyebrow.on-dark { color: var(--gold); border-bottom-color: var(--gold); }

/* ---------- TRUST / STAT STRIP ---------- */
.stat-strip {
  background: var(--bone);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.stat-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media (max-width: 800px) {
  .stat-strip-inner { grid-template-columns: repeat(2, 1fr); }
}
.stat {
  padding: 32px var(--gutter);
  border-right: 1px solid var(--rule);
  text-align: left;
}
.stat:last-child { border-right: 0; }
@media (max-width: 800px) {
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--rule); }
}
.stat-number {
  font-family: var(--f-serif);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700;
  line-height: 1;
  color: var(--navy);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.stat-label {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.35;
  text-wrap: balance;
}

/* ---------- WHERE DO YOU FIT (directory cards) ---------- */
.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
@media (max-width: 760px) { .fit-grid { grid-template-columns: 1fr; } }
.fit-card {
  display: block;
  padding: 36px 32px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  text-decoration: none;
  background: var(--paper);
  position: relative;
  transition: background 0.15s;
}
.fit-card:hover { background: var(--bone); }
.fit-card:hover .fit-arrow { transform: translateX(4px); color: var(--clay); }
.fit-letter {
  font-family: var(--f-serif);
  font-size: 14px;
  font-weight: 700;
  color: var(--clay);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}
.fit-question {
  font-size: 19px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.35;
  margin-bottom: 18px;
  display: block;
  text-wrap: balance;
}
.fit-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--ink-soft);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-top: 1px solid var(--rule-soft);
  padding-top: 14px;
}
.fit-arrow { transition: transform 0.15s, color 0.15s; font-weight: 400; font-size: 18px; }

/* ---------- SERVICES (newspaper-section feel) ---------- */
.services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}
@media (max-width: 800px) { .services { grid-template-columns: 1fr; } }
.service {
  background: var(--paper);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
}
.service-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 10px;
}
.service h3 {
  font-size: 26px;
  margin-bottom: 8px;
  color: var(--navy);
}
.service-price {
  font-family: var(--f-serif);
  font-size: 17px;
  color: var(--ink-soft);
  margin-bottom: 16px;
  font-weight: 600;
}
.service-price strong { color: var(--clay); font-weight: 700; }
.service p { color: var(--ink-soft); flex: 1; margin-bottom: 18px; }
.service-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 2px solid var(--clay);
  align-self: flex-start;
  padding-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.service-link:hover { color: var(--clay); }
.service.coming .service-tag { color: var(--ink-faint); }
.service.coming .service-price strong { color: var(--ink-faint); }

/* ---------- WHY LOCAL (numbered list, document feel) ---------- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 56px;
  margin-top: 40px;
}
@media (max-width: 760px) { .why-grid { grid-template-columns: 1fr; gap: 24px; } }
.why-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding-top: 18px;
  border-top: 2px solid var(--navy);
}
.why-num {
  font-family: var(--f-serif);
  font-size: 32px;
  font-weight: 700;
  color: var(--clay);
  line-height: 1;
}
.why-body h4 { color: var(--navy); margin-bottom: 6px; font-size: 18px; }
.why-body p { color: var(--ink-soft); font-size: 15px; margin: 0; }

/* ---------- INDUSTRIES (clean directory) ---------- */
.industries {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}
@media (max-width: 900px) { .industries { grid-template-columns: repeat(2, 1fr); } }
.industry {
  background: var(--paper);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 160px;
}
.industry-num {
  font-family: var(--f-serif);
  font-size: 13px;
  font-weight: 700;
  color: var(--clay);
  letter-spacing: 0.06em;
}
.industry-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
  margin-top: auto;
}
.industry-sub {
  font-size: 13px;
  color: var(--ink-faint);
  line-height: 1.4;
}

/* ---------- NEWS / BLOG STRIP ---------- */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 32px;
}
@media (max-width: 800px) { .news-grid { grid-template-columns: 1fr; } }
.news-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.news-thumb {
  aspect-ratio: 16 / 10;
  background: var(--bone-deep);
  border: 1px solid var(--rule);
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.news-thumb-tag {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 10px;
}
.news-date {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 8px;
}
.news-title {
  font-size: 19px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
  text-wrap: balance;
}
.news-item:hover .news-title { color: var(--clay); }

/* ---------- ABOUT STRIP ---------- */
.about-strip {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 800px) { .about-strip { grid-template-columns: 1fr; gap: 32px; } }
.portrait {
  aspect-ratio: 4 / 5;
  background: var(--bone-deep);
  border: 6px solid var(--paper);
  box-shadow: 12px 12px 0 var(--clay);
  overflow: hidden;
}
.portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- PILLARSHIELD CALLOUT ---------- */
.product-callout {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-left: 6px solid var(--clay);
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}
@media (max-width: 700px) { .product-callout { grid-template-columns: 1fr; } }
.product-callout h3 { color: var(--navy); margin-bottom: 8px; }
.product-callout-meta {
  display: flex;
  gap: 24px;
  margin-top: 18px;
  font-size: 14px;
  color: var(--ink-soft);
  flex-wrap: wrap;
}
.product-callout-meta strong { color: var(--navy); }
.live-dot {
  display: inline-block;
  width: 8px; height: 8px;
  background: #2e8b57;
  border-radius: 50%;
  margin-right: 6px;
}

/* ---------- FINAL CTA ---------- */
.final-cta {
  background: var(--navy);
  color: #fff;
  padding: clamp(60px, 8vw, 100px) 0;
  position: relative;
  overflow: hidden;
}
.final-cta::after {
  content: "";
  position: absolute;
  right: -100px; top: 50%;
  width: 400px; height: 400px;
  border: 60px solid var(--navy-soft);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
  pointer-events: none;
}
.final-cta-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 800px) { .final-cta-inner { grid-template-columns: 1fr; } }
.final-cta h2 { color: #fff; }
.final-cta .lead { color: #cfd8e3; }
.final-cta-card {
  background: #fff;
  color: var(--ink);
  padding: 32px;
  border-top: 6px solid var(--clay);
}
.final-cta-card h4 { color: var(--navy); margin-bottom: 6px; font-size: 16px; text-transform: uppercase; letter-spacing: 0.08em; }
.final-cta-card .phone { font-family: var(--f-serif); font-size: 28px; font-weight: 700; color: var(--navy); display: block; margin-bottom: 4px; text-decoration: none; }
.final-cta-card .email { font-size: 16px; color: var(--ink-soft); text-decoration: none; }
.final-cta-card .hours {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
  font-size: 14px;
  color: var(--ink-soft);
}

/* ---------- FOOTER ---------- */
footer {
  background: var(--navy-deep);
  color: #b9c5d6;
  padding: 56px 0 0;
  font-size: 15px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
}
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
footer h5 {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 700;
}
footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
footer a { color: #b9c5d6; text-decoration: none; }
footer a:hover { color: #fff; text-decoration: underline; }
.footer-brand-block { max-width: 38ch; }
.footer-brand-block img { margin-bottom: 18px; }
.footer-bottom {
  border-top: 1px solid #1c2e44;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: #8696aa;
}

/* small util */
.muted { color: var(--ink-soft); }
.kicker { font-family: var(--f-serif); font-style: italic; color: var(--clay); }
