.site-bar {
  width: 100%;
  background: rgba(242, 232, 221, .92);
  backdrop-filter: saturate(140%) blur(16px);
  -webkit-backdrop-filter: saturate(140%) blur(16px);
}
.site-bar-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  height: 76px;
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 36px);
}
.header-cta {
  flex: 0 0 auto;
  display: inline-block;
  padding: 13px 26px;
  border-radius: 999px;
  background: var(--vinaccia);
  color: var(--carta);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
  text-decoration: none;
}
.header-cta:hover { background: var(--vinaccia-dark); color: var(--carta); }
.site-bar button[aria-label="Apri il menu"] span {
  display: block;
  height: 1px;
  background: var(--tabacco);
}
.site-bar button[aria-label="Apri il menu"] span:nth-child(1),
.site-bar button[aria-label="Apri il menu"] span:nth-child(2) { width: 24px; }
.site-bar button[aria-label="Apri il menu"] span:nth-child(3) { width: 16px; }

.site-menu {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: #834665;
  display: flex;
  flex-direction: column;
  padding: 28px var(--pad-x) 48px;
  color: var(--carta);
}
.site-menu-close {
  background: none;
  border: 1px solid rgba(242, 232, 221, .5);
  border-radius: 999px;
  width: 44px;
  height: 44px;
  color: var(--carta);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.site-menu nav {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.site-menu nav a {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(32px, 8vw, 44px);
  line-height: 1.1;
  color: #F2E8DD;
  text-decoration: none;
}
.site-menu-cta {
  display: block;
  text-align: center;
  padding: 18px;
  border-radius: 999px;
  background: #F2E8DD;
  color: #834665;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .04em;
  text-decoration: none;
}
@media (max-width: 1040px) {
  .header-cta { display: none; }
}

:root {
  --vinaccia: #834665;
  --vinaccia-dark: #6B3752;
  --malva: #CF9DB7;
  --malva-soft: #EBD6E0;
  --tabacco: #6A4E44;
  --ocra: #C1915B;
  --carta: #F2E8DD;
  --carta-light: #FBF6F0;
  --ink: #4A3A34;
  --wrap: 1240px;
  --pad-x: clamp(24px, 5vw, 48px);
  --pad-y: clamp(52px, 6.5vw, 88px);
  --pad-y-tight: clamp(36px, 5vw, 64px);
  --radius: clamp(22px, 3vw, 36px);
  --serif: "Cormorant Garamond", serif;
  --sans: Inter, system-ui, sans-serif;
}

.ico {
  width: 44px;
  height: 44px;
  display: block;
  flex: 0 0 auto;
  color: var(--ocra);
}
.ico-lg { width: 64px; height: 64px; }
.ico-xl { width: 80px; height: 80px; }
.ico-on-dark { color: var(--carta); opacity: .92; }

.mark-dot {
  width: 22px;
  height: auto;
  display: block;
  flex: 0 0 auto;
}

.kicker {
  margin: 0 0 16px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ocra);
  line-height: 1.4;
}
.kicker-on-dark { color: rgba(242, 232, 221, .78); }

.display {
  margin: 0;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(44px, 7.2vw, 92px);
  line-height: .96;
  letter-spacing: -.02em;
  color: var(--vinaccia);
}
.display em { font-style: italic; color: var(--malva-soft); }

.title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.14;
  color: var(--vinaccia);
}
.title-on-dark { color: var(--carta); }

.heading {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.22;
  color: var(--vinaccia);
}

.lede {
  margin: 18px 0 0;
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.38;
  color: var(--tabacco);
}
.lede-on-dark { color: rgba(242, 232, 221, .9); }

.copy {
  margin: 16px 0 0;
  font-family: var(--sans);
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 1.72;
  color: var(--ink);
  max-width: 58ch;
}
.copy-on-dark { color: rgba(242, 232, 221, .92); }

.promise-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.promise-row span {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--malva-soft);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.3;
  color: var(--vinaccia);
}

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding-left: var(--pad-x);
  padding-right: var(--pad-x);
}
.sec {
  padding-top: var(--pad-y);
  padding-bottom: var(--pad-y);
}
.sec-tight {
  padding-top: var(--pad-y-tight);
  padding-bottom: var(--pad-y-tight);
}

.photo-band {
  position: relative;
  overflow: hidden;
  color: var(--carta);
  min-height: clamp(360px, 42vw, 520px);
  display: flex;
  align-items: flex-end;
}
.photo-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--malva-soft);
  min-width: min(100%, 260px);
}
.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photo-band > img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-band .veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(75, 36, 54, .82) 0%, rgba(131, 70, 101, .55) 46%, rgba(75, 36, 54, .28) 100%);
}
.photo-band .veil-center {
  background: linear-gradient(180deg, rgba(46, 22, 34, .32) 0%, rgba(46, 22, 34, .78) 100%);
}
.photo-band .inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: var(--pad-y) var(--pad-x);
}

.orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: .62;
}
.orb-vinaccia {
  width: min(70vw, 640px);
  height: min(70vw, 640px);
  background: #834665;
  top: -18%;
  left: -12%;
}
.orb-malva {
  width: min(58vw, 520px);
  height: min(58vw, 520px);
  background: #CF9DB7;
  bottom: -22%;
  right: -8%;
  opacity: .55;
}
.orb-ocra {
  width: min(32vw, 280px);
  height: min(32vw, 280px);
  background: #C1915B;
  top: 38%;
  right: 18%;
  opacity: .38;
  filter: blur(64px);
}
.orb-carta {
  width: min(40vw, 360px);
  height: min(40vw, 360px);
  background: #F2E8DD;
  top: 10%;
  right: 8%;
  opacity: .22;
}

.mark-fill { position: relative; overflow: hidden; }
.mark-fill.wrap {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.mark-fill.wrap > *:not(.orbs) {
  width: 100%;
  max-width: var(--wrap);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--pad-x);
  padding-right: var(--pad-x);
  box-sizing: border-box;
}

.mark-bloom,
.mark-dust {
  position: relative;
  overflow: hidden;
}
.mark-bloom::after,
.mark-dust::before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.mark-bloom::after {
  width: min(48vw, 460px);
  aspect-ratio: .87;
  right: -6%;
  bottom: -22%;
  background: url("uploads/mark-outline.png") center / contain no-repeat;
  opacity: .06;
  transform: rotate(-18deg);
}
.mark-bloom-tl::after {
  right: auto;
  left: -8%;
  bottom: auto;
  top: -18%;
  transform: rotate(16deg);
}
.mark-dust::before {
  inset: 0;
  background-image:
    url("uploads/mark-outline.png"),
    url("uploads/mark-outline.png"),
    url("uploads/mark-outline.png");
  background-repeat: no-repeat;
  background-size: 180px, 92px, 64px;
  background-position: 96% 8%, 6% 78%, 72% 92%;
  opacity: .055;
  mix-blend-mode: multiply;
}
.mark-bloom-on-dark::after,
.mark-dust-on-dark::before {
  filter: brightness(0) invert(1);
  mix-blend-mode: screen;
  opacity: .08;
}

.mark-watermark {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: min(42vw, 380px);
  height: auto;
  right: -4%;
  bottom: -18%;
  opacity: .1;
  filter: brightness(0) invert(1);
  transform: rotate(-14deg);
}

.mark-photo {
  width: min(100%, 420px);
  aspect-ratio: .87;
  -webkit-mask-image: url("uploads/mark-mask.png");
  mask-image: url("uploads/mark-mask.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.mark-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.portrait-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  max-width: 420px;
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--malva-soft);
  padding: 0;
  min-height: 0;
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  filter: none;
}

.hero-split {
  position: relative;
  overflow: hidden;
  background: var(--vinaccia);
  color: var(--carta);
}
.hero-split .wash {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 76% 14%, rgba(207, 157, 183, .55), transparent 58%);
}
.hero-split-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 4vw, 56px);
  align-items: flex-end;
  padding-top: clamp(40px, 6vw, 86px);
  padding-bottom: 0;
}
.hero-split-copy {
  flex: 1 1 440px;
  min-width: min(100%, 280px);
  padding-bottom: clamp(40px, 6vw, 86px);
}
.hero-split-shot {
  flex: 1 1 320px;
  min-width: min(100%, 260px);
  margin: 0;
  align-self: flex-end;
  padding-bottom: clamp(40px, 6vw, 86px);
}
.hero-split-shot .portrait-frame {
  max-width: none;
  width: 100%;
}
.hero-split-shot figcaption {
  margin-top: 12px;
  padding-bottom: clamp(20px, 3vw, 34px);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(242, 232, 221, .65);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: var(--carta-light);
  border-radius: var(--radius);
  overflow: hidden;
}
.stat-card {
  padding: clamp(28px, 3.4vw, 44px) clamp(20px, 2.4vw, 32px) clamp(32px, 3.6vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-right: 1px solid rgba(131, 70, 101, .12);
}
.stat-card:last-child { border-right: 0; }
.stat-card .stat-n {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(52px, 6.4vw, 80px);
  line-height: .85;
  color: var(--vinaccia);
  letter-spacing: -.03em;
}
.stat-card .stat-l {
  margin: 6px 0 0;
  font-family: var(--sans);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.4;
  color: var(--tabacco);
  max-width: 14ch;
}
@media (max-width: 800px) {
  .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-card:nth-child(2) { border-right: 0; }
  .stat-card:nth-child(1),
  .stat-card:nth-child(2) { border-bottom: 1px solid rgba(131, 70, 101, .12); }
}
@media (max-width: 480px) {
  .stat-grid { grid-template-columns: 1fr; }
  .stat-card { border-right: 0; border-bottom: 1px solid rgba(131, 70, 101, .12); }
  .stat-card:last-child { border-bottom: 0; }
}

.month-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(28px, 4vw, 40px);
}
.month-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  min-height: clamp(280px, 32vw, 380px);
  display: flex;
  align-items: flex-end;
  color: var(--carta);
}
.month-panel > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.month-panel .shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(46, 22, 34, .12) 0%, rgba(46, 22, 34, .78) 100%);
}
.month-panel .body {
  position: relative;
  z-index: 1;
  padding: 24px 24px 26px;
}
.month-panel .kicker { margin: 0 0 10px; color: rgba(242, 232, 221, .78); }
.month-panel h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.18;
  color: var(--carta);
}
.month-panel p {
  margin: 10px 0 0;
  max-width: 36ch;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(242, 232, 221, .9);
}
@media (max-width: 700px) {
  .month-panels { grid-template-columns: 1fr; }
}

