@charset "UTF-8";

:root {
  --navy-900: #071a43;
  --navy-800: #0b2458;
  --navy-700: #15336f;
  --yellow-500: #f7c638;
  --yellow-400: #ffd95a;
  --yellow-200: #fff0b8;
  --paper: #fffdf7;
  --ink: #112247;
  --muted: #485a79;
  --line: #d8dfeb;
  --shadow-lg: 0 18px 50px rgba(7, 26, 67, 0.12);
  --shadow-md: 0 12px 30px rgba(7, 26, 67, 0.08);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

body.home-redesign {
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(247, 198, 56, 0.18), transparent 24%),
    radial-gradient(circle at top right, rgba(11, 36, 88, 0.06), transparent 25%),
    linear-gradient(180deg, #fffef9 0%, #fffefb 40%, #f9fbff 100%);
}

.top-main {
  overflow: hidden;
}

.top-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.top-shell--narrow {
  width: min(980px, calc(100% - 48px));
}

.header-logo--rebuild {
  width: auto;
  flex: 0 0 auto;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.brand-logo-block--header {
  justify-content: center;
  align-items: flex-end;
  transform: translateY(-9px);
}

.brand-logo--image {
  max-width: 100%;
}

.brand-logo__image {
  display: block;
  width: auto;
  height: 75px;
  max-width: min(540px, 45vw);
  object-fit: contain;
}

.brand-logo-block--header .brand-logo__image {
  height: 107px;
  max-width: min(770px, 64.1vw);
  filter:
    drop-shadow(1px 0 0 rgba(255,255,255,0.98))
    drop-shadow(-1px 0 0 rgba(255,255,255,0.98))
    drop-shadow(0 1px 0 rgba(255,255,255,0.98))
    drop-shadow(0 -1px 0 rgba(255,255,255,0.98))
    drop-shadow(1px 1px 0 rgba(255,255,255,0.96))
    drop-shadow(-1px 1px 0 rgba(255,255,255,0.96))
    drop-shadow(1px -1px 0 rgba(255,255,255,0.96))
    drop-shadow(-1px -1px 0 rgba(255,255,255,0.96));
}

.brand-logo__operator {
  display: block;
  width: 100%;
  margin: -8px 0 0;
  color: rgba(255,255,255,0.82);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-align: right;
}

.home-redesign .site-header {
  background: var(--navy-900);
  box-shadow: 0 8px 24px rgba(4, 15, 40, 0.2);
}

.home-redesign .header-inner {
  gap: 20px;
  padding: 0 24px 0 28px;
}

.home-redesign .header-nav {
  margin-left: auto;
}

.home-redesign .nav-list {
  gap: 4px;
}

.home-redesign .nav-link {
  color: rgba(255,255,255,0.92);
  font-size: 13px;
  font-weight: 700;
  padding: 0 10px;
}

.home-redesign .nav-link::after {
  background: var(--yellow-500);
}

.home-redesign .nav-link:hover,
.home-redesign .nav-link:focus-visible {
  color: #fff;
  background: rgba(255,255,255,0.08);
}

.home-redesign .hamburger-line {
  background: #fff;
}

.home-redesign .cta-btn--rebuild {
  width: auto;
  min-width: 220px;
  height: 58px;
  margin-block: auto;
  border-radius: 999px;
  padding: 0 24px;
  background: var(--yellow-500);
  color: var(--navy-900);
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(247, 198, 56, 0.2);
}

.home-redesign .cta-btn--rebuild .cta-arrow {
  width: auto;
  height: auto;
  font-size: 22px;
}

.home-redesign .mobile-nav--rebuild {
  background: var(--navy-900);
  border-top: 1px solid rgba(255,255,255,0.08);
}

.home-redesign .mobile-nav-link {
  color: rgba(255,255,255,0.92);
}

.home-redesign .mobile-cta-btn {
  background: var(--yellow-500);
  color: var(--navy-900);
}

.hero-rebuild {
  padding: 134px 0 58px;
  position: relative;
}

#concept {
  scroll-margin-top: 56px;
}

#facility {
  scroll-margin-top: 54px;
}

#schedule {
  scroll-margin-top: 56px;
}

#teacher {
  scroll-margin-top: 58px;
}

#trial {
  scroll-margin-top: 56px;
}

#price {
  scroll-margin-top: 58px;
}

#faq {
  scroll-margin-top: 54px;
}

#access {
  scroll-margin-top: 54px;
}

.hero-rebuild::before,
.facility-section-2026::before,
.price-section-2026::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 220px;
  height: 220px;
  background-image: radial-gradient(rgba(247, 198, 56, 0.42) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: 0.55;
  pointer-events: none;
}

.hero-rebuild__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: 34px;
  position: relative;
}

.hero-rebuild__copy {
  position: relative;
  padding: 24px 0 70px;
}

.hero-rebuild__copy::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 52px;
  width: clamp(300px, 38vw, 470px);
  height: clamp(190px, 23vw, 270px);
  background: var(--yellow-500);
  border-radius: 44% 56% 52% 48% / 56% 42% 58% 44%;
  transform: rotate(-10deg);
  z-index: -1;
  box-shadow: 0 18px 24px rgba(247, 198, 56, 0.18);
}

