/* ═══════════════════════════════════════════════════════════════════════
   Hunar Construction — public site
   Tokens: yellow #f3bb15 (hover #c49a0e) · green #2b4742 (dark #1c302c)
   black #111111 · off-white #f5f4ef · dividers rgba(0,0,0,.1)
   Type: Barlow Condensed (headings/labels/buttons), Barlow (body)
   ═══════════════════════════════════════════════════════════════════════ */

:root {
  --yellow: #f3bb15;
  --yellow-d: #c49a0e;
  --green: #2b4742;
  --green-d: #1c302c;
  --black: #111111;
  --off: #f5f4ef;
  --white: #ffffff;
  --divider: rgba(0, 0, 0, 0.1);
  --shadow-card: 0 2px 12px rgba(0, 0, 0, 0.08);
  --shadow-raised: 0 8px 40px rgba(0, 0, 0, 0.18);
  --cond: 'Barlow Condensed', sans-serif;
  --body: 'Barlow', sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--off); }
body {
  font-family: var(--body);
  color: var(--black);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 { margin: 0; font-family: var(--cond); }
p { margin: 0; }
img { max-width: 100%; }
a { color: var(--green); text-decoration: none; }
a:hover { color: var(--yellow-d); }
button { font-family: inherit; background: none; border: 0; padding: 0; cursor: pointer; color: inherit; }
input, textarea, select { font-family: var(--body); }

.container { max-width: 1200px; margin: 0 auto; padding-left: 48px; padding-right: 48px; }
.container-820 { max-width: 820px; margin: 0 auto; padding-left: 48px; padding-right: 48px; }

/* Honeypot */
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }

/* Reveal on scroll */
[data-reveal] { opacity: 0; transform: translateY(12px); transition: opacity 300ms ease-out, transform 300ms ease-out; }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ── Shared bits ─────────────────────────────────────────────────────── */
.accent-bar { display: block; width: 48px; height: 4px; background: var(--yellow); }
.mb-20 { margin-bottom: 20px; } .mb-24 { margin-bottom: 24px; } .mb-32 { margin-bottom: 32px; }
.mb-40 { margin-bottom: 40px; } .mb-48 { margin-bottom: 48px; }
.mt-16 { margin-top: 16px; } .mt-18 { margin-top: 18px; } .mt-20 { margin-top: 20px; }
.mt-24 { margin-top: 24px; } .mt-28 { margin-top: 28px; } .mt-32 { margin-top: 32px; }
.bt { border-top: 1px solid var(--divider); }
.bg-off { background: var(--off); }
.bg-white { background: var(--white); }
.bg-green { background: var(--green); }
.text-white { color: var(--white); }
.items-start { align-items: start; }
.items-center { align-items: center; }
.stack-16 { display: grid; gap: 16px; }

.kicker {
  font-family: var(--cond); font-size: 14px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.15em; color: var(--yellow-d); margin-bottom: 8px;
}
.kicker-sm {
  font-family: var(--cond); font-size: 13px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.15em; color: var(--yellow-d);
}
.crumb {
  font-family: var(--cond); font-size: 13px; text-transform: uppercase;
  letter-spacing: 0.15em; color: rgba(255, 255, 255, 0.5);
}
.hint-label {
  font-family: var(--cond); font-size: 13px; text-transform: uppercase;
  letter-spacing: 0.15em; color: #888888;
}
.backlink {
  display: inline-block; font-family: var(--cond); font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.15em; color: rgba(255, 255, 255, 0.6);
}
.backlink:hover { color: var(--yellow); }

.h-hero { margin-top: 12px; font-size: 72px; font-weight: 700; line-height: 1.05; letter-spacing: -0.02em; color: var(--white); }
.h-hero-narrow { max-width: 900px; }
.h-xl { font-size: 56px; font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; color: var(--black); }
.h-lg { font-size: 48px; font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; color: var(--black); }
.h-md { font-size: 40px; font-weight: 700; letter-spacing: -0.02em; color: var(--black); }
.h-sm { font-size: 32px; font-weight: 700; letter-spacing: -0.02em; color: var(--black); }
.h-cta { font-size: 44px; font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; color: var(--white); text-wrap: balance; }
.h-form { font-size: 36px; font-weight: 700; letter-spacing: -0.02em; color: var(--black); }

