/* ════════════════════════════════════════════════════════════
   IRON BUILT MEDIA — Frontend Stylesheet
   Loaded on every page. Section 1 is the homepage style system.
   Sections 2+ add internal pages, blog, sidebar, block variations.
   ════════════════════════════════════════════════════════════ */

/* ── 1. HOMEPAGE / SHARED FOUNDATION ───────────────────────── */
:root {
  --orange: #B03B17;
  --orange-deep: #8A2D10;
  --orange-bright: #D04E22;
  --orange-tint: rgba(176, 59, 23, 0.08);
  --navy: #121D2C;
  --navy-2: #1A2638;
  --navy-3: #243349;
  --smoke: #5F5E5A;
  --smoke-light: #8A8985;
  --bg: #F2F2EF;
  --bg-2: #E8E9E5;
  --bg-3: #F8F8F5;
  --ink: #121D2C;
  --ink-soft: #2A3648;
  --ink-mute: #5A6271;
  --rule: rgba(18, 29, 44, 0.12);
  --rule-strong: rgba(18, 29, 44, 0.22);
  --display: 'Bebas Neue', 'Arial Narrow', sans-serif;
  --body: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  --serif: 'Fraunces', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll; /* always show scrollbar gutter so fixed nav width matches body width */
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 2; }

/* NAV */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--bg);
  height: 76px;
  display: flex;
  align-items: center;
}
.nav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 36px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-logo svg { width: 28px; height: 32px; }
.nav-logo-text {
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--ink);
  line-height: 1;
  padding-top: 3px;
  white-space: nowrap;
}
.nav-links { display: flex; gap: 30px; list-style: none; margin-left: auto; }
.nav-links a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  position: relative;
  transition: color 0.2s;
  white-space: nowrap;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -6px; left: 0;
  width: 0; height: 1px;
  background: var(--orange);
  transition: width 0.3s;
}
.nav-links a:hover { color: var(--orange); }
.nav-links a:hover::after { width: 100%; }
.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: color 0.2s;
}
.nav-phone:hover { color: var(--orange); }
.nav-phone svg { width: 14px; height: 14px; flex-shrink: 0; color: var(--orange); }
.nav-cta {
  font-family: var(--body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--bg);
  background: var(--orange);
  padding: 12px 22px;
  border-radius: 2px;
  transition: background 0.2s, transform 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-cta:hover { background: var(--orange-bright); transform: translateY(-1px); }
@media (max-width: 1080px) { .nav-links { gap: 22px; } .nav-links a { font-size: 12px; } }
@media (max-width: 1024px) { .nav-links, .nav-phone { display: none; } }
@media (max-width: 540px) {
  .nav-logo-text { font-size: 18px; }
  .nav-cta { padding: 10px 16px; font-size: 12px; }
}

/* HERO */
.hero { position: relative; padding: 90px 0 60px; overflow: hidden; }
.hero-inner { position: relative; z-index: 2; }

/* H1 — small, structural eyebrow style */
.hero-h1 {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.22em;
  color: var(--orange);
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  gap: 18px;
  opacity: 0;
  animation: fadeUp 0.7s 0.1s forwards;
}
.hero-h1::before {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background: var(--orange);
  flex-shrink: 0;
}

.hero-headline {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(54px, 8.6vw, 124px);
  line-height: 1.02;
  letter-spacing: 0.005em;
  color: var(--ink);
  margin-bottom: 0;
  opacity: 0;
  animation: fadeUp 0.7s 0.2s forwards;
}
.hero-headline .row { display: block; }
.hero-headline .row-2 { display: block; padding-left: clamp(40px, 8vw, 120px); margin-top: 0.08em; }
.hero-headline .row-3 { display: block; margin-top: 0.04em; }
.hero-headline em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--orange);
  font-size: 0.92em;
}
.hero-headline .dominate {
  font-family: var(--display);
  color: var(--orange);
  display: inline-block;
  font-size: 1.22em;
  letter-spacing: 0.005em;
}

.hero-bottom {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  margin-top: 56px;
  align-items: end;
  opacity: 0;
  animation: fadeUp 0.7s 0.4s forwards;
}
.hero-lede {
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-soft);
  font-weight: 400;
  max-width: 560px;
}
.hero-lede strong { font-weight: 600; color: var(--ink); }

.hero-actions { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 18px 28px;
  border-radius: 2px;
  transition: all 0.25s;
  border: none;
  cursor: pointer;
}
.btn-primary { background: var(--ink); color: var(--bg); }
.btn-primary:hover { background: var(--orange); transform: translateY(-2px); }
.btn-primary .arrow { transition: transform 0.25s; }
.btn-primary:hover .arrow { transform: translateX(4px); }
.btn-orange { background: var(--orange); color: var(--bg); }
.btn-orange:hover { background: var(--orange-bright); transform: translateY(-2px); }
.btn-orange .arrow { transition: transform 0.25s; }
.btn-orange:hover .arrow { transform: translateX(4px); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--rule-strong); }
.btn-ghost:hover { border-color: var(--ink); background: var(--ink); color: var(--bg); }
.btn-outline-light { background: transparent; color: var(--bg); border: 1px solid rgba(229, 230, 227, 0.25); }
.btn-outline-light:hover { border-color: var(--bg); background: var(--bg); color: var(--ink); }

/* CENTERED credentials strip */
.hero-creds {
  margin-top: 64px;
  padding-top: 36px;
  border-top: 1px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
  text-align: center;
  opacity: 0;
  animation: fadeUp 0.7s 0.55s forwards;
}
.hero-cred {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--smoke);
}
.hero-cred svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--orange); }

@media (max-width: 880px) {
  .hero { padding: 140px 0 70px; }
  .hero-headline .row-2 { padding-left: 24px; }
  .hero-bottom { grid-template-columns: 1fr; gap: 36px; }
  .hero-creds { gap: 28px; margin-top: 64px; }
}

@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }

/* MARQUEE BAND */
.marquee-band {
  background: var(--ink);
  color: var(--bg);
  padding: 24px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.marquee-track { display: flex; gap: 56px; animation: marquee 38s linear infinite; width: max-content; }
.marquee-item {
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 56px;
  white-space: nowrap;
}
.marquee-item .dot { width: 6px; height: 6px; background: var(--orange); border-radius: 50%; flex-shrink: 0; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* SECTION SHARED */
.sec { padding: 90px 0; position: relative; z-index: 2; }
.sec-dark { background: var(--navy); color: var(--bg); }
.sec-tinted { background: var(--bg); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: 0.22em;
  color: var(--orange);
  margin-bottom: 24px;
}
.eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--orange); }
.sec-dark .eyebrow { color: var(--orange-bright); }
.sec-dark .eyebrow::before { background: var(--orange-bright); }

.sec-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: 0.94;
  letter-spacing: 0.005em;
  color: var(--ink);
  margin-bottom: 28px;
}
.sec-dark .sec-title { color: var(--bg); }
.sec-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--orange);
}
.sec-dark .sec-title em { color: var(--orange-bright); }

.sec-lede { font-size: 18px; line-height: 1.7; color: var(--ink-soft); max-width: 640px; }
.sec-dark .sec-lede { color: rgba(229, 230, 227, 0.78); }

