:root {
  --blue: #004ed1;
  --blue-deep: #003aa3;
  --orange: #ff7a2a;
  --orange-bright: #ff8130;
  --ink: #111827;
  --muted: #5a6475;
  --line: #dfe6f2;
  --surface: #f7f9fd;
  --white: #ffffff;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--surface);
  font-family:
    Inter, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial,
    sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

p,
h1,
h2,
h3,
summary,
li,
dd {
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-shell {
  min-width: 320px;
  overflow: hidden;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: clamp(22px, 2.6vw, 38px);
  color: var(--white);
  background:
    radial-gradient(circle at 72% 34%, rgb(255 255 255 / 14%) 0 1px, transparent 1px 100%),
    linear-gradient(90deg, rgb(0 45 156 / 24%) 0%, rgb(0 80 212 / 0%) 46%),
    linear-gradient(180deg, rgb(0 80 212 / 8%) 0%, rgb(0 80 212 / 0%) 55%),
    url("assets/images/hero-background.jpg") center / cover no-repeat,
    var(--blue);
  background-size: 26px 26px, auto, auto, cover;
  isolation: isolate;
  overflow: hidden;
}

.hero__chrome {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgb(255 255 255 / 4%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}

.hero__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 5vw, 72px);
  width: min(100%, calc(var(--max-width) + 40px));
  margin: 0 auto;
}

.hero__brand-group {
  display: grid;
  justify-items: start;
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(168px, 16vw, 238px);
}

.brand__logo {
  width: 100%;
  height: auto;
}

.event-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  color: rgb(255 255 255 / 88%);
  font-size: clamp(12px, 1.12vw, 15px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.event-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 999px;
  background: rgb(255 255 255 / 8%);
  backdrop-filter: blur(8px);
}

.hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  align-items: center;
  gap: clamp(28px, 4.5vw, 68px);
  width: min(100%, calc(var(--max-width) + 40px));
  flex: 1;
  min-height: 0;
  margin: 0 auto;
  padding: clamp(32px, 4.4vw, 58px) 0 clamp(48px, 5.4vw, 70px);
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
  transform: translateY(clamp(-46px, -3vw, -28px));
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 clamp(14px, 1.9vw, 22px);
  color: rgb(255 129 48 / 95%);
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 900;
  line-height: 1;
}

.hero__eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: currentColor;
}

.hero__title {
  display: grid;
  margin: 0;
}

.hero__title-image {
  width: min(44vw, 580px);
  max-width: 100%;
  height: auto;
  transform: translateX(-2%);
}

.hero__lead {
  max-width: 650px;
  margin: clamp(20px, 2.3vw, 28px) 0 0;
  padding-left: clamp(14px, 1.4vw, 18px);
  border-left: 4px solid var(--orange-bright);
  color: rgb(255 255 255 / 94%);
  font-size: clamp(22px, 2.05vw, 30px);
  font-weight: 900;
  line-height: 1.28;
  text-wrap: balance;
}

.hero__path {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: clamp(14px, 1.8vw, 20px) 0 0;
  padding: 0 16px;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 999px;
  color: rgb(255 255 255 / 90%);
  background:
    linear-gradient(90deg, rgb(255 129 48 / 20%), rgb(255 255 255 / 8%));
  font-size: clamp(13px, 1.16vw, 15px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%);
}

.hero__facts {
  display: grid;
  grid-template-columns: 1fr 0.45fr;
  width: min(100%, 420px);
  margin: clamp(18px, 2.2vw, 24px) 0 0;
  border-top: 1px solid rgb(255 255 255 / 24%);
  border-bottom: 1px solid rgb(255 255 255 / 18%);
}

.hero__facts div {
  min-height: 66px;
  padding: 13px 18px 12px 0;
}

.hero__facts div + div {
  padding-left: 18px;
  border-left: 1px solid rgb(255 255 255 / 16%);
}

.hero__facts dt,
.hero__facts dd {
  margin: 0;
}

.hero__facts dt {
  color: var(--orange-bright);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.hero__facts dd {
  margin-top: 9px;
  color: rgb(255 255 255 / 88%);
  font-size: clamp(13px, 1.16vw, 15px);
  font-weight: 800;
  line-height: 1.25;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid currentColor;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary::after,
.button--dark::after {
  content: "→";
  margin-left: 10px;
}

.button--primary {
  color: var(--blue-deep);
  background: var(--white);
  border-color: var(--white);
}

.button--ghost {
  color: var(--white);
  background: rgb(255 255 255 / 10%);
  border-color: rgb(255 255 255 / 58%);
  backdrop-filter: blur(8px);
}

.button--dark {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.hero__visual {
  position: relative;
  min-height: clamp(340px, 40vw, 580px);
  transform: translateY(clamp(-50px, -3.4vw, -30px));
}

.hero__mark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(51vw, 660px);
  max-width: none;
  transform: translate(-44%, -54%);
  filter: brightness(0) invert(1);
  opacity: 0.88;
}

.about,
.overview,
.section,
.apply {
  width: min(100% - 40px, var(--max-width));
  margin: 0 auto;
}

.about {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.74fr) minmax(0, 0.92fr);
  align-items: start;
  gap: clamp(34px, 4.8vw, 70px);
  padding: clamp(66px, 8vw, 108px) 0 clamp(38px, 5.4vw, 72px);
  isolation: isolate;
}

.about::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgb(0 80 212 / 5%) 1px, transparent 1px),
    linear-gradient(rgb(0 80 212 / 5%) 1px, transparent 1px),
    linear-gradient(180deg, var(--surface) 0%, #ffffff 48%, var(--surface) 100%);
  background-size: 42px 42px, 42px 42px, auto;
}

