:root {
  --bg: #0d0b10;
  --card: #18161f;
  --line: rgba(255, 255, 255, 0.08);
  --ink: #f4f1fb;
  --mute: #9b96a8;
  --blue: #4d8aff;
  --violet: #c4b5fd;
  --gold: #ead9a0;
  --green: #8ee4c3;
  --blue-dim: #163a7a;
  --glow-b: 0 0 32px rgba(77, 138, 255, 0.32);
  --glow-v: 0 0 32px rgba(196, 181, 253, 0.28);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --mx: 50%;
  --my: 20%;
}

* { box-sizing: border-box; }
html, body { margin: 0; background: var(--bg); color: var(--ink); }
html { scroll-behavior: smooth; }
body {
  font-family: Outfit, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  min-height: 100vh;
  isolation: isolate;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(560px circle at var(--mx) var(--my), rgba(77, 138, 255, 0.16), transparent 42%);
  transition: background-position 0.2s linear;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
img { max-width: 100%; }

.banner {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
  padding: 10px 28px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 2;
}

header {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 18px 32px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.logo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 700;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #6d5efc, #4d8aff);
  color: #0d0b10;
  flex-shrink: 0;
  transition: transform 0.45s var(--ease);
}
.logo:hover { transform: rotate(-8deg) scale(1.06); }
nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 500;
}
nav a,
nav button { color: inherit; }
nav a[aria-current="page"],
nav button[aria-current="page"] { color: var(--blue); }
nav a:hover,
nav button:hover { color: var(--violet); }
.cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  transition: box-shadow 0.35s var(--ease), background 0.35s var(--ease), transform 0.35s var(--ease);
}
.cta:hover {
  box-shadow: var(--glow-b);
  background: rgba(77, 138, 255, 0.08);
  transform: translateY(-1px);
}

.view { display: none; position: relative; z-index: 1; }
.view.is-on { display: block; }

.hero {
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 28px 40px;
  text-align: center;
}
.wire {
  width: min(520px, 88vw);
  height: 280px;
  margin: 0 auto 20px;
  overflow: visible;
}
.wire .halo {
  fill: none;
  stroke-width: 1;
  opacity: 0.45;
  animation: halo 2.8s ease-in-out infinite;
}
.wire .halo-late { animation-delay: 1.4s; }
h1 {
  font-size: clamp(34px, 5.6vw, 58px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0 0 22px;
}
.blue { color: var(--blue); }
.violet { color: var(--violet); }
.gold { color: var(--gold); }
.green { color: var(--green); }
.lede {
  max-width: 42em;
  margin: 0 auto 18px;
  color: #d8d4e2;
  font-weight: 300;
  font-size: 18px;
}
.lede.left { margin-left: 0; text-align: left; }
.how { color: var(--mute); font-size: 15px; }

.label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
  text-align: center;
  margin: 0 0 22px;
}
.label.left { text-align: left; }

.work-intro {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 32px 28px;
}

.grow {
  display: flex;
  gap: 12px;
  height: 340px;
  max-width: 1100px;
  margin: 0 auto 18px;
  padding: 0 32px;
}
.grow-card {
  position: relative;
  flex: 0.2 1 96px;
  min-width: 88px;
  margin: 0;
  padding: 18px 16px;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(180deg, #24222c 0%, #14121a 100%);
  color: inherit;
  text-align: left;
  transition: flex 0.55s var(--ease);
}
.grow-card.is-grown {
  flex: 3.8 1 0;
  padding: 0;
  background: #16141e;
}
.grow-tab {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 7.5ch;
}
.grow-arrow {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 14px;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.32);
  line-height: 1;
}
.grow-card.is-grown .grow-tab,
.grow-card.is-grown .grow-arrow {
  display: none;
}
.grow-split {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s 0.1s;
}
.grow-card.is-grown .grow-split {
  opacity: 1;
  pointer-events: auto;
}
.grow-text {
  padding: 26px 22px 24px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #16141e;
  min-width: 0;
}
.grow-text .meta {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 8px;
}
.grow-card.is-ops .grow-text .meta { color: var(--violet); }
.grow-text h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.grow-text p {
  margin: 0;
  color: var(--mute);
  font-size: 14px;
  line-height: 1.45;
}
.grow-cta,
.grow-more button,
.study-toggle {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(77, 138, 255, 0.18);
  color: var(--blue);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}
