.home-redesign {
  background:
    radial-gradient(circle at 72% 8%, rgba(222, 205, 232, 0.7), transparent 32%),
    linear-gradient(180deg, #fbf9fc 0%, #f7f1f7 100%);
}

.home-redesign .container {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
}

.festival-nav {
  height: 86px;
  padding: 18px 56px 18px 190px;
  display: flex;
  align-items: center;
  gap: 28px;
  background: rgba(255, 253, 255, 0.76);
  border-bottom: 0;
}

.festival-nav .nav-logo {
  position: absolute;
  top: 0;
  left: 44px;
  z-index: 12;
  width: 118px;
  min-width: 118px;
  height: 118px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2c2635;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-top: 0;
  border-radius: 0 0 999px 999px;
  box-shadow: 0 18px 42px rgba(74, 48, 86, 0.2);
  overflow: hidden;
}

.site-logo-image {
  display: block;
  width: 128px;
  height: 92px;
  max-height: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) brightness(1.15);
}

.footer-logo-image {
  display: block;
  width: 150px;
  height: auto;
  object-fit: contain;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.festival-nav .nav-links {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
  gap: clamp(16px, 2.2vw, 34px);
  padding: 0 112px 0 0;
}

.festival-nav .nav-links a {
  font-size: clamp(10px, 0.82vw, 12px);
  letter-spacing: 0.22em;
  white-space: nowrap;
}

.festival-nav .nav-logo-mark svg,
.footer-logo-mark svg {
  stroke: var(--lav-deep);
  fill: none;
  stroke-width: 1.2;
}

.festival-nav .nav-ticket {
  position: absolute;
  top: 0;
  right: 28px;
  width: 104px;
  height: 118px;
  margin-top: 0;
  border-radius: 0 0 48px 48px;
  background: #b991bd;
  color: #fff;
}

.entry-first .entry-nav-cta {
  background: #b27eb7;
}

.entry-first .entry-nav-cta .nav-ticket-icon::before,
.entry-first .entry-nav-cta .nav-ticket-icon::after {
  background: #b27eb7;
}

.festival-nav .nav-ticket-icon::before,
.festival-nav .nav-ticket-icon::after {
  background: #b991bd;
}

.festival-hero {
  min-height: 78vh;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #f7f1f8;
}

.hero-photo {
  position: absolute;
  inset: 0 88px 0 0;
  width: calc(100% - 88px);
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.86;
  filter: saturate(0.94) brightness(1.06);
  z-index: -3;
}

.hero-wash {
  position: absolute;
  inset: 0 88px 0 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.82) 34%, rgba(255,255,255,0.18) 62%, rgba(255,255,255,0.02) 100%),
    radial-gradient(circle at 34% 44%, rgba(255,255,255,0.72), transparent 30%);
  z-index: -2;
}

.hero-copy {
  padding: 180px 0 70px 64px;
  width: min(690px, 64vw);
  color: #45305d;
}

.entry-hero .hero-copy {
  width: min(760px, 66vw);
}

.entry-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 22px;
  border: 1px solid rgba(174, 113, 174, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #9c62a1;
  font-family: var(--mincho);
  font-size: 16px;
  letter-spacing: 0.14em;
  margin-bottom: 22px;
}

.hero-script {
  font-family: var(--script);
  color: #b477b1;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  transform: rotate(-7deg);
  transform-origin: left center;
  margin: 0 0 18px 70px;
}

.hero-copy h1 {
  font-family: var(--mincho);
  font-size: clamp(46px, 6.3vw, 92px);
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0.09em;
  margin: 0 0 28px;
}

.hero-copy h1 span {
  color: #b978ad;
}

.hero-lead {
  font-family: var(--mincho);
  font-size: 18px;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}

.hero-name {
  font-family: var(--mincho);
  font-size: clamp(25px, 3vw, 38px);
  letter-spacing: 0.17em;
}

