/* =====================================================================
   NOVASTRONE — Website styles
   Brand: Cormorant Garamond / EB Garamond / JetBrains Mono.
   Navy #0A1F44 on Paper / Bone. No off-palette accent.
   ===================================================================== */

:root {
  --navy:        #0A1F44;
  --navy-deep:   #061330;
  --navy-soft:   #1B2E55;
  --paper:       #FFFFFF;
  --bone:        #F5F3EE;
  --bone-deep:   #EDE9E0;
  --rule:        #E8E6E1;
  --rule-strong: #C9C5B8;
  --ink-soft:    #6B7280;
  --ink-mid:     #293A4D;

  --container:   1320px;
  --gutter:      56px;

  --serif:       "Cormorant Garamond", "Georgia", serif;
  --book:        "EB Garamond", "Georgia", serif;
  --mono:        "JetBrains Mono", ui-monospace, monospace;
}

* , *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body {
  background: var(--paper);
  color: var(--navy);
  font-family: var(--book);
  font-size: 17px;
  line-height: 1.65;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
::selection { background: var(--navy); color: var(--paper); }

/* ----- LAYOUT ----- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container-narrow { max-width: 920px; margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: 120px 0; }
.section--tight { padding: 80px 0; }
.bg-bone { background: var(--bone); }
.bg-navy { background: var(--navy); color: var(--paper); }
.bg-navy ::selection { background: var(--paper); color: var(--navy); }
hr.rule { border: none; height: 1px; background: rgba(10,31,68,.22); margin: 0; }
hr.rule-soft { border: none; height: 1px; background: var(--rule); margin: 0; }

/* ----- TYPE SYSTEM ----- */
.display, .h1, .h2, .h3, .h4 {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--navy);
  margin: 0;
  text-wrap: balance;
}
.display { font-size: clamp(56px, 7.6vw, 116px); line-height: .96; letter-spacing: -.02em; }
.h1      { font-size: clamp(42px, 5vw, 72px);  line-height: 1.05; letter-spacing: -.013em; }
.h2      { font-size: clamp(32px, 3.6vw, 52px);  line-height: 1.05; letter-spacing: -.008em; }
.h3      { font-size: clamp(24px, 2.1vw, 32px);  line-height: 1.18; letter-spacing: -.004em; }
.h4      { font-size: 20px; line-height: 1.3; }

.display em, .h1 em, .h2 em, .h3 em {
  font-style: italic;
  font-weight: 500;
  font-family: var(--serif);
}
/* "Bold accent on one impact line" */
.impact-bold { font-weight: 700; font-family: var(--serif); }

.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow .dot { color: var(--ink-soft); }

.lede {
  font-family: var(--book);
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.55;
  color: var(--ink-mid);
  max-width: 62ch;
  margin: 0;
}
.lede em { color: var(--navy); }

.body {
  font-family: var(--book);
  font-size: 21px;
  line-height: 1.6;
  color: var(--ink-mid);
  max-width: 62ch;
}
.body p { margin: 0 0 1.1em; }
.body em, .body i { font-style: italic; color: var(--navy); font-weight: 500; }
.body strong { font-weight: 600; color: var(--navy); font-style: normal; }

.meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* Highlighted line — italic + emphasis on bone */
.zinger {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.25;
  color: var(--navy);
  border-top: 1px solid rgba(10,31,68,.25);
  border-bottom: 1px solid rgba(10,31,68,.25);
  padding: 28px 0;
  margin: 40px 0;
  max-width: 36ch;
}

