:root {
  --ink: #202724;
  --ink-2: #2b332f;
  --lime: #b7d532;
  --lime-soft: #e5efaa;
  --cream: #f4f1e8;
  --paper: #fbfaf6;
  --muted: #717872;
  --line: rgba(32,39,36,.17);
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { width: 100%; height: 100%; object-fit: cover; display: block; }
button { font: inherit; cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -9999px; top: 16px; z-index: 100; padding: 12px 18px; background: var(--ink); color: white; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.skip-link:focus { left: 16px; }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }
a:focus:not(:focus-visible), button:focus:not(:focus-visible) { outline: none; }
.icon { width: 1.25rem; height: 1.25rem; flex-shrink: 0; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon-lg { width: 1.5rem; height: 1.5rem; }
.icon-lime { color: var(--lime); }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow.light { color: rgba(255,255,255,.57); }
.topline {
  background: var(--lime);
  color: var(--ink);
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.topline .shell { height: 32px; display: flex; align-items: center; justify-content: space-between; }
header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(251,250,246,.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 13px; line-height: .92; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid var(--ink); font-weight: 900; font-size: .78rem; }
.brand-name { font-size: .77rem; font-weight: 900; letter-spacing: .12em; }
.brand-name span { display: block; margin-top: 7px; color: var(--muted); font-size: .58rem; letter-spacing: .23em; }
.navlinks { display: flex; align-items: center; gap: 29px; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.navlinks a { position: relative; }
.navlinks a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--lime); transition: right .25s ease; }
.navlinks a:not(.nav-cta):hover::after, .navlinks a:not(.nav-cta).nav-active::after { right: 0; }
.nav-cta { padding: 13px 18px; color: white; background: var(--ink); }
.nav-cta:hover { background: var(--ink-2); }
.menu { display: none; border: 0; background: transparent; padding: 8px; position: relative; z-index: 51; width: 41px; height: 34px; }
.menu-bar { position: absolute; left: 8px; width: 25px; height: 2px; margin: 0; background: var(--ink); transform-origin: center; transition: transform .4s cubic-bezier(.4, 0, .2, 1), opacity .25s ease; }
.menu-bar:nth-child(1) { top: 8px; }
.menu-bar:nth-child(2) { top: 16px; transition: transform .35s cubic-bezier(.4, 0, .2, 1), opacity .2s ease .12s; }
.menu-bar:nth-child(3) { top: 24px; }
body.nav-open .menu-bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
body.nav-open .menu-bar:nth-child(2) { opacity: 0; transform: scaleX(0); transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .15s ease; }
body.nav-open .menu-bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.nav-backdrop { display: none; position: fixed; inset: 0; z-index: 40; background: rgba(32,39,36,.5); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; border: 0; padding: 0; cursor: pointer; }
body.nav-open .nav-backdrop { opacity: 1; visibility: visible; }
body.nav-open { overflow: hidden; }

.hero { min-height: calc(100vh - 114px); background: var(--cream); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.72fr); }
.hero-copy { position: relative; isolation: isolate; overflow: hidden; padding: clamp(76px, 9vw, 138px) clamp(36px, 7vw, 112px) 72px max(24px, calc((100vw - var(--max))/2)); display: flex; flex-direction: column; justify-content: center; }
.hero-copy::before { content: ""; position: absolute; z-index: -2; inset: -24px; background: url("../images/hero/hero-800.webp") center / cover no-repeat; filter: grayscale(100%) blur(13px); opacity: .28; transform: scale(1.08); }
.hero-copy::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(246,244,237,.97) 0%, rgba(246,244,237,.89) 58%, rgba(246,244,237,.67) 100%); }
.hero h1 { margin: 0; max-width: none; font-size: clamp(3.6rem, 6.5vw, 7rem); line-height: 1.02; letter-spacing: -.03em; font-weight: 800; text-wrap: balance; }
.hero h1 em { color: var(--lime); font-style: normal; letter-spacing: -.025em; }
.hero-intro { max-width: none; margin: 36px 0 0; color: #4e5651; font-size: clamp(1.02rem, 1.4vw, 1.24rem); }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 16px 21px; background: var(--ink); color: white; font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.button .icon { color: var(--lime); }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 540px; overflow: hidden; background: var(--ink); }
.hero-visual img { filter: grayscale(100%) contrast(1.06); opacity: .78; transform: scale(1.015); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(32,39,36,.06), rgba(32,39,36,.74)); }
.hero-note { position: absolute; z-index: 2; left: 40px; right: 40px; bottom: 38px; color: white; display: grid; grid-template-columns: 1fr; gap: 12px; align-items: end; }
.hero-note strong { max-width: none; font-size: clamp(1.25rem, 1.7vw, 1.7rem); line-height: 1.08; letter-spacing: -.03em; }
.hero-note span { font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--lime); }