.hero-rebuild__pref,
.hero-rebuild__audience {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hero-rebuild__pref {
  transform: rotate(-8deg);
  background: var(--navy-900);
  color: #fff;
  margin-bottom: 18px;
}

.hero-rebuild__audience {
  margin-left: 16px;
  background: #fff;
  border: 2px solid var(--navy-900);
  color: var(--navy-900);
  font-size: 14px;
}

.hero-rebuild__headline-wrap {
  margin-top: 14px;
  margin-left: 14px;
}

.hero-rebuild__headline-lead {
  margin: 0 0 4px;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 900;
  color: #da3c2e;
  letter-spacing: 0.04em;
}

.hero-rebuild__headline {
  margin: 0;
  font-size: clamp(44px, 6vw, 74px);
  line-height: 1.03;
  font-weight: 900;
  color: #d53c2b;
  letter-spacing: 0.01em;
}

.hero-rebuild__headline span {
  color: var(--navy-900);
}

.hero-rebuild__stack {
  margin-top: 28px;
  display: grid;
  gap: 10px;
}

.hero-rebuild__stack-line {
  display: inline-block;
  width: fit-content;
  padding: 12px 20px;
  background: var(--navy-900);
  color: #fff;
  font-size: clamp(15px, 1.5vw, 22px);
  font-weight: 800;
  line-height: 1.35;
  transform: skewX(-15deg);
  box-shadow: var(--shadow-md);
}

.hero-rebuild__stack-line > * { transform: skewX(15deg); }

.hero-rebuild__stack-line--solid {
  margin-left: 0;
}

.hero-rebuild__stack-line:nth-child(2) { margin-left: 20px; }
.hero-rebuild__stack-line--yellow {
  margin-left: 36px;
  background: #163470;
}

.hero-rebuild__visual {
  position: relative;
  min-height: 520px;
}

.hero-rebuild__photo-frame {
  position: absolute;
  inset: 0 0 20px 20px;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #0d1226, #071a43);
  box-shadow: var(--shadow-lg);
}

.hero-rebuild__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero-rebuild__event-card {
  position: absolute;
  right: 10px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: min(245px, 55%);
  padding: 18px 22px 20px;
  background: var(--navy-900);
  border: 4px solid var(--yellow-500);
  border-radius: 18px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 30px rgba(7, 26, 67, 0.3);
}

.hero-rebuild__event-date {
  margin: 0;
  color: var(--yellow-500);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.hero-rebuild__event-date span { font-size: 18px; }
.hero-rebuild__event-open {
  margin: 0;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
}

.hero-rebuild__event-cta {
  margin: 8px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 999px;
  background: var(--yellow-500);
  color: var(--navy-900);
  font-size: 14px;
  font-weight: 900;
}

.section-title-2026 {
  margin-bottom: 34px;
}

.section-title-2026--center {
  text-align: center;
}

.section-title-2026__eyebrow {
  color: var(--yellow-500);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.28em;
  margin-bottom: 10px;
}

.section-title-2026__main {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  letter-spacing: 0.06em;
}

.section-title-2026__lead {
  margin: 18px auto 0;
  max-width: 760px;
  color: var(--navy-800);
  font-size: 18px;
  line-height: 1.85;
}

.section-title-2026__arrows,
.section-title-2026__line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.section-title-2026__arrows span,
.section-title-2026__line span {
  display: block;
  border-radius: 999px;
}

.section-title-2026__arrows span:nth-child(1) {
  width: 40px;
  height: 6px;
  background: var(--yellow-500);
}

.section-title-2026__arrows span:nth-child(2) {
  width: 14px;
  height: 14px;
  background: var(--navy-900);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.section-title-2026__line span:nth-child(1),
.section-title-2026__line span:nth-child(3) {
  width: 24px;
  height: 3px;
  background: var(--navy-900);
}

.section-title-2026__line span:nth-child(2) {
  width: 50px;
  height: 5px;
  background: var(--yellow-500);
}

.skills-section,
.facility-section-2026,
.schedule-section-2026,
.teacher-section-2026,
.trial-section-2026,
.price-section-2026,
.faq-section-2026,
.access-section--rebuild {
  position: relative;
  padding: 76px 0;
}

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

.esports-about-card {
  margin-top: 28px;
  border: 1px solid #bcc3cf;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(7, 26, 67, 0.08);
}

.esports-about-card__header {
  padding: 14px 22px;
  background: #06194b;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.esports-about-card__body {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: 26px;
  align-items: start;
  padding: 22px 24px 24px;
}

.esports-about-card__media {
  margin: 0;
}

.esports-about-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
}

.esports-about-card__text {
  color: #0b1c3c;
}

.esports-about-card__text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 700;
}

.esports-about-card__text p + p {
  margin-top: 14px;
}

.esports-about-card__text-muted {
  color: #333;
}

.esports-about-card__text strong {
  font-weight: 900;
}

.skill-card-2026 {
  position: relative;
  padding: 34px 28px 28px;
  background: #fff;
  border: 2px solid var(--navy-900);
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  text-align: center;
}

.skill-card-2026__num {
  position: absolute;
  left: 20px;
  top: 18px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--yellow-500);
  color: var(--navy-900);
  font-size: 18px;
  font-weight: 900;
}

.skill-card-2026__icon {
  width: 84px;
  height: 84px;
  margin: 8px auto 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fffaf0, #fff2c7);
  color: var(--navy-900);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}
.skill-card-2026__title {
  margin: 0;
  color: var(--navy-900);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
}