/* Pull quote — hanging quote marks */
.pullquote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.18;
  color: var(--navy);
  position: relative;
  padding-left: 64px;
  margin: 64px 0;
  max-width: 30ch;
  text-wrap: balance;
}
.pullquote::before {
  content: "“";
  position: absolute;
  left: -8px;
  top: -.22em;
  font-size: 1.6em;
  line-height: 1;
  color: var(--navy);
  opacity: .85;
}
.pullquote cite {
  display: block;
  margin-top: 24px;
  font-family: var(--mono);
  font-style: normal;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.pullquote .pullquote-close {
  font-family: var(--serif);
  font-style: normal;
  font-size: 1.05em;
  line-height: 0;
  color: var(--navy);
  opacity: .85;
  margin-left: .04em;
}

/* Drop cap */
.dropcap::first-letter {
  font-family: var(--serif);
  font-weight: 500;
  font-style: normal;
  float: left;
  font-size: 5.2em;
  line-height: .88;
  padding: 6px 14px 0 0;
  color: var(--navy);
}

/* ----- BUTTONS ----- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 28px;
  border: 1px solid currentColor;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  font-weight: 500;
  transition: background .2s, color .2s;
}
.btn::after { content: "→"; font-family: var(--serif); font-size: 16px; letter-spacing: 0; line-height: 1; transform: translateY(-1px); }
.btn:hover { background: var(--navy); color: var(--paper); }
.btn--solid { background: var(--navy); color: var(--paper); border-color: var(--navy); }
.btn--solid:hover { background: var(--navy-deep); color: var(--paper); }
.btn--ghost { border-color: rgba(10,31,68,.35); }
.bg-navy .btn { color: var(--paper); }
.bg-navy .btn:hover { background: var(--paper); color: var(--navy); }
.bg-navy .btn--solid { background: var(--paper); color: var(--navy); border-color: var(--paper); }
.bg-navy .btn--solid:hover { background: var(--bone); color: var(--navy); border-color: var(--bone); }

.arrow-link {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--navy);
  transition: gap .2s;
}
.arrow-link::after { content: "→"; font-family: var(--serif); font-size: 16px; letter-spacing: 0; }
.arrow-link:hover { gap: 16px; }
.bg-navy .arrow-link { color: var(--paper); border-bottom-color: var(--paper); }

/* ----- HEADER ----- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.93);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: none;
}
.header-meta {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--rule);
  padding: 10px 0;
}
.header-meta .container { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.header-meta span + span::before { content: "·"; margin: 0 14px; color: var(--rule-strong); }

.header-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 24px 0;
}

/* ----- HEADER · CENTERED VARIANT ----- */
.site-header--centered .header-logo-row {
  display: flex;
  justify-content: center;
  padding: 30px 0 22px;
}
.site-header--centered .brand-lockup .wm { font-size: 28px; letter-spacing: .36em; padding-left: .36em; }
.site-header--centered .brand-lockup .sub { font-size: 9px; letter-spacing: .36em; padding-left: .36em; }
.site-header--centered .brand-lockup .sub::before,
.site-header--centered .brand-lockup .sub::after { opacity: .55; }
.site-header--centered .header-nav-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  gap: 32px;
}
.site-header--centered .header-meta-left { grid-column: 1; justify-self: start; }
.site-header--centered .header-meta-left .meta { display: inline-flex; align-items: center; gap: 12px; }
.site-header--centered .header-meta-left .meta::before {
  content: ""; width: 22px; height: 1px; background: var(--ink-soft); display: inline-block;
}
.site-header--centered .primary-nav { grid-column: 2; gap: 40px; }
.site-header--centered .header-cta { grid-column: 3; justify-self: end; padding: 12px 18px; font-size: 11px; letter-spacing: .14em; }
.site-header--centered .primary-nav a { padding: 6px 0; }
.site-header--centered .submenu { left: 50%; transform: translateX(-50%) translateY(-6px); }
.site-header--centered .has-menu:hover .submenu,
.site-header--centered .has-menu:focus-within .submenu {
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 1100px) {
  .site-header--centered .header-nav-row { grid-template-columns: auto 1fr auto; }
  .site-header--centered .header-meta-left { display: none; }
  .site-header--centered .primary-nav { grid-column: 1 / 2; justify-self: start; }
  .site-header--centered .header-cta { grid-column: 3; }
}
@media (max-width: 760px) {
  .site-header--centered .primary-nav { display: none; }
  .site-header--centered .header-nav-row { grid-template-columns: 1fr; padding: 12px 0; }
  .site-header--centered .header-cta { grid-column: 1; justify-self: center; }
  .site-header--centered .header-logo-row { padding: 20px 0 12px; }
}
.brand-lockup {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  color: var(--navy);
}
.brand-lockup .wm {
  font-family: var(--serif);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .34em;
  padding-left: .34em;
  font-size: 21px;
  line-height: 1;
  white-space: nowrap;
}
.brand-lockup .sub {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--serif);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .34em;
  padding-left: .34em;
  font-size: 7.5px;
  line-height: 1;
  color: var(--navy);
}
.brand-lockup .sub::before,
.brand-lockup .sub::after { content: ""; flex: 1; height: 1px; background: currentColor; opacity: .65; }