.proofbar { background: var(--ink); color: white; padding: 32px 0; }
.proofgrid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.proof { min-height: 122px; padding: 28px 26px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; }
.proof .icon { color: var(--lime); flex-shrink: 0; }
.proof strong { font-size: 1.55rem; letter-spacing: -.04em; }
.proof span { color: rgba(255,255,255,.57); font-size: .7rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }

.section { padding: clamp(90px, 11vw, 160px) 0; }
.section-head { margin-bottom: 75px; }
.section-head h2 { margin: 0; max-width: none; font-size: clamp(2.7rem, 5.3vw, 5.7rem); line-height: .95; letter-spacing: -.055em; }
.section-lede { max-width: none; margin: 28px 0 0; color: #59605b; font-size: 1.12rem; }

.service-grid { border-top: 1px solid var(--line); }
.service {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 224px;
  gap: 32px 40px;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
  transition: background .25s ease, padding .25s ease;
}
@media (hover: hover) { .service:hover { background: var(--cream); padding-left: 20px; padding-right: 20px; } }
.service-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: center;
}
.service-icon { color: var(--lime); display: flex; align-items: center; justify-content: center; }
.service .num { color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .12em; line-height: 1; }
.service-body {
  display: grid;
  grid-template-columns: minmax(200px, .42fr) minmax(260px, 1fr);
  gap: 20px 48px;
  align-items: center;
  min-width: 0;
}
.service-body h3 { margin: 0; font-size: clamp(1.5rem, 2.3vw, 2.35rem); line-height: 1.05; letter-spacing: -.04em; }
.service-body p { margin: 0; color: #5c645e; line-height: 1.55; }
.service-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 16px; background: var(--ink); color: white; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; flex-shrink: 0; }
.service-cta .icon { color: var(--lime); width: 1rem; height: 1rem; }
.service:hover .service-cta { background: var(--ink-2); }

