/* ==========================================================================
   inner.css — 2026-06-05 inner-pages rebuild + nav/footer unification
   Self-contained, namespaced (.ip-*) so it never collides with the legacy
   cascade in main.css. Loaded AFTER main.css on every inner page.
   Reuses the design tokens defined in main.css :root.
   ========================================================================== */

/* ---- Nav + footer unification: make inner pages use the SAME nav/footer
        system as the home (poster-nav on desktop, mobile-nav on phones) ---- */
.poster-page .poster-nav { display: flex; }

@media (min-width: 761px) {
  .poster-page .mobile-nav { display: none !important; }
}

@media (max-width: 760px) {
  .poster-page .poster-nav { display: none !important; }
  .poster-page .mobile-nav { display: flex !important; }

  .poster-page .poster-footer { display: block; }
  .poster-page .footer-poster-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 1.4rem;
  }
  .poster-page .footer-note { justify-self: center; }
}

/* keep the sticky bar honest over a dark hero */
.poster-page .poster-nav .nav-link { color: rgba(247, 241, 220, 0.82); }
.poster-page .poster-nav .nav-link.active,
.poster-page .poster-nav .nav-link:hover { color: var(--paper-3); }

/* ==========================================================================
   Shared inner-page shell
   ========================================================================== */
.ip {
  background: #070706;
  color: var(--paper-3);
}
.ip .wrap { width: min(var(--max), 100% - (var(--pad) * 2)); margin-inline: auto; }
.ip-narrow { width: min(900px, 100% - (var(--pad) * 2)); margin-inline: auto; }

.ip-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-latin);
  font-size: var(--t-xs);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--yellow);
}
.ip-eyebrow::before {
  content: '';
  width: 34px;
  height: 2px;
  background: var(--red);
}

.ip em { color: var(--yellow); font-style: italic; }

/* ---- Hero ---- */
.ip-hero {
  position: relative;
  min-height: 88vh;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding-block: clamp(7rem, 14vh, 11rem) clamp(3rem, 7vh, 6rem);
  isolation: isolate;
}
.ip-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
}
.ip-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7,7,6,0.55) 0%, rgba(7,7,6,0.2) 30%, rgba(7,7,6,0.86) 88%),
    linear-gradient(90deg, rgba(7,7,6,0.7), rgba(7,7,6,0.1) 60%);
}
.ip-hero-title {
  font-size: var(--t-2xl);
  font-weight: 900;
  line-height: 1.18;
  margin-top: 1.1rem;
  max-width: 18ch;
  text-shadow: 0 18px 40px rgba(0,0,0,0.5);
}
.ip-hero-lead {
  margin-top: 1.4rem;
  max-width: 56ch;
  font-size: var(--t-md);
  line-height: 1.95;
  color: rgba(247, 241, 220, 0.86);
}
.ip-hero-rail {
  position: absolute;
  top: 0; bottom: 0;
  inset-inline-start: clamp(0.4rem, 1.5vw, 1.4rem);
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 6rem 2rem;
  font-family: var(--font-latin);
  font-size: 0.62rem;
  letter-spacing: 0.34em;
  writing-mode: vertical-rl;
  color: rgba(247,241,220,0.32);
}

/* ==========================================================================
   Scroll-driven vertical stages (studio / work "طريقة الشغل")
   ========================================================================== */
.ip-stage {
  position: relative;
  background:
    radial-gradient(120% 60% at 80% 0%, rgba(201,58,50,0.12), transparent 60%),
    #0a0a09;
  border-top: 1px solid var(--line-dark);
}
.ip-stage-inner {
  width: min(var(--max), 100% - (var(--pad) * 2));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}
.ip-stage-media { position: relative; height: 100%; }
.ip-stage-body { padding-block: clamp(2.4rem, 6vh, 5rem) clamp(3rem, 8vh, 7rem); }
.ip-stage-head { margin-bottom: clamp(1rem, 3vh, 2.4rem); }
.ip-stage-head h2 {
  font-size: var(--t-xl);
  font-weight: 900;
  line-height: 1.3;
  margin-top: 1rem;
}

