/* Homepage signature concept ----------------------------------------------
   A warm, photography-first opening followed by one editorial story. */

.page--home .home-cinema.hero { padding: 18px 0 clamp(72px, 8vw, 116px); }
.page--home .home-cinema.hero::before { content: none; }

.home-cinema__frame {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-areas: "visual" "copy";
  overflow: visible;
}

.home-cinema__visual {
  grid-area: visual;
  position: relative;
  min-height: 0;
}

.home-cinema__portrait {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 7.6;
  margin: 0;
  border-radius: 42px;
  background: #ead9bd;
  box-shadow: 0 36px 90px -58px rgba(19, 42, 45, .58);
  transform: translate3d(var(--portrait-x, 0), var(--portrait-y, 0), 0);
  will-change: transform;
}

.home-cinema__portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(13, 36, 38, .08) 58%, rgba(13, 36, 38, .82) 100%);
  pointer-events: none;
}

.home-cinema__portrait img,
.home-week__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.home-cinema__portrait img { object-position: center 48%; }

.home-wow-ready .home-cinema__portrait img {
  transform: scale(1.025);
  transition: transform 1.35s cubic-bezier(.22, 1, .36, 1);
}
.home-wow-ready .home-cinema__visual.is-visible .home-cinema__portrait img { transform: scale(1); }

.home-cinema__portrait figcaption {
  position: absolute;
  z-index: 2;
  left: auto;
  top: clamp(20px, 2.8vw, 34px);
  right: clamp(20px, 2.8vw, 34px);
  bottom: auto;
  width: min(280px, 42%);
  margin: 0;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 16px;
  background: rgba(13, 36, 38, .52);
  color: #fffaf1;
  backdrop-filter: blur(10px);
}
.home-cinema__portrait figcaption span,
.home-cinema__portrait figcaption strong { display: block; }
.home-cinema__portrait figcaption span { margin-bottom: 5px; color: #ffd0ad; font-size: 9px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.home-cinema__portrait figcaption strong { font-size: clamp(15px, 1.45vw, 20px); line-height: 1.2; }

.home-cinema__copy {
  position: relative;
  z-index: 3;
  grid-area: copy;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  column-gap: clamp(40px, 7vw, 96px);
  row-gap: 0;
  align-items: start;
  margin-top: clamp(-180px, -12vw, -138px);
  padding: 0 clamp(24px, 4vw, 56px);
}

.page--home .home-cinema__copy .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 16px;
  color: #ffd0ad;
}