.primary-nav { display: flex; gap: 32px; justify-content: center; padding: 0; margin: 0; }
.primary-nav > li { list-style: none; position: relative; }
.primary-nav a {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--navy);
  padding: 12px 0;
  display: inline-flex;
  align-items: baseline;
  position: relative;
  font-weight: 500;
  line-height: 1;
}
.primary-nav a::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 4px;
  height: 1px; background: var(--navy);
  transform: scaleX(0); transform-origin: left;
  transition: transform .2s;
}
.primary-nav a[aria-current="page"]::after,
.primary-nav a:hover::after { transform: scaleX(1); }
.primary-nav .has-menu > a::before {
  content: "+";
  font-family: var(--mono);
  font-weight: 400;
  margin-right: 6px;
  color: var(--ink-soft);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
}

.submenu {
  position: absolute; top: 100%; left: -28px;
  margin: 0; padding: 18px 0;
  background: var(--paper);
  border: 1px solid var(--rule);
  min-width: 280px;
  list-style: none;
  opacity: 0; visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .15s, transform .15s, visibility 0s linear .15s;
  box-shadow: 0 24px 48px -24px rgba(10,31,68,.18);
}
.has-menu:hover .submenu,
.has-menu:focus-within .submenu {
  opacity: 1; visibility: visible; transform: translateY(0);
  transition: opacity .15s, transform .15s, visibility 0s;
}
.submenu li { list-style: none; }
.submenu a {
  display: block;
  padding: 12px 28px;
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--navy);
  font-weight: 500;
}
.submenu a::after { display: none; }
.submenu a:hover { background: var(--bone); }
.submenu li + li { border-top: 1px dotted var(--rule); }

/* Hamburger toggle — hidden on desktop, shown at tablet/mobile */
.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(10,31,68,.18);
  width: 36px; height: 36px;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 4px;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 60;
  transition: border-color .2s;
  justify-self: end;
}
.nav-toggle:hover { border-color: var(--navy); }
.nav-toggle span {
  display: block; width: 16px; height: 2px;
  background: var(--navy);
  transition: transform .25s ease, opacity .2s ease;
}

.header-cta {
  justify-self: end;
  font-size: 11px;
  letter-spacing: .14em;
  padding: 10px 16px;
  gap: 10px;
}
.header-cta::after { font-size: 13px; }

/* ----- HERO ----- */
.hero {
  padding: 96px 0 0;
  background: var(--paper);
  border-bottom: none;
  position: relative;
  overflow: hidden;
}
.hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 80px; align-items: end; }
.hero__copy > .eyebrow { margin-bottom: 36px; }
.hero__headline { margin-bottom: 36px; max-width: 18ch; }
.hero__lede { margin-bottom: 44px; max-width: 56ch; }
.hero__ctas { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 96px; }
.hero__aside {
  border-left: 1px solid rgba(10,31,68,.22);
  padding-left: 36px;
  display: flex; flex-direction: column; gap: 28px;
}
.hero__aside-item .k { font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 8px; }
.hero__aside-item .v { font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.2; }
.hero__aside-item .v em { font-style: italic; }

/* Hero image — editorial cinematic band */
.hero__image { margin: 0; padding: 0; position: relative; }
.hero__image img { display: block; width: 100%; height: auto; }
.hero__image-caption {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 36px;
  padding: 18px 0 0;
  font-family: var(--book);
  font-size: 15px;
  color: var(--ink-mid);
  font-style: italic;
}
.hero__image-caption em { color: var(--navy); font-style: italic; font-weight: 500; }
.hero__image-caption .meta {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-style: normal;
  white-space: nowrap;
}