/* sticky changing visual */
.ip-stage-visual {
  position: sticky;
  top: clamp(80px, 12vh, 120px);
  height: min(72vh, 600px);
  border-radius: 18px;
  overflow: hidden;
  background: #111;
  border: 1px solid var(--line-dark);
  box-shadow: 0 30px 70px rgba(0,0,0,0.5);
}
.ip-stage-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.7s var(--ease), transform 1.6s var(--ease);
  filter: saturate(1.05) contrast(1.04);
}
.ip-stage-layer.is-active { opacity: 1; transform: scale(1); }
.ip-stage-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,7,6,0.1), rgba(7,7,6,0.6));
  pointer-events: none;
}
.ip-stage-count {
  position: absolute;
  inset-block-end: 1.1rem;
  inset-inline-start: 1.4rem;
  z-index: 2;
  font-family: var(--font-latin);
  letter-spacing: 0.1em;
  color: var(--paper-3);
}
.ip-stage-count b { font-size: 2.6rem; font-weight: 800; color: var(--yellow); }
.ip-stage-count i { opacity: 0.6; font-style: normal; }

/* steps column */
.ip-stage-steps {
  display: flex;
  flex-direction: column;
}
.ip-step {
  min-height: 64vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.7rem;
  padding-block: 1.5rem;
  border-top: 1px solid var(--line-dark);
  opacity: 0.32;
  transition: opacity 0.5s var(--ease);
}
.ip-step:first-child { border-top: 0; }
.ip-step.is-current { opacity: 1; }
.ip-step > span {
  font-family: var(--font-latin);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  color: var(--red);
}
.ip-step > b {
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  font-weight: 900;
  line-height: 1.2;
}
.ip-step.is-current > b { color: var(--yellow); }
.ip-step > p {
  font-size: var(--t-md);
  line-height: 1.9;
  max-width: 42ch;
  color: rgba(247,241,220,0.82);
}
.ip-step-thumb { display: none; }

/* ==========================================================================
   Portals / brands grid (fixes the invisible owned.html grid)
   ========================================================================== */
.ip-portals {
  padding-block: clamp(3.5rem, 8vh, 7rem);
  background:
    linear-gradient(180deg, rgba(7,7,6,0.9), rgba(7,7,6,0.55)),
    url("../images/brand/img-013.png") center / cover fixed;
}
.ip-portal-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(0.8rem, 1.4vw, 1.3rem);
  margin-top: clamp(2rem, 4vh, 3.5rem);
}
.ip-portal {
  position: relative;
  grid-column: span 2;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.4rem;
  padding: 1.4rem;
  border-radius: 16px;
  overflow: hidden;
  background: #14140f;
  border: 1px solid var(--line-dark);
  color: var(--paper-3);
  text-decoration: none;
  isolation: isolate;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.ip-portal.span3 { grid-column: span 3; min-height: 380px; }
.ip-portal:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(0,0,0,0.5); }
.ip-portal-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 0.8s var(--ease);
}
.ip-portal:hover .ip-portal-art { transform: scale(1.1); }
.ip-portal::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(10,10,8,0.05) 30%, rgba(10,10,8,0.92));
}
.ip-portal .ip-portal-logo {
  position: absolute;
  top: 1.2rem;
  inset-inline-start: 1.2rem;
  height: 38px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.5));
}
.ip-portal .ip-portal-mark {
  position: absolute;
  top: 1rem;
  inset-inline-start: 1.2rem;
  font-family: var(--font-latin);
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--paper-3);
  opacity: 0.9;
}
.ip-portal small {
  font-family: var(--font-latin);
  font-size: var(--t-xs);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--yellow);
}
.ip-portal h3 { font-size: var(--t-lg); font-weight: 900; line-height: 1.35; }
.ip-portal p { font-size: var(--t-sm); line-height: 1.8; color: rgba(247,241,220,0.78); max-width: 36ch; }
.ip-portal .ip-enter {
  margin-top: 0.6rem;
  font-size: var(--t-sm);
  color: var(--paper-3);
  opacity: 0.9;
}
.ip-portal.accent-red { border-color: rgba(201,58,50,0.4); }
.ip-portal.accent-blue { border-color: rgba(141,206,209,0.35); }

/* product-style portal: solid accent background + centered cutout */
.ip-portal.solid::after { background: linear-gradient(180deg, rgba(0,0,0,0.04) 35%, rgba(0,0,0,0.5)); }
.ip-portal-prod {
  position: absolute;
  inset: 0;
  margin: auto;
  top: -12%;
  max-height: 60%;
  max-width: 76%;
  object-fit: contain;
  z-index: -1;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,0.45));
  transition: transform 0.7s var(--ease);
}
.ip-portal:hover .ip-portal-prod { transform: scale(1.06) translateY(-4px); }
.ip-portal-prod.logo { max-height: 40%; top: -16%; }

