:root {
  color-scheme: light;
  --navy: #052447;
  --navy-deep: #031a34;
  --teal: #087d7a;
  --teal-soft: #e8f4f2;
  --green: #5ab660;
  --warm: #f05a28;
  --ink: #102033;
  --muted: #5d6b76;
  --paper: #f7f9f7;
  --white: #ffffff;
  --line: rgba(5, 36, 71, 0.14);
  --shadow: 0 22px 70px rgba(5, 36, 71, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(8, 125, 122, 0.09), transparent 24rem),
    radial-gradient(circle at 10% 2%, rgba(90, 182, 96, 0.12), transparent 22rem),
    linear-gradient(180deg, #fbfcfb 0%, var(--paper) 48%, #eef5f2 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(5, 36, 71, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 36, 71, 0.028) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 72%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

#signal-field {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.2;
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.9rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(5, 36, 71, 0.93);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.brand,
.site-header nav,
.hero-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.75rem;
  font-weight: 800;
}

.brand-text {
  display: grid;
  gap: 0.12rem;
  line-height: 1.05;
}

.brand-text strong {
  font-size: 1rem;
}

.brand-text small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 650;
}

.brand-mark {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
}

.experiment-notice {
  position: relative;
  z-index: 10;
  width: min(36rem, calc(100% - 2rem));
  margin: 1.35rem clamp(1rem, 5vw, 5rem) -2.1rem auto;
  color: var(--ink);
  transform: rotate(1.15deg);
  transform-origin: 70% 50%;
  transition: transform 220ms ease, filter 220ms ease;
  filter: drop-shadow(0 18px 18px rgba(5, 36, 71, 0.17));
}

.experiment-notice::before {
  position: absolute;
  z-index: 2;
  top: -0.65rem;
  left: 50%;
  width: 5.4rem;
  height: 1.35rem;
  content: "";
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(5, 36, 71, 0.09);
  box-shadow: 0 2px 5px rgba(5, 36, 71, 0.1);
  transform: translateX(-50%) rotate(-3deg);
  backdrop-filter: blur(2px);
}

.experiment-notice:hover {
  transform: translateY(-3px) rotate(0.45deg);
  filter: drop-shadow(0 22px 21px rgba(5, 36, 71, 0.2));
}

.experiment-notice-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 5.5rem;
  padding: 1rem 2.4rem 1rem 1.1rem;
  overflow: hidden;
  border: 2px solid var(--navy);
  background: #e7f2ee;
  box-shadow: 6px 6px 0 var(--navy-deep);
  clip-path: polygon(0 0, calc(100% - 1.35rem) 0, 100% 1.35rem, 100% 100%, 0 100%);
}

.experiment-notice-inner::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.35rem;
  height: 1.35rem;
  content: "";
  border-bottom: 2px solid var(--navy);
  border-left: 2px solid var(--navy);
  background: #b9d7d1;
  box-shadow: -3px 3px 5px rgba(5, 36, 71, 0.16);
}

.experiment-notice-icon {
  display: grid;
  flex: 0 0 1.65rem;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  border: 1px solid rgba(8, 125, 122, 0.38);
  border-radius: 50%;
  color: var(--teal);
  font-family: Georgia, serif;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 700;
}

.experiment-notice p {
  display: grid;
  gap: 0.22rem;
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
}

.experiment-notice strong {
  flex: 0 0 auto;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.experiment-notice p span {
  color: #526572;
  overflow-wrap: anywhere;
}

.site-header nav {
  gap: clamp(0.75rem, 2vw, 1.6rem);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.93rem;
  font-weight: 750;
}

.site-header nav a:hover {
  color: var(--white);
}

.hero {
  display: grid;
  min-height: 82vh;
  grid-template-columns: minmax(0, 1.04fr) minmax(21rem, 0.96fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(4.5rem, 9vw, 8rem) clamp(1rem, 5vw, 5rem) clamp(3rem, 7vw, 6rem);
}

.hero-copy {
  max-width: 60rem;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.9rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy);
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.25rem;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: 0.95;
}

h2 {
  max-width: 14ch;
  margin-bottom: 0;
  font-size: clamp(2rem, 4.2vw, 4.4rem);
  line-height: 1;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.12;
}

.hero-text {
  max-width: 43rem;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.7vw, 1.38rem);
  line-height: 1.7;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.2rem;
  border: 1px solid var(--line);
  font-weight: 850;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.button.ghost {
  background: var(--white);
  color: var(--navy);
}

.hero-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.hero-panel-top {
  padding: clamp(1.25rem, 3vw, 2rem);
  background: linear-gradient(135deg, var(--navy), #074f6a);
  color: var(--white);
}

.hero-panel-top span,
.metric-grid span,
.process-step span,
.intention span {
  display: inline-block;
  margin-bottom: 0.6rem;
  font-weight: 900;
}

.hero-panel-top strong {
  display: block;
  max-width: 28rem;
  font-size: clamp(1.35rem, 2.6vw, 2.5rem);
  line-height: 1.06;
}

.metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.metric-grid div {
  min-height: 12rem;
  padding: 1.25rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metric-grid span,
.process-step span,
.intention span {
  color: var(--teal);
}

.metric-grid strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--navy);
  font-size: 1.2rem;
}

.metric-grid p,
.value-card p,
.process-step p,
.daily-panel li,
.deliverable-panel li,
.intention p {
  color: var(--muted);
  line-height: 1.58;
}

.intro-band {
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 5rem);
  background: var(--navy);
  color: var(--white);
}