.hero-name small {
  font-family: var(--roman);
  font-size: 0.7em;
  letter-spacing: 0.08em;
}

.hero-date {
  margin-top: 28px;
  font-family: var(--roman);
  font-size: clamp(30px, 4vw, 54px);
  font-style: italic;
  letter-spacing: 0.05em;
}

.hero-date small {
  font-size: 0.48em;
}

.hero-venue {
  margin-top: 8px;
  font-family: var(--mincho);
  font-size: 14px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-entry,
.secondary-entry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 34px;
  border-radius: 999px;
  font-family: var(--mincho);
  font-size: 15px;
  text-decoration: none;
}

.primary-entry {
  background: #b27eb7;
  color: #fff;
  box-shadow: 0 14px 34px rgba(126, 83, 134, 0.2);
}

.secondary-entry {
  background: rgba(255,255,255,0.76);
  color: #865c93;
  border: 1px solid rgba(178, 126, 183, 0.35);
}

.section-kicker {
  font-family: var(--roman);
  color: #7a6093;
  font-size: 28px;
  letter-spacing: 0.22em;
  line-height: 1;
  margin-bottom: 24px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.04fr 0.8fr;
  gap: 30px;
  padding: 72px 0 44px;
}

.about-panel,
.news-panel,
.ticket-panel {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(185, 145, 189, 0.32);
  border-radius: 8px;
}

.about-panel {
  background: transparent;
  border-color: transparent;
  padding: 8px 0;
}

.about-panel h2 {
  font-family: var(--mincho);
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 22px;
}

.about-panel p {
  font-family: var(--mincho);
  font-size: 14px;
  line-height: 2.15;
  color: #5d4e72;
}

.soft-button,
.ticket-button,
.view-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 36px;
  border-radius: 999px;
  border: 1px solid rgba(185, 145, 189, 0.45);
  color: #8d6297;
  text-decoration: none;
  font-family: var(--mincho);
  font-size: 14px;
  background: rgba(255,255,255,0.74);
}

.soft-button {
  margin-top: 28px;
  width: 260px;
}

.news-panel {
  padding: 28px 32px 30px;
}

.panel-head,
.lineup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.panel-head a {
  color: #a276a6;
  font-family: var(--roman);
  font-size: 13px;
  letter-spacing: 0.14em;
}

.news-line {
  display: grid;
  grid-template-columns: 92px 72px 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px 0;
  color: #56406c;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px solid rgba(185, 145, 189, 0.12);
}

.news-line time {
  font-family: var(--roman);
  font-size: 14px;
}

.news-line span {
  background: #efddea;
  color: #9d6ba0;
  border-radius: 3px;
  text-align: center;
  font-family: var(--en-sans);
  font-size: 10px;
  letter-spacing: 0.12em;
  padding: 2px 5px;
}

.ticket-panel {
  padding: 30px 28px;
  background: #bf95c1;
  color: #fff;
  border: 0;
}

.ticket-panel h2 {
  font-family: var(--mincho);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
}

.ticket-date {
  font-family: var(--roman);
  font-size: 48px;
  line-height: 1.1;
  margin: 16px 0;
}

.ticket-date small {
  font-size: 0.44em;
}

.ticket-button {
  width: 100%;
  background: #fff;
  border: 0;
  color: #b06aad;
  margin-bottom: 26px;
}

.ticket-panel dl {
  border-top: 1px solid rgba(255,255,255,0.24);
  padding-top: 16px;
  font-size: 13px;
}

.ticket-panel dl div {
  display: flex;
  justify-content: space-between;
}

.lineup-section {
  padding: 30px 0 56px;
}

.lineup-head h2 {
  display: inline;
  font-family: var(--mincho);
  font-size: 16px;
  font-weight: 500;
  margin-left: 12px;
}

.film-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 26px;
}

.film-card {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(185, 145, 189, 0.28);
  min-width: 0;
}

.film-thumb {
  aspect-ratio: 4 / 3.55;
  background-size: cover;
  background-position: center;
}