/* Hero · soft-fade (image dissolves into bone background) */
.hero.hero--fade {
  background: var(--bone);
  padding: 96px 0 104px;
  position: relative;
  overflow: hidden;
  min-height: 0;
}
.hero-fade-wrap {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 520px;
}
.hero-fade-copy {
  position: relative;
  z-index: 2;
  width: 52%;
  max-width: 620px;
  padding: 32px 32px 32px 0;
}
.hero-fade-copy .hero__headline { margin-bottom: 28px; max-width: 14ch; }
.hero-fade-copy .hero__lede { margin-bottom: 36px; max-width: 52ch; }
.hero-fade-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40%;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.hero-fade-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 40%;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 30%, #000 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 30%, #000 100%);
}
@media (max-width: 900px) {
  .hero.hero--fade { padding: 72px 0 80px; }
  .hero-fade-wrap { min-height: 0; }
  .hero-fade-copy { width: 100%; max-width: 100%; padding-right: 0; }
  .hero-fade-image {
    position: relative;
    left: auto; right: auto; top: auto; bottom: auto;
    width: 100%;
    height: 320px;
    margin-top: 32px;
    order: 2;
  }
  .hero-fade-image img {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 24%, #000 100%);
            mask-image: linear-gradient(to bottom, transparent 0%, #000 24%, #000 100%);
  }
  .hero-fade-wrap { flex-direction: column; align-items: flex-start; }
}

/* Hero · blended (image-as-background with paper-fade overlay) */
.hero.hero--blended {
  position: relative;
  padding: 0;
  min-height: 0;
  display: block;
  overflow: hidden;
  background: var(--paper);
}
.hero--blended .hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 78% 42%;
  z-index: 1;
}
.hero--blended .hero-overlay {
  position: absolute; inset: 0;
  z-index: 2;
  background:
    linear-gradient(95deg,
      var(--paper) 0%,
      var(--paper) 22%,
      rgba(255,255,255,.92) 36%,
      rgba(255,255,255,.55) 50%,
      rgba(255,255,255,.18) 62%,
      rgba(255,255,255,0) 74%);
}
.hero--blended > .container {
  position: relative;
  z-index: 3;
  padding-top: 72px;
  padding-bottom: 80px;
}
.hero__copy--blended { max-width: 600px; }
.hero__copy--blended .hero__headline { margin-bottom: 28px; }
.hero__copy--blended .hero__lede { margin-bottom: 36px; }
.hero__copy--blended .hero__headline {
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.hero__credit {
  position: relative;
  z-index: 3;
  background: var(--paper);
  border-top: 1px solid var(--rule);
  padding: 14px 0;
  text-align: center;
}
.hero__credit .meta {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
@media (max-width: 900px) {
  .hero--blended .hero-bg { object-position: 72% center; }
  .hero--blended .hero-overlay {
    background:
      linear-gradient(180deg,
        rgba(255,255,255,.95) 0%,
        rgba(255,255,255,.88) 40%,
        rgba(255,255,255,.65) 75%,
        rgba(255,255,255,.45) 100%);
  }
  .hero__copy--blended { max-width: 100%; }
  .hero--blended > .container { padding-top: 56px; padding-bottom: 64px; }
}

/* ----- TRUST STRIP ----- */
.trust-strip {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--bone);
}
.trust-strip .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.trust-strip__item {
  padding: 32px 36px;
  display: flex; flex-direction: column; gap: 10px;
  border-left: 1px solid var(--rule);
  font-family: var(--serif);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: -.004em;
}
.trust-strip__item:first-child { border-left: none; padding-left: 0; }
.trust-strip__item .k {
  font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft);
  font-weight: 400;
}
.trust-strip__item em { font-style: italic; }

/* ----- SECTION HEADERS ----- */
.section-head {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 56px;
  align-items: start;
}
.section-head__left .eyebrow { margin-bottom: 24px; }
.section-head__right { padding-bottom: 4px; }

