:root {
  --bg: #f8f2e6;
  --bg-2: #f2e9d8;
  --panel: rgb(255 252 246 / 0.62);
  --panel-strong: rgb(255 252 246 / 0.86);
  --ink: oklch(22% 0.022 72);
  --muted: oklch(43% 0.035 72);
  --soft: oklch(56% 0.04 76);
  --gold: oklch(78% 0.155 84);
  --gold-deep: oklch(63% 0.14 78);
  --cyan: oklch(78% 0.13 210);
  --blue: oklch(58% 0.16 252);
  --coral: oklch(70% 0.15 34);
  --line: oklch(70% 0.055 82 / 0.32);
  --line-strong: oklch(61% 0.07 82 / 0.44);
  --radius: 28px;
  --shadow: 0 26px 90px oklch(36% 0.055 76 / 0.16);
  font-family:
    "Manrope",
    "Inter",
    "Segoe UI",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  color: var(--ink);
  background: var(--bg);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 9% 8%, rgb(235 163 40 / 0.30), transparent 27rem),
    radial-gradient(circle at 90% 12%, rgb(143 191 218 / 0.36), transparent 29rem),
    radial-gradient(circle at 68% 58%, rgb(237 216 223 / 0.44), transparent 34rem),
    radial-gradient(circle at 18% 82%, rgb(232 194 179 / 0.34), transparent 26rem),
    linear-gradient(145deg, #fbf6ec 0%, #f8f2e6 42%, #f1e6d5 100%);
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
}

