:root {
  --navy: #003b83;
  --navy-dark: #02295a;
  --blue: #0069b8;
  --sky: #62b5e5;
  --sky-soft: #eef8fd;
  --ink: #082852;
  --text: #23364d;
  --muted: #687b90;
  --line: #cfddea;
  --paper: #ffffff;
  --soft: #f6faff;
  --track: #c65758;
  --shadow: 0 14px 34px rgba(0, 59, 131, 0.1);
  --radius: 6px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  line-height: 1.7;
  background: var(--paper);
}

body.is-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(28px, 7.2vw, 50px);
}

h2 {
  font-size: clamp(23px, 5.8vw, 34px);
}

h3 {
  font-size: clamp(18px, 4.2vw, 24px);
}

h1 span {
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 8px clamp(12px, 3vw, 28px);
  background: rgba(255, 255, 255, 0.98);
  border-top: 8px solid var(--navy);
  border-bottom: 1px solid var(--line);
}

.site-header.is-scrolled {
  box-shadow: 0 10px 26px rgba(0, 59, 131, 0.08);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
}

.site-logo__mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  line-height: 1;
}

.site-logo__text {
  font-size: 13px;
  letter-spacing: 0;
}

.menu-button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-content: center;
  gap: 5px;
  padding: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--navy);
}

.site-nav {
  position: fixed;
  inset: 58px 0 auto 0;
  display: none;
  padding: 12px 18px 18px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.site-nav.is-open {
  display: grid;
  gap: 2px;
}

.site-nav a {
  display: block;
  padding: 10px 4px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.header-cta {
  display: none;
}

.section {
  padding: clamp(68px, 10vw, 128px) 0;
  border-bottom: 1px solid var(--line);
}

.container,
.hero__inner {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.section-stack {
  display: grid;
  gap: clamp(28px, 4.2vw, 52px);
}

.hero {
  min-height: 0;
  padding: 0;
  background: #fff;
  border-bottom: 0;
}

.hero__inner {
  position: relative;
  width: 100%;
  min-height: min(66vh, 700px);
  overflow: hidden;
  background: url("assets/img/campus-overview-full.png") center center / cover no-repeat;
}

.hero__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: url("assets/img/campus-overview-full.png") center center / cover no-repeat;
}

.hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 41, 90, 0.55), rgba(2, 41, 90, 0.16) 54%, rgba(2, 41, 90, 0.04)),
    linear-gradient(0deg, rgba(2, 41, 90, 0.22), rgba(2, 41, 90, 0.02) 50%);
  pointer-events: none;
}

.hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
  padding: clamp(70px, 10vw, 118px) 0 clamp(58px, 9vw, 96px);
  text-align: left;
}

.hero__copy,
.hero__summary {
  display: grid;
  gap: 14px;
}

.hero__copy {
  max-width: min(720px, 100%);
}

.hero__summary .cta-row {
  max-width: none;
}

.hero__tagline {
  width: max-content;
  max-width: 100%;
  padding: 7px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  background: var(--navy);
  border-radius: 3px;
}

.hero__label {
  color: #fff;
  font-size: clamp(22px, 6vw, 34px);
  font-weight: 900;
  line-height: 1.35;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.32);
}

.hero__label span {
  display: inline-block;
}

.hero__label span + span {
  margin-left: 0.35em;
}

.hero__sub {
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.32);
}

.hero h1 {
  display: grid;
  gap: 8px;
}

.hero h1 span {
  width: max-content;
  max-width: 100%;
  padding: 0.03em 0.18em 0.07em;
  color: var(--ink);
  line-height: 1.16;
  background: rgba(255, 255, 255, 0.96);
}

.hero h1 span:last-child {
  color: var(--navy);
  font-size: 0.72em;
  white-space: nowrap;
}

