
.scene05{
  position:relative;
  overflow:hidden;
  border-top:1px solid var(--osof-line);
  background:#040a12;
}
.scene05__opening{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:80px 24px;
  text-align:center;
}
.scene05__opening-inner{
  max-width:1100px;
}
.scene05__opening-line{
  margin:0;
  font-size:clamp(54px,8vw,118px);
  line-height:.95;
  letter-spacing:-.065em;
}
.scene05__opening-line + .scene05__opening-line{
  margin-top:28px;
  color:var(--osof-cyan);
}
.scene05__opening-sub{
  margin:34px 0 0;
  color:var(--osof-muted);
  font-size:17px;
  letter-spacing:.04em;
}

.scene05__people{
  max-width:1500px;
  margin:auto;
  padding:120px 30px;
}
.scene05__people-head{
  max-width:920px;
  margin-bottom:50px;
}
.scene05__people-head h2{
  margin:14px 0 26px;
  font-size:clamp(58px,7vw,106px);
  line-height:.9;
  letter-spacing:-.06em;
}
.scene05__people-head p{
  max-width:700px;
  margin:0;
  color:var(--osof-muted);
  font-size:18px;
  line-height:1.75;
}
.scene05__mosaic{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  grid-auto-rows:270px;
  gap:14px;
}
.scene05__tile{
  position:relative;
  overflow:hidden;
  margin:0;
  border:1px solid var(--osof-line);
  background:#0a1626;
}
.scene05__tile:first-child{
  grid-row:span 2;
}
.scene05__tile:nth-child(4){
  grid-column:span 2;
}
.scene05__tile img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 10s var(--osof-ease);
}
.scene05__tile:hover img{
  transform:scale(1.03);
}
.scene05__tile::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(4,10,18,.82),transparent 52%);
}
.scene05__tile figcaption{
  position:absolute;
  z-index:2;
  left:20px;
  right:20px;
  bottom:18px;
}
.scene05__tile small{
  color:var(--osof-cyan);
  font-size:10px;
  letter-spacing:.14em;
}
.scene05__tile strong{
  display:block;
  margin-top:7px;
  font-size:18px;
}

.scene05__statement{
  min-height:95vh;
  display:grid;
  place-items:center;
  padding:100px 24px;
  text-align:center;
  background:
    radial-gradient(circle at 50% 45%,rgba(37,99,235,.19),transparent 32%),
    linear-gradient(180deg,#040a12,#07111f);
}
.scene05__statement h2{
  margin:0;
  font-size:clamp(48px,6.8vw,98px);
  line-height:1.03;
  letter-spacing:-.055em;
}
.scene05__statement h2 span{
  display:block;
}
.scene05__statement h2 span:nth-child(2){
  margin-top:18px;
  color:#b7c8db;
}
.scene05__statement h2 span:nth-child(3){
  margin-top:18px;
  color:var(--osof-cyan);
}

.scene05__timeline{
  max-width:1320px;
  margin:auto;
  padding:120px 30px 150px;
}
.scene05__timeline-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  margin-bottom:64px;
}
.scene05__timeline-head h2{
  margin:0;
  font-size:clamp(52px,6vw,92px);
  line-height:.92;
  letter-spacing:-.055em;
}
.scene05__timeline-head p{
  max-width:560px;
  margin:0;
  color:var(--osof-muted);
  line-height:1.7;
}
.scene05__timeline-list{
  position:relative;
  display:grid;
  gap:18px;
}
.scene05__timeline-list::before{
  content:"";
  position:absolute;
  left:115px;
  top:22px;
  bottom:22px;
  width:1px;
  background:var(--osof-line);
}
.scene05__moment{
  display:grid;
  grid-template-columns:90px 1fr;
  gap:40px;
  align-items:start;
  padding:26px 0;
}
.scene05__moment-year{
  color:var(--osof-cyan);
  font-size:14px;
  font-weight:800;
  letter-spacing:.12em;
}
.scene05__moment-copy{
  position:relative;
  padding-left:34px;
}
.scene05__moment-copy::before{
  content:"";
  position:absolute;
  left:-6px;
  top:8px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--osof-cyan);
  box-shadow:0 0 0 8px rgba(34,211,238,.08);
}
.scene05__moment-copy h3{
  margin:0 0 8px;
  font-size:30px;
  letter-spacing:-.035em;
}
.scene05__moment-copy p{
  margin:0;
  color:var(--osof-muted);
  line-height:1.65;
}

