

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  
  padding-bottom: 88px;
}

main {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

main > article {
  display: flex;
  flex-direction: column;
}

section { flex: 1 1 auto; }

.sheet {
  width: var(--fluid-sheetwidth);
  margin-left: auto;
  margin-right: auto;
}


.band {
  padding: 7% 4%;
  background: var(--sheet-soft);
}
.band:nth-child(odd) { background: var(--sheet); }

.band-head { max-width: 46rem; margin-bottom: var(--fluid-gap-l); }
.band-head--mid { margin-left: auto; margin-right: auto; text-align: center; }
.band-head p { color: var(--ink-quiet); font-size: var(--fluid-lede); }

.overline {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--rosegold);
  margin-bottom: var(--fluid-gap-s);
}

.section-divider { display: none; }


.bench-head {
  background: var(--sheet);
  border-bottom: 1px solid var(--hairline);
  position: sticky;
  top: 0;
  
  z-index: 1200;
}
.bench-head > .sheet {
  display: flex;
  align-items: center;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  gap: var(--fluid-gap-m);
}
.bench-mark img { height: 2rem; width: auto; }
.bench-line {
  display: none;
  font-size: 0.85rem;
  color: var(--ink-quiet);
  letter-spacing: 0.04em;
}
.bench-line a { color: var(--forest-deep); font-weight: 600; white-space: nowrap; }


@media (min-width: 1100px) {
  .bench-head > .sheet { gap: var(--fluid-gap-s); }
}

section[id], article[id] { scroll-margin-top: 5.5rem; }


.band.woin {
  text-align: center;
  padding: 9% 4% 0;
  
  background-color: var(--sheet-deep);
  background-image:
    linear-gradient(180deg, rgba(244, 241, 248, 0.88) 0%, rgba(236, 231, 243, 0.82) 58%, rgba(255, 255, 255, 0.94) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.woin > .sheet { max-width: 62rem; }
.woin h1 { margin-bottom: var(--fluid-gap-m); }
.woin .lede {
  font-size: var(--fluid-lede);
  color: var(--ink-quiet);
  max-width: 34rem;
  margin: 0 auto var(--fluid-gap-l);
}
.price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: var(--fluid-gap-s);
  margin-bottom: var(--fluid-gap-m);
}
.price-now { font-size: var(--fluid-step-2); font-weight: 700; color: var(--forest-deep); }
.price-was { text-decoration: line-through; color: var(--ink-faint); }
.price-cut {
  background: var(--forest);
  color: #ffffff;
  border-radius: 999px;
  padding: 0.2rem 0.8rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}
.intro-acts { display: flex; flex-wrap: wrap; gap: var(--fluid-gap-s); justify-content: center; }

.shot {
  width: 78%;
  max-width: 420px;
  margin: var(--fluid-gap-l) auto 0;
  border-radius: var(--corner);
  filter: drop-shadow(0 40px 60px rgba(60, 43, 78, 0.34));
  animation: floaty 6s ease-in-out infinite;
}
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}
@media (prefers-reduced-motion: reduce) { .shot { animation: none; } }

.badge-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--fluid-gap-s);
  margin-top: var(--fluid-gap-l);
  padding-bottom: 7%;
}
.badge {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--hairline);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
  color: var(--ink-quiet);
}


.crli { background: var(--sheet); }
.crli .band-head { max-width: 40rem; }
.thwo { background: var(--sheet-soft); }
.frra { background: var(--sheet-leaf); }
.frra .steps { max-width: 44rem; }
.guno { background: var(--sheet); }
.asof { background: var(--sheet-soft); }

.bench-mark { display: inline-flex; align-items: center; flex: 0 0 auto; }


.ritba {
  background: var(--forest-deep);
  border-top: 3px solid var(--rosegold);
  color: #ffffff;
  text-align: center;
  padding: 10% 5%;
}
.ritba h2, .ritba p { color: #ffffff; }
.ritba p { font-size: var(--fluid-lede); max-width: 38rem; margin: var(--fluid-gap-m) auto 0; opacity: 0.92; }


.thwo-cols { margin-top: var(--fluid-gap-m); }
.thwo-cols p { color: var(--ink-quiet); }

.thwo .fact-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--fluid-gap-l);
  margin-top: var(--fluid-gap-l);
  padding: var(--fluid-gap-l);
  background: var(--sheet-deep);
  border: 1px solid var(--hairline);
  border-radius: var(--corner);
}
@media (min-width: 768px) {
  .thwo .fact-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .thwo .fact .big { font-size: var(--fluid-step-2); line-height: 1.1; }
}
@media (min-width: 768px) {
  .thwo-cols {
    columns: 2;
    column-gap: 8%;
    column-rule: 1px solid var(--hairline);
  }
}
@media (min-width: 1024px) {
  .thwo-cols { columns: 3; }
}


.wrtous { background: var(--sheet-deep); }
.wrtous-split { display: flex; flex-direction: column; gap: var(--fluid-gap-l); }
@media (min-width: 900px) {
  .wrtous-split { flex-direction: row; align-items: flex-start; }
  .wrtous-main { width: 56%; }
  .wrtous-aside { width: 40%; margin-left: auto; position: sticky; top: 5.5rem; }
}


.bench-foot {
  background: #ffffff;
  color: var(--ink-quiet);
  border-top: 6px solid var(--forest);
  padding: 6% 4% 3%;
}
.bench-foot .cols { display: grid; grid-template-columns: 1fr; gap: var(--fluid-gap-l); }
@media (min-width: 768px) { .bench-foot .cols { grid-template-columns: repeat(3, 1fr); } }
.bench-foot h4 {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--forest-deep);
  margin-bottom: var(--fluid-gap-s);
}
.bench-foot li { margin-bottom: 0.4rem; }
.bench-foot a { color: var(--ink-quiet); }
.bench-foot a:hover { color: var(--forest); }
.bench-foot img { height: 1.8rem; width: auto; margin-bottom: var(--fluid-gap-s); }
.foot-note {
  margin-top: var(--fluid-gap-l);
  padding-top: var(--fluid-gap-m);
  border-top: 1px solid var(--hairline);
  text-align: center;
  font-size: 0.82rem;
  color: var(--ink-faint);
}
.foot-note p { font-size: 0.82rem; }


.paper-head {
  background: var(--sheet-soft);
  padding: 9% 4% 6%;
  border-bottom: 1px solid var(--hairline);
}

.paper-head h1 {
  font-size: clamp(1.6rem, 0.74rem + 3.88vw, 4.236rem);
  overflow-wrap: break-word;
  hyphens: auto;
}
.paper { padding: 6% 4% 9%; }
.paper > .sheet { max-width: 46rem; }
.paper h2 { font-size: var(--fluid-step-1); margin: var(--fluid-gap-l) 0 var(--fluid-gap-s); }
.paper p, .paper li { color: var(--ink-quiet); }
.paper ul { margin: var(--fluid-gap-s) 0 var(--fluid-gap-m); }
.paper ul li { padding-left: 1.1rem; position: relative; margin-bottom: 0.4rem; }
.paper ul li::before { content: '—'; position: absolute; left: 0; color: var(--rosegold); }
