@import url("../assets/fonts/lexus-rodin.css");

:root {
  --bg: #090b0f;
  --surface: #11161d;
  --surface-soft: #171f29;
  --ink: #f7f2e9;
  --muted: #b9c1cc;
  --line: rgba(255, 255, 255, 0.16);
  --blue: #2f77d6;
  --red: #ee3d38;
  --gold: #d7b26a;
  --cream: #efe1c4;
  --error: #ffb0aa;
  --ok: #d9f0c8;
  --header-height: 68px;
  --entry-bar-height: 126px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Lexus Rodin", sans-serif;
  line-height: 1.7;
  letter-spacing: 0;
}

body.home-page {
  padding-top: var(--header-height);
  padding-bottom: calc(var(--entry-bar-height) + env(safe-area-inset-bottom));
}

a {
  color: inherit;
}

[hidden] {
  display: none !important;
}

[id] {
  scroll-margin-top: calc(var(--header-height) + 20px);
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: var(--header-height);
  padding: 18px 24px;
  background: rgba(6, 7, 10, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
}

.site-header__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-header__logo img,
.local-footer img {
  display: block;
  width: auto;
  height: 28px;
}

.logo-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.hero-section {
  position: relative;
  display: grid;
  align-items: end;
  min-height: min(780px, calc(100svh - var(--header-height) - 18px));
  overflow: hidden;
  background: #050608;
}

.hero-media,
.hero-overlay,
.hero-media__image {
  position: absolute;
  inset: 0;
}

.hero-media__image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 1500ms ease-in-out, transform 6400ms linear;
  will-change: opacity, transform;
}

.hero-media__image.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1.07);
}

.hero-overlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.9) 0%, rgba(5, 6, 8, 0.6) 50%, rgba(5, 6, 8, 0.12) 100%),
    linear-gradient(180deg, rgba(5, 6, 8, 0.18) 0%, rgba(5, 6, 8, 0.88) 100%);
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0 72px;
}

.hero-kicker,
.section-kicker,
.page-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-kicker {
  color: #f7d891;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.68);
}

.hero-title {
  width: min(850px, 100%);
  margin: 16px 0 0;
  color: #fff;
  font-size: clamp(2.55rem, 7vw, 5rem);
  font-weight: 600;
  line-height: 1.12;
  word-break: keep-all;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.9),
    0 16px 36px rgba(0, 0, 0, 0.68);
}

.hero-title__line {
  display: block;
}

.hero-title__line--mobile {
  display: none;
}

.hero-lead {
  width: min(660px, 100%);
  margin: 22px 0 0;
  color: #fff8ec;
  font-size: clamp(1.02rem, 1.6vw, 1.16rem);
  line-height: 1.85;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.72);
}

.hero-note {
  display: inline-flex;
  max-width: min(720px, 100%);
  margin: 16px 0 0;
  padding: 8px 14px;
  color: #0b0d10;
  background: rgba(239, 225, 196, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.hero-actions {
  margin-top: 32px;
}

.primary-button,
.outline-button,
.entry-button,
.submit-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, filter 180ms ease, transform 180ms ease;
}

.primary-button,
.entry-button,
.submit-button {
  color: #08090c;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.06) 50%),
    linear-gradient(135deg, #f7e6be 0%, #d9b05d 42%, #e83d38 100%);
  border: 1px solid rgba(255, 239, 204, 0.8);
  box-shadow:
    inset 0 0 0 1px rgba(82, 37, 5, 0.18),
    0 14px 28px rgba(0, 0, 0, 0.28);
  font-weight: 700;
}

.primary-button {
  padding: 13px 26px;
}

.primary-button--wide {
  min-width: 260px;
}

.outline-button,
.secondary-button {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(239, 225, 196, 0.36);
}

.hero-actions .outline-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.56);
}

.outline-button,
.secondary-button {
  padding: 12px 22px;
}

.primary-button:hover,
.entry-button:hover,
.submit-button:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.outline-button:hover,
.secondary-button:hover {
  color: #07080a;
  background: var(--cream);
  border-color: var(--cream);
}