/* ==========================================================================
   Films grid (work.html portfolio — fixes the invisible black void)
   ========================================================================== */
.ip-films {
  padding-block: clamp(3.5rem, 8vh, 7rem);
  background: #0a0a09;
}
.ip-film-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(0.8rem, 1.5vw, 1.4rem);
  margin-top: clamp(2rem, 4vh, 3.2rem);
}
.ip-film {
  position: relative;
  grid-column: span 3;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 1.6rem;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: var(--paper-3);
  border: 1px solid var(--line-dark);
  isolation: isolate;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.ip-film.feature { grid-column: span 6; min-height: 460px; }
.ip-film.third { grid-column: span 2; min-height: 320px; }
.ip-film:hover { transform: translateY(-5px); box-shadow: 0 24px 56px rgba(0,0,0,0.5); }
.ip-film-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  transition: transform 0.9s var(--ease);
}
.ip-film:hover .ip-film-art { transform: scale(1.12); }
.ip-film::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(8,8,6,0.08) 28%, rgba(8,8,6,0.9));
}
.ip-film .ip-kicker {
  font-family: var(--font-latin);
  font-size: var(--t-xs);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--yellow);
}
.ip-film h3 { font-size: var(--t-lg); font-weight: 900; line-height: 1.3; }
.ip-film.feature h3 { font-size: var(--t-xl); }
.ip-film p { font-size: var(--t-sm); line-height: 1.8; color: rgba(247,241,220,0.82); }
.ip-film .ip-awards { color: var(--yellow); letter-spacing: 0.3em; font-size: 0.8rem; }

/* ==========================================================================
   Manifesto — scroll-driven full-screen statements, changing background
   ========================================================================== */
.ip-mani-hero {
  min-height: 100svh;
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
  background: radial-gradient(120% 80% at 50% 0%, rgba(201,58,50,0.14), transparent 55%), #060605;
}
.ip-mani-hero h1 {
  font-size: var(--t-3xl);
  font-weight: 900;
  line-height: 1.12;
}
.ip-mani-hero .ip-sub { margin-top: 1.4rem; color: rgba(247,241,220,0.7); letter-spacing: 0.1em; }
.ip-mani-scroll {
  position: absolute;
  inset-block-end: 2rem;
  inset-inline: 0;
  text-align: center;
  font-size: var(--t-xs);
  letter-spacing: 0.3em;
  color: rgba(247,241,220,0.5);
  animation: ipBob 2.4s var(--ease) infinite;
}
@keyframes ipBob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(8px)} }