.rv { opacity: 0; transform: translateY(28px); transition: opacity 0.7s, transform 0.7s; }
.rv.in { opacity: 1; transform: none; }
.rv-d2 { transition-delay: 0.12s; }
.rv-d3 { transition-delay: 0.24s; }
.rv-d4 { transition-delay: 0.36s; }

/* POSITIONING */
.posit-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; align-items: start; }
.posit-stat-stack { display: flex; flex-direction: column; gap: 0; }
.posit-stat {
  padding: 36px 0;
  border-bottom: 1px solid var(--rule);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: start;
}
.posit-stat:last-child { border-bottom: none; }
.posit-stat-num {
  font-family: var(--display);
  font-size: 76px;
  line-height: 0.85;
  color: var(--ink);
  font-weight: 400;
  min-width: 150px;
  padding-top: 0;
}
.posit-stat-num .small { font-size: 30px; color: var(--orange); }
.posit-stat-body { padding-top: 4px; }
.posit-stat-body .label {
  font-family: var(--display);
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 12px;
}
.posit-stat-body .desc { font-size: 15px; line-height: 1.6; color: var(--ink-soft); }
@media (max-width: 880px) {
  .posit-grid { grid-template-columns: 1fr; gap: 56px; }
  .posit-stat-num { font-size: 60px; min-width: 100px; }
  .posit-stat-body .label { font-size: 22px; }
}

/* SERVICES */
.engine-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-bottom: 56px; align-items: end; }
.engine-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.engine-card {
  background: var(--navy-2);
  border: 1px solid rgba(229, 230, 227, 0.08);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s, border-color 0.4s;
}
.engine-card:hover { transform: translateY(-4px); border-color: rgba(176, 59, 23, 0.4); }
.engine-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 0;
  background: var(--orange);
  transition: height 0.5s;
}
.engine-card:hover::before { height: 100%; }
.engine-card-title {
  font-family: var(--display);
  font-size: 44px;
  letter-spacing: 0.01em;
  line-height: 1;
  color: var(--bg);
  margin-bottom: 18px;
}
.engine-card-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  color: var(--orange-bright);
  letter-spacing: -0.01em;
}
.engine-card-desc { font-size: 15px; line-height: 1.7; color: rgba(229, 230, 227, 0.7); margin-bottom: 32px; }
.engine-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 28px;
  border-top: 1px solid rgba(229, 230, 227, 0.1);
}
.engine-list li {
  font-size: 14px;
  color: rgba(229, 230, 227, 0.85);
  display: flex;
  align-items: center;
  gap: 14px;
  letter-spacing: 0.01em;
}
.engine-list li::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--orange);
  flex-shrink: 0;
  transform: rotate(45deg);
}

.engine-bottom {
  margin-top: 24px;
  background: var(--navy-3);
  border: 1px solid rgba(229, 230, 227, 0.08);
  padding: 36px 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
  transition: border-color 0.3s;
}
.engine-bottom:hover { border-color: rgba(176, 59, 23, 0.4); }
.engine-bottom-tag {
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--orange-bright);
}
.engine-bottom-title {
  font-family: var(--display);
  font-size: 28px;
  color: var(--bg);
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin-bottom: 6px;
}
.engine-bottom-desc { font-size: 14px; color: rgba(229, 230, 227, 0.65); line-height: 1.55; }
.engine-bottom-arrow {
  width: 44px; height: 44px;
  border: 1px solid rgba(229, 230, 227, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(229, 230, 227, 0.6);
  transition: all 0.3s;
}
.engine-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(229, 230, 227, 0.2);
  border-radius: 50%;
  color: rgba(229, 230, 227, 0.6);
  margin-top: 28px;
  transition: all 0.3s;
}
.engine-card:hover .engine-card-link {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--bg);
}
.engine-bottom:hover .engine-bottom-arrow { background: var(--orange); border-color: var(--orange); color: var(--bg); }
@media (max-width: 880px) {
  .engine-intro { grid-template-columns: 1fr; gap: 32px; margin-bottom: 48px; }
  .engine-cards { grid-template-columns: 1fr; }
  .engine-bottom { grid-template-columns: 1fr; gap: 16px; text-align: left; }
  .engine-bottom-arrow { justify-self: flex-start; }
}

/* PARTNERSHIP STORY */
.story-wrap { padding: 90px 0; background: var(--bg); position: relative; z-index: 2; }
.story-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; align-items: start; }
.story-headline { position: sticky; top: 100px; }
.story-mark {
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--orange);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.story-mark::before { content: ''; width: 32px; height: 1px; background: var(--orange); }
.story-title {
  font-family: var(--display);
  font-size: clamp(44px, 6vw, 88px);
  line-height: 0.92;
  color: var(--ink);
  letter-spacing: 0.005em;
  margin-bottom: 32px;
}
.story-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  color: var(--orange);
  letter-spacing: -0.01em;
}
.story-credentials {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
}
.story-cred-row {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}
.story-cred-icon {
  width: 36px; height: 36px;
  background: var(--orange-tint);
  border: 1px solid rgba(176, 59, 23, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  flex-shrink: 0;
}

.story-body { display: flex; flex-direction: column; gap: 28px; }
.story-para { font-family: var(--body); font-size: 17px; line-height: 1.75; color: var(--ink-soft); }
.story-para strong { color: var(--ink); font-weight: 600; }
.story-pull {
  margin: 16px 0;
  padding: 32px 36px;
  border-left: 3px solid var(--orange);
  background: rgba(176, 59, 23, 0.04);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.005em;
}

@media (max-width: 880px) {
  .story-grid { grid-template-columns: 1fr; gap: 48px; }
  .story-headline { position: static; }
  .story-pull { padding: 24px 28px; font-size: 20px; }
}

/* PROCESS */
.process-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-bottom: 56px; align-items: end; }
.process-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-left: 1px solid var(--rule); }
.flow-step {
  padding: 40px 32px;
  border-right: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  position: relative;
  background: var(--bg);
  transition: background 0.3s;
}
.flow-step:hover { background: var(--bg-3); }
.flow-step::before {
  content: '';
  position: absolute;
  top: -1px; left: -1px;
  width: 28px; height: 2px;
  background: var(--orange);
}
.flow-step-num { font-family: var(--display); font-size: 13px; letter-spacing: 0.22em; color: var(--orange); margin-bottom: 24px; }
.flow-step-title {
  font-family: var(--display);
  font-size: 32px;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}