.intro-band p {
  max-width: 72rem;
  margin: 0 auto;
  font-size: clamp(1.45rem, 3vw, 3rem);
  font-weight: 750;
  line-height: 1.18;
}

.section {
  padding: clamp(4.5rem, 9vw, 8rem) clamp(1rem, 5vw, 5rem);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.bio-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 249, 247, 0.96));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 20px;
}

.bio-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(10rem, 15rem);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  max-width: 96rem;
  margin: 0 auto;
}

.bio-copy {
  display: grid;
  gap: 1.15rem;
  max-width: 64rem;
  font-size: clamp(1rem, 1.28vw, 1.16rem);
  line-height: 1.72;
}

.bio-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.85rem, 3.2vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.bio-copy p {
  margin: 0;
  color: rgba(16, 32, 51, 0.78);
}

.bio-role {
  max-width: 38rem;
  color: var(--navy);
  font-size: clamp(1.1rem, 1.7vw, 1.42rem);
  font-weight: 820;
  line-height: 1.28;
}

.bio-copy p:not(.section-kicker, .bio-role) {
  max-width: 58rem;
}

.bio-copy p:not(.section-kicker, .bio-role):first-of-type {
  color: var(--navy);
  font-size: clamp(1.08rem, 1.5vw, 1.26rem);
  font-weight: 680;
  line-height: 1.58;
}

.bio-visual {
  display: grid;
  justify-items: center;
  gap: 1.25rem;
  align-self: start;
  padding-top: 3.2rem;
}

.bio-photo {
  width: min(100%, clamp(10rem, 15vw, 14rem));
  aspect-ratio: 1;
  border-radius: 50%;
  border: 0.6rem solid var(--white);
  object-fit: cover;
  object-position: 50% 34%;
  box-shadow: 0 24px 70px rgba(5, 36, 71, 0.16);
  filter: contrast(1.02) brightness(1.02);
}

.bio-visual blockquote {
  position: relative;
  max-width: 15rem;
  margin: 0;
  padding: 0.15rem 0 0.15rem 0.85rem;
  border-left: 3px solid var(--teal);
  color: var(--navy);
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  font-weight: 860;
  line-height: 1.35;
  text-align: left;
}

.bio-visual blockquote span {
  color: var(--teal);
}

.value-grid,
.intentions-grid,
.process,
.split-section,
.commitment-grid {
  perspective: 1200px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.value-card,
.intention,
.process-step,
.daily-panel,
.deliverable-panel,
.flyer-card,
.contact-section {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 40px rgba(5, 36, 71, 0.08);
}

.value-card {
  min-height: 18rem;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.icon-line {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 1.5rem;
  place-items: center;
  border: 1px solid rgba(8, 125, 122, 0.28);
  color: var(--teal);
  font-size: 2rem;
  font-weight: 900;
}

.intentions-section {
  background: rgba(232, 244, 242, 0.72);
}

.intentions-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.intention {
  min-height: 13rem;
  padding: 1.25rem;
}

.intention p {
  margin-bottom: 0;
  color: var(--navy);
  font-size: 1.1rem;
  font-weight: 750;
}

.process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.process-step {
  min-height: 17rem;
  padding: 1.35rem;
  border-top: 6px solid var(--teal);
}

.process-step:nth-child(2) {
  border-top-color: #0870a8;
}

.process-step:nth-child(3) {
  border-top-color: #0d9b91;
}

.process-step:nth-child(4) {
  border-top-color: #35a76d;
}

.process-step:nth-child(5) {
  border-top-color: var(--green);
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  background: #f0f6f4;
}

.daily-panel,
.deliverable-panel {
  padding: clamp(1.25rem, 3vw, 2.5rem);
}

.check-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.8rem;
}

.check-list li::before {
  position: absolute;
  top: 0.15rem;
  left: 0;
  display: grid;
  width: 1.1rem;
  height: 1.1rem;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
}

.flyer-section {
  padding-top: clamp(3rem, 7vw, 6rem);
}

.flyer-card {
  position: relative;
  display: block;
  max-width: min(68rem, 100%);
  margin: 0 auto;
  overflow: hidden;
}

.flyer-card img {
  width: 100%;
  height: auto;
}

.flyer-card span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.75rem 1rem;
  background: var(--navy);
  color: var(--white);
  font-weight: 850;
}

