.subpage {
  padding-top: var(--header-height);
}

.subpage__main {
  padding: clamp(60px, 10vw, 100px) 0;
  max-width: 760px;
}

.subpage__intro {
  color: var(--color-text-muted);
  margin-bottom: 2rem;
  font-size: 1.05rem;
}

.subpage__card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow);
}

.subpage__card p {
  color: var(--color-text-muted);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.subpage__note {
  font-size: 0.92rem;
  color: var(--color-text-muted);
}

.subpage__note a {
  color: var(--color-teal-light);
}

.subpage__note a:hover {
  color: var(--color-gold-light);
}

/* Module pages — each menu item is its own stage */
.page-module .header {
  background: var(--header-scrolled-bg);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--color-border-subtle);
}

.module-hero {
  position: relative;
  min-height: 42vh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--header-height) + 2rem) 0 3.5rem;
  overflow: hidden;
}

.module-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(var(--rgb-blue), 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(var(--rgb-blue), 0.05) 0%, transparent 45%),
    linear-gradient(180deg, var(--color-surface) 0%, var(--color-bg) 100%);
}

.module-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../assets/images/hero.jpg') center/cover;
  opacity: 0.18;
  filter: saturate(0.7);
}

.module-hero__content {
  position: relative;
  z-index: 1;
}

.module-hero__title {
  font-family: var(--font-family);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: var(--fw-semibold);
  letter-spacing: -0.02em;
  color: var(--color-white);
  line-height: 1.15;
  margin-bottom: 0.6rem;
}

.module-hero__title em {
  font-style: normal;
  font-weight: var(--fw-semibold);
  color: var(--color-gold-light);
}

.module-hero__sub {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  font-weight: var(--fw-regular);
  max-width: 520px;
}

.curtain-loader--page .curtain-loader__text {
  font-size: 0.75rem;
}

.page-module .module-hero + .section .section__tag,
.page-module .module-hero + .section .director__intro .section__tag,
.page-module .module-hero + .section .section__header .section__tag {
  display: none;
}

.page-module .module-hero + .section .director__intro {
  text-align: left;
  margin-bottom: 2rem;
}

.page-module .module-hero + .section .director__intro .section__title {
  display: none;
}