.about__heading {
  position: relative;
  padding-top: 10px;
}

.about__eyebrow {
  margin: 0 0 18px;
  color: var(--orange);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.about h2 {
  max-width: 520px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.2vw, 50px);
  line-height: 1.08;
  letter-spacing: 0;
}

.about h2 span {
  display: block;
}

.about__tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-top: 24px;
  padding: 0 13px;
  border: 1px solid rgb(0 80 212 / 24%);
  border-radius: 4px;
  color: var(--blue-deep);
  background: linear-gradient(90deg, rgb(0 80 212 / 10%), rgb(255 122 42 / 8%));
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  font-weight: 900;
}

.about__body {
  position: relative;
  counter-reset: about-line;
  padding: clamp(24px, 3vw, 34px) 0 clamp(18px, 2.4vw, 28px);
  border-top: 1px solid rgb(0 80 212 / 14%);
  border-bottom: 1px solid rgb(0 80 212 / 10%);
}

.about__body::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 64px;
  height: 4px;
  background: var(--orange);
}

.about__body p {
  position: relative;
  max-width: 760px;
  margin: 0;
  padding-left: 42px;
  color: var(--muted);
  font-size: clamp(16px, 1.42vw, 18px);
  line-height: 1.86;
}

.about__body p::before {
  counter-increment: about-line;
  content: "0" counter(about-line);
  position: absolute;
  top: 0.38em;
  left: 0;
  color: rgb(0 80 212 / 62%);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.about__body p + p {
  margin-top: 18px;
}

.about__lead {
  color: var(--ink) !important;
  font-size: clamp(18px, 1.85vw, 23px) !important;
  font-weight: 850;
  line-height: 1.62 !important;
}

.overview {
  padding: clamp(42px, 6vw, 78px) 0 clamp(60px, 8vw, 104px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: 24px;
  margin-bottom: 34px;
}

.section-heading p,
.apply__eyebrow {
  margin: 0;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading p {
  grid-column: 1 / -1;
}

.section-heading h2,
.apply h2 {
  margin: 0;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading span {
  color: var(--muted);
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.7;
}

.overview__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.info-card {
  position: relative;
  min-height: 226px;
  padding: 24px;
  border: 1px solid rgb(0 80 212 / 12%);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgb(15 23 42 / 6%);
  overflow: hidden;
}

.info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  width: 46px;
  height: 4px;
  background: var(--orange);
}

.info-card__number {
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.info-card h3 {
  margin: 42px 0 12px;
  font-size: 22px;
}

.info-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.section {
  position: relative;
  padding: clamp(66px, 8vw, 108px) 0;
  isolation: isolate;
}

.section--soft::before,
.section--dark::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
}

.section--soft::before {
  background:
    linear-gradient(90deg, rgb(0 80 212 / 4%) 1px, transparent 1px),
    linear-gradient(rgb(0 80 212 / 4%) 1px, transparent 1px),
    #ffffff;
  background-size: 42px 42px, 42px 42px, auto;
}

.section--dark {
  color: var(--white);
}

.section--dark::before {
  background:
    linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px),
    linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px),
    linear-gradient(135deg, #06133d 0%, #003aa3 55%, #07101f 100%);
  background-size: 44px 44px, 44px 44px, auto;
}

.section__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: 24px;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.section__heading p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--orange);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.section__heading h2 {
  margin: 0;
  font-size: clamp(32px, 4.5vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section__heading span {
  color: var(--muted);
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.72;
}

.section__heading strong {
  color: var(--ink);
}

.section__heading--dark span,
.section__heading--dark strong {
  color: rgb(255 255 255 / 86%);
}

.visual-ribbon {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
  width: min(100% - 40px, var(--max-width));
  min-height: clamp(220px, 24vw, 320px);
  margin: clamp(30px, 5vw, 60px) auto;
  padding: clamp(24px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgb(3 14 45 / 93%) 0%, rgb(0 68 176 / 82%) 52%, rgb(255 129 48 / 24%) 100%),
    url("assets/images/hero-background.jpg") center / cover no-repeat;
  box-shadow: 0 26px 70px rgb(7 16 31 / 16%);
  isolation: isolate;
}

.visual-ribbon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 8%) 1px, transparent 1px),
    linear-gradient(rgb(255 255 255 / 8%) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, black 0%, transparent 80%);
}

.visual-ribbon__copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  max-width: 720px;
}

.visual-ribbon__copy span {
  width: max-content;
  max-width: 100%;
  padding: 9px 12px;
  border: 1px solid rgb(255 129 48 / 54%);
  color: #ffb24d;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.visual-ribbon__copy strong {
  max-width: 12em;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: 0;
}