.lead-20 { font-size: 20px; line-height: 1.7; color: var(--black); text-wrap: pretty; }
.lead-19 { font-size: 19px; line-height: 1.7; color: var(--black); text-wrap: pretty; }
.body-18 { font-size: 18px; line-height: 1.7; color: #444444; }
.body-17 { font-size: 17px; line-height: 1.65; color: #444444; }

.section { padding: 96px 0; }
.section-md { padding: 80px 0; }
.section-list { padding: 64px 0 96px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.section-sub { margin-top: 12px; font-size: 18px; color: #666666; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.link-underline {
  flex: 0 0 auto; display: inline-block; font-family: var(--cond); font-size: 15px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em; color: var(--green);
  border-bottom: 2px solid var(--yellow); padding-bottom: 4px; cursor: pointer;
}
.link-underline:hover { color: var(--yellow-d); }

.dot { width: 6px; height: 6px; background: var(--yellow); flex: 0 0 auto; margin-top: 7px; }

/* Buttons */
.btn {
  display: inline-block; font-family: var(--cond); font-size: 15px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em; padding: 14px 28px; border-radius: 3px;
  cursor: pointer; transition: background 150ms ease-out, color 150ms ease-out, border-color 150ms ease-out;
  text-align: center; border: 0;
}
.btn-yellow { background: var(--yellow); color: var(--black); }
.btn-yellow:hover { background: var(--yellow-d); color: var(--black); }
.btn-green { background: var(--green); color: var(--white); }
.btn-green:hover { background: var(--green-d); color: var(--white); }
.btn-ghost { border: 1px solid rgba(255, 255, 255, 0.4); color: var(--white); background: transparent; }
.btn-ghost:hover { background: var(--white); color: var(--black); border-color: var(--white); }
.btn-lg { font-size: 16px; padding: 16px 32px; }
.btn-xl { font-size: 16px; padding: 18px 36px; }
.btn-block { display: block; width: 100%; }

/* Badges */
.badge {
  display: inline-block; font-family: var(--cond); font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.15em; padding: 5px 10px; border-radius: 2px;
}
.badge-sector { background: var(--yellow); color: var(--black); }
.badge-count { background: rgba(17, 17, 17, 0.75); color: var(--white); font-weight: 600; letter-spacing: 0.1em; }
.badge-lg { padding: 6px 12px; margin-top: 24px; }

/* Chips */
.chip {
  font-family: var(--cond); font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.12em; padding: 8px 14px; border-radius: 2px; cursor: pointer;
  transition: all 150ms ease-out; background: var(--white); color: #666666;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.chip:hover { border-color: var(--green); color: var(--green); }
.chip.is-active { background: var(--green); color: var(--white); border-color: var(--green); }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }

/* ── Top contact strip ───────────────────────────────────────────────── */
.topstrip { background: var(--black); color: rgba(255, 255, 255, 0.72); font-size: 13px; letter-spacing: 0.02em; }
.topstrip-inner { height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topstrip-left { display: flex; align-items: center; gap: 24px; }
.topstrip a { color: rgba(255, 255, 255, 0.72); }
.topstrip a:hover { color: var(--yellow); }
.topstrip-right { display: flex; align-items: center; gap: 8px; }
.topstrip-right a { font-size: 12px; }
.topstrip-hours {
  font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.15em;
  font-size: 12px; color: rgba(255, 255, 255, 0.45);
}
.topstrip-sep { width: 1px; height: 14px; background: rgba(255, 255, 255, 0.2); margin: 0 8px; }

/* ── Nav ─────────────────────────────────────────────────────────────── */
.nav { position: sticky; top: 0; z-index: 60; background: var(--green-d); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
.nav-inner { height: 76px; display: flex; align-items: center; gap: 24px; }
.nav-brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.nav-brand img { height: 44px; width: auto; display: block; }
.nav-brand span {
  font-family: var(--cond); font-weight: 700; font-size: 24px; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--white); line-height: 1; white-space: nowrap;
}
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-link {
  display: block; white-space: nowrap; font-family: var(--cond); font-size: 16px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255, 255, 255, 0.85);
  padding: 10px; cursor: pointer; border-bottom: 2px solid transparent; background: none;
}
.nav-link:hover { color: var(--yellow); }
.nav-item { position: relative; }
.nav-item.is-active > .nav-link, a.nav-link.is-active { color: var(--yellow); border-bottom-color: var(--yellow); }
.dropdown {
  position: absolute; top: 100%; left: 0; background: var(--white); min-width: 220px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18); border-top: 3px solid var(--yellow);
  padding: 8px 0; z-index: 70; display: none;
}
.dropdown-right { left: auto; right: 0; }
.nav-item.open .dropdown { display: block; }
.dropdown a { display: block; font-family: var(--body); font-size: 15px; font-weight: 400; color: var(--black); padding: 10px 20px; }
.dropdown a:hover { background: var(--off); color: var(--yellow-d); }
.nav-cta {
  margin-left: 12px; white-space: nowrap; background: var(--yellow); color: var(--black);
  font-family: var(--cond); font-size: 15px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; padding: 12px 22px; border-radius: 3px; cursor: pointer;
  transition: background 150ms ease-out;
}
.nav-cta:hover { background: var(--yellow-d); color: var(--black); }
.nav-burger { display: none; flex-direction: column; gap: 5px; padding: 10px; margin-left: auto; }
.nav-burger span { display: block; width: 24px; height: 2px; background: var(--white); }

/* ── Home hero ───────────────────────────────────────────────────────── */
.hero {
  position: relative; background: var(--green-d); overflow: hidden; min-height: 82vh;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.hero-shade-x { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17, 26, 24, 0.94) 0%, rgba(17, 26, 24, 0.72) 48%, rgba(17, 26, 24, 0.25) 100%); }
.hero-shade-y { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17, 26, 24, 0.35) 0%, rgba(17, 26, 24, 0) 30%, rgba(17, 26, 24, 0.55) 100%); }
.hero-inner { position: relative; width: 100%; padding-top: 160px; padding-bottom: 88px; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.eyebrow .accent-bar { margin-bottom: 0; }
.eyebrow-text {
  font-family: var(--cond); font-size: 15px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.22em; color: var(--yellow);
}
.hero-title {
  font-size: 104px; font-weight: 800; line-height: 0.98; letter-spacing: -0.02em;
  text-transform: uppercase; color: var(--white); max-width: 980px; text-wrap: balance;
}
.hero-sub { margin-top: 24px; max-width: 620px; font-size: 18px; line-height: 1.65; color: rgba(255, 255, 255, 0.82); }
.hero-ctas { display: flex; gap: 16px; margin-top: 40px; }

.statband { position: relative; border-top: 1px solid rgba(255, 255, 255, 0.12); background: rgba(17, 17, 17, 0.35); }
.statband-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 32px 0 32px 32px; border-right: 1px solid rgba(255, 255, 255, 0.12); }
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; }
.stat-n { font-family: var(--cond); font-size: 44px; font-weight: 700; color: var(--yellow); line-height: 1; }
.stat-l {
  font-family: var(--cond); font-size: 13px; text-transform: uppercase; letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.6); margin-top: 6px;
}