.hero__summary-title {
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.hero-overview {
  padding: clamp(24px, 4vw, 44px) 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.hero-overview__inner {
  display: grid;
  width: min(100% - 40px, 1180px);
  gap: clamp(20px, 3vw, 32px);
  padding: clamp(28px, 4vw, 44px);
  background: #fff;
  border: 1px solid var(--line);
  border-top: 6px solid var(--navy);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(0, 59, 131, 0.08);
}

.hero-overview .hero__summary {
  max-width: none;
}

.hero__meta {
  display: grid;
  gap: 0;
  max-width: none;
  margin: 0;
  color: var(--ink);
  text-align: left;
}

.hero__meta p {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 16px 0;
  font-size: 15px;
  font-weight: 800;
  border-bottom: 1px solid var(--line);
}

.hero__meta p:first-child {
  border-top: 1px solid var(--line);
}

.hero__meta p > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.5;
}

.hero__meta strong {
  font-size: 16px;
  line-height: 1.4;
}

.meta-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  border: 2px solid var(--navy);
  border-radius: 3px;
}

.cta-row {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 560px;
  margin: 6px 0 0;
}

.cta-row.registration-cta {
  grid-template-columns: 1fr;
  max-width: 640px;
  margin: clamp(18px, 3vw, 30px) auto 0;
}

.registration-cta .button {
  min-height: clamp(62px, 7vw, 82px);
  font-size: clamp(18px, 2.4vw, 24px);
  box-shadow: 0 14px 30px rgba(0, 59, 131, 0.2);
}

.cta-note {
  max-width: 680px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
  text-align: center;
}

.hero-cta-note {
  margin-top: 2px;
  text-align: left;
}

.button,
.header-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  border: 2px solid var(--navy);
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.button--primary,
.header-cta__primary {
  color: #fff;
  background: var(--navy);
}

.button--outline {
  color: var(--navy);
  background: #fff;
}

.button--light,
.header-cta__secondary {
  color: #fff;
  background: var(--sky);
  border-color: var(--sky);
}

.image-slot {
  position: relative;
  display: grid;
  min-height: 180px;
  place-items: center;
  overflow: hidden;
  color: var(--ink);
  text-align: center;
  background: #f0f2f5;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.image-slot span {
  position: relative;
  z-index: 1;
  max-width: 84%;
  padding: 10px 14px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.image-slot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--portrait-x, center) var(--portrait-y, center);
  transform: scale(var(--portrait-scale, 1));
  transform-origin: var(--portrait-x, center) var(--portrait-y, center);
}

.hero__visual img {
  position: absolute;
  inset: 0;
  z-index: 0;
  object-position: center center;
}

.image-slot--hero {
  min-height: 0;
  aspect-ratio: 16 / 8;
}

.image-slot--wide {
  aspect-ratio: 16 / 8;
  min-height: 0;
}

.image-slot--portrait {
  aspect-ratio: 4 / 5;
  min-height: 0;
}

