:root {
  --ice: #eef4f2;
  --ice-bright: #f8fbfa;
  --blue: #1557ff;
  --blue-dark: #0d3fc7;
  --orange: #ff4d18;
  --ink: #101818;
  --steel: #bfcac7;
  --steel-dark: #71807c;
  --line: rgba(16, 24, 24, 0.24);
  --line-light: rgba(238, 244, 242, 0.26);
  --rail-width: 6.5rem;
  --mobile-header-height: 4.5rem;
  --page-pad: clamp(1rem, 3.7vw, 4.75rem);
  --section-space: clamp(6rem, 10vw, 10rem);
  --ease: cubic-bezier(0.2, 0.75, 0.2, 1);
  --font-sans: Arial, Helvetica, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--blue) var(--ice);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ice);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
}

body.has-dialog {
  overflow: hidden;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}

button,
a {
  touch-action: manipulation;
}

button {
  border: 0;
  background: transparent;
}

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

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

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

::selection {
  background: var(--orange);
  color: var(--ink);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  padding: 0.8rem 1rem;
  background: var(--orange);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-progress {
  position: fixed;
  z-index: 140;
  top: 0;
  bottom: 0;
  left: calc(var(--rail-width) - 3px);
  width: 3px;
  pointer-events: none;
}

.page-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--orange);
  transform: scaleY(0);
  transform-origin: top center;
  will-change: transform;
}

.side-rail {
  position: fixed;
  z-index: 120;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: var(--rail-width);
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line-light);
  background: var(--ink);
  color: var(--ice);
}

.rail-brand {
  display: flex;
  min-height: var(--rail-width);
  flex-direction: column;
  justify-content: center;
  padding: 0.9rem;
  border-bottom: 1px solid var(--line-light);
  transition: background 180ms ease, color 180ms ease;
}

.rail-brand:hover {
  background: var(--blue);
}

.rail-brand strong {
  font-size: 1.65rem;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.rail-brand span,
.rail-nav span,
.rail-booking {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rail-nav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line-light);
}

.rail-nav a {
  display: grid;
  min-height: 5.5rem;
  align-content: space-between;
  padding: 0.7rem;
  border-bottom: 1px solid var(--line-light);
  color: rgba(238, 244, 242, 0.55);
  transition: background 180ms ease, color 180ms ease;
}

.rail-nav a:hover,
.rail-nav a.is-active {
  background: var(--blue);
  color: var(--ice);
}

.rail-nav strong {
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.rail-booking {
  display: flex;
  min-height: var(--rail-width);
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem;
  background: var(--orange);
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease;
}

.rail-booking:hover {
  background: var(--ice);
}

.mobile-header {
  display: none;
}

main,
.site-footer {
  margin-left: var(--rail-width);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(32rem, 1.02fr);
  min-height: 100svh;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2rem, 4vw, 5rem) var(--page-pad) 2rem;
}

.system-label,
.coordinate,
.section-code,
.section-status,
.hero-metrics dt,
.hero-metrics dd,
.visual-tag,
.hero-visual-note,
.system-strip,
.service-table__head,
.service-id,
.service-time,
.service-price,
.price-note,
.passport-legend,
.passport-result__top,
.passport-id,
.passport-result dt,
.passport-result dd,
.protocol-number,
.protocol-grid article > span,
.work-stage figcaption,
.work-list,
.founder-photo p,
.founder-copy dt,
.founder-copy dd,
.studio-details dt,
.studio-action small,
.site-footer,
.dialog-header,
.booking-copy dt,
.booking-copy dd,
.form-field > span {
  font-family: var(--font-mono);
}

.system-label {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
  color: var(--steel-dark);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-heading {
  margin: auto 0;
  padding: 3rem 0;
}

.coordinate {
  margin: 0 0 1.5rem;
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 700;
}

.hero h1 {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: clamp(3.2rem, 5vw, 6.8rem);
  font-weight: 900;
  letter-spacing: -0.088em;
  line-height: 0.78;
  text-transform: uppercase;
}

.hero-heading__signal {
  color: var(--blue);
}

.hero-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: end;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
}