.scene05__join{
  position:relative;
  min-height:100vh;
  display:grid;
  place-items:center;
  overflow:hidden;
  text-align:center;
}
.scene05__join img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.28) saturate(.72);
}
.scene05__join::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 50%,rgba(7,17,31,.12),rgba(4,10,18,.76)),
    linear-gradient(0deg,rgba(4,10,18,.92),rgba(4,10,18,.26));
}
.scene05__join-inner{
  position:relative;
  z-index:2;
  max-width:1040px;
  padding:80px 24px;
}
.scene05__join h2{
  margin:14px 0 28px;
  font-size:clamp(58px,8vw,124px);
  line-height:.9;
  letter-spacing:-.065em;
}
.scene05__join p{
  margin:0;
  color:#c7d2df;
  font-size:20px;
  line-height:1.65;
}
.scene05__join .scene05__join-sub{
  margin-top:14px;
  color:var(--osof-cyan);
  font-size:14px;
  letter-spacing:.08em;
}

.scene05__final{
  min-height:76vh;
  display:grid;
  place-items:center;
  text-align:center;
  background:#02060b;
}
.scene05__mark{
  font-size:clamp(72px,12vw,180px);
  font-weight:900;
  letter-spacing:-.07em;
}
.scene05__final h2{
  margin:12px 0 24px;
  font-size:clamp(46px,7vw,96px);
  letter-spacing:-.06em;
}
.scene05__final p{
  margin:0;
  color:var(--osof-muted);
  font-size:13px;
  letter-spacing:.2em;
}
.scene05__reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .8s var(--osof-ease),transform .8s var(--osof-ease);
}
.scene05__reveal.is-visible{
  opacity:1;
  transform:none;
}

@media(max-width:980px){
  .scene05__mosaic{
    grid-template-columns:1fr 1fr;
  }
  .scene05__tile:first-child,
  .scene05__tile:nth-child(4){
    grid-column:auto;
    grid-row:auto;
  }
  .scene05__timeline-head{
    display:block;
  }
  .scene05__timeline-head p{
    margin-top:20px;
  }
}
@media(max-width:680px){
  .scene05__people,
  .scene05__timeline{
    padding-left:20px;
    padding-right:20px;
  }
  .scene05__mosaic{
    grid-template-columns:1fr;
    grid-auto-rows:250px;
  }
  .scene05__timeline-list::before{
    left:76px;
  }
  .scene05__moment{
    grid-template-columns:58px 1fr;
    gap:18px;
  }
}
@media(prefers-reduced-motion:reduce){
  .scene05__reveal{opacity:1;transform:none}
  .scene05__tile img{transition:none}
}