/* ----- SERVICE CARDS ----- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(10,31,68,.22);
}
.service-card {
  padding: 56px 0;
  border-bottom: 1px solid rgba(10,31,68,.18);
  position: relative;
  display: flex; flex-direction: column; gap: 20px;
}
.service-card:not(:last-child) { padding-right: 48px; border-right: 1px solid rgba(10,31,68,.18); }
.service-card:not(:first-child) { padding-left: 48px; }
.service-card__num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .2em;
  color: var(--ink-soft);
}
.service-card__title em { font-style: italic; }
.service-card__body {
  font-family: var(--book);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-mid);
  max-width: 50ch;
}
.service-card__body em { color: var(--navy); font-style: italic; }
.service-card .arrow-link { margin-top: auto; align-self: flex-start; padding-top: 12px; }

/* ----- INDUSTRY TILES ----- */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(10,31,68,.22);
  border-left: 1px solid rgba(10,31,68,.22);
}
.industry-tile {
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 36px 32px;
  min-height: 220px;
  border-right: 1px solid rgba(10,31,68,.22);
  border-bottom: 1px solid rgba(10,31,68,.22);
  text-decoration: none;
  color: var(--navy);
  position: relative;
  background: var(--paper);
  transition: background .2s;
}
.industry-tile:hover { background: var(--bone); }
.industry-tile__num { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; color: var(--ink-soft); }
.industry-tile__name { font-family: var(--serif); font-weight: 500; font-size: 26px; line-height: 1.1; letter-spacing: -.005em; }
.industry-tile__name em { font-style: normal; }
.industry-tile__arrow { font-family: var(--serif); font-size: 22px; align-self: flex-end; }

/* ----- STAT CALLOUT BLOCK ----- */
.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(10,31,68,.25);
  border-bottom: 1px solid rgba(10,31,68,.25);
}
.stat {
  padding: 44px 28px 44px 0;
  border-right: 1px solid rgba(10,31,68,.18);
  display: flex; flex-direction: column; gap: 10px;
}
.stat:last-child { border-right: none; }
.stat__num {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -.015em;
  color: var(--navy);
}
.stat__num em { font-style: italic; }
.stat__label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.stat--centered { text-align: left; padding-left: 28px; }
.stat--centered:first-child { padding-left: 0; }

/* ----- COMMITMENTS LIST ----- */
.commit-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(10,31,68,.22); }
.commit-list li {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(10,31,68,.18);
}
.commit-list .k {
  font-family: var(--serif); font-weight: 500; font-size: 24px; line-height: 1.15;
  letter-spacing: -.005em;
}
.commit-list .k em { font-style: italic; }
.commit-list .v { font-family: var(--book); font-size: 16.5px; line-height: 1.7; color: var(--ink-mid); max-width: 58ch; }
.commit-list .v em { color: var(--navy); font-style: italic; }

/* ----- FINAL CTA BLOCK ----- */
.final-cta { background: var(--navy); color: var(--paper); padding: 140px 0; }
.final-cta__inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; align-items: start; }
.final-cta .eyebrow { color: rgba(255,255,255,.6); }
.final-cta .eyebrow::before { background: rgba(255,255,255,.6); }
.final-cta__headline { color: var(--paper); margin-top: 0; }
.final-cta__headline em { font-style: italic; }
.final-cta__body { color: rgba(255,255,255,.88); font-size: 17px; line-height: 1.65; max-width: 50ch; margin: 0 0 36px; }
.final-cta__body em { color: var(--paper); font-style: italic; }
.final-cta__small { color: rgba(255,255,255,.7); font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; margin-top: 18px; }
.final-cta .btn,
.final-cta .btn--solid {
  background: transparent;
  color: var(--paper);
  border-color: var(--paper);
}
.final-cta .btn:hover,
.final-cta .btn--solid:hover {
  background: var(--paper);
  color: var(--navy);
  border-color: var(--paper);
}

/* ----- FOOTER ----- */
.site-footer { background: var(--paper); padding: 96px 0 40px; border-top: 1px solid var(--rule); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 64px; padding-bottom: 64px; border-bottom: 1px solid var(--rule); }
.footer-lockup { display: flex; flex-direction: column; gap: 14px; max-width: 234px; }
.footer-mark { display: inline-flex; flex-direction: column; gap: 8px; align-self: flex-start; }
.footer-mark .wm { font-family: var(--serif); font-weight: 500; text-transform: uppercase; letter-spacing: .34em; padding-left: .34em; font-size: 22px; line-height: 1; white-space: nowrap; color: var(--navy); }
.footer-mark .sub { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-weight: 600; text-transform: uppercase; letter-spacing: .34em; padding-left: .34em; font-size: 8px; line-height: 1; color: var(--navy); white-space: nowrap; }
.footer-mark .sub::before, .footer-mark .sub::after { content: ""; flex: 1; height: 1px; background: var(--navy); opacity: .55; }
.footer-lockup p { font-family: var(--book); font-size: 15.5px; line-height: 1.6; color: var(--ink); margin: 16px 0 0; }