.hero-intro > p {
  max-width: 32rem;
  margin: 0;
  color: #33413e;
  font-size: clamp(0.95rem, 1.3vw, 1.2rem);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.action {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.8rem 1rem;
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.action--primary {
  background: var(--blue);
  color: var(--ice);
}

.action--primary:hover {
  background: var(--ink);
}

.action--line {
  border: 1px solid var(--line);
}

.action--line:hover {
  background: var(--ink);
  color: var(--ice);
}

.action--inverse {
  border: 1px solid var(--ice);
  color: var(--ice);
}

.action--inverse:hover {
  background: var(--ice);
  color: var(--blue);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.hero-metrics div {
  min-width: 0;
  padding: 0.8rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-metrics dt,
.hero-metrics dd {
  margin: 0;
}

.hero-metrics dt {
  color: var(--steel-dark);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.hero-metrics dd {
  margin-top: 0.4rem;
  font-size: clamp(0.75rem, 1vw, 0.9rem);
  font-weight: 800;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--steel);
  isolation: isolate;
}

.hero-visual picture,
.hero-visual img {
  width: 100%;
  height: 100%;
}

.hero-visual img {
  object-fit: cover;
  object-position: 70% center;
  filter: grayscale(0.88) contrast(1.08) saturate(0.75);
}

.hero-visual::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(135deg, rgba(21, 87, 255, 0.08), transparent 52%, rgba(16, 24, 24, 0.16));
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  z-index: 2;
  inset: 0;
  background-image: linear-gradient(rgba(238, 244, 242, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(238, 244, 242, 0.2) 1px, transparent 1px);
  background-size: 25% 25%;
  pointer-events: none;
}

.scan-line {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--orange);
  box-shadow: 0 0 1rem rgba(255, 77, 24, 0.65);
  pointer-events: none;
  animation: scan 6s linear infinite;
}

.visual-tag {
  position: absolute;
  z-index: 4;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0.55rem 0.65rem;
  background: var(--ice);
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.visual-tag span {
  color: var(--blue);
}

.visual-tag--eye {
  top: 27%;
  right: 11%;
}

.visual-tag--eye::before,
.visual-tag--map::before,
.visual-tag--place::before {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 1px;
  background: var(--orange);
  content: "";
}

.visual-tag--eye::before {
  right: 100%;
}

.visual-tag--map {
  top: 55%;
  left: 8%;
}

.visual-tag--map::before {
  left: 100%;
}

.visual-tag--place {
  right: 9%;
  bottom: 16%;
}

.visual-tag--place::before {
  right: 100%;
}

.hero-visual-note {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0.6rem;
  background: var(--ink);
  color: var(--ice);
  font-size: 0.6rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-enter {
  opacity: 0;
  transform: translateY(1.5rem);
  animation: hero-enter 700ms var(--ease) forwards;
}

.hero-heading .hero-enter:nth-child(1) { animation-delay: 80ms; }
.hero-heading .hero-enter:nth-child(2) { animation-delay: 150ms; }
.hero-heading .hero-enter:nth-child(3) { animation-delay: 220ms; }
.hero-heading .hero-enter:nth-child(4) { animation-delay: 290ms; }
.hero-intro.hero-enter { animation-delay: 360ms; }
.hero-metrics.hero-enter { animation-delay: 430ms; }
.hero-visual.hero-enter { animation-delay: 180ms; }

.system-strip {
  display: flex;
  min-height: 4rem;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  padding: 0.75rem var(--page-pad);
  border-bottom: 1px solid var(--line);
  background: var(--orange);
  font-size: clamp(0.72rem, 1vw, 0.85rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.system-strip i {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--ink);
}

.section-shell {
  padding: var(--section-space) var(--page-pad);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(10rem, 0.45fr) minmax(0, 1.3fr) minmax(14rem, 0.55fr);
  gap: clamp(1.5rem, 4vw, 5rem);
  align-items: end;
  margin-bottom: clamp(3.5rem, 7vw, 7rem);
}

.section-heading--compact {
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.section-code,
.section-status {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-status {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1rem;
  color: var(--steel-dark);
  font-weight: 500;
}

.section-status i {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--orange);
}

.section-heading h2,
.passport-intro h2,
.work-heading h2,
.founder-copy h2,
.academy h2,
.booking-copy h2 {
  margin: 0;
  font-size: clamp(3rem, 6.8vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.085em;
  line-height: 0.84;
  text-transform: uppercase;
}

.section-heading > p,
.work-heading > p:last-child {
  margin: 0;
  color: #46524f;
  font-size: 0.95rem;
}

.service-table {
  border-top: 2px solid var(--ink);
}

.service-table__head,
.service-row {
  display: grid;
  grid-template-columns: 0.35fr 1.35fr 1.6fr 0.65fr 0.75fr 0.65fr;
  gap: 1rem;
  align-items: center;
}

.service-table__head {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--steel-dark);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-row {
  position: relative;
  min-height: 9rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
  transition: background 200ms ease, color 200ms ease, padding 200ms ease;
}

.service-row:hover,
.service-row:focus-within {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  background: var(--ink);
  color: var(--ice);
}

.service-id,
.service-time,
.service-price {
  font-size: 0.7rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.service-id {
  color: var(--blue);
  font-weight: 800;
}

.service-row:hover .service-id,
.service-row:focus-within .service-id {
  color: var(--orange);
}

.service-row h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 2.15rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-transform: uppercase;
}

.service-row p {
  max-width: 30rem;
  margin: 0;
  color: #53605d;
  font-size: 0.85rem;
}

.service-row:hover p,
.service-row:focus-within p {
  color: rgba(238, 244, 242, 0.7);
}

.service-price {
  font-weight: 800;
}

.service-row button {
  display: flex;
  min-height: 2.9rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem;
  border: 1px solid currentColor;
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.service-row button:hover {
  background: var(--orange);
  color: var(--ink);
}

.price-note {
  margin: 1rem 0 0;
  color: var(--steel-dark);
  font-size: 0.64rem;
}

.passport {
  display: grid;
  grid-template-columns: minmax(20rem, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 5vw, 6rem);
  padding: var(--section-space) var(--page-pad);
  background: var(--blue);
  color: var(--ice);
}

.passport-intro {
  align-self: start;
  min-width: 0;
}

.passport-intro h2 {
  margin-top: clamp(2.5rem, 5vw, 5rem);
  font-size: clamp(3.2rem, 4.7vw, 6.2rem);
}

.passport-intro > p:not(.section-code) {
  max-width: 32rem;
  margin: 2rem 0 0;
  color: rgba(238, 244, 242, 0.74);
}

.passport-legend {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 4rem;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.passport-legend i {
  flex: 1;
  height: 1px;
  background: var(--orange);
}

.passport-system {
  min-width: 0;
  border: 1px solid var(--line-light);
  background: var(--ice);
  color: var(--ink);
}

.passport-controls fieldset {
  min-width: 0;
  min-inline-size: 0;
  margin: 0;
  padding: 1.5rem;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.passport-controls legend {
  width: 100%;
  margin-bottom: 1rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.passport-controls legend span {
  margin-right: 1rem;
  color: var(--blue);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.choice-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-grid button {
  display: flex;
  min-height: 6.5rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  text-align: left;
  transition: background 180ms ease, color 180ms ease;
}

.choice-grid button:hover {
  background: rgba(21, 87, 255, 0.08);
}

.choice-grid button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--ice);
}

.choice-grid strong {
  font-size: clamp(1rem, 1.6vw, 1.4rem);
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.choice-grid small {
  color: var(--steel-dark);
  font-size: 0.7rem;
}

.choice-grid button[aria-pressed="true"] small {
  color: rgba(238, 244, 242, 0.62);
}

.passport-result {
  padding: 1.5rem;
  background: var(--orange);
}

.passport-result__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(16, 24, 24, 0.35);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.passport-result__top p {
  margin: 0;
}

.passport-result__body {
  padding: clamp(2rem, 4vw, 4rem) 0;
}

.passport-id {
  margin: 0 0 1rem;
  font-size: 0.7rem;
  font-weight: 800;
}

.passport-result h3 {
  max-width: 42rem;
  margin: 0;
  font-size: clamp(2.8rem, 5.7vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
  text-transform: uppercase;
}

.passport-result__body > p:last-child {
  max-width: 38rem;
  margin: 1.5rem 0 0;
  font-size: 0.9rem;
}

.passport-result dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(16, 24, 24, 0.35);
  border-left: 1px solid rgba(16, 24, 24, 0.35);
}

.passport-result dl div {
  padding: 0.8rem;
  border-right: 1px solid rgba(16, 24, 24, 0.35);
  border-bottom: 1px solid rgba(16, 24, 24, 0.35);
}

.passport-result dt,
.passport-result dd {
  margin: 0;
  font-size: 0.62rem;
  text-transform: uppercase;
}

.passport-result dt {
  opacity: 0.58;
}

.passport-result dd {
  margin-top: 0.4rem;
  font-weight: 800;
}

.passport-submit {
  display: flex;
  width: 100%;
  min-height: 3.8rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding: 0.8rem 1rem;
  background: var(--ink);
  color: var(--ice);
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.passport-submit:hover {
  background: var(--ice);
  color: var(--ink);
}

.passport-disclaimer {
  margin: 1rem 0 0;
  font-size: 0.68rem;
  opacity: 0.7;
}

.protocol {
  background: var(--ice-bright);
}

.protocol-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.protocol-grid article {
  display: flex;
  min-height: 30rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 220ms ease, color 220ms ease;
}

.protocol-grid article:hover {
  background: var(--blue);
  color: var(--ice);
}

.protocol-number {
  margin: 0;
  color: var(--orange);
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.protocol-grid h3 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 4rem);
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.protocol-grid article div p {
  margin: 1rem 0 0;
  color: #53605d;
  font-size: 0.85rem;
}

.protocol-grid article:hover div p {
  color: rgba(238, 244, 242, 0.72);
}

.protocol-grid article > span {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.work-index {
  padding: var(--section-space) var(--page-pad);
  background: var(--ink);
  color: var(--ice);
}

.work-heading {
  display: grid;
  grid-template-columns: 0.4fr 1.2fr 0.45fr;
  gap: clamp(1.5rem, 4vw, 5rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.work-heading > p:last-child {
  color: rgba(238, 244, 242, 0.62);
}

.work-display {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr);
  border: 1px solid var(--line-light);
}

.work-stage {
  min-width: 0;
  margin: 0;
  border-right: 1px solid var(--line-light);
}

.work-image-wrap {
  position: relative;
  min-height: min(62vw, 46rem);
  overflow: hidden;
  background: #28302f;
}

.work-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: grayscale(0.82) contrast(1.08);
  transition: opacity 220ms ease, transform 520ms var(--ease);
}

.work-image-wrap img.is-changing {
  opacity: 0;
  transform: scale(1.015);
}

.work-cross {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
}

.work-cross::before,
.work-cross::after {
  position: absolute;
  background: var(--orange);
  content: "";
}

.work-cross::before {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
}

.work-cross::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.work-cross--one {
  top: 8%;
  left: 7%;
}

.work-cross--two {
  right: 7%;
  bottom: 8%;
}

.work-stage figcaption {
  display: grid;
  grid-template-columns: 0.3fr 0.85fr 1fr;
  gap: 1rem;
  min-height: 5rem;
  align-items: center;
  padding: 1rem;
  border-top: 1px solid var(--line-light);
  font-size: 0.66rem;
  text-transform: uppercase;
}

.work-stage figcaption strong {
  color: var(--orange);
}

.work-stage figcaption p {
  margin: 0;
  color: rgba(238, 244, 242, 0.58);
  text-transform: none;
}

.work-list {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.work-list button {
  display: grid;
  grid-template-columns: 4.5rem 2.2rem minmax(0, 1fr);
  grid-template-rows: 1fr 1fr;
  min-height: 8rem;
  align-items: center;
  gap: 0 0.8rem;
  padding: 0.75rem;
  border-bottom: 1px solid var(--line-light);
  color: rgba(238, 244, 242, 0.52);
  cursor: pointer;
  text-align: left;
  transition: background 180ms ease, color 180ms ease;
}

.work-list button:last-child {
  border-bottom: 0;
}

.work-list button:hover,
.work-list button.is-active {
  background: var(--blue);
  color: var(--ice);
}

.work-list img {
  grid-row: span 2;
  width: 4.5rem;
  height: 4.5rem;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1);
}

.work-list button > span {
  grid-row: span 2;
  font-size: 0.68rem;
}

.work-list strong,
.work-list small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.work-list strong {
  align-self: end;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.work-list small {
  align-self: start;
  color: inherit;
  font-size: 0.6rem;
  opacity: 0.65;
}

.founder {
  display: grid;
  grid-template-columns: minmax(20rem, 0.78fr) minmax(0, 1.22fr);
  min-height: 100svh;
  background: var(--orange);
}

.founder-photo {
  position: relative;
  min-height: 42rem;
  overflow: hidden;
  background: var(--steel);
}

.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1) contrast(1.08);
  mix-blend-mode: multiply;
}

.founder-photo p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0.8rem;
  background: var(--ink);
  color: var(--ice);
  font-size: 0.65rem;
  text-transform: uppercase;
}

.founder-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--section-space) var(--page-pad);
}

.founder-copy h2 {
  margin-top: clamp(2rem, 4vw, 4rem);
}

.founder-copy blockquote {
  max-width: 52rem;
  margin: clamp(2.5rem, 5vw, 5rem) 0 1.5rem;
  font-size: clamp(1.4rem, 2.6vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.founder-copy > p:not(.section-code) {
  max-width: 42rem;
  margin: 0;
}

.founder-copy dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(2rem, 4vw, 4rem) 0 0;
  border-top: 1px solid rgba(16, 24, 24, 0.35);
  border-left: 1px solid rgba(16, 24, 24, 0.35);
}

.founder-copy dl div {
  padding: 0.8rem;
  border-right: 1px solid rgba(16, 24, 24, 0.35);
  border-bottom: 1px solid rgba(16, 24, 24, 0.35);
}

.founder-copy dt,
.founder-copy dd {
  margin: 0;
  font-size: 0.65rem;
  text-transform: uppercase;
}

.founder-copy dt {
  opacity: 0.58;
}

.founder-copy dd {
  margin-top: 0.4rem;
  font-weight: 800;
}

.academy {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(25rem, 1.15fr);
  min-height: 90svh;
  background: var(--blue);
  color: var(--ice);
}

.academy-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--section-space) var(--page-pad);
}

.academy h2 {
  margin: clamp(2rem, 4vw, 4rem) 0;
}

.academy-copy > p:not(.section-code) {
  max-width: 34rem;
  margin: 0 0 2rem;
  color: rgba(238, 244, 242, 0.72);
}

.academy-copy .action {
  align-self: flex-start;
}

.academy-media {
  position: relative;
  min-height: 40rem;
  overflow: hidden;
}

.academy-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.9) contrast(1.12);
}

.academy-media > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--ice);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.academy-media span {
  padding: 0.8rem;
  border-right: 1px solid var(--line);
}

.studio-data {
  background: var(--ice-bright);
}

.studio-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.75fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.studio-grid > * {
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.studio-map {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 4rem 4rem;
}

.map-axis {
  position: absolute;
  background: var(--blue);
}

.map-axis--x {
  top: 52%;
  right: 0;
  left: 0;
  height: 2px;
}

.map-axis--y {
  top: 0;
  bottom: 0;
  left: 58%;
  width: 2px;
}

.map-point {
  position: absolute;
  z-index: 2;
  top: calc(52% - 2.2rem);
  left: calc(58% - 2.2rem);
  display: grid;
  width: 4.4rem;
  height: 4.4rem;
  place-items: center;
  background: var(--orange);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 800;
}

.studio-map p {
  position: absolute;
  top: 1rem;
  left: 1rem;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.67rem;
}

.studio-map strong {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: clamp(3rem, 6vw, 7rem);
  letter-spacing: -0.08em;
  line-height: 0.75;
  text-align: right;
}

.studio-details {
  margin: 0;
}

.studio-details div {
  min-height: 8.5rem;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
}

.studio-details div:last-child {
  border-bottom: 0;
}

.studio-details dt,
.studio-details dd {
  margin: 0;
}

.studio-details dt {
  color: var(--steel-dark);
  font-size: 0.65rem;
  text-transform: uppercase;
}

.studio-details dd {
  margin-top: 1rem;
  font-size: clamp(0.95rem, 1.3vw, 1.2rem);
  font-weight: 800;
}

.studio-details a:hover {
  color: var(--blue);
}

.studio-action {
  display: flex;
  min-height: 34rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  background: var(--blue);
  color: var(--ice);
}

.studio-action p {
  max-width: 20rem;
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-transform: uppercase;
}

.studio-action button {
  display: flex;
  min-height: 4rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem;
  border: 1px solid var(--ice);
  color: var(--ice);
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.studio-action button:hover {
  background: var(--ice);
  color: var(--blue);
}

.studio-action small {
  color: rgba(238, 244, 242, 0.6);
  font-size: 0.6rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr auto;
  gap: 2rem;
  align-items: end;
  min-height: 18rem;
  padding: 3rem var(--page-pad);
  background: var(--ink);
  color: var(--ice);
  font-size: 0.66rem;
  text-transform: uppercase;
}

.footer-mark {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

.footer-mark strong {
  font-family: var(--font-sans);
  font-size: clamp(4rem, 8vw, 9rem);
  letter-spacing: -0.1em;
  line-height: 0.7;
}

.site-footer p {
  margin: 0;
  color: rgba(238, 244, 242, 0.58);
}

.site-footer > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.site-footer a:hover {
  color: var(--orange);
}

.mobile-booking {
  display: none;
}

dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
}

dialog::backdrop {
  background: rgba(16, 24, 24, 0.74);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.dialog-panel {
  min-height: 100%;
  background: var(--ice);
}

.dialog-header {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.66rem;
  text-transform: uppercase;
}

.dialog-header > div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.dialog-header span {
  color: var(--steel-dark);
}

.dialog-header button {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  background: var(--orange);
  cursor: pointer;
  font-size: 1.5rem;
  transition: background 180ms ease, color 180ms ease;
}

.dialog-header button:hover {
  background: var(--ink);
  color: var(--ice);
}

.mobile-menu__panel {
  display: flex;
  flex-direction: column;
}

.mobile-menu nav {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.mobile-menu nav a {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 1.5rem;
  min-height: 4rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.25rem, 5vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.mobile-menu nav a:hover {
  background: var(--blue);
  color: var(--ice);
}

.mobile-menu nav span {
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 0.65rem;
}

.mobile-menu__booking {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: var(--orange);
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-dialog__panel {
  min-height: 100%;
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(20rem, 0.7fr) minmax(0, 1.3fr);
  min-height: calc(100svh - 5rem);
}

.booking-copy {
  padding: clamp(2rem, 5vw, 6rem) var(--page-pad);
  background: var(--blue);
  color: var(--ice);
}

.booking-copy h2 {
  margin-top: clamp(2rem, 4vw, 4rem);
}

.booking-copy > p:not(.section-code) {
  max-width: 31rem;
  margin: 2rem 0 0;
  color: rgba(238, 244, 242, 0.72);
}

.booking-copy dl {
  display: grid;
  margin: clamp(3rem, 6vw, 6rem) 0 0;
  border-top: 1px solid var(--line-light);
}

.booking-copy dl div {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line-light);
}

.booking-copy dt,
.booking-copy dd {
  margin: 0;
  font-size: 0.65rem;
  text-transform: uppercase;
}

.booking-copy dt {
  color: rgba(238, 244, 242, 0.55);
}

.booking-copy dd {
  font-weight: 800;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 1rem;
  padding: clamp(2rem, 5vw, 6rem) var(--page-pad);
}

.form-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.6rem;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field > span {
  color: var(--steel-dark);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.copy-fallback textarea {
  width: 100%;
  min-height: 3.8rem;
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--ice-bright);
  color: var(--ink);
}

.form-field input:focus,
.form-field select:focus,
.copy-fallback textarea:focus {
  border-color: var(--blue);
  outline: 2px solid var(--blue);
  outline-offset: 0;
}

.form-error,
.form-status {
  grid-column: 1 / -1;
  min-height: 1.2rem;
  margin: 0;
  font-size: 0.75rem;
}

.form-error {
  color: #b82900;
  font-weight: 800;
}

.form-status {
  color: var(--blue-dark);
}

.booking-submit {
  grid-column: 1 / -1;
  display: flex;
  min-height: 4.2rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  background: var(--orange);
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.booking-submit:hover {
  background: var(--ink);
  color: var(--ice);
}

.copy-fallback {
  grid-column: 1 / -1;
  padding: 1rem;
  border: 1px solid var(--orange);
}

.copy-fallback[hidden] {
  display: none;
}

.copy-fallback label {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 0.75rem;
  font-weight: 800;
}

.copy-fallback textarea {
  min-height: 8rem;
  resize: vertical;
}

.copy-fallback button {
  min-height: 2.9rem;
  margin-top: 0.6rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid var(--ink);
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 650ms var(--ease), transform 650ms var(--ease);
}

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

@keyframes hero-enter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scan {
  from { transform: translateY(0); }
  to { transform: translateY(100svh); }
}

@media (max-width: 1279px) {
  .side-rail {
    display: none;
  }

  .mobile-header {
    position: fixed;
    z-index: 110;
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    min-height: var(--mobile-header-height);
    align-items: center;
    gap: 1rem;
    padding: 0 1rem;
    border-bottom: 1px solid var(--line);
    background: rgba(238, 244, 242, 0.92);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    transition: transform 240ms var(--ease);
  }

  .mobile-header.is-hidden {
    transform: translateY(-110%);
  }

  .mobile-brand,
  .mobile-header p,
  .mobile-menu-trigger {
    font-family: var(--font-mono);
    font-size: 0.66rem;
    font-weight: 800;
    text-transform: uppercase;
  }

  .mobile-header p {
    margin: 0;
    color: var(--steel-dark);
    text-align: center;
  }

  .mobile-menu-trigger {
    display: flex;
    min-width: 5rem;
    min-height: 2.8rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.6rem;
    background: var(--ink);
    color: var(--ice);
    cursor: pointer;
  }

  .page-progress {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 3px;
  }

  .page-progress span {
    transform: scaleX(0);
    transform-origin: left center;
  }

  main,
  .site-footer {
    margin-left: 0;
  }

  .hero {
    min-height: 100svh;
    padding-top: var(--mobile-header-height);
    grid-template-columns: minmax(0, 1.05fr) minmax(25rem, 0.95fr);
  }

  .hero h1 {
    font-size: clamp(3.1rem, 5.7vw, 5.9rem);
  }

  .hero-intro {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-table__head,
  .service-row {
    grid-template-columns: 0.4fr 1.4fr 1.6fr 0.75fr 0.75fr;
  }

  .service-table__head span:nth-child(4),
  .service-row .service-time {
    display: none;
  }

  .passport {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .work-display {
    grid-template-columns: minmax(0, 1.3fr) minmax(16rem, 0.7fr);
  }

  .work-list button {
    grid-template-columns: 3.5rem 1.8rem minmax(0, 1fr);
  }

  .work-list img {
    width: 3.5rem;
    height: 3.5rem;
  }

  .studio-grid {
    grid-template-columns: 1fr 1fr;
  }

  .studio-action {
    grid-column: 1 / -1;
    min-height: 18rem;
  }

  .site-footer {
    grid-template-columns: 1.4fr repeat(3, 1fr);
  }
}

@media (max-width: 1023px) {
  .section-heading,
  .work-heading {
    grid-template-columns: 0.5fr 1.5fr;
  }

  .section-heading > p,
  .work-heading > p:last-child {
    grid-column: 2;
  }

  .service-table__head {
    display: none;
  }

  .service-row {
    grid-template-columns: 0.35fr 1.1fr 1.5fr 0.75fr;
    min-height: 10rem;
  }

  .service-row .service-time {
    display: none;
  }

  .service-row button {
    grid-column: 4;
  }

  .passport {
    grid-template-columns: minmax(0, 1fr);
  }

  .passport-intro {
    display: grid;
    grid-template-columns: 0.45fr 1.25fr 0.7fr;
    gap: 2rem;
    align-items: end;
  }

  .passport-intro h2,
  .passport-intro > p:not(.section-code) {
    margin: 0;
  }

  .passport-legend {
    display: none;
  }

  .protocol-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .protocol-grid article {
    min-height: 24rem;
  }

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

  .work-stage {
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .work-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .work-list button {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: 10rem;
    border-right: 1px solid var(--line-light);
    border-bottom: 0;
  }

  .work-list img {
    grid-row: auto;
    width: 100%;
    height: 4.5rem;
  }

  .work-list button > span {
    display: none;
  }

  .work-list strong,
  .work-list small {
    align-self: auto;
    white-space: normal;
  }

  .founder,
  .academy {
    grid-template-columns: 1fr 1fr;
  }

  .founder-copy,
  .academy-copy {
    padding-right: clamp(1.5rem, 4vw, 3rem);
    padding-left: clamp(1.5rem, 4vw, 3rem);
  }

  .founder-copy dl {
    grid-template-columns: 1fr;
  }

  .booking-layout {
    grid-template-columns: 0.8fr 1.2fr;
  }
}

@media (max-width: 767px) {
  :root {
    --section-space: clamp(4.5rem, 18vw, 7rem);
  }

  body {
    padding-bottom: 4rem;
  }

  .mobile-header {
    grid-template-columns: auto 1fr auto;
  }

  .mobile-header p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-menu-trigger {
    min-width: 2.8rem;
  }

  .mobile-menu-trigger span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .hero-copy {
    min-height: calc(100svh - var(--mobile-header-height));
    padding: 1.25rem 1rem;
  }

  .hero-heading {
    padding: 2.5rem 0;
  }

  .hero h1 {
    font-size: clamp(2.3rem, 11.5vw, 4.2rem);
  }

  .hero-intro {
    gap: 1.25rem;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-metrics div {
    padding: 0.6rem;
  }

  .hero-metrics dt {
    font-size: 0.55rem;
  }

  .hero-metrics dd {
    font-size: 0.64rem;
  }

  .hero-visual {
    min-height: 78svh;
  }

  .hero-visual img {
    object-position: 71% center;
  }

  .system-strip {
    justify-content: flex-start;
    overflow: hidden;
  }

  .system-strip span {
    flex: 0 0 auto;
  }

  .section-shell,
  .passport,
  .work-index {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .section-heading,
  .section-heading--compact,
  .work-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }

  .section-heading > p,
  .work-heading > p:last-child {
    grid-column: auto;
  }

  .section-heading h2,
  .passport-intro h2,
  .work-heading h2,
  .founder-copy h2,
  .academy h2,
  .booking-copy h2 {
    font-size: clamp(2.3rem, 11.5vw, 4.2rem);
  }

  .service-table {
    border-top-width: 1px;
  }

  .service-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.8rem 1rem;
    min-height: 0;
    padding: 1.25rem 0;
  }

  .service-row:hover,
  .service-row:focus-within {
    padding: 1.25rem 0.8rem;
  }

  .service-id {
    grid-row: 1 / 3;
  }

  .service-row h3 {
    font-size: 1.5rem;
  }

  .service-row p {
    grid-column: 2;
  }

  .service-price {
    grid-column: 2;
  }

  .service-row button {
    grid-column: 2;
    width: 100%;
  }

  .passport {
    gap: 3rem;
  }

  .passport-intro {
    display: block;
  }

  .passport-intro h2 {
    margin-top: 2rem;
  }

  .passport-intro > p:not(.section-code) {
    margin-top: 1.5rem;
  }

  .passport-controls fieldset,
  .passport-result {
    padding: 1rem;
  }

  .choice-grid,
  .choice-grid--two {
    grid-template-columns: 1fr;
  }

  .choice-grid button {
    min-height: 5rem;
  }

  .passport-result h3 {
    font-size: clamp(2.25rem, 10.8vw, 4.2rem);
  }

  .passport-result dl {
    grid-template-columns: 1fr;
  }

  .protocol-grid {
    grid-template-columns: 1fr;
  }

  .protocol-grid article {
    display: grid;
    grid-template-columns: 5rem 1fr;
    gap: 1rem;
    min-height: 15rem;
  }

  .protocol-grid article > span {
    grid-column: 2;
  }

  .protocol-number {
    font-size: 3.8rem;
  }

  .work-image-wrap {
    min-height: 70svh;
  }

  .work-stage figcaption {
    grid-template-columns: auto 1fr;
  }

  .work-stage figcaption p {
    grid-column: 1 / -1;
  }

  .work-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .work-list button {
    flex: 0 0 10rem;
    min-height: 9rem;
    scroll-snap-align: start;
  }

  .founder,
  .academy {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .founder-photo,
  .academy-media {
    min-height: 70svh;
  }

  .founder-copy,
  .academy-copy {
    padding: var(--section-space) 1rem;
  }

  .founder-copy dl {
    grid-template-columns: 1fr;
  }

  .academy-media {
    order: -1;
  }

  .studio-grid {
    grid-template-columns: 1fr;
  }

  .studio-action {
    grid-column: auto;
    min-height: 22rem;
  }

  .studio-map {
    min-height: 26rem;
  }

  .studio-map strong {
    font-size: 3.8rem;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    min-height: 24rem;
    padding: 3rem 1rem 5rem;
  }

  .footer-mark {
    grid-column: 1 / -1;
  }

  .footer-mark strong {
    font-size: 6rem;
  }

  .mobile-booking {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 4rem;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 1rem;
    background: var(--orange);
    color: var(--ink);
    cursor: pointer;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
  }

  .booking-layout {
    display: block;
  }

  .booking-copy,
  .booking-form {
    padding: 3rem 1rem;
  }

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

  .form-field--full,
  .form-error,
  .form-status,
  .booking-submit,
  .copy-fallback {
    grid-column: auto;
  }
}

@media (max-width: 389px) {
  .system-label span:first-child,
  .mobile-header p {
    display: none;
  }

  .mobile-header {
    grid-template-columns: 1fr auto;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 11.3vw, 3.6rem);
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .hero-metrics div {
    display: flex;
    justify-content: space-between;
  }

  .hero-metrics dd {
    margin-top: 0;
  }

  .visual-tag {
    font-size: 0.56rem;
  }

  .visual-tag--map {
    left: 4%;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-mark {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .scan-line {
    display: none;
  }

  .hero-enter,
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

.hero-heading__seo {
  display: block;
  max-width: 38rem;
  margin: 1.25rem 0 0;
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: clamp(0.68rem, 0.95vw, 0.84rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.seo-faq {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
  border-top: 1px solid var(--line);
  background: var(--ice-bright);
}

.seo-faq__matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2rem, 5vw, 4.5rem);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.seo-faq__matrix article {
  min-height: 20rem;
  padding: clamp(1.4rem, 2.8vw, 2.6rem);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.seo-faq__matrix span {
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.seo-faq__matrix h3 {
  margin: 3.5rem 0 1.4rem;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  line-height: 1.05;
}

.seo-faq__matrix p {
  margin: 0;
  color: var(--steel-dark);
}

@media (max-width: 820px) {
  .seo-faq__matrix {
    grid-template-columns: 1fr;
  }

  .seo-faq__matrix article {
    min-height: 0;
  }
}
