:root {
  --navy: #12324a;
  --navy-ink: #0a2235;
  --charcoal: #252b31;
  --slate: #5b6670;
  --mist: #eef3f5;
  --paper: #fbfaf7;
  --line: #dce4e8;
  --sage: #6d887f;
  --copper: #b36f45;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(10, 34, 53, 0.11);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 32px, var(--max));
  min-height: 76px;
  margin: 0 auto;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy-ink);
  text-decoration: none;
  font-weight: 760;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 800;
}

.brand-text {
  display: grid;
  line-height: 1.15;
}

.brand-text small {
  color: var(--sage);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 3px;
}

.site-nav a {
  padding: 10px 11px;
  border-radius: 8px;
  color: var(--slate);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--navy);
  background: var(--mist);
}

.hero {
  position: relative;
  min-height: min(720px, calc(100vh - 76px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--navy-ink);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(8, 28, 43, 0.86) 0%, rgba(8, 28, 43, 0.64) 38%, rgba(8, 28, 43, 0.18) 72%), url("../assets/hero-communications-crisis-leadership.webp");
  background-size: cover;
  background-position: center;
}

.hero-inner {
  position: relative;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 72px 0 96px;
}

.eyebrow {
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #e7b184;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy-ink);
  line-height: 1.08;
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 720;
}

.hero h1 {
  max-width: 760px;
  margin-top: 14px;
  color: var(--white);
  font-size: clamp(3rem, 8vw, 6.9rem);
}

.hero h2 {
  max-width: 760px;
  margin-top: 18px;
  color: #f5f7f7;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.08rem, 2.2vw, 1.65rem);
  font-weight: 760;
  line-height: 1.35;
}

.hero p {
  max-width: 680px;
  margin: 20px 0 0;
  color: #e6edf0;
  font-size: 1.12rem;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.1;
}

.btn.primary {
  color: var(--white);
  background: var(--copper);
}

.btn.secondary {
  color: var(--navy);
  background: var(--white);
}

.btn.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.08);
}

.btn.outline {
  color: var(--navy);
  border-color: var(--line);
  background: var(--white);
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(10, 34, 53, 0.14);
}

.section {
  padding: 74px 0;
}

.section.alt {
  background: var(--paper);
}

.section.mist {
  background: var(--mist);
}