body::before {
  opacity: 0.34;
  background-image:
    linear-gradient(90deg, oklch(46% 0.055 82 / 0.08) 1px, transparent 1px),
    linear-gradient(180deg, oklch(46% 0.055 82 / 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, black 0 52%, transparent 88%);
}

body::after {
  background:
    linear-gradient(120deg, transparent 0 22%, oklch(73% 0.12 210 / 0.12) 23%, transparent 24%),
    linear-gradient(30deg, transparent 0 68%, oklch(76% 0.14 84 / 0.12) 69%, transparent 70%);
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(14px, 2.4vw, 28px);
  align-items: center;
  width: min(1360px, calc(100% - 36px));
  min-height: 76px;
  margin: 14px auto 0;
  padding: 12px 14px 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgb(255 252 246 / 0.68);
  box-shadow: 0 18px 58px oklch(39% 0.06 76 / 0.14);
  backdrop-filter: blur(22px) saturate(145%);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line-strong);
  background: rgb(255 252 246 / 0.84);
  box-shadow: 0 18px 64px oklch(39% 0.06 76 / 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 222px;
  padding: 4px 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}

.brand img {
  width: clamp(168px, 19vw, 246px);
  height: auto;
  filter:
    drop-shadow(0 12px 22px rgb(83 58 25 / 0.13))
    drop-shadow(0 1px 0 rgb(255 255 255 / 0.5));
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.site-nav a {
  padding: 11px 14px;
  border-radius: 999px;
  color: var(--muted);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.site-nav a:hover {
  color: var(--ink);
  background: rgb(255 255 255 / 0.48);
  transform: translateY(-1px);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  color: oklch(20% 0.022 72);
  background: linear-gradient(135deg, var(--gold), oklch(91% 0.095 92));
  box-shadow: 0 12px 34px oklch(70% 0.13 84 / 0.24);
  text-decoration: none;
  font-size: 15px;
  font-weight: 850;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgb(255 252 246 / 0.52);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
  width: min(1360px, calc(100% - 36px));
  min-height: calc(100dvh - 104px);
  margin: 18px auto 0;
  padding: clamp(28px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 42px;
  background:
    radial-gradient(circle at 72% 42%, rgb(255 255 255 / 0.58), transparent 19rem),
    radial-gradient(circle at 82% 2%, rgb(235 163 40 / 0.28), transparent 21rem),
    radial-gradient(circle at 55% 78%, rgb(143 191 218 / 0.28), transparent 24rem),
    linear-gradient(135deg, rgb(255 252 246 / 0.72), rgb(232 194 179 / 0.28), rgb(219 234 245 / 0.34));
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero::before,
.hero::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.hero::before {
  inset: 18px;
  z-index: -1;
  border: 1px solid rgb(255 255 255 / 0.52);
  border-radius: 34px;
}

.hero::after {
  right: -9rem;
  bottom: -11rem;
  width: 36rem;
  height: 36rem;
  border: 1px solid oklch(84% 0.12 210 / 0.18);
  border-radius: 50%;
  box-shadow:
    inset 0 0 80px oklch(76% 0.13 210 / 0.10),
    0 0 90px oklch(76% 0.13 210 / 0.10);
}

.hero__copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 20px currentColor;
  content: "";
}

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

h1 {
  max-width: 620px;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(46px, 5.4vw, 78px);
  line-height: 0.94;
  letter-spacing: 0;
  font-weight: 650;
}

h2 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 62px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 650;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.08;
  font-weight: 650;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.hero__lead {
  max-width: 610px;
  margin-bottom: 30px;
  color: oklch(39% 0.038 72);
  font-size: clamp(18px, 2vw, 23px);
}

.hero__actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:active {
  transform: translateY(1px) scale(0.99);
}

.button--primary {
  color: oklch(13% 0.033 250);
  background: linear-gradient(135deg, var(--gold), oklch(90% 0.11 92));
  box-shadow:
    0 18px 42px oklch(74% 0.13 84 / 0.3),
    inset 0 1px 0 oklch(100% 0 0 / 0.66);
}

.button--primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 24px 54px oklch(74% 0.13 84 / 0.42),
    inset 0 1px 0 oklch(100% 0 0 / 0.72);
}

.button--ghost {
  color: var(--ink);
  border-color: var(--line-strong);
  background: rgb(255 252 246 / 0.44);
  backdrop-filter: blur(16px);
}

.button--ghost:hover {
  border-color: oklch(68% 0.12 210 / 0.38);
  background: rgb(255 255 255 / 0.68);
  transform: translateY(-2px);
}

.hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(440px, 48vw, 680px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero__visual::before,
.hero__visual::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero__visual::before {
  right: -4%;
  bottom: 3%;
  z-index: 0;
  width: 88%;
  height: 48%;
  border-radius: 46% 54% 42% 58% / 55% 44% 56% 45%;
  background:
    radial-gradient(ellipse at 62% 48%, rgb(143 191 218 / 0.32), transparent 58%),
    radial-gradient(ellipse at 18% 66%, rgb(143 191 218 / 0.18), transparent 52%);
  filter: blur(30px);
  transform: rotate(-7deg);
}

.hero__visual::after {
  right: 8%;
  top: 5%;
  z-index: 0;
  width: 64%;
  height: 54%;
  border-radius: 54% 46% 58% 42% / 44% 59% 41% 56%;
  background:
    radial-gradient(ellipse at 46% 45%, rgb(235 163 40 / 0.18), transparent 61%),
    radial-gradient(ellipse at 72% 18%, rgb(255 255 255 / 0.34), transparent 54%);
  filter: blur(26px);
  transform: rotate(12deg);
}

.hero__visual img {
  position: relative;
  z-index: 2;
  width: min(80%, 650px);
  filter:
    drop-shadow(0 34px 34px oklch(34% 0.045 72 / 0.24))
    drop-shadow(0 14px 42px rgb(235 163 40 / 0.14));
}

.hero__orb {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid oklch(86% 0.12 210 / 0.22);
  pointer-events: none;
}

.hero__orb--one {
  width: 78%;
  aspect-ratio: 1;
  transform: rotate(24deg) scaleY(0.62);
}

.hero__orb--two {
  width: 58%;
  aspect-ratio: 1;
  transform: rotate(-28deg) scaleY(0.54);
  box-shadow: 0 0 46px oklch(78% 0.13 210 / 0.12);
}

.date-chip,
.hero-micro-panel {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 3px;
  min-width: 132px;
  padding: 15px 18px;
  border: 1px solid rgb(255 255 255 / 0.58);
  border-radius: 20px;
  background: rgb(255 252 246 / 0.72);
  box-shadow: 0 18px 42px oklch(38% 0.055 76 / 0.16);
  backdrop-filter: blur(18px) saturate(145%);
}

.date-chip span,
.hero-micro-panel span {
  color: var(--soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.date-chip strong,
.hero-micro-panel strong {
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  white-space: nowrap;
}

.date-chip--deadline {
  right: 22px;
  top: auto;
  bottom: 22px;
  min-width: 172px;
}

.date-chip--event {
  left: 22px;
  bottom: 22px;
}

.hero-micro-panel--top {
  left: 24px;
  top: 26%;
}

.hero-micro-panel--bottom {
  right: 26px;
  bottom: 28%;
}

.intro-band,
.criteria,
.steps,
.dates,
.apply,
.site-footer {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
}

.intro-band {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-top: 38px;
  padding: clamp(36px, 5vw, 62px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 18%, oklch(78% 0.13 210 / 0.22), transparent 18rem),
    radial-gradient(circle at 8% 14%, oklch(82% 0.14 84 / 0.18), transparent 18rem),
    linear-gradient(135deg, rgb(255 252 246 / 0.78), rgb(242 223 145 / 0.18), rgb(219 234 245 / 0.36));
  box-shadow: var(--shadow);
}

.intro-band::after {
  position: absolute;
  right: -70px;
  bottom: -110px;
  width: 280px;
  height: 280px;
  border: 1px solid oklch(62% 0.13 210 / 0.18);
  border-radius: 50%;
  content: "";
}

.intro-band h2,
.intro-band p {
  color: var(--ink);
}

.intro-band p {
  margin-bottom: 0;
  color: var(--muted);
}

.criteria,
.steps,
.dates,
.apply {
  padding: clamp(72px, 8vw, 118px) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading--center {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading--center .section-kicker {
  justify-content: center;
}

.criteria-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.criterion,
.timeline__item,
.application-form {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgb(255 252 246 / 0.72), rgb(255 255 255 / 0.42));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.64),
    0 18px 60px oklch(36% 0.055 76 / 0.12);
  backdrop-filter: blur(18px) saturate(138%);
}

.criterion {
  position: relative;
  min-height: 310px;
  padding: 24px;
  overflow: hidden;
  border-radius: var(--radius);
  color: #142528;
}

.criterion::before {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, oklch(82% 0.13 210 / 0.24), oklch(95% 0.02 230 / 0.05)),
    oklch(92% 0.02 230 / 0.08);
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.16),
    0 18px 36px oklch(72% 0.12 210 / 0.12);
  content: "";
  transform: rotate(12deg);
}

.criterion::after {
  position: absolute;
  right: -60px;
  bottom: -72px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: oklch(78% 0.13 210 / 0.12);
  content: "";
}

.criterion--tall {
  min-height: 390px;
}

.criterion:nth-child(1) {
  background:
    radial-gradient(circle at 72% 18%, rgb(255 255 255 / 0.42), transparent 9rem),
    linear-gradient(150deg, #dbeaf5, #b9d5e7 58%, #7fa6bf);
}

.criterion:nth-child(2) {
  background:
    radial-gradient(circle at 72% 18%, rgb(255 255 255 / 0.42), transparent 10rem),
    linear-gradient(150deg, #edd8df, #e8c2b3 50%, #ab6937);
}

.criterion:nth-child(3) {
  background:
    radial-gradient(circle at 72% 18%, rgb(255 255 255 / 0.45), transparent 9rem),
    linear-gradient(150deg, #f2df91, #eba328 54%, #ab6937);
}

.criterion h3,
.criterion p {
  position: relative;
  z-index: 2;
  color: #172729;
}

.criterion p {
  color: rgb(23 39 41 / 0.72);
}

.card-icon {
  position: relative;
  z-index: 2;
  width: 132px;
  height: 132px;
  margin: -10px 0 4px auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgb(8 16 22 / 0.22));
}

.criterion__mark {
  position: relative;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 42px;
  border: 1px solid oklch(100% 0 0 / 0.16);
  border-radius: 20px;
  color: oklch(11% 0.03 252);
  background: linear-gradient(135deg, var(--gold), oklch(92% 0.1 94));
  box-shadow:
    0 18px 38px oklch(72% 0.13 84 / 0.24),
    inset 0 1px 0 oklch(100% 0 0 / 0.64);
  font-weight: 950;
}

.criterion .criterion__mark {
  margin-bottom: 26px;
}

.steps {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(32px, 6vw, 76px);
}

.steps__aside {
  position: sticky;
  top: 118px;
  align-self: start;
}

.step-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-list li {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgb(255 252 246 / 0.56);
  backdrop-filter: blur(14px);
}

.step-list span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  color: var(--ink);
  background:
    radial-gradient(circle at 35% 20%, rgb(255 255 255 / 0.58), transparent 1.4rem),
    rgb(219 234 245 / 0.62);
  font-weight: 950;
}

.step-list span img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgb(67 53 37 / 0.16));
}

.step-list p {
  margin-bottom: 0;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: stretch;
}

.timeline__item {
  position: relative;
  min-height: 260px;
  padding: 24px;
  overflow: hidden;
  border-radius: var(--radius);
}

.timeline__item::before {
  display: block;
  width: 100%;
  height: 7px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--cyan), var(--coral));
  box-shadow: 0 0 24px oklch(78% 0.13 210 / 0.18);
  content: "";
}

.timeline__item span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-deep);
  font-size: 14px;
  font-weight: 900;
}