/* ── Cards ───────────────────────────────────────────────────────────── */
.card {
  display: block; background: var(--white); border-radius: 4px; overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 300ms ease-out, box-shadow 300ms ease-out;
}
a.card { color: inherit; }
a.card:hover { color: inherit; transform: translateY(-2px); box-shadow: var(--shadow-raised); }
.card-media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: #e2e2e2; }
.card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card-media .badge-sector { position: absolute; top: 12px; left: 12px; }
.card-media .badge-count { position: absolute; bottom: 12px; right: 12px; }
.card-body { padding: 24px; }
.card-body h3 { font-size: 28px; font-weight: 600; line-height: 1.2; color: var(--black); }
.card-meta {
  font-family: var(--cond); font-size: 13px; text-transform: uppercase;
  letter-spacing: 0.15em; color: #888888; margin-top: 6px;
}
.card-blurb { margin-top: 14px; font-size: 15px; line-height: 1.6; color: #666666; }
.card-fields { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 10px; }
.card-field-label {
  font-family: var(--cond); font-size: 11px; text-transform: uppercase;
  letter-spacing: 0.15em; color: #aaaaaa;
}
.card-field-value { font-size: 14px; color: #444444; margin-top: 2px; }
.card-link {
  margin-top: 18px; font-family: var(--cond); font-size: 14px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em; color: var(--green);
}

/* Service cards */
.service-card { padding: 32px; border-top: 3px solid transparent; }
.service-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-raised); border-top-color: var(--yellow); }
.service-n {
  width: 44px; height: 44px; background: var(--green); border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--cond); font-size: 20px; font-weight: 700; color: var(--yellow);
}
.service-card h3 { margin-top: 20px; font-size: 26px; font-weight: 600; line-height: 1.2; color: var(--black); }
.service-card p { margin-top: 12px; font-size: 15px; line-height: 1.65; color: #666666; }
.service-card-lg h3 { font-size: 28px; }
.service-card-lg p { font-size: 16px; }
.service-card-all {
  background: var(--green); padding: 32px; display: flex; flex-direction: column;
  justify-content: space-between; transition: background 150ms ease-out;
}
.service-card-all:hover { background: var(--green-d); transform: none; box-shadow: var(--shadow-card); }
.service-card-all h3 { font-size: 26px; font-weight: 600; line-height: 1.2; color: var(--white); }
.service-all-link {
  margin-top: 24px; font-family: var(--cond); font-size: 15px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em; color: var(--yellow);
}

/* About split / collage */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.split-center { align-items: center; }
.split-14 { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 64px; }
.split-safety { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 64px; }
.split-cta { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 64px; }
.collage { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.collage-tall { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 4px; display: block; }
.collage-stack { display: grid; gap: 16px; }
.collage-stack img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 4px; display: block; }
.img-43 { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4px; display: block; }
.img-34 { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 4px; display: block; }

/* Dark band */
.darkband { background: var(--black); }
.darkband-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 48px; padding-top: 80px; padding-bottom: 80px; }
.darkband-n {
  font-family: var(--cond); font-size: 14px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.15em; color: var(--yellow); margin-bottom: 12px;
}
.darkband h3 { font-size: 34px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; color: var(--white); }
.darkband p { margin-top: 10px; font-size: 16px; line-height: 1.65; color: rgba(255, 255, 255, 0.55); }