.visual-ribbon img {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: min(34vw, 420px);
  max-width: none;
  opacity: 0.78;
  filter: brightness(0) invert(1);
}

.visual-ribbon--bridge {
  margin-top: clamp(8px, 2vw, 24px);
  background:
    linear-gradient(90deg, rgb(3 14 45 / 96%) 0%, rgb(0 68 176 / 76%) 48%, rgb(8 20 48 / 26%) 100%),
    url("assets/images/generated-market-lab.png") center / cover no-repeat;
}

.visual-ribbon--bridge img {
  opacity: 0.32;
}

.visual-ribbon--mentor {
  width: 100%;
  min-height: clamp(180px, 20vw, 250px);
  margin: 0 0 clamp(24px, 4vw, 38px);
  background:
    linear-gradient(92deg, rgb(0 18 56 / 96%) 0%, rgb(0 64 178 / 58%) 48%, rgb(10 13 24 / 22%) 100%),
    url("assets/images/generated-mentor-signal.png") center / cover no-repeat;
}

.visual-ribbon--mentor .visual-ribbon__copy strong {
  max-width: 13em;
  font-size: clamp(26px, 4vw, 52px);
}

.visual-ribbon--mentor img {
  width: min(28vw, 340px);
  opacity: 0.16;
}

.brand-visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(180px, 0.28fr);
  align-items: center;
  gap: 24px;
  min-height: clamp(170px, 20vw, 240px);
  margin-bottom: clamp(24px, 4vw, 40px);
  padding: clamp(24px, 4vw, 44px);
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgb(244 248 255 / 96%) 0%, rgb(227 237 255 / 92%) 48%, rgb(0 80 212 / 12%) 100%),
    url("assets/images/hero-background.jpg") center / cover no-repeat;
  box-shadow: 0 20px 58px rgb(15 23 42 / 8%);
}

.brand-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(0 80 212 / 8%) 1px, transparent 1px),
    linear-gradient(rgb(0 80 212 / 8%) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.brand-visual__logo {
  position: relative;
  z-index: 1;
  width: min(46vw, 360px);
}

.brand-visual__mark {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: min(28vw, 320px);
  max-width: none;
  opacity: 0.46;
  filter: saturate(1.05);
}

.question-panel {
  display: grid;
  gap: 24px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 8px;
  background: rgb(255 255 255 / 8%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%);
}

.question-panel p {
  max-width: 900px;
  margin: 0;
  color: rgb(255 255 255 / 82%);
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.78;
}

.question-panel__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.question-panel__grid strong {
  min-height: 112px;
  padding: 22px;
  border: 1px solid rgb(255 129 48 / 48%);
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(160deg, rgb(255 129 48 / 18%), rgb(255 255 255 / 7%));
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.32;
}

.feature-grid,
.guest-grid,
.gain-grid,
.event-grid,
.pricing-grid {
  display: grid;
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.guest-card,
.gain-grid article,
.event-grid article,
.price-card {
  position: relative;
  border: 1px solid rgb(0 80 212 / 12%);
  border-radius: 8px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 18px 50px rgb(15 23 42 / 6%);
}

.feature-card {
  min-height: 210px;
  padding: 24px;
}

.feature-card::before,
.guest-card::before,
.gain-grid article::before,
.event-grid article::before,
.price-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 42px;
  height: 4px;
  background: var(--orange);
}

.feature-card span,
.event-grid span,
.price-card span {
  color: var(--blue);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  font-weight: 900;
}

.feature-card h3,
.guest-card h3,
.gain-grid h3,
.event-grid h3,
.price-card h3,
.rules-panel h3 {
  margin: 32px 0 12px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.26;
}

.feature-card p,
.guest-card p,
.gain-grid p,
.event-grid p,
.price-card p,
.rules-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.feature-card--wide {
  grid-column: span 3;
  min-height: 0;
}

.closing-line {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding: 20px 0 0;
  border-top: 1px solid rgb(0 80 212 / 12%);
}

.closing-line p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 900;
  line-height: 1.42;
}

.guest-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.guest-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.43fr) minmax(0, 1fr);
  min-height: 360px;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 96%) 0%, rgb(247 250 255 / 96%) 62%, rgb(0 80 212 / 5%) 100%);
  box-shadow: 0 24px 64px rgb(15 23 42 / 8%);
  isolation: isolate;
}

.guest-card::before {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--orange) 0%, rgb(255 129 48 / 42%) 32%, rgb(0 80 212 / 0%) 78%);
}

.guest-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgb(0 80 212 / 4%) 1px, transparent 1px),
    linear-gradient(rgb(0 80 212 / 4%) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(90deg, transparent 0%, black 62%, transparent 100%);
}

.guest-card__photo {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgb(0 80 212 / 12%);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgb(3 14 45 / 96%), rgb(0 80 212 / 42%)),
    #06133d;
}

.guest-card__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(3 14 45 / 0%) 48%, rgb(3 14 45 / 16%) 100%),
    linear-gradient(90deg, rgb(255 255 255 / 7%) 1px, transparent 1px),
    linear-gradient(rgb(255 255 255 / 7%) 1px, transparent 1px);
  background-size: auto, 24px 24px, 24px 24px;
  pointer-events: none;
}