.footer-col h5 { font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); font-weight: 400; margin: 0 0 18px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { padding: 7px 0; }
.footer-col a {
  font-family: var(--serif); font-weight: 500; font-size: 17px; color: var(--navy); text-decoration: none;
}
.footer-col a:hover { font-style: italic; }

.footer-col.footer-news {
  background: var(--bone);
  padding: 28px 28px 32px;
  margin-top: -16px;
  position: relative;
}
.footer-col.footer-news::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--navy);
}
.footer-col.footer-news h5 { color: var(--navy); margin-top: 6px; font-weight: 500; }
.footer-col.footer-news .footer-news-eyebrow {
  font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft);
  display: block; margin: 0 0 6px;
}

.footer-news input[type="email"] {
  width: 100%;
  font-family: var(--book); font-size: 15px;
  padding: 14px 0;
  border: none; border-bottom: 1px solid rgba(10,31,68,.4);
  background: transparent; color: var(--navy);
  outline: none;
}
.footer-news input::placeholder { color: var(--ink-soft); font-style: italic; }
.footer-news button {
  margin-top: 16px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  background: var(--navy); color: var(--paper);
  border: 1px solid var(--navy); cursor: pointer;
  padding: 12px 18px;
  font-weight: 500;
}
.footer-news button:hover { background: var(--navy-deep); border-color: var(--navy-deep); }

.footer-bottom { padding-top: 32px; display: flex; justify-content: space-between; gap: 24px; font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); flex-wrap: wrap; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: var(--navy); }

/* ----- INSIGHTS / ARTICLES ----- */
.article-list { border-top: 1px solid rgba(10,31,68,.22); }
.article-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 56px;
  padding: 56px 0;
  border-bottom: 1px solid rgba(10,31,68,.18);
  align-items: start;
}
.article-item__date { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); padding-top: 8px; }
.article-item__title { font-family: var(--serif); font-weight: 500; font-size: clamp(28px, 2.6vw, 38px); line-height: 1.12; letter-spacing: -.008em; margin: 0 0 16px; }
.article-item__title em { font-style: italic; }
.article-item__title a { color: var(--navy); text-decoration: none; }
.article-item__lede { font-family: var(--book); font-size: 17px; line-height: 1.65; color: var(--ink-mid); max-width: 60ch; margin: 0 0 28px; }
.article-item__lede em { color: var(--navy); font-style: italic; }
.article-item__image {
  aspect-ratio: 16 / 9;
  background:
    repeating-linear-gradient(45deg, var(--bone-deep) 0 12px, var(--bone) 12px 24px);
  border: 1px solid var(--rule);
  position: relative;
  margin-top: 8px;
}

/* ----- ARTICLE PAGE ----- */
.article-hero {
  max-width: 720px;
  margin: 0 auto 48px;
}
.article-hero img,
.article-hero svg { width: 100%; height: auto; display: block; border-radius: 6px; }
.article-body {
  max-width: 660px;
  margin: 0 auto;
  font-family: var(--book);
  font-size: 18px;
  line-height: 1.72;
  color: var(--navy);
}
.article-body h2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
  margin: 48px 0 18px;
  letter-spacing: -.01em;
}
.article-body p { margin: 0 0 22px; }
.article-body strong { font-weight: 600; color: var(--navy-deep); }
.article-back {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink-soft);
  text-decoration: none;
  margin-bottom: 32px;
}
.article-back:hover { color: var(--navy); }
.article-meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 20px;
}