.film-01 { background-image: linear-gradient(145deg, rgba(225,178,138,.1), rgba(67,38,60,.1)), url("../assets/hero-reference.png"); background-position: 68% 16%; }
.film-02 { background-image: linear-gradient(145deg, rgba(15,58,82,.34), rgba(13,19,44,.42)), url("../assets/hero-reference.png"); background-position: 72% 8%; }
.film-03 { background-image: linear-gradient(145deg, rgba(255,255,255,.45), rgba(95,85,110,.2)), url("../assets/hero-reference.png"); background-position: 74% 14%; }
.film-04 { background-image: linear-gradient(145deg, rgba(55,58,96,.35), rgba(174,148,200,.18)), url("../assets/hero-reference.png"); background-position: 80% 20%; }
.film-05 { background-image: linear-gradient(145deg, rgba(42,48,70,.28), rgba(230,225,240,.18)), url("../assets/hero-reference.png"); background-position: 70% 24%; }

.film-card span {
  display: inline-block;
  margin-top: -25px;
  background: rgba(160, 117, 166, 0.86);
  color: #fff;
  padding: 2px 9px;
  font-size: 11px;
  position: relative;
}

.film-card h3 {
  font-family: var(--mincho);
  font-weight: 500;
  text-align: center;
  font-size: 19px;
  padding: 14px 12px 0;
}

.film-card p {
  text-align: center;
  color: #7a6a86;
  font-size: 12px;
  padding: 8px 12px 22px;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.2fr;
  border: 1px solid rgba(185, 145, 189, 0.26);
  border-radius: 8px;
  margin-bottom: 58px;
  background: rgba(255,255,255,0.58);
}

.feature-item {
  padding: 28px 24px;
  border-right: 1px solid rgba(185, 145, 189, 0.22);
  text-align: center;
}

.feature-item strong {
  display: block;
  font-family: var(--mincho);
  color: #7a6093;
  font-size: 17px;
  margin-bottom: 8px;
}

.feature-item p {
  font-size: 12px;
  color: #6d5c7c;
}

.hand-note {
  align-self: center;
  justify-self: center;
  font-family: var(--script);
  color: #bd83b5;
  font-size: 30px;
  line-height: 1.45;
  transform: rotate(-5deg);
}

.access-simple,
.faq-simple {
  padding: 54px 0;
}

.entry-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  grid-template-areas:
    "heading logo"
    "body logo";
  column-gap: 58px;
  padding: 72px 0 56px;
  position: relative;
  align-items: center;
}

.entry-intro > div {
  grid-area: heading;
}

.about-logo {
  grid-area: logo;
  display: block;
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(185, 145, 189, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.76), rgba(247,238,249,0.68));
  box-shadow: 0 22px 54px rgba(91, 63, 105, 0.1);
}

.entry-intro > p {
  grid-area: body;
}

.entry-intro h2,
.entry-main-panel h2,
.schedule-entry h2,
.message-card h2 {
  font-family: var(--mincho);
  font-weight: 500;
  color: #4d3c61;
  letter-spacing: 0.08em;
}

.entry-intro h2 {
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.7;
  max-width: 900px;
}

.entry-intro p {
  margin-top: 26px;
  max-width: 860px;
  font-family: var(--mincho);
  color: #5f5071;
  line-height: 2.25;
}

.program-section {
  padding: 8px 0 62px;
}

.program-section h2 {
  font-family: var(--mincho);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #4d3c61;
  margin-bottom: 28px;
}

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

.program-card {
  min-height: 210px;
  padding: 38px 36px;
  border: 1px solid rgba(185, 145, 189, 0.3);
  border-radius: 8px;
  background: rgba(255,255,255,0.72);
}

.program-card h3 {
  margin-bottom: 14px;
  font-family: var(--mincho);
  font-size: 24px;
  font-weight: 600;
  color: #4d3c61;
  letter-spacing: 0.08em;
}