.section-inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.summary-section,
.experience-section,
.movie-section,
.gallery-section,
.schedule-section,
.participation-section,
.notice-section,
.application-section {
  padding: 78px 0;
}

.summary-section {
  background:
    linear-gradient(180deg, #111820 0%, #0b0d10 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.experience-section,
.schedule-section,
.application-section {
  background: #0b0d10;
}

.movie-section,
.participation-section {
  background: #11161d;
}

.gallery-section,
.notice-section {
  background: #080a0d;
}

.section-heading {
  display: grid;
  gap: 16px;
  width: min(780px, 100%);
}

.section-heading--narrow {
  width: min(720px, 100%);
}

.section-heading h2,
.experience-copy h2,
.application-panel h2,
.notice-layout h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.26;
}

.section-heading p,
.experience-copy p,
.application-panel p,
.notice-layout p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 38px 0 0;
  padding: 1px;
  background: rgba(255, 255, 255, 0.13);
}

.fact-grid div {
  min-height: 162px;
  padding: 22px;
  background: rgba(10, 13, 18, 0.94);
}

.fact-grid dt {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 700;
}

.fact-grid dd {
  margin: 0;
  color: #fff;
  font-size: clamp(1.16rem, 2vw, 1.42rem);
  font-weight: 600;
  line-height: 1.48;
}

.fact-grid dd span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
}

.experience-layout,
.movie-layout,
.schedule-layout,
.participation-layout,
.notice-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 48px;
  align-items: center;
}

.experience-copy {
  display: grid;
  gap: 18px;
}

.feature-media,
.movie-frame {
  margin: 0;
  overflow: hidden;
  background: #050608;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.feature-media img,
.movie-frame video {
  display: block;
  width: 100%;
  height: auto;
}

.feature-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.movie-frame video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.gallery-carousel {
  position: relative;
  margin-top: 34px;
}

.gallery-track {
  display: grid;
  grid-auto-columns: minmax(280px, 44%);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 0 2px 22px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.gallery-slide {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #050608;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  scroll-snap-align: center;
}

.gallery-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-slide figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 5px 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.74rem;
}

.carousel-button {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #08090c;
  background: rgba(239, 225, 196, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  transform: translateY(-50%);
  cursor: pointer;
}

.carousel-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.carousel-button--prev {
  left: -20px;
}

.carousel-button--prev::before {
  transform: translate(-36%, -50%) rotate(-135deg);
}

.carousel-button--next {
  right: -20px;
}

.carousel-button--next::before {
  transform: translate(-64%, -50%) rotate(45deg);
}

.carousel-button:disabled {
  opacity: 0.34;
  cursor: default;
}

.gallery-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.gallery-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  background: rgba(255, 255, 255, 0.28);
  border: 0;
  border-radius: 999px;
}

.gallery-dots button[aria-current="true"] {
  background: var(--gold);
}

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

.time-slot-list li,
.step-list li,
.notice-block {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
}

.time-slot-list li {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 82px;
  padding: 18px 20px;
}

.time-slot-list span {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 700;
}

.time-slot-list time {
  color: var(--cream);
  font-size: 1rem;
}

.time-slot-list .is-soft {
  border-color: rgba(47, 119, 214, 0.44);
}

.step-list {
  counter-reset: step;
}

.step-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px 18px;
  padding: 20px;
}

.step-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #0b0d10;
  background: var(--cream);
  border-radius: 999px;
  font-weight: 700;
}

.step-list strong {
  color: #fff;
  font-size: 1.08rem;
}

.step-list p {
  grid-column: 2;
  margin: -8px 0 0;
  color: var(--muted);
}

.notice-layout {
  align-items: start;
}

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

.notice-block {
  padding: 22px;
}

.notice-block h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.08rem;
}

.notice-block ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.25em;
  color: var(--muted);
}

.application-panel {
  display: grid;
  gap: 18px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(47, 119, 214, 0.24), rgba(238, 61, 56, 0.14)),
    var(--surface);
  border: 1px solid rgba(239, 225, 196, 0.24);
  border-radius: 8px;
}