/* ----- SUBSCRIBE CALLOUT ----- */
.subscribe {
  border-top: 1px solid rgba(10,31,68,.22);
  border-bottom: 1px solid rgba(10,31,68,.22);
  padding: 48px 0;
  margin: 24px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 56px;
  align-items: center;
}
.subscribe h3 { margin: 0; font-size: clamp(24px, 2.4vw, 32px); }
.subscribe p { font-family: var(--book); color: var(--ink-mid); margin: 0; max-width: 44ch; font-size: 16px; line-height: 1.55; grid-column: 1; }
.subscribe p em { color: var(--navy); font-style: italic; }
.subscribe form { grid-column: 2; grid-row: 1 / 3; display: flex; gap: 14px; align-items: end; }
.subscribe input { flex: 1; padding: 12px 0; border: none; border-bottom: 1px solid var(--navy); background: transparent; font-family: var(--book); font-size: 15px; outline: none; color: var(--navy); }
.subscribe input::placeholder { color: var(--ink-soft); font-style: italic; }
.subscribe button { white-space: nowrap; }

/* ----- CONTACT FORM ----- */
.contact-form { display: flex; flex-direction: column; gap: 36px; max-width: 640px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  font-family: var(--book); font-size: 18px; color: var(--navy);
  background: var(--bone); border: 1px solid rgba(10,31,68,.18);
  padding: 14px 16px; outline: none; width: 100%;
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-soft); font-style: italic; }
.field select { appearance: none; -webkit-appearance: none; padding-right: 40px;
  background: var(--bone) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='none' stroke='%230A1F44' stroke-width='1.2' d='M1 1l5 5 5-5'/></svg>") right 16px center/12px no-repeat;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--navy); }

/* ----- PAGE INTRO (long-form pages) ----- */
.page-intro { padding: 96px 0 80px; border-bottom: 1px solid var(--rule); }
.page-intro .eyebrow { margin-bottom: 32px; }
.page-intro .h1 { max-width: 24ch; }
.page-intro__sub { font-family: var(--book); font-size: 21px; line-height: 1.55; color: var(--ink-mid); max-width: 56ch; margin: 32px 0 0; }
.page-intro__sub em { color: var(--navy); font-style: italic; }

/* ----- TWO-COL CONTENT ----- */
.content-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 96px; align-items: start; }
.content-grid h2 { position: sticky; top: 140px; }

/* ----- LIST OF TOPICS ----- */
.topic-list { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 48px; }
.topic-list li { padding: 14px 0; border-bottom: 1px dotted var(--rule); break-inside: avoid; font-family: var(--book); font-size: 17px; color: var(--ink-mid); }
.topic-list li em { color: var(--navy); font-style: italic; }

/* ----- BULLET LIST (commitments-lite) ----- */
.bullet-list { list-style: none; padding: 0; margin: 0; }
.bullet-list li {
  padding: 22px 0 22px 40px;
  border-bottom: 1px solid var(--rule);
  position: relative;
  font-family: var(--book);
  font-size: 17px; line-height: 1.7;
  color: var(--ink-mid);
  max-width: 64ch;
}
.bullet-list li::before {
  content: ""; position: absolute; left: 0; top: 32px;
  width: 22px; height: 1px; background: var(--navy);
}
.bullet-list li strong { color: var(--navy); font-weight: 600; }
.bullet-list li em { color: var(--navy); font-style: italic; }

/* ----- BREADCRUMB ----- */
.crumb { font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 24px; }
.crumb a { color: inherit; text-decoration: none; }
.crumb a:hover { color: var(--navy); }
.crumb span + span::before { content: "·"; margin: 0 10px; color: var(--rule-strong); }