.flow-step-desc { font-size: 14px; line-height: 1.6; color: var(--ink-soft); }
@media (max-width: 1024px) { .process-flow { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) {
  .process-intro { grid-template-columns: 1fr; gap: 28px; }
  .process-flow { grid-template-columns: 1fr; }
}

/* MANIFESTO BAND */
.manifesto {
  background: var(--navy);
  color: var(--bg);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.manifesto::after {
  content: '';
  position: absolute;
  bottom: -200px; left: -100px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(176, 59, 23, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.manifesto-inner { position: relative; z-index: 2; }
.manifesto-quote-mark {
  font-family: var(--serif);
  font-size: 180px;
  line-height: 0.6;
  color: var(--orange);
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
  letter-spacing: -0.05em;
}
.manifesto-text {
  font-family: var(--display);
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.05;
  color: var(--bg);
  letter-spacing: 0.005em;
  font-weight: 400;
  max-width: 1000px;
  margin-top: 24px;
  margin-bottom: 56px;
}
.manifesto-text em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  color: var(--orange-bright);
  letter-spacing: -0.01em;
}
.manifesto-rule { width: 80px; height: 2px; background: var(--orange); margin-bottom: 24px; }
.manifesto-attr {
  font-family: var(--body);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(229, 230, 227, 0.6);
  font-weight: 500;
}

/* FIT FILTER */
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; background: var(--rule); border: 1px solid var(--rule); margin-top: 64px; }
.fit-col { background: var(--bg); padding: 56px 48px; }
.fit-col-yes { background: var(--bg); }
.fit-col-no { background: var(--bg-2); }
.fit-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.22em;
  margin-bottom: 28px;
}
.fit-tag-yes { color: var(--orange); }
.fit-tag-no { color: var(--smoke); }
.fit-icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.fit-tag-yes .fit-icon { background: var(--orange); color: var(--bg); }
.fit-tag-no .fit-icon { background: var(--smoke); color: var(--bg); }
.fit-list { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.fit-list li {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-soft);
  padding-left: 24px;
  position: relative;
}
.fit-list li::before { content: ''; position: absolute; left: 0; top: 9px; width: 12px; height: 1px; }
.fit-col-yes .fit-list li::before { background: var(--orange); }
.fit-col-no .fit-list li::before { background: var(--smoke-light); }
.fit-col-no .fit-list li { color: var(--smoke); }
@media (max-width: 760px) {
  .fit-grid { grid-template-columns: 1fr; }
  .fit-col { padding: 40px 32px; }
}

/* INVESTMENT */
.invest-shell { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; margin-top: 64px; }
.invest-card {
  background: var(--navy);
  color: var(--bg);
  padding: 64px 56px;
  position: relative;
  overflow: hidden;
}
.invest-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: var(--orange);
}

/* Beam icon (echoes the logo) replaces the orange circle */
.invest-icon {
  position: absolute;
  top: 36px;
  right: 40px;
  width: 50px;
  height: 64px;
  display: flex;
  gap: 6px;
  opacity: 0.95;
}
.invest-icon span {
  display: block;
  width: 12px;
  height: 100%;
  background: var(--orange);
  transform: skewX(-12deg);
}

.invest-eyebrow {
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--orange-bright);
  margin-bottom: 32px;
}
.invest-price {
  font-family: var(--display);
  font-size: clamp(80px, 10vw, 140px);
  line-height: 0.9;
  color: var(--bg);
  letter-spacing: 0.005em;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.invest-price .currency { font-size: 0.42em; padding-top: 14px; color: var(--orange-bright); }
.invest-price .per {
  font-family: var(--body);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(229, 230, 227, 0.55);
  align-self: center;
  padding-left: 12px;
  padding-bottom: 16px;
}
.invest-tag {
  font-size: 14px;
  color: rgba(229, 230, 227, 0.7);
  margin-bottom: 36px;
  font-style: italic;
  font-family: var(--serif);
  font-weight: 400;
}
.invest-rule { height: 1px; background: rgba(229, 230, 227, 0.15); margin: 36px 0; }
.invest-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.invest-list li { font-size: 14px; color: rgba(229, 230, 227, 0.85); display: flex; align-items: center; gap: 14px; }
.invest-list li svg { color: var(--orange-bright); flex-shrink: 0; }
.invest-context .eyebrow { margin-bottom: 20px; }
.invest-context-title {
  font-family: var(--display);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.96;
  margin-bottom: 24px;
  color: var(--ink);
  letter-spacing: 0.005em;
}
.invest-context-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  color: var(--orange);
  letter-spacing: -0.01em;
}
.invest-context p { font-size: 16px; line-height: 1.7; color: var(--ink-soft); margin-bottom: 18px; }
@media (max-width: 880px) {
  .invest-shell { grid-template-columns: 1fr; gap: 48px; }
  .invest-card { padding: 48px 36px; }
  .invest-icon { top: 28px; right: 28px; width: 36px; height: 48px; }
}

/* FAQ */
.faq-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; margin-top: 56px; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 0.01em;
  color: var(--ink);
  text-align: left;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--orange); }
.faq-toggle {
  width: 32px; height: 32px;
  border: 1px solid var(--rule-strong);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
  position: relative;
}
.faq-toggle::before, .faq-toggle::after {
  content: '';
  position: absolute;
  background: var(--ink);
  transition: transform 0.3s, background 0.3s;
}
.faq-toggle::before { width: 12px; height: 1px; }
.faq-toggle::after { width: 1px; height: 12px; }
.faq-item.open .faq-toggle { background: var(--orange); border-color: var(--orange); }
.faq-item.open .faq-toggle::before, .faq-item.open .faq-toggle::after { background: var(--bg); }
.faq-item.open .faq-toggle::after { transform: scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-a-inner { padding: 0 0 28px 0; font-size: 15px; line-height: 1.7; color: var(--ink-soft); max-width: 640px; }
.faq-item.open .faq-a { max-height: 480px; }
@media (max-width: 880px) { .faq-grid { grid-template-columns: 1fr; gap: 32px; } }

/* CTA */
.cta {
  background: var(--ink);
  color: var(--bg);
  padding: 100px 0 90px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.cta::after {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(176, 59, 23, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.cta-inner { position: relative; z-index: 2; }
.cta-mark {
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--orange-bright);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.cta-mark::before { content: ''; width: 32px; height: 1px; background: var(--orange-bright); }
.cta-title {
  font-family: var(--display);
  font-size: clamp(56px, 8vw, 124px);
  line-height: 0.92;
  color: var(--bg);
  letter-spacing: 0.005em;
  margin-bottom: 36px;
  max-width: 1100px;
}
.cta-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  color: var(--orange-bright);
  letter-spacing: -0.01em;
}
.cta-title .muted {
  color: rgba(229, 230, 227, 0.45);
}
.cta-title .accent {
  color: var(--bg);
  position: relative;
  display: inline-block;
}
.cta-title .accent::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.12em;
  width: 100%;
  height: 3px;
  background: var(--orange-bright);
  opacity: 0.85;
}
.cta-sub { font-size: 18px; line-height: 1.7; color: rgba(229, 230, 227, 0.75); max-width: 600px; margin-bottom: 48px; }
.cta-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

/* FOOTER */
.footer {
  background: var(--navy-2);
  color: var(--bg);
  padding: 80px 0 32px;
  position: relative;
  z-index: 2;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 64px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(229, 230, 227, 0.1);
}
.footer-brand-wrap { max-width: 380px; }
.footer-logo {
  display: block;
  margin-bottom: 18px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin-top: 0;
}
.footer-logo img {
  height: 70px;
  width: auto;
  display: block;
}
.footer-tag { font-size: 14px; line-height: 1.65; color: rgba(229, 230, 227, 0.65); margin-bottom: 24px; }
.footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--bg);
  margin-bottom: 24px;
  transition: color 0.2s;
}
.footer-phone:hover { color: var(--orange-bright); }
.footer-phone svg { width: 16px; height: 16px; color: var(--orange-bright); flex-shrink: 0; }
.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange-bright);
  font-weight: 600;
  padding: 8px 14px;
  border: 1px solid rgba(176, 59, 23, 0.35);
  border-radius: 2px;
}
.fcol-title {
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.18em;
  color: var(--orange-bright);
  margin-bottom: 20px;
}
.flist { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.flist a, .flist li { font-size: 14px; color: rgba(229, 230, 227, 0.7); transition: color 0.2s; }
.flist a:hover { color: var(--orange-bright); }
.footer-bottom {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(229, 230, 227, 0.5);
}
@media (max-width: 880px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand-wrap { grid-column: 1 / -1; }
}
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* progress — pinned absolutely to nav's bottom edge so it's always flush */
.progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--orange);
  z-index: 1;
  transition: width 0.1s linear;
  width: 0;
  pointer-events: none;
}