.commitment-band {
  margin: clamp(2rem, 5vw, 5rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.commitment-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.commitment-grid span {
  padding: 1rem;
  border-left: 3px solid var(--teal);
  color: var(--muted);
  line-height: 1.45;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(20rem, 1fr);
  align-items: start;
  gap: 2rem;
  margin: clamp(2rem, 5vw, 5rem);
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(5, 36, 71, 0.16);
  background: #8bcdf2;
  color: var(--navy);
}

.contact-section h2,
.contact-section .section-kicker {
  color: var(--navy);
}

.contact-section h2 {
  max-width: 17ch;
}

.contact-copy {
  display: grid;
  gap: 1rem;
}

.contact-copy p:not(.section-kicker) {
  max-width: 30rem;
  margin: 0;
  color: rgba(5, 36, 71, 0.72);
  font-size: 1.05rem;
  line-height: 1.55;
}

.contact-link {
  color: var(--navy);
  font-size: clamp(1.05rem, 1.6vw, 1.55rem);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.45rem 1.25rem;
  padding: 0;
  background: transparent;
}

.form-row {
  display: grid;
  gap: 0.45rem;
}

.form-row-wide,
.contact-submit,
.form-note {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 2px solid #21304d;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  color: #1f2340;
  font: inherit;
  padding: 1rem 1.05rem;
  box-shadow: 0 2px 0 rgba(5, 36, 71, 0.13);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #2b2d4f;
  opacity: 1;
}

.contact-form textarea {
  min-height: 10rem;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(5, 36, 71, 0.2);
  outline-offset: 1px;
}

.contact-submit {
  justify-self: start;
  border: 0;
  cursor: pointer;
}

.form-note {
  min-height: 1.3rem;
  margin: 0;
  color: rgba(5, 36, 71, 0.72);
  font-size: 0.9rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.site-genius {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 30;
  width: clamp(3.8rem, 6vw, 4.9rem);
  transform: translate3d(var(--genius-x, 0px), var(--genius-y, 0px), 0) scaleX(var(--genius-face, 1));
  transform-origin: 50% 100%;
  transition: transform 1200ms cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}

.genius-svg {
  width: 100%;
  filter: drop-shadow(0 16px 20px rgba(5, 36, 71, 0.24));
}

.genius-shadow ellipse {
  fill: rgba(5, 36, 71, 0.18);
}

.genius-body {
  animation: genius-bob 1.8s ease-in-out infinite;
  transform-origin: 60px 110px;
}

.genius-head {
  animation: genius-think 2.6s ease-in-out infinite;
  transform-origin: 60px 60px;
}

.face,
.hand {
  fill: #e6b58f;
  stroke: var(--navy);
  stroke-width: 2.4;
}

.shirt-body {
  fill: #f8faf8;
  stroke: #d2d8d8;
  stroke-width: 1.4;
}

.collar {
  fill: #ffffff;
  stroke: #c7d0d0;
  stroke-width: 1.2;
}

.tie {
  fill: var(--navy);
}

.zip,
.nose {
  fill: none;
  stroke: rgba(5, 36, 71, 0.5);
  stroke-linecap: round;
  stroke-width: 1.6;
}

.arm {
  fill: #edf2f1;
  stroke: #d2d8d8;
  stroke-width: 1.2;
}

.hair-main,
.hair-sweep {
  fill: #2e302e;
  stroke: var(--navy);
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.hair-gray {
  fill: #9b9a92;
  opacity: 0.9;
}

.lens {
  fill: rgba(255, 255, 255, 0.26);
  stroke: #111820;
  stroke-width: 4;
}

.bridge,
.brow,
.smile {
  fill: none;
  stroke: var(--navy);
  stroke-linecap: round;
  stroke-width: 2.4;
}

.eye {
  fill: var(--navy);
}

.stubble {
  fill: rgba(67, 58, 54, 0.22);
}

.genius-bubble {
  position: absolute;
  right: 68%;
  bottom: 78%;
  width: max-content;
  max-width: 11rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 12px 32px rgba(5, 36, 71, 0.14);
  font-size: 0.82rem;
  font-weight: 850;
  opacity: 0;
  transform: translateY(6px) scaleX(var(--genius-face, 1));
  transition: opacity 300ms ease, transform 300ms ease;
}

.site-genius.is-chatty .genius-bubble {
  opacity: 1;
  transform: translateY(0) scaleX(var(--genius-face, 1));
}

@keyframes genius-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes genius-think {
  0%,
  100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(3deg);
  }
}

.depth-box {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 440ms cubic-bezier(0.16, 1, 0.3, 1), border-color 240ms ease, box-shadow 240ms ease, filter 240ms ease, opacity 240ms ease;
  will-change: transform;
  cursor: pointer;
  perspective: 1400px;
  isolation: isolate;
}

.depth-box::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(90, 182, 96, 0.18), transparent 32%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.depth-box:hover,
.depth-box:focus-visible {
  border-color: rgba(8, 125, 122, 0.36);
}

.depth-box:focus-visible {
  outline: 2px solid rgba(8, 125, 122, 0.55);
  outline-offset: 4px;
}

.depth-box.is-advanced {
  z-index: 9;
  transform: translate3d(var(--lift-x, 0px), var(--lift-y, -10px), 112px) scale(var(--lift-scale, 1.08));
  border-color: rgba(8, 125, 122, 0.45);
  box-shadow: 0 38px 110px rgba(5, 36, 71, 0.28), 0 0 0 1px rgba(8, 125, 122, 0.12);
  filter: none;
  opacity: 1;
  overflow: visible;
}

.depth-box.is-advanced::after {
  opacity: 1;
}

.depth-card-front,
.depth-card-back {
  min-height: inherit;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.depth-card-front {
  height: 100%;
  background: inherit;
  position: relative;
  z-index: 1;
}

.depth-card-back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.55rem;
  overflow: auto;
  padding: clamp(0.9rem, 2vw, 1.35rem);
  background: linear-gradient(135deg, var(--navy), #07546a);
  color: var(--white);
  transform: rotateY(180deg);
  z-index: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.depth-card-back h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.1rem, 1.65vw, 1.65rem);
  line-height: 1.15;
}

.depth-card-back p {
  max-width: 30rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  line-height: 1.52;
}

.depth-card-arrow {
  position: absolute;
  right: 0.85rem;
  bottom: 0.75rem;
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  border: 1px solid rgba(8, 125, 122, 0.28);
  background: rgba(255, 255, 255, 0.72);
  color: var(--teal);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.depth-box:hover .depth-card-arrow,
.depth-box:focus-visible .depth-card-arrow {
  transform: translate(2px, -2px);
}

.depth-card-arrow-back {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.depth-box.is-advanced .depth-card-front {
  transform: rotateY(-180deg);
  z-index: 0;
}

.depth-box.is-advanced .depth-card-back {
  transform: rotateY(0deg);
  z-index: 1;
}

[data-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-animate].depth-box.is-visible.is-advanced {
  transform: translate3d(var(--lift-x, 0px), var(--lift-y, -10px), 112px) scale(var(--lift-scale, 1.08));
}

@media (max-width: 1120px) {
  .value-grid,
  .intentions-grid,
  .process,
  .commitment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-card:last-child,
  .intention:last-child,
  .process-step:last-child,
  .commitment-grid span:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scrollbar-width: none;
  }

  .site-header nav::-webkit-scrollbar {
    display: none;
  }

  .hero,
  .section-heading,
  .bio-layout,
  .split-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .bio-visual {
    position: static;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    max-width: 14ch;
    font-size: clamp(2.8rem, 11vw, 5rem);
  }
}

@media (max-width: 620px) {
  .brand {
    font-size: 0.94rem;
  }

  .experiment-notice {
    width: calc(100% - 2rem);
    margin: 1.25rem 1rem -1.4rem;
    transform: rotate(0.7deg);
  }

  .experiment-notice-inner {
    align-items: flex-start;
    gap: 0.65rem;
    min-height: 0;
    padding: 0.9rem 1.8rem 0.9rem 0.9rem;
    box-shadow: 4px 4px 0 var(--navy-deep);
  }

  .experiment-notice p {
    gap: 0.15rem;
    font-size: 0.78rem;
  }

  .brand-text small {
    font-size: 0.68rem;
  }

  .hero {
    padding-top: 3rem;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 4rem);
  }

  .metric-grid,
  .value-grid,
  .intentions-grid,
  .process,
  .commitment-grid {
    grid-template-columns: 1fr;
  }

  .value-card:last-child,
  .intention:last-child,
  .process-step:last-child,
  .commitment-grid span:last-child {
    grid-column: auto;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .site-genius {
    width: 3.4rem;
  }

  .genius-bubble {
    display: none;
  }
}

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

  .site-genius {
    transition: none;
  }
}