.skill-card-2026__text {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.facility-section-2026 {
  background: linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
}

.facility-grid-2026 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.facility-card-2026 {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.facility-card-2026__image {
  width: 100%;
  height: 228px;
  display: block;
  object-fit: cover;
}

.facility-card-2026__body {
  min-height: 210px;
  padding: 26px 24px 28px;
  background: var(--navy-900);
  color: #fff;
}

.facility-card-2026__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.facility-card-2026__heading i {
  color: var(--yellow-500);
  font-size: 26px;
}

.facility-card-2026__heading h3 {
  margin: 0;
  color: var(--yellow-500);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
}

.facility-card-2026__body p {
  margin: 0;
  line-height: 1.9;
  font-size: 16px;
}

.schedule-section-2026 {
  background: linear-gradient(180deg, #fff 0%, #fffaf1 100%);
}

.schedule-table-2026-wrap {
  background: #fff;
  border: 1px solid #aeb6c4;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(7, 26, 67, 0.08);
}

.schedule-table-2026 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.schedule-table-2026 thead th {
  padding: 14px 8px;
  background: #06194b;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  border-right: 1px solid rgba(255,255,255,0.24);
}

.schedule-table-2026 thead .is-sunday {
  background: #f1c93d;
  color: #06194b;
}

.schedule-table-2026__stub {
  width: 136px;
}

.schedule-table-2026 th,
.schedule-table-2026 td {
  border-right: 1px solid #d1d5dd;
  border-bottom: 1px solid #d1d5dd;
  vertical-align: top;
}

.schedule-table-2026 tr > *:last-child {
  border-right: none;
}

.schedule-table-2026 tbody tr:last-child > * {
  border-bottom: none;
}

.schedule-table-2026__rowhead {
  width: 136px;
  padding: 0;
  background: #fff;
  color: var(--navy-900);
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.schedule-table-2026__rowhead-image {
  display: block;
  width: 100%;
  height: auto;
}

.schedule-table-2026 td {
  padding: 16px 12px 14px;
  text-align: center;
  color: #0b1c3c;
}

.schedule-table-2026 td strong {
  display: block;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

.lesson-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  padding: 0 14px;
  margin-top: 10px;
  border-radius: 8px;
  background: #06194b;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.schedule-table-2026 td small {
  display: block;
  margin-top: 10px;
  color: #12244d;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}

.schedule-table-2026__sunday {
  background: linear-gradient(180deg, #fffef9 0%, #fff7dc 100%);
  padding: 14px 12px 12px !important;
  vertical-align: top;
}

.schedule-table-2026__sunday--merged {
  position: relative;
  border-bottom: none !important;
  padding-bottom: 52px !important;
}

.schedule-table-2026__sun-times {
  display: grid;
  gap: 10px;
}

.schedule-table-2026__sun-times strong {
  padding: 0;
  margin: 0;
  border-bottom: none !important;
}

.schedule-table-2026__points {
  text-align: left !important;
  padding: 18px 26px !important;
}

.schedule-table-2026__points p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0b1c3c;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.schedule-table-2026__points p + p {
  margin-top: 10px;
}

.schedule-table-2026__points i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #06194b;
  color: #f1c93d;
  font-size: 12px;
  flex: 0 0 22px;
}

.schedule-table-2026__sun-box {
  padding: 14px 10px;
  margin-top: 20px;
  margin-bottom: 52px;
  border-radius: 4px;
  background: #f5d96c;
  color: #06194b;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.55;
}

.schedule-table-2026__sun-note {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  margin: 0;
  color: #06194b;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.schedule-table-2026__target {
  padding: 24px 16px !important;
  font-size: 24px;
  font-weight: 900;
  color: #0b1c3c;
  text-align: center;
  vertical-align: middle !important;
}

/* v44: teacher section spacing/crop/vertical alignment tuned closer to reference */
.teacher-section-2026 .top-shell {
  width: min(1120px, calc(100% - 40px));
}

.teacher-section-2026 .section-title-2026--facility-match {
  margin-bottom: 30px;
}

.teacher-card-2026 {
  display: grid;
  grid-template-columns: minmax(352px, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
  background: #fff;
  border: 2px solid var(--navy-900);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.teacher-card-2026__photo-side {
  position: relative;
  min-height: 575px;
  background: #d9d9d9;
  overflow: hidden;
}

.teacher-card-2026__photo-side::before,
.teacher-card-2026__photo-side::after {
  content: none;
}

.teacher-card-2026__tag,
.teacher-card-2026__photo-bg {
  display: none;
}

.teacher-card-2026__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center top;
}

.teacher-card-2026__photo--reference-fit {
  object-position: center 12%;
  transform: scale(1.035);
  transform-origin: center top;
}

.teacher-card-2026__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 44px 46px;
}

.teacher-card-2026__eyebrow {
  margin: 0 0 10px;
  color: var(--navy-900);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.teacher-card-2026__name {
  margin: 0;
  font-size: clamp(42px, 5vw, 64px);
  color: var(--navy-900);
  font-weight: 900;
  line-height: 1.04;
}

.teacher-card-2026__name span {
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
}

.teacher-card-2026__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.teacher-card-2026__badges span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff5ce;
  color: var(--navy-900);
  font-size: 14px;
  font-weight: 800;
}

.teacher-card-2026__profile {
  margin: 22px 0 0;
  padding-left: 18px;
  border-left: 5px solid var(--yellow-500);
  color: var(--muted);
  font-size: 17px;
  line-height: 2;
}

.teacher-card-2026__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 26px;
  margin-top: 28px;
  border-radius: 999px;
  background: var(--yellow-500);
  color: var(--navy-900);
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: var(--shadow-md);
}

.trial-section-2026 {
  background: var(--yellow-200);
}

.trial-banner-2026 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
  align-items: stretch;
  min-height: 430px;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.trial-banner-2026__content {
  position: relative;
  padding: 54px 46px;
  background:
    radial-gradient(circle at 10% 85%, rgba(7,26,67,0.08), transparent 20%),
    linear-gradient(180deg, #fff 0%, #fcfcfc 100%);
}

.trial-banner-2026__content::after {
  content: "";
  position: absolute;
  right: -66px;
  top: -26px;
  width: 150px;
  height: calc(100% + 52px);
  background: linear-gradient(180deg, var(--navy-900) 0%, #0f295e 100%);
  transform: skewX(-18deg);
  box-shadow: inset 10px 0 0 var(--yellow-500), inset 22px 0 0 var(--navy-900);
}

.trial-banner-2026__brand {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--navy-900);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
}

.trial-banner-2026__title {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.18;
}

.trial-banner-2026__title span {
  background: linear-gradient(transparent 58%, var(--yellow-500) 58%);
}

.trial-banner-2026__lead {
  margin: 18px 0 0;
  color: var(--navy-800);
  font-size: 22px;
  font-weight: 700;
}

.trial-banner-2026__sub {
  margin: 18px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy-900);
  font-size: 16px;
  font-weight: 800;
}

.trial-banner-2026__sub i {
  color: var(--yellow-500);
}

.trial-banner-2026__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
  padding: 0 28px;
  margin-top: 26px;
  border-radius: 999px;
  background: var(--yellow-500);
  color: var(--navy-900);
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  box-shadow: var(--shadow-md);
}

.trial-banner-2026__visual {
  position: relative;
  background: linear-gradient(180deg, #081736 0%, #0d2454 100%);
}

.trial-banner-2026__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.price-section-2026__note {
  margin: 18px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}

.price-grid-2026 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.price-card-2026 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 340px;
  padding: 28px;
  background: #fff;
  border: 2px solid var(--navy-900);
  border-radius: 20px;
  box-shadow: var(--shadow-md);
  text-align: center;
}

.price-card-2026--campaign {
  padding-top: 0;
}

.price-card-2026__campaign {
  margin: -2px -2px 28px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px 18px 0 0;
  background: var(--navy-900);
  color: var(--yellow-500);
  font-size: 22px;
  font-weight: 900;
}

.price-card-2026__copy,
.price-card-2026__mini,
.price-card-2026__tax,
.price-card-2026__other {
  margin: 0;
  color: var(--navy-900);
}

.price-card-2026__copy {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.45;
}

.price-card-2026__copy span,
.price-card-2026__monthly span,
.price-card-2026__other {
  background: linear-gradient(transparent 65%, var(--yellow-500) 65%);
}

.price-card-2026__zero {
  margin: 18px 0 0;
  color: var(--navy-900);
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}



.price-card-2026__mini {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}

.price-card-2026__monthly {
  margin: 24px 0 0;
  color: var(--navy-900);
  font-size: 50px;
  font-weight: 900;
  line-height: 1.08;
}

.price-card-2026__tax {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 700;
}

.price-card-2026__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 24px;
  border-radius: 24px;
  background: #eef3fb;
  color: var(--navy-900);
  font-size: 42px;
}

.price-card-2026__other {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.5;
}

.faq-section-2026 {
  background: linear-gradient(180deg, #fff 0%, #fffef8 100%);
}

.faq-list-2026 {
  display: grid;
  gap: 16px;
}

.faq-item-2026 {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.faq-item-2026 summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  color: var(--navy-900);
  font-size: 18px;
  font-weight: 800;
}

.faq-item-2026 summary::-webkit-details-marker {
  display: none;
}

.faq-item-2026__q,
.faq-item-2026__a-badge {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
}

.faq-item-2026__q {
  background: var(--navy-900);
  color: var(--yellow-500);
}

.faq-item-2026__a {
  display: flex;
  gap: 14px;
  padding: 0 24px 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.faq-item-2026__a-badge {
  margin-top: 2px;
  background: var(--yellow-500);
  color: var(--navy-900);
}

.faq-item-2026__a p {
  margin: 0;
}

.home-redesign .access-section--rebuild {
  padding-bottom: 98px;
}

.home-redesign .access-rebuild {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
}

.home-redesign .access-map,
.home-redesign .access-info__card {
  border-radius: 20px;
}

.home-redesign .access-info__card {
  box-shadow: var(--shadow-md);
}

.home-redesign .site-footer {
  margin-top: 0;
  background: var(--navy-900);
}

.home-redesign .floating-cta__btn {
  background: var(--yellow-500);
  color: var(--navy-900);
}

@media (max-width: 1180px) {
  .home-redesign .nav-link { font-size: 12px; padding: 0 8px; }
  .home-redesign .cta-btn--rebuild { min-width: 190px; }
  .hero-rebuild__layout { grid-template-columns: 1fr 0.92fr; }
  .hero-rebuild__visual { min-height: 470px; }
  .facility-card-2026__heading h3 { font-size: 22px; }
  .teacher-card-2026 { grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr); }
  .teacher-card-2026__photo-side { min-height: 525px; }
  .teacher-card-2026__body { padding: 44px 34px 40px; }
}

@media (max-width: 1024px) {
  .hero-rebuild { padding-top: 118px; }
  .hero-rebuild__layout,
  .teacher-card-2026,
  .trial-banner-2026,
  .home-redesign .access-rebuild {
    grid-template-columns: 1fr;
  }
  .hero-rebuild__copy { padding-bottom: 20px; }
  .hero-rebuild__copy::before { left: 0; top: 68px; }
  .hero-rebuild__visual { min-height: 430px; }
  .hero-rebuild__photo-frame { position: relative; inset: 0; min-height: 400px; }
  .hero-rebuild__event-card { right: 20px; bottom: 20px; }
  .skills-grid,
  .facility-grid-2026,
  .price-grid-2026 { grid-template-columns: 1fr; }
  .schedule-table-2026 { min-width: 920px; }
  .schedule-table-2026-wrap { overflow-x: auto; }
  .teacher-card-2026__photo-side { min-height: 480px; }
  .teacher-card-2026__body {
    padding: 38px 30px 34px;
    justify-content: flex-start;
  }
  .trial-banner-2026__content::after { display: none; }
  .trial-banner-2026__visual { min-height: 360px; }
}

@media (max-width: 767px) {
  .top-shell,
  .top-shell--narrow { width: min(100% - 28px, 100%); }
  .brand-logo__image { height: 54px; max-width: 315px; }
  .brand-logo__operator { font-size: 8.5px; }
  .hero-rebuild { padding: 98px 0 42px; }
  .hero-rebuild__pref,
  .hero-rebuild__audience { min-height: 34px; padding: 0 14px; font-size: 11px; }
  .hero-rebuild__audience { margin-left: 10px; }
  .hero-rebuild__copy::before { width: 88%; height: 180px; top: 76px; }
  .hero-rebuild__headline-wrap { margin-left: 6px; }
  .hero-rebuild__headline-lead { font-size: 26px; }
  .hero-rebuild__headline { font-size: 42px; }
  .hero-rebuild__stack-line { font-size: 13px; padding: 10px 14px; }
  .hero-rebuild__stack-line:nth-child(2) { margin-left: 8px; }
  .hero-rebuild__stack-line--yellow { margin-left: 16px; }
  .hero-rebuild__visual { min-height: 360px; }
  .hero-rebuild__photo-frame { min-height: 320px; }
  .hero-rebuild__event-card { width: 200px; padding: 14px 16px; }
  .hero-rebuild__event-date { font-size: 30px; }
  .hero-rebuild__event-open { font-size: 28px; }
  .skills-section,
  .facility-section-2026,
  .schedule-section-2026,
  .teacher-section-2026,
  .trial-section-2026,
  .price-section-2026,
  .faq-section-2026,
  .access-section--rebuild { padding: 58px 0; }
  .section-title-2026__eyebrow { font-size: 11px; }
  .section-title-2026__lead { font-size: 15px; }
  .skill-card-2026,
  .price-card-2026 { padding-inline: 20px; }
  .skill-card-2026__title { font-size: 22px; }
  .facility-card-2026__image { height: 210px; }
  .facility-card-2026__body { min-height: auto; padding: 22px 18px 24px; }
  .facility-card-2026__heading h3 { font-size: 21px; }
  .teacher-section-2026 .top-shell { width: min(100% - 28px, 100%); }
  .teacher-card-2026__photo-side { min-height: 390px; }
  .teacher-card-2026__photo { inset: 0; width: 100%; height: 100%; }
  .teacher-card-2026__photo--reference-fit {
    object-position: center 8%;
    transform: scale(1.02);
  }
  .teacher-card-2026__body {
    padding: 30px 22px 26px;
    justify-content: flex-start;
  }
  .teacher-card-2026__name { font-size: 34px; }
  .teacher-card-2026__badges span { width: 100%; justify-content: flex-start; }
  .teacher-card-2026__profile { font-size: 15px; }
  .trial-banner-2026__content { padding: 30px 22px; }
  .trial-banner-2026__title { font-size: 34px; }
  .trial-banner-2026__lead { font-size: 18px; }
  .trial-banner-2026__visual { min-height: 260px; }
  .price-card-2026__campaign { font-size: 18px; }
  .price-card-2026__copy { font-size: 24px; }
  .price-card-2026__zero { font-size: 40px; }
  .price-card-2026__zero span { font-size: 96px; }
  .price-card-2026__mini { font-size: 21px; }
  .price-card-2026__monthly { font-size: 38px; }
  .price-card-2026__other { font-size: 28px; }
  .faq-item-2026 summary { padding: 18px 16px; font-size: 16px; }
  .faq-item-2026__a { padding: 0 16px 18px; font-size: 15px; }
}


/* v23 adjustments: single-image hero, unified section titles, FAQ addition */
.hero-rebuild--single {
  padding: 0 0 42px;
}

.hero-rebuild--single .top-shell {
  width: 100%;
}

.hero-rebuild__single-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.hero-rebuild__single-image {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  .hero-rebuild--single {
    padding: 0 0 26px;
  }

  .hero-rebuild__single-image {
    width: 100%;
  }
}


/* v25: unify all top page headings to exactly match facility heading decoration */
.section-title-2026--facility-match {
  margin-bottom: 34px;
  text-align: center;
}

.section-title-2026--facility-match .section-title-2026__eyebrow {
  margin-bottom: 10px;
  color: var(--yellow-500);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.28em;
  line-height: 1;
}

.section-title-2026--facility-match .section-title-2026__main {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.25;
}

.section-title-2026--facility-match .section-title-2026__line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.section-title-2026--facility-match .section-title-2026__line span:nth-child(1),
.section-title-2026--facility-match .section-title-2026__line span:nth-child(3) {
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: var(--navy-900);
}

.section-title-2026--facility-match .section-title-2026__line span:nth-child(2) {
  width: 50px;
  height: 5px;
  border-radius: 999px;
  background: var(--yellow-500);
}

.section-title-2026--facility-match .section-title-2026__lead {
  margin: 18px auto 0;
  max-width: 760px;
  color: var(--navy-800);
  font-size: 18px;
  line-height: 1.85;
}

@media (max-width: 767px) {
  .section-title-2026--facility-match {
    margin-bottom: 34px;
  }

  .section-title-2026--facility-match .section-title-2026__eyebrow {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .section-title-2026--facility-match .section-title-2026__main {
    font-size: 24px;
    line-height: 1.35;
  }

  .section-title-2026--facility-match .section-title-2026__line {
    margin-top: 16px;
    gap: 8px;
  }

  .section-title-2026--facility-match .section-title-2026__line span:nth-child(1),
  .section-title-2026--facility-match .section-title-2026__line span:nth-child(3) {
    width: 24px;
    height: 3px;
  }

  .section-title-2026--facility-match .section-title-2026__line span:nth-child(2) {
    width: 50px;
    height: 5px;
  }
}


/* v29: use provided trial banner image as-is */
.trial-banner-2026--fullimage {
  display: block;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  text-decoration: none;
}

.trial-banner-2026__fullimage {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .trial-banner-2026--fullimage {
    border-radius: 20px;
  }
}

/* v27: final PC/SP audit polish for top page */
.section-title-2026__main,
.section-title-2026__lead,
.faq-item-2026 summary span:last-child,
.faq-item-2026__a p,
.skill-card-2026__title,
.skill-card-2026__text,
.facility-card-2026__heading h3,
.facility-card-2026__body p,
.teacher-card-2026__name,
.teacher-card-2026__profile,
.trial-banner-2026__title,
.trial-banner-2026__lead,
.price-card-2026__copy,
.price-card-2026__mini,
.price-card-2026__monthly,
.price-card-2026__other {
  overflow-wrap: anywhere;
}

.schedule-table-2026__rowhead {
  background: #ffffff;
}

.faq-item-2026 summary span:last-child {
  flex: 1 1 auto;
}

@media (max-width: 767px) {
  .section-title-2026--facility-match .section-title-2026__main {
    font-size: 24px;
    line-height: 1.35;
  }

  .section-title-2026--facility-match .section-title-2026__lead {
    padding-inline: 6px;
  }
}


/* v30: header responsive and subtle separators */
.home-redesign .nav-item + .nav-item::before {
  background: rgba(90, 114, 168, 0.30);
}

.home-redesign .header-nav {
  min-width: 0;
}

.home-redesign .nav-link {
  font-size: 12.5px;
  padding: 0 8px;
}

.home-redesign .cta-btn--rebuild {
  min-width: clamp(168px, 14vw, 204px);
  padding: 0 16px;
}

@media (max-width: 1320px) {
  .home-redesign .header-inner {
    gap: 12px;
    padding: 0 16px 0 20px;
  }

  .home-redesign .nav-link {
    font-size: 11.5px;
    padding: 0 7px;
  }

  .home-redesign .cta-btn--rebuild {
    min-width: 158px;
    padding: 0 12px;
  }
}


/* v31 final header breakpoint tuning */
.home-redesign .header-logo,
.home-redesign .header-nav,
.home-redesign .cta-btn--rebuild {
  min-width: 0;
}

@media (max-width: 1366px) {
  .home-redesign .header-inner {
    gap: 10px;
    padding: 0 12px 0 16px;
  }

  .home-redesign .header-nav {
    padding-right: 6px;
  }

  .home-redesign .nav-link {
    font-size: 12px;
    padding: 0 6px;
  }

  .home-redesign .cta-btn--rebuild {
    min-width: 150px;
    padding: 0 10px;
    font-size: 13px;
  }
}

@media (max-width: 1280px) {
  .home-redesign .header-inner {
    gap: 8px;
    padding: 0 10px 0 14px;
  }

  .home-redesign .nav-link {
    font-size: 11px;
    padding: 0 5px;
  }

  .home-redesign .cta-btn--rebuild {
    min-width: 142px;
    padding: 0 8px;
    font-size: 12px;
  }

  .home-redesign .cta-btn--rebuild .cta-arrow {
    font-size: 18px;
  }
}


/* v32 arrow stability and 110 percent menu scale */
.home-redesign .nav-link {
  font-size: 13.75px;
  padding: 0 9px;
}

.home-redesign .cta-btn--rebuild {
  gap: 10px;
  min-width: 170px;
  padding: 0 16px;
  font-size: 14px;
}

.home-redesign .cta-btn--rebuild .cta-text {
  display: inline-flex;
  align-items: center;
}

.home-redesign .cta-btn--rebuild .cta-arrow {
  flex: 0 0 26px;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  line-height: 1;
}

.home-redesign .cta-btn--rebuild .cta-arrow svg {
  width: 12px;
  height: 12px;
  display: block;
}

@media (max-width: 1366px) {
  .home-redesign .nav-link {
    font-size: 13px;
    padding: 0 7px;
  }

  .home-redesign .cta-btn--rebuild {
    min-width: 158px;
    padding: 0 12px;
    font-size: 13px;
  }

  .home-redesign .cta-btn--rebuild .cta-arrow {
    flex-basis: 24px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
  }
}

@media (max-width: 1280px) {
  .home-redesign .nav-link {
    font-size: 12px;
    padding: 0 6px;
  }

  .home-redesign .cta-btn--rebuild {
    min-width: 148px;
    padding: 0 10px;
    font-size: 12px;
  }

  .home-redesign .cta-btn--rebuild .cta-arrow {
    flex-basis: 22px;
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
  }

  .home-redesign .cta-btn--rebuild .cta-arrow svg {
    width: 11px;
    height: 11px;
  }
}


/* v42: generated skills icons + approximately 130 percent larger in-card scale */
.skills-grid {
  align-items: stretch;
  gap: 14px;
}

.skill-card-2026--horizontal {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  padding: 15px 15px 12px;
  border: 1px solid #bcc3cf;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
  text-align: left;
}

.skill-card-2026--horizontal .skill-card-2026__head {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  min-height: 42px;
}

.skill-card-2026--horizontal .skill-card-2026__num {
  position: static;
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  font-size: 18px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}

.skill-card-2026--horizontal .skill-card-2026__title {
  margin: 0;
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: 0;
  color: #0b1c3c;
}

.skill-card-2026--horizontal .skill-card-2026__body {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  column-gap: 14px;
  margin-top: 8px;
}

.skill-card-2026--horizontal .skill-card-2026__icon {
  width: 68px;
  height: 55px;
  margin: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.skill-card-2026--horizontal .skill-card-2026__icon-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.skill-card-2026--horizontal .skill-card-2026__icon--monitor .skill-card-2026__icon-image {
  width: 80px;
  height: 70px;
}

.skill-card-2026--horizontal .skill-card-2026__icon--team .skill-card-2026__icon-image {
  width: 80px;
  height: 61px;
}

.skill-card-2026--horizontal .skill-card-2026__icon--idea .skill-card-2026__icon-image {
  width: 80px;
  height: 80px;
}

.skill-card-2026--horizontal .skill-card-2026__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.42;
  color: #111111;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .skill-card-2026--horizontal {
    padding: 10px 13px 11px;
  }

  .skill-card-2026--horizontal .skill-card-2026__head {
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 9px;
    min-height: 38px;
  }

  .skill-card-2026--horizontal .skill-card-2026__num {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }

  .skill-card-2026--horizontal .skill-card-2026__title {
    font-size: 16.5px;
  }

  .skill-card-2026--horizontal .skill-card-2026__body {
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 12px;
  }

  .skill-card-2026--horizontal .skill-card-2026__icon {
    width: 58px;
    height: 47px;
  }

  .skill-card-2026--horizontal .skill-card-2026__icon--monitor .skill-card-2026__icon-image {
    width: 56px;
    height: 46px;
  }

  .skill-card-2026--horizontal .skill-card-2026__icon--team .skill-card-2026__icon-image {
    width: 60px;
    height: 44px;
  }

  .skill-card-2026--horizontal .skill-card-2026__icon--idea .skill-card-2026__icon-image {
    width: 48px;
    height: 48px;
  }

  .skill-card-2026--horizontal .skill-card-2026__text {
    font-size: 12.5px;
  }
}

@media (max-width: 1024px) {
  .skills-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .esports-about-card {
    max-width: 760px;
    margin: 24px auto 0;
  }

  .esports-about-card__body {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .skill-card-2026--horizontal {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 15px;
  }

  .skill-card-2026--horizontal .skill-card-2026__head {
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 40px;
  }

  .skill-card-2026--horizontal .skill-card-2026__num {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .skill-card-2026--horizontal .skill-card-2026__title {
    font-size: 18px;
  }

  .skill-card-2026--horizontal .skill-card-2026__body {
    grid-template-columns: 68px minmax(0, 1fr);
    column-gap: 14px;
    margin-top: 8px;
  }

  .skill-card-2026--horizontal .skill-card-2026__icon {
    width: 68px;
    height: 54px;
  }

  .skill-card-2026--horizontal .skill-card-2026__icon--monitor .skill-card-2026__icon-image {
    width: 64px;
    height: 52px;
  }

  .skill-card-2026--horizontal .skill-card-2026__icon--team .skill-card-2026__icon-image {
    width: 69px;
    height: 50px;
  }

  .skill-card-2026--horizontal .skill-card-2026__icon--idea .skill-card-2026__icon-image {
    width: 54px;
    height: 54px;
  }

  .skill-card-2026--horizontal .skill-card-2026__text {
    font-size: 13.5px;
  }
}

@media (max-width: 767px) {
  .esports-about-card {
    margin-top: 20px;
    border-radius: 10px;
  }

  .esports-about-card__header {
    padding: 12px 16px;
    font-size: 24px;
  }

  .esports-about-card__body {
    gap: 14px;
    padding: 16px;
  }

  .esports-about-card__text p {
    font-size: 14px;
    line-height: 1.8;
  }

  .skill-card-2026--horizontal {
    padding: 11px 12px;
    border-radius: 8px;
  }

  .skill-card-2026--horizontal .skill-card-2026__head {
    grid-template-columns: 26px minmax(0, 1fr);
    column-gap: 8px;
    min-height: 36px;
  }

  .skill-card-2026--horizontal .skill-card-2026__num {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }

  .skill-card-2026--horizontal .skill-card-2026__title {
    font-size: 15px;
  }

  .skill-card-2026--horizontal .skill-card-2026__body {
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 11px;
    margin-top: 7px;
  }

  .skill-card-2026--horizontal .skill-card-2026__icon {
    width: 58px;
    height: 46px;
  }

  .skill-card-2026--horizontal .skill-card-2026__icon--monitor .skill-card-2026__icon-image {
    width: 54px;
    height: 44px;
  }

  .skill-card-2026--horizontal .skill-card-2026__icon--team .skill-card-2026__icon-image {
    width: 58px;
    height: 42px;
  }

  .skill-card-2026--horizontal .skill-card-2026__icon--idea .skill-card-2026__icon-image {
    width: 46px;
    height: 46px;
  }

  .skill-card-2026--horizontal .skill-card-2026__text {
    font-size: 12px;
    line-height: 1.42;
  }
}

/* v46: price section finely tuned closer to attached reference */
.price-section-2026 {
 background: linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
}

.price-section-2026 .top-shell {
  width: min(980px, calc(100% - 44px));
}

.price-section-2026 .section-title-2026--facility-match {
  margin-bottom: 38px;
}

.price-grid-2026 {
  gap: 20px;
  align-items: stretch;
}

.price-card-2026 {
  position: relative;
  min-height: 278px;
  padding: 34px 24px 22px;
  border: 2px solid #223a74;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.035);
  overflow: hidden;
}

.price-card-2026--campaign {
  padding: 0 0 18px;
}

.price-card-2026__campaign {
  margin: 0;
  min-height: 39px;
  border-radius: 14px 14px 0 0;
  background: #08296b;
  color: #ffd34d;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.price-card-2026__copy {
  margin: 26px 0 0;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.46;
}

.price-card-2026__copy span {
  background: linear-gradient(transparent 61%, #f0cd47 61%);
}

.price-card-2026__zero {
  position: relative;
  margin: 8px 0 0;
  padding: 8px 0 2px;
  line-height: 1;
}



.price-card-2026__zero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 168px;
  height: 10px;
  border-radius: 999px;
  background: #f0cd47;
  transform: translateX(-50%);
}

.price-card-2026__zero-main {
  position: relative;
  z-index: 1;
  font-size: 126px;
  font-weight: 800;
  color: #ef4136;
}

.price-card-2026__zero-yen {
  position: relative;
  z-index: 1;
  margin-left: 2px;
  font-size: 58px;
  font-weight: 800;
  color: #08296b;
}

.price-card-2026--monthly,
.price-card-2026--other {
  justify-content: flex-start;
}

.price-card-2026__mini {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

.price-card-2026__dash {
  display: block;
  width: 22px;
  height: 5px;
  border-radius: 999px;
  background: #f0cd47;
  margin: 12px auto 22px;
}

.price-card-2026__monthly {
  margin: 0;
  font-size: 0;
  line-height: 1.02;
}

.price-card-2026__monthly span {
  font-size: 52px;
  font-weight: 800;
  color: #08296b;
  background: linear-gradient(transparent 70%, #f0cd47 70%);
}

.price-card-2026__monthly em {
  margin-left: 5px;
  font-style: normal;
  font-size: 25px;
  font-weight: 800;
  color: #08296b;
}

.price-card-2026__tax {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 500;
  color: #25345f;
}

.price-card-2026__icon {
  width: auto;
  height: auto;
  margin: 6px auto 18px;
  border-radius: 0;
  background: transparent;
  font-size: 62px;
  color: #08296b;
}

.price-card-2026__other {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.5;
  background: none;
}

.price-card-2026--other .price-card-2026__other {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 14px;
}

.price-card-2026--other .price-card-2026__other::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 170px;
  height: 6px;
  border-radius: 999px;
  background: #f0cd47;
  transform: translateX(-50%);
}

.price-section-2026__note {
  margin-top: 14px;
  font-size: 14px;
  color: #2f3d65;
}

.faq-item-2026 summary {
  gap: 14px;
}

.faq-item-2026 summary::after {
  content: "\f078";
  margin-left: auto;
  color: var(--navy-900);
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease;
}

.faq-item-2026[open] summary::after {
  transform: rotate(180deg);
}

.footer-trial-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-height: 52px;
  padding: 0 18px;
  margin-top: 6px;
  border-radius: 999px;
  background: #f0cd47;
  color: #08296b;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.footer-trial-btn:hover {
  transform: translateY(-1px);
}

@media (max-width: 1024px) {
  .price-section-2026 .top-shell {
    width: min(100% - 32px, 100%);
  }

  .price-grid-2026 {
    gap: 16px;
  }

  .price-card-2026 {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .price-section-2026 .section-title-2026--facility-match {
    margin-bottom: 28px;
  }

  .price-section-2026 .top-shell {
    width: min(100% - 24px, 100%);
  }

  .price-grid-2026 {
    gap: 14px;
  }

  .price-card-2026 {
    min-height: auto;
    padding: 24px 18px 20px;
    border-radius: 14px;
  }

  .price-card-2026--campaign {
    padding: 0 0 18px;
  }

  .price-card-2026__campaign {
    min-height: 32px;
    font-size: 12.5px;
  }

  .price-card-2026__copy {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.42;
  }

  .price-card-2026__zero {
    margin-top: 6px;
  }

  .price-card-2026__zero-main {
    font-size: 92px;
  }

  .price-card-2026__zero-yen {
    font-size: 44px;
  }

  .price-card-2026__zero::after {
    width: 126px;
    height: 8px;
  }

  .price-card-2026__zero::before {
    left: calc(50% - 76px);
    top: 18px;
    width: 24px;
    height: 28px;
  }

  .price-card-2026__mini {
    font-size: 13px;
  }

  .price-card-2026__dash {
    width: 20px;
    height: 4px;
    margin: 10px auto 16px;
  }

  .price-card-2026__monthly span {
    font-size: 48px;
  }

  .price-card-2026__monthly em {
    font-size: 20px;
  }

  .price-card-2026__tax {
    margin-top: 12px;
    font-size: 11.5px;
  }

  .price-card-2026__icon {
    font-size: 50px;
    margin: 4px auto 12px;
  }

  .price-card-2026__other {
    font-size: 21px;
    line-height: 1.46;
  }

  .price-card-2026--other .price-card-2026__other::after {
    width: 132px;
    height: 5px;
  }

  .price-section-2026__note {
    margin-top: 12px;
    font-size: 11.5px;
  }

  .faq-section-2026 .top-shell--narrow {
    width: min(100% - 24px, 100%);
  }

  .faq-list-2026 {
    gap: 12px;
  }

  .faq-item-2026 {
    border-radius: 14px;
  }

  .faq-item-2026 summary {
    align-items: flex-start;
    gap: 12px;
    padding: 16px 14px;
    font-size: 15px;
    line-height: 1.5;
  }

  .faq-item-2026__q,
  .faq-item-2026__a-badge {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .faq-item-2026 summary::after {
    margin-top: 7px;
    font-size: 12px;
  }

  .faq-item-2026__a {
    gap: 10px;
    padding: 0 14px 16px;
    font-size: 14px;
    line-height: 1.8;
  }

  .footer-top {
    gap: 22px;
  }

  .footer-logo-area {
    gap: 10px;
  }

  .footer-tagline {
    font-size: 12.5px;
    line-height: 1.8;
  }

  .footer-nav {
    flex-direction: column;
    gap: 10px;
  }

  .footer-nav-link {
    font-size: 12.5px;
  }

  .footer-social {
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer-trial-btn {
    width: 100%;
    max-width: 260px;
    min-height: 48px;
    padding: 0 16px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .price-section-2026 .top-shell,
  .faq-section-2026 .top-shell--narrow {
    width: min(100% - 20px, 100%);
  }

  .price-card-2026 {
    padding: 22px 16px 18px;
  }

  .price-card-2026__copy {
    font-size: 18px;
  }

  .price-card-2026__zero-main {
    font-size: 84px;
  }

  .price-card-2026__zero-yen {
    font-size: 40px;
  }

  .price-card-2026__monthly span {
    font-size: 42px;
  }

  .price-card-2026__monthly em {
    font-size: 18px;
  }

  .price-card-2026__other {
    font-size: 19px;
  }

  .faq-item-2026 summary {
    font-size: 14px;
  }

  .faq-item-2026__a {
    font-size: 13.5px;
  }

  .footer-trial-btn {
    max-width: 100%;
  }
}

/* v49: unify footer logo with top header brand logo */
.footer-branding {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-brand-logo {
  margin-bottom: 0;
}

.footer-brand-logo .brand-logo__image {
  height: 97px;
  max-width: min(655px, 53vw);
  filter:
    drop-shadow(1px 0 0 rgba(255,255,255,0.98))
    drop-shadow(-1px 0 0 rgba(255,255,255,0.98))
    drop-shadow(0 1px 0 rgba(255,255,255,0.98))
    drop-shadow(0 -1px 0 rgba(255,255,255,0.98))
    drop-shadow(1px 1px 0 rgba(255,255,255,0.96))
    drop-shadow(-1px 1px 0 rgba(255,255,255,0.96))
    drop-shadow(1px -1px 0 rgba(255,255,255,0.96))
    drop-shadow(-1px -1px 0 rgba(255,255,255,0.96));
}

.footer-brand-logo-block {
  gap: 0;
}

.footer-corporate-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-corporate-logo__image {
  display: block;
  width: auto;
  height: 50px;
  max-width: min(260px, 24vw);
  object-fit: contain;
}

@media (max-width: 1024px) {
  #concept {
    scroll-margin-top: 22px;
  }

  #facility {
    scroll-margin-top: 20px;
  }

  #schedule {
    scroll-margin-top: 22px;
  }

  #teacher {
    scroll-margin-top: 24px;
  }

  #trial {
    scroll-margin-top: 22px;
  }

  #price {
    scroll-margin-top: 24px;
  }

  #faq {
    scroll-margin-top: 20px;
  }

  #access {
    scroll-margin-top: 20px;
  }

  .brand-logo__image {
    height: 66px;
    max-width: min(480px, 50vw);
  }

  .brand-logo-block--header .brand-logo__image {
    height: 96px;
    max-width: min(680px, 69.7vw);
  }

  .footer-branding {
    gap: 16px;
  }

  .footer-brand-logo .brand-logo__image {
    height: 88px;
    max-width: min(562px, 94vw);
  }

  .footer-corporate-logo__image {
    height: 42px;
    max-width: min(220px, 42vw);
  }
}

@media (max-width: 767px) {
  #concept {
    scroll-margin-top: 8px;
  }

  #facility {
    scroll-margin-top: 6px;
  }

  #schedule {
    scroll-margin-top: 8px;
  }

  #teacher {
    scroll-margin-top: 10px;
  }

  #trial {
    scroll-margin-top: 8px;
  }

  #price {
    scroll-margin-top: 10px;
  }

  #faq {
    scroll-margin-top: 6px;
  }

  #access {
    scroll-margin-top: 6px;
  }

  .brand-logo__image {
    height: 54px;
    max-width: 360px;
  }

  .brand-logo-block--header .brand-logo__image {
    height: 77px;
    max-width: 449px;
  }

  .brand-logo__operator {
    font-size: 9px;
  }

  .footer-branding {
    align-items: flex-start;
    gap: 14px;
  }

  .footer-brand-logo .brand-logo__image {
    height: 78px;
    max-width: 421px;
  }

  .footer-corporate-logo {
    padding: 0;
    border-radius: 0;
  }

  .footer-corporate-logo__image {
    height: 34px;
    max-width: 180px;
  }
}