/* ----- IMAGE BAND / SLOT ----- */
.image-band { background: var(--bone); }
.image-band image-slot {
  display: block; width: 100%; aspect-ratio: 21 / 8;
  background: var(--bone-deep);
}
image-slot {
  background: var(--bone-deep);
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.image-block { display: block; }
.image-block image-slot { display: block; width: 100%; aspect-ratio: 4 / 5; background: var(--bone-deep); }
.image-wide image-slot { display: block; width: 100%; aspect-ratio: 16 / 9; background: var(--bone-deep); }
.image-portrait image-slot { display: block; width: 100%; aspect-ratio: 3 / 4; background: var(--bone-deep); }

/* ----- RESPONSIVE ----- */
@media (max-width: 1240px) {
  .header-bar { gap: 28px; }
  .primary-nav { gap: 22px; }
  .primary-nav a { font-size: 11px; letter-spacing: .12em; }
  .header-cta { padding: 14px 18px; font-size: 11px; }
}
@media (max-width: 1060px) {
  .header-cta { display: none; }
  .header-bar > nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-bar { grid-template-columns: 1fr auto; }
  .brand-lockup { width: max-content; max-width: 100%; }
  /* Disable backdrop-filter so position:fixed children escape the containing block */
  .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: var(--paper); }

  /* Drawer state — full-screen overlay nav */
  body.nav-open { overflow: hidden; }
  body.nav-open .header-bar > nav {
    display: block;
    position: fixed;
    inset: 0;
    background: var(--paper);
    padding: 96px var(--gutter) 48px;
    overflow-y: auto;
    z-index: 55;
  }
  body.nav-open .primary-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    justify-content: flex-start;
    max-width: 720px;
    margin: 0 auto;
  }
  body.nav-open .primary-nav > li {
    width: 100%;
    border-top: 1px solid var(--rule);
    padding: 24px 0;
  }
  body.nav-open .primary-nav > li:first-child { border-top: none; padding-top: 0; }
  body.nav-open .primary-nav a {
    font-family: var(--serif);
    font-size: 28px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: -0.01em;
    color: var(--navy);
    padding: 0;
    text-decoration-line: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
    transition: text-decoration-color .25s ease;
  }
  body.nav-open .primary-nav a::after { display: none; }
  body.nav-open .primary-nav a:hover,
  body.nav-open .primary-nav a[aria-current="page"] {
    text-decoration-color: var(--navy);
  }
  body.nav-open .primary-nav .has-menu > a::before { display: none; }
  body.nav-open .submenu {
    display: block;
    position: static;
    background: transparent;
    box-shadow: none;
    padding: 14px 0 0 0;
    transform: none;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    min-width: 0;
    border: none;
  }
  body.nav-open .submenu li {
    padding: 0;
    border: none !important;
  }
  body.nav-open .submenu a {
    font-family: var(--book);
    font-size: 16px;
    color: var(--ink-mid);
    font-weight: 400;
    letter-spacing: 0;
    padding: 8px 0;
    display: inline-block;
    text-decoration-line: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: text-decoration-color .25s ease, color .25s ease;
  }
  body.nav-open .submenu a:hover {
    color: var(--navy);
    background: transparent;
    text-decoration-color: currentColor;
  }

  /* Hamburger → X */
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
}
@media (max-width: 1100px) {
  :root { --gutter: 36px; }
  .hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .hero__aside { border-left: none; border-top: 1px solid rgba(10,31,68,.22); padding-left: 0; padding-top: 28px; flex-direction: row; flex-wrap: wrap; gap: 36px 48px; }
  .section-head { grid-template-columns: 1fr; gap: 28px; }
  .commit-list li { grid-template-columns: 1fr; gap: 16px; }
  .content-grid { grid-template-columns: 1fr; gap: 36px; }
  .content-grid h2 { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  :root { --gutter: 24px; }
  .section { padding: 80px 0; }
  .hero { padding: 64px 0 72px; }
  .header-bar { grid-template-columns: 1fr auto; }
  .primary-nav { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 40px 0 !important; border-right: none !important; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .stat-strip { grid-template-columns: 1fr 1fr; }
  .stat { padding: 28px 16px 28px 0; }
  .final-cta__inner { grid-template-columns: 1fr; gap: 36px; }
  .trust-strip .container { grid-template-columns: 1fr; }
  .trust-strip__item { border-left: none; border-top: 1px solid var(--rule); padding: 20px 0; }
  .trust-strip__item:first-child { border-top: none; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .article-item { grid-template-columns: 1fr; gap: 16px; }
  .subscribe { grid-template-columns: 1fr; }
  .subscribe form { grid-column: 1; grid-row: auto; flex-wrap: wrap; }
  .subscribe p { max-width: none; }
  .pullquote { padding-left: 40px; }
  .pullquote::before { left: 0; }
}

/* Hide eyebrow tags + crumbs site-wide for a uniform editorial structure (keep on home so trust-strip labels stay) */
main:not([data-screen-label="Home"]) .eyebrow { display: none; }
.crumb { display: none; }

/* Hero lead — stack image below headline on tablet/mobile */
@media (max-width: 900px) {
  .hero__lead-image {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    margin-top: 24px !important;
  }
  .hero__lead-image img { height: auto !important; }
}