.guest-card__photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(1.03) contrast(1.02);
}

.guest-card:nth-child(2) .guest-card__photo img {
  object-position: center 22%;
}

.guest-card:nth-child(3) .guest-card__photo img,
.guest-card:nth-child(4) .guest-card__photo img {
  object-position: center top;
}

.guest-card:nth-child(5) .guest-card__photo img {
  object-position: center 14%;
}

.guest-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.guest-card__photo figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  min-height: 28px;
  padding: 8px 10px;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 4px;
  color: var(--white);
  background: rgb(3 14 45 / 58%);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.guest-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(24px, 3vw, 34px);
}

.guest-card__role {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgb(255 129 48 / 30%);
  border-radius: 4px;
  color: #b94e08;
  background: rgb(255 129 48 / 10%);
  font-size: 12px;
  font-weight: 900;
}

.guest-card h3 {
  margin: 18px 0 14px;
  color: #081633;
  font-size: clamp(28px, 2.5vw, 34px);
  line-height: 1.12;
}

.guest-card__title {
  margin: 0 0 12px;
  color: var(--blue-deep);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
}

.guest-card p {
  max-width: 42em;
  font-size: 15px;
  line-height: 1.72;
}

.section-note {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 26px 0 0;
  padding: 12px 16px;
  border: 1px solid rgb(0 80 212 / 12%);
  border-radius: 6px;
  color: var(--blue-deep);
  background: linear-gradient(90deg, #ffffff, rgb(0 80 212 / 5%));
  box-shadow: 0 14px 40px rgb(15 23 42 / 5%);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
}

.fieldwork-visual {
  position: relative;
  min-height: clamp(250px, 32vw, 390px);
  margin-bottom: clamp(26px, 4vw, 42px);
  overflow: hidden;
  border-radius: 8px;
  background: #06133d;
  box-shadow: 0 24px 70px rgb(7 16 31 / 12%);
}

.fieldwork-visual::before,
.fieldwork-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fieldwork-visual::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgb(3 14 45 / 82%) 0%, rgb(3 14 45 / 42%) 42%, rgb(3 14 45 / 10%) 100%),
    linear-gradient(180deg, rgb(3 14 45 / 4%) 0%, rgb(3 14 45 / 62%) 100%);
}

.fieldwork-visual::after {
  z-index: 2;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 8%) 1px, transparent 1px),
    linear-gradient(rgb(255 255 255 / 8%) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, black 0%, transparent 68%);
}

.fieldwork-visual img {
  width: 100%;
  height: 100%;
  min-height: clamp(250px, 32vw, 390px);
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.04);
}

.fieldwork-visual__caption {
  position: absolute;
  left: clamp(22px, 4vw, 44px);
  bottom: clamp(22px, 4vw, 42px);
  z-index: 3;
  display: grid;
  gap: 13px;
  max-width: 560px;
  color: var(--white);
}

.fieldwork-visual__caption span {
  width: max-content;
  max-width: 100%;
  padding: 8px 11px;
  border: 1px solid rgb(255 129 48 / 52%);
  color: #ffb24d;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.fieldwork-visual__caption strong {
  font-size: clamp(28px, 4.2vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
}

.timeline {
  display: grid;
  gap: 18px;
  border-left: 2px solid rgb(0 80 212 / 18%);
  padding-left: clamp(20px, 3vw, 34px);
}

.timeline__item {
  position: relative;
  padding: 26px;
  border: 1px solid rgb(0 80 212 / 12%);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgb(15 23 42 / 6%);
}

.timeline__item::before {
  content: "";
  position: absolute;
  top: 30px;
  left: calc(clamp(20px, 3vw, 34px) * -1 - 7px);
  width: 12px;
  height: 12px;
  border: 3px solid var(--orange);
  border-radius: 50%;
  background: var(--surface);
}

.timeline__item span {
  color: var(--blue);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  font-weight: 900;
}

.timeline__item h3 {
  margin: 10px 0 10px;
  color: var(--ink);
  font-size: 24px;
}

.timeline__item p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.timeline__item--showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(300px, 0.82fr);
  align-items: center;
  gap: clamp(20px, 3vw, 34px);
  overflow: hidden;
  background:
    linear-gradient(135deg, #ffffff 0%, rgb(247 250 255 / 96%) 56%, rgb(0 80 212 / 7%) 100%);
}

.timeline__copy {
  display: grid;
  gap: 10px;
}

.timeline__copy p + p {
  margin-top: 4px;
}

.timeline__gallery {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-height: 306px;
}

.timeline__gallery::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: 0;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgb(0 80 212 / 8%) 1px, transparent 1px),
    linear-gradient(rgb(0 80 212 / 8%) 1px, transparent 1px),
    linear-gradient(135deg, rgb(0 80 212 / 8%), rgb(255 129 48 / 10%));
  background-size: 24px 24px, 24px 24px, auto;
}

.timeline__gallery img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 94px;
  object-fit: cover;
  border: 1px solid rgb(0 80 212 / 14%);
  border-radius: 6px;
  box-shadow: 0 16px 38px rgb(15 23 42 / 10%);
}

.timeline__gallery img:first-child {
  grid-row: 1 / -1;
  min-height: 306px;
}