.ip-mani {
  position: relative;
  background: #060605;
}
.ip-mani-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 0.9s var(--ease);
  pointer-events: none;
}
.ip-mani-bg.is-active { opacity: 0.22; }
.ip-mani-line {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: grid;
  align-content: center;
  gap: 1.4rem;
  padding-block: 8vh;
}
.ip-mani-line .ip-num {
  font-family: var(--font-latin);
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: var(--red);
}
.ip-mani-line p {
  font-size: clamp(1.7rem, 3.4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.5;
  max-width: 22ch;
  opacity: 0.28;
  transform: translateY(20px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.ip-mani-line.is-current p { opacity: 1; transform: none; }

/* ==========================================================================
   Journal — rectangular stacked rows
   ========================================================================== */
.ip-journal { padding-block: clamp(3rem, 7vh, 6rem); background: #0a0a09; }
.ip-jfilter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: clamp(1.6rem, 3vh, 2.6rem);
}
.ip-jfilter button {
  font: inherit;
  cursor: pointer;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  border: 1px solid var(--line-dark);
  background: transparent;
  color: rgba(247,241,220,0.7);
  font-size: var(--t-sm);
  transition: 0.3s var(--ease);
}
.ip-jfilter button.is-on, .ip-jfilter button:hover { background: var(--paper-3); color: #0a0a09; border-color: var(--paper-3); }

.ip-jlist { display: flex; flex-direction: column; gap: clamp(0.8rem, 1.6vh, 1.2rem); }
.ip-jrow {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.2rem);
  padding: clamp(1.1rem, 2vw, 1.8rem);
  border-radius: 14px;
  background: #121210;
  border: 1px solid var(--line-dark);
  text-decoration: none;
  color: var(--paper-3);
  transition: 0.4s var(--ease);
}
.ip-jrow:hover { background: #17170f; transform: translateX(-6px); border-color: rgba(201,58,50,0.4); }
.ip-jrow.feature { grid-template-columns: 1fr; gap: 0.6rem; padding: clamp(1.8rem,3vw,2.8rem); background: linear-gradient(120deg, rgba(201,58,50,0.16), #121210 60%); }
.ip-jmeta { font-family: var(--font-latin); font-size: var(--t-xs); letter-spacing: 0.16em; color: var(--yellow); }
.ip-jrow h3 { font-size: var(--t-md); font-weight: 800; line-height: 1.5; }
.ip-jrow.feature h3 { font-size: var(--t-lg); }
.ip-jrow p { font-size: var(--t-sm); line-height: 1.8; color: rgba(247,241,220,0.74); }
.ip-jrow .ip-readmore { white-space: nowrap; color: var(--yellow); font-size: var(--t-sm); }

/* ==========================================================================
   Recommendations — pinned paper cards on a dark wall
   ========================================================================== */
.ip-recs {
  padding-block: clamp(3rem, 7vh, 6rem);
  background:
    linear-gradient(rgba(10,10,9,0.82), rgba(10,10,9,0.82)),
    url("../images/bts/optimized/IMG_5629-2.jpg") center / cover fixed;
}
.ip-rec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.4rem, 3vw, 2.6rem);
  margin-top: clamp(2rem, 4vh, 3.2rem);
}
.ip-rec {
  position: relative;
  background: var(--paper-3);
  color: #14140f;
  border-radius: 6px;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  box-shadow: 0 26px 54px rgba(0,0,0,0.5);
  transition: transform 0.4s var(--ease);
}
.ip-rec:nth-child(odd) { transform: rotate(-1.1deg); }
.ip-rec:nth-child(even) { transform: rotate(1.1deg); }
.ip-rec:hover { transform: rotate(0) translateY(-4px); }
.ip-rec::before {
  content: '';
  position: absolute;
  top: -11px;
  inset-inline-start: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 74px;
  height: 22px;
  background: rgba(201,58,50,0.82);
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.ip-rec > span {
  font-family: var(--font-latin);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--red);
}
.ip-rec h2 { font-size: var(--t-lg); font-weight: 900; margin: 0.4rem 0 0.6rem; color: #14140f; line-height: 1.4; }
.ip-rec > p { color: #3F4A28; line-height: 1.85; font-size: var(--t-sm); }
.ip-rec ul { list-style: none; margin-top: 1.1rem; display: flex; flex-direction: column; gap: 0.5rem; }
.ip-rec li {
  padding: 0.6rem 0.85rem;
  background: rgba(63,74,40,0.09);
  border-radius: 8px;
  font-weight: 700;
  color: #14140f;
  font-size: var(--t-sm);
  border-inline-start: 3px solid var(--red);
}

/* ==========================================================================
   Contact — editorial bottom-border inputs
   ========================================================================== */
.ip-contact { padding-block: clamp(3rem, 7vh, 6rem); background: #0a0a09; }
.ip-contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.ip-field { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.8rem; }
.ip-field label { font-size: var(--t-sm); color: rgba(247,241,220,0.7); }
.ip-field input,
.ip-field select,
.ip-field textarea {
  font: inherit;
  color: var(--paper-3);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  padding: 0.7rem 0.2rem;
  transition: border-color 0.3s var(--ease);
}
.ip-field textarea { resize: vertical; min-height: 120px; }
.ip-field input:focus,
.ip-field select:focus,
.ip-field textarea:focus { outline: none; border-color: var(--yellow); }
.ip-field select option { color: #111; }
.ip-contact-side h4 { font-size: var(--t-md); margin-bottom: 0.4rem; }
.ip-contact-side .ip-big-mail { font-size: var(--t-lg); color: var(--yellow); display: inline-block; margin: 0.6rem 0 1.4rem; }
.ip-contact-side .ip-side-block { margin-bottom: 1.8rem; }
.ip-contact-side a { color: rgba(247,241,220,0.85); text-decoration: none; }
.ip-contact-side a:hover { color: var(--yellow); }

/* ==========================================================================
   Shared CTA strip + section heads + buttons
   ========================================================================== */
.ip-sec-head { margin-bottom: clamp(1.6rem, 3vh, 2.6rem); }
.ip-sec-head h2 { font-size: var(--t-xl); font-weight: 900; line-height: 1.3; margin-top: 0.8rem; }
.ip-sec-head p { margin-top: 0.6rem; color: rgba(247,241,220,0.74); font-size: var(--t-md); line-height: 1.9; }

.ip-cta {
  padding-block: clamp(3.5rem, 9vh, 7rem);
  background:
    linear-gradient(90deg, rgba(201,58,50,0.92), rgba(187,37,60,0.92)),
    url("../images/bts/optimized/IMG_5621-2.jpg") center / cover;
  text-align: center;
}
.ip-cta h2 { font-size: var(--t-2xl); font-weight: 900; line-height: 1.2; color: var(--paper-3); }
.ip-cta p { margin: 1.2rem auto 0; max-width: 50ch; font-size: var(--t-md); line-height: 1.9; color: rgba(255,255,255,0.92); }
.ip-cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }

.ip-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.7rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  font-size: var(--t-sm);
  transition: transform 0.3s var(--ease), background 0.3s var(--ease);
}
.ip-btn:hover { transform: translateY(-3px); }
.ip-btn-solid { background: #0a0a09; color: var(--paper-3); }
.ip-btn-gold { background: var(--yellow); color: #1a1206; }
.ip-btn-ghost { border: 1px solid rgba(247,241,220,0.5); color: var(--paper-3); }

/* reveal */
.ip-reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.ip-reveal.in { opacity: 1; transform: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 980px) {
  .ip-portal-grid { grid-template-columns: repeat(2, 1fr); }
  .ip-portal, .ip-portal.span3 { grid-column: span 1; min-height: 300px; }
  .ip-film-grid { grid-template-columns: repeat(2, 1fr); }
  .ip-film, .ip-film.feature, .ip-film.third { grid-column: span 1; min-height: 300px; }
  .ip-film.feature { min-height: 380px; }
  .ip-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  /* stages become self-contained image cards stacked vertically */
  .ip-stage-inner { grid-template-columns: 1fr; }
  .ip-stage-media { display: none; }
  .ip-stage-body { padding-block: clamp(2.4rem, 6vh, 4rem) 3rem; }
  .ip-stage-steps { gap: 1rem; }
  .ip-step {
    min-height: auto;
    position: relative;
    border-top: 0;
    border-radius: 16px;
    overflow: hidden;
    padding: clamp(1.6rem, 6vw, 2.4rem);
    min-height: 260px;
    justify-content: flex-end;
    opacity: 1;
    isolation: isolate;
    /* bg image applied inline by main.js so relative paths resolve
       against the PAGE (var() url()s resolve against this css file) */
    background-size: cover;
    background-position: center;
  }
  .ip-step::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(7,7,6,0.25) 20%, rgba(7,7,6,0.9));
  }
  .ip-step > b { color: var(--paper-3); }

  .ip-portal-grid { grid-template-columns: 1fr; }
  .ip-film-grid { grid-template-columns: 1fr; }

  .ip-jrow { grid-template-columns: 1fr; gap: 0.6rem; }
  .ip-jrow .ip-readmore { justify-self: start; }

  .ip-hero-title { font-size: var(--t-xl); }
  .ip-mani-line p { font-size: clamp(1.5rem, 7vw, 2.2rem); }
}

/* 2026-07-02: artwork posters keep their art clean — caption sits UNDER the
   art, never over it (the art has its own typography). */
.ip-film.art-below { justify-content: flex-start; padding: 0; min-height: 0; }
.ip-film.art-below .ip-film-art {
  position: relative; inset: auto; z-index: 0; aspect-ratio: 16 / 9;
  border-radius: 0; transform: none;
}
.ip-film.art-below:hover .ip-film-art { transform: none; }
.ip-film.art-below::after { display: none; }
.ip-film.art-below .ip-film-cap {
  display: flex; flex-direction: column; gap: 0.4rem;
  padding: 1.1rem 1.4rem 1.3rem; background: #12110e;
  border-block-start: 1px solid var(--line-dark); flex: 1;
}
.ip-film.art-below.feature { min-height: 0; }
