.home-page .site-header { background: rgba(248, 248, 248, .96); }
.home-page .header-actions { min-width: 0; }

.portal-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  width: calc(100% - var(--site-gutter) - var(--site-gutter));
  margin: clamp(20px, 3vw, 36px) var(--site-gutter) 0;
  min-height: max(680px, calc(100svh - 64px));
  overflow: hidden;
  isolation: isolate;
  background: var(--paper);
}
.portal-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: clamp(28px, 3.4vw, 52px) var(--site-gutter) clamp(34px, 4vw, 62px) 0;
}
.portal-message { margin: 50px 0 42px; }
.portal-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.portal-kicker > span { font-size: 17px; line-height: 1; }
.portal-message h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(66px, 7.35vw, 116px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.077em;
}
.portal-message h1 > span { color: #8d8d8d; }
.portal-description {
  max-width: 360px;
  margin: 37px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.6;
  letter-spacing: -.025em;
}
.portal-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 26px; }
.portal-store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 21px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
}
.portal-film-link { display: inline-flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 20px; border: 1px solid var(--line); border-radius: 999px; background: var(--soft); color: var(--ink); font-size: 13px; }
.portal-film-link:is(:hover,:focus-visible) { background: #e4e4e4; border-color: #b7b7b7; }
.portal-duration { padding-left: 8px; color: var(--muted); font-size: 11px; font-variant-numeric: tabular-nums; }
.portal-media { position: relative; z-index: 1; min-width: 0; min-height: 680px; margin: 0; overflow: hidden; background: var(--paper); }
.portal-media-inner { position: absolute; inset: 0; overflow: hidden; background: var(--paper); }
.portal-media-inner::after { position: absolute; inset: auto 0 0; z-index: 1; height: clamp(35px, 5.5%, 55px); content: ""; pointer-events: none; background: linear-gradient(to bottom, transparent 0%, rgba(248,248,248,.08) 28%, rgba(248,248,248,.42) 68%, var(--paper) 100%); -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.18) 28%, rgba(0,0,0,.58) 65%, #000 100%); mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.18) 28%, rgba(0,0,0,.58) 65%, #000 100%); }
.portal-media-inner img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; transform: scale(1.1); transform-origin: center 35%; }
.portal-rope { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.portal-rope path { fill: none; stroke: url(#ropeColor); stroke-width: 2; vector-effect: non-scaling-stroke; opacity: .8; }

.experience-map {
  width: calc(100% - var(--site-gutter) - var(--site-gutter));
  margin-inline: var(--site-gutter);
  padding-block: clamp(100px, 11vw, 170px) clamp(110px, 12vw, 190px);
}
.experience-map__diagram {
  display: grid;
  grid-template-columns: minmax(370px, 45%) minmax(190px, 1fr) clamp(175px, 16vw, 220px);
  align-items: stretch;
  min-height: 600px;
}
.experience-map__origin {
  display: flex;
  grid-column: 3;
  grid-row: 1;
  align-items: center;
  justify-content: flex-start;
  padding-left: 16px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.025em;
}
.experience-map__origin span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: max-content;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  white-space: nowrap;
}
.experience-map__origin i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.experience-map__lines { grid-column: 2; grid-row: 1; width: 100%; height: 600px; overflow: visible; }
.experience-map__lines path { fill: none; stroke: var(--line); stroke-width: 1.4; vector-effect: non-scaling-stroke; }
.experience-map__list {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  grid-template-rows: repeat(3, minmax(200px, 1fr));
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.experience-map__list li { position: relative; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; min-width: 0; padding-right: 24px; text-align: right; }
.experience-map__list li::before { position: absolute; top: 50%; right: -4px; width: 8px; height: 8px; background: var(--ink); content: ""; transform: translateY(-50%); }
.experience-map__list h3 { margin: 0 0 6px; font-size: clamp(19px, 2vw, 25px); font-weight: 600; line-height: 1.2; letter-spacing: -.035em; }
.experience-map__list h3 a:hover { text-decoration: underline; text-underline-offset: .16em; }
.experience-map__list p { max-width: 425px; margin: 0; color: var(--muted); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.42; letter-spacing: -.025em; }

.home-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 0; padding-top: 23px; padding-bottom: calc(26px + var(--bottom-fade-height) + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.home-footer p { margin: 0; }
.home-footer nav { display: flex; flex-wrap: wrap; gap: 26px; }
.home-footer a:hover { color: var(--ink); }

.feature-film { width: min(1100px, calc(100% - 40px)); max-height: calc(100svh - 40px); padding: 0; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); background: var(--paper); overflow: auto; }
.feature-film:not([open]) { display: none; }
.feature-film::backdrop { background: rgba(34,34,34,.75); backdrop-filter: blur(8px); }
.film-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 20px; }
.film-heading h2 { margin: 0; font-size: 17px; font-weight: 500; letter-spacing: -.03em; }
.film-close { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fff; font-size: 27px; line-height: 1; }
.feature-film video { display: block; width: 100%; max-height: calc(100svh - 200px); aspect-ratio: 16/9; background: #111; }
.film-description { margin: 0; padding: 16px 20px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.film-description a { display: inline-block; margin-left: 10px; color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.home-page.film-is-open { overflow: hidden; }

@media (prefers-reduced-motion: no-preference) {
  .portal-message, .portal-actions { animation: portal-enter .7s both; }
  .portal-actions { animation-delay: .12s; }
  .portal-media-inner img { animation: portal-image-enter 1s both; }
  @keyframes portal-enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes portal-image-enter { from { opacity: .65; transform: scale(1.14); } to { opacity: 1; transform: scale(1.1); } }
}
@media (max-width: 1200px) {
  .portal-message h1 { font-size: clamp(60px, 7vw, 88px); }
}
@media (max-width: 900px) {
  .portal-hero { grid-template-columns: 1fr; min-height: 0; }
  .portal-copy { min-height: 565px; padding: 33px var(--site-gutter) 40px 0; }
  .portal-message { margin: 72px 0 56px; }
  .portal-message h1 { font-size: clamp(72px, 11vw, 104px); }
  .portal-description { max-width: 470px; }
  .portal-media { height: 64svh; min-height: 480px; max-height: 760px; }
  .portal-media-inner img { object-position: center 18%; }
  .portal-rope { display: none; }
  .experience-map { padding-block: 95px 120px; }
  .experience-map__diagram { display: flex; flex-direction: column; min-height: 0; }
  .experience-map__origin { position: relative; order: 2; align-self: flex-end; justify-content: flex-end; width: 210px; max-width: 100%; padding-left: 0; }
  .experience-map__origin span { justify-content: flex-end; }
  .experience-map__origin i { order: 1; }
  .experience-map__origin::after { position: absolute; right: 19px; bottom: 100%; width: 1px; height: 28px; background: var(--line); content: ""; }
  .experience-map__lines { display: none; }
  .experience-map__list { display: block; order: 1; margin: 0 19px 28px 0; border-right: 1px solid var(--line); }
  .experience-map__list li { min-height: 124px; padding: 15px 26px 15px 0; }
  .experience-map__list li::before { right: -4.5px; }
}
@media (max-width: 600px) {
  .portal-copy { min-height: 0; padding: 27px var(--site-gutter) 37px 0; }
  .portal-message { margin: 74px 0 52px; }
  .portal-kicker { margin-bottom: 17px; font-size: 11px; }
  .portal-message h1 { font-size: clamp(54px, 13vw, 78px); }
  .portal-description { max-width: 310px; margin-top: 25px; font-size: 15px; }
  .portal-actions { gap: 15px 18px; }
  .portal-store { min-height: 49px; padding-inline: 18px; font-size: 13px; }
  .portal-film-link { min-height: 49px; padding-inline: 18px; font-size: 12px; }
  .portal-media { width: 100%; height: auto; min-height: 0; max-height: none; aspect-ratio: 1122 / 1402; }
  .portal-media-inner img { object-position: center; }
  .experience-map { padding-block: 76px 100px; }
  .experience-map__origin { width: 185px; font-size: 13px; }
  .experience-map__origin span { min-height: 40px; }
  .experience-map__origin::after { height: 20px; }
  .experience-map__list { margin-bottom: 20px; }
  .experience-map__list li { min-height: 112px; padding-right: 22px; }
  .experience-map__list h3 { font-size: 20px; }
  .experience-map__list p { font-size: 15px; }
  .home-footer { flex-direction: column; align-items: start; gap: 17px; padding-top: 23px; font-size: 11px; }
  .home-footer nav { gap: 14px 22px; }
  .feature-film { width: calc(100% - 20px); border-radius: 12px; }
  .film-heading { padding: 10px 12px; }
  .film-heading h2 { font-size: 15px; }
  .film-description { padding: 12px; }
}