.program-card p {
  font-family: var(--mincho);
  color: #625172;
  line-height: 2;
}

.program-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  height: 42px;
  margin-top: 24px;
  padding: 0 24px;
  border: 1px solid rgba(178, 126, 183, 0.48);
  border-radius: 999px;
  color: #8b5194;
  font-family: var(--mincho);
  font-size: 14px;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}

.program-link:hover {
  background: #b77cbd;
  color: #fff;
}

.competition-band {
  margin: 28px 0 78px;
  padding: 72px 0 52px;
  background:
    linear-gradient(180deg, rgba(244,234,247,0.98), rgba(252,247,253,0.96)),
    radial-gradient(circle at 11% 8%, rgba(185,126,194,0.26), transparent 30%),
    radial-gradient(circle at 92% 14%, rgba(255,255,255,0.76), transparent 28%);
  border-top: 1px solid rgba(170, 112, 180, 0.36);
  border-bottom: 1px solid rgba(170, 112, 180, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.7),
    inset 0 -1px 0 rgba(255,255,255,0.7),
    0 26px 80px rgba(99, 66, 116, 0.08);
  position: relative;
}

.competition-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 32px;
  align-items: center;
  margin-bottom: 44px;
  position: relative;
  z-index: 1;
}

.competition-logo {
  order: 2;
  display: block;
  width: 150px;
  padding: 12px;
  justify-self: end;
  border: 1px solid rgba(185, 145, 189, 0.28);
  border-radius: 8px;
  background: rgba(255,255,255,0.62);
  box-shadow: 0 16px 40px rgba(91, 63, 105, 0.12);
}

.competition-heading > div {
  order: 1;
}

.competition-heading .section-kicker {
  margin-bottom: 12px;
}

.competition-heading h2 {
  font-family: var(--mincho);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #4d3c61;
}

.competition-band::before {
  content: "COMPETITION";
  position: absolute;
  top: 24px;
  right: max(32px, calc((100vw - 1120px) / 2));
  font-family: var(--roman);
  font-size: clamp(34px, 6vw, 82px);
  letter-spacing: 0.18em;
  color: rgba(152, 91, 164, 0.12);
  pointer-events: none;
}

.entry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 30px;
  align-items: start;
  padding: 22px 0 60px;
}

.entry-layout-single {
  display: block;
}

.entry-layout-single .entry-main-panel {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.entry-main-panel,
.entry-side-panel,
.message-card {
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(185, 145, 189, 0.3);
  border-radius: 8px;
}

.entry-main-panel {
  padding: 38px 42px 42px;
}

.entry-layout-single .entry-main-panel {
  padding-top: 22px;
}

.entry-main-panel h2 {
  font-size: 30px;
  margin-bottom: 26px;
}

.section-title-outside {
  font-family: var(--mincho);
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 500;
  color: #4d3c61;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: -4px 0 30px;
}

.requirement-list {
  border-top: 1px solid rgba(185, 145, 189, 0.22);
}

.requirement-list dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(185, 145, 189, 0.18);
}

.requirement-list dt {
  font-family: var(--mincho);
  color: #8b6197;
  font-weight: 600;
}

.requirement-list dd {
  color: #574767;
}

.panel-entry {
  margin-top: 32px;
}

.entry-side-panel {
  padding: 28px 28px 30px;
  position: sticky;
  top: 118px;
}

.entry-side-panel h3 {
  font-family: var(--mincho);
  color: #7b5790;
  font-size: 18px;
  margin: 0 0 12px;
}

.entry-side-panel h3:not(:first-child) {
  margin-top: 28px;
}

.entry-side-panel ul {
  list-style: none;
}

.entry-side-panel li {
  border-bottom: 1px solid rgba(185, 145, 189, 0.16);
  padding: 8px 0;
  color: #5e526d;
  font-size: 14px;
}

.schedule-entry {
  padding: 0 0 66px;
}