.timeline__item strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.1;
}

.timeline__item p {
  margin-bottom: 0;
  font-size: 15px;
}

.timeline__item--hot {
  background:
    radial-gradient(circle at 86% 16%, oklch(84% 0.13 84 / 0.25), transparent 10rem),
    linear-gradient(145deg, rgb(255 252 246 / 0.78), rgb(242 223 145 / 0.34));
}

.apply {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: start;
}

.apply__copy {
  position: sticky;
  top: 118px;
}

.contact-note {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgb(255 252 246 / 0.62);
  backdrop-filter: blur(14px);
}

.contact-note span {
  color: var(--gold);
}

.application-form {
  padding: clamp(20px, 4vw, 36px);
  border-radius: 34px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.field span,
.consent span {
  color: var(--ink);
  font-size: 15px;
  font-weight: 780;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid oklch(65% 0.055 82 / 0.32);
  border-radius: 17px;
  outline: none;
  background: rgb(255 255 255 / 0.62);
  color: var(--ink);
  font: inherit;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

input,
select {
  min-height: 54px;
  padding: 0 15px;
}

textarea {
  min-height: 118px;
  resize: vertical;
  padding: 14px 15px;
}

select option {
  color: oklch(13% 0.035 250);
}

input:focus,
select:focus,
textarea:focus {
  border-color: oklch(80% 0.13 210 / 0.68);
  background: rgb(255 255 255 / 0.86);
  box-shadow: 0 0 0 4px oklch(78% 0.13 210 / 0.18);
}

textarea::placeholder {
  color: oklch(55% 0.035 72 / 0.62);
}

small {
  color: var(--soft);
  text-align: right;
}

.consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  margin: 6px 0 24px;
}

.consent input {
  width: 20px;
  min-height: 20px;
  accent-color: var(--gold-deep);
}

.hp-field {
  position: absolute;
  left: -9999px;
}

[data-form-status] {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.site-footer {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 34px 0 48px;
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 190px;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  filter:
    drop-shadow(0 10px 22px rgb(83 58 25 / 0.12))
    drop-shadow(0 1px 0 rgb(255 255 255 / 0.5));
}

.site-footer p {
  max-width: 540px;
  margin: 0;
  font-size: 14px;
}

.site-footer a {
  color: var(--gold-deep);
  font-weight: 850;
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

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

.thanks-page {
  display: grid;
  min-height: 100dvh;
  place-items: center;
  padding: 24px;
}

.thanks {
  width: min(760px, 100%);
  padding: clamp(32px, 7vw, 74px);
  border: 1px solid var(--line);
  border-radius: 38px;
  background: var(--panel-strong);
  box-shadow: var(--shadow);
}

.thanks img {
  width: 230px;
  margin-bottom: 42px;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  filter:
    drop-shadow(0 10px 22px rgb(83 58 25 / 0.12))
    drop-shadow(0 1px 0 rgb(255 255 255 / 0.5));
}

.thanks h1 {
  font-size: clamp(40px, 6vw, 72px);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto auto auto;
  }

  .site-nav {
    justify-content: flex-end;
  }

  .nav-cta {
    display: none;
  }

  .hero,
  .intro-band,
  .steps,
  .apply {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero__visual {
    min-height: 520px;
  }

  .criteria-grid,
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps__aside,
  .apply__copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    display: flex;
    min-height: 68px;
    width: min(100% - 24px, 1360px);
    padding: 10px;
  }

  .brand {
    min-width: 0;
    padding: 10px 12px;
  }

  .brand img {
    width: 158px;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgb(255 252 246 / 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 14px;
  }

  .hero,
  .intro-band,
  .criteria,
  .steps,
  .dates,
  .apply,
  .site-footer {
    width: min(100% - 28px, 1240px);
  }

  .hero {
    margin-top: 14px;
    padding: 24px;
    border-radius: 30px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  h2 {
    font-size: clamp(31px, 10vw, 48px);
  }

  .hero__actions,
  .form-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero__visual {
    min-height: 430px;
    border-radius: 28px;
  }

  .hero__visual img {
    width: min(92%, 430px);
  }

  .hero-micro-panel {
    display: none;
  }

  .date-chip {
    min-width: 112px;
    padding: 12px 14px;
  }

  .date-chip strong {
    font-size: 24px;
  }

  .criteria-grid,
  .timeline,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .criterion,
  .criterion--tall,
  .timeline__item {
    min-height: auto;
  }

  .step-list li {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .step-list span {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .intro-band,
  .application-form,
  .thanks {
    padding: 24px;
  }

  .site-footer img {
    width: 180px;
  }
}