/* Testimonials */
.testimonial { background: var(--off); border-radius: 4px; padding: 32px; border-left: 4px solid var(--yellow); }
.bg-off .testimonial { background: var(--white); }
.testimonial p { font-size: 16px; line-height: 1.7; color: #444444; }
.testimonial-name {
  margin-top: 20px; font-family: var(--cond); font-size: 16px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em; color: var(--green);
}

/* Post cards */
.post-card { padding: 32px; display: flex; flex-direction: column; }
.post-card-date {
  font-family: var(--cond); font-size: 13px; text-transform: uppercase;
  letter-spacing: 0.15em; color: var(--yellow-d);
}
.post-card h3 { margin-top: 12px; font-size: 24px; font-weight: 600; line-height: 1.25; color: var(--black); text-wrap: pretty; }
.post-card p { margin-top: 12px; font-size: 15px; line-height: 1.6; color: #666666; flex: 1 1 auto; }
.post-card .card-link { margin-top: 20px; }
.post-card-compact h3 { font-size: 22px; }

/* Partner CTA */
.partner-cta { position: relative; background: var(--green); overflow: hidden; }
.partner-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.2; }
.partner-cta-inner {
  position: relative; padding-top: 80px; padding-bottom: 80px;
  display: flex; align-items: center; justify-content: space-between; gap: 48px;
}
.partner-cta h2 {
  font-size: 48px; font-weight: 700; line-height: 1.1; letter-spacing: -0.02em;
  color: var(--white); max-width: 700px; text-wrap: balance;
}

/* ── Page headers ────────────────────────────────────────────────────── */
.pagehead { background: var(--green-d); padding: 64px 0 72px; }
.pagehead-photo { position: relative; overflow: hidden; padding: 0; }
.pagehead-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.27; }
.pagehead-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28, 48, 44, 0.88) 0%, rgba(28, 48, 44, 0.62) 100%); }
.pagehead-inner { position: relative; padding-top: 64px; padding-bottom: 72px; }
.pagehead-sub { margin-top: 16px; max-width: 640px; font-size: 18px; line-height: 1.65; color: rgba(255, 255, 255, 0.72); }
.pagehead-sub-wide { max-width: 660px; color: rgba(255, 255, 255, 0.78); }

/* ── Projects index ──────────────────────────────────────────────────── */
.subbar { background: var(--white); border-bottom: 1px solid var(--divider); position: sticky; top: 76px; z-index: 40; }
.subbar-inner { display: flex; align-items: center; gap: 32px; min-height: 64px; flex-wrap: wrap; padding-top: 8px; padding-bottom: 8px; }
.subbar-tabs { display: flex; gap: 4px; }
.tab {
  font-family: var(--cond); font-size: 15px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.12em; padding: 8px 16px; border-radius: 3px; cursor: pointer;
  transition: all 150ms ease-out; background: transparent; color: #888888;
}
.tab.is-active { background: var(--yellow); color: var(--black); }
.subbar-sep { width: 1px; height: 24px; background: var(--divider); }
.subbar-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.subbar-count {
  margin-left: auto; font-family: var(--cond); font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.15em; color: #888888;
}
.empty-note { padding: 48px 0; font-size: 17px; color: #666666; }
.library-intro { max-width: 640px; font-size: 17px; line-height: 1.65; color: #666666; margin-bottom: 32px; }
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.photo-tile {
  position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 4px;
  background: #e2e2e2; cursor: pointer; padding: 0; display: block;
}
.photo-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 300ms ease-out; }
.photo-tile:hover img { transform: scale(1.04); }
.photo-tile-label {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 10px 12px; text-align: left;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.8) 100%);
  font-family: var(--cond); font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--white);
}

/* ── Project detail ──────────────────────────────────────────────────── */
.projhero { position: relative; background: var(--green-d); overflow: hidden; }
.projhero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.32; }
.projhero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28, 48, 44, 0.85) 0%, rgba(28, 48, 44, 0.6) 100%); }
.projhero-inner { position: relative; padding-top: 56px; padding-bottom: 64px; }
.projhero .h-hero { margin-top: 16px; }

.statstrip { background: var(--white); border-bottom: 1px solid var(--divider); }
.statstrip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.statstrip-cell { padding: 28px 0 28px 32px; border-right: 1px solid var(--divider); }
.statstrip-cell:first-child { padding-left: 0; }
.statstrip-cell:last-child { border-right: 0; }
.statstrip-label {
  font-family: var(--cond); font-size: 11px; text-transform: uppercase;
  letter-spacing: 0.15em; color: #aaaaaa;
}
.statstrip-value { font-family: var(--cond); font-size: 24px; font-weight: 600; color: var(--black); margin-top: 4px; }

.proj-split { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 64px; align-items: start; padding-top: 80px; }
.proj-para { font-size: 18px; line-height: 1.75; color: #444444; margin-bottom: 20px; text-wrap: pretty; }
.proj-aside { background: var(--green); border-radius: 4px; padding: 32px; }
.proj-aside h3 { font-size: 26px; font-weight: 600; color: var(--white); line-height: 1.2; }
.proj-aside p { margin-top: 12px; font-size: 15px; line-height: 1.65; color: rgba(255, 255, 255, 0.72); }

.proj-gallery { margin-top: 80px; }
.proj-gallery-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 24px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gallery-tile {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 4px;
  background: #e2e2e2; cursor: pointer; padding: 0;
}
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 300ms ease-out; }
.gallery-tile:hover img { transform: scale(1.04); }