.story-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(28px, 4vw, 44px);
}
.story-mosaic a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.story-mosaic .pic {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--malva-soft);
}
.story-mosaic .pic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.story-mosaic .play {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(131, 70, 101, .92);
  color: var(--carta);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  padding-left: 3px;
}
.story-mosaic p {
  margin: 12px 4px 0;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.45;
  color: var(--ink);
}
@media (max-width: 800px) {
  .story-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .story-mosaic { grid-template-columns: 1fr; }
}

.quote-cloud {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
  margin-top: clamp(20px, 3vw, 32px);
  padding: 12px 0 28px;
}
.quote-card {
  margin: 0;
  padding: clamp(22px, 2.6vw, 34px) clamp(22px, 2.4vw, 32px);
  border-radius: 32px 12px 28px 16px;
  background: rgba(251, 246, 240, .94);
  backdrop-filter: blur(12px);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  line-height: 1.28;
  color: var(--tabacco);
  box-shadow: 0 16px 36px rgba(46, 22, 34, .2);
  position: relative;
}

.no-ask {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 36px);
}
@media (max-width: 800px) {
  .no-ask { grid-template-columns: 1fr; }
}
.no-ask article {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.no-ask .n {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(48px, 5.4vw, 68px);
  line-height: .9;
  color: var(--ocra);
}

.level-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 800px) {
  .level-grid { grid-template-columns: 1fr; }
}
.level-card {
  background: var(--carta-light);
  border-radius: 28px;
  padding: clamp(24px, 2.8vw, 34px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  cursor: pointer;
  border: 0;
  font: inherit;
  color: inherit;
  transition: transform .35s cubic-bezier(.22,1,.36,1), background .35s;
}
.level-card[aria-expanded="true"] { background: #fff8f1; transform: translateY(-4px); }

.soft-card {
  background: var(--carta-light);
  border-radius: 28px;
  padding: clamp(24px, 3vw, 36px);
}

.bar-track {
  display: block;
  height: clamp(22px, 2.4vw, 30px);
  background: rgba(235, 214, 224, .55);
  position: relative;
  border-radius: 999px;
  overflow: hidden;
}
.bar-fill {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  border-radius: inherit;
}

.cutout {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 22px 40px rgba(46, 22, 34, .22));
}
.hero-cut {
  position: relative;
  flex: 1 1 340px;
  min-width: min(100%, 260px);
  align-self: flex-end;
  margin: 0 -4% -clamp(0px, 2vw, 12px) 0;
  max-height: min(86vh, 760px);
}
.hero-cut img {
  width: 100%;
  height: auto;
  max-height: min(86vh, 760px);
  object-fit: contain;
  object-position: bottom center;
}

.rank-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rank-row {
  width: 100%;
  border: 0;
  background: var(--carta-light);
  border-radius: 24px;
  padding: 14px 20px 16px;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  display: grid;
  grid-template-columns: 1fr auto 4.8ch;
  grid-template-areas:
    "name count pct"
    "bar bar bar";
  column-gap: 16px;
  row-gap: 10px;
  align-items: baseline;
  transition: background .3s cubic-bezier(.22,1,.36,1), transform .3s cubic-bezier(.22,1,.36,1);
}
.rank-row:hover,
.rank-row[aria-expanded="true"] {
  background: #fff8f1;
  transform: translateY(-1px);
}
.rank-row .lab {
  grid-area: name;
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(20px, 2.1vw, 26px);
  line-height: 1.2;
  color: var(--vinaccia);
}
.rank-row .n {
  grid-area: count;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1;
  color: var(--vinaccia);
  font-variant-numeric: tabular-nums;
}
.rank-row .pct {
  grid-area: pct;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--ocra);
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.rank-row .bar {
  grid-area: bar;
  height: 7px;
  border-radius: 99px;
  background: rgba(235, 214, 224, .75);
  overflow: hidden;
}
.rank-row .bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6B3752, #A3628A 55%, #CF9DB7);
}
.cat-detail {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height .5s cubic-bezier(.22,1,.36,1), opacity .35s;
}
.cat-detail.is-open {
  max-height: 240px;
  opacity: 1;
}
.cat-detail p {
  margin: 0;
  padding: 16px 8px 4px;
  max-width: 68ch;
  font-family: var(--sans);
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 1.7;
  color: var(--ink);
}
.story-picks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 360px;
  min-width: min(100%, 260px);
}
.story-pick {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 16px 8px 8px;
  border-radius: 22px;
  background: rgba(251, 246, 240, .14);
  text-decoration: none;
  color: #F2E8DD;
  transition: background .3s;
}
.story-pick:hover { background: rgba(251, 246, 240, .24); }
.story-pick img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 16px;
  flex: 0 0 auto;
}
.story-pick p {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.25;
  color: #F2E8DD;
}
@media (max-width: 640px) {
  .rank-row {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "name name"
      "count pct"
      "bar bar";
  }
  .rank-row .pct { text-align: left; }
}