.home-cinema__copy h1 {
  grid-column: 1 / -1;
  grid-row: 2;
  max-width: none;
  margin: 0;
  color: #fffaf1;
  font-size: clamp(54px, 6.05vw, 82px);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.07em;
  text-shadow: 0 4px 24px rgba(13, 36, 38, .24);
}
.home-cinema__copy h1 em { color: #f4824c; font-style: normal; text-shadow: none; }

.home-cinema__lede {
  grid-column: 1;
  margin: clamp(30px, 4vw, 52px) 0 0;
  max-width: 48ch;
  color: #536164;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.58;
}

.home-cinema__actions {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  justify-content: flex-end;
  margin-top: clamp(30px, 4vw, 52px);
}

.page--home .home-cinema__actions .btn {
  min-height: 54px;
  border: 1px solid #f4824c;
  background: #f4824c;
  color: #132a2d;
  box-shadow: 0 20px 34px -24px rgba(244, 130, 76, .72);
}

/* Keep warm orange actions while meeting contrast requirements. */
.page--home main .btn { color: #132a2d; }

.home-cinema__text-link { color: #132a2d; font-size: 14px; font-weight: 900; text-decoration: none; }
.home-cinema__text-link span { display: inline-block; margin-left: 6px; color: #d55c2d; transition: transform .2s ease; }
.home-cinema__text-link:hover span,
.home-cinema__text-link:focus-visible span { transform: translateY(4px); }
.home-cinema__text-link:focus-visible { outline: 3px solid rgba(244, 130, 76, .28); outline-offset: 5px; border-radius: 4px; }

.home-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(32px, 4vw, 48px);
  padding-top: 24px;
  border-top: 1px solid rgba(19, 42, 45, .14);
}

.home-proof > div { min-width: 0; padding: 0 24px; border-left: 1px solid rgba(19, 42, 45, .14); }
.home-proof > div:first-child { padding-left: 0; border-left: 0; }
.home-proof strong { display: block; color: #132a2d; font-size: clamp(30px, 3.5vw, 46px); line-height: 1; letter-spacing: -.055em; }
.home-proof span { display: block; margin-top: 7px; color: #6f797b; font-size: 10px; font-weight: 900; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }

/* Week story -------------------------------------------------------------- */
.page--home .home-week {
  padding: clamp(72px, 10vw, 136px) 0;
  background:
    radial-gradient(circle at 9% 12%, rgba(244, 130, 76, .1), transparent 27%),
    linear-gradient(180deg, #f8f1e5 0%, #fffaf1 52%, #f8f1e5 100%);
}

.home-week__inner { display: grid; gap: clamp(44px, 7vw, 86px); }
.home-week__intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .72fr);
  align-items: end;
  gap: 48px;
}

.page--home .home-week__intro .eyebrow { grid-column: 1 / -1; margin-bottom: -22px; }
.home-week__intro h2 {
  max-width: 12ch;
  margin: 0;
  color: #132a2d;
  font-size: clamp(48px, 7vw, 86px);
  line-height: .94;
  letter-spacing: -.06em;
}

.home-week__intro h2 em { color: #f4824c; font-style: normal; }
.home-week__intro > p:last-child { max-width: 43ch; margin: 0 0 7px; color: #536164; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.6; }

.home-week__story {
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: clamp(36px, 7vw, 92px);
}

.home-week__image {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  margin: 0;
  border-radius: 34px 140px 34px 34px;
  background: #e9d9bd;
  box-shadow: 0 30px 80px -52px rgba(19, 42, 45, .5);
}

.home-week__image img { object-position: center; }
.home-week__image figcaption {
  position: absolute;
  inset: auto 22px 22px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 16px;
  background: rgba(13, 36, 38, .78);
  color: #fffaf1;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  backdrop-filter: blur(10px);
}

.home-week__steps { margin: 0; padding: 0; list-style: none; }
.home-week__steps li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  padding: clamp(28px, 4vw, 48px) 0;
  border-top: 1px solid rgba(19, 42, 45, .14);
}
.home-week__steps li:last-child { border-bottom: 1px solid rgba(19, 42, 45, .14); }
.home-week__number { color: #f4824c; font-size: 12px; font-weight: 950; letter-spacing: .12em; }
.home-week__kicker { margin: 0 0 9px; color: #b8451f; font-size: 10px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.home-week__steps h3 { max-width: 18ch; margin: 0; color: #132a2d; font-size: clamp(25px, 2.6vw, 36px); line-height: 1.05; letter-spacing: -.04em; }
.home-week__steps li p:last-child { max-width: 48ch; margin: 13px 0 0; color: #536164; font-size: 15px; line-height: 1.62; }

/* Reveal motion is added only after JavaScript confirms support. */
.home-wow-ready [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s cubic-bezier(.22, 1, .36, 1); }
.home-wow-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.home-wow-ready .home-week__steps li:nth-child(2) { transition-delay: .08s; }
.home-wow-ready .home-week__steps li:nth-child(3) { transition-delay: .16s; }

@media (max-width: 1040px) {
  .home-cinema__copy { grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr); column-gap: 40px; }
  .home-week__story { gap: 46px; }
}

@media (max-width: 820px) {
  .home-cinema__copy { grid-template-columns: 1fr; gap: 0; margin-top: 0; padding: 38px 8px 0; }
  .page--home .home-cinema__copy .eyebrow,
  .home-cinema__copy h1,
  .home-cinema__lede,
  .home-cinema__actions,
  .home-proof { grid-column: 1; }
  .home-cinema__copy h1 { grid-row: auto; max-width: 12ch; }
  .page--home .home-cinema__copy .eyebrow { color: #b8451f; }
  .home-cinema__copy h1 { color: #132a2d; text-shadow: none; }
  .home-cinema__lede { max-width: 38ch; margin-top: 26px; }
  .home-cinema__actions { justify-content: flex-start; margin-top: 24px; }
  .home-proof { margin-top: 38px; }
  .home-cinema__portrait { aspect-ratio: 16 / 9; border-radius: 34px; }
  .home-cinema__portrait figcaption { left: 22px; bottom: 20px; }
  .home-week__intro,
  .home-week__story { grid-template-columns: 1fr; }
  .page--home .home-week__intro .eyebrow { margin-bottom: -20px; }
  .home-week__intro > p:last-child { margin: 0; }
  .home-week__image { min-height: 700px; }
}

@media (max-width: 560px) {
  .page--home .home-cinema.hero { padding: 10px 0 58px; }
  .page--home .home-cinema .inner,
  .page--home .home-week .inner { padding-inline: 14px; }
  .home-cinema__copy { padding: 28px 4px 0; }
  .page--home .home-cinema__copy .eyebrow { margin-bottom: 18px; font-size: 10px; letter-spacing: .14em; }
  .home-cinema__copy h1 { font-size: clamp(42px, 13vw, 57px); }
  .home-cinema__lede { margin-top: 22px; font-size: 16px; }
  .home-cinema__actions { align-items: stretch; flex-direction: column; margin-top: 24px; }
  .page--home .home-cinema__actions .btn { width: 100%; }
  .home-cinema__text-link { padding: 5px 2px; }
  .home-proof { margin-top: 34px; padding-top: 20px; }
  .home-proof > div { padding-inline: 10px; }
  .home-proof strong { font-size: 26px; }
  .home-proof span { font-size: 8px; letter-spacing: .06em; }
  .home-cinema__portrait { aspect-ratio: 16 / 10; border-radius: 24px; }
  .home-cinema__portrait figcaption { left: 16px; bottom: 14px; width: 72%; }
  .home-cinema__portrait figcaption span { font-size: 8px; }
  .home-cinema__portrait figcaption strong { font-size: 13px; }
  .page--home .home-week { padding: 68px 0 82px; }
  .home-week__inner { gap: 42px; }
  .home-week__intro { gap: 30px; }
  .page--home .home-week__intro .eyebrow { margin-bottom: -12px; }
  .home-week__intro h2 { font-size: clamp(40px, 12.4vw, 56px); }
  .home-week__intro > p:last-child { font-size: 16px; }
  .home-week__story { gap: 22px; }
  .home-week__image { min-height: 520px; border-radius: 26px 90px 26px 26px; }
  .home-week__steps li { grid-template-columns: 42px 1fr; gap: 10px; padding: 30px 0; }
  .home-week__steps h3 { font-size: 27px; }
  .home-week__steps li p:last-child { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-wow-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
  .home-cinema__portrait,
  .home-cinema__portrait img,
  .home-cinema__text-link span { transition: none; transform: none; }
}
