/*
Theme Name: Cohn Construction
Theme URI: https://southboundstudio.com
Author: Southbound Studio
Description: Custom WordPress theme for Cohn Construction based on approved direction B.
Version: 2.0.0
Text Domain: cohn-theme
*/

:root {
  --black: #050505;
  --ink: #111;
  --muted: #6f6f6f;
  --line: #e3e0db;
  --limestone: #eeedeb;
  --gold: #ffc826;
  --white: #fff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.cohn-page {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--white);
  color: var(--ink);
  letter-spacing: 0;
}
body.admin-bar .cohn-header { top: 32px; }
a { color: inherit; }
img, video { max-width: 100%; display: block; }

.cohn-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 24px 60px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .4s cubic-bezier(.4,0,.2,1), padding .4s cubic-bezier(.4,0,.2,1), border-color .4s ease, box-shadow .4s ease;
}
.cohn-header.is-scrolled,
body:not(.home):not(.front-page) .cohn-header,
.page-template-default .cohn-header,
.page-template-page-about .cohn-header,
.page-template-page-industries .cohn-header,
.page-template-page-news .cohn-header,
.page-template-page-contact .cohn-header,
.page-template-page-subcontractors .cohn-header,
.archive .cohn-header,
.single-project .cohn-header,
.post-type-archive-project .cohn-header,
.tax-industry .cohn-header {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom-color: rgba(0,0,0,.06);
  color: #000;
  padding-top: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}
.page-template-page-about .cohn-header,
.page-template-page-industries .cohn-header,
.page-template-page-news .cohn-header,
.page-template-page-contact .cohn-header,
.page-template-page-subcontractors .cohn-header {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom-color: rgba(0,0,0,.06);
  color: #000;
  padding-top: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}