/* Account for WordPress admin bar (logged-in users) */
.admin-bar .nav { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .nav { top: 46px; }
}

@media (max-width: 600px) {
  .wrap { padding: 0 24px; }
  .sec { padding: 60px 0; }
  .manifesto, .cta, .story-wrap { padding: 60px 0; }
}

/* ════════════════════════════════════════════════════════════
   2. WORDPRESS BLOCK STYLE VARIATIONS
   ════════════════════════════════════════════════════════════ */

/* Italic accent inside any heading — wrap word in <em> */
h1 em, h2 em, h3 em, h4 em,
.wp-block-heading em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--orange);
  font-size: 0.92em;
}
.sec-dark h1 em, .sec-dark h2 em, .sec-dark h3 em,
.sec-dark .wp-block-heading em { color: var(--orange-bright); }

/* Heading variants */
.is-style-ibm-eyebrow {
  font-family: var(--display) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.22em !important;
  color: var(--orange) !important;
  text-transform: uppercase;
  margin-bottom: 24px !important;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.is-style-ibm-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--orange);
}

.is-style-ibm-section-title {
  font-family: var(--display) !important;
  font-size: clamp(40px, 5.4vw, 76px) !important;
  line-height: 0.94 !important;
  letter-spacing: 0.005em !important;
  margin-bottom: 28px !important;
}

.is-style-ibm-display-large {
  font-family: var(--display) !important;
  font-size: clamp(54px, 8.6vw, 124px) !important;
  line-height: 0.9 !important;
  letter-spacing: 0.005em !important;
}

.is-style-ibm-stencil {
  -webkit-text-stroke: 1.5px currentColor;
  color: transparent !important;
}

/* Paragraph variants */
.is-style-ibm-lede {
  font-size: 18px !important;
  line-height: 1.7 !important;
  color: var(--ink-soft);
}
.is-style-ibm-eyebrow-text {
  font-family: var(--display) !important;
  font-size: 13px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase;
  color: var(--orange) !important;
}

/* Button variants */
.wp-block-button.is-style-ibm-orange-fill .wp-block-button__link {
  background: var(--orange);
  color: var(--bg);
  border-radius: 2px;
  padding: 18px 28px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: all 0.25s;
}
.wp-block-button.is-style-ibm-orange-fill .wp-block-button__link:hover {
  background: var(--orange-bright);
  transform: translateY(-2px);
}

.wp-block-button.is-style-ibm-navy-fill .wp-block-button__link {
  background: var(--ink);
  color: var(--bg);
  border-radius: 2px;
  padding: 18px 28px;
}
.wp-block-button.is-style-ibm-navy-fill .wp-block-button__link:hover {
  background: var(--orange);
  transform: translateY(-2px);
}

.wp-block-button.is-style-ibm-ghost .wp-block-button__link {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--rule-strong);
  border-radius: 2px;
  padding: 18px 28px;
}
.wp-block-button.is-style-ibm-ghost .wp-block-button__link:hover {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}

.wp-block-button.is-style-ibm-light-outline .wp-block-button__link {
  background: transparent;
  color: var(--bg);
  border: 1px solid rgba(229, 230, 227, 0.25);
  border-radius: 2px;
  padding: 18px 28px;
}
.wp-block-button.is-style-ibm-light-outline .wp-block-button__link:hover {
  background: var(--bg);
  color: var(--ink);
  border-color: var(--bg);
}

/* Group section variants — provide page-section backdrops */
.wp-block-group.is-style-ibm-section-light  { background: var(--bg);     padding: clamp(60px, 10vw, 130px) 0; }
.wp-block-group.is-style-ibm-section-tinted { background: var(--bg-2);   padding: clamp(60px, 10vw, 130px) 0; }
.wp-block-group.is-style-ibm-section-dark   {
  background: var(--navy);
  color: var(--bg);
  padding: clamp(60px, 10vw, 130px) 0;
}
.wp-block-group.is-style-ibm-section-dark h1,
.wp-block-group.is-style-ibm-section-dark h2,
.wp-block-group.is-style-ibm-section-dark h3,
.wp-block-group.is-style-ibm-section-dark h4 { color: var(--bg); }
.wp-block-group.is-style-ibm-section-dark p  { color: rgba(229, 230, 227, 0.78); }
.wp-block-group.is-style-ibm-section-dark .is-style-ibm-eyebrow,
.wp-block-group.is-style-ibm-section-dark .is-style-ibm-eyebrow-text { color: var(--orange-bright) !important; }

/* List variants */
.is-style-ibm-orange-marker { list-style: none; padding-left: 0; }
.is-style-ibm-orange-marker li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  line-height: 1.6;
}
.is-style-ibm-orange-marker li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 6px; height: 6px;
  background: var(--orange);
  transform: rotate(45deg);
}

.is-style-ibm-checkmark { list-style: none; padding-left: 0; }
.is-style-ibm-checkmark li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 1.55;
}
.is-style-ibm-checkmark li::before {
  content: '✓';
  position: absolute;
  left: 0; top: 0;
  color: var(--orange);
  font-weight: 700;
}

/* Pull quote variant on core/quote */
.wp-block-quote.is-style-ibm-pull-quote {
  border-left: 3px solid var(--orange);
  background: rgba(176, 59, 23, 0.04);
  padding: 32px 36px;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.005em;
  margin: 16px 0;
}

/* ════════════════════════════════════════════════════════════
   3. BLOG / POST + SIDEBAR
   ════════════════════════════════════════════════════════════ */

.ibm-blog-shell {
  padding: 140px 0 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 80px;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.ibm-blog-shell.no-sidebar { grid-template-columns: minmax(0, 780px); margin: 0 auto; }

.ibm-post-eyebrow {
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--orange);
  margin-bottom: 24px;
  text-transform: uppercase;
}

.ibm-post-title {
  font-family: var(--display);
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: 0.005em;
  margin-bottom: 24px;
  color: var(--ink);
}

.ibm-post-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--smoke);
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--rule);
  letter-spacing: 0.02em;
}
.ibm-post-meta a { color: var(--orange); }

.ibm-post-content {
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-soft);
}
.ibm-post-content > * { margin-bottom: 24px; }
.ibm-post-content h2 {
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  margin-top: 56px;
  color: var(--ink);
}
.ibm-post-content h3 {
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 28px);
  margin-top: 40px;
  color: var(--ink);
}
.ibm-post-content blockquote {
  border-left: 3px solid var(--orange);
  padding: 20px 28px;
  background: rgba(176, 59, 23, 0.04);
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
  color: var(--ink);
  margin: 32px 0;
}
.ibm-post-content a { color: var(--orange); border-bottom: 1px solid currentColor; }
.ibm-post-content a:hover { color: var(--orange-bright); }
.ibm-post-content img { border-radius: 2px; margin: 32px 0; }

.ibm-post-tags {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ibm-post-tags a {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid var(--rule-strong);
  font-size: 12px;
  letter-spacing: 0.04em;
  border-radius: 2px;
  color: var(--ink-soft);
  transition: all 0.2s;
}
.ibm-post-tags a:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--bg);
}