.more-projects { margin-top: 80px; border-top: 1px solid var(--divider); padding-top: 48px; padding-bottom: 96px; }
.mini-card {
  display: block; background: var(--white); border-radius: 4px; overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: transform 300ms ease-out, box-shadow 300ms ease-out;
}
.mini-card:hover { transform: translateY(-2px); box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12); }
.mini-card > img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; }
.mini-card-body { padding: 16px; }
.mini-card-sector {
  font-family: var(--cond); font-size: 11px; text-transform: uppercase;
  letter-spacing: 0.15em; color: var(--yellow-d);
}
.mini-card-name { font-family: var(--cond); font-size: 20px; font-weight: 600; color: var(--black); margin-top: 4px; }

/* ── About / values / safety ─────────────────────────────────────────── */
.value-card { padding: 32px; border-top: 3px solid var(--yellow); }
.value-card h3 { font-size: 28px; font-weight: 600; color: var(--black); }
.value-card p { margin-top: 14px; font-size: 16px; line-height: 1.7; color: #666666; }
.safety-para { font-size: 17px; line-height: 1.75; color: rgba(255, 255, 255, 0.82); }

/* ── Founders ────────────────────────────────────────────────────────── */
.founders-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.founder-card {
  background: var(--white); border-radius: 4px; overflow: hidden; box-shadow: var(--shadow-card);
  display: grid; grid-template-columns: 200px minmax(0, 1fr);
}
.founder-photo { background: var(--green); overflow: hidden; }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder-body { padding: 32px; }
.founder-body h3 { font-size: 32px; font-weight: 600; color: var(--black); }
.founder-role {
  font-family: var(--cond); font-size: 13px; text-transform: uppercase;
  letter-spacing: 0.15em; color: var(--yellow-d); margin-top: 4px;
}
.founder-links { display: grid; gap: 10px; margin-top: 24px; }
.founder-links a { font-size: 16px; color: var(--green); }
.founders-band-wrap { padding-top: 32px; padding-bottom: 0; }
.founders-band {
  background: var(--black); border-radius: 4px; padding: 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 48px;
}
.founders-band p { font-size: 22px; line-height: 1.5; color: var(--white); max-width: 720px; text-wrap: pretty; }

/* ── Services ────────────────────────────────────────────────────────── */
.scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.scope-title { margin-top: 8px; font-size: 30px; font-weight: 600; color: var(--black); }
.scope-list { display: grid; gap: 0; margin-top: 20px; }
.scope-item { display: flex; gap: 12px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid var(--divider); }
.scope-item span:last-child { font-size: 16px; line-height: 1.5; color: #444444; }

.sector-tile { position: relative; display: block; aspect-ratio: 4 / 3; border-radius: 4px; overflow: hidden; }
.sector-tile > img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 300ms ease-out; }
.sector-tile:hover > img { transform: scale(1.04); }
.sector-tile-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17, 17, 17, 0) 40%, rgba(17, 17, 17, 0.85) 100%); }
.sector-tile-text { position: absolute; left: 24px; right: 24px; bottom: 24px; }
.sector-tile-text h3 { font-size: 32px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; color: var(--white); }
.sector-tile-link {
  font-family: var(--cond); font-size: 14px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--yellow); margin-top: 4px;
}

/* Sector detail */
.offer-card { padding: 28px; border-top: 3px solid var(--yellow); }
.offer-card h3 { font-size: 24px; font-weight: 600; line-height: 1.2; color: var(--black); }
.offer-card p { margin-top: 10px; font-size: 15px; line-height: 1.6; color: #666666; }
.offer-icon { width: 56px; height: 56px; object-fit: contain; display: block; margin-bottom: 16px; }
.cta-body { margin-top: 18px; font-size: 17px; line-height: 1.7; color: rgba(255, 255, 255, 0.8); }
.cta-kicker {
  font-family: var(--cond); font-size: 13px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.15em; color: var(--yellow); margin-top: 32px; margin-bottom: 12px;
}
.cta-list { display: grid; gap: 0; }
.cta-item { display: flex; gap: 12px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.cta-item span:last-child { font-size: 16px; line-height: 1.5; color: rgba(255, 255, 255, 0.86); }
.related-card > img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; }
.related-card h3 { font-size: 26px; }
.related-card .card-blurb { margin-top: 10px; }

/* ── Blog ────────────────────────────────────────────────────────────── */
.lead-post {
  background: var(--white); border-radius: 4px; overflow: hidden; box-shadow: var(--shadow-card);
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  margin-bottom: 32px; transition: box-shadow 300ms ease-out; color: inherit;
}
.lead-post:hover { box-shadow: var(--shadow-raised); color: inherit; }
.lead-post > img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; display: block; }
.lead-post-body { padding: 48px; }
.lead-post-date {
  font-family: var(--cond); font-size: 13px; text-transform: uppercase;
  letter-spacing: 0.15em; color: #888888; margin-top: 20px;
}
.lead-post h2 {
  margin-top: 10px; font-size: 40px; font-weight: 700; line-height: 1.15;
  letter-spacing: -0.02em; color: var(--black); text-wrap: pretty;
}
.lead-post p { margin-top: 16px; font-size: 17px; line-height: 1.65; color: #666666; }
.lead-post .link-underline { margin-top: 24px; padding-bottom: 3px; }

.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 64px; }
.page-n {
  font-family: var(--cond); font-size: 15px; font-weight: 700; min-width: 44px; height: 44px;
  padding: 0 12px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--white); color: #444444; border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
