/* Corporate Employee Engagement Programme — approved B/C production consolidation. */

html { scroll-behavior: smooth; }

.cee-page {
  --cee-display: 'Futura', 'Jost', sans-serif;
  --cee-body: 'Noto Sans', sans-serif;
  overflow: clip;
  background: var(--cee-ground);
  color: var(--cee-ink);
  font-family: var(--cee-body);
}

.cee-shell {
  width: min(82.5rem, calc(100% - 4.5rem));
  margin-inline: auto;
}

.cee-curve {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 6rem;
  pointer-events: none;
}

/* Direction B hero: documentary, warm and people-first. */
.cee-hero {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background: var(--cee-dark);
  color: white;
}

.cee-hero__media,
.cee-hero__media img,
.cee-hero__scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cee-hero__media img {
  object-fit: cover;
  object-position: center 38%;
}

.cee-hero__scrim {
  background:
    linear-gradient(to bottom, color-mix(in srgb, black 68%, transparent), transparent 40%, color-mix(in srgb, black 82%, transparent)),
    linear-gradient(to right, color-mix(in srgb, black 68%, transparent), transparent 74%);
}

.cee-hero__arcs {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.cee-hero__arcs span {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  width: 118%;
  aspect-ratio: 1;
  translate: -50% 0;
  border: 1px solid color-mix(in srgb, white 8%, transparent);
  border-radius: 50%;
}

.cee-hero__arcs span:nth-child(2) { width: 104%; bottom: 5rem; opacity: 0.75; }
.cee-hero__arcs span:nth-child(3) { width: 90%; bottom: 9rem; opacity: 0.5; }

.cee-hero__content {
  position: relative;
  z-index: 3;
  padding-bottom: 10.5rem;
}

.cee-hero__eyebrow {
  margin: 0 0 1.25rem;
  color: color-mix(in srgb, white 80%, transparent);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.cee-hero__eyebrow strong { color: var(--cee-teal-bright); }

.cee-hero h1 {
  margin: 0;
  max-width: 66rem;
  font-family: var(--cee-display);
  font-size: clamp(2.1rem, 7.2vw, 5.4rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.cee-hero .mask { display: block; overflow: hidden; }
/* padding absorbs the descender (G, y) so the overflow mask doesn't clip it,
   negative margin keeps visual line spacing unchanged */
.cee-hero .mask > span { display: block; padding-bottom: 0.12em; margin-bottom: -0.12em; }

.cee-hero__curve { color: white; }

/* B opening: editorial argument and documentary frame. */
.cee-intro {
  padding-block: 8rem 0;
  background: white;
}

.cee-intro__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 5rem;
  align-items: end;
}

.cee-display-heading {
  margin: 0;
  font-family: var(--cee-display);
  font-size: clamp(2.5rem, 5.5vw, 5.25rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.cee-display-heading em { color: var(--cee-teal-deep); font-style: normal; }

.cee-intro__copy { max-width: 36rem; }
.cee-intro__copy p { margin: 0; color: var(--cee-ink-alt); line-height: 1.75; text-wrap: pretty; }
.cee-intro__copy .cee-intro__lede {
  margin-bottom: 1.6rem;
  color: var(--cee-ink);
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.65;
}

.cee-cinema { margin: 6rem 0 0; }
.cee-cinema__mask { overflow: hidden; background: var(--cee-dark); }
.cee-cinema__mask img { display: block; width: 100%; height: 100%; object-fit: cover; }
.cee-cinema--wide .cee-cinema__mask { height: min(70vw, 52rem); }
.cee-cinema--wide img { object-position: center 38%; }
/* C why: organisational structure and transformation. */
.cee-section-heading {
  margin: 0.65rem 0 0;
  font-family: var(--cee-display);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

/* The org chart lives inside the dark morph section: it is the static
   (mobile / no-JS / reduced-motion) counterpart of the board's initial
   state, so it shares the plate + section-dot language of the chips. */
.cee-context-note {
  margin: 1.5rem 0 0;
  padding-top: 1rem;
  max-width: 29rem;
  border-top: 1px solid color-mix(in srgb, white 12%, transparent);
  color: color-mix(in srgb, white 50%, transparent);
  font-size: 0.75rem;
  line-height: 1.6;
}

.cee-org-chart {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8rem 1rem;
  min-height: 25rem;
  margin-block: 3rem;
  padding: 1.5rem;
}

.cee-org-node {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 4rem;
  padding: 0.7rem;
  border: 1px solid color-mix(in srgb, white 16%, transparent);
  border-radius: 0.4rem;
  background: var(--cee-dark-accent);
  box-shadow: 0 8px 22px color-mix(in srgb, black 35%, transparent);
  color: color-mix(in srgb, white 94%, transparent);
  font-family: var(--cee-display);
  font-size: 1.05rem;
  font-weight: 500;
}
.cee-org-node::before {
  content: "";
  flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--sec, var(--cee-teal-bright));
}
.cee-org-node--lead,
.cee-org-node:nth-of-type(2),
.cee-org-node:nth-of-type(9) { --sec: var(--lane-s); }
.cee-org-node:nth-of-type(3),
.cee-org-node:nth-of-type(4) { --sec: var(--lane-a); }
.cee-org-node:nth-of-type(5),
.cee-org-node:nth-of-type(6) { --sec: var(--lane-t); }
.cee-org-node:nth-of-type(7),
.cee-org-node:nth-of-type(8) { --sec: var(--lane-b); }

.cee-org-node--lead {
  grid-column: 2 / 4;
  grid-row: 1;
}
.cee-org-node:nth-of-type(2) { grid-column: 1; grid-row: 2; }
.cee-org-node:nth-of-type(3) { grid-column: 2; grid-row: 2; }
.cee-org-node:nth-of-type(4) { grid-column: 3; grid-row: 2; }
.cee-org-node:nth-of-type(5) { grid-column: 4; grid-row: 2; }
.cee-org-node:nth-of-type(6) { grid-column: 1; grid-row: 3; }
.cee-org-node:nth-of-type(7) { grid-column: 2; grid-row: 3; }
.cee-org-node:nth-of-type(8) { grid-column: 3; grid-row: 3; }
.cee-org-node:nth-of-type(9) { grid-column: 4; grid-row: 3; }

.cee-org-line {
  position: absolute;
  z-index: 1;
  left: 13%;
  right: 13%;
  height: 1px;
  border-top: 1px dashed color-mix(in srgb, white 25%, transparent);
}
.cee-org-line--one { top: 7.6rem; }
.cee-org-line--two { top: 14.5rem; }
.cee-org-line--three { top: 21.3rem; }

.cee-morph {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: var(--cee-dark);
  color: white;
}
/* Ambient atmosphere — same radial-wash pattern as the About Us identity
   section (.au-identity__atmosphere), calibrated around the board. */
.cee-morph::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 68% 38%, color-mix(in srgb, var(--cee-teal) 17%, transparent), transparent 38%),
    radial-gradient(circle at 12% 92%, color-mix(in srgb, var(--cee-teal-bright) 8%, transparent), transparent 32%);
  pointer-events: none;
}
.cee-morph__stage {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-block: 5.5rem;
  overflow: hidden;
}

.cee-morph__shell {
  display: grid;
  grid-template-columns: minmax(19rem, 0.65fr) minmax(47.5rem, 1.35fr);
  gap: 3rem;
  align-items: center;
}

.cee-morph__head .cee-section-heading { color: white; }
.cee-morph__head > p:not(.section-kicker):not(.cee-context-note) {
  margin: 1.5rem 0 0;
  max-width: 29rem;
  color: color-mix(in srgb, white 68%, transparent);
  line-height: 1.75;
}

.cee-board {
  display: none;
  position: relative;
  width: 47.5rem;
  height: 29.4rem;
  justify-self: end;
}

.cee-board__connectors,
.cee-risers { position: absolute; inset: 0; }
.cee-board__connectors path {
  fill: none;
  stroke: color-mix(in srgb, white 24%, transparent);
  stroke-width: 1;
  stroke-dasharray: 5 7;
}

.cee-risers { opacity: 0; }
.cee-risers span {
  position: absolute;
  left: 4%;
  right: 4%;
  height: 1px;
  background: color-mix(in srgb, var(--sec) 40%, transparent);
}
.cee-risers span:nth-child(1) { --sec: var(--lane-s); top: 12.8%; }
.cee-risers span:nth-child(2) { --sec: var(--lane-a); top: 33%; }
.cee-risers span:nth-child(3) { --sec: var(--lane-t); top: 53.2%; }
.cee-risers span:nth-child(4) { --sec: var(--lane-b); top: 73.4%; }

.cee-voice-label {
  position: absolute;
  opacity: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.cee-voice-label--s { left: 3.9%; top: 9.4%; color: var(--lane-s); }
.cee-voice-label--a { left: 3.9%; top: 29.6%; color: var(--lane-a); }
.cee-voice-label--t { left: 3.9%; top: 49.8%; color: var(--lane-t); }
.cee-voice-label--b { left: 3.9%; top: 70%; color: var(--lane-b); }

.cee-person {
  position: absolute;
  left: 0;
  top: 0;
  width: 9.5rem;
  min-height: 3.4rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.8rem;
  transform: translate3d(var(--x0), var(--y0), 0);
  border: 1px solid color-mix(in srgb, white 16%, transparent);
  border-radius: 0.4rem;
  background: var(--cee-dark-accent);
  box-shadow: 0 8px 22px color-mix(in srgb, black 35%, transparent);
  color: color-mix(in srgb, white 94%, transparent);
  font-family: var(--cee-display);
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.15;
  will-change: transform;
}
.cee-person::before {
  content: "";
  flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--sec, var(--cee-teal-bright));
}
/* Voice-section membership: S = Leadership/People/Strategy,
   A = Finance/Operations/Impact, T = Sales/Marketing/Legal,
   B = Technology/Support/Comms. */
.cee-person--01, .cee-person--02, .cee-person--09 { --sec: var(--lane-s); }
.cee-person--03, .cee-person--04, .cee-person--10 { --sec: var(--lane-a); }
.cee-person--05, .cee-person--06, .cee-person--11 { --sec: var(--lane-t); }
.cee-person--07, .cee-person--08, .cee-person--12 { --sec: var(--lane-b); }

/* Morph landing geometry: four true riser rows (one per voice section),
   columns x = 30/316/602, rows y = 70/165/260/355. */
.cee-person--01 { --x0: 316px; --y0: 18px; --x1: 30px; --y1: 70px; }
.cee-person--02 { --x0: 64px; --y0: 148px; --x1: 316px; --y1: 70px; }
.cee-person--03 { --x0: 232px; --y0: 148px; --x1: 30px; --y1: 165px; }
.cee-person--04 { --x0: 400px; --y0: 148px; --x1: 316px; --y1: 165px; }
.cee-person--05 { --x0: 568px; --y0: 148px; --x1: 30px; --y1: 260px; }
.cee-person--06 { --x0: 64px; --y0: 282px; --x1: 316px; --y1: 260px; }
.cee-person--07 { --x0: 232px; --y0: 282px; --x1: 30px; --y1: 355px; }
.cee-person--08 { --x0: 400px; --y0: 282px; --x1: 316px; --y1: 355px; }
.cee-person--09 { --x0: 568px; --y0: 282px; --x1: 602px; --y1: 70px; }
.cee-person--10 { --x0: 148px; --y0: 380px; --x1: 602px; --y1: 165px; }
.cee-person--11 { --x0: 316px; --y0: 380px; --x1: 602px; --y1: 260px; }
.cee-person--12 { --x0: 484px; --y0: 380px; --x1: 602px; --y1: 355px; }

.cee-static-formation { position: relative; z-index: 1; padding-block: 6rem 8rem; }
.cee-static-risers { display: grid; gap: 0.75rem; }
.cee-static-risers > div {
  display: grid;
  grid-template-columns: 8rem repeat(3, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding-top: 0.9rem;
  border-top: 1px solid color-mix(in srgb, var(--sec) 45%, transparent);
}
.cee-static-risers > div:nth-child(1) { --sec: var(--lane-s); }
.cee-static-risers > div:nth-child(2) { --sec: var(--lane-a); }
.cee-static-risers > div:nth-child(3) { --sec: var(--lane-t); }
.cee-static-risers > div:nth-child(4) { --sec: var(--lane-b); }
.cee-static-risers strong {
  color: var(--sec);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.cee-static-risers span {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 0.2rem;
  color: color-mix(in srgb, white 92%, transparent);
  font-family: var(--cee-display);
  font-size: 1.05rem;
}
.cee-static-risers span::before {
  content: "";
  flex: 0 0 auto;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--sec);
}
.cee-static-formation__line {
  max-width: 44rem;
  margin: 3rem 0 0;
  color: white;
  font-family: var(--cee-display);
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 1.15;
}

@media (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  html.js .cee-board { display: block; grid-column: 2; grid-row: 1; }
  html.js .cee-static-formation { display: none; }
  /* The board replaces the static org chart; both headers occupy the same
     grid cell so the scroll timeline can swap them in place. */
  html.js .cee-org-chart { display: none; }
  html.js .cee-morph__head--org,
  html.js .cee-morph__head--choir { grid-column: 1; grid-row: 1; align-self: center; }
}

/* Programme Formats — light tinted canvas (not plain white): --cee-tint
   with two faint teal washes. Two quiet white cards, centred header,
   modest staggered rise-in on scroll. */
.cee-programmes {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding-block: 8rem;
  background:
    radial-gradient(circle at 92% 4%, color-mix(in srgb, var(--cee-teal) 7%, transparent), transparent 40%),
    radial-gradient(circle at 2% 96%, color-mix(in srgb, var(--cee-teal-bright) 5%, transparent), transparent 36%),
    var(--cee-tint);
}
.cee-programmes__head { max-width: 60rem; margin-inline: auto; text-align: center; }
.cee-programmes__intro {
  max-width: 42rem;
  margin: 1.5rem auto 0;
  color: var(--cee-ink-alt);
  font-size: 1.05rem;
  line-height: 1.7;
}

.cee-timeline { position: relative; height: 5.5rem; margin-top: 4rem; }
.cee-timeline__base {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: color-mix(in srgb, var(--cee-ink) 18%, transparent);
  transform-origin: left;
}
/* one bold tick = a single afternoon */
.cee-timeline__tick--solo {
  position: absolute;
  left: 25%;
  bottom: 0;
  width: 2px;
  height: 2.6rem;
  background: var(--cee-ink);
  transform-origin: bottom;
}
/* sixteen fine ticks = the season's weekly rehearsals, final one taller teal */
.cee-timeline__ticks {
  position: absolute;
  left: 52%;
  right: 3%;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cee-timeline__ticks span {
  width: 1px;
  height: 1.4rem;
  background: color-mix(in srgb, var(--cee-ink) 45%, transparent);
  transform-origin: bottom;
}
.cee-timeline__ticks span:last-child {
  width: 2px;
  height: 2.6rem;
  background: var(--cee-teal-deep);
}

.cee-formats {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.cee-format:first-child { padding-right: clamp(2rem, 4vw, 4rem); }
.cee-format--season {
  padding-left: clamp(2rem, 4vw, 4rem);
  border-left: 1px solid color-mix(in srgb, var(--cee-ink) 10%, transparent);
}
.cee-format__meta { margin: 0 0 0.9rem; }
.cee-format__duration {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.55rem 1.1rem;
  border: 1px solid color-mix(in srgb, var(--cee-ink) 20%, transparent);
  border-radius: 999px;
  color: var(--cee-ink);
}
.cee-format__duration strong {
  font-family: var(--cee-display);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}
.cee-format__duration span {
  color: var(--cee-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cee-format h3 {
  margin: 0.7rem 0 1rem;
  font-family: var(--cee-display);
  font-size: clamp(1.75rem, 2.8vw, 2.6rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}
.cee-format__lede {
  color: var(--cee-ink-alt);
  font-size: 1rem;
  line-height: 1.7;
}
.cee-format dl { margin: 2rem 0; }
.cee-format dl div {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 1rem;
  padding: 0.7rem 0;
  border-top: 1px solid color-mix(in srgb, var(--cee-ink) 10%, transparent);
}
.cee-format dt {
  color: var(--cee-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cee-format dd {
  margin: 0;
  color: var(--cee-ink);
  font-size: 0.88rem;
  line-height: 1.55;
}
.cee-format__benefit {
  margin: 0;
  padding-left: 1.25rem;
  border-left: 2px solid var(--cee-teal);
  color: var(--cee-ink-alt);
  font-size: 0.9rem;
  line-height: 1.7;
}
.cee-format__benefit strong { color: var(--cee-ink); }

.cee-programmes__tailor {
  max-width: 44rem;
  margin: 4rem auto 0;
  padding-top: 1.75rem;
  border-top: 1px solid color-mix(in srgb, var(--cee-ink) 12%, transparent);
  color: var(--cee-muted);
  font-size: 0.92rem;
  line-height: 1.75;
  text-align: center;
}

/* Direction C success story. */
.cee-case {
  position: relative;
  padding-block: 8rem;
  background: var(--cee-dark);
  color: white;
}
.cee-case__head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.cee-case__head .cee-section-heading { color: white; }
.cee-case__logo {
  width: 9rem;
  height: 5rem;
  display: grid;
  place-items: center;
  padding: 0.8rem;
  border-radius: 1rem;
  background: white;
}
.cee-case__logo img { max-width: 80%; max-height: 80%; }
.cee-case__image {
  width: min(92rem, calc(100% - 4.5rem));
  margin: 4rem auto 0;
  overflow: hidden;
  border-radius: 2rem;
}
.cee-case__image img,
.cee-case__image video { display: block; width: 100%; aspect-ratio: 21 / 10; object-fit: cover; object-position: center 58%; }
.cee-case__copy {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
}
.cee-case__copy > p:first-child {
  margin: 0;
  color: color-mix(in srgb, white 85%, transparent);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.65;
}
.cee-case__curve { color: var(--cee-ground); }

.cee-source-note {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  max-width: 34rem;
  margin: 0;
  color: color-mix(in srgb, white 58%, transparent);
  font-size: 0.78rem;
  line-height: 1.55;
}
.cee-source-note svg { flex: none; margin-top: 0.1rem; }

/* Direction B form composition. */
.cee-enquiry { padding-block: 8rem; background: var(--cee-ground); }
.cee-enquiry__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  align-items: start;
}
.cee-enquiry__intro { position: sticky; top: 6rem; }
.cee-enquiry__intro > p:last-child { max-width: 30rem; margin: 1.7rem 0 0; color: var(--cee-ink-alt); line-height: 1.75; }
.cee-enquiry__form { padding: 2.7rem; border-radius: 2rem; background: white; }

.cee-form { --f-accent: var(--cee-teal); --f-ink: var(--cee-ink); --f-muted: var(--cee-muted); --f-border: color-mix(in srgb, var(--f-ink) 14%, transparent); --f-surface: white; display: block; }
.cee-form__progress { margin-bottom: 2rem; }
.cee-form__progress-meta { display: flex; justify-content: space-between; margin-bottom: 0.5rem; color: var(--f-muted); font-size: 0.75rem; font-weight: 500; }
.cee-form__progress-track { height: 4px; overflow: hidden; border-radius: 999px; background: color-mix(in srgb, var(--f-ink) 10%, transparent); }
.cee-form__progress-fill { width: 33.33%; height: 100%; border-radius: 999px; background: var(--f-accent); transition: width 300ms ease-out; }
.cee-form__step { min-inline-size: 0; margin: 0; padding: 0; border: 0; }
.cee-form__step legend { width: 100%; margin-bottom: 1.25rem; padding: 0 0 0.75rem; border-bottom: 1px solid var(--f-border); color: var(--f-ink); font-family: var(--cee-display); font-size: 1.15rem; font-weight: 500; }
.cee-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.25rem; }
.cee-field { margin-bottom: 1.1rem; }
.cee-field--full { grid-column: 1 / -1; }
.cee-field label,
.cee-field__label { display: block; margin-bottom: 0.45rem; color: var(--f-ink); font-size: 0.82rem; font-weight: 500; }
.cee-field__hint { margin: -0.15rem 0 0.75rem; color: var(--f-muted); font-size: 0.75rem; }
.cee-required { color: var(--f-accent); }
.cee-field input[type="text"],
.cee-field input[type="email"],
.cee-field input[type="tel"],
.cee-field select,
.cee-field textarea { width: 100%; padding: 0.8rem 1rem; border: 1px solid var(--f-border); border-radius: 0.8rem; background: var(--f-surface); color: var(--f-ink); font: inherit; font-size: 0.88rem; transition: border-color 160ms ease, box-shadow 160ms ease; }
.cee-field textarea { resize: vertical; }
.cee-field ::placeholder { color: var(--cee-muted-ui); }
.cee-field input:focus-visible,
.cee-field select:focus-visible,
.cee-field textarea:focus-visible { outline: none; border-color: var(--f-accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--f-accent) 18%, transparent); }
.cee-field .cee-invalid { border-color: var(--cee-blue); }
.cee-field__error { margin: 0.35rem 0 0; color: var(--cee-blue); font-size: 0.72rem; }
.cee-choice-stack { display: grid; gap: 0.7rem; }
.cee-choice { display: flex; gap: 0.8rem; align-items: flex-start; padding: 0.9rem 1.05rem; border: 1px solid var(--f-border); border-radius: 0.9rem; background: var(--f-surface); cursor: pointer; transition: border-color 160ms ease, background 160ms ease; }
.cee-choice:hover,
.cee-choice:has(:checked) { border-color: var(--f-accent); }
.cee-choice:has(:checked) { background: color-mix(in srgb, var(--f-accent) 7%, var(--f-surface)); }
.cee-choice:has(:focus-visible) { border-color: var(--f-accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--f-accent) 18%, transparent); }
.cee-choice input,
.cee-check input { margin-top: 0.2rem; accent-color: var(--f-accent); }
.cee-choice__title { display: block; color: var(--f-ink); font-size: 0.88rem; font-weight: 500; }
.cee-choice__desc { display: block; margin-top: 0.25rem; color: var(--f-muted); font-size: 0.75rem; line-height: 1.5; }
.cee-check-stack { display: grid; gap: 0.35rem; }
.cee-check { display: flex; gap: 0.7rem; align-items: flex-start; padding: 0.55rem 0.7rem; border-radius: 0.7rem; color: var(--f-ink); cursor: pointer; font-size: 0.87rem; transition: background 140ms ease; }
.cee-check:hover { background: color-mix(in srgb, var(--f-accent) 8%, transparent); }
.cee-check:has(:focus-visible) { box-shadow: 0 0 0 3px color-mix(in srgb, var(--f-accent) 18%, transparent); }
.cee-form__privacy { margin: 1.5rem 0 0; color: var(--cee-muted-ui); font-size: 0.7rem; line-height: 1.6; text-align: center; }
.cee-form__nav { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.75rem; padding-top: 1.25rem; border-top: 1px solid var(--f-border); }
.cee-form__prev,
.cee-form__next { min-height: 3rem; padding: 0.75rem 1.5rem; border-radius: 999px; font: inherit; font-size: 0.88rem; font-weight: 600; cursor: pointer; }
.cee-form__prev { border: 1px solid var(--f-border); background: transparent; color: var(--f-muted); }
.cee-form__next { margin-left: auto; display: inline-flex; align-items: center; gap: 0.5rem; padding-inline: 1.9rem; border: 0; background: var(--f-accent); color: white; }
.cee-form__prev:hover { color: var(--f-ink); border-color: var(--f-ink); }
.cee-form__next:hover { background: var(--cee-teal-deep); }
.cee-form__prev:focus-visible,
.cee-form__next:focus-visible { outline: 2px solid var(--f-accent); outline-offset: 3px; }
.cee-form__handoff { margin: 0 0 1.5rem; padding: 1rem; border-radius: 0.9rem; background: var(--cee-tint); color: var(--cee-ink-alt); font-size: 0.78rem; line-height: 1.6; }
.cee-form__handoff a { color: var(--cee-teal-deep); font-weight: 600; }

html.js .cee-form [hidden] { display: none; }
html:not(.js) .cee-form__progress,
html:not(.js) #cee-prev,
html:not(.js) #cee-next { display: none; }

@media (max-width: 1023px) {
  .cee-morph__stage { min-height: auto; padding-block: 6rem 2rem; }
  .cee-morph__shell { display: block; }
}

@media (max-width: 900px) {
  .cee-intro__grid,
  .cee-organisation__grid,
  .cee-case__copy,
  .cee-enquiry__grid { grid-template-columns: 1fr; gap: 3rem; }
  .cee-formats { grid-template-columns: 1fr; }
  .cee-format:first-child { padding-right: 0; }
  .cee-format--season {
    margin-top: 3rem;
    padding-top: 3rem;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid color-mix(in srgb, var(--cee-ink) 10%, transparent);
  }
  .cee-enquiry__intro { position: static; }
}

@media (max-width: 640px) {
  .cee-shell { width: calc(100% - 2.75rem); }
  .cee-curve { height: 3.75rem; }
  .cee-hero { min-height: 78svh; }
  .cee-hero__content { padding-bottom: 7.5rem; }
  .cee-intro { padding-top: 6rem; }
  .cee-display-heading br { display: none; }
  .cee-cinema--wide .cee-cinema__mask { height: 72svh; }
  .cee-organisation { padding-top: 6rem; }
  .cee-org-chart { grid-template-columns: 1fr 1fr; gap: 1rem; min-height: 0; padding: 0; }
  .cee-org-node,
  .cee-org-node--lead,
  .cee-org-node:nth-of-type(n) { grid-column: auto; grid-row: auto; }
  .cee-org-node--lead { grid-column: 1 / -1; }
  .cee-org-line { display: none; }
  .cee-static-formation { padding-top: 4rem; }
  .cee-static-risers > div { grid-template-columns: 1fr; }
  .cee-static-risers strong { margin-top: 0.5rem; }
  .cee-case__head { align-items: flex-start; flex-direction: column; }
  .cee-case__image { width: calc(100% - 2.75rem); }
  .cee-case__image img { aspect-ratio: 4 / 5; }
  .cee-enquiry__form { padding: 1.5rem 1.2rem; }
  .cee-form__grid { grid-template-columns: 1fr; }
}

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