:root {
  --black: #000000;
  --ink: #0A0A0A;
  --charcoal: #171717;
  --panel: #262626;
  --line-dark: #404040;
  --muted: #A3A3A3;
  --line-light: #E5E5E5;
  --paper: #FAFAFA;
  --white: #FFFFFF;
  --signal: #DDEA4D;
  --gutter: 64px;
  --header-height: 68px;
  --utility: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  --display: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border-radius: 0; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--signal); color: var(--black); }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--signal);
  color: var(--black);
  font: 700 13px/1 var(--utility);
  transform: translateY(-180%);
}
.skip-link:focus { transform: none; }

.notice-bar {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px var(--gutter);
  background: var(--signal);
  color: var(--black);
  font: 500 12px/1.4 var(--utility);
  text-align: center;
}
.notice-bar a { text-decoration: underline; text-underline-offset: 3px; }
.notice-bar a { margin-left: .45em; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  display: flex;
  align-items: center;
  padding: 0 var(--gutter);
  background: var(--black);
  border-bottom: 1px solid transparent;
}
.header-inner {
  width: 100%;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.045em;
  white-space: nowrap;
}
.brand-mark { width: 24px; height: 18px; color: var(--white); }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.8vw, 42px); }
.primary-nav a, .header-tools a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--signal); }
.header-tools { display: flex; align-items: center; gap: 24px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid var(--line-dark);
  background: transparent;
  color: var(--white);
  font: 500 14px/1.2 var(--utility);
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}
.button:hover { border-color: var(--white); }
.button-signal { border-color: var(--signal); background: var(--signal); color: var(--black); }
.button-signal:hover { background: var(--white); border-color: var(--white); }
.button-dark { border-color: var(--black); background: var(--black); color: var(--white); }
.button-dark:hover { background: var(--charcoal); }
.button-light { border-color: var(--black); color: var(--black); }
.button-light:hover { background: var(--black); color: var(--white); }
.arrow { display: inline-block; font-size: 17px; transition: transform 180ms ease; }
.button:hover .arrow { transform: translate(2px, -2px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: var(--white); padding: 10px; }
.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: currentColor; transition: transform 180ms ease; }

.page-section { padding: 104px var(--gutter); }
.section-inner { width: 100%; }
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(260px, 1fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 64px;
}
.section-head h2, .inner-hero h1, .closing-cta h2 {
  margin: 0;
  font-weight: 400;
  letter-spacing: -.052em;
}
.section-head h2 { max-width: 850px; font-size: clamp(42px, 4vw, 58px); line-height: .95; }
.section-head p, .mono-copy {
  margin: 0;
  color: var(--muted);
  font: 400 15px/1.6 var(--utility);
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--signal);
  font: 600 11px/1.2 var(--utility);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dark { background: var(--black); color: var(--white); }
