.hero {
  padding:72px 0 54px;
  text-align:center;
}

.hero .hero-copy {
  max-width:960px;
  margin:0 auto;
}

.hero .hero-copy h1,
.hero .hero-copy .lede {
  margin-right:auto;
  margin-left:auto;
}

.hero .hero-copy h1 {
  max-width:900px;
  font-size:clamp(58px,7.7vw,108px);
}

.hero .hero-copy .lede {
  max-width:800px;
  font-size:clamp(17px,1.65vw,21px);
  line-height:1.58;
}

.hero .actions,
.hero .maturity {
  justify-content:center;
}

.hero .maturity {
  flex-wrap:wrap;
}

.loop-section {
  padding-top:16px;
  padding-bottom:76px;
}

.loop-shell {
  width:min(90%,1320px);
}

.cinema {
  border-color:rgba(88,230,186,.66);
  box-shadow:0 28px 80px rgba(7,29,37,.22),0 0 52px rgba(88,230,186,.08);
}

@media (min-width:821px) {
  .index-v5-page .cinema:not(.is-expanded) {
    width:100%;
    zoom:.75;
  }
}

.index-zoom {
  display:grid;
  width:38px;
  height:38px;
  flex:0 0 38px;
  place-items:center;
  padding:0;
  border:1px solid rgba(110,240,192,.9);
  border-radius:12px;
  background:rgba(30,128,95,.24);
  color:#83f6cb;
  font-size:20px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 0 0 1px rgba(110,240,192,.14),0 0 20px rgba(88,230,186,.42),inset 0 0 16px rgba(88,230,186,.12);
  transition:background .2s ease,box-shadow .2s ease,transform .2s ease;
}

.index-zoom:hover,
.index-zoom:focus-visible {
  outline:none;
  background:rgba(43,164,123,.38);
  box-shadow:0 0 0 2px rgba(110,240,192,.24),0 0 30px rgba(88,230,186,.68),inset 0 0 18px rgba(88,230,186,.2);
  transform:translateY(-1px);
}

.index-v5-page .cinema.is-expanded {
  position:fixed;
  z-index:1000;
  inset:14px;
  display:flex;
  flex-direction:column;
  border-radius:20px;
  box-shadow:0 0 0 9999px rgba(2,14,18,.88),0 0 70px rgba(88,230,186,.28);
}

.index-v5-page .cinema.is-expanded .viewport {
  height:auto;
  min-height:0;
  flex:1;
}

.index-v5-page.index-visual-open,
body.v5-visual-open {
  overflow:hidden;
}

.index-v5-page .cinema.is-expanded .index-zoom span {
  transform:rotate(45deg);
}

.section {
  padding:78px 0;
}

.section-head {
  display:block;
  margin-bottom:38px;
}

.index-v5-page .index-inscription .section-head h2,
.index-v5-page #products .section-head h2 {
  max-width:none;
  margin:12px auto 16px;
  font-size:clamp(36px,3.8vw,50px);
  text-align:center;
  white-space:nowrap;
}

.index-v5-page .index-inscription .section-head > p,
.index-v5-page #products .section-head > p {
  max-width:none;
  margin-inline:auto;
  text-align:center;
}

.section h2,
.cta h2 {
  max-width:780px;
  font-size:clamp(38px,4.4vw,58px);
  line-height:1.02;
}

.section-head > p {
  max-width:440px;
  font-size:15px;
  line-height:1.62;
}

.index-inscription {
  border-bottom:1px solid var(--nv-line);
  background:linear-gradient(180deg,rgba(229,246,237,.44),rgba(246,248,243,0));
}

.inscription-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.inscription-grid article {
  min-height:250px;
  padding:27px;
  border:1px solid var(--nv-line);
  border-radius:20px;
  background:rgba(255,255,255,.74);
}

.inscription-grid article:first-child {
  border-color:#a9d9c6;
  background:var(--nv-green-soft);
}

.inscription-grid span {
  color:var(--nv-green);
  font:600 9px var(--nv-mono);
}

.inscription-grid h3 {
  margin:42px 0 12px;
  font:550 27px/1.08 var(--nv-display);
  letter-spacing:-.035em;
}

.inscription-grid p,
.suite-card p {
  color:var(--nv-copy);
  font-size:14px;
  line-height:1.62;
}

.suite-grid {
  gap:14px;
}

.suite-card {
  min-height:250px;
  padding:27px;
}

.suite-card h3 {
  margin:42px 0 12px;
  font-size:28px;
}

.memory-grid {
  gap:54px;
}

.cta {
  padding:88px 0;
}

.index-v5-page .cta h2 {
  max-width:none;
  white-space:nowrap;
}

@media (max-width:820px) {
  .hero {
    padding:62px 0 48px;
  }

  .hero .hero-copy h1 {
    font-size:clamp(52px,13vw,82px);
  }

  .section {
    padding:66px 0;
  }

  .section-head {
    display:block;
  }

  .section-head > p {
    margin-top:22px;
  }

  .index-v5-page .index-inscription .section-head h2,
  .index-v5-page #products .section-head h2,
  .index-v5-page .cta h2 {
    white-space:normal;
  }

  .index-v5-page .cinema:not(.is-expanded) .viewport {
    height:760px;
  }

  .inscription-grid,
  .suite-grid {
    grid-template-columns:1fr;
  }

  .inscription-grid article,
  .suite-card {
    min-height:220px;
  }
}

@media (max-width:560px) {
  .loop-shell {
    width:calc(100% - 28px);
  }

  .index-v5-page .cinema:not(.is-expanded) .viewport {
    height:920px;
  }

  .hero .actions {
    align-items:stretch;
    flex-direction:column;
  }

  .hero .button {
    width:100%;
  }
}
