:root {
  --ink: #14211d;
  --ink-soft: #46524d;
  --paper: #f1eee5;
  --paper-bright: #faf8f2;
  --fern: #21483b;
  --fern-light: #8baa91;
  --clay: #db6d4a;
  --lime: #c8d998;
  --line: rgba(20, 33, 29, 0.16);
  --white-line: rgba(255, 255, 255, 0.18);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --page: min(1220px, calc(100vw - 80px));
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { max-width: 100%; }
::selection { color: var(--ink); background: var(--lime); }

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--paper-bright);
  transform: translateY(-200%);
  transition: transform 180ms ease;
}
.skip-link:focus { transform: translateY(0); }
.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;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  padding: 0 max(40px, calc((100vw - 1220px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 250ms ease, height 250ms ease, border-color 250ms ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  height: 72px;
  background: rgba(241, 238, 229, 0.92);
  border-color: var(--line);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 600; letter-spacing: -0.02em; }
.brand-mark {
  width: 42px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper-bright);
  font-size: 12px;
  letter-spacing: 0.05em;
}
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 500; }
.site-nav a { position: relative; }
.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms ease;
}
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 10px 18px; color: var(--paper-bright); background: var(--ink); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero {
  position: relative;
  min-height: 820px;
  height: 100svh;
  max-height: 980px;
  padding: 150px max(40px, calc((100vw - 1220px) / 2)) 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(380px, 0.75fr);
  align-items: center;
  gap: 70px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.36;
  background-image: linear-gradient(rgba(20,33,29,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(20,33,29,.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, black, transparent 62%);
}
.hero-copy { position: relative; z-index: 2; max-width: 800px; }
.eyebrow {
  margin: 0 0 25px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 600;
}
.eyebrow span { color: var(--clay); margin: 0 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.04em; }
h1 {
  margin-bottom: 30px;
  font-size: clamp(4rem, 6.2vw, 6.5rem);
  line-height: 0.94;
  text-wrap: balance;
}
h1 em, h2 em { color: var(--clay); font-weight: 400; }
.hero-intro { max-width: 650px; margin-bottom: 34px; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: transform 200ms ease, background 200ms ease, color 200ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--paper-bright); background: var(--ink); }
.button-primary:hover { background: var(--fern); }
.button-text { min-height: 40px; padding: 0 0 4px; border-bottom: 1px solid var(--ink); border-radius: 0; }
.location { margin: 35px 0 0; display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 12px; }
.location span { width: 7px; height: 7px; border-radius: 50%; background: var(--clay); box-shadow: 0 0 0 5px rgba(219,109,74,.14); }

.hero-visual { position: relative; width: min(37vw, 500px); aspect-ratio: 1; justify-self: end; }
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: var(--fern);
  box-shadow: 50px 50px 100px rgba(33,72,59,.25);
}
.portrait-mark {
  position: absolute;
  z-index: 3;
  inset: 25%;
  display: grid;
  place-items: center;
  align-content: center;
  color: var(--paper-bright);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  background: rgba(255,255,255,.04);
}
.portrait-mark span { font-family: var(--serif); font-size: clamp(4rem, 7vw, 7rem); line-height: .9; letter-spacing: -.08em; }
.portrait-mark small { margin-top: 12px; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.orbit { position: absolute; z-index: 2; border: 1px solid rgba(200,217,152,.65); border-radius: 50%; }
.orbit-one { inset: 0; animation: spin 25s linear infinite; }
.orbit-one::before { content: ""; position: absolute; left: 48%; top: -5px; width: 10px; height: 10px; border-radius: 50%; background: var(--clay); }
.orbit-two { inset: 14%; border-color: rgba(255,255,255,.2); }
.orbit-label {
  position: absolute;
  z-index: 4;
  padding: 8px 13px;
  color: var(--paper-bright);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(20,33,29,.75);
  backdrop-filter: blur(8px);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.label-strategy { top: 14%; left: 3%; }
.label-product { top: 7%; right: 9%; }
.label-ai { bottom: 8%; left: 10%; }
.label-growth { right: -1%; bottom: 22%; }
.scroll-cue { position: absolute; left: max(40px, calc((100vw - 1220px) / 2)); bottom: 28px; display: flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 50px; height: 1px; background: var(--ink); transform-origin: left; animation: pulse-line 2s ease-in-out infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse-line { 0%,100% { transform: scaleX(.45); } 50% { transform: scaleX(1); } }

.marquee { overflow: hidden; padding: 19px 0; color: var(--paper-bright); background: var(--clay); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 30px; animation: marquee 36s linear infinite; font-family: var(--serif); font-size: 20px; }
.marquee-track i { color: var(--ink); font-family: var(--sans); font-size: 11px; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 130px max(40px, calc((100vw - 1220px) / 2)); }
.section-kicker { margin-bottom: 65px; padding-bottom: 13px; display: flex; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.section-kicker span { color: var(--clay); }
.section-kicker p { margin: 0; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 11%; }
.about-heading h2, .work-heading h2, .journey-intro h2, .principles-heading h2, .thinking-heading h2, .current h2, .contact h2 { font-size: clamp(3.2rem, 5vw, 5.2rem); line-height: .98; }
.about-copy { max-width: 660px; color: var(--ink-soft); }
.about-copy .lead { margin-bottom: 24px; color: var(--ink); font-family: var(--serif); font-size: 27px; line-height: 1.25; letter-spacing: -.025em; }
.about-copy p:not(.lead) { font-size: 17px; }
.stats-grid { margin-top: 100px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { min-height: 190px; padding: 28px 25px 24px 0; border-right: 1px solid var(--line); }
.stat:not(:first-child) { padding-left: 28px; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; margin-bottom: 30px; color: var(--fern); font-family: var(--serif); font-size: 56px; font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.stat p { max-width: 190px; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }

.work { color: var(--paper-bright); background: var(--ink); }
.section-kicker-light { border-color: var(--white-line); }
.work-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 12%; align-items: end; }
.work-heading h2 { margin-bottom: 0; }
.work-heading p { max-width: 460px; margin-bottom: 5px; color: rgba(250,248,242,.64); font-size: 16px; }
.capability-list { margin-top: 90px; border-top: 1px solid var(--white-line); }
.capability { min-height: 150px; display: grid; grid-template-columns: 70px 1fr 60px; gap: 20px; align-items: center; border-bottom: 1px solid var(--white-line); transition: background 250ms ease, padding 250ms ease; }
.capability:hover { padding: 0 22px; background: rgba(255,255,255,.04); }
.capability-number { align-self: start; padding-top: 41px; color: var(--fern-light); font-size: 10px; letter-spacing: .12em; }
.capability h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 30px; font-weight: 400; letter-spacing: -.02em; }
.capability p { max-width: 600px; margin: 0; color: rgba(250,248,242,.56); font-size: 14px; }
.capability-icon { justify-self: end; color: var(--lime); font-family: var(--serif); font-size: 28px; }

.current { padding-top: 0; padding-bottom: 0; background: var(--ink); }
.current-card { position: relative; top: 70px; z-index: 3; padding: 45px 50px 55px; color: var(--ink); background: var(--lime); box-shadow: 0 30px 60px rgba(20,33,29,.22); }
.current-topline { margin-bottom: 70px; padding-bottom: 13px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(20,33,29,.23); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.current-topline p { margin: 0; }
.current-topline p:first-child { display: flex; align-items: center; gap: 10px; }
.current-topline p span { width: 7px; height: 7px; border-radius: 50%; background: var(--clay); box-shadow: 0 0 0 5px rgba(219,109,74,.15); }
.current-grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 10%; }
.current h2 { margin: 0; font-size: clamp(3.1rem, 4.5vw, 4.5rem); }
.current h2 em { color: var(--fern); }
.current-copy p { font-size: 15px; }
.product-pills { margin: 25px 0 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.product-pills span { padding: 7px 13px; border: 1px solid rgba(20,33,29,.35); border-radius: 999px; font-size: 11px; }
.text-link { display: inline-flex; align-items: center; gap: 35px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; }

.journey { padding-top: 210px; background: var(--paper-bright); }
.journey-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 10%; }
.journey-intro { position: sticky; top: 120px; align-self: start; }
.journey-intro h2 { font-size: clamp(3.1rem, 4.5vw, 4.8rem); }
.journey-intro p { max-width: 400px; color: var(--ink-soft); }
.timeline { border-top: 1px solid var(--line); }
.timeline-item { border-bottom: 1px solid var(--line); }
.timeline-summary { width: 100%; padding: 26px 0; display: grid; grid-template-columns: 100px 1fr 28px; gap: 20px; align-items: start; border: 0; background: transparent; text-align: left; cursor: pointer; }
.timeline-date { padding-top: 5px; color: var(--ink-soft); font-size: 11px; }
.timeline-role strong { display: block; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.2; letter-spacing: -.02em; }
.timeline-role small { color: var(--ink-soft); font-size: 12px; }
.timeline-toggle { position: relative; width: 24px; height: 24px; margin-top: 2px; border: 1px solid var(--line); border-radius: 50%; }
.timeline-toggle::before, .timeline-toggle::after { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 1px; background: var(--ink); transform: translate(-50%, -50%); transition: transform 200ms ease; }
.timeline-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.timeline-item.is-open .timeline-toggle::after { transform: translate(-50%, -50%) rotate(0); }
.timeline-detail { overflow: hidden; }
.timeline-detail > div { padding: 0 40px 30px 120px; color: var(--ink-soft); font-size: 14px; }
.timeline-detail p { margin-bottom: 14px; }
.timeline-detail ul { margin: 0; padding-left: 18px; }
.timeline-detail li { margin: 5px 0; }

.principles { color: var(--paper-bright); background: var(--fern); }
.principles-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 12%; }
.principles-heading { position: sticky; top: 120px; align-self: start; }
.principles-heading h2 { margin-bottom: 0; }
.principles-heading h2 em { color: var(--lime); }
.principles-list { border-top: 1px solid var(--white-line); }
.principles-list article { min-height: 150px; padding: 28px 0; display: grid; grid-template-columns: 55px 1fr; gap: 20px; border-bottom: 1px solid var(--white-line); }
.principles-list article > span { color: var(--lime); font-size: 10px; }
.principles-list h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 27px; font-weight: 400; letter-spacing: -.02em; }
.principles-list p { max-width: 540px; margin: 0; color: rgba(250,248,242,.62); font-size: 14px; }

.thinking { background: var(--paper); }
.thinking-heading { margin-bottom: 55px; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.thinking-heading h2 { margin: 0; }
.thinking-heading p { margin: 0 0 8px; color: var(--ink-soft); }
.article-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 18px; }
.article-card { min-width: 0; padding: 14px 14px 25px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper-bright); transition: transform 250ms ease, box-shadow 250ms ease; }
.article-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(20,33,29,.1); }
.article-visual { position: relative; height: 220px; margin-bottom: 24px; overflow: hidden; }
.visual-data { display: flex; align-items: end; justify-content: center; gap: 8%; padding: 30px; background: var(--ink); }
.visual-data span { width: 9%; background: var(--lime); border-radius: 2px 2px 0 0; }
.visual-data span:nth-child(1) { height: 23%; opacity: .5; }
.visual-data span:nth-child(2) { height: 55%; opacity: .68; }
.visual-data span:nth-child(3) { height: 42%; opacity: .82; }
.visual-data span:nth-child(4) { height: 76%; }
.visual-data span:nth-child(5) { height: 92%; background: var(--clay); }
.visual-data i { position: absolute; top: 20px; right: 22px; color: rgba(255,255,255,.12); font-family: var(--serif); font-size: 65px; font-style: normal; }
.visual-evidence { display: grid; place-items: center; background: #d7dfd0; }
.visual-evidence span { position: relative; z-index: 2; padding: 10px 16px; color: var(--paper-bright); background: var(--fern); border-radius: 999px; font-family: var(--serif); font-size: 20px; }
.visual-evidence i { position: absolute; width: 120px; height: 120px; border: 1px solid var(--fern); border-radius: 50%; }
.visual-evidence i:nth-of-type(2) { width: 175px; height: 175px; opacity: .55; }
.visual-evidence i:nth-of-type(3) { width: 235px; height: 235px; opacity: .25; }
.visual-award { display: grid; place-items: center; align-content: center; color: var(--paper-bright); background: var(--clay); }
.visual-award span { font-size: 85px; line-height: 1; }
.visual-award i { margin-top: 8px; font-size: 10px; font-style: normal; letter-spacing: .15em; text-transform: uppercase; }
.article-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--ink-soft); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.article-card h3 { margin: 17px 0 12px; font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.article-card p { color: var(--ink-soft); font-size: 13px; }
.article-link { margin-top: auto; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 11px; font-weight: 600; }
.article-link i { font-style: normal; font-size: 16px; }
.linkedin-strip { margin-top: 28px; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.linkedin-strip p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.linkedin-strip a { display: flex; gap: 30px; font-size: 13px; font-weight: 600; }

.contact { position: relative; min-height: 650px; padding: 130px max(40px, calc((100vw - 1220px) / 2)); display: grid; align-items: center; overflow: hidden; color: var(--paper-bright); background: var(--ink); }
.contact-inner { position: relative; z-index: 2; max-width: 880px; }
.contact h2 { max-width: 830px; margin-bottom: 30px; font-size: clamp(3.4rem, 6vw, 6.2rem); }
.contact h2 em { color: var(--lime); }
.contact-inner > p:not(.eyebrow) { max-width: 600px; color: rgba(250,248,242,.64); font-size: 16px; }
.contact-actions { margin-top: 35px; display: flex; align-items: center; gap: 25px; }
.button-light { color: var(--ink); background: var(--paper-bright); }
.button-light:hover { background: var(--lime); }
.copy-email { padding: 8px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); color: var(--paper-bright); background: transparent; font-size: 12px; cursor: pointer; }
.contact-orbit { position: absolute; right: -170px; top: 50%; width: 560px; height: 560px; display: grid; place-items: center; border: 1px solid rgba(200,217,152,.22); border-radius: 50%; transform: translateY(-50%); }
.contact-orbit::before, .contact-orbit::after { content: ""; position: absolute; inset: 15%; border: 1px solid rgba(200,217,152,.15); border-radius: inherit; }
.contact-orbit::after { inset: 31%; }
.contact-orbit span { color: rgba(200,217,152,.18); font-family: var(--serif); font-size: 110px; letter-spacing: -.08em; }

.site-footer { padding: 55px max(40px, calc((100vw - 1220px) / 2)) 35px; display: grid; grid-template-columns: 1fr auto; gap: 45px; color: var(--paper-bright); background: var(--ink); border-top: 1px solid var(--white-line); }
.footer-brand .brand-mark { color: var(--ink); background: var(--lime); }
.site-footer p { margin: 12px 0 0; color: rgba(250,248,242,.48); font-size: 11px; }
.footer-links { display: flex; gap: 30px; align-items: start; font-size: 12px; }
.footer-links a { padding-bottom: 3px; border-bottom: 1px solid transparent; }
.footer-links a:hover { border-color: currentColor; }
.site-footer .copyright { grid-column: 1 / -1; margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--white-line); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 750ms cubic-bezier(.22,.61,.36,1), transform 750ms cubic-bezier(.22,.61,.36,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  :root { --page: calc(100vw - 48px); }
  .site-header, .hero, .section, .contact, .site-footer { padding-left: 24px; padding-right: 24px; }
  .site-header { padding-top: 0; padding-bottom: 0; }
  .hero { grid-template-columns: 1.25fr .75fr; gap: 20px; }
  .hero-visual { width: 37vw; }
  .about-grid, .work-heading, .current-grid, .principles-grid { gap: 6%; }
  .journey-layout { grid-template-columns: .7fr 1.3fr; gap: 5%; }
  .article-card h3 { font-size: 24px; }
}

@media (max-width: 820px) {
  .site-header { height: 72px; }
  .brand-name { font-size: 14px; }
  .menu-toggle { z-index: 3; width: 40px; height: 40px; padding: 10px 6px; display: flex; flex-direction: column; justify-content: center; gap: 7px; cursor: pointer; }
  .menu-toggle .menu-line { display: block; width: 100%; height: 1px; background: var(--ink); transition: transform 220ms ease; }
  .menu-toggle[aria-expanded="true"] .menu-line:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-line:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 2; inset: 0; padding: 120px 30px 40px; display: flex; flex-direction: column; align-items: start; gap: 20px; visibility: hidden; opacity: 0; background: var(--paper); transform: translateY(-12px); transition: opacity 220ms ease, transform 220ms ease, visibility 220ms; }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .site-nav a { font-family: var(--serif); font-size: 40px; font-weight: 400; }
  .site-nav .nav-cta { margin-top: 12px; color: var(--ink); background: transparent; padding: 0; border-radius: 0; }
  .hero { min-height: 0; height: auto; max-height: none; padding-top: 135px; padding-bottom: 100px; display: block; }
  .hero-copy { max-width: 680px; }
  h1 { font-size: clamp(3.5rem, 11vw, 5.3rem); }
  .hero-visual { width: min(70vw, 500px); margin: 70px auto 0; justify-self: auto; }
  .scroll-cue { display: none; }
  .section { padding-top: 95px; padding-bottom: 95px; }
  .section-kicker { margin-bottom: 50px; }
  .about-grid, .work-heading, .current-grid, .journey-layout, .principles-grid { grid-template-columns: 1fr; }
  .about-copy { margin-top: 25px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .work-heading p { margin-top: 30px; }
  .current { padding-top: 0; padding-bottom: 0; }
  .current-card { padding: 35px; }
  .current-copy { margin-top: 30px; }
  .journey { padding-top: 165px; }
  .journey-intro, .principles-heading { position: static; }
  .journey-intro { margin-bottom: 50px; }
  .principles-heading { margin-bottom: 50px; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-card-featured { grid-column: 1 / -1; }
  .article-card-featured .article-visual { height: 300px; }
  .contact-orbit { right: -300px; opacity: .6; }
}

@media (max-width: 560px) {
  .brand-mark { width: 38px; }
  .hero { padding-left: 20px; padding-right: 20px; }
  .hero::before { background-size: 42px 42px; }
  .eyebrow { line-height: 1.8; }
  h1 { font-size: 3.5rem; }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 15px; }
  .hero-visual { width: 88vw; margin-left: -2vw; }
  .section, .contact { padding-left: 20px; padding-right: 20px; }
  .section-kicker { margin-bottom: 42px; }
  .about-heading h2, .work-heading h2, .journey-intro h2, .principles-heading h2, .thinking-heading h2, .current h2, .contact h2 { font-size: 3.15rem; }
  .stats-grid { margin-top: 65px; }
  .stat { min-height: 170px; padding: 22px 15px 20px 0; }
  .stat:not(:first-child) { padding-left: 16px; }
  .stat strong { font-size: 43px; }
  .capability { grid-template-columns: 32px 1fr; padding: 25px 0; }
  .capability:hover { padding: 25px 8px; }
  .capability-number { padding-top: 7px; }
  .capability-icon { display: none; }
  .capability h3 { font-size: 25px; }
  .current-card { top: 45px; margin: 0 -2px; padding: 28px 22px 35px; }
  .current-topline { margin-bottom: 45px; }
  .current-topline p:last-child { display: none; }
  .journey { padding-top: 130px; }
  .timeline-summary { grid-template-columns: 70px 1fr 24px; gap: 10px; }
  .timeline-role strong { font-size: 21px; }
  .timeline-detail > div { padding: 0 10px 25px 80px; }
  .principles-list article { grid-template-columns: 38px 1fr; }
  .thinking-heading { align-items: start; flex-direction: column; gap: 8px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card-featured { grid-column: auto; }
  .article-card-featured .article-visual, .article-visual { height: 230px; }
  .linkedin-strip { align-items: start; flex-direction: column; }
  .contact { min-height: 650px; }
  .contact-actions { align-items: start; flex-direction: column; }
  .site-footer { padding-left: 20px; padding-right: 20px; grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .site-footer .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