/* Sidebar */
.ibm-sidebar {
  position: sticky;
  top: 100px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ibm-sidebar-card {
  background: var(--bg-3);
  padding: 32px 28px;
  border: 1px solid var(--rule);
}
.ibm-sidebar-card.dark {
  background: var(--navy);
  color: var(--bg);
  border-color: transparent;
}
.ibm-sidebar-card h3 {
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  line-height: 1.1;
}
.ibm-sidebar-card.dark h3 { color: var(--bg); }
.ibm-sidebar-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
  color: var(--ink-soft);
}
.ibm-sidebar-card.dark p { color: rgba(229, 230, 227, 0.75); }

/* Blog index cards */
.ibm-blog-index {
  padding: 140px 0 80px;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.ibm-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 40px;
  margin-top: 56px;
}
.ibm-blog-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  background: var(--bg);
  border: 1px solid var(--rule);
  transition: transform 0.3s, border-color 0.3s;
}
.ibm-blog-card:hover { transform: translateY(-2px); border-color: rgba(176, 59, 23, 0.4); }
.ibm-blog-card-thumb {
  aspect-ratio: 16/10;
  overflow: hidden;
  margin: -28px -28px 0;
  background: var(--bg-2);
}
.ibm-blog-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ibm-blog-card-cat {
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--orange);
  text-transform: uppercase;
}
.ibm-blog-card h3 {
  font-family: var(--display);
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
.ibm-blog-card p {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.ibm-blog-card-meta {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
  font-size: 12px;
  color: var(--smoke);
  letter-spacing: 0.04em;
}

@media (max-width: 880px) {
  .ibm-blog-shell { grid-template-columns: 1fr; gap: 48px; padding-top: 100px; }
  .ibm-sidebar { position: static; }
}

/* ════════════════════════════════════════════════════════════
   4. INTERIOR PAGE HEADER (non-homepage)
   ════════════════════════════════════════════════════════════ */
.ibm-page-header {
  padding: 90px 32px 70px;
  position: relative;
  background: var(--bg);
  max-width: 1240px;
  margin: 0 auto;
}
.ibm-page-header.dark {
  background: var(--navy);
  color: var(--bg);
}
.ibm-page-header.tinted { background: var(--bg-2); }
.ibm-page-header-eyebrow {
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: 0.22em;
  color: var(--orange);
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-transform: uppercase;
}
.ibm-page-header-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--orange);
}
.ibm-page-header-title {
  font-family: var(--display);
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.94;
  letter-spacing: 0.005em;
}
.ibm-page-header-lede {
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 640px;
  margin-top: 32px;
  margin-left: 0;
  margin-right: auto;
}
.ibm-page-header.dark .ibm-page-header-lede { color: rgba(229, 230, 227, 0.78); }

/* ════════════════════════════════════════════════════════════
   5. CASE STUDIES
   ════════════════════════════════════════════════════════════ */
.ibm-case-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 32px;
  margin-top: 64px;
}
.ibm-case-card {
  background: var(--navy);
  color: var(--bg);
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s;
}
.ibm-case-card:hover { transform: translateY(-4px); }
.ibm-case-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: var(--orange);
}
.ibm-case-card-industry {
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--orange-bright);
  margin-bottom: 24px;
  text-transform: uppercase;
}
.ibm-case-card h3 {
  font-family: var(--display);
  font-size: 32px;
  line-height: 1;
  margin-bottom: 14px;
  color: var(--bg);
}
.ibm-case-card-stats {
  display: flex;
  gap: 24px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(229, 230, 227, 0.15);
}
.ibm-case-card-stat .num {
  font-family: var(--display);
  font-size: 32px;
  color: var(--orange-bright);
  display: block;
  line-height: 1;
}
.ibm-case-card-stat .label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(229, 230, 227, 0.6);
  margin-top: 6px;
}

/* ════════════════════════════════════════════════════════════
   6. PPC LANDING
   ════════════════════════════════════════════════════════════ */
body.tpl-templates-page-landing .nav { display: none; }
.ibm-landing-nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--bg);
  border-bottom: 1px solid var(--rule);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ════════════════════════════════════════════════════════════
   7. MARKET CHECK WIDGET
   ════════════════════════════════════════════════════════════ */
.ibm-market-check {
  max-width: 720px;
  margin: 0 auto;
  background: var(--bg-3);
  padding: 48px 40px;
  border: 1px solid var(--rule);
}
.ibm-market-check h3 {
  font-family: var(--display);
  font-size: 28px;
  margin-bottom: 24px;
}
.ibm-market-check label {
  display: block;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--orange);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.ibm-market-check select,
.ibm-market-check input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--rule-strong);
  background: var(--bg);
  font-family: var(--body);
  font-size: 16px;
  margin-bottom: 24px;
  border-radius: 2px;
}
.ibm-market-check select:focus,
.ibm-market-check input:focus {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}
.ibm-market-check-result {
  margin-top: 32px;
  padding: 24px 28px;
  border-left: 3px solid var(--orange);
  background: rgba(176, 59, 23, 0.06);
  font-size: 16px;
  line-height: 1.6;
  display: none;
}
.ibm-market-check-result.taken {
  border-left-color: var(--smoke);
  background: rgba(95, 94, 90, 0.06);
}
.ibm-market-check-result.show { display: block; }

/* ════════════════════════════════════════════════════════════
   8. UTILITY
   ════════════════════════════════════════════════════════════ */
.has-orange-color { color: var(--orange) !important; }
.has-orange-background-color { background: var(--orange) !important; }
.has-navy-color { color: var(--navy) !important; }
.has-navy-background-color { background: var(--navy) !important; }
.has-ink-color { color: var(--ink) !important; }
.has-bg-color { color: var(--bg) !important; }
.has-bg-background-color { background: var(--bg) !important; }
.has-bg-2-background-color { background: var(--bg-2) !important; }
.has-smoke-color { color: var(--smoke) !important; }

/* ════════════════════════════════════════════════════════════
   9. WORDPRESS LAYOUT OVERRIDES
   Prevent WP's constrained layout from squeezing homepage sections.
   The homepage and most templates manage their own widths via .wrap.
   ════════════════════════════════════════════════════════════ */

/* Make the body and main full-width — sections handle their own width via .wrap */
body { margin: 0; padding: 0; }
body.home,
body.front-page {
  --wp--style--global--content-size: 100%;
  --wp--style--global--wide-size: 100%;
}

/* Site-main and its top-level groups should never be constrained by default */
.site-main {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* Strip any inherited root padding from wp-block-group when used at top level */
main.wp-block-group.site-main {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
}

/* Site header wrapper holds fixed nav + progress bar; itself takes no flow space */
header.wp-block-group.site-header {
  padding: 0 !important;
  margin: 0 !important;
  height: 0;
  max-width: none !important;
}

/* Sections built with raw HTML inside core/html blocks should be full-bleed */
.site-main > section,
.site-main > .marquee-band,
.site-main > .hero,
.site-main > .cta,
.site-main > .manifesto,
.site-main > .story-wrap {
  width: 100%;
  max-width: 100%;
}

/* The .wrap class inside each section handles the 1240px content cap */
.site-main .wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  z-index: 2;
}

/* Marquee MUST be full-width even though it's inside main */
.marquee-band {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}