a.page-n:hover { background: var(--yellow); color: var(--black); }
.page-n.is-current { background: var(--green); color: var(--white); box-shadow: none; }
.page-next { padding: 0 20px; text-transform: uppercase; letter-spacing: 0.1em; }

/* ── Blog post ───────────────────────────────────────────────────────── */
.posthead { background: var(--green-d); padding: 56px 0 64px; }
.posthead h1 {
  margin-top: 24px; font-size: 56px; font-weight: 700; line-height: 1.1;
  letter-spacing: -0.02em; color: var(--white); text-wrap: pretty;
}
.posthead-meta {
  display: flex; gap: 20px; align-items: center; margin-top: 20px;
  font-family: var(--cond); font-size: 14px; text-transform: uppercase;
  letter-spacing: 0.12em; color: rgba(255, 255, 255, 0.55);
}
.posthead-sep { width: 1px; height: 14px; background: rgba(255, 255, 255, 0.25); }
.postbody { padding: 64px 0 96px; }
.post-p { font-size: 19px; line-height: 1.8; color: #333333; margin-bottom: 24px; text-wrap: pretty; }
.post-h2 { font-size: 34px; font-weight: 600; line-height: 1.2; color: var(--black); margin: 44px 0 16px; }
.post-h3 { font-size: 26px; font-weight: 600; line-height: 1.25; color: var(--black); margin: 32px 0 12px; }
.post-num { display: flex; gap: 20px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--divider); }
.post-num-n { flex: 0 0 auto; font-family: var(--cond); font-size: 32px; font-weight: 700; color: var(--yellow); line-height: 1; width: 36px; }
.post-num h3 { font-size: 24px; font-weight: 600; color: var(--black); }
.post-num p { margin-top: 8px; font-size: 17px; line-height: 1.7; color: #444444; }
.post-bullet { display: flex; gap: 12px; align-items: baseline; margin-bottom: 16px; }
.post-bullet .post-dot { width: 6px; height: 6px; background: var(--yellow); flex: 0 0 auto; margin-top: 8px; }
.post-bullet p { font-size: 17px; line-height: 1.7; color: #444444; }
.post-bullet strong, .post-num strong { color: var(--black); }
.post-table { margin: 32px 0; border: 1px solid var(--divider); border-radius: 4px; overflow: hidden; overflow-x: auto; }
.post-table table { width: 100%; border-collapse: collapse; }
.post-table th {
  background: var(--green); padding: 14px 20px; text-align: left;
  font-family: var(--cond); font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.15em; color: var(--white);
}
.post-table td { padding: 14px 20px; font-size: 16px; color: #444444; border-top: 1px solid var(--divider); background: var(--white); }
.post-table td:last-child { color: var(--black); font-weight: 500; }
.post-quote { margin: 32px 0; padding: 8px 0 8px 24px; border-left: 4px solid var(--yellow); font-size: 20px; line-height: 1.6; color: #444444; }
.post-img { display: block; width: 100%; border-radius: 4px; margin: 32px 0; }
.post-cta { margin-top: 64px; background: var(--off); border-radius: 4px; padding: 40px; border-left: 4px solid var(--yellow); }
.post-cta h3 { font-size: 30px; font-weight: 600; color: var(--black); }
.post-cta p { margin-top: 12px; font-size: 17px; line-height: 1.7; color: #444444; }

/* ── Contact / forms ─────────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 48px; }
.careers-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 48px; }
.trades-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 32px; }
.info-card { padding: 28px; }
.info-label {
  font-family: var(--cond); font-size: 12px; text-transform: uppercase;
  letter-spacing: 0.15em; color: #aaaaaa;
}
.info-value { display: block; margin-top: 6px; font-family: var(--cond); font-size: 30px; font-weight: 600; color: var(--green); }
.info-card-green { background: var(--green); }
.info-card-green .info-label { color: rgba(255, 255, 255, 0.5); }
.info-card-green .info-value { color: var(--white); }
.form-card { padding: 48px; overflow: visible; }
.form-card:hover { transform: none; box-shadow: var(--shadow-card); }
.form-sub { margin-top: 10px; font-size: 16px; line-height: 1.65; color: #666666; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label, .field-label {
  display: block; font-family: var(--cond); font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.15em; color: #666666; margin-bottom: 6px;
}
.field-label { margin-bottom: 10px; }
.field input[type="text"], .field input[type="email"], .field input[type="tel"],
.field select, .field textarea {
  width: 100%; padding: 13px 14px; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px;
  font-size: 16px; color: var(--black); background: var(--white); outline: none;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--yellow); }
.form-success { text-align: center; padding: 48px 0; }
.form-success-mark {
  width: 56px; height: 56px; border-radius: 3px; background: var(--yellow);
  display: flex; align-items: center; justify-content: center; margin: 0 auto;
  font-family: var(--cond); font-size: 30px; font-weight: 700; color: var(--black);
}
.form-success h3 { margin-top: 24px; font-size: 34px; font-weight: 600; color: var(--black); }
.form-success p { margin-top: 12px; font-size: 17px; line-height: 1.7; color: #666666; }
.form-success .link-underline { margin-top: 24px; padding-bottom: 3px; }

.dropzone {
  border: 2px dashed rgba(0, 0, 0, 0.2); border-radius: 3px; padding: 32px;
  text-align: center; background: var(--off); cursor: pointer; transition: all 150ms ease-out;
}
.dropzone-sm { padding: 28px; }
.dropzone:hover, .dropzone.dragover { border-color: var(--yellow); background: #fdf9ea; }
.dropzone-title { font-family: var(--cond); font-size: 18px; font-weight: 600; color: #444444; }
.dropzone-hint { font-size: 14px; color: #888888; margin-top: 4px; }
.dropzone-file { margin-top: 10px; font-size: 14px; font-weight: 600; color: var(--green); }

.side-panel { border-radius: 4px; padding: 32px; margin-top: 16px; }
.side-panel h3 { font-size: 28px; font-weight: 600; color: var(--white); }
.side-panel p { margin-top: 12px; font-size: 16px; line-height: 1.7; color: rgba(255, 255, 255, 0.7); }
.side-panel-black { background: var(--black); }
.side-panel-green { background: var(--green); }
.side-panel-green h3 { font-size: 26px; }
.side-panel-green p { color: rgba(255, 255, 255, 0.75); }
.side-panel-steps { margin-top: 0; padding: 40px; }
.side-panel-steps h3 { font-size: 30px; }
.steps { display: grid; gap: 0; margin-top: 24px; }
.step { padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.step:last-child { border-bottom: 0; }
.step-n { font-family: var(--cond); font-size: 13px; letter-spacing: 0.15em; color: var(--yellow); }
.step-t { font-family: var(--cond); font-size: 24px; font-weight: 600; color: var(--white); margin-top: 4px; }

/* ── Newsletter ──────────────────────────────────────────────────────── */
.newsletter { background: var(--yellow); }
.newsletter-inner {
  padding-top: 48px; padding-bottom: 48px; display: flex; align-items: center;
  justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.newsletter h3 { font-size: 36px; font-weight: 700; letter-spacing: -0.01em; color: var(--black); }
.newsletter-form { display: flex; gap: 8px; flex: 1 1 340px; max-width: 520px; }
.newsletter-form input[type="email"] {
  flex: 1 1 auto; padding: 15px 16px; border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px; font-size: 16px; background: var(--white); outline: none;
}
.newsletter-form input[type="email"]:focus { border-color: var(--black); }
.newsletter-form button {
  background: var(--black); color: var(--white); font-family: var(--cond); font-size: 15px;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 15px 28px;
  border-radius: 3px; cursor: pointer; white-space: nowrap; transition: background 150ms ease-out;
}
.newsletter-form button:hover { background: var(--green); }
.newsletter-thanks { font-family: var(--cond); font-size: 22px; font-weight: 600; color: var(--black); }

/* ── Footer ──────────────────────────────────────────────────────────── */
.footer { background: var(--green-d); }
.footer-grid {
  padding-top: 80px; padding-bottom: 32px;
  display: grid; grid-template-columns: 1.4fr 1.2fr 0.8fr 1fr; gap: 48px;
}
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { height: 40px; width: auto; display: block; }
.footer-brand span {
  font-family: var(--cond); font-weight: 700; font-size: 22px; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--white);
}
.footer-blurb { margin-top: 20px; font-size: 16px; line-height: 1.7; color: rgba(255, 255, 255, 0.6); }
.footer-social { display: flex; gap: 10px; margin-top: 24px; }
.footer-social a {
  width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--cond); font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.7);
}
.footer-social a:hover { background: var(--yellow); color: var(--black); border-color: var(--yellow); }
.footer h4 {
  font-size: 15px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.15em; color: var(--yellow); margin-bottom: 20px;
}
.footer-posts { display: grid; gap: 14px; }
.footer-posts a { font-size: 15px; line-height: 1.5; color: rgba(255, 255, 255, 0.7); }
.footer-posts a:hover { color: var(--yellow); }
.footer-links { display: grid; gap: 12px; }
.footer-links a { font-size: 15px; color: rgba(255, 255, 255, 0.7); }
.footer-links a:hover { color: var(--yellow); }
.footer-contact { display: grid; gap: 16px; }
.footer-label {
  font-family: var(--cond); font-size: 12px; text-transform: uppercase;
  letter-spacing: 0.15em; color: rgba(255, 255, 255, 0.4);
}
.footer-contact a, .footer-plain { font-size: 16px; color: rgba(255, 255, 255, 0.85); }
.footer-contact a:hover { color: var(--yellow); }
.footer-legal { border-top: 1px solid rgba(255, 255, 255, 0.12); }
.footer-legal .container {
  padding-top: 24px; padding-bottom: 24px;
  font-family: var(--cond); font-size: 13px; text-transform: uppercase;
  letter-spacing: 0.15em; color: rgba(255, 255, 255, 0.4);
}

/* ── Lightbox ────────────────────────────────────────────────────────── */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(17, 17, 17, 0.96); display: flex; flex-direction: column; }
.lightbox[hidden] { display: none; }
.lightbox-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 32px; border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.lightbox-project { font-family: var(--cond); font-size: 20px; font-weight: 600; color: var(--white); }
.lightbox-counter {
  font-family: var(--cond); font-size: 13px; text-transform: uppercase;
  letter-spacing: 0.15em; color: rgba(255, 255, 255, 0.45); margin-top: 2px;
}
.lightbox-btn {
  width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 3px;
  display: flex; align-items: center; justify-content: center; color: var(--white);
  font-size: 20px; cursor: pointer; background: transparent; flex: 0 0 auto;
}
.lightbox-btn:hover { background: var(--yellow); color: var(--black); border-color: var(--yellow); }
.lightbox-arrow { width: 56px; height: 56px; font-size: 22px; }
.lightbox-stage {
  flex: 1 1 auto; display: flex; align-items: center; justify-content: center;
  gap: 24px; padding: 32px; min-height: 0;
}
.lightbox-stage img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 4px; display: block; min-width: 0; }
.lightbox-rail {
  padding: 16px 32px 24px; border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex; gap: 8px; overflow-x: auto;
}
.lightbox-thumb {
  flex: 0 0 auto; width: 84px; height: 60px; border-radius: 3px; overflow: hidden;
  cursor: pointer; border: 2px solid transparent; opacity: 0.55; padding: 0; background: none;
}
.lightbox-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lightbox-thumb.is-active { border-color: var(--yellow); opacity: 1; }

/* ═══ Responsive ═══ */
@media (max-width: 1100px) {
  .hero-title { font-size: 84px; }
}

@media (max-width: 960px) {
  .container, .container-820 { padding-left: 24px; padding-right: 24px; }
  .hero-title { font-size: 64px; }
  .h-hero { font-size: 52px; }
  .h-xl { font-size: 44px; }
  .h-lg { font-size: 38px; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .split, .split-14, .split-safety, .split-cta, .contact-grid, .careers-grid, .trades-grid,
  .founders-grid, .scope-grid, .darkband-grid { grid-template-columns: 1fr; gap: 40px; }
  .statband-grid, .statstrip-grid { grid-template-columns: repeat(2, 1fr); }
  .stat, .statstrip-cell { padding-left: 0; border-right: 0; }
  .proj-split { grid-template-columns: 1fr; gap: 40px; }
  .photo-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .lead-post { grid-template-columns: 1fr; }
  .partner-cta-inner { flex-direction: column; align-items: flex-start; }
  .partner-cta h2 { font-size: 38px; }
  .founders-band { flex-direction: column; align-items: flex-start; padding: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 64px 0; }
  .section-md { padding: 56px 0; }

  /* Mobile nav */
  .nav-burger { display: flex; }
  .nav-links {
    display: none; position: absolute; top: 76px; left: 0; right: 0;
    background: var(--green-d); flex-direction: column; align-items: stretch;
    padding: 12px 24px 24px; gap: 0; box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  }
  .nav-links.open { display: flex; }
  .nav-link { width: 100%; text-align: left; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .nav-item { width: 100%; }
  .nav-item .nav-link { width: 100%; }
  .dropdown, .dropdown-right {
    position: static; box-shadow: none; border-top: 0; background: transparent;
    padding: 0 0 8px 16px; min-width: 0;
  }
  .dropdown a { color: rgba(255, 255, 255, 0.75); padding: 10px 0; }
  .dropdown a:hover { background: transparent; color: var(--yellow); }
  .nav-cta { margin: 16px 0 0; text-align: center; }
}

@media (max-width: 600px) {
  .hero-title { font-size: 44px; }
  .h-hero { font-size: 40px; }
  .hero-inner { padding-top: 96px; padding-bottom: 56px; }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid-2 { grid-template-columns: 1fr; }
  .form-card { padding: 28px; }
  .lead-post-body { padding: 28px; }
  .founder-card { grid-template-columns: 1fr; }
  .founder-photo img { aspect-ratio: 1 / 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .topstrip-hours, .topstrip-sep { display: none; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .statband-grid { grid-template-columns: 1fr 1fr; }
  .posthead h1 { font-size: 34px; }
  .newsletter h3 { font-size: 28px; }
}