.grow-cta { margin-top: 16px; }
.grow-shot {
  padding: 16px 16px 16px 0;
  min-width: 0;
}
.grow-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}
.grow-more {
  max-width: 1100px;
  margin: 0 auto 56px;
  padding: 0 32px;
  text-align: right;
}
.grow-more button {
  background: none;
  color: var(--mute);
  padding: 0;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: none;
}
.grow-more button:hover { color: var(--blue); }

.works {
  max-width: 1100px;
  margin: 0 auto 72px;
  padding: 0 32px;
  display: grid;
  gap: 12px;
}
.study {
  background: #14121a;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  scroll-margin-top: 92px;
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease), border-color 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.works:has(.study.is-open) .study:not(.is-open) {
  opacity: 0.38;
  transform: scale(0.985);
}
.study.is-open {
  border-color: rgba(77, 138, 255, 0.4);
  box-shadow: var(--glow-b);
}
.study.is-ops.is-open {
  border-color: rgba(196, 181, 253, 0.4);
  box-shadow: var(--glow-v);
}
.study-head {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 10px;
  text-align: left;
}
.study-head .thumb {
  flex: 0 0 140px;
  width: 140px;
  height: 104px;
  border-radius: 14px;
  overflow: hidden;
  align-self: center;
  background: #0a0a0c;
}
.study-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s var(--ease);
}
.study.is-open .study-head img,
.study-head:hover img { transform: scale(1.06); }
.study-panel {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  margin-left: 10px;
  padding: 14px 16px 14px 20px;
  border-radius: 14px;
  background: #1c1a24;
}
.study-copy { flex: 1; min-width: 0; padding: 0; }
.study-copy .meta {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 4px;
}
.study.is-ops .study-copy .meta { color: var(--violet); }
.study-copy h3 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.study-copy p { margin: 0; color: var(--mute); font-size: 14px; line-height: 1.4; }
.study-toggle { flex-shrink: 0; }
.study.is-open .study-toggle::before { content: "Close"; }
.study:not(.is-open) .study-toggle::before { content: "Expand"; }

.study-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.55s var(--ease);
}
.study.is-open .study-body { grid-template-rows: 1fr; }
.study-body .inner {
  overflow: hidden;
  min-height: 0;
}
.study-body .chapters {
  padding: 8px 28px 32px;
  max-width: 42em;
}
.study-body .shot { margin: 16px 28px; }
.shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 28px 8px;
  width: min(100%, 560px);
}
.shot-grid .shot {
  margin: 0;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.shot-grid .shot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.shot-sm {
  max-width: 420px;
}
.chapters .shot-phone,
.chapters .shot-sm {
  margin-left: 0;
  margin-right: 0;
}
.chapters .shot-phone {
  max-width: 280px;
}

.btn-row { text-align: center; margin: 8px 0 64px; }
.btn-fill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--blue-dim);
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 600;
  transition: box-shadow 0.35s var(--ease), transform 0.35s var(--ease);
}
.btn-fill:hover { box-shadow: var(--glow-b); transform: translateY(-2px); }

.impact, .trio, .split, .page, .about-hero {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}
.impact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 72px;
}
.stat {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px 24px;
  transition: transform 0.45s var(--ease), border-color 0.45s var(--ease);
}
.stat:hover { transform: translateY(-4px); border-color: rgba(77, 138, 255, 0.28); }
.stat b {
  display: block;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}
.stat span { color: var(--mute); font-size: 14px; }

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  margin-bottom: 72px;
}
.panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
}
.panel h2 {
  font-size: 32px;
  margin: 0 0 12px;
  letter-spacing: -0.03em;
}
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.chip {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--mute);
}
.phone-wrap {
  display: grid;
  place-items: center;
  min-height: 420px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 70% 20%, rgba(77, 138, 255, 0.18), transparent 40%),
    radial-gradient(circle at 20% 80%, rgba(196, 181, 253, 0.16), transparent 42%),
    var(--card);
}
.phone-wrap img { height: 380px; width: auto; display: block; }

.trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 72px;
}
.trio article {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  min-height: 220px;
  transition: transform 0.45s var(--ease);
}
.trio article:hover { transform: translateY(-4px); }
.trio .meta, .kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.trio h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -0.02em; }
.trio p { margin: 0; color: var(--mute); font-size: 15px; }

.quote {
  max-width: 760px;
  margin: 0 auto 80px;
  padding: 0 32px;
  text-align: center;
}
.quote p {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin: 0 0 16px;
}
.quote cite { color: var(--mute); font-style: normal; font-size: 14px; }

div.page { padding-top: 40px; padding-bottom: 80px; max-width: 980px; }
.back {
  color: var(--mute);
  margin-bottom: 24px;
  font-size: 14px;
  display: inline-block;
}
.back:hover { color: var(--blue); }
.case {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 40px;
}
.case.wide { grid-template-columns: 1fr; }
.case img { width: 100%; height: auto; display: block; }
.chapters { max-width: 40em; }
.chapters.wide { max-width: none; }
.chapters h2 { font-size: 22px; margin: 36px 0 10px; letter-spacing: -0.02em; }
.chapters p, .chapters li { color: #d8d4e2; }
.chapters ul { padding-left: 1.15em; }
.chapters li { margin: 0 0 8px; }
.shot {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  margin: 20px 0 8px;
}
.shot img { width: 100%; display: block; }
.case-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}
.case-nav span { color: var(--mute); display: block; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 4px; }
.case-nav button:hover { color: var(--blue); }

.about-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
  padding-top: 40px;
  margin-bottom: 64px;
}
.about-photo {
  display: grid;
  place-items: center;
  min-height: 320px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 30%, rgba(77, 138, 255, 0.16), transparent 50%),
    var(--card);
}
.about-photo img { width: min(240px, 70%); height: auto; }