.light { background: var(--paper); color: var(--ink); }
.light .section-head p, .light .mono-copy { color: #525252; }
.fragment { position: relative; }
.fragment::after {
  content: "";
  position: absolute;
  left: 7%;
  right: 9%;
  top: 52%;
  height: .095em;
  background: currentColor;
  opacity: .72;
  clip-path: polygon(0 0, 8% 0, 8% 100%, 18% 100%, 18% 0, 31% 0, 31% 100%, 48% 100%, 48% 0, 58% 0, 58% 100%, 71% 100%, 71% 0, 84% 0, 84% 100%, 100% 100%, 100% 0);
  transform: translateX(.05em);
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 40px var(--gutter) 0;
  background: var(--black);
}
.hero-grid { min-height: 640px; display: grid; grid-template-columns: 56% 44%; align-items: center; }
.hero-copy { position: relative; z-index: 3; max-width: 760px; padding-bottom: 68px; }
.hero-tag {
  display: inline-flex;
  align-items: center;
  height: 56px;
  margin-bottom: 18px;
  padding: 0 16px;
  border: 1px solid var(--line-dark);
  font: 500 14px/1 var(--utility);
}
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(62px, 6.15vw, 90px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.06em;
}
.hero h1 .signal { color: var(--signal); }
.hero-summary { max-width: 720px; margin: 48px 0 0; font-size: 18px; line-height: 1.35; }
.hero-actions { display: flex; gap: 24px; margin-top: 18px; }
.hero-map-wrap { position: relative; align-self: stretch; min-height: 620px; }
.hero-map { position: absolute; width: 720px; max-width: none; right: -110px; bottom: 4px; color: var(--white); }
.hero-map .grid-line { stroke: #242424; stroke-width: 1; }
.hero-map .link { stroke: #686868; stroke-width: 1; fill: none; }
.hero-map .active { stroke: var(--signal); }
.hero-map .node { fill: var(--black); stroke: var(--signal); stroke-width: 1.2; }
.hero-map .spark { fill: var(--white); opacity: .9; }
.hero-map .pulse { fill: var(--signal); transform-box: fill-box; transform-origin: center; animation: pulse 2.8s ease-in-out infinite; }
.hero-map .pulse-delayed { animation-delay: .7s; }
.audience-rail {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border-top: 1px solid #171717;
  color: #626262;
  font-size: clamp(16px, 1.55vw, 23px);
  white-space: nowrap;
}
.audience-rail span { padding-left: var(--gutter); }

.gap-section { padding-bottom: 112px; }
.system-panel { min-height: 530px; display: grid; grid-template-columns: 42% 58%; border: 1px solid var(--line-dark); }
.question-list { display: grid; grid-template-rows: repeat(4, 1fr); }
.question-item { display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 12px; padding: 24px 32px; border-bottom: 1px solid var(--line-dark); }
.question-item:last-child { border-bottom: 0; }
.question-item b { color: var(--signal); font: 500 18px/1 var(--utility); }
.question-item span { font-size: 19px; line-height: 1.15; }
.system-visual { position: relative; overflow: hidden; border-left: 1px solid var(--line-dark); background-image: linear-gradient(30deg, transparent 49.8%, #171717 50%, transparent 50.2%), linear-gradient(150deg, transparent 49.8%, #171717 50%, transparent 50.2%); background-size: 64px 36px; }
.system-core { position: absolute; left: 50%; top: 52%; width: 72px; height: 72px; transform: translate(-50%, -50%) rotate(45deg); border: 1px solid var(--signal); background: var(--black); box-shadow: 0 0 0 18px rgba(221,234,77,.03); }
.system-core::before { content: ""; position: absolute; inset: 22px; background: var(--signal); }
.system-ray { position: absolute; left: 50%; top: 52%; width: 54%; height: 1px; background: linear-gradient(90deg, transparent, var(--signal), transparent); transform-origin: left; opacity: .55; }
.system-ray:nth-child(2) { transform: rotate(30deg); }
.system-ray:nth-child(3) { transform: rotate(150deg); }
.system-ray:nth-child(4) { transform: rotate(210deg); }
.system-ray:nth-child(5) { transform: rotate(330deg); }

.practices-section { position: relative; overflow: hidden; }
.practices-grid, .audience-grid, .detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-dark); }
.practice-card, .audience-card, .detail-card { position: relative; min-height: 430px; padding: 32px; border-right: 1px solid var(--line-dark); }
.practice-card:last-child, .audience-card:nth-child(3n), .detail-card:nth-child(3n) { border-right: 0; }
.practice-card h3, .audience-card h3, .detail-card h2, .detail-card h3 { margin: 0; font-size: 29px; line-height: 1.02; font-weight: 400; letter-spacing: -.035em; }
.practice-card p, .audience-card p, .detail-card p { margin: 28px 0 0; color: #3f3f3f; font: 400 14px/1.55 var(--utility); }
.practice-card .card-link { position: absolute; left: 32px; right: 32px; bottom: 28px; display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid #7a7a7a; font: 600 12px/1.2 var(--utility); text-transform: uppercase; }
.practice-glyph { width: 92px; height: 92px; margin: 72px auto 0; color: var(--signal); }
.dot-field { position: absolute; inset: 0; pointer-events: none; opacity: .35; background-image: radial-gradient(#b8b8b8 1px, transparent 1px); background-size: 13px 13px; mask-image: radial-gradient(circle at 48% 52%, black 0, transparent 66%); }

.agency-section { min-height: 820px; }
.agency-layout { display: grid; grid-template-columns: 65% 35%; gap: 64px; }
.agency-statement { max-width: 750px; }
.agency-statement h2 { margin: 0; font-size: clamp(48px, 5vw, 72px); line-height: .93; font-weight: 400; letter-spacing: -.055em; }
.agency-statement p { margin: 28px 0 0; max-width: 690px; color: var(--muted); font: 400 15px/1.6 var(--utility); }
.work-modes { border-top: 1px solid var(--line-dark); }
.work-mode { padding: 26px 0; border-bottom: 1px solid var(--line-dark); }
.work-mode h3 { margin: 0; font-size: 43px; line-height: 1; font-weight: 400; }
.work-mode p { margin: 8px 0 0; color: var(--muted); font: 400 14px/1.5 var(--utility); }

.authority-section { padding-top: 92px; }
.authority-grid { min-height: 560px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-dark); }
.authority-card { position: relative; padding: 32px; border-right: 1px solid var(--line-dark); overflow: hidden; }
.authority-card:last-child { border-right: 0; }
.authority-card h3 { margin: 0; font-size: 25px; line-height: 1.05; font-weight: 400; }
.authority-card p { max-width: 340px; margin: 16px 0 0; color: var(--muted); font: 400 14px/1.55 var(--utility); }
.authority-icon { width: 28px; height: 28px; margin-bottom: 24px; color: var(--signal); }
.authority-lines { position: absolute; left: 0; right: 0; bottom: 0; height: 300px; opacity: .65; background: repeating-linear-gradient(90deg, transparent 0 18px, #252525 19px 20px), repeating-linear-gradient(0deg, transparent 0 18px, #181818 19px 20px); clip-path: polygon(0 72%, 10% 48%, 18% 67%, 27% 24%, 36% 62%, 48% 11%, 58% 73%, 68% 31%, 78% 61%, 89% 18%, 100% 52%, 100% 100%, 0 100%); }

.audiences-section { position: relative; }
.audience-grid { position: relative; grid-template-columns: repeat(3, 1fr); }
.audience-card { min-height: 360px; }
.audience-card .audience-label { display: inline-flex; padding: 6px 9px; border: 1px solid var(--line-light); font: 500 10px/1 var(--utility); text-transform: uppercase; }

.founder-section { min-height: 700px; }
.founder-grid { display: grid; grid-template-columns: 34% 66%; border: 1px solid var(--line-dark); }
.founder-title, .founder-copy { padding: 40px 32px; }
.founder-title { border-right: 1px solid var(--line-dark); }
.founder-title h2 { margin: 0; font-size: 50px; line-height: .98; font-weight: 400; letter-spacing: -.045em; }
.founder-title p { margin: 20px 0 0; color: var(--signal); font: 500 12px/1.4 var(--utility); text-transform: uppercase; }
.founder-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.founder-copy p { margin: 0; color: #c3c3c3; font: 400 15px/1.65 var(--utility); }
.founder-copy .proof { color: var(--white); font-family: var(--display); font-size: 28px; line-height: 1.15; }
.founder-copy .proof strong { display: block; color: var(--signal); font-size: 56px; font-weight: 400; letter-spacing: -.05em; }

.principles-section { background: var(--panel); }
.principles-layout { display: grid; grid-template-columns: 35% 65%; gap: 64px; }
.principles-intro h2 { margin: 0; font-size: 50px; line-height: 1; font-weight: 400; }
.principles-intro p { margin: 28px 0 0; max-width: 330px; color: #d1d1d1; font: 400 15px/1.55 var(--utility); }
.accordion-item { border-bottom: 1px solid var(--line-dark); }
.accordion-trigger { width: 100%; min-height: 94px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 18px 0; border: 0; background: transparent; color: var(--white); text-align: left; font-size: 23px; line-height: 1.15; cursor: pointer; }
.accordion-trigger::after { content: "+"; font: 300 20px/1 var(--utility); }
.accordion-trigger[aria-expanded="true"]::after { content: "−"; }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 240ms ease; }
.accordion-panel > div { overflow: hidden; }
.accordion-panel p { max-width: 700px; margin: 0; padding: 0 60px 28px 0; color: #c8c8c8; font: 400 14px/1.6 var(--utility); }
.accordion-trigger[aria-expanded="true"] + .accordion-panel { grid-template-rows: 1fr; }

.closing-cta { position: relative; min-height: 600px; display: grid; place-items: center; overflow: hidden; padding: 96px var(--gutter); background: var(--signal); color: var(--black); text-align: center; }
.closing-cta-content { position: relative; z-index: 2; max-width: 900px; }
.closing-cta h2 { font-size: clamp(52px, 5vw, 76px); line-height: .95; }
.closing-cta p { max-width: 650px; margin: 28px auto 0; font: 400 15px/1.6 var(--utility); }
.closing-actions { display: flex; justify-content: center; gap: 24px; margin-top: 34px; }
.contour { position: absolute; left: -8%; right: -8%; bottom: -27%; height: 80%; transform: skewY(-5deg); opacity: .9; background-image: radial-gradient(var(--black) .85px, transparent .95px); background-size: 7px 7px; mask-image: linear-gradient(to top, #000 10%, transparent 85%), repeating-radial-gradient(ellipse at 45% 120%, #000 0 2px, transparent 3px 17px); }

.site-footer { padding: 66px var(--gutter) 32px; background: var(--black); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 64px; }
.footer-brand .brand { font-size: 28px; }
.footer-brand p { max-width: 360px; margin: 22px 0 0; color: var(--muted); font: 400 14px/1.55 var(--utility); }
.footer-column h2 { margin: 0 0 18px; color: var(--muted); font: 500 11px/1.2 var(--utility); text-transform: uppercase; }
.footer-column a { display: block; width: fit-content; margin: 10px 0; font-size: 14px; }
.footer-column a:hover { color: var(--signal); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 78px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: #6a6a6a; font: 400 11px/1.4 var(--utility); }
.footer-bottom div { display: flex; gap: 24px; }

.inner-hero { min-height: 610px; display: flex; align-items: center; padding: 72px var(--gutter) 104px; background: var(--black); }
.inner-hero-content { max-width: 1050px; }
.inner-hero h1 { max-width: 1000px; font-size: clamp(64px, 7vw, 104px); line-height: .9; }
.inner-hero .lede { max-width: 760px; margin: 42px 0 0; color: #d6d6d6; font: 400 17px/1.6 var(--utility); }
.inner-hero .button { margin-top: 30px; }
.content-band { padding: 100px var(--gutter); }
.content-band h2 { max-width: 850px; margin: 0; font-size: clamp(42px, 4.5vw, 66px); line-height: .94; font-weight: 400; letter-spacing: -.05em; }
.content-band .band-lede { max-width: 820px; margin: 30px 0 0; font: 400 16px/1.65 var(--utility); }
.content-band.light .band-lede { color: #414141; }
.content-band.dark .band-lede { color: #c2c2c2; }
.content-band > .button { margin-top: 34px; }
.detail-grid { margin-top: 58px; }
.detail-card { min-height: 350px; }
.detail-card:nth-child(n+4) { border-top: 1px solid var(--line-dark); }
.detail-card ul { margin: 26px 0 0; padding: 0; list-style: none; color: #3f3f3f; font: 400 13px/1.65 var(--utility); }
.detail-card li { position: relative; margin: 8px 0; padding-left: 16px; }
.detail-card li::before { content: ""; position: absolute; left: 0; top: .65em; width: 5px; height: 5px; background: var(--signal); }
.dark .detail-grid { border-color: var(--line-dark); }
.dark .detail-card { border-color: var(--line-dark); }
.dark .detail-card p, .dark .detail-card ul { color: #bdbdbd; }
.stack-list { margin-top: 54px; border-top: 1px solid currentColor; }
.stack-item { display: grid; grid-template-columns: 36% 64%; gap: 38px; padding: 38px 0; border-bottom: 1px solid currentColor; }
.stack-item h3 { margin: 0; font-size: 31px; line-height: 1; font-weight: 400; }
.stack-item div p { margin: 0 0 16px; max-width: 760px; font: 400 14px/1.65 var(--utility); }
.stack-item div p:last-child { margin-bottom: 0; }
.signal-band { padding: 78px var(--gutter); background: var(--signal); color: var(--black); }
.signal-band-inner { display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.signal-band h2 { max-width: 780px; margin: 0; font-size: clamp(40px, 4vw, 58px); line-height: .96; font-weight: 400; letter-spacing: -.045em; }

.conversation-layout { display: grid; grid-template-columns: 42% 58%; min-height: 720px; }
.conversation-copy { padding: 86px var(--gutter); background: var(--black); }
.conversation-copy h1 { margin: 0; font-size: clamp(55px, 5.3vw, 82px); line-height: .92; font-weight: 400; letter-spacing: -.055em; }
.conversation-copy p { margin: 36px 0 0; color: #c4c4c4; font: 400 15px/1.65 var(--utility); }
.conversation-form { padding: 86px var(--gutter); background: var(--paper); color: var(--ink); }
.field { margin-bottom: 28px; }
.field label { display: block; margin-bottom: 9px; font: 600 11px/1.2 var(--utility); text-transform: uppercase; }
.field input, .field textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid #777; background: transparent; color: var(--ink); outline: none; }
.field input:focus, .field textarea:focus { border-color: var(--black); box-shadow: 0 2px 0 var(--signal); }
.field textarea { min-height: 110px; resize: vertical; }
.form-status { min-height: 24px; margin: 18px 0 0; font: 500 12px/1.5 var(--utility); }

@keyframes pulse { 0%, 100% { transform: scale(.6); opacity: .25; } 50% { transform: scale(1.2); opacity: 1; } }
@media (max-width: 1080px) {
  :root { --gutter: 36px; }
  .header-inner { grid-template-columns: 170px 1fr auto; }
  .brand { font-size: 18px; }
  .primary-nav { gap: 18px; }
  .header-tools .button { padding-inline: 14px; }
  .hero-grid { grid-template-columns: 61% 39%; }
  .hero-map { right: -210px; }
  .practice-card, .audience-card, .detail-card { padding: 26px; }
  .agency-layout { grid-template-columns: 58% 42%; }
}

@media (max-width: 820px) {
  :root { --gutter: 24px; }
  .site-header { height: 64px; }
  .header-inner { grid-template-columns: 1fr auto auto; }
  .primary-nav {
    position: fixed;
    inset: 96px 0 0;
    display: none;
    align-content: start;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 28px 24px;
    background: var(--black);
  }
  .menu-open .primary-nav { display: flex; }
  .primary-nav a { padding: 21px 0; border-bottom: 1px solid var(--line-dark); font-size: 24px; }
  .header-tools > a:not(.button) { display: none; }
  .header-tools .button { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: 760px; padding-top: 18px; }
  .hero-grid { min-height: 680px; display: block; }
  .hero-copy { max-width: none; padding: 0 0 120px; }
  .hero-tag { height: 58px; margin-top: 0; }
  .hero h1 { font-size: clamp(58px, 13vw, 86px); }
  .hero-summary { max-width: 520px; margin: 160px auto 0; text-align: center; font: 500 14px/1.35 var(--utility); }
  .hero-actions { justify-content: center; gap: 16px; }
  .hero-actions .button { padding-inline: 16px; font-size: 12px; }
  .hero-map-wrap { display: none; }
  .audience-rail { width: 900px; left: -16px; grid-template-columns: repeat(3, 300px); overflow: hidden; }
  .section-head { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .system-panel { grid-template-columns: 1fr; }
  .system-visual { min-height: 390px; border-left: 0; border-top: 1px solid var(--line-dark); }
  .practices-grid, .audience-grid, .detail-grid { grid-template-columns: 1fr; }
  .practice-card, .audience-card, .detail-card { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .practice-card:last-child, .audience-card:last-child, .detail-card:last-child { border-bottom: 0; }
  .agency-layout { grid-template-columns: 1fr; gap: 72px; }
  .authority-grid { grid-template-columns: 1fr; }
  .authority-card { min-height: 360px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .authority-card:last-child { border-bottom: 0; }
  .founder-grid, .principles-layout, .conversation-layout { grid-template-columns: 1fr; }
  .founder-title { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .stack-item { grid-template-columns: 1fr; gap: 18px; }
  .signal-band-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .notice-bar { min-height: 52px; font-size: 11px; }
  .primary-nav { top: 116px; }
  .brand { font-size: 18px; }
  .header-tools { gap: 6px; }
  .hero { min-height: 820px; }
  .hero h1 { font-size: 56px; line-height: .96; }
  .hero-summary { margin-top: 165px; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { min-height: 42px; padding: 10px 12px; font-size: 11px; }
  .page-section, .content-band { padding-top: 78px; padding-bottom: 78px; }
  .section-head { margin-bottom: 42px; }
  .section-head h2 { font-size: 42px; }
  .question-item { padding: 22px 18px; }
  .question-item span { font-size: 16px; }
  .practice-card, .audience-card, .detail-card { min-height: 360px; }
  .agency-section { min-height: auto; }
  .agency-statement h2 { font-size: 47px; }
  .work-mode h3 { font-size: 36px; }
  .founder-copy { grid-template-columns: 1fr; }
  .principles-intro h2 { font-size: 43px; }
  .accordion-trigger { font-size: 19px; }
  .closing-cta { min-height: 560px; }
  .closing-actions { flex-direction: column; align-items: center; }
  .inner-hero { min-height: 560px; }
  .inner-hero h1 { font-size: 58px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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