.schedule-entry h2 {
  font-size: 30px;
  margin-bottom: 26px;
}

.schedule-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.schedule-steps div {
  min-height: 170px;
  padding: 26px 22px;
  border: 1px solid rgba(185, 145, 189, 0.26);
  border-radius: 8px;
  background: rgba(255,255,255,0.62);
}

.schedule-steps span {
  display: block;
  font-family: var(--roman);
  color: #bd8cbd;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}

.schedule-steps strong {
  display: block;
  font-family: var(--mincho);
  color: #4e3c62;
  font-size: 18px;
  margin-bottom: 8px;
}

.schedule-steps p {
  color: #6a5a78;
  font-size: 14px;
}

.message-section {
  padding: 76px 0 46px;
}

.message-card {
  padding: clamp(54px, 6vw, 84px) clamp(38px, 7vw, 104px);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.78) 48%, rgba(255,255,255,0.34) 100%),
    url("../assets/message-bg.png") center center / cover no-repeat;
  box-shadow: 0 30px 80px rgba(95, 73, 112, 0.12);
  position: relative;
  overflow: hidden;
}

.message-card::before,
.message-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.message-card::before {
  top: 34px;
  right: 44px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(178, 126, 183, 0.22);
  border-radius: 50%;
}

.message-card::after {
  inset: 18px;
  border: 1px solid rgba(255,255,255,0.68);
  border-radius: 8px;
}

.message-card h2 {
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.45;
  margin-bottom: 28px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.message-card p {
  width: 100%;
  max-width: 980px;
  font-family: var(--mincho);
  color: #5e4f70;
  line-height: 2.15;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

.awards-section {
  padding: 18px 0 58px;
}

.awards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.awards-grid article {
  min-height: 260px;
  padding: 34px 36px;
  border: 1px solid rgba(185, 145, 189, 0.3);
  border-radius: 8px;
  background: rgba(255,255,255,0.76);
}

.awards-grid h2 {
  font-family: var(--mincho);
  font-size: 26px;
  font-weight: 500;
  color: #4d3c61;
  margin-bottom: 18px;
}

.awards-grid p {
  color: #5e4f70;
  line-height: 2;
}

.award-list {
  margin-top: 12px;
  border-top: 1px solid rgba(185, 145, 189, 0.2);
}

.award-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(185, 145, 189, 0.16);
}

.award-list dt {
  font-family: var(--mincho);
  color: #8b6197;
  font-weight: 600;
}

.award-list dd {
  color: #574767;
  line-height: 1.8;
}

.jury-card {
  background:
    linear-gradient(140deg, rgba(255,255,255,0.78), rgba(245,235,247,0.84)),
    radial-gradient(circle at 100% 0%, rgba(203,169,210,0.22), transparent 30%);
}

.jury-list {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.jury-member {
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.jury-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(185, 145, 189, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255,255,255,0.38), rgba(183,124,189,0.22)),
    url("../assets/message-bg.png") center / cover no-repeat;
  position: relative;
  overflow: hidden;
}

.jury-photo::after {
  content: "PHOTO";
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  font-family: var(--roman);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: rgba(77, 60, 97, 0.5);
}

.jury-member h3 {
  margin-top: 14px;
  font-family: var(--mincho);
  font-size: 18px;
  font-weight: 600;
  color: #4d3c61;
}

.jury-member p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.7;
  color: #765e82;
}

.venue-section {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 32px;
  align-items: stretch;
  padding: 42px 0 78px;
}

.venue-section h2 {
  font-family: var(--mincho);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 500;
  color: #4d3c61;
  margin-bottom: 18px;
}

.venue-section > div:first-child p {
  font-family: var(--mincho);
  color: #5e4f70;
  font-size: 17px;
}

.venue-card {
  border: 1px solid rgba(185, 145, 189, 0.3);
  border-radius: 8px;
  background: rgba(255,255,255,0.74);
  padding: 34px 38px;
}