.signal-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.signal-list p {
  min-height: 196px;
  margin: 0;
  padding: 22px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 8px;
  color: rgb(255 255 255 / 84%);
  background: rgb(255 255 255 / 8%);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.68;
}

.story-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.story-strip p {
  margin: 0;
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgb(0 80 212 / 12%);
  border-radius: 8px;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff, rgb(0 80 212 / 4%));
  font-size: 16px;
  font-weight: 850;
  line-height: 1.58;
}

.gain-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gain-grid article {
  min-height: 190px;
  padding: 22px;
}

.gain-grid h3 {
  margin-top: 30px;
  font-size: 19px;
}

.gain-grid p {
  font-size: 15px;
}

.story-columns {
  columns: 2 360px;
  column-gap: clamp(36px, 6vw, 80px);
}

.story-columns p {
  break-inside: avoid;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: clamp(16px, 1.42vw, 18px);
  line-height: 1.86;
}

.event-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.event-grid article,
.price-card {
  min-height: 210px;
  padding: 24px;
}

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

.venue-list li {
  position: relative;
  margin: 0;
  padding-left: 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

.venue-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

.price-card h3 {
  font-size: clamp(34px, 3.6vw, 48px);
}

.price-card h3 + p {
  margin-top: 12px;
}

.price-card--hot {
  border-color: rgb(255 122 42 / 48%);
  box-shadow: 0 24px 70px rgb(255 122 42 / 14%);
}

.rules-panel {
  margin-top: 18px;
  padding: 26px;
  border: 1px solid rgb(0 80 212 / 12%);
  border-radius: 8px;
  background: var(--white);
}

.rules-panel h3 {
  margin-top: 0;
}

.rules-panel p + p {
  margin-top: 8px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid rgb(0 80 212 / 12%);
  border-radius: 8px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 12px 34px rgb(15 23 42 / 5%);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.74;
}

.contact-section {
  padding-top: clamp(42px, 6vw, 76px);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgb(0 80 212 / 14%);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgb(0 58 163 / 96%), rgb(0 80 212 / 88%) 52%, rgb(17 24 39 / 88%)),
    url("assets/images/hero-background.jpg") center / cover no-repeat;
}

.contact-panel h2 {
  margin: 8px 0 18px;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.08;
}

.contact-panel p {
  margin: 0;
  color: rgb(255 255 255 / 84%);
  font-size: 16px;
  line-height: 1.72;
}

.contact-panel p + p {
  margin-top: 10px;
}

.contact-panel strong {
  color: var(--white);
}

.partner-list {
  padding-top: 8px;
  border-top: 1px solid rgb(255 255 255 / 18%);
}

.contact-copy {
  max-width: 780px;
}

.support-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  color: rgb(255 255 255 / 84%);
  font-size: 16px;
  line-height: 1.62;
}

.support-list strong {
  color: var(--white);
}

.support-list span {
  display: block;
  padding-left: 14px;
  border-left: 3px solid rgb(255 129 48 / 72%);
}

.presenters-section {
  padding-top: clamp(42px, 6vw, 76px);
}

.presenter-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.5fr);
  align-items: stretch;
  gap: 18px;
}

.presenter-card {
  position: relative;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgb(0 80 212 / 12%);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff 0%, rgb(0 80 212 / 4%) 100%);
  box-shadow: 0 18px 50px rgb(15 23 42 / 6%);
}

.presenter-card--host {
  display: grid;
  align-content: center;
  gap: 24px;
}

.presenter-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 42px;
  height: 4px;
  background: var(--orange);
}

.presenter-panel span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgb(0 80 212 / 16%);
  border-radius: 4px;
  color: var(--blue-deep);
  background: rgb(0 80 212 / 6%);
  font-size: 12px;
  font-weight: 900;
}

.presenter-panel .venue-list {
  margin-top: 26px;
}

.logo-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgb(0 80 212 / 10%);
  border-radius: 6px;
  background: rgb(255 255 255 / 88%);
}

.logo-tile img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
}

.logo-tile--host {
  min-height: 126px;
  margin-top: 30px;
}

.logo-tile--host img {
  max-height: 72px;
}

.support-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.presenter-card--support .logo-tile {
  grid-column: span 2;
  min-height: 116px;
  padding: 18px 20px;
  background: #ffffff;
}

.presenter-card--support .logo-tile:nth-child(4),
.presenter-card--support .logo-tile:nth-child(5) {
  grid-column: span 3;
}

.presenter-card--support .logo-tile img {
  width: auto;
  max-width: 92%;
  max-height: 70px;
}

.presenter-card--support .logo-tile--gingiris img {
  max-width: 96%;
  max-height: 78px;
}

.presenter-card--support .logo-tile--waffo img,
.presenter-card--support .logo-tile--epark img {
  max-width: 88%;
  max-height: 76px;
}

.presenter-card--support .logo-tile--qlab img {
  max-width: 82%;
  max-height: 72px;
}

.presenter-card--support .logo-tile--frank img {
  max-width: 74%;
  max-height: 72px;
}

.apply {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
  padding: 30px;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgb(0 58 163 / 94%), rgb(0 80 212 / 88%) 58%, rgb(17 24 39 / 76%)),
    url("assets/images/hero-background.jpg") center 58% / cover no-repeat;
  box-shadow: 0 24px 70px rgb(0 78 209 / 18%);
}