/* Marquee already has overflow:hidden above; body must remain unclipped
   so position:sticky works on .story-headline and elsewhere. */

/* For non-homepage templates that DO use constrained content,
   the .ibm-page-content wrapper should still respect the 1240px wrap. */
.ibm-page-content,
.ibm-page-header {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}

/* But interior page sections that opt into full-width via group style should work */
.wp-block-group.is-style-ibm-section-light,
.wp-block-group.is-style-ibm-section-tinted,
.wp-block-group.is-style-ibm-section-dark {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.wp-block-group.is-style-ibm-section-light > *,
.wp-block-group.is-style-ibm-section-tinted > *,
.wp-block-group.is-style-ibm-section-dark > * {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}


/* ════════════════════════════════════════════════════════════
   8. INTERIOR PAGE TEMPLATES — services, services-index, case studies
   ════════════════════════════════════════════════════════════ */

/* ── Compact CTA (replaces big CTA on interior pages) ────── */
.cta-compact {
  background: var(--ink);
  color: var(--bg);
  padding: 56px 0;
  position: relative;
  z-index: 2;
}
.cta-compact-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
}
.cta-compact-mark {
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--orange-bright);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cta-compact-title {
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  color: var(--bg);
  letter-spacing: 0.005em;
  margin: 0;
}
.cta-compact-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 780px) {
  .cta-compact-inner { grid-template-columns: 1fr; gap: 28px; }
  .cta-compact-actions { justify-content: flex-start; }
}

/* ── INDIVIDUAL SERVICE PAGE ────────────────────────────── */
.svc-hero {
  padding: 90px 0 60px;
  position: relative;
}
.svc-hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: center;
}
.svc-hero-title {
  font-family: var(--display);
  font-size: clamp(48px, 6vw, 88px);
  line-height: 0.94;
  letter-spacing: 0.005em;
  color: var(--ink);
  margin: 16px 0 24px;
}
.svc-hero-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  color: var(--orange);
  letter-spacing: -0.01em;
}
.svc-hero-sub {
  font-size: 20px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 560px;
  margin-bottom: 36px;
}
.svc-hero-benefits {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.svc-hero-benefits li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  color: var(--ink);
  font-weight: 500;
}
.svc-hero-benefits li svg {
  width: 22px;
  height: 22px;
  color: var(--orange);
  flex-shrink: 0;
}
.svc-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.svc-hero-aside { display: flex; justify-content: center; }
.svc-hero-stat-card {
  background: var(--ink);
  color: var(--bg);
  padding: 56px 44px;
  border-radius: 4px;
  width: 100%;
  max-width: 380px;
  position: relative;
  overflow: hidden;
}
.svc-hero-stat-card::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(176,59,23,0.25) 0%, transparent 70%);
  pointer-events: none;
}
.svc-hero-stat-num {
  font-family: var(--display);
  font-size: 96px;
  line-height: 0.9;
  color: var(--orange-bright);
  margin-bottom: 16px;
  position: relative;
}
.svc-hero-stat-label {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(229,230,227,0.78);
  position: relative;
}
@media (max-width: 880px) {
  .svc-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .svc-hero-aside { order: 2; }
}

/* Trust strip */
.svc-trust {
  background: var(--bg);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 28px 0;
}
.svc-trust-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.svc-trust-item {
  font-family: var(--body);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--smoke);
}
.svc-trust-dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--orange);
}
@media (max-width: 780px) {
  .svc-trust-dot { display: none; }
}

/* Section title (shared across svc sections) */
.svc-section-title {
  font-family: var(--display);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.94;
  letter-spacing: 0.005em;
  color: var(--ink);
  margin: 14px 0 0;
}
.svc-section-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  color: var(--orange);
  letter-spacing: -0.01em;
}
.svc-section-head {
  text-align: center;
  margin-bottom: 40px;
}
.svc-section-head .eyebrow { justify-content: center; }
.svc-section-head .svc-section-title { margin-top: 14px; }

/* WHY THIS MATTERS */
.svc-why { padding: 70px 0; background: var(--bg); }
.svc-why-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.svc-why-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.svc-why-body p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
}
@media (max-width: 880px) {
  .svc-why-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* Free-edit content area */
.svc-content {
  padding: 40px 32px;
  max-width: 880px;
  margin: 0 auto;
}
.svc-content > * + * { margin-top: 24px; }
.svc-content:empty { display: none; padding: 0; }

/* WHAT'S INCLUDED */
.svc-included { padding: 70px 0; background: var(--bg); }
.svc-included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}
.svc-included-card {
  background: var(--bg);
  padding: 44px 36px;
  transition: background 0.3s;
}
.svc-included-card:hover { background: var(--bg-3); }
.svc-included-title {
  font-family: var(--display);
  font-size: 26px;
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}
.svc-included-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
}
@media (max-width: 980px) { .svc-included-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .svc-included-grid { grid-template-columns: 1fr; } }

/* HOW IT WORKS */
.svc-how { padding: 70px 0; background: var(--ink); color: var(--bg); }
.svc-how .eyebrow { color: var(--orange-bright); }
.svc-how .eyebrow::before { background: var(--orange-bright); }
.svc-how .svc-section-title { color: var(--bg); }
.svc-how .svc-section-title em { color: var(--orange-bright); }
.svc-how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.svc-how-step {
  position: relative;
  padding-top: 28px;
  border-top: 2px solid rgba(229,230,227,0.15);
}
.svc-how-step::before {
  content: '';
  position: absolute;
  top: -2px; left: 0;
  width: 32px; height: 2px;
  background: var(--orange);
}
.svc-how-num {
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.22em;
  color: var(--orange-bright);
  margin-bottom: 18px;
}
.svc-how-title {
  font-family: var(--display);
  font-size: 28px;
  line-height: 1.05;
  color: var(--bg);
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}
.svc-how-desc {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(229,230,227,0.78);
}
@media (max-width: 980px) { .svc-how-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .svc-how-grid { grid-template-columns: 1fr; } }

/* PROOF — case study callout */
.svc-proof { padding: 70px 0; background: var(--bg); }
.svc-proof-inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: center;
  background: var(--bg);
  border: 1px solid var(--rule);
  padding: 64px;
}
.svc-proof-stat { text-align: center; }
.svc-proof-num {
  font-family: var(--display);
  font-size: clamp(72px, 9vw, 132px);
  line-height: 0.9;
  color: var(--orange);
  margin-bottom: 14px;
}
.svc-proof-label {
  font-family: var(--body);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-soft);
  line-height: 1.5;
}
.svc-proof-mark { color: var(--orange); margin-bottom: 20px; }
.svc-proof-quote-text {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: var(--ink);
  margin-bottom: 18px;
}
.svc-proof-quote-attr {
  font-size: 14px;
  color: var(--ink-mute);
  margin-bottom: 24px;
}
.svc-proof-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 600;
  color: var(--orange);
  letter-spacing: 0.04em;
  transition: gap 0.2s;
}
.svc-proof-link:hover { gap: 14px; color: var(--orange-deep); }
@media (max-width: 880px) {
  .svc-proof-inner { grid-template-columns: 1fr; gap: 40px; padding: 40px 32px; }
}

/* FAQ on service pages */
.svc-faq { padding: 70px 0; background: var(--bg); }