/* Generation Archive RC1 */
.scene05__archive{
  max-width:1500px;
  margin:auto;
  padding:120px 30px 150px;
}
.scene05__archive-head{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:60px;
  align-items:end;
  margin-bottom:58px;
}
.scene05__archive-head h2{
  margin:0;
  font-size:clamp(58px,7vw,108px);
  line-height:.88;
  letter-spacing:-.065em;
}
.scene05__archive-head p{
  max-width:600px;
  margin:0 0 10px;
  color:var(--osof-muted);
  font-size:17px;
  line-height:1.75;
}
.scene05__archive-layout{
  display:grid;
  grid-template-columns:370px minmax(0,1fr);
  gap:54px;
  align-items:start;
}
.scene05__eras{
  position:sticky;
  top:88px;
  display:grid;
  gap:10px;
}
.scene05__era{
  position:relative;
  display:grid;
  grid-template-columns:58px 18px 1fr;
  gap:14px;
  align-items:start;
  width:100%;
  padding:20px 18px 20px 0;
  border:1px solid transparent;
  border-radius:16px;
  background:transparent;
  color:inherit;
  text-align:left;
  cursor:pointer;
}
.scene05__era::before{
  content:"";
  position:absolute;
  left:66px;
  top:0;
  bottom:-12px;
  width:1px;
  background:rgba(148,163,184,.22);
}
.scene05__era:last-of-type::before{
  bottom:50%;
}
.scene05__era-year{
  padding-top:3px;
  color:#64748b;
  font-size:14px;
  font-weight:800;
  letter-spacing:.08em;
}
.scene05__era-dot{
  position:relative;
  z-index:2;
  width:14px;
  height:14px;
  margin-top:4px;
  border:1px solid #64748b;
  border-radius:50%;
  background:#07111f;
}
.scene05__era-copy strong{
  display:block;
  font-size:25px;
  letter-spacing:-.035em;
}
.scene05__era-copy small{
  display:block;
  margin-top:8px;
  color:var(--osof-muted);
  font-size:14px;
  line-height:1.6;
}
.scene05__era.active{
  padding-left:14px;
  border-color:rgba(34,211,238,.58);
  background:linear-gradient(135deg,rgba(8,47,73,.35),rgba(7,17,31,.7));
}
.scene05__era.active .scene05__era-year{
  color:var(--osof-cyan);
}
.scene05__era.active .scene05__era-dot{
  border-color:var(--osof-cyan);
  background:var(--osof-cyan);
  box-shadow:0 0 0 8px rgba(34,211,238,.09),0 0 22px rgba(34,211,238,.45);
}
.scene05__era:focus-visible{
  outline:2px solid var(--osof-cyan);
  outline-offset:3px;
}
.scene05__culture{
  margin-top:24px;
  padding:24px;
  border:1px solid var(--osof-line);
  border-radius:18px;
  background:rgba(8,20,36,.48);
}
.scene05__culture strong{
  color:var(--osof-cyan);
  font-size:18px;
}
.scene05__culture p{
  margin:10px 0 0;
  color:var(--osof-muted);
  font-size:14px;
  line-height:1.7;
}