.site-footer {
  width: min(100% - 40px, var(--max-width));
  margin: -16px auto 46px;
  padding: 18px 20px;
  border: 1px solid rgb(0 80 212 / 12%);
  border-radius: 8px;
  color: rgb(15 23 42 / 76%);
  background:
    linear-gradient(90deg, rgb(0 80 212 / 7%), rgb(255 129 48 / 6%)),
    #ffffff;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  box-shadow: 0 18px 50px rgb(15 23 42 / 5%);
}

.site-footer p {
  margin: 0;
}

.site-footer__update {
  color: var(--ink);
  font-weight: 800;
}

.site-footer__record {
  margin-top: 5px;
  color: rgb(75 85 99 / 88%);
  font-size: 12px;
}

.site-footer__record a {
  color: inherit;
  text-decoration: none;
}

.site-footer__record a:hover {
  color: var(--blue-deep);
}

.apply__eyebrow {
  color: rgb(255 129 48 / 96%);
}

@media (max-width: 900px) {
  .hero {
    padding: 22px 18px 28px;
    background-position: 58% center;
  }

  .hero__nav {
    align-items: flex-start;
  }

  .brand {
    width: clamp(146px, 29vw, 210px);
  }

  .event-meta {
    max-width: 290px;
  }

  .hero__content {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 4px;
    padding: 48px 0 106px;
  }

  .hero__copy {
    max-width: 560px;
    transform: translateY(-22px);
  }

  .hero__eyebrow {
    margin-bottom: 14px;
  }

  .hero__visual {
    position: absolute;
    right: -28vw;
    bottom: 10vh;
    z-index: 1;
    width: min(82vw, 500px);
    min-height: 360px;
    opacity: 0.5;
    transform: translateY(-12px);
  }

  .hero__mark {
    width: min(96vw, 580px);
    transform: translate(-48%, -50%);
  }

  .overview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section {
    padding: 64px 0;
  }

  .section__heading {
    grid-template-columns: 1fr;
  }

  .visual-ribbon {
    grid-template-columns: 1fr;
    min-height: 260px;
    padding-right: clamp(22px, 5vw, 36px);
  }

  .visual-ribbon img {
    position: absolute;
    right: -78px;
    bottom: -92px;
    width: min(74vw, 390px);
    opacity: 0.28;
  }

  .visual-ribbon__copy {
    position: relative;
    z-index: 2;
  }

  .visual-ribbon__copy strong {
    max-width: 10em;
  }

  .visual-ribbon--mentor {
    min-height: 210px;
  }

  .brand-visual {
    grid-template-columns: 1fr;
    min-height: 220px;
  }

  .brand-visual__logo {
    width: min(72vw, 320px);
  }

  .brand-visual__mark {
    position: absolute;
    right: -64px;
    bottom: -76px;
    width: min(68vw, 330px);
    opacity: 0.22;
  }

  .fieldwork-visual {
    min-height: 300px;
  }

  .fieldwork-visual img {
    min-height: 300px;
    object-position: 56% center;
  }

  .fieldwork-visual__caption {
    max-width: min(520px, 72vw);
  }

  .timeline__item--showcase {
    grid-template-columns: 1fr;
  }

  .timeline__gallery {
    min-height: 306px;
  }

  .timeline__gallery img:first-child {
    min-height: 306px;
  }

  .question-panel__grid,
  .guest-grid,
  .pricing-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

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

  .presenter-panel {
    grid-template-columns: 1fr;
  }

  .presenter-card--support {
    grid-column: auto;
  }

  .support-logo-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .presenter-card--support .logo-tile {
    grid-column: span 2;
  }

  .presenter-card--support .logo-tile:nth-child(4),
  .presenter-card--support .logo-tile:nth-child(5) {
    grid-column: span 3;
  }

  .guest-card {
    grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
    min-height: 0;
  }

  .guest-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .guest-card__photo,
  .guest-card__photo img {
    min-height: 320px;
  }

  .guest-card__content {
    padding: 26px;
  }

  .feature-grid,
  .signal-list,
  .story-strip,
  .gain-grid,
  .event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card--wide {
    grid-column: span 2;
  }

  .signal-list p,
  .story-strip p {
    min-height: 0;
  }

  .story-columns {
    columns: auto;
  }

  .about {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about h2 {
    max-width: 620px;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: 0;
  }

  .info-card h3 {
    margin-top: 28px;
  }

  .apply {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: clamp(980px, 116svh, 1120px);
    padding-bottom: 132px;
    background:
      radial-gradient(circle at 72% 34%, rgb(255 255 255 / 14%) 0 1px, transparent 1px 100%),
      linear-gradient(90deg, rgb(0 45 156 / 24%) 0%, rgb(0 80 212 / 0%) 46%),
      linear-gradient(180deg, rgb(0 80 212 / 8%) 0%, rgb(0 80 212 / 0%) 55%),
      linear-gradient(180deg, transparent 0%, transparent 64%, rgb(0 78 209 / 44%) 82%, rgb(0 78 209 / 10%) 100%),
      url("assets/images/hero-background.jpg") center / cover no-repeat,
      var(--blue);
    background-size: 26px 26px, auto, auto, auto, cover;
  }

  .hero__nav {
    gap: 8px;
  }

  .hero__brand-group {
    gap: 8px;
  }

  .brand {
    width: clamp(108px, 35vw, 142px);
  }

  .event-meta {
    gap: 6px;
    font-size: 12px;
    max-width: 158px;
  }

  .event-meta span {
    min-height: 24px;
    padding: 0 8px;
  }

  .hero__title-image {
    width: min(88vw, 330px);
    transform: none;
  }

  .hero__content {
    align-content: start;
    gap: 6px;
    padding: 18px 0 34px;
  }

  .hero__copy {
    order: 2;
    transform: none;
  }

  .hero__eyebrow {
    font-size: 11px;
  }

  .hero__lead {
    margin-top: 14px;
    padding-left: 12px;
    border-left-width: 3px;
    font-size: clamp(16px, 4.8vw, 20px);
    line-height: 1.32;
  }

  .hero__path {
    max-width: 100%;
    min-height: 30px;
    padding: 8px 11px;
    border-radius: 8px;
    font-size: clamp(12px, 3.3vw, 13px);
    line-height: 1.32;
    white-space: normal;
  }

  .hero__facts {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
    padding: 0 10px;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 6px;
    background: rgb(0 58 163 / 28%);
    backdrop-filter: blur(5px);
  }

  .hero__facts div {
    min-height: 0;
    padding: 12px 0;
  }

  .hero__facts div:first-child {
    border-bottom: 0;
  }

  .hero__facts div + div {
    padding-left: 0;
    border-left: 0;
  }

  .hero__facts div:nth-child(2) {
    padding-left: 14px;
    border-left: 1px solid rgb(255 255 255 / 16%);
  }

  .hero__facts dt {
    font-size: 12px;
  }

  .hero__facts dd {
    margin-top: 8px;
    font-size: 13px;
  }

  .hero__actions {
    width: min(100%, 330px);
  }

  .hero__actions .button {
    flex: 1 1 140px;
    min-width: 0;
  }

  .hero__actions .button--ghost {
    background: rgb(0 58 163 / 48%);
    border-color: rgb(255 255 255 / 72%);
  }

  .hero__visual {
    order: 1;
    position: relative;
    right: auto;
    bottom: auto;
    justify-self: center;
    width: min(88vw, 430px);
    min-height: 0;
    margin: 0 auto -8px;
    opacity: 1;
    transform: none;
  }

  .hero__mark {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 430px;
    height: auto;
    margin: 0 auto;
    filter: none;
    opacity: 1;
    transform: none;
  }

  .about,
  .overview,
  .section,
  .apply {
    width: min(100% - 28px, var(--max-width));
  }

  .about {
    padding: 54px 0 34px;
  }

  .about__eyebrow {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .about h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .about__tag {
    margin-top: 18px;
  }

  .about__body {
    padding-top: 22px;
  }

  .about__body p {
    padding-left: 34px;
    font-size: 15px;
    line-height: 1.78;
  }

  .about__body p::before {
    font-size: 11px;
  }

  .about__lead {
    font-size: 17px !important;
    line-height: 1.58 !important;
  }

  .overview__grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 50px 0;
  }

  .section__heading {
    gap: 16px;
    margin-bottom: 24px;
  }

  .section__heading p {
    font-size: 12px;
  }

  .section__heading h2 {
    font-size: clamp(30px, 8.4vw, 38px);
  }

  .section__heading span,
  .question-panel p,
  .timeline__item p,
  .faq-list p {
    font-size: 15px;
  }

  .visual-ribbon {
    width: min(100% - 28px, var(--max-width));
    min-height: 230px;
    margin: 24px auto 36px;
    padding: 22px;
  }

  .visual-ribbon__copy {
    gap: 12px;
  }

  .visual-ribbon__copy span {
    padding: 8px 10px;
    font-size: 11px;
  }

  .visual-ribbon__copy strong {
    font-size: clamp(26px, 9vw, 42px);
    line-height: 1.08;
  }

  .visual-ribbon img {
    right: -92px;
    bottom: -96px;
    width: 310px;
    opacity: 0.22;
  }

  .visual-ribbon--mentor {
    min-height: 190px;
    margin-bottom: 24px;
  }

  .brand-visual {
    min-height: 190px;
    padding: 22px;
  }

  .brand-visual__logo {
    width: min(76vw, 260px);
  }

  .brand-visual__mark {
    right: -84px;
    bottom: -88px;
    width: 290px;
  }

  .fieldwork-visual {
    min-height: 240px;
    margin-bottom: 24px;
  }

  .fieldwork-visual::before {
    background:
      linear-gradient(90deg, rgb(3 14 45 / 88%) 0%, rgb(3 14 45 / 60%) 58%, rgb(3 14 45 / 16%) 100%),
      linear-gradient(180deg, rgb(3 14 45 / 8%) 0%, rgb(3 14 45 / 72%) 100%);
  }

  .fieldwork-visual img {
    min-height: 240px;
    object-position: 60% center;
  }

  .fieldwork-visual__caption {
    left: 18px;
    right: 18px;
    bottom: 20px;
    gap: 10px;
    max-width: none;
  }

  .fieldwork-visual__caption span {
    padding: 8px 10px;
    font-size: 11px;
  }

  .fieldwork-visual__caption strong {
    font-size: clamp(24px, 7.2vw, 34px);
    line-height: 1.1;
  }

  .question-panel {
    padding: 20px;
  }

  .question-panel__grid,
  .feature-grid,
  .guest-grid,
  .signal-list,
  .story-strip,
  .gain-grid,
  .event-grid,
  .pricing-grid,
  .presenter-panel,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .presenter-card--support {
    grid-column: auto;
  }

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

  .presenter-card--support .logo-tile,
  .presenter-card--support .logo-tile:nth-child(4),
  .presenter-card--support .logo-tile:nth-child(5) {
    grid-column: auto;
    min-height: 92px;
  }

  .support-logo-grid .logo-tile:last-child {
    grid-column: 1 / -1;
  }

  .logo-tile {
    min-height: 76px;
    padding: 14px;
  }

  .logo-tile img {
    max-height: 48px;
  }

  .presenter-card--support .logo-tile img {
    max-height: 62px;
  }

  .question-panel__grid strong {
    min-height: 0;
    padding: 18px;
    font-size: 19px;
  }

  .feature-card,
  .guest-card,
  .gain-grid article,
  .event-grid article,
  .price-card,
  .rules-panel {
    padding: 20px;
  }

  .guest-card {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .guest-card::before {
    top: 20px;
    left: 20px;
  }

  .guest-card__photo {
    min-height: 250px;
    border-width: 0 0 1px;
    border-radius: 8px 8px 0 0;
  }

  .guest-card__photo img {
    min-height: 250px;
    object-position: center 22%;
  }

  .guest-card__content {
    padding: 22px;
  }

  .guest-card__photo figcaption {
    left: 18px;
    bottom: 18px;
  }

  .section-note {
    display: block;
  }

  .feature-card {
    min-height: 0;
  }

  .feature-card--wide {
    grid-column: auto;
  }

  .feature-card h3,
  .guest-card h3,
  .gain-grid h3,
  .event-grid h3,
  .rules-panel h3 {
    font-size: 21px;
  }

  .feature-card p,
  .guest-card p,
  .gain-grid p,
  .event-grid p,
  .price-card p,
  .rules-panel p {
    font-size: 15px;
  }

  .timeline {
    padding-left: 20px;
  }

  .timeline__item {
    padding: 20px;
  }

  .timeline__item--showcase {
    gap: 18px;
  }

  .timeline__item::before {
    left: -28px;
  }

  .timeline__gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 148px 104px 104px;
    min-height: 0;
  }

  .timeline__gallery img,
  .timeline__gallery img:first-child {
    min-height: 0;
  }

  .timeline__gallery img:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .timeline__gallery img:last-child {
    grid-column: 1 / -1;
  }

  .story-strip p {
    min-height: 0;
  }

  .price-card h3 {
    font-size: 36px;
  }

  .faq-list summary {
    padding: 18px 18px;
    font-size: 16px;
  }

  .faq-list p {
    padding: 0 18px 18px;
  }

  .contact-panel {
    padding: 22px;
  }

  .contact-panel h2 {
    font-size: clamp(30px, 8.4vw, 38px);
  }

  .apply {
    padding: 24px;
  }

  .site-footer {
    width: min(100% - 28px, var(--max-width));
    margin: -10px auto 34px;
    padding-top: 14px;
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .hero {
    padding: 18px 14px 24px;
    min-height: clamp(960px, 120svh, 1080px);
    padding-bottom: 142px;
  }

  .hero__nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .event-meta {
    justify-content: flex-start;
    max-width: 100%;
  }

  .event-meta span {
    padding: 0 7px;
  }

  .hero__content {
    gap: 6px;
    padding-top: 22px;
  }

  .hero__lead {
    font-size: 16px;
  }

  .hero__visual {
    width: min(92vw, 350px);
    min-height: 0;
    margin: 0 auto -6px;
    opacity: 1;
  }

  .hero__mark {
    width: 100%;
    max-width: 350px;
  }

  .hero__facts {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero__facts div:nth-child(2) {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgb(255 255 255 / 16%);
  }

  .hero__actions .button {
    flex-basis: 100%;
    min-height: 46px;
  }

  .about,
  .overview,
  .section,
  .apply,
  .visual-ribbon {
    width: min(100% - 22px, var(--max-width));
  }

  .about__body p {
    padding-left: 28px;
  }

  .visual-ribbon,
  .brand-visual,
  .question-panel,
  .timeline__item,
  .contact-panel,
  .presenter-card,
  .rules-panel {
    padding: 18px;
  }

  .feature-card,
  .gain-grid article,
  .event-grid article,
  .price-card {
    padding: 18px;
  }

  .guest-card__content {
    padding: 20px;
  }

  .support-logo-grid {
    grid-template-columns: 1fr;
  }

  .presenter-card--support .logo-tile img {
    max-height: 68px;
  }

  .timeline__gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 130px);
  }

  .timeline__gallery img:first-child,
  .timeline__gallery img:last-child {
    grid-column: auto;
  }
}