/* ── /SERVICES/ INDEX PAGE ──────────────────────────────── */
.svcidx-hero {
  padding: 90px 0 60px;
  background: var(--bg);
}
.svcidx-hero-inner {
  max-width: 920px;
}
.svcidx-hero-title {
  font-family: var(--display);
  font-size: clamp(56px, 7vw, 96px);
  line-height: 0.94;
  letter-spacing: 0.005em;
  color: var(--ink);
  margin: 18px 0 28px;
}
.svcidx-hero-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  color: var(--orange);
  letter-spacing: -0.01em;
}
.svcidx-hero-sub {
  font-size: 19px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 720px;
}

.svcidx-grid-wrap { padding: 60px 0 90px; background: var(--bg); }
.svcidx-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.svcidx-card {
  display: block;
  background: var(--bg-3);
  border: 1px solid var(--rule);
  padding: 44px 40px 40px;
  color: var(--ink);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s, border-color 0.4s, background 0.4s;
}
.svcidx-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 0;
  background: var(--orange);
  transition: height 0.5s;
}
.svcidx-card:hover {
  transform: translateY(-4px);
  border-color: var(--orange);
  background: var(--bg);
}
.svcidx-card:hover::before { height: 100%; }
.svcidx-card-header {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 18px;
}
.svcidx-card-num {
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.22em;
  color: var(--orange);
}
.svcidx-card-title {
  font-family: var(--display);
  font-size: clamp(32px, 3.6vw, 44px);
  line-height: 1;
  color: var(--ink);
  letter-spacing: 0.01em;
  margin: 0;
}
.svcidx-card-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  color: var(--orange);
  letter-spacing: -0.01em;
}
.svcidx-card-desc {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin-bottom: 24px;
}
.svcidx-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.svcidx-card-list li {
  font-size: 14px;
  color: var(--ink-soft);
  padding-left: 18px;
  position: relative;
}
.svcidx-card-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 8px; height: 8px;
  background: var(--orange);
  transform: rotate(45deg);
}
.svcidx-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--orange);
  padding-top: 24px;
  border-top: 1px solid var(--rule);
  width: 100%;
  transition: gap 0.2s;
}
.svcidx-card:hover .svcidx-card-link { gap: 14px; }
@media (max-width: 880px) { .svcidx-grid { grid-template-columns: 1fr; } }

.svcidx-approach { padding: 90px 0; background: var(--bg); }
.svcidx-approach-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.svcidx-approach-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.svcidx-approach-body p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
}
@media (max-width: 880px) {
  .svcidx-approach-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ── CASE STUDY SINGLE TEMPLATE ─────────────────────────── */
.cs-hero {
  padding: 130px 0 0;
  background: var(--bg);
}
.cs-hero-inner { padding: 0; }
.cs-head {
  padding-top: 24px;
  padding-bottom: 60px;
}
.cs-title {
  font-family: var(--display);
  font-size: clamp(48px, 6.5vw, 88px);
  line-height: 0.94;
  letter-spacing: 0.005em;
  color: var(--ink);
  margin: 0 0 28px;
  max-width: 1000px;
}
.cs-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.cs-meta-pill {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  padding: 8px 16px;
  border: 1px solid var(--orange);
  border-radius: 2px;
}
.cs-meta-pill a { color: inherit; text-decoration: none; }
.cs-meta-date {
  font-family: var(--body);
  font-size: 13px;
  color: var(--ink-mute);
  letter-spacing: 0.04em;
}
.cs-feature {
  margin-top: 0;
}
.cs-feature img {
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: cover;
  display: block;
}

.cs-content {
  padding: 70px 32px 90px;
}
.cs-content > * + * { margin-top: 24px; }
.cs-content p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--ink-soft);
}
.cs-content h2 {
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  color: var(--ink);
  margin-top: 64px;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}
.cs-content h3 {
  font-family: var(--display);
  font-size: 26px;
  color: var(--ink);
  margin-top: 48px;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
}

/* Results-at-a-glance pattern */
.cs-results {
  background: var(--ink);
  color: var(--bg);
  padding: 56px 48px;
  margin: 56px 0;
  border-radius: 4px;
}
.cs-results-title {
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange-bright);
  margin-bottom: 36px;
}
.cs-results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.cs-results-stat { padding: 0; }
.cs-results-num {
  font-family: var(--display);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.9;
  color: var(--orange-bright);
  margin-bottom: 12px;
}
.cs-results-label {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(229,230,227,0.78);
  letter-spacing: 0.02em;
}
@media (max-width: 880px) { .cs-results-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
@media (max-width: 480px) { .cs-results-grid { grid-template-columns: 1fr; } .cs-results { padding: 40px 28px; } }


/* Per-page CTA toggle (set in editor sidebar) */
body.ibm-no-cta .cta-compact,
body.ibm-no-cta .cta { display: none !important; }

/* Make sure interior page header titles + ledes left-align consistently */
.ibm-page-header > * {
  max-width: 100% !important;
}
.ibm-page-header .wp-block-heading,
.ibm-page-header > .ibm-page-header-title,
.ibm-page-header > .eyebrow {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ibm-page-header .ibm-page-header-lede {
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* Collapse vertical space when two same-background light sections sit adjacent.
   The light sections are: svc-why, svc-included, svc-proof, svc-faq, svc-content.
   When two of these touch, halve the seam by removing top padding from the second. */
.svc-why + .svc-included,
.svc-why + .svc-proof,
.svc-why + .svc-faq,
.svc-content + .svc-included,
.svc-content + .svc-proof,
.svc-content + .svc-faq,
.svc-included + .svc-proof,
.svc-included + .svc-faq,
.svc-proof + .svc-faq,
.svc-faq + .svc-proof,
.svc-faq + .svc-included {
  padding-top: 0;
}

/* Same idea for service pages followed by the compact CTA. */
.svc-faq + .cta-compact,
.svc-proof + .cta-compact,
.svc-included + .cta-compact { margin-top: 0; }

/* ── NAV full-width fix for interior pages ──────────────────── *
 * Block themes can apply horizontal padding/margin to .site-main
 * via the constrained layout system, which makes the page body
 * narrower than the fixed nav. Force everything full-width.
 */
.site-main,
.wp-block-group.site-main {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Strip WordPress constrained-layout inline padding from the main wrapper */
:root {
  --wp--style--root--padding-left: 0px !important;
  --wp--style--root--padding-right: 0px !important;
}

/* ═══════════════════════════════════════════════════
   CLASSIC THEME OVERRIDES
   ═══════════════════════════════════════════════════ */

/* Clear fixed nav on all pages — classic theme handles this simply */
body {
  padding-top: calc(76px + 37px);
}
.admin-bar body,
body.admin-bar {
  padding-top: calc(76px + 32px);
}
@media (max-width: 782px) {
  .admin-bar body,
  body.admin-bar {
    padding-top: calc(76px + 46px);
  }
}

/* No block-group wrappers in classic theme — reset constraints */
.site-main {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* Generic interior page content area */
.ibm-page-content {
  padding: 60px 32px 90px;
}
.ibm-page-content > * + * { margin-top: 20px; }

/* ════════════════════════════════════════════════════════════
   APPLY PAGE
   ════════════════════════════════════════════════════════════ */

.apply-hero { padding: 100px 0 60px; }
.apply-hero-inner { max-width: 760px; }
.apply-title {
  font-family: var(--display);
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.95;
  color: var(--ink);
  margin: 16px 0 24px;
  letter-spacing: 0.005em;
}
.apply-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  color: var(--orange);
}
.apply-sub {
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 600px;
}
.apply-body { padding: 0 0 90px; }
.apply-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 900px) { .apply-grid { grid-template-columns: 1fr; } }
.apply-form-wrap {
  background: var(--bg-3);
  border: 1px solid var(--rule);
  padding: 48px 44px;
}
.apply-form-title {
  font-family: var(--display);
  font-size: 32px;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}
.apply-form-sub {
  font-size: 14px;
  color: var(--ink-mute);
  margin-bottom: 32px;
  line-height: 1.6;
}
.apply-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.apply-field label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.apply-field input,
.apply-field select,
.apply-field textarea {
  background: var(--bg);
  border: 1px solid var(--rule-strong);
  padding: 12px 14px;
  font-family: var(--body);
  font-size: 15px;
  color: var(--ink);
  border-radius: 2px;
  transition: border-color 0.2s;
  width: 100%;
}
.apply-field input:focus,
.apply-field select:focus,
.apply-field textarea:focus {
  outline: none;
  border-color: var(--orange);
}
.apply-submit { margin-top: 12px; }
.apply-disclaimer {
  font-size: 12px;
  color: var(--ink-mute);
  line-height: 1.5;
  margin-top: 16px;
}
.apply-sidebar { display: flex; flex-direction: column; gap: 24px; }
.apply-sidebar-card {
  background: var(--bg-3);
  border: 1px solid var(--rule);
  padding: 36px 32px;
}
.apply-sidebar-card--dark {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--bg);
}
.apply-sidebar-title {
  font-family: var(--display);
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
.apply-steps { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.apply-steps li { display: flex; gap: 16px; align-items: flex-start; }
.apply-step-num {
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--orange);
  flex-shrink: 0;
  padding-top: 2px;
}
.apply-steps strong { font-size: 14px; font-weight: 600; color: var(--ink); display: block; margin-bottom: 4px; }
.apply-steps p { font-size: 13px; color: var(--ink-soft); line-height: 1.5; margin: 0; }
.apply-sidebar-stat {
  font-family: var(--display);
  font-size: 72px;
  line-height: 0.9;
  color: var(--orange-bright);
  margin-bottom: 12px;
}
.apply-sidebar-stat-label { font-size: 14px; color: rgba(229,230,227,0.8); line-height: 1.5; margin-bottom: 20px; }
.apply-sidebar-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--orange-bright);
  letter-spacing: 0.04em;
}
.apply-who-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.apply-who-list li {
  font-size: 14px;
  color: var(--ink-soft);
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}
.apply-who-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 6px; height: 6px;
  background: var(--orange);
  transform: rotate(45deg);
}