.cohn-logo { display: block; height: 80px; width: auto; color: #fff; overflow: visible; transition: height .4s cubic-bezier(.4,0,.2,1), color .25s ease; }
.cohn-logo--dark { color: #000; }
.cohn-header.is-scrolled .cohn-logo,
body:not(.home):not(.front-page) .cohn-header .cohn-logo,
.page-template-default .cohn-header .cohn-logo,
.page-template-page-about .cohn-header .cohn-logo,
.page-template-page-industries .cohn-header .cohn-logo,
.page-template-page-news .cohn-header .cohn-logo,
.page-template-page-contact .cohn-header .cohn-logo,
.page-template-page-subcontractors .cohn-header .cohn-logo,
.archive .cohn-header .cohn-logo,
.single-project .cohn-header .cohn-logo,
.post-type-archive-project .cohn-header .cohn-logo,
.tax-industry .cohn-header .cohn-logo { height: 50px; color: #000; }
.page-template-page-about .cohn-header .cohn-logo,
.page-template-page-industries .cohn-header .cohn-logo,
.page-template-page-news .cohn-header .cohn-logo,
.page-template-page-contact .cohn-header .cohn-logo,
.page-template-page-subcontractors .cohn-header .cohn-logo { height: 50px; color: #000; }
.cohn-logo .st0,
.cohn-logo .st1 {
  fill: currentColor;
}
.cohn-logo .st2 {
  fill: currentColor;
  stroke: currentColor;
}
.cohn-header__nav { display: flex; align-items: center; gap: 40px; padding-top: 12px; }
.cohn-header__nav a {
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .02em;
}
.cohn-header.is-scrolled .cohn-header__nav a,
body:not(.home):not(.front-page) .cohn-header .cohn-header__nav a,
.page-template-default .cohn-header .cohn-header__nav a,
.archive .cohn-header .cohn-header__nav a,
.single-project .cohn-header .cohn-header__nav a,
.post-type-archive-project .cohn-header .cohn-header__nav a,
.tax-industry .cohn-header .cohn-header__nav a { color: #000; }
.page-template-page-about .cohn-header .cohn-header__nav a,
.page-template-page-industries .cohn-header .cohn-header__nav a,
.page-template-page-news .cohn-header .cohn-header__nav a,
.page-template-page-contact .cohn-header .cohn-header__nav a,
.page-template-page-subcontractors .cohn-header .cohn-header__nav a { color: #000; }
.cohn-header__nav a:hover { color: var(--gold); }
.cohn-header__nav .nav-cta {
  background: var(--gold);
  color: #000;
  padding: 12px 24px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 700;
}
.cohn-progress { position: absolute; left: 60px; right: 60px; bottom: 0; height: 2px; background: rgba(255,255,255,.12); transition: background .4s ease; }
.cohn-header.is-scrolled .cohn-progress,
body:not(.home):not(.front-page) .cohn-header .cohn-progress,
.page-template-default .cohn-header .cohn-progress,
.page-template-page-about .cohn-header .cohn-progress,
.page-template-page-industries .cohn-header .cohn-progress,
.page-template-page-news .cohn-header .cohn-progress,
.page-template-page-contact .cohn-header .cohn-progress,
.page-template-page-subcontractors .cohn-header .cohn-progress,
.archive .cohn-header .cohn-progress,
.single-project .cohn-header .cohn-progress,
.post-type-archive-project .cohn-header .cohn-progress,
.tax-industry .cohn-header .cohn-progress { background: rgba(0,0,0,.05); }
.page-template-page-about .cohn-header .cohn-progress,
.page-template-page-industries .cohn-header .cohn-progress,
.page-template-page-news .cohn-header .cohn-progress,
.page-template-page-contact .cohn-header .cohn-progress,
.page-template-page-subcontractors .cohn-header .cohn-progress { background: rgba(0,0,0,.05); }
.cohn-progress span { display: block; height: 100%; width: 0; background: var(--gold); }
.cohn-menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; }
.cohn-menu-toggle span { display: block; height: 2px; margin: 7px 5px; background: currentColor; }

.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; background: #000; color: #fff; }
.hero__video, .hero__scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__video { object-fit: cover; opacity: .82; }
.hero__scrim { background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.42) 48%, rgba(0,0,0,.2)); }
.hero__content { position: relative; z-index: 1; width: min(760px, calc(100% - 48px)); margin-left: clamp(24px, 7vw, 96px); padding-top: 64px; }
.hero__overline, .section-kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.hero h1 { margin: 0; max-width: 850px; font-size: clamp(48px, 7vw, 72px); line-height: 1; letter-spacing: -2px; font-weight: 700; text-transform: none; }
.hero p:not(.hero__overline) { max-width: 650px; font-size: 20px; line-height: 1.6; color: rgba(255,255,255,.82); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__locations { position: absolute; right: 58px; bottom: 42px; display: flex; gap: 12px; color: #fff; z-index: 1; }
.hero__locations span { border: 1px solid rgba(255,255,255,.3); padding: 9px 12px; font-size: 12px; text-transform: uppercase; letter-spacing: 1.2px; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 16px 22px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
}
.btn--primary { background: var(--gold); color: #000; }
.btn--ghost { border: 1px solid rgba(255,255,255,.45); color: #fff; }
.btn--dark { background: #000; color: #fff; }
.icon-arrow { width: 14px; height: 14px; fill: currentColor; flex: 0 0 auto; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--gold); color: #000; }
.stats__item { padding: 34px clamp(18px, 4vw, 60px); border-right: 1px solid rgba(0,0,0,.18); }
.stats__item strong { display: block; font-size: clamp(34px, 5vw, 58px); line-height: .95; }
.stats__item span { display: block; margin-top: 8px; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: 1.4px; }

.section { padding: clamp(78px, 10vw, 128px) 60px; }
.section--white { background: #fff; }
.section__header { max-width: var(--max); margin: 0 auto 42px; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.section__header h2, .map-section h2, .split-section h2, .archive-hero h1, .basic-page h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -1px;
  text-transform: none;
}
.section__header--dark { color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; text-decoration: none; }
.text-link--light { color: #fff; }

.featured-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.25fr .75fr; grid-auto-rows: minmax(280px, auto); gap: 22px; }
.project-card { min-height: 330px; position: relative; background: #111; overflow: hidden; }
.project-card--large { grid-row: span 2; min-height: 680px; }
.project-card__link { position: absolute; inset: 0; display: flex; align-items: end; color: #fff; text-decoration: none; }
.project-card__image { position: absolute; inset: 0; }
.project-card__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.76)); }
.project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover img { transform: scale(1.045); }
.project-card__body { position: relative; z-index: 1; padding: 28px; display: grid; gap: 8px; }
.project-card__sector { color: var(--gold); text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: 1.6px; }
.project-card__title { font-size: clamp(28px, 3vw, 44px); line-height: 1; font-weight: 800; text-transform: uppercase; }
.project-card__meta { color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.4; }

.map-section { display: grid; grid-template-columns: minmax(280px, 420px) 1fr; gap: 70px; align-items: center; background: var(--limestone); }
.map-section__copy p:not(.section-kicker) { font-size: 19px; line-height: 1.6; color: #404040; }
.cohn-map { position: relative; min-height: 520px; background: #fff; border: 1px solid var(--line); overflow: hidden; display: grid; place-items: center; }
.cohn-map img { width: min(680px, 92%); opacity: .12; filter: grayscale(1); }
.cohn-map__points { position: absolute; inset: 42px; }
.map-dot { position: absolute; transform: translate(-50%, -50%); width: 22px; height: 22px; }
.map-dot b, .map-dot em { position: absolute; inset: 0; border-radius: 999px; }
.map-dot b { background: var(--gold); box-shadow: 0 0 0 8px rgba(255,200,38,.18); }
.map-dot em { display: grid; place-items: center; color: #000; font-style: normal; font-size: 10px; font-weight: 800; }
.map-dot--primary { width: 32px; height: 32px; }

.industry-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.industry-card { min-height: 370px; position: relative; overflow: hidden; background: #000; color: #fff; text-decoration: none; display: flex; align-items: end; }
.industry-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .74; transition: transform .5s ease; }
.industry-card:hover img { transform: scale(1.05); }
.industry-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.86)); }
.industry-card div { position: relative; z-index: 1; padding: 26px; }
.industry-card h3 { margin: 0 0 10px; font-size: 28px; text-transform: uppercase; line-height: 1; }
.industry-card p { margin: 0; color: rgba(255,255,255,.76); line-height: 1.45; }

.testimonials-section, .press-section { background: #080808; color: #fff; }
.testimonial-rail { max-width: var(--max); margin: 0 auto; position: relative; min-height: 240px; }
.testimonial { display: none; margin: 0; max-width: 900px; }
.testimonial.is-active { display: block; }
.testimonial blockquote { margin: 0; font-size: clamp(28px, 4vw, 50px); line-height: 1.1; font-weight: 800; }
.testimonial figcaption { margin-top: 28px; color: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; }
.testimonial figcaption span { display: block; margin-top: 6px; color: rgba(255,255,255,.62); font-size: 13px; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; background: var(--limestone); }
.split-section__image img { width: 100%; height: 100%; object-fit: cover; }
.split-section__copy { padding: clamp(60px, 8vw, 110px); align-self: center; }
.split-section__copy p:not(.section-kicker), .split-section__copy li { font-size: 18px; line-height: 1.65; color: #3f3f3f; }
.split-section__copy ul { padding-left: 20px; }

.leadership-grid, .press-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.leader-card { background: var(--limestone); }
.leader-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.leader-card h3 { margin: 18px 18px 4px; text-transform: uppercase; line-height: 1; }
.leader-card p { margin: 0 18px 20px; color: var(--muted); }
.press-grid { grid-template-columns: repeat(3, 1fr); }
.press-card { background: #151515; border: 1px solid rgba(255,255,255,.08); }
.press-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.press-card div { padding: 22px; }
.press-card span { color: var(--gold); font-size: 11px; text-transform: uppercase; font-weight: 800; letter-spacing: 1.2px; }
.press-card h3 { margin: 12px 0 0; font-size: 24px; line-height: 1.1; text-transform: uppercase; }

.cta-band { display: grid; grid-template-columns: 1fr 1fr auto; gap: 34px; align-items: center; padding: 70px 60px; background: var(--gold); color: #000; }
.cta-band h2 { margin: 0; font-size: clamp(36px, 5vw, 70px); line-height: .9; text-transform: uppercase; }
.cta-band p { font-size: 18px; line-height: 1.5; }


.archive-hero, .basic-page article { padding: 142px 60px 56px; max-width: var(--max); margin: 0 auto; }
.archive-hero p:not(.section-kicker) { max-width: 520px; font-size: 15px; line-height: 1.65; color: #666; }
.project-filters { max-width: var(--max); margin: 0 auto 34px; padding: 0 60px; display: flex; flex-wrap: wrap; gap: 10px; }
.project-filters a { border: 1px solid var(--line); padding: 12px 15px; text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: 1px; }
.project-filters a.is-active { background: #000; color: #fff; border-color: #000; }
.featured-project-callout, .project-archive-grid { max-width: var(--max); margin: 0 auto; padding: 0 60px 60px; }
.featured-project-callout a { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 420px; background: #000; color: #fff; text-decoration: none; }
.featured-project-callout img { width: 100%; height: 100%; object-fit: cover; }
.featured-project-callout span { align-self: end; padding: 34px; }
.featured-project-callout small { color: var(--gold); text-transform: uppercase; font-weight: 800; letter-spacing: 1.4px; }
.featured-project-callout strong { display: block; margin: 12px 0; font-size: 42px; line-height: .95; text-transform: uppercase; }
.featured-project-callout em { color: rgba(255,255,255,.72); font-style: normal; }
.project-count { text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: 1.2px; color: var(--muted); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.single-project-hero { position: relative; min-height: 50vh; background: #000; color: #fff; display: flex; align-items: end; }
.single-project-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.single-project-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.82)); }
.single-project-hero > div { position: relative; z-index: 1; padding: 112px 60px 42px; max-width: var(--max); margin: 0 auto; width: 100%; }
.single-project-hero h1 { margin: 0; max-width: 920px; font-size: clamp(40px, 6vw, 72px); line-height: 1.02; letter-spacing: -1px; text-transform: none; }
.back-link { color: #fff; display: inline-block; margin-bottom: 34px; text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: 1.2px; }
.project-detail-grid { max-width: var(--max); margin: 0 auto; padding: 80px 60px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; }
.lede { font-size: 18px; line-height: 1.75; font-weight: 400; margin-top: 0; color: #3f3f3f; }
.project-facts { border-top: 4px solid var(--gold); }
.project-facts div { padding: 20px 0; border-bottom: 1px solid var(--line); }
.project-facts span { display: block; color: var(--muted); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: 1.2px; }
.project-facts strong { display: block; margin-top: 5px; font-size: 20px; }
.project-services { max-width: var(--max); margin: 0 auto; padding: 0 60px 70px; }
.project-services h2 { text-transform: uppercase; font-size: 34px; }
.project-services div { display: flex; flex-wrap: wrap; gap: 10px; }
.project-services span { background: var(--limestone); padding: 13px 15px; font-weight: 800; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; }
.project-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: var(--max); margin: 0 auto; padding: 0 60px 90px; }
.project-gallery img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.rte { font-size: 18px; line-height: 1.65; color: #333; }

.single-news-page {
  background: #fff;
}
.single-news {
  padding: 140px 60px 110px;
}
.single-news__header,
.single-news__image,
.single-news__body,
.single-news__source {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.single-news__header h1 {
  margin: 0 0 22px;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.04;
  letter-spacing: -1px;
}
.single-news__header p:not(.section-kicker) {
  margin: 0;
  color: #666;
  font-size: 16px;
}
.back-link--dark {
  color: #111;
  margin-bottom: 36px;
}
.single-news__image {
  max-width: 720px;
  margin-top: 42px;
  margin-bottom: 46px;
}
.single-news__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  background: var(--limestone);
}
.single-news__body {
  max-width: 760px;
}
.single-news__body p {
  margin: 0 0 24px;
}
.single-news__source {
  max-width: 760px;
  margin-top: 46px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

/* Core interior page buildout */
.interior-page {
  background: #fff;
  color: #111;
}
.interior-hero {
  min-height: 720px;
  padding: 150px 60px 80px;
  display: grid;
  grid-template-columns: minmax(360px, .85fr) minmax(420px, 1.15fr);
  gap: 80px;
  align-items: center;
  background: #f5f4f1;
  overflow: hidden;
}
.interior-hero--dark {
  background: #090909;
  color: #fff;
}
.interior-hero__copy {
  max-width: 680px;
}
.interior-hero__copy h1 {
  margin: 0 0 28px;
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1.03;
  letter-spacing: -1px;
}
.interior-hero__copy p:not(.section-kicker) {
  margin: 0;
  color: rgba(0,0,0,.68);
  font-size: 19px;
  line-height: 1.75;
}
.interior-hero--dark .interior-hero__copy p:not(.section-kicker) {
  color: rgba(255,255,255,.68);
}
.interior-hero__image {
  position: relative;
  min-height: 520px;
}
.interior-hero__image::before {
  content: "";
  position: absolute;
  inset: 40px -48px -40px 48px;
  border: 1px solid rgba(255,200,38,.42);
  transform: rotate(4deg);
  pointer-events: none;
}
.interior-hero__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.story-section,
.industry-detail,
.process-section,
.subcontractor-apply,
.content-types,
.capability-band,
.contact-layout {
  padding: 110px 60px;
}
.story-section,
.industry-detail,
.process-section,
.subcontractor-apply,
.capability-band,
.contact-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.story-section > *,
.industry-detail > *,
.process-section > *,
.subcontractor-apply > *,
.capability-band > *,
.contact-layout > *,
.values-section > *,
.leadership-section > *,
.content-types > *,
.news-feature,
.contact-map {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.story-section h2,
.industry-detail h2,
.process-section h2,
.subcontractor-apply h2,
.capability-band h2,
.contact-info h2,
.content-types h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -1px;
}
.story-section__body p,
.subcontractor-apply__copy p,
.contact-info p {
  margin: 0 0 22px;
  color: #555;
  font-size: 18px;
  line-height: 1.8;
}
.values-section,
.leadership-section {
  padding: 120px 60px;
}
.values-section {
  background: #fff;
}
.value-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
}
.value-grid--four {
  grid-template-columns: repeat(4, 1fr);
}
.value-card {
  min-height: 290px;
  padding: 34px;
  background: #fff;
}
.value-card span,
.capability-grid article span {
  display: block;
  width: 42px;
  height: 3px;
  background: var(--gold);
  margin-bottom: 28px;
}
.value-card h3,
.capability-grid h3,
.content-type-grid h3,
.process-list h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.15;
}
.value-card p,
.capability-grid p,
.content-type-grid p,
.process-list p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.65;
}
.about-design-build {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.leadership-section {
  background: #0a0a0a;
  color: #fff;
}
.leader-card--overlay {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #111;
}
.leader-card--overlay img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  opacity: .86;
}
.leader-card--overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.84));
}
.leader-card--overlay div {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px;
}
.leader-card--overlay h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
  text-transform: none;
}
.leader-card--overlay p {
  margin: 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.capability-band {
  background: #0a0a0a;
  color: #fff;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.1);
}
.capability-grid article {
  min-height: 300px;
  padding: 34px;
  background: #0f0f0f;
}
.capability-grid p {
  color: rgba(255,255,255,.62);
}
.industry-detail {
  background: #fff;
}
.industry-detail .approach-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.industry-projects {
  padding-top: 0;
}
.industry-projects .section__header {
  max-width: 1400px;
  margin-bottom: 42px;
  padding: 0;
}
.interior-archive-hero {
  padding-top: 150px;
}
.news-feature {
  padding: 0 60px 80px;
}
.news-feature a {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  min-height: 500px;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.news-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .88;
}
.news-feature span {
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.news-feature small {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.news-feature strong {
  display: block;
  margin: 18px 0 28px;
  font-size: clamp(30px, 3.5vw, 52px);
  line-height: 1.08;
  letter-spacing: -1px;
}
.news-feature em {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  color: #fff;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 6px;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.news-listing {
  padding-top: 0;
}
.content-types {
  background: var(--limestone);
}
.content-type-grid {
  max-width: 1400px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #d8d5ce;
}
.content-type-grid article {
  min-height: 240px;
  padding: 30px;
  background: var(--limestone);
}
.contact-layout {
  background: #fff;
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact-form__wide,
.contact-form button {
  grid-column: 1 / -1;
}
.contact-form label {
  display: block;
  margin-bottom: 9px;
  color: #666;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d7d3ca;
  border-radius: 0;
  background: #f8f7f5;
  color: #111;
  font: 16px/1.4 Arial, Helvetica, sans-serif;
  padding: 16px;
}
.contact-form textarea {
  resize: vertical;
}
.contact-form button {
  justify-self: start;
  border: 0;
  cursor: pointer;
}
.contact-info {
  padding: 44px;
  background: #0a0a0a;
  color: #fff;
}
.contact-info h2 {
  margin-bottom: 38px;
}
.contact-info__items {
  display: grid;
  gap: 24px;
}
.contact-info__items div {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 20px;
}
.contact-info__items span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-info__items a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.contact-info__items p {
  color: rgba(255,255,255,.65);
}
.contact-map {
  padding: 0 60px 120px;
}
.contact-map .cohn-map--contact {
  min-height: 520px;
}
.process-section {
  background: #0a0a0a;
  color: #fff;
}
.process-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: rgba(255,255,255,.1);
  counter-reset: process;
}
.process-list li {
  min-height: 260px;
  padding: 34px;
  background: #101010;
  counter-increment: process;
}
.process-list li span::before {
  content: "0" counter(process);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  background: var(--gold);
  color: #000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}
.process-list p {
  color: rgba(255,255,255,.62);
}
.subcontractor-apply {
  background: var(--limestone);
}
.subcontractor-apply__copy p {
  max-width: 520px;
}

/* News index and contact-specific page refinements */
.news-index-hero {
  padding: 150px 60px 34px;
  background: #fff;
}
.news-index-hero > div,
.news-index {
  max-width: none;
  width: 100%;
  margin: 0 auto;
}
.news-index-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: .95;
  letter-spacing: -1px;
}
.news-index-hero p:not(.section-kicker) {
  max-width: 620px;
  margin: 0;
  color: #666;
  font-size: 17px;
  line-height: 1.7;
}
.news-index {
  padding: 0 60px 110px;
}
.news-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}
.news-filters a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid #ccc;
  padding: 0 18px;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}
.news-filters a.is-active {
  border-color: #000;
  background: #000;
  color: var(--gold);
}
.news-grid {
  max-width: none !important;
  width: 100%;
  margin: 0;
}
.news-empty {
  margin: 40px 0 0;
  color: #666;
  font-size: 16px;
}
.contact-hero {
  min-height: 540px;
  padding: 150px 60px 70px;
  background: #0a0a0a;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(320px, .55fr);
  gap: 80px;
  align-items: end;
}
.contact-hero__copy,
.contact-hero__panel {
  max-width: 1400px;
}
.contact-hero__copy h1 {
  max-width: 760px;
  margin: 0 0 28px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -1px;
}
.contact-hero__copy p:not(.section-kicker) {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 19px;
  line-height: 1.75;
}
.contact-hero__panel {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.16);
}
.contact-hero__panel div {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.contact-hero__panel span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.contact-hero__panel a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.25;
}
.contact-hero__panel p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 16px;
  line-height: 1.6;
}
.contact-page .contact-layout {
  padding-top: 86px;
}

@media (max-width: 980px) {
  .news-index-hero,
  .news-index,
  .contact-hero {
    padding-left: 24px;
    padding-right: 24px;
  }
  .contact-hero {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

@media (max-width: 680px) {
  .news-index-hero {
    padding-top: 124px;
  }
  .news-index {
    padding-bottom: 74px;
  }
  .news-filters a {
    min-height: 38px;
    padding: 0 14px;
  }
  .contact-hero {
    padding-top: 124px;
    padding-bottom: 52px;
    min-height: auto;
  }
  .contact-hero__copy h1 {
    font-size: 38px;
  }
  .contact-hero__panel a {
    font-size: 18px;
  }
}

@media (max-width: 980px) {
  .interior-hero,
  .story-section,
  .industry-detail,
  .process-section,
  .subcontractor-apply,
  .capability-band,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .interior-hero {
    min-height: 0;
    padding: 130px 24px 64px;
  }
  .interior-hero__image,
  .interior-hero__image img {
    min-height: 420px;
    height: 420px;
  }
  .value-grid,
  .value-grid--four,
  .leadership-grid--overlay,
  .capability-grid,
  .content-type-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-section,
  .industry-detail,
  .process-section,
  .subcontractor-apply,
  .content-types,
  .capability-band,
  .contact-layout,
  .values-section,
  .leadership-section,
  .contact-map {
    padding-left: 24px;
    padding-right: 24px;
  }
  .news-feature {
    padding-left: 24px;
    padding-right: 24px;
  }
  .news-feature a {
    grid-template-columns: 1fr;
  }
  .news-feature img {
    min-height: 360px;
  }
}

@media (max-width: 680px) {
  .single-news {
    padding: 118px 24px 74px;
  }
  .single-news__image {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .single-news__header h1 {
    font-size: 38px;
  }
  .interior-hero__copy h1 {
    font-size: 38px;
  }
  .interior-hero__image::before {
    display: none;
  }
  .value-grid,
  .value-grid--four,
  .leadership-grid--overlay,
  .capability-grid,
  .content-type-grid,
  .process-list,
  .contact-form {
    grid-template-columns: 1fr;
  }
  .news-feature span,
  .contact-info {
    padding: 30px;
  }
}

@media (max-width: 980px) {
  .cohn-header { padding: 18px 24px 0; }
  .cohn-menu-toggle { display: block; }
  .cohn-header__nav {
    position: absolute;
    left: 0; right: 0; top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #050505;
    padding: 18px 24px 28px;
  }
  .cohn-header__nav.is-open { display: flex; }
  .cohn-header__nav a { padding: 14px 0; color: #fff !important; }
  .cohn-header__nav .nav-cta { color: #000 !important; padding-left: 18px; padding-right: 18px; }
  .hero__locations { display: none; }
  .stats, .industry-grid, .leadership-grid, .press-grid, .project-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-grid, .map-section, .split-section, .featured-project-callout a, .project-detail-grid, .cta-band { grid-template-columns: 1fr; }
  .project-card--large { min-height: 430px; }
}

@media (max-width: 680px) {
  .section, .archive-hero, .basic-page article, .single-project-hero > div, .project-detail-grid, .project-services, .project-gallery, .featured-project-callout, .project-archive-grid, .project-filters, .cohn-footer, .cta-band { padding-left: 24px; padding-right: 24px; }
  .hero__content { margin-left: 24px; }
  .stats, .industry-grid, .leadership-grid, .press-grid, .project-grid, .project-gallery { grid-template-columns: 1fr; }
  .section__header { display: block; }
  .cohn-footer__links, .cohn-footer__bottom { grid-template-columns: 1fr; display: grid; gap: 18px; }
}


/* Direction B fidelity pass */
.section-label { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; }
.section-label span { width: 40px; height: 1px; background: var(--gold); display: block; }
.section-label b { color: var(--gold); font-size: 12px; letter-spacing: .24em; font-weight: 700; text-transform: uppercase; }
.archive-hero--projects { padding: 142px 60px 32px; max-width: none; }
.archive-hero__row { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; flex-wrap: wrap; }
.archive-hero--projects h1 { font-size: clamp(40px, 5vw, 68px); font-weight: 700; letter-spacing: -1px; line-height: 1.05; margin: 0; }
.archive-hero--projects p { font-size: 15px; line-height: 1.65; color: #666; max-width: 520px; margin: 0; }
.project-filters { max-width: none; margin: 0 0 32px; padding: 0 60px; gap: 10px; }
.project-filters a { padding: 12px 22px; font-size: 12px; font-weight: 700; letter-spacing: .16em; border-color: #ccc; background: transparent; }
.project-filters a.is-active { background: #000; color: var(--gold); border-color: #000; }
.featured-project-callout { max-width: none; margin: 0; padding: 0 60px 48px; }
.featured-project-callout a { position: relative; display: block; min-height: 580px; overflow: hidden; border-radius: 4px; background: #111; color: #fff; text-decoration: none; }
.featured-project-callout a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,0) 55%); }
.featured-project-callout img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.featured-project-callout a:hover img { transform: scale(1.03); }
.featured-project-callout__badge { position: absolute; top: 32px; left: 32px; z-index: 1; background: var(--gold); color: #000; padding: 6px 14px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.featured-project-callout__content { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: 56px; display: block; }
.featured-project-callout__content small { display: inline-block; background: var(--gold); color: #000; padding: 4px 12px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 16px; }
.featured-project-callout__content strong { display: block; color: #fff; font-size: clamp(32px, 4vw, 56px); font-weight: 700; letter-spacing: -.01em; line-height: 1.05; text-transform: none; margin: 0; max-width: 760px; }
.featured-project-callout__content em { display: block; margin-top: 16px; color: rgba(255,255,255,.78); font-size: 15px; font-style: normal; }
.project-archive-grid { max-width: none; margin: 0; padding: 0 60px 120px; }
.project-grid--tiles { grid-template-columns: repeat(3, 1fr); gap: 32px; }
.project-tile a { color: #000; text-decoration: none; display: block; }
.project-tile__image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #111; }
.project-tile__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.project-tile:hover .project-tile__image img { transform: scale(1.04); }
.project-tile__body { display: block; padding: 20px 4px; }
.project-tile__sector { display: inline-block; background: var(--gold); color: #000; padding: 3px 10px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 12px; }
.project-tile__title { display: block; font-size: 22px; font-weight: 700; line-height: 1.2; margin-bottom: 8px; }
.project-tile__meta { display: block; color: #666; font-size: 13px; line-height: 1.4; }
.hero__content { width: min(900px, 100%); max-width: 900px; margin-left: 0; padding: 0 60px; }
.hero h1 { font-size: 72px; line-height: 1.05; letter-spacing: -2px; margin-bottom: 32px; }
.hero h1 span { color: var(--gold); }
.hero p:not(.hero__overline) { max-width: 540px; font-size: 20px; line-height: 1.7; margin-bottom: 48px; }
.hero__overline { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; letter-spacing: 4px; }
.hero__overline::before { content: ""; display: block; width: 60px; height: 1px; background: var(--gold); }
.hero__actions { gap: 20px; margin-top: 0; }
.btn { padding: 18px 36px; min-height: 0; font-size: 13px; letter-spacing: 2px; font-weight: 700; }
.btn--ghost { border-width: 2px; border-color: rgba(255,255,255,.3); }
.stats--prototype { background: #000; color: #fff; gap: 40px; padding: 60px; }
.stats--prototype .stats__item { padding: 0; text-align: center; border-right: 1px solid rgba(255,255,255,.1); }
.stats--prototype .stats__item:last-child { border-right: 0; }
.stats--prototype .stats__item strong { color: var(--gold); font-size: 48px; font-weight: 700; letter-spacing: -2px; line-height: 1; }
.stats--prototype .stats__item span { color: rgba(255,255,255,.6); font-size: 13px; letter-spacing: 2px; font-weight: 400; }
.featured-work .section__header { margin-bottom: 60px; }
.featured-work .section__header h2 { font-size: 52px; line-height: 1.1; }
.featured-grid { grid-template-columns: 1.5fr 1fr; gap: 24px; }
.project-card { min-height: 288px; }
.project-card--large { min-height: 600px; }
.map-section--prototype { background: #0a0a0a; color: #fff; grid-template-columns: 1fr 1fr; gap: 80px; }
.map-section--prototype h2 { color: #fff; font-size: 44px; line-height: 1.15; }
.map-section--prototype .map-section__copy p:not(.section-kicker) { color: #aaa; font-size: 17px; line-height: 1.8; }
.map-section--prototype .cohn-map { background: #111; border-color: rgba(255,255,255,.08); }
.industries-section--prototype .section__header { display: block; text-align: center; margin-bottom: 80px; }
.industries-section--prototype .section__header h2 { font-size: 52px; line-height: 1.1; }
.industries-section--prototype .industry-grid { max-width: none; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--limestone); }
.industries-section--prototype .industry-card { min-height: 320px; background: #fff; color: #000; }
.industries-section--prototype .industry-card img { opacity: 0; transform: scale(1.1); transition: all .6s cubic-bezier(.4,0,.2,1); }
.industries-section--prototype .industry-card:hover img { opacity: 1; transform: scale(1); }
.industries-section--prototype .industry-card::after { background: #fff; transition: background-color .4s ease; }
.industries-section--prototype .industry-card:hover::after { background: rgba(0,0,0,.7); }
.industries-section--prototype .industry-card div { padding: 40px; }
.industries-section--prototype .industry-card div::before { content: ""; display: block; width: 48px; height: 2px; background: var(--gold); margin-bottom: 20px; transition: transform .4s ease; transform-origin: left; }
.industries-section--prototype .industry-card:hover div::before { transform: scaleX(1.5); }
.industries-section--prototype .industry-card h3 { font-size: 24px; color: #000; text-transform: none; }
.industries-section--prototype .industry-card p { color: #666; font-size: 14px; line-height: 1.6; }
.industries-section--prototype .industry-card:hover h3 { color: #fff; }
.industries-section--prototype .industry-card:hover p { color: rgba(255,255,255,.7); }
.testimonials-section--prototype { padding: 140px 60px; background: #000; text-align: center; position: relative; overflow: hidden; }
.testimonials-section--prototype::before { content: "\201C"; position: absolute; top: 60px; left: 60px; font: 300px/1 Georgia, serif; color: rgba(255,200,38,.05); }
.testimonials-section--prototype .section__header { display: block; text-align: center; margin-bottom: 60px; color: #fff; }
.testimonials-section--prototype .section__header h2 { display: none; }
.testimonials-section--prototype .testimonial-rail { max-width: 900px; min-height: 0; }
.testimonials-section--prototype .testimonial blockquote { font-size: 32px; line-height: 1.6; font-weight: 300; font-style: italic; }
.testimonials-section--prototype .testimonial figcaption { color: #fff; font-size: 18px; letter-spacing: 0; text-transform: none; }
.testimonials-section--prototype .testimonial figcaption span { color: rgba(255,255,255,.5); font-size: 14px; }
.split-section--prototype { background: #fff; }
.split-section--prototype .split-section__copy { background: #fff; padding: 100px 80px; }
.split-section--prototype h2 { font-size: 44px; line-height: 1.15; }
.split-section--prototype .split-section__copy p:not(.section-kicker), .split-section--prototype .split-section__copy li { color: #666; font-size: 17px; line-height: 1.8; }
@media (max-width: 980px) {
  .archive-hero__row, .map-section--prototype, .featured-grid { grid-template-columns: 1fr; display: grid; }
  .project-grid--tiles, .industries-section--prototype .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { font-size: clamp(44px, 9vw, 72px); }
}
@media (max-width: 680px) {
  .archive-hero--projects, .project-filters, .featured-project-callout, .project-archive-grid, .hero__content { padding-left: 24px; padding-right: 24px; }
  .project-grid--tiles, .industries-section--prototype .industry-grid { grid-template-columns: 1fr; }
}

.featured-project-callout .featured-project-callout__badge { display: inline-block; width: auto; height: auto; align-self: auto; padding: 6px 14px; line-height: 1.2; }
.featured-project-callout .featured-project-callout__content { align-self: auto; padding: 56px; }

/* Direction B deeper homepage pass */
.hero { min-height: 100vh; }
.hero::before, .hero::after { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(255,200,38,.26); z-index: 1; pointer-events: none; }
.hero::before { top: 18%; right: 12%; }
.hero::after { bottom: 12%; left: 42%; }
.hero__scroll-helper { position: absolute; left: 60px; bottom: 40px; z-index: 2; display: flex; align-items: center; gap: 16px; opacity: .6; }
.hero__scroll-line { position: relative; width: 1px; height: 60px; overflow: hidden; background: var(--gold); display: block; }
.hero__scroll-line span { position: absolute; top: 0; left: 0; width: 100%; height: 30px; background: #fff; animation: scrollPulse 2s ease-in-out infinite; }
.hero__scroll-text { color: #fff; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero__locations { right: 60px; bottom: 40px; gap: 32px; }
.hero__locations span { display: flex; align-items: center; gap: 8px; border: 0; padding: 0; color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: 1px; }
.hero__locations span::before { content: ""; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; flex: 0 0 auto; }
.featured-work { padding: 120px 60px; }
.featured-work .section__header { max-width: 1400px; align-items: flex-end; margin-bottom: 60px; }
.featured-work .section__header > div { display: block; }
.section-kicker { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; letter-spacing: 3px; font-weight: 600; }
.section-kicker::before { content: ""; width: 40px; height: 1px; background: var(--gold); display: block; }
.industries-section--prototype .section-kicker, .testimonials-section--prototype .section-kicker { justify-content: center; }
.industries-section--prototype .section-kicker::after, .testimonials-section--prototype .section-kicker::after { content: ""; width: 40px; height: 1px; background: var(--gold); display: block; }
.text-link { font-size: 13px; letter-spacing: 2px; font-weight: 600; padding: 16px 0; border-bottom: 2px solid currentColor; }
.featured-grid { max-width: 1400px; gap: 24px; align-items: stretch; }
.project-card { height: 288px; min-height: 288px; }
.project-card--large { height: 600px; min-height: 600px; }
.project-card__body { padding: 32px; transform: translateY(0); transition: transform .4s ease; }
.project-card--large .project-card__body { padding: 48px; }
.project-card:hover .project-card__body { transform: translateY(-10px); }
.project-card__sector { display: inline-block; justify-self: start; background: var(--gold); color: #000; padding: 4px 10px; font-size: 10px; letter-spacing: 1.5px; margin-bottom: 4px; }
.project-card--large .project-card__sector { padding: 6px 14px; font-size: 11px; letter-spacing: 2px; margin-bottom: 8px; }
.project-card__title { font-size: 22px; line-height: 1.15; text-transform: none; letter-spacing: 0; }
.project-card--large .project-card__title { font-size: 32px; letter-spacing: -.5px; }
.project-card__meta { display: flex; gap: 24px; align-items: center; color: rgba(255,255,255,.7); font-size: 14px; }
.project-card__meta b { font: inherit; }
.project-card__meta i { font-style: normal; color: rgba(255,255,255,.7); }
.map-section--prototype { padding: 120px 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.map-section__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.map-section__stats div { border-left: 2px solid var(--gold); padding-left: 20px; }
.map-section__stats strong { display: block; color: #fff; font-size: 18px; font-weight: 600; margin-bottom: 4px; }
.map-section__stats span { color: #888; font-size: 14px; }
.map-section--prototype .cohn-map { min-height: 560px; border: 0; background: #111; overflow: hidden; }
.cohn-map > img { display: none; }
.cohn-map__carolinas { position: absolute; inset: 0; background: radial-gradient(circle at 38% 55%, rgba(255,200,38,.22), transparent 0 8%, transparent 9%), linear-gradient(135deg, transparent 0 45%, rgba(255,255,255,.06) 45% 46%, transparent 46%), #111; }
.cohn-map__carolinas::before, .cohn-map__carolinas::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.025); }
.cohn-map__carolinas::before { width: 44%; height: 30%; left: 22%; top: 18%; transform: skew(-18deg) rotate(-12deg); border-radius: 18% 38% 22% 16%; }
.cohn-map__carolinas::after { width: 52%; height: 38%; left: 30%; top: 42%; transform: skew(-12deg) rotate(-8deg); border-radius: 18% 34% 40% 16%; }
.cohn-map__coast { position: absolute; right: 12%; top: 19%; width: 130px; height: 340px; border-right: 2px solid rgba(255,255,255,.22); border-radius: 50%; transform: rotate(9deg); }
.cohn-map__label { position: absolute; color: rgba(255,255,255,.26); font-size: 52px; font-weight: 700; letter-spacing: .12em; }
.cohn-map__label--nc { top: 25%; left: 38%; }
.cohn-map__label--sc { top: 57%; left: 46%; }
.cohn-map__points { z-index: 2; }
.industries-section--prototype { padding: 120px 60px; }
.industries-section--prototype .industry-card { display: block; }
.industries-section--prototype .industry-card div { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; }
.industries-section--prototype .industry-card .icon-arrow { opacity: 0; }
.industry-card::before { content: "EXPLORE"; position: absolute; left: 40px; bottom: 28px; z-index: 2; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: 2px; opacity: 0; transform: translateY(10px); transition: all .4s ease; }
.industry-card:hover::before { opacity: 1; transform: translateY(0); }
.testimonials-section--prototype .testimonial blockquote::before, .testimonials-section--prototype .testimonial blockquote::after { content: '\201C'; }
.testimonials-section--prototype .testimonial blockquote::after { content: '\201D'; }
.testimonials-section--prototype .testimonial figcaption { margin-bottom: 48px; }
.testimonial-dots, .press-dots { display: flex; justify-content: center; gap: 16px; margin-top: 0; }
.testimonial-dots span { width: 12px; height: 4px; background: rgba(255,255,255,.2); transition: all .4s ease; }
.testimonial-dots span.is-active { width: 48px; background: var(--gold); }
.split-section--prototype { min-height: 700px; }
.split-section--prototype .split-section__image { background: #111; }
.split-section--prototype .split-section__image img { height: 100%; min-height: 700px; }
.split-section--prototype .split-section__copy { display: flex; flex-direction: column; justify-content: center; }
.split-section__copy .approach-list { list-style: none; padding: 0; margin: 0 0 48px; }
.split-section__copy .approach-list li { display: flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--limestone); color: #111 !important; font-size: 16px !important; font-weight: 500; line-height: 1.4 !important; }
.split-section__copy .approach-list li::before { content: ""; width: 24px; height: 24px; flex: 0 0 24px; background: var(--gold); background-image: url('data:image/svg+xml,%3Csvg width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M10.5 3L4.5 9L1.5 6%22 stroke=%22%23000%22 stroke-width=%222%22 fill=%22none%22/%3E%3C/svg%3E'); background-position: center; background-repeat: no-repeat; }
.approach-link { align-self: flex-start; color: #000; }
.press-carousel-section { padding: 120px 60px; background: #fff; }
.press-carousel-section .section__header { max-width: 1400px; margin-bottom: 60px; }
.press-carousel-section .section__header h2 { font-size: 52px; line-height: 1.1; }
.press-carousel-section__actions { display: flex; align-items: center; gap: 24px; }
.press-arrows { display: flex; gap: 12px; }
.press-arrows button { width: 48px; height: 48px; border: 1px solid #000; background: #fff; color: #000; font-size: 20px; cursor: default; }
.press-grid--carousel { max-width: 1400px; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.press-card--prototype { background: transparent; border: 0; }
.press-card--prototype a { color: inherit; text-decoration: none; display: block; }
.press-card--prototype img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--limestone); }
.press-card--prototype div { padding: 24px 0; }
.press-card--prototype span { display: flex; justify-content: space-between; color: #666; font-size: 11px; letter-spacing: .16em; margin-bottom: 12px; }
.press-card--prototype h3 { color: #111; font-size: 22px; line-height: 1.25; text-transform: none; margin: 0 0 16px; }
.press-card--prototype em { display: inline-flex; align-items: center; gap: 8px; color: #000; font-style: normal; font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; border-bottom: 2px solid var(--gold); padding-bottom: 4px; }
.press-dots { gap: 8px; margin-top: 40px; }
.press-dots span { width: 10px; height: 4px; background: #e4e2de; }
.press-dots span.is-active { width: 32px; background: #000; }
.subcontractor-band { padding: 100px 60px; background: var(--limestone); display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.subcontractor-band > * { max-width: 1400px; }
.subcontractor-band h2 { margin: 0 0 24px; font-size: 44px; line-height: 1.15; letter-spacing: -1px; }
.subcontractor-band p:not(.section-kicker) { color: #666; font-size: 17px; line-height: 1.8; max-width: 560px; }
.subcontractor-band__actions { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.btn--outline-dark { color: #000; border: 2px solid rgba(0,0,0,.3); background: transparent; }
.final-cta { padding: 140px 60px; background: #f5f4f1; text-align: center; position: relative; overflow: hidden; }
.final-cta__square { position: absolute; border: 1px solid rgba(0,0,0,.1); transform: rotate(45deg); pointer-events: none; }
.final-cta__square--one { top: -20%; right: -10%; width: 500px; height: 500px; }
.final-cta__square--two { bottom: -20%; left: -5%; width: 400px; height: 400px; }
.final-cta > div { position: relative; max-width: 700px; margin: 0 auto; }
.final-cta h2 { margin: 0 0 24px; font-size: 56px; font-weight: 700; letter-spacing: -1px; line-height: 1.1; }
.final-cta p { margin: 0 0 48px; color: rgba(0,0,0,.7); font-size: 18px; line-height: 1.7; }
.final-cta__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
@keyframes scrollPulse { 0% { transform: translateY(-100%); } 50% { transform: translateY(200%); } 100% { transform: translateY(-100%); } }
@media (max-width: 980px) {
  .hero__scroll-helper { display: none; }
  .featured-grid, .map-section--prototype, .split-section--prototype, .subcontractor-band { grid-template-columns: 1fr; }
  .press-grid--carousel { grid-template-columns: 1fr 1fr; }
  .map-section--prototype .cohn-map { min-height: 420px; }
}
@media (max-width: 680px) {
  .hero::before, .hero::after { display: none; }
  .featured-work, .map-section--prototype, .industries-section--prototype, .testimonials-section--prototype, .press-carousel-section, .subcontractor-band, .final-cta { padding-left: 24px; padding-right: 24px; }
  .hero__locations { display: none; }
  .press-grid--carousel { grid-template-columns: 1fr; }
  .press-carousel-section__actions { width: 100%; justify-content: space-between; }
  .press-arrows { display: none; }
  .final-cta h2 { font-size: 42px; }
}

/* Direction B boxed section width cap */
.featured-work .section__header,
.featured-grid,
.industries-section--prototype .industry-grid,
.press-carousel-section .section__header,
.press-grid--carousel {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.map-section--prototype,
.subcontractor-band {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.map-section--prototype {
  box-shadow: 0 0 0 100vmax #0a0a0a;
  clip-path: inset(0 -100vmax);
}
.subcontractor-band {
  box-shadow: 0 0 0 100vmax var(--limestone);
  clip-path: inset(0 -100vmax);
}

/* Direction B full-width split/footer restore */
.split-section--prototype {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.cohn-footer__brand,
.cohn-footer__links,
.cohn-footer__bottom {
  max-width: none;
  width: 100%;
}

/* Direction B footer layout */
.cohn-footer {
  background: #000;
  color: #fff;
  padding: 80px 60px 40px;
}
.cohn-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}
.cohn-footer__brand,
.cohn-footer__grid,
.cohn-footer__bottom {
  max-width: none;
  width: 100%;
}
.cohn-footer__brand .cohn-logo {
  width: auto;
  height: 67px;
  margin-bottom: 24px;
}
.cohn-footer__brand p {
  max-width: 320px;
  margin: 0 0 32px;
  color: rgba(255,255,255,.5);
  font-size: 15px;
  line-height: 1.8;
}
.cohn-footer__social {
  display: flex;
  gap: 16px;
}
.cohn-footer__social a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}
.cohn-footer__social a:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: #000;
}
.cohn-footer__column h3 {
  margin: 0 0 24px;
  color: var(--gold);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cohn-footer__column a,
.cohn-footer__column p {
  display: block;
  margin: 0 0 12px;
  color: rgba(255,255,255,.6);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
  transition: color .3s ease;
}
.cohn-footer__contact p {
  line-height: 1.8;
}
.cohn-footer__column a:hover {
  color: #fff;
}
.cohn-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.cohn-footer__bottom p {
  margin: 0;
  color: rgba(255,255,255,.4);
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 980px) {
  .cohn-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px 32px;
  }
}
@media (max-width: 680px) {
  .cohn-footer {
    padding: 64px 24px 32px;
  }
  .cohn-footer__grid {
    grid-template-columns: 1fr;
    margin-bottom: 56px;
  }
  .cohn-footer__bottom {
    display: grid;
    gap: 12px;
  }
}

/* Direction B hero rotated squares */
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  transform: rotate(45deg);
  transform-origin: center;
}
.hero::before {
  right: -10%;
  top: 20%;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(255,200,38,.2);
}
.hero::after {
  right: -5%;
  top: 25%;
  bottom: auto;
  left: auto;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255,200,38,.1);
}
@media (max-width: 680px) {
  .hero::before,
  .hero::after {
    display: none;
  }
}

/* Reusable interactive map module */
.cohn-map--interactive {
  position: relative;
  min-height: 560px;
  background: #111;
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
}
.cohn-map--interactive .cohn-map__canvas {
  position: absolute;
  inset: 0;
  min-height: 560px;
  background: #111;
}
.cohn-map--interactive .leaflet-container {
  width: 100%;
  height: 100%;
  min-height: 560px;
  background: #111;
  font-family: Arial, Helvetica, sans-serif;
}
.cohn-map--interactive .cohn-map__canvas.is-desktop-interactive {
  cursor: grab;
}
.cohn-map--interactive .cohn-map__canvas.is-desktop-interactive:active {
  cursor: grabbing;
}
.cohn-map--interactive .leaflet-tile-pane {
  filter: grayscale(1) contrast(.92) brightness(.82);
}
.cohn-map--interactive .leaflet-control-zoom a {
  border: 0;
  color: #000;
  background: #fff;
}
.cohn-map--interactive .leaflet-control-attribution {
  background: rgba(255,255,255,.78);
  color: #333;
  font-size: 10px;
}
.cohn-leaflet-pin {
  display: grid;
  place-items: center;
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  border-radius: 50%;
  background: var(--gold);
  color: #000;
  box-shadow: 0 0 0 8px rgba(255,200,38,.22), 0 10px 24px rgba(0,0,0,.32);
  font-size: 10px;
  font-weight: 800;
}
.cohn-leaflet-pin--primary {
  width: 36px !important;
  height: 36px !important;
  box-shadow: 0 0 0 10px rgba(255,200,38,.25), 0 14px 30px rgba(0,0,0,.38);
}
.cohn-leaflet-pin span {
  display: block;
  line-height: 1;
}
.cohn-map-popup {
  min-width: 220px;
  color: #111;
}
.cohn-map-popup strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.2;
}
.cohn-map-popup p {
  margin: 0 0 10px;
  color: #555;
  font-size: 13px;
  line-height: 1.45;
}
.cohn-map-popup span {
  display: block;
  color: #777;
  font-size: 12px;
  margin-bottom: 10px;
}
.cohn-map-popup__link {
  display: inline-flex;
  color: #000;
  border-bottom: 2px solid var(--gold);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cohn-map--fallback::before {
  content: "Interactive map unavailable";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .cohn-map--interactive,
  .cohn-map--interactive .cohn-map__canvas,
  .cohn-map--interactive .leaflet-container {
    min-height: 420px;
  }
}

/* Sticky header UI cleanup */
.cohn-header {
  align-items: center;
  padding: 22px 60px;
}
.cohn-header.is-scrolled,
body:not(.home):not(.front-page) .cohn-header,
.page-template-default .cohn-header,
.archive .cohn-header,
.single-project .cohn-header,
.post-type-archive-project .cohn-header,
.tax-industry .cohn-header {
  min-height: 82px;
  padding: 14px 60px;
  background: rgba(255,255,255,.97);
  border-bottom-color: rgba(0,0,0,.045);
  box-shadow: 0 1px 0 rgba(0,0,0,.035), 0 10px 26px rgba(0,0,0,.045);
}
.cohn-header.is-scrolled .cohn-logo,
body:not(.home):not(.front-page) .cohn-header .cohn-logo,
.page-template-default .cohn-header .cohn-logo,
.archive .cohn-header .cohn-logo,
.single-project .cohn-header .cohn-logo,
.post-type-archive-project .cohn-header .cohn-logo,
.tax-industry .cohn-header .cohn-logo {
  height: 54px;
}
.cohn-header__nav {
  gap: 34px;
  padding-top: 0;
}
.cohn-header__nav a {
  line-height: 1.2;
  white-space: nowrap;
}
.cohn-header__nav .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 26px;
}
.cohn-progress {
  height: 1px;
  background: rgba(255,255,255,.14);
}
.cohn-header.is-scrolled .cohn-progress,
body:not(.home):not(.front-page) .cohn-header .cohn-progress,
.page-template-default .cohn-header .cohn-progress,
.archive .cohn-header .cohn-progress,
.single-project .cohn-header .cohn-progress,
.post-type-archive-project .cohn-header .cohn-progress,
.tax-industry .cohn-header .cohn-progress {
  background: rgba(0,0,0,.035);
}
@media (max-width: 1100px) {
  .cohn-header__nav { gap: 24px; }
  .cohn-header__nav .nav-cta { padding: 0 22px; }
}
@media (max-width: 980px) {
  .cohn-header,
  .cohn-header.is-scrolled,
  body:not(.home):not(.front-page) .cohn-header,
  .page-template-default .cohn-header,
  .page-template-page-about .cohn-header,
  .page-template-page-industries .cohn-header,
  .page-template-page-news .cohn-header,
  .page-template-page-contact .cohn-header,
  .page-template-page-subcontractors .cohn-header,
  .archive .cohn-header,
  .single-project .cohn-header,
  .post-type-archive-project .cohn-header,
  .tax-industry .cohn-header {
    min-height: 72px;
    padding: 14px 24px;
  }
}

@media (max-width: 680px) {
  .split-section--prototype {
    overflow: hidden;
  }
  .split-section--prototype .split-section__image,
  .split-section--prototype .split-section__copy {
    width: 100%;
    min-width: 0;
  }
  .split-section--prototype .split-section__copy {
    padding: 56px 24px;
  }
  .split-section--prototype .split-section__image img {
    min-height: 360px;
    height: 360px;
  }
}

/* News should match the full-width Projects archive grid. */
.news-page .news-grid {
  max-width: none !important;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* Subcontractor utility portal */
.subcontractor-portal {
  background: #f4f4f2;
  color: #111;
}
.portal-hero {
  min-height: 540px;
  padding: 150px 60px 70px;
  background: #0a0a0a;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(360px, 520px);
  gap: 72px;
  align-items: end;
}
.portal-label {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.portal-hero h1 {
  max-width: 900px;
  margin: 0 0 22px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -1px;
}
.portal-hero__copy p:not(.portal-label) {
  max-width: 740px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 18px;
  line-height: 1.75;
}
.portal-status {
  border-top: 1px solid rgba(255,255,255,.16);
}
.portal-status div {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.portal-status span,
.portal-field label,
.portal-checklist em,
.portal-reference h2 {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.portal-status strong {
  display: block;
  margin: 8px 0 6px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}
.portal-status p {
  margin: 0;
  color: rgba(255,255,255,.55);
  font-size: 14px;
  line-height: 1.55;
}
.portal-workspace {
  padding: 48px 60px 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: start;
}
.portal-form,
.portal-sidebar > *,
.portal-reference article {
  background: #fff;
  border: 1px solid #d9d6cf;
}
.portal-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 34px;
}
.portal-form__header,
.portal-field--wide,
.portal-submit {
  grid-column: 1 / -1;
}
.portal-form__header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e4e1da;
}
.portal-form__header h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.3px;
}
.portal-form__header p,
.portal-submit p {
  max-width: 420px;
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}
.portal-field label {
  margin-bottom: 8px;
  color: #555;
}
.portal-field input,
.portal-field select,
.portal-field textarea {
  width: 100%;
  border: 1px solid #cfcac0;
  border-radius: 0;
  background: #f9f8f5;
  color: #111;
  font: 15px/1.4 Arial, Helvetica, sans-serif;
  padding: 15px 14px;
}
.portal-field textarea {
  resize: vertical;
}
.portal-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 10px;
}
.portal-submit button {
  border: 0;
  cursor: pointer;
}
.portal-sidebar {
  display: grid;
  gap: 20px;
  position: sticky;
  top: 104px;
}
.portal-checklist {
  padding: 26px;
}
.portal-checklist h2 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.1;
}
.portal-checklist div {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 46px;
  border-top: 1px solid #e5e1d9;
}
.portal-checklist i {
  width: 14px;
  height: 14px;
  border: 2px solid #111;
  background: var(--gold);
}
.portal-checklist span {
  font-size: 14px;
  line-height: 1.35;
}
.portal-checklist em {
  color: #777;
  font-style: normal;
  font-size: 10px;
  letter-spacing: .12em;
}
.portal-download {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 26px;
  background: #111;
  color: #fff;
  text-decoration: none;
}
.portal-download span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.portal-download strong {
  max-width: 280px;
  font-size: 21px;
  line-height: 1.2;
}
.portal-download .icon-arrow {
  position: absolute;
  right: 26px;
  bottom: 26px;
}
.portal-reference {
  padding: 0 60px 110px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #d9d6cf;
}
.portal-reference article {
  min-height: 300px;
  padding: 28px;
}
.portal-reference h2 {
  margin: 0 0 22px;
  color: #111;
}
.portal-reference ul,
.portal-process ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.portal-reference li {
  padding: 12px 0;
  border-top: 1px solid #e4e1da;
  color: #555;
  font-size: 14px;
  line-height: 1.35;
}
.portal-columns {
  columns: 2;
  column-gap: 24px;
}
.portal-process ol {
  display: grid;
  gap: 14px;
}
.portal-process li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 0 0 14px;
}
.portal-process b {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #000;
  font-size: 12px;
}
.portal-process span {
  color: #111;
  font-weight: 800;
}
.portal-process em {
  color: #666;
  font-style: normal;
  font-size: 13px;
  line-height: 1.45;
}
@media (max-width: 1100px) {
  .portal-hero,
  .portal-workspace {
    grid-template-columns: 1fr;
  }
  .portal-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }
  .portal-reference {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .portal-hero,
  .portal-workspace,
  .portal-reference {
    padding-left: 24px;
    padding-right: 24px;
  }
  .portal-hero {
    padding-top: 124px;
    padding-bottom: 52px;
    min-height: auto;
    gap: 36px;
  }
  .portal-hero h1 {
    font-size: 38px;
  }
  .portal-form,
  .portal-sidebar,
  .portal-reference {
    grid-template-columns: 1fr;
  }
  .portal-form {
    padding: 24px;
  }
  .portal-form__header,
  .portal-submit {
    display: grid;
  }
  .portal-reference {
    padding-bottom: 76px;
  }
}

/* Mobile UI polish */
@media (max-width: 680px) {
  .cohn-header,
  .cohn-header.is-scrolled,
  body:not(.home):not(.front-page) .cohn-header,
  .page-template-default .cohn-header,
  .page-template-page-about .cohn-header,
  .page-template-page-industries .cohn-header,
  .page-template-page-news .cohn-header,
  .page-template-page-contact .cohn-header,
  .page-template-page-subcontractors .cohn-header,
  .archive .cohn-header,
  .single-project .cohn-header,
  .post-type-archive-project .cohn-header,
  .tax-industry .cohn-header {
    min-height: 70px;
    padding: 12px 20px;
  }

  .cohn-header .cohn-logo,
  .cohn-header.is-scrolled .cohn-logo,
  body:not(.home):not(.front-page) .cohn-header .cohn-logo,
  .page-template-default .cohn-header .cohn-logo,
  .archive .cohn-header .cohn-logo,
  .single-project .cohn-header .cohn-logo,
  .post-type-archive-project .cohn-header .cohn-logo,
  .tax-industry .cohn-header .cohn-logo {
    height: 46px;
  }

  .cohn-menu-toggle {
    display: block;
    width: 42px;
    height: 42px;
    padding: 7px 5px;
    color: #000;
    background: transparent;
    border: 0;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
  }

  .home .cohn-header:not(.is-scrolled) .cohn-menu-toggle,
  .front-page .cohn-header:not(.is-scrolled) .cohn-menu-toggle {
    color: #fff;
  }

  .cohn-menu-toggle:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
  }

  .cohn-menu-toggle span {
    width: 22px;
    margin: 6px auto;
    background: currentColor;
  }

  .cohn-header__nav {
    top: 70px;
    left: 0;
    right: 0;
    min-height: calc(100vh - 70px);
    padding: 32px 20px;
    background: #050505;
  }

  .cohn-header__nav a {
    font-size: 17px;
    line-height: 1.15;
  }

  .cohn-header__nav .nav-cta {
    width: 100%;
    margin-top: 8px;
  }

  .hero {
    min-height: 760px;
    align-items: flex-start;
  }

  .hero__content {
    width: 100%;
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 124px;
  }

  .hero__overline,
  .section-kicker,
  .portal-label,
  .section-label {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  .section-label {
    gap: 16px;
    text-transform: uppercase;
  }

  .section-label b {
    color: var(--gold);
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-weight: 700;
  }

  .hero__overline {
    gap: 16px;
    margin-bottom: 20px;
  }

  .hero__overline::before {
    width: 40px;
  }

  .contact-hero__copy .section-kicker,
  .single-news__header .section-kicker,
  .news-index-hero .section-kicker,
  .interior-hero__copy .section-kicker,
  .map-section__copy .section-kicker,
  .split-section__copy .section-kicker {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  .archive-hero--projects {
    padding-top: 124px;
  }

  .archive-hero--projects .section-label {
    margin-left: 0;
  }

  .hero h1 {
    max-width: 340px;
    margin-bottom: 22px;
    font-size: 39px;
    line-height: 1.05;
    letter-spacing: -0.5px;
  }

  .hero p:not(.hero__overline) {
    max-width: 330px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.55;
  }

  .hero__actions {
    gap: 10px;
    margin-top: 24px;
  }

  .btn {
    min-height: 44px;
    padding: 14px 16px;
    font-size: 12px;
    letter-spacing: 1.2px;
  }

  .section__header h2,
  .map-section h2,
  .split-section h2,
  .archive-hero h1,
  .basic-page h1,
  .news-index-hero h1,
  .portal-hero h1,
  .contact-hero__copy h1,
  .interior-hero__copy h1,
  .single-project-hero h1,
  .single-news__header h1,
  .final-cta h2 {
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -0.5px;
  }

  .section__intro,
  .archive-hero p:not(.section-kicker),
  .news-index-hero p:not(.section-kicker),
  .portal-hero__copy p:not(.portal-label),
  .contact-hero__copy p,
  .interior-hero__copy p,
  .single-news__body,
  .rte {
    font-size: 16px;
    line-height: 1.6;
  }

  .featured-work,
  .map-section--prototype,
  .industries-section--prototype,
  .testimonials-section--prototype,
  .press-carousel-section,
  .subcontractor-band,
  .final-cta {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}

@media (max-width: 420px) {
  .hero h1,
  .section__header h2,
  .map-section h2,
  .split-section h2,
  .archive-hero h1,
  .basic-page h1,
  .news-index-hero h1,
  .portal-hero h1,
  .contact-hero__copy h1,
  .interior-hero__copy h1,
  .single-project-hero h1,
  .single-news__header h1,
  .final-cta h2 {
    font-size: 35px;
  }
}