/* v55: match access map / info column heights */
.home-redesign .access-rebuild {
  align-items: stretch;
}

.home-redesign .access-map {
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
}

.home-redesign .access-map iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
}

.home-redesign .access-info {
  height: 100%;
}

@media (max-width: 1024px) {
  .home-redesign .access-map {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .home-redesign .access-info {
    height: auto;
  }
}

/* v56: access map / info top and bottom edges perfectly aligned */
@media (min-width: 1025px) {
  .home-redesign .access-rebuild {
    align-items: stretch;
  }

  .home-redesign .access-map {
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
  }

  .home-redesign .access-map iframe {
    height: 100%;
    min-height: 100%;
  }

  .home-redesign .access-info--rebuild {
    display: grid;
    grid-template-rows: repeat(5, minmax(0, 1fr));
    gap: 14px;
    height: 100%;
    align-content: stretch;
  }

  .home-redesign .access-info--rebuild .access-info__card {
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 18px 20px;
    align-items: center;
  }

  .home-redesign .access-info--rebuild .access-info__card > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
  }

  .home-redesign .access-info--rebuild .access-info__value {
    line-height: 1.45;
  }
}

@media (max-width: 1024px) {
  .home-redesign .access-info--rebuild {
    display: flex;
    gap: 16px;
    height: auto;
  }

  .home-redesign .access-info--rebuild .access-info__card {
    height: auto;
    padding: 24px 26px;
    align-items: flex-start;
  }
}