.image-slot--medium {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.portrait-img--takano {
  --portrait-y: 33%;
  --portrait-scale: 1.02;
}

.portrait-img--yamada {
  --portrait-y: 35%;
  --portrait-scale: 1.02;
}

.portrait-img--kobayashi {
  --portrait-y: 42%;
  --portrait-scale: 1;
}

.portrait-img--nakajima {
  --portrait-y: 18%;
  --portrait-scale: 1.2;
}

.portrait-img--terada {
  --portrait-y: 22%;
  --portrait-scale: 1.26;
}

.image-slot--day {
  aspect-ratio: 16 / 6;
  min-height: 0;
}

.image-slot--map {
  aspect-ratio: 16 / 7;
  min-height: 0;
  background: #f0f2f5;
}

.image-slot--map img {
  object-position: center 62%;
}

.image-slot--final {
  aspect-ratio: 16 / 7;
  min-height: 0;
}

.intro-strip {
  padding: 0;
  color: #fff;
  background: var(--navy);
}

.intro-strip__items {
  display: grid;
  gap: 0;
}

.intro-strip__items p {
  display: grid;
  gap: 8px;
  padding: clamp(22px, 4vw, 34px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-size: clamp(16px, 3vw, 22px);
  font-weight: 900;
  line-height: 1.45;
}

.intro-strip__items p:last-child {
  border-bottom: 0;
}

.intro-strip__items span {
  color: var(--sky);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.section-heading {
  display: grid;
  gap: 10px;
}

.section-heading h2 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  padding-bottom: 16px;
}

.section-heading h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(100%, 180px);
  height: 4px;
  background: linear-gradient(90deg, var(--navy) 0 68%, var(--sky) 68% 100%);
  border-radius: 999px;
}

.section-kicker,
.program-label {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.lead-block,
.research-lead {
  display: grid;
  gap: 18px;
}

.lead-block--about {
  max-width: 520px;
}

.lead-copy {
  color: var(--ink);
  font-size: clamp(19px, 5vw, 27px);
  font-weight: 900;
  line-height: 1.5;
}

.about-copy {
  font-size: clamp(17px, 2.2vw, 22px);
  font-weight: 800;
  line-height: 1.95;
}

.about-visual {
  aspect-ratio: 16 / 9;
}

.registration-visual {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 6;
}

.registration-lead {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.registration-lead .lead-copy {
  font-size: clamp(24px, 5.5vw, 38px);
  line-height: 1.45;
}

.registration-lead .lead-copy span {
  display: inline;
}

.fee-table {
  display: grid;
  gap: clamp(16px, 3vw, 24px);
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}

.fee-table section {
  display: grid;
  gap: 0;
  padding: clamp(20px, 3vw, 28px);
  background: #fff;
  border: 1px solid var(--line);
  border-top: 5px solid var(--navy);
  border-radius: var(--radius);
}

.fee-table h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: clamp(20px, 4vw, 28px);
}

.fee-table p {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-weight: 800;
}

.fee-table p span {
  color: var(--text);
}

.fee-table strong {
  color: var(--ink);
  font-size: clamp(20px, 4.5vw, 26px);
  line-height: 1.25;
}

.member-note,
.application-note {
  display: grid;
  gap: 10px;
  padding: clamp(18px, 3vw, 26px);
  color: var(--ink);
  background: #f3f5f7;
  border: 1px solid var(--line);
  border-left: 5px solid var(--muted);
  border-radius: var(--radius);
}

.member-note {
  max-width: 980px;
  margin: 0 auto;
}

.member-note h3,
.application-note h3 {
  color: var(--ink);
  font-size: clamp(18px, 3vw, 22px);
  line-height: 1.45;
}

.member-note p,
.application-note p {
  color: var(--text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.85;
}

.member-note strong {
  color: var(--ink);
}

.split-block {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
}

.section--soft {
  background: var(--soft);
}

.section--message {
  background: #fff;
}

.section--research {
  background:
    linear-gradient(90deg, rgba(98, 181, 229, 0.1), transparent 34%),
    #fff;
}

.research-panel {
  display: grid;
  gap: clamp(24px, 3.6vw, 40px);
  padding: clamp(24px, 4.4vw, 44px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.research-panel--event {
  border-top: 6px solid var(--navy);
}

.research-panel--call {
  background: var(--sky-soft);
  border-color: rgba(98, 181, 229, 0.45);
  border-left: 6px solid var(--sky);
}

.research-panel__head {
  display: grid;
  gap: 12px;
  max-width: 840px;
}

.research-panel__eyebrow {
  width: max-content;
  max-width: 100%;
  padding: 7px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  background: var(--navy);
  border-radius: 999px;
}

.research-panel--call .research-panel__eyebrow {
  background: var(--blue);
}

.research-panel__head h3 {
  color: var(--ink);
  font-size: clamp(22px, 4.6vw, 34px);
  font-weight: 900;
  line-height: 1.35;
}

.research-panel__head p:last-child {
  font-weight: 800;
}

.section--navy {
  color: #fff;
  background: var(--navy-dark);
}

.section--navy h2,
.section--navy h3,
.section--navy .section-kicker {
  color: #fff;
}

.section--navy .section-heading h2::after {
  background: linear-gradient(90deg, #fff 0 68%, var(--sky) 68% 100%);
}

.feature-card,
.program-card,
.message-card,
.category-card,
.award-card,
.day-card,
.steps article,
.plain-panel,
.route-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-card,
.program-card,
.message-card {
  display: grid;
  width: 100%;
  gap: clamp(18px, 3vw, 28px);
  padding: clamp(22px, 3.4vw, 34px);
}

.feature-card {
  grid-template-columns: clamp(76px, 18vw, 104px) minmax(0, 1fr);
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
}

.feature-card .image-slot--portrait {
  width: clamp(76px, 18vw, 104px);
  min-height: 0;
  aspect-ratio: 4 / 5;
  justify-self: start;
  border-radius: var(--radius);
}

.feature-card__body,
.program-card > div:last-child,
.message-card__body {
  display: grid;
  gap: 16px;
}

.message-photo {
  width: min(100%, 320px);
  aspect-ratio: 4 / 5;
  min-height: 0;
  margin: 0 auto;
}

.message-photo img {
  object-position: center 34%;
}

.message-card__role {
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.6;
}

.message-card__name {
  color: var(--ink);
  font-size: clamp(24px, 4.5vw, 34px);
  font-weight: 900;
  line-height: 1.25;
}

.message-card__affiliation {
  color: var(--muted);
  font-weight: 800;
}

.message-card__body > p:last-child {
  line-height: 2;
}

.support-copy,
.plain-panel {
  color: var(--text);
  font-size: 15px;
  line-height: 1.8;
}

.plain-panel {
  padding: clamp(16px, 3vw, 22px);
}

.theme-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.theme-points span {
  padding: 8px 12px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  background: var(--sky-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.speaker {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.speaker span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.program-description {
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.speaker-bio,
.person-bio {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.speaker-bio {
  padding-top: 2px;
  border-top: 1px solid var(--line);
}

.person-list {
  display: grid;
  gap: 12px;
}

.person-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 116px;
  padding: 16px;
  background: var(--sky-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.person-photo {
  width: 78px;
  min-height: 0;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
}

.person-photo span {
  padding: 6px;
  font-size: 10px;
}

.person-card__body {
  display: grid;
  gap: 6px;
}

.person-card .person-name {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.45;
}

.person-card .person-name span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.program-list,
.category-list,
.award-list,
.day-list,
.route-list,
.steps {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
}

.program-list--visual .program-card {
  align-content: start;
}

.category-list--research {
  align-items: stretch;
}

.name-list,
.info-list {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}

.name-list div,
.info-list div {
  display: grid;
  gap: 6px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.section--navy .day-list {
  color: var(--ink);
}

.day-card,
.category-card,
.award-card {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3.4vw, 34px);
}

.category-card__num {
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

#research .category-card {
  min-height: 260px;
  border-left: 5px solid var(--sky);
}

.day-card__label {
  width: max-content;
  max-width: 100%;
  padding: 10px 18px;
  color: #fff;
  font-size: clamp(26px, 5vw, 40px);
  font-weight: 900;
  line-height: 1;
  background: var(--navy);
  border-radius: var(--radius);
}

.day-card h3 {
  color: var(--ink);
  font-size: clamp(20px, 3vw, 28px);
}

.timeline {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.timeline span {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0 14px 16px;
  color: var(--ink);
  font-weight: 900;
  border-bottom: 1px solid var(--line);
}

.timeline span::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--sky);
  border-radius: 50%;
}

.timeline b {
  color: var(--blue);
  font-size: 12px;
}

.steps {
  counter-reset: step;
}

.steps article {
  display: grid;
  gap: 10px;
  padding: clamp(20px, 3vw, 28px);
}

.steps span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.steps h3 {
  font-size: 19px;
}

ul {
  margin: 8px 0 0;
  padding-left: 1.2em;
}

li + li {
  margin-top: 5px;
}

.note {
  color: var(--navy);
  font-weight: 900;
}

.notice-box {
  display: grid;
  gap: 0;
  padding: clamp(20px, 3vw, 28px);
  color: var(--ink);
  background: var(--sky-soft);
  border: 1px solid var(--line);
  border-left: 5px solid var(--sky);
  border-radius: var(--radius);
  font-weight: 800;
}

.research-panel--call .notice-box {
  background: #fff;
  border-left-color: var(--blue);
}

.research-panel--call .cta-row {
  margin-top: 0;
}

.award-note {
  padding: 16px 18px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(98, 181, 229, 0.6);
  border-left: 5px solid var(--blue);
  border-radius: var(--radius);
  font-weight: 800;
}

.notice-box p {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 59, 131, 0.15);
}

.notice-box p:first-child {
  padding-top: 0;
}

.notice-box p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.notice-box span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.video-embed {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.award-card {
  position: relative;
  grid-template-columns: 1fr;
  align-items: start;
  min-height: 240px;
  overflow: hidden;
  border-top: 6px solid var(--sky);
}

.award-card::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 72px;
  height: 72px;
  border: 2px solid rgba(98, 181, 229, 0.55);
  border-radius: 50%;
  background: rgba(238, 248, 253, 0.72);
}

.award-card::after {
  content: "";
  position: absolute;
  top: 42px;
  right: 42px;
  width: 32px;
  height: 32px;
  border: 2px solid var(--navy);
  border-radius: 50%;
}

.award-card__label {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.award-card h3 {
  max-width: calc(100% - 90px);
}

.award-card div {
  display: grid;
  gap: 16px;
}

.award-card__target {
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  background: var(--sky-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.access-block,
.route-card {
  display: grid;
  gap: 14px;
}

.address {
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
}

.access-note {
  padding: 16px 18px;
  color: var(--ink);
  background: var(--sky-soft);
  border-left: 5px solid var(--sky);
  border-radius: var(--radius);
  font-weight: 800;
}

.route-card {
  padding: clamp(22px, 3.4vw, 34px);
}

.route-card ul,
.route-card p {
  margin: 0;
  padding: 0;
}

.route-card ul {
  padding-left: 1.1em;
}

.route-lines {
  display: grid;
  gap: 5px;
}

.final-cta {
  position: relative;
  color: #fff;
  text-align: center;
  background: var(--navy-dark);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 41, 90, 0.15), rgba(2, 41, 90, 0.9)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 2px, transparent 2px 42px);
  pointer-events: none;
}

.final-cta__inner {
  position: relative;
  display: grid;
  gap: 20px;
}

.final-cta h2,
.final-cta .section-kicker {
  color: #fff;
}

.final-cta__content {
  display: grid;
  gap: clamp(14px, 2.4vw, 22px);
  max-width: 860px;
  margin: 0 auto;
}

.final-cta .cta-row {
  grid-template-columns: 1fr;
  max-width: 420px;
  margin: clamp(8px, 2vw, 14px) auto 0;
}

.final-cta__date,
.final-cta__theme {
  font-size: clamp(18px, 5vw, 31px);
  font-weight: 900;
  line-height: 1.45;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px clamp(16px, 4vw, 36px);
  color: #fff;
  background: var(--navy-dark);
}

.site-footer p,
.site-footer a {
  font-size: 13px;
  font-weight: 900;
}

.site-footer a {
  text-decoration: none;
}

@media (min-width: 760px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    min-height: 80px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .site-logo {
    display: inline-flex;
  }

  .menu-button {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.4vw, 34px);
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .site-nav a {
    padding: 0;
    font-size: 18px;
    line-height: 1.3;
  }

  .header-cta {
    display: flex;
    gap: 10px;
  }

  .header-cta a {
    min-height: 52px;
    min-width: 176px;
    padding: 12px 24px;
    font-size: 16px;
  }

  .hero {
    min-height: 0;
    padding: 0;
  }

  .hero__inner {
    width: 100%;
    min-height: min(68vh, 720px);
    place-items: stretch;
  }

  .hero__visual {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    margin: 0;
  }

  .hero__visual::before {
    content: none;
  }

  .hero__visual span {
    align-self: center;
    margin-top: 0;
  }

  .hero__content {
    width: min(100% - 64px, 1120px);
    margin: 0 auto;
    padding: clamp(96px, 10vw, 132px) 0 clamp(76px, 8vw, 112px);
    text-align: left;
  }

  .hero h1 {
    font-size: clamp(34px, 3.6vw, 50px);
  }

  .hero__sub {
    font-size: 12px;
  }

  .intro-strip__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .intro-strip__items p {
    padding-right: clamp(24px, 4vw, 42px);
    padding-left: clamp(24px, 4vw, 42px);
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 0;
  }

  .intro-strip__items p:first-child {
    padding-left: 0;
  }

  .intro-strip__items p:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .hero__meta {
    max-width: none;
    margin-top: 0;
    gap: 0;
  }

  .hero__meta p {
    grid-template-columns: 96px minmax(0, 1fr);
    justify-content: stretch;
  }

  .cta-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 680px;
    margin-top: 6px;
  }

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

  .hero-overview .cta-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    margin-top: 22px;
  }

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

  .fee-table p {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 18px;
  }

  .final-cta .cta-row {
    grid-template-columns: 1fr;
  }

  .registration-lead {
    max-width: 1100px;
  }

  .registration-lead .lead-copy {
    font-size: clamp(28px, 2.5vw, 34px);
    line-height: 1.35;
    white-space: nowrap;
  }

  .split-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    gap: clamp(44px, 5vw, 72px);
  }

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

  .program-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }

  .feature-card {
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    width: min(100%, 920px);
    max-width: 920px;
    margin: 0 auto;
  }

  .feature-card .image-slot--portrait {
    width: 112px;
  }

  .message-card {
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }

  .award-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }

  .program-list {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto;
  }

  .day-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }

  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    margin: 0 auto;
  }

  #research .steps,
  #research .split-block,
  #research .category-list,
  #research .notice-box,
  #research .plain-panel,
  #research .cta-row {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  #research .category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #research .image-slot--wide {
    height: 100%;
    min-height: 440px;
    aspect-ratio: auto;
  }

  .route-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }

}

@media (max-width: 430px) {
  .container,
  .section .container {
    width: min(100% - 40px, var(--container));
  }

  .hero__inner {
    width: 100%;
    min-height: 68svh;
  }

  .button {
    width: 100%;
  }

  h1 {
    font-size: clamp(23px, 5.8vw, 26px);
  }

  h2 {
    font-size: clamp(22px, 6vw, 28px);
  }

  .hero__label {
    font-size: clamp(20px, 5.2vw, 22px);
  }

  .hero__sub {
    display: none;
  }

  .hero__content {
    margin: 0 auto;
    padding: 74px 20px 54px;
    text-align: left;
  }

  .hero h1 {
    font-size: clamp(23px, 6.4vw, 28px);
  }

  .hero h1 span {
    padding-right: 0.18em;
    padding-left: 0.18em;
  }

  .hero__meta p {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    font-size: 13px;
  }

  .feature-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: left;
  }

  .feature-card .image-slot--portrait {
    width: clamp(86px, 26vw, 112px);
    justify-self: center;
  }

  .feature-card__body {
    justify-items: start;
    width: 100%;
    gap: 14px;
  }

  .feature-card h3 {
    font-size: clamp(23px, 6vw, 28px);
    line-height: 1.35;
  }

  .feature-card p:not(.program-label):not(.speaker) {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }

  .registration-lead {
    max-width: 100%;
    text-align: left;
  }

  .registration-lead .lead-copy {
    font-size: clamp(23px, 6.2vw, 27px);
    line-height: 1.55;
  }

  .registration-lead .lead-copy span {
    display: block;
  }

  .timeline span {
    grid-template-columns: 44px minmax(0, 1fr);
  }
}