.container {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.section-header {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-header h1,
.section-header h2 {
  margin-top: 8px;
  font-size: clamp(2.05rem, 4vw, 3.65rem);
}

.section-header p,
.lead {
  color: var(--slate);
  font-size: 1.08rem;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 42px;
  align-items: start;
}

.statement {
  padding-left: 24px;
  border-left: 4px solid var(--sage);
  color: var(--navy-ink);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
  line-height: 1.22;
}

.stats {
  display: grid;
  gap: 14px;
}

.stat {
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.stat strong {
  color: var(--navy);
  font-size: 1.7rem;
  line-height: 1;
}

.stat span {
  color: var(--slate);
  font-size: 0.94rem;
}

.highlight-grid,
.card-grid,
.portfolio-grid,
.award-grid,
.skills-grid,
.sample-grid,
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.highlight,
.card,
.portfolio-card,
.award,
.skill,
.sample,
.proof-item,
.publication-card,
.website-card,
.timeline-item,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(10, 34, 53, 0.03);
}

.highlight,
.card,
.award,
.sample,
.proof-item {
  padding: 22px;
}

.highlight h3,
.card h3,
.portfolio-card h3,
.award h3,
.sample h3,
.timeline-item h3 {
  margin-bottom: 10px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

.highlight p,
.card p,
.portfolio-card p,
.award p,
.sample p,
.timeline-item p,
.project-section p,
.project-section li {
  color: var(--slate);
}

.portfolio-card {
  display: grid;
  min-height: 282px;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.portfolio-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.portfolio-accent {
  min-height: 76px;
  background: linear-gradient(135deg, var(--navy), var(--sage));
}

.portfolio-card:nth-child(2) .portfolio-accent,
.portfolio-card:nth-child(4) .portfolio-accent {
  background: linear-gradient(135deg, var(--navy), var(--copper));
}

.portfolio-body {
  display: grid;
  align-content: start;
  padding: 22px;
}

.tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 9px;
  border-radius: 8px;
  color: var(--navy);
  background: var(--mist);
  font-size: 0.77rem;
  font-weight: 800;
  text-transform: uppercase;
}

.arrow-link {
  margin-top: 16px;
  color: var(--navy);
  font-weight: 800;
}

.page-hero {
  padding: 80px 0 54px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 900px;
  margin-top: 10px;
  font-size: clamp(2.4rem, 5.5vw, 5.2rem);
}

.page-hero p {
  max-width: 760px;
  color: var(--slate);
  font-size: 1.12rem;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
}

.focus-list,
.clean-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.focus-list li,
.clean-list li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.timeline {
  display: grid;
  gap: 20px;
}

.timeline-item {
  padding: 26px;
}

.timeline-meta {
  color: var(--copper);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.timeline-item ul,
.project-section ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.skill {
  padding: 13px 14px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 760;
}

.project-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.project-nav a {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: var(--white);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
}

.project-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 44px;
}

.project-summary {
  position: sticky;
  top: 104px;
  align-self: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.project-summary dl {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
}

.project-summary dt {
  color: var(--navy);
  font-weight: 800;
}

.project-summary dd {
  margin: 3px 0 0;
  color: var(--slate);
}

.project-sections {
  display: grid;
  gap: 24px;
}

.project-section {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.channel-grid,
.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.channel-item,
.metric {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.channel-item h3 {
  margin-bottom: 8px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.98rem;
}

.channel-item p {
  margin: 0;
}

.metric {
  display: grid;
  gap: 6px;
  background: var(--paper);
}

.metric strong {
  color: var(--navy);
  font-size: 1.85rem;
  line-height: 1;
}

.metric span {
  color: var(--slate);
  font-size: 0.94rem;
}

.resource-grid,
.asset-gallery,
.video-grid {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.resource-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.resource-card {
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  text-decoration: none;
}

.resource-card h3 {
  margin-bottom: 10px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
}

.resource-card p {
  margin: 0;
}

.video-link-section {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.section-kicker {
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.video-link-section p {
  margin: 8px 0 0;
}

.video-link-grid {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.video-link-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy-ink);
  background: var(--paper);
  text-decoration: none;
}

.video-link-card span {
  color: var(--copper);
  font-size: 0.8rem;
  font-weight: 800;
}

.video-link-card strong {
  font-size: 0.95rem;
  line-height: 1.25;
}

.video-link-card em {
  color: var(--navy);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
}

.asset-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.asset-gallery figure,
.video-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.asset-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: var(--paper);
}

.asset-gallery .wide {
  grid-column: 1 / -1;
}

.asset-gallery .wide img {
  aspect-ratio: 5 / 3;
}

.asset-gallery .portrait img {
  aspect-ratio: 3 / 4;
}

.asset-gallery figcaption,
.video-grid figcaption {
  padding: 12px 14px 14px;
  color: var(--slate);
  font-size: 0.92rem;
}

.video-grid {
  grid-template-columns: 1fr;
}

.video-grid video {
  width: 100%;
  max-height: 420px;
  background: var(--navy-ink);
}

.video-grid strong {
  color: var(--navy-ink);
}

.video-embed-card {
  margin: 18px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--navy-ink);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-embed-card figcaption {
  padding: 12px 14px 14px;
  color: var(--slate);
  font-size: 0.92rem;
}

.video-embed-card strong {
  color: var(--navy-ink);
}

.project-image-card {
  margin: 18px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.project-image-card img {
  width: 100%;
  max-height: 760px;
  object-fit: contain;
  background: var(--paper);
}

.project-image-card figcaption {
  padding: 12px 14px 14px;
  color: var(--slate);
  font-size: 0.92rem;
}

.proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-item p {
  margin: 0;
  color: var(--slate);
}

.digital-feature {
  background: linear-gradient(180deg, var(--mist) 0%, var(--paper) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.digital-feature .section-header {
  max-width: 860px;
}

.publication-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-button {
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: var(--white);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
}

.filter-button:hover,
.filter-button.is-active {
  color: var(--white);
  border-color: var(--navy);
  background: var(--navy);
}

.publication-grid,
.website-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.publication-card,
.website-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 360px;
  padding: 22px;
}

.website-card {
  position: relative;
  min-height: 310px;
  padding: 26px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(10, 34, 53, 0.08);
}

.website-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--sage);
}

.website-card:nth-child(2)::before,
.website-card:nth-child(4)::before {
  background: var(--copper);
}

.website-card .publication-link {
  margin-top: 12px;
  color: var(--white);
  border-color: var(--navy);
  background: var(--navy);
}

.publication-card h3,
.website-card h3 {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.08rem;
  line-height: 1.28;
}

.publication-card p,
.website-card p {
  margin: 0;
}

.publication-meta {
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.publication-type,
.publication-credit,
.publication-description {
  color: var(--slate);
}

.publication-type,
.publication-credit {
  font-size: 0.9rem;
}

.publication-credit {
  font-style: italic;
}

.publication-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2px;
}

.publication-tags span {
  padding: 5px 8px;
  border-radius: 8px;
  color: var(--navy);
  background: var(--mist);
  font-size: 0.75rem;
  font-weight: 800;
}

.publication-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: var(--white);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
}

.publication-link:hover {
  border-color: var(--navy);
  box-shadow: 0 10px 22px rgba(10, 34, 53, 0.1);
}

.external-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.contact-panel {
  padding: 26px;
}

form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--charcoal);
  font: inherit;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note {
  min-height: 24px;
  color: var(--sage);
  font-weight: 760;
}

.site-footer {
  padding: 34px 0;
  color: #d9e1e4;
  background: var(--navy-ink);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  gap: 22px;
}

.footer-inner a {
  color: #f4f7f8;
  font-weight: 800;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    inset: 76px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px 18px;
    border-bottom: 1px solid var(--line);
    background: var(--white);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 16px;
  }

  .intro-grid,
  .split,
  .project-layout,
  .contact-grid,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .highlight-grid,
  .card-grid,
  .portfolio-grid,
  .award-grid,
  .skills-grid,
  .sample-grid,
  .proof-grid,
  .publication-grid,
  .website-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-summary {
    position: static;
  }
}

@media (max-width: 680px) {
  .nav-wrap,
  .container,
  .hero-inner,
  .footer-inner {
    width: min(100% - 24px, var(--max));
  }

  .brand-text small {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    background-image: linear-gradient(90deg, rgba(8, 28, 43, 0.9) 0%, rgba(8, 28, 43, 0.72) 100%), url("../assets/hero-communications-crisis-leadership.webp");
  }

  .section {
    padding: 54px 0;
  }

  .page-hero {
    padding: 58px 0 42px;
  }

  .highlight-grid,
  .card-grid,
  .portfolio-grid,
  .award-grid,
  .skills-grid,
  .sample-grid,
  .proof-grid,
  .publication-grid,
  .website-grid,
  .channel-grid,
  .metric-grid,
  .asset-gallery {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .button-row,
  .footer-inner {
    flex-direction: column;
  }

  .video-link-card {
    grid-template-columns: auto 1fr;
  }

  .video-link-card em {
    grid-column: 2;
  }

  .btn {
    width: 100%;
  }
}