.infograph {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 16px;
}
.infograph article {
  background: var(--carta-light);
  border-radius: 28px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.infograph .n {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 4.4vw, 56px);
  line-height: .9;
  color: var(--vinaccia);
}

.cycle-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 420px;
  min-width: min(100%, 300px);
}
.cycle-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  border-radius: 28px;
  min-height: 78px;
}
.cycle-row .eta {
  margin: 0;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1;
  white-space: nowrap;
}
.cycle-row .lab {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}
.cycle-row .sub {
  margin: 4px 0 0;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.4;
  opacity: .88;
}

.otto-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.otto-col {
  border-radius: 28px;
  padding: 18px 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 220px;
}
.otto-col p.desc {
  margin: 0;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.5;
  opacity: .88;
}
.otto-col .pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
}
.otto-col .pip {
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 300;
  background: rgba(242, 232, 221, .22);
}
@media (max-width: 800px) {
  .otto-board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.pass-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.pass-card {
  background: var(--carta-light);
  border-radius: 28px;
  padding: 20px 16px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 160px;
}
.pass-card .n {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .16em;
  color: var(--ocra);
}
.pass-card p {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.2;
  color: var(--vinaccia);
}
@media (max-width: 900px) {
  .pass-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .pass-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.arrive-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.arrive-card {
  grid-column: span 2;
  border-radius: 28px;
  padding: clamp(22px, 2.6vw, 30px);
  min-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.arrive-card .n {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .16em;
  color: var(--ocra);
}
.arrive-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.18;
  color: var(--vinaccia);
}
.arrive-card p {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
}
.arrive-card.is-last {
  grid-column: 3 / span 4;
}
.arrive-card.is-last .n { color: var(--ocra); }
.arrive-card.is-last h3,
.arrive-card.is-last p { color: var(--carta); }
@media (max-width: 800px) {
  .arrive-card,
  .arrive-card.is-last { grid-column: span 3; }
}
@media (max-width: 560px) {
  .arrive-card,
  .arrive-card.is-last { grid-column: span 6; min-height: 0; }
}

.tappe {
  list-style: none;
  margin: clamp(32px, 4.5vw, 52px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px 16px;
  position: relative;
}
.tappe::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 11px;
  height: 2px;
  background: linear-gradient(90deg, #834665, #CF9DB7);
  opacity: .5;
  pointer-events: none;
}
.tappe li {
  position: relative;
  z-index: 1;
}
.tappe .mark-dot {
  background: #FBF6F0;
  padding-right: 8px;
  margin-bottom: 14px;
}
.tappe .kicker { margin: 0; }
.tappe p:last-child {
  margin: 8px 0 0;
  max-width: 14ch;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.25;
  color: var(--vinaccia);
}
@media (max-width: 800px) {
  .tappe { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .tappe::before { display: none; }
}
@media (max-width: 520px) {
  .tappe { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.cell-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
  margin-top: clamp(32px, 4.5vw, 52px);
}
.cell-facts article {
  padding: 20px 20px 22px;
  border-radius: 22px;
  background: rgba(251, 246, 240, .12);
  border: 1px solid rgba(242, 232, 221, .22);
}
.cell-facts h3 {
  margin: 12px 0 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  color: var(--carta);
}
.cell-facts p {
  margin: 8px 0 0;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  color: rgba(242, 232, 221, .88);
  max-width: 28ch;
}
@media (max-width: 720px) {
  .cell-facts { grid-template-columns: 1fr; }
}