.venue-card span {
  display: inline-block;
  color: #9c62a1;
  font-family: var(--mincho);
  font-size: 14px;
  margin-bottom: 12px;
}

.venue-card strong {
  display: block;
  font-family: var(--mincho);
  font-size: 30px;
  font-weight: 500;
  color: #4d3c61;
}

.venue-card p {
  margin-top: 10px;
  color: #6a5a78;
}

.venue-map {
  margin-top: 24px;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(185, 145, 189, 0.3);
  border-radius: 8px;
  background: #f8f2f8;
}

.venue-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.recommend-hero {
  padding: 150px 0 42px;
}

.recommend-hero h1 {
  font-family: var(--mincho);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #4d3c61;
  margin-bottom: 18px;
}

.recommend-hero p {
  max-width: 760px;
  font-family: var(--mincho);
  color: #625172;
  line-height: 2.1;
}

.recommend-form-section {
  padding: 0 0 88px;
}

.recommend-form {
  width: min(920px, 100%);
  padding: 38px 42px 44px;
  border: 1px solid rgba(185, 145, 189, 0.3);
  border-radius: 8px;
  background: rgba(255,255,255,0.78);
}

.recommend-note {
  margin-top: 22px;
  color: #6a5a78;
  font-size: 13px;
  line-height: 1.9;
}

.access-simple h2 {
  font-family: var(--mincho);
  font-size: 30px;
  font-weight: 500;
}

.faq-simple details {
  border-top: 1px solid rgba(185, 145, 189, 0.22);
  padding: 18px 0;
}

.faq-simple summary {
  cursor: pointer;
  font-family: var(--mincho);
  color: #4d3c61;
}

.home-redesign .footer {
  background: rgba(241, 234, 244, 0.86);
}

@media (max-width: 980px) {
  .festival-nav {
    padding: 14px 22px;
    height: 74px;
    justify-content: space-between;
  }

  .festival-nav .nav-logo {
    position: static;
    width: 118px;
    min-width: 118px;
    height: 58px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .site-logo-image {
    width: 118px;
    height: 54px;
    max-height: 58px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
  }

  .festival-nav .nav-links {
    display: none;
  }

  .festival-nav .nav-ticket {
    display: none;
  }

  .festival-nav .nav-burger {
    display: flex;
    justify-self: end;
  }

  .festival-hero {
    min-height: 720px;
  }

  .hero-photo,
  .hero-wash {
    inset: 0;
    width: 100%;
  }

  .hero-copy {
    padding: 128px 28px 72px;
    width: 100%;
  }

  .hero-script {
    margin-left: 36px;
  }

  .home-redesign .container {
    width: min(100% - 32px, 720px);
  }

  .intro-grid,
  .entry-intro,
  .entry-layout,
  .film-row,
  .feature-band,
  .competition-heading,
  .schedule-steps,
  .program-grid,
  .jury-list,
  .awards-grid,
  .venue-section {
    grid-template-columns: 1fr;
  }

  .entry-intro {
    grid-template-areas:
      "logo"
      "heading"
      "body";
    row-gap: 24px;
  }

  .about-logo {
    width: min(220px, 70vw);
    padding: 12px;
  }

  .competition-logo {
    width: 140px;
    justify-self: start;
    order: 1;
  }

  .competition-heading > div {
    order: 2;
  }

  .entry-hero .hero-copy {
    width: 100%;
  }

  .entry-side-panel {
    position: static;
  }

  .feature-item {
    border-right: 0;
    border-bottom: 1px solid rgba(185, 145, 189, 0.22);
  }
}

@media (max-width: 560px) {
  .festival-hero {
    min-height: 640px;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .hero-lead {
    font-size: 14px;
  }

  .news-line {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .news-line span {
    width: 76px;
  }

  .requirement-list dl {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .award-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .entry-main-panel,
  .message-card {
    padding: 30px 22px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: min(320px, 100%);
  }
}