.entry-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 35;
  padding: 18px 28px calc(18px + env(safe-area-inset-bottom));
  background:
    linear-gradient(90deg, rgba(47, 119, 214, 0.28), rgba(238, 61, 56, 0.18) 46%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(180deg, #171a1f 0%, #050608 100%);
  border-top: 1px solid rgba(215, 178, 106, 0.58);
  box-shadow: 0 -18px 42px rgba(0, 0, 0, 0.5);
}

.entry-bar__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 28px;
  align-items: center;
  width: min(1160px, 100%);
  min-height: 78px;
  margin: 0 auto;
}

.entry-bar__copy p {
  margin: 0;
}

.entry-bar__title {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.35em;
  color: #fff;
  font-size: clamp(1.16rem, 2vw, 1.54rem);
  font-weight: 600;
  line-height: 1.35;
}

.entry-bar__title span {
  color: var(--gold);
}

.entry-bar__description {
  margin-top: 8px;
  color: var(--cream);
  font-size: clamp(0.84rem, 1.2vw, 0.96rem);
  line-height: 1.6;
}

.entry-button {
  gap: 18px;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  padding: 15px 26px;
  white-space: nowrap;
}

.entry-button__arrow {
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.page-shell {
  min-height: 100vh;
  padding-top: var(--header-height);
  background:
    linear-gradient(180deg, rgba(47, 119, 214, 0.12), rgba(238, 61, 56, 0.06) 260px, transparent 620px),
    var(--bg);
}

.page-main {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 96px;
}

.form-panel {
  padding: 42px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.page-title {
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  font-weight: 600;
  line-height: 1.35;
}

.page-lead,
.notice {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 1rem;
}

.notice {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
}

.message {
  margin: 0 0 24px;
  padding: 18px;
  border-radius: 6px;
}

.message p {
  margin: 0 0 10px;
}

.message p:last-child {
  margin-bottom: 0;
}

.message--ok {
  color: var(--ok);
  background: rgba(126, 192, 88, 0.12);
  border: 1px solid rgba(217, 240, 200, 0.32);
}

.message--error {
  color: #fff;
  background: rgba(238, 61, 56, 0.14);
  border: 1px solid rgba(255, 176, 170, 0.42);
}

.entry-form,
.application-form {
  display: grid;
  gap: 20px;
}

.form-section {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.form-section legend,
.check-group legend {
  padding: 0 8px;
  color: var(--cream);
  font-weight: 700;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field--wide {
  grid-column: 1 / -1;
}

.split-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.split-field {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.split-field span {
  color: var(--cream);
  font-size: 0.94rem;
  line-height: 1;
  white-space: nowrap;
}

.field label,
.field-label {
  color: var(--cream);
  font-size: 0.94rem;
}

.name-inline {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.field input:not([type="checkbox"]):not([type="radio"]),
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--ink);
  background: #050608;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  outline: none;
}

.field textarea {
  min-height: 128px;
  resize: vertical;
}

.field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(239, 225, 196, 0.92) 50%),
    linear-gradient(135deg, rgba(239, 225, 196, 0.92) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 15px) 50%;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
  padding-right: 44px;
}

.field input:not([type="checkbox"]):not([type="radio"]):focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(215, 178, 106, 0.16);
}

.field input[readonly] {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
}

.field-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.field-error {
  color: var(--error);
  font-size: 0.86rem;
}

.check-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.check-option input {
  width: 20px;
  height: 20px;
  margin: 0.22em 0 0;
  accent-color: var(--gold);
}

.check-option__body {
  display: grid;
  gap: 2px;
}

.check-option__label {
  color: var(--ink);
}

.check-option__note {
  color: var(--muted);
  font-size: 0.88rem;
}

.check-group {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.slot-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.slot-option {
  display: grid;
  min-height: 86px;
  cursor: pointer;
}

.slot-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.slot-option__body {
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  transition: border-color 180ms ease, background 180ms ease;
}

.slot-option__body strong {
  color: #fff;
  font-size: 1rem;
}

.slot-option__body span {
  color: var(--muted);
  font-size: 0.86rem;
}

.slot-option input:checked + .slot-option__body {
  background: rgba(215, 178, 106, 0.14);
  border-color: var(--gold);
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.submit-button {
  min-width: 240px;
  padding: 13px 26px;
  border-radius: 8px;
  cursor: pointer;
}

.secondary-button {
  min-width: 180px;
}

.thanks-lines {
  display: grid;
  gap: 16px;
  margin: 0 0 30px;
  color: var(--muted);
}

.thanks-lines p {
  margin: 0;
}

.local-footer {
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 54px 20px;
  color: var(--muted);
  background: #050608;
  border-top: 1px solid var(--line);
  text-align: center;
}

.local-footer p {
  margin: 0;
}

.local-footer__name {
  color: #fff;
  font-size: 1rem;
}

.local-footer__address {
  margin: 0;
  color: var(--muted);
  font-style: normal;
  font-size: 0.94rem;
  line-height: 1.8;
}

.local-footer__hours {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.8;
}

.local-footer__address a,
.local-footer__link {
  color: var(--ink);
  text-decoration: none;
}

.local-footer__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 20px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 4px;
  font-size: 0.92rem;
}

.local-footer__address a:hover,
.local-footer__link:hover {
  text-decoration: underline;
}

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

  .hero-media__image {
    transition: none;
  }
}

@media (max-width: 960px) {
  :root {
    --entry-bar-height: 148px;
  }

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

  .experience-layout,
  .movie-layout,
  .schedule-layout,
  .participation-layout,
  .notice-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .gallery-track {
    grid-auto-columns: minmax(280px, 72%);
  }

  .entry-bar__inner {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
    gap: 18px;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 60px;
    --entry-bar-height: 238px;
  }

  .site-header {
    padding: 15px 18px;
  }

  .site-header__logo img,
  .local-footer img {
    height: 24px;
  }

  .hero-section {
    min-height: calc(100svh - var(--header-height));
  }

  .hero-content {
    width: min(100% - 32px, 1160px);
    padding: 80px 0 calc(var(--entry-bar-height) + 34px);
  }

  .hero-title {
    font-size: clamp(2rem, 9.2vw, 2.25rem);
  }

  .hero-title__line--desktop {
    display: none;
  }

  .hero-title__line--mobile {
    display: block;
  }

  .hero-note {
    border-radius: 8px;
  }

  .hero-actions,
  .application-actions,
  .form-actions {
    align-items: stretch;
  }

  .primary-button,
  .outline-button,
  .secondary-button,
  .submit-button {
    width: 100%;
  }

  .section-inner {
    width: min(100% - 32px, 1120px);
  }

  .summary-section,
  .experience-section,
  .movie-section,
  .gallery-section,
  .schedule-section,
  .participation-section,
  .notice-section,
  .application-section {
    padding: 54px 0;
  }

  .fact-grid,
  .notice-columns,
  .form-grid,
  .slot-options {
    grid-template-columns: 1fr;
  }

  .fact-grid div {
    min-height: 126px;
  }

  .gallery-track {
    grid-auto-columns: minmax(260px, 86%);
  }

  .carousel-button {
    display: none;
  }

  .time-slot-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .application-panel {
    padding: 24px 18px;
  }

  .entry-bar {
    padding: 15px 16px calc(15px + env(safe-area-inset-bottom));
  }

  .entry-bar__inner {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
  }

  .entry-button {
    min-height: 58px;
    padding: 12px 20px;
    font-size: clamp(0.92rem, 4.2vw, 1rem);
  }

  .page-main {
    width: min(100% - 28px, 820px);
    padding: 40px 0 64px;
  }

  .form-panel {
    padding: 28px 20px;
  }

  .name-inline {
    grid-template-columns: max-content minmax(0, 1fr);
  }

  .split-fields {
    grid-template-columns: 1fr;
  }

  .step-list li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 8px 14px;
    padding: 18px;
  }

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