.exp { width: 100%; border-collapse: collapse; margin-bottom: 48px; }
.exp td { padding: 18px 16px 18px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.exp .yr {
  color: var(--mute);
  width: 90px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  padding-top: 20px;
}
.exp strong { display: block; margin-bottom: 4px; }
.exp .detail { color: var(--mute); font-size: 15px; font-weight: 300; }

.quotes { display: grid; gap: 16px; margin-bottom: 48px; }
.quotes blockquote {
  margin: 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px 26px;
}
.quotes p { margin: 0 0 14px; color: #d8d4e2; }
.quotes cite { color: var(--mute); font-style: normal; font-size: 13px; }

.section { margin-bottom: 56px; }
.section h2 {
  font-size: 28px;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}

.site-foot {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 32px 48px;
  color: var(--mute);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  position: relative;
  z-index: 1;
}

.gate {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(13, 11, 16, 0.72);
  backdrop-filter: blur(14px);
}
.gate[hidden] { display: none; }
.gate-card {
  width: min(420px, 100%);
  padding: 28px 28px 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #16141e;
  box-shadow: var(--glow-b);
}
.gate-card h2 {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.gate-card > p {
  margin: 0 0 22px;
  color: var(--mute);
  font-size: 15px;
}
.gate-card label {
  display: block;
  margin: 0 0 8px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
}
.gate-card input {
  width: 100%;
  margin: 0 0 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #0d0b10;
  color: var(--ink);
  font: inherit;
  outline: none;
}
.gate-card input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(77, 138, 255, 0.18);
}
.gate-err {
  margin: 0 0 14px;
  color: #f0a8b8;
  font-size: 13px;
}
.gate-actions {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
.gate-submit,
.gate-cancel {
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.gate-submit {
  background: var(--blue);
  color: #0d0b10;
}
.gate-cancel {
  border: 1px solid var(--line);
  color: var(--mute);
}

::view-transition-old(root) {
  animation: vt-out 0.28s var(--ease) both;
}
::view-transition-new(root) {
  animation: vt-in 0.45s var(--ease) both;
}
@keyframes vt-out { to { opacity: 0; } }
@keyframes vt-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
[data-reveal].in {
  opacity: 1;
  transform: none;
}
[data-reveal][data-d="1"] { transition-delay: 0.08s; }
[data-reveal][data-d="2"] { transition-delay: 0.16s; }
[data-reveal][data-d="3"] { transition-delay: 0.24s; }
[data-reveal][data-d="4"] { transition-delay: 0.32s; }
[data-reveal][data-d="5"] { transition-delay: 0.4s; }

@keyframes dash { to { stroke-dashoffset: -280; } }
@keyframes float { 50% { transform: translateY(-7px); } }
@keyframes halo {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 0.85; }
}
.wire .rig { animation: float 7s ease-in-out infinite; }
.wire path.flow-a { stroke-dasharray: 7 16; animation: dash 8s linear infinite; }
.wire path.flow-b { stroke-dasharray: 4 12; animation: dash 5.5s linear infinite reverse; }

@media (max-width: 860px) {
  header { padding: 14px 16px; gap: 12px; }
  nav { gap: 14px; font-size: 11px; }
  .impact, .split, .trio, .case, .about-hero { grid-template-columns: 1fr; }
  .grow { flex-direction: column; height: auto; padding-left: 20px; padding-right: 20px; }
  .grow-card {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 64px;
    padding: 16px 20px;
  }
  .grow-card.is-grown {
    display: block;
    flex: 0 0 auto;
    padding: 12px;
  }
  .grow-tab { max-width: none; }
  .grow-arrow {
    position: static;
    flex-shrink: 0;
    font-size: 22px;
  }
  .grow-split {
    grid-template-columns: minmax(0, 1fr) min(140px, 38vw);
    align-items: center;
    gap: 12px;
  }
  .grow-card.is-grown .grow-split {
    position: relative;
  }
  .grow-text {
    padding: 4px 0;
    background: transparent;
    min-width: 0;
  }
  .grow-text h3 { font-size: 18px; }
  .grow-cta { margin-top: 10px; }
  .grow-cta,
  .study-toggle {
    max-width: 100%;
    white-space: normal;
  }
  .grow-shot {
    padding: 0;
    width: min(140px, 38vw);
    height: auto;
    aspect-ratio: 140 / 104;
    min-width: 0;
  }
  .grow-shot img { border-radius: 14px; }
  .study-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) min(140px, 38vw);
    align-items: center;
    gap: 12px;
    padding: 12px;
  }
  .study-head .thumb {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 140 / 104;
    flex: none;
  }
  .study-panel {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    padding: 4px 0;
    background: transparent;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .study-copy h3 { font-size: 18px; }
  .phone-wrap img { height: 300px; }
  .page, .impact, .trio, .split, .about-hero, .works, .grow, .grow-more, .work-intro { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 480px) {
  header { padding: 12px; gap: 8px; }
  .cta,
  .gate-submit,
  .gate-cancel { padding: 8px 12px; }
  .grow,
  .grow-more,
  .works,
  .work-intro,
  .page, .impact, .trio, .split, .about-hero {
    padding-left: 12px;
    padding-right: 12px;
  }
  .grow-card {
    min-height: 56px;
    padding: 14px 16px;
  }
  .grow-card.is-grown,
  .study-head { padding: 10px; }
  .grow-split,
  .study-head {
    grid-template-columns: minmax(0, 1fr) min(100px, 30vw);
    gap: 10px;
  }
  .grow-shot { width: min(100px, 30vw); }
  .grow-text h3,
  .study-copy h3 { font-size: 16px; }
  .grow-text p,
  .study-copy p { font-size: 13px; }
  .grow-cta,
  .study-toggle {
    padding: 8px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}


/* WordPress admin bar — keep the sticky header below it */
html { margin-top: 0 !important; }
body.page {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}
body.admin-bar header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar header { top: 46px; }
}