/* ════════════════════════════════════════════════════════════
   MARKET CHECK PAGE
   ════════════════════════════════════════════════════════════ */

.mktchk-hero { padding: 100px 0 60px; }
.mktchk-hero-inner { max-width: 720px; }
.mktchk-title {
  font-family: var(--display);
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.95;
  color: var(--ink);
  margin: 16px 0 24px;
  letter-spacing: 0.005em;
}
.mktchk-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  color: var(--orange);
}
.mktchk-sub { font-size: 18px; line-height: 1.65; color: var(--ink-soft); max-width: 560px; }
.mktchk-body { padding: 0 0 90px; }
.mktchk-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 900px) { .mktchk-grid { grid-template-columns: 1fr; } }
.mktchk-form-wrap {
  background: var(--bg-3);
  border: 1px solid var(--rule);
  padding: 48px 44px;
}
.mktchk-form-title {
  font-family: var(--display);
  font-size: 28px;
  color: var(--ink);
  margin-bottom: 28px;
  letter-spacing: 0.01em;
}
.mktchk-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.mktchk-field label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.mktchk-field input,
.mktchk-field select {
  background: var(--bg);
  border: 1px solid var(--rule-strong);
  padding: 12px 14px;
  font-family: var(--body);
  font-size: 15px;
  color: var(--ink);
  border-radius: 2px;
  width: 100%;
}
.mktchk-field input:focus,
.mktchk-field select:focus { outline: none; border-color: var(--orange); }
.mktchk-btn { margin-top: 8px; }
.mktchk-result {
  margin-top: 32px;
  padding: 32px;
  border-radius: 2px;
}
.mktchk-result--open { background: rgba(176,59,23,0.06); border: 1px solid var(--orange); }
.mktchk-result--taken { background: var(--bg); border: 1px solid var(--rule-strong); }
.mktchk-result h3 { font-family: var(--display); font-size: 26px; color: var(--ink); margin: 12px 0 10px; }
.mktchk-result p { font-size: 14px; line-height: 1.6; color: var(--ink-soft); margin-bottom: 16px; }
.mktchk-result-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700;
}
.mktchk-result-icon--open { background: var(--orange); color: white; }
.mktchk-result-icon--taken { background: var(--rule-strong); color: var(--ink); }
.mktchk-field--inline { flex-direction: row; gap: 10px; }
.mktchk-field--inline input { flex: 1; }
.mktchk-sidebar { display: flex; flex-direction: column; gap: 24px; }
.mktchk-sidebar-card {
  background: var(--bg-3);
  border: 1px solid var(--rule);
  padding: 36px 32px;
}
.mktchk-sidebar-card--dark {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.mktchk-sidebar-card h3 {
  font-family: var(--display);
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}
.mktchk-sidebar-card--dark h3 { color: var(--bg); }
.mktchk-sidebar-card p { font-size: 14px; line-height: 1.65; color: var(--ink-soft); margin-bottom: 14px; }
.mktchk-sidebar-card--dark p { color: rgba(229,230,227,0.78); }
.mktchk-open-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange-bright);
  margin-bottom: 14px;
}
.mktchk-market-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.mktchk-market-list li {
  font-size: 14px;
  color: rgba(229,230,227,0.78);
  padding-left: 14px;
  position: relative;
}
.mktchk-market-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 5px; height: 5px;
  background: var(--orange-bright);
  border-radius: 50%;
}
.mktchk-market-note { font-size: 12px; color: rgba(229,230,227,0.5); margin: 0; }

/* HAMBURGER */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 1px;
}
@media (max-width: 980px) {
  .nav-cta { display: flex; }
  .nav-phone { display: inline-flex; }
  .nav-phone-text { display: none; }
}
.ibm-launch-banner { background: #131d2d; text-align: center; padding: 10px 24px; position: fixed; top: 0; left: 0; right: 0; z-index: 101; }
.ibm-launch-banner__link { display: inline-flex; align-items: center; gap: 10px; font-family: var(--body); font-size: 13px; font-weight: 500; color: var(--bg); text-decoration: none; flex-wrap: nowrap; justify-content: center; white-space: nowrap; overflow: hidden; }
.ibm-launch-banner__tag { background: var(--orange); font-family: var(--display); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; padding: 3px 10px; border-radius: 2px; flex-shrink: 0; }
.ibm-launch-banner__cta { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; flex-shrink: 0; }
.nav { top: 37px; }
body { padding-top: calc(76px + 37px); }
.mobile-menu { top: calc(37px + 60px); }
@media (max-width: 1024px) { body { padding-top: calc(60px + 37px) !important; } }
@media (max-width: 600px) { .nav { top: 37px; } body { padding-top: calc(60px + 37px) !important; } 