/* v57: tablet access section balance refined for natural map/info proportion */
@media (min-width: 768px) and (max-width: 1024px) {
  .home-redesign .access-rebuild {
    grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.96fr);
    gap: 18px;
    align-items: stretch;
  }

  .home-redesign .access-map {
    aspect-ratio: auto;
    min-height: 100%;
    height: 100%;
  }

  .home-redesign .access-map iframe {
    min-height: 100%;
    height: 100%;
  }

  .home-redesign .access-info--rebuild {
    display: grid;
    grid-template-rows: repeat(5, minmax(0, 1fr));
    gap: 12px;
    height: 100%;
    align-content: stretch;
  }

  .home-redesign .access-info--rebuild .access-info__card {
    height: 100%;
    min-height: 0;
    padding: 16px 16px;
    gap: 12px;
    align-items: center;
    border-radius: 18px;
  }

  .home-redesign .access-info--rebuild .access-info__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
  }

  .home-redesign .access-info--rebuild .access-info__label {
    font-size: 10px;
    margin-bottom: 4px;
    letter-spacing: 0.16em;
  }

  .home-redesign .access-info--rebuild .access-info__value {
    font-size: 13.5px;
    line-height: 1.42;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .home-redesign .access-rebuild {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 16px;
  }

  .home-redesign .access-info--rebuild .access-info__card {
    padding: 14px 14px;
  }

  .home-redesign .access-info--rebuild .access-info__value {
    font-size: 13px;
    line-height: 1.38;
  }
}