.scene05__archive-panel{
  min-height:720px;
  padding:32px;
  border:1px solid var(--osof-line);
  border-radius:28px;
  background:
    radial-gradient(circle at 86% 10%,rgba(37,99,235,.12),transparent 22%),
    rgba(8,20,36,.52);
}
.scene05__archive-summary{
  display:flex;
  justify-content:space-between;
  gap:30px;
  padding:0 4px 24px;
}
.scene05__archive-range{
  display:inline-block;
  padding:6px 14px;
  border:1px solid rgba(34,211,238,.65);
  border-radius:999px;
  color:var(--osof-cyan);
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
}
.scene05__archive-summary h3{
  margin:14px 0 8px;
  font-size:34px;
  letter-spacing:-.04em;
}
.scene05__archive-summary p{
  margin:0;
  color:var(--osof-muted);
}
.scene05__archive-meta{
  text-align:right;
}
.scene05__archive-meta strong{
  display:block;
  color:var(--osof-cyan);
  font-size:14px;
}
.scene05__archive-meta span{
  display:block;
  margin-top:8px;
  color:var(--osof-muted);
  font-size:13px;
}
.scene05__archive-events{
  display:grid;
  gap:12px;
}
.scene05__archive-event{
  display:grid;
  grid-template-columns:76px minmax(0,1fr) 38%;
  min-height:128px;
  overflow:hidden;
  border:1px solid var(--osof-line);
  border-radius:17px;
  background:rgba(9,23,37,.78);
  opacity:0;
  transform:translateY(14px);
  animation:archiveIn .52s var(--osof-ease) forwards;
}
.scene05__archive-event-year{
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--osof-cyan);
  font-size:15px;
  font-weight:800;
}
.scene05__archive-event-copy{
  align-self:center;
  padding:22px 20px;
}
.scene05__archive-event-copy small{
  display:block;
  margin-bottom:7px;
  color:#60a5fa;
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
}
.scene05__archive-event-copy h4{
  margin:0 0 8px;
  font-size:20px;
  letter-spacing:-.025em;
}
.scene05__archive-event-copy p{
  margin:0;
  color:var(--osof-muted);
  font-size:14px;
  line-height:1.6;
}
.scene05__archive-event-image{
  min-height:128px;
  overflow:hidden;
}
.scene05__archive-event-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@keyframes archiveIn{
  to{opacity:1;transform:none}
}
@media(max-width:1050px){
  .scene05__archive-layout{grid-template-columns:1fr}
  .scene05__eras{
    position:relative;
    top:auto;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .scene05__era::before{display:none}
  .scene05__culture{grid-column:1 / -1}
}
@media(max-width:760px){
  .scene05__archive{padding-left:20px;padding-right:20px}
  .scene05__archive-head{grid-template-columns:1fr}
  .scene05__eras{grid-template-columns:1fr}
  .scene05__archive-panel{padding:20px}
  .scene05__archive-summary{display:block}
  .scene05__archive-meta{margin-top:18px;text-align:left}
  .scene05__archive-event{
    grid-template-columns:58px 1fr;
  }
  .scene05__archive-event-image{
    grid-column:1 / -1;
    min-height:190px;
  }
}


/* Generation Archive RC2 visibility fix */
.scene05__archive-event{
  opacity:1;
  transform:none;
  animation:none;
}
.scene05__archive-event.is-visible{
  animation:archiveCardIn .52s var(--osof-ease) var(--archive-delay,0ms) both;
}
@keyframes archiveCardIn{
  from{opacity:0;transform:translateY(14px)}
  to{opacity:1;transform:none}
}
@media(prefers-reduced-motion:reduce){
  .scene05__archive-event.is-visible{animation:none}
}


/* RC12 — OSOF Learning Cycle */
.scene05__mosaic{display:none}

.scene05__cycle{
  position:relative;
  display:grid;
  gap:34px;
  padding:12px 0 28px;
}
.scene05__cycle-line{
  position:absolute;
  z-index:4;
  top:70px;
  bottom:132px;
  left:50%;
  width:1px;
  overflow:hidden;
  background:rgba(34,211,238,.08);
  transform:translateX(-50%);
  pointer-events:none;
}
.scene05__cycle-line span{
  display:block;
  width:100%;
  height:100%;
  background:linear-gradient(
    180deg,
    rgba(34,211,238,0),
    rgba(34,211,238,.9) 12%,
    rgba(34,211,238,.42) 82%,
    rgba(34,211,238,0)
  );
  box-shadow:0 0 12px rgba(34,211,238,.7);
  transform:scaleY(0);
  transform-origin:top;
  transition:transform 2.4s cubic-bezier(.22,.78,.24,1);
}
.scene05__cycle.is-active .scene05__cycle-line span{
  transform:scaleY(1);
}
.scene05__cycle-card{
  position:relative;
  z-index:2;
  min-height:430px;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(148,163,184,.2);
  border-radius:28px;
  background:#0a1626;
}
.scene05__cycle-card::before{
  content:attr(data-cycle-step);
  position:absolute;
  z-index:5;
  top:18px;
  left:18px;
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border:1px solid rgba(103,232,249,.42);
  border-radius:50%;
  background:rgba(7,17,31,.76);
  color:#67e8f9;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  backdrop-filter:blur(8px);
}
.scene05__cycle-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(0deg,rgba(4,10,18,.9),rgba(4,10,18,.08) 62%),
    linear-gradient(90deg,rgba(4,10,18,.34),transparent 60%);
}
.scene05__cycle-card img{
  width:100%;
  height:100%;
  min-height:inherit;
  object-fit:cover;
  transition:transform 9s var(--osof-ease),filter .5s ease;
}
.scene05__cycle-card:hover img{
  transform:scale(1.025);
}
.scene05__cycle-card figcaption{
  position:absolute;
  z-index:4;
  left:34px;
  right:34px;
  bottom:30px;
  max-width:760px;
}
.scene05__cycle-card small{
  color:var(--osof-cyan);
  font-size:10px;
  font-weight:700;
  letter-spacing:.15em;
}
.scene05__cycle-card strong{
  display:block;
  margin-top:9px;
  font-size:clamp(26px,3vw,44px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.scene05__cycle-card p{
  max-width:660px;
  margin:14px 0 0;
  color:#b7c5d4;
  font-size:15px;
  line-height:1.65;
}
.scene05__cycle-card--learn,
.scene05__cycle-card--mentor{
  min-height:540px;
}
.scene05__cycle-card--mentor{
  border-color:rgba(34,211,238,.44);
  box-shadow:
    inset 0 0 42px rgba(34,211,238,.025),
    0 0 36px rgba(34,211,238,.045);
}
.scene05__cycle-card--mentor::before{
  background:rgba(34,211,238,.12);
  box-shadow:0 0 18px rgba(34,211,238,.22);
}
.scene05__cycle-pair{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.scene05__cycle-pair .scene05__cycle-card{
  min-height:410px;
}
.scene05__cycle-card--grow{
  min-height:620px;
  border-color:rgba(103,232,249,.36);
}
.scene05__cycle-card--grow figcaption{
  max-width:900px;
}
.scene05__cycle-return{
  position:relative;
  z-index:5;
  display:grid;
  justify-items:center;
  gap:10px;
  padding:54px 20px 12px;
  text-align:center;
}
.scene05__cycle-return span{
  color:#71869c;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.scene05__cycle-return strong{
  color:#e7f0f9;
  font-size:clamp(30px,4vw,56px);
  line-height:1.04;
  letter-spacing:-.045em;
}
.scene05__cycle-return i{
  position:relative;
  width:76px;
  height:76px;
  margin-top:20px;
  border:1px solid rgba(34,211,238,.34);
  border-radius:50%;
  box-shadow:0 0 24px rgba(34,211,238,.09);
}
.scene05__cycle-return i::before,
.scene05__cycle-return i::after{
  content:"";
  position:absolute;
}
.scene05__cycle-return i::before{
  left:50%;
  top:14px;
  width:1px;
  height:38px;
  background:#22d3ee;
  box-shadow:0 0 8px rgba(34,211,238,.7);
}
.scene05__cycle-return i::after{
  left:50%;
  top:13px;
  width:16px;
  height:16px;
  border-top:1px solid #22d3ee;
  border-left:1px solid #22d3ee;
  transform:translateX(-50%) rotate(45deg);
}
.scene05__cycle-return::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:88px;
  width:min(880px,72vw);
  height:150px;
  border-top:1px solid rgba(34,211,238,.24);
  border-left:1px solid rgba(34,211,238,.24);
  border-right:1px solid rgba(34,211,238,.24);
  border-radius:180px 180px 0 0;
  transform:translateX(-50%);
  opacity:.5;
  pointer-events:none;
}
@media(max-width:900px){
  .scene05__cycle-line{left:28px}
  .scene05__cycle-pair{grid-template-columns:1fr}
  .scene05__cycle-card,
  .scene05__cycle-card--learn,
  .scene05__cycle-card--mentor,
  .scene05__cycle-card--grow{
    min-height:430px;
  }
  .scene05__cycle-card figcaption{
    left:24px;
    right:24px;
    bottom:24px;
  }
  .scene05__cycle-return::before{
    width:82vw;
  }
}
@media(max-width:620px){
  .scene05__cycle{
    gap:20px;
  }
  .scene05__cycle-line{
    display:none;
  }
  .scene05__cycle-card,
  .scene05__cycle-card--learn,
  .scene05__cycle-card--mentor,
  .scene05__cycle-card--grow{
    min-height:360px;
    border-radius:20px;
  }
  .scene05__cycle-card strong{
    font-size:25px;
  }
  .scene05__cycle-card p{
    font-size:13px;
  }
  .scene05__cycle-return::before{
    display:none;
  }
}
@media(prefers-reduced-motion:reduce){
  .scene05__cycle-line span{
    transform:scaleY(1);
    transition:none;
  }
  .scene05__cycle-card img{
    transition:none;
  }
}


/* RC12.1 - Remove center guide line */
.scene05__cycle-line{
    display:none !important;
}
.scene05__cycle::before,
.scene05__cycle::after{
    display:none !important;
}


/* RC12.2 — Remove internal vertical divider lines */
.scene05__cycle,
.scene05__cycle-card,
.scene05__cycle-pair,
.scene05__cycle-pair > *,
.scene05__cycle-card--learn,
.scene05__cycle-card--build,
.scene05__cycle-card--share,
.scene05__cycle-card--mentor,
.scene05__cycle-card--grow{
  border-left:0 !important;
  border-right:0 !important;
}

.scene05__cycle-card::before,
.scene05__cycle-card::after,
.scene05__cycle-pair::before,
.scene05__cycle-pair::after{
  border-left:0 !important;
  border-right:0 !important;
}

.scene05__cycle-pair{
  column-gap:18px;
}

.scene05__cycle-card{
  border-top:1px solid rgba(148,163,184,.18);
  border-bottom:1px solid rgba(148,163,184,.18);
}

.scene05__cycle-card--mentor,
.scene05__cycle-card--grow{
  border-top-color:rgba(34,211,238,.28);
  border-bottom-color:rgba(34,211,238,.28);
}


/* RC13 — Cycle ending polish: message and arc only */
.scene05__cycle-return{
  padding-bottom:38px;
}

.scene05__cycle-return i{
  display:none !important;
}

.scene05__cycle-return::before{
  opacity:.42;
  border-top-color:rgba(34,211,238,.28);
  border-left-color:rgba(34,211,238,.18);
  border-right-color:rgba(34,211,238,.18);
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(34,211,238,.04) 36%,
      rgba(103,232,249,.12) 50%,
      rgba(34,211,238,.04) 64%,
      transparent 100%
    );
  background-size:220% 100%;
  animation:cycleArcGlow 5.8s ease-in-out infinite;
  box-shadow:inset 0 1px 10px rgba(34,211,238,.06);
}

@keyframes cycleArcGlow{
  0%,100%{
    background-position:100% 0;
    opacity:.3;
  }
  50%{
    background-position:0 0;
    opacity:.56;
  }
}

@media(prefers-reduced-motion:reduce){
  .scene05__cycle-return::before{
    animation:none;
    opacity:.42;
  }
}


/* RC15.6 — Tighten the generational bridge.
   "Every generation..." and the following statement should read as one idea,
   not as two screens separated by missing content. */
.scene05__cycle-return{
  padding-bottom:10px !important;
}
.scene05__statement{
  min-height:0 !important;
  padding:clamp(72px,8vh,104px) 24px clamp(82px,9vh,118px) !important;
}

/* Scene 05 already receives its visual transition from the preceding content. */
.scene05{
  border-top:0;
}


/* ============================================================
   RC15.7 — Scene 05 bridge spacing
   "Every project ends. But people don't." belongs to what follows,
   so it keeps generous opening space but a short exit into the
   Learning Cycle. No divider is added above or below this bridge.
   ============================================================ */
.scene05__opening{
  min-height:0 !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
  padding:
    clamp(112px,12vh,156px)
    24px
    clamp(42px,5vh,64px) !important;
  text-align:center;
}
.scene05__opening-inner{
  width:min(1100px,92vw);
}
.scene05__people{
  padding-top:clamp(46px,5.5vh,72px) !important;
}

/* The bridge and the following Learning Cycle should read as one narrative unit. */
.scene05__opening + .scene05__people{
  margin-top:0 !important;
}

/* Do not introduce a divider around the bridge. */
.scene05__opening::before,
.scene05__opening::after{
  content:none !important;
}