.difference { background: var(--lime); padding: clamp(80px, 10vw, 135px) 0; }
.difference .section-head { margin-bottom: 0; }
.difference h2 { font-size: clamp(3rem, 6vw, 6.2rem); line-height: .91; letter-spacing: -.06em; }
.difference .section-lede { color: #3d4440; }
.difference .text-link { margin-top: 28px; }

.process { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step { min-height: 260px; padding: 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-start; }
.step:first-child { border-left: 1px solid var(--line); }
.step-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 48px; }
.step-icon { color: var(--lime); flex-shrink: 0; }
.step .num { color: var(--muted); font-size: .72rem; font-weight: 850; line-height: 1; }
.step h3 { margin: 0 0 12px; font-size: 1.4rem; letter-spacing: -.03em; }
.step p { margin: 0; color: #616862; font-size: .9rem; }

.work { background: var(--ink); color: white; }
.work .section-lede { color: rgba(255,255,255,.62); }
.work-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 290px 290px; gap: 16px; }
.work-card { position: relative; overflow: hidden; background: var(--ink-2); }
.work-card:first-child { grid-row: 1 / 3; }
.work-card img { filter: grayscale(100%); opacity: .75; transition: transform .6s ease, filter .4s ease; }
@media (hover: hover) { .work-card:hover img { transform: scale(1.035); filter: grayscale(0%); opacity: 1; } }
@media (hover: none) { .work-card img { filter: none; opacity: 1; } }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(20,25,23,.9)); }
.work-label { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; }
.work-label span { color: var(--lime); font-size: .66rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.work-label h3 { margin: 5px 0 0; font-size: clamp(1.45rem, 2.8vw, 2.75rem); line-height: 1; letter-spacing: -.04em; }
.project-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.15);
  border-left: 1px solid rgba(255,255,255,.15);
}
.project {
  padding: 28px 24px;
  border-right: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
}
.project strong { display: block; font-size: .95rem; line-height: 1.3; min-height: 2.6em; }
.project span { display: block; margin-top: auto; padding-top: 12px; color: rgba(255,255,255,.48); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.markets-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.market { min-height: 170px; padding: 27px; background: var(--cream); display: flex; flex-direction: column; gap: 14px; border-top: 3px solid transparent; transition: transform .2s ease, border-color .2s ease; }
@media (hover: hover) { .market:hover { transform: translateY(-4px); border-color: var(--lime); } }
.market-head { display: flex; align-items: center; gap: 12px; min-height: 1.5rem; }
.market .icon { color: var(--lime); flex-shrink: 0; }
.market span { color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .1em; line-height: 1; }
.market h3 { margin: 0; font-size: 1.3rem; letter-spacing: -.03em; line-height: 1.15; }
.market-desc { margin: 0; color: #5c645e; font-size: .88rem; line-height: 1.45; }

.relationships { padding: clamp(78px, 9vw, 120px) 0; background: var(--cream); }
.relationships-head { margin-bottom: 52px; }
.relationships-head h2 { font-size: clamp(2.6rem, 4.8vw, 5.1rem); line-height: .96; letter-spacing: -.055em; }
.logo-group + .logo-group { margin-top: 52px; }
.logo-group-title { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; color: var(--muted); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.logo-group-title::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.logo-link { position: relative; z-index: 0; min-height: 132px; padding: 25px; display: flex; align-items: center; justify-content: center; background: var(--paper); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, box-shadow .2s ease; }
.logo-link img { width: 100%; height: 68px; object-fit: contain; filter: grayscale(100%); opacity: .76; transition: filter .25s ease, opacity .25s ease; }
@media (hover: hover) {
  .logo-link:hover { z-index: 1; background: white; box-shadow: inset 0 0 0 1px var(--lime); }
  .logo-link:hover img { filter: grayscale(0%); opacity: 1; }
}
.association-mark { text-align: center; line-height: 1; min-height: 68px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8px; }
.association-mark strong { display: block; font-size: clamp(1.5rem, 2.6vw, 2.25rem); letter-spacing: -.045em; }
.association-mark span { display: block; margin-top: 10px; color: var(--muted); font-size: .58rem; font-weight: 800; line-height: 1.25; letter-spacing: .1em; text-transform: uppercase; }

.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 64px; align-items: start; }
.faq-layout .section-head { margin-bottom: 0; position: sticky; top: 130px; }
.faq-layout .section-head h2 { font-size: clamp(2.4rem, 3.8vw, 4rem); }
.faq-layout .faq-list { counter-reset: faq; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question {
  --faq-fs: clamp(1.05rem, 1.6vw, 1.25rem);
  --faq-line: calc(var(--faq-fs) * 1.3);
  display: flex;
  align-items: flex-start;
  column-gap: 16px;
  padding: 24px 0;
  font-size: var(--faq-fs);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after {
  content: "+";
  flex: none;
  width: 1em;
  margin-left: auto;
  text-align: center;
  color: var(--lime);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: var(--faq-line);
  transition: transform .2s ease;
}
.faq-item[open] .faq-question::after { transform: rotate(45deg); }
.faq-layout .faq-question::before {
  counter-increment: faq;
  content: counter(faq, decimal-leading-zero);
  flex: none;
  width: 36px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: var(--faq-line);
}
.faq-layout .faq-answer { padding-left: 52px; }
.faq-answer { padding: 0 0 24px; }
.faq-answer p { margin: 0; color: #59605b; font-size: 1rem; line-height: 1.6; }

.client-portal { padding: 38px 0; color: white; background: var(--ink); }
.client-portal .shell { display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: center; }
.client-portal-copy { display: grid; grid-template-columns: minmax(180px,.55fr) minmax(280px,1.45fr); gap: 42px; align-items: center; }
.client-portal .eyebrow { margin: 0; color: var(--lime); }
.client-portal p:last-child { margin: 0; max-width: none; color: rgba(255,255,255,.65); }
.portal-button { white-space: nowrap; background: var(--lime); color: var(--ink); }
.portal-button .icon { color: var(--ink); }
.portal-button:hover { background: var(--lime-soft); }

.closing { background: var(--cream); padding: clamp(85px, 11vw, 150px) 0; }
.closing .section-head { margin-bottom: 0; }
.closing h2 { font-size: clamp(3.4rem, 7vw, 7rem); line-height: 1.02; letter-spacing: -.03em; }
.closing h2 span { color: var(--lime); letter-spacing: -.025em; }
.closing .closing-actions { margin-top: 28px; }
footer { padding: 48px 0 30px; background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1.3fr 1fr; gap: 48px; align-items: start; }
.footer-brand p { margin: 14px 0 0; color: rgba(255,255,255,.55); font-size: .85rem; line-height: 1.5; text-transform: none; letter-spacing: 0; }
.footer-brand .brand { color: white; }
.footer-brand .brand-mark { border-color: white; color: white; }
.footer-brand .brand-name { color: white; }
.footer-brand .brand-name span { color: rgba(255,255,255,.5); }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.footer-group { display: flex; flex-direction: column; gap: 12px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-group-title { margin: 0 0 4px; color: var(--lime); font-size: .66rem; font-weight: 850; letter-spacing: .13em; }
.footer-group a { color: rgba(255,255,255,.7); }
.footer-group a:hover { color: var(--lime); }
.footer-contact { display: flex; flex-direction: column; gap: 14px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 10px; color: var(--lime); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: none; }
.footer-contact .icon { color: var(--lime); }
.footer-bottom { margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); text-align: center; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.45); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom-secondary::before { content: " · "; }
.mobile-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 35; background: var(--ink); border-top: 1px solid rgba(255,255,255,.13); grid-template-columns: 1fr 1fr; }
body.nav-open .mobile-cta { display: none !important; }
.mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 16px; color: white; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.mobile-cta a + a { border-left: 1px solid rgba(255,255,255,.13); }
.mobile-cta .icon { color: var(--lime); width: 1.1rem; height: 1.1rem; }

@media (max-width: 980px) {
  .navlinks {
    position: absolute; top: 100%; left: 0; right: 0; width: auto; height: 100dvh; z-index: 50;
    padding: 32px 24px 120px; background: var(--paper);
    flex-direction: column; align-items: stretch; gap: 0;
    opacity: 0; transform: translateY(-8px); visibility: hidden;
    transition: opacity .25s ease, transform .25s ease, visibility .25s; display: flex;
  }
  body.nav-open .navlinks { opacity: 1; transform: none; visibility: visible; }
  .navlinks a:not(.nav-cta) { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .navlinks a:not(.nav-cta)::after { display: none; }
  .navlinks .nav-cta { width: 100%; text-align: center; margin-top: 24px; }
  .menu { display: block; }
  .mobile-cta.visible { display: grid; }
  body.mobile-cta-visible footer { padding-bottom: 86px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-left: max(24px, calc((100vw - var(--max))/2)); }
  .hero-visual { min-height: 530px; }
  .client-portal-copy { grid-template-columns: 1fr; gap: 12px; }
  .faq-layout { grid-template-columns: 1fr; gap: 0; }
  .faq-layout .section-head { position: static; margin-bottom: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-contact { grid-column: 1 / -1; }
  .service { grid-template-columns: 56px 1fr; grid-template-rows: auto auto; gap: 16px 24px; align-items: center; }
  .service-meta { grid-row: 1 / 3; align-self: center; }
  .service-body { grid-column: 2; grid-template-columns: 1fr; gap: 12px; align-items: start; }
  .service-cta { grid-column: 2; justify-self: start; }
  .proofgrid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(3), .step:nth-child(4) { border-top: 1px solid var(--line); }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 440px 300px; }
  .work-card:first-child { grid-column: 1 / 3; grid-row: auto; }
  .project-list { grid-template-columns: repeat(2, 1fr); }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .topline .shell { justify-content: center; }
  .topline .shell span:first-child { display: none; }
  .nav { height: 72px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-contact { grid-column: auto; }
  .footer-nav { gap: 24px; }
  .footer-bottom-secondary { display: block; margin-top: 6px; }
  .footer-bottom-secondary::before { content: none; }
  .hero { min-height: auto; }
  .hero-copy { padding: 78px 18px 64px 16px; }
  .hero h1 { font-size: clamp(2.75rem, 10vw, 4rem); line-height: 1.06; letter-spacing: -.025em; max-width: none; }
  .hero-visual { min-height: 440px; }
  .hero-note { left: 22px; right: 22px; bottom: 24px; grid-template-columns: 1fr; gap: 12px; }
  .proofbar { padding: 40px 0; }
  .proofgrid { grid-template-columns: 1fr 1fr; }
  .proof { min-height: 105px; padding: 21px 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: center; padding: 10px 0 4px; }
  .proof strong { font-size: 1.25rem; }
  .section { padding: 88px 0; }
  .section-head { margin-bottom: 50px; }
  .faq-layout .faq-question::before { width: 24px; }
  .faq-layout .faq-answer { padding-left: 40px; }
  .service { grid-template-columns: 48px 1fr; gap: 12px 16px; padding: 29px 0; }
  .service-meta { gap: 6px; }
  .service-body h3 { font-size: 1.6rem; }
  .service-body p { font-size: .92rem; }
  .process-grid { grid-template-columns: 1fr; }
  .step { min-height: 210px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .step:first-child { border-top: 0; }
  .work-grid { grid-template-columns: 1fr; grid-template-rows: 420px 260px 260px; }
  .work-card:first-child { grid-column: auto; }
  .project-list { grid-template-columns: 1fr; }
  .project { padding: 24px 20px; min-height: 0; }
  .project strong { min-height: 0; }
  .markets-grid { grid-template-columns: 1fr; }
  .market { min-height: 135px; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-link { min-height: 112px; padding: 18px; }
  .logo-link img { height: 54px; }
  .client-portal .shell { grid-template-columns: 1fr; gap: 25px; }
  .portal-button { width: 100%; }
  footer .shell { align-items: flex-start; flex-direction: column; }
}
.page-hero { padding: clamp(60px, 8vw, 100px) 0 clamp(48px, 6vw, 72px); background: var(--cream); }
.page-hero h1 { margin: 0; max-width: none; font-size: clamp(2.4rem, 4.5vw, 4.2rem); line-height: 1.05; letter-spacing: -.03em; font-weight: 800; text-wrap: balance; }
.page-hero .hero-intro { max-width: none; margin: 24px 0 0; color: #4e5651; font-size: clamp(1rem, 1.3vw, 1.15rem); }
.page-content { padding: clamp(48px, 6vw, 80px) 0; }
.page-content .content-block + .content-block { margin-top: clamp(40px, 5vw, 64px); }
.breadcrumb { padding: 18px 0; }
.breadcrumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; color: var(--line); }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb [aria-current="page"] { color: var(--ink); }
.content-block h2 { margin: 0 0 18px; font-size: clamp(1.5rem, 2.5vw, 2rem); line-height: 1.1; letter-spacing: -.03em; }
.content-block p { margin: 0 0 16px; color: #59605b; font-size: 1.05rem; line-height: 1.6; }
.content-block p:last-child { margin-bottom: 0; }
.content-block ul { margin: 0; padding: 0 0 0 1.2em; color: #59605b; font-size: 1.05rem; line-height: 1.6; }
.content-block li + li { margin-top: 8px; }
.content-block :is(p:not(.eyebrow), ul, ol) + h2 { margin-top: clamp(32px, 4vw, 48px); }
.content-block :is(ul, ol) + p { margin-top: 16px; }
.content-block .text-link { margin-top: 20px; }
.related-section { padding: clamp(48px, 6vw, 80px) 0; background: var(--paper); }
.page-content + .related-section { padding-top: 0; }
.related-section h2 { margin: 0 0 24px; font-size: clamp(1.3rem, 2vw, 1.6rem); letter-spacing: -.02em; }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-links a { padding: 24px; background: var(--cream); border-top: 3px solid transparent; display: flex; flex-direction: column; gap: 8px; transition: border-color .2s ease, transform .2s ease; }
@media (hover: hover) { .related-links a:hover { border-color: var(--lime); transform: translateY(-3px); } }
.related-links strong { font-size: 1.1rem; letter-spacing: -.02em; }
.related-links span { color: var(--muted); font-size: .85rem; line-height: 1.4; }
.related-reading { grid-template-columns: repeat(2, 1fr); margin-top: 20px; }
.nap-block { padding: 32px; background: var(--cream); display: flex; flex-direction: column; gap: 14px; max-width: 400px; }
.nap-block a { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 700; }
.nap-block a .icon { color: var(--lime); }
.nap-block p { margin: 0; color: var(--muted); font-size: .9rem; }
.houston-services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.houston-services a { padding: 24px; background: var(--cream); display: flex; flex-direction: column; gap: 8px; border-top: 3px solid transparent; transition: border-color .2s ease; }
@media (hover: hover) { .houston-services a:hover { border-color: var(--lime); } }
.houston-services strong { font-size: 1.1rem; }
.houston-services span { color: var(--muted); font-size: .88rem; line-height: 1.4; }
.project-inline { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 20px; }
.project-inline div { padding: 20px; background: var(--cream); }
.project-inline strong { display: block; font-size: .95rem; margin-bottom: 6px; }
.project-inline span { color: var(--muted); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
@media (max-width: 980px) {
  .related-links { grid-template-columns: 1fr; }
  .houston-services { grid-template-columns: 1fr; }
  .project-inline { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .page-hero { padding: 48px 0 36px; }
  .page-hero h1 { font-size: clamp(2rem, 8vw, 2.75rem); }
}

.article-row .service-body { grid-template-columns: 1fr; gap: 10px; }
.article-row .service-body h3 { font-size: clamp(1.35rem, 1.9vw, 1.8rem); }
.service-meta time.num { display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; text-transform: none; letter-spacing: .04em; line-height: 1; white-space: nowrap; }
.page-hero .article-byline { margin-top: 24px; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.page-hero .article-byline time { font-weight: inherit; }
.content-block .eyebrow + .text-link { margin-top: 0; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
