:root {
  --ink: #121516;
  --ink-soft: #202628;
  --paper: #f3ede2;
  --paper-light: #fbf7ef;
  --sand: #e5dac9;
  --sand-deep: #d4c4ae;
  --red: #e64639;
  --red-deep: #a82628;
  --red-dark: #651f27;
  --blue: #728f9e;
  --gold: #d9a44c;
  --violet: #8a78ab;
  --orange: #dc6d35;
  --line: rgba(18, 21, 22, 0.16);
  --line-light: rgba(243, 237, 226, 0.2);
  --display: "Fraunces", "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --body: "DM Sans", "Helvetica Neue", sans-serif;
  --mono: "IBM Plex Mono", "Courier New", monospace;
  --radius: 18px;
  --shadow: 0 22px 55px rgba(17, 18, 18, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 5% 0%, rgba(230, 70, 57, 0.16), transparent 26rem),
    var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  overflow: clip;
  background: var(--paper);
}

.heart-ten {
  color: var(--red) !important;
  font-weight: 600;
}

.maudix-score-grid__hot .heart-ten {
  color: #ffd0c7 !important;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--red);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.hero {
  position: relative;
  min-height: min(860px, 100svh);
  overflow: hidden;
  padding: 28px clamp(20px, 5.2vw, 78px) 30px;
  color: var(--paper);
  background:
    radial-gradient(circle at 79% 22%, rgba(230, 70, 57, 0.52), transparent 16rem),
    radial-gradient(circle at 11% 88%, rgba(114, 143, 158, 0.24), transparent 23rem),
    linear-gradient(133deg, #101314 0%, #171c1d 57%, #252a2a 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(243, 237, 226, 0.1) 50%, transparent 50.2%),
    linear-gradient(rgba(243, 237, 226, 0.06) 1px, transparent 1px);
  background-size: 100% 100%, 100% 86px;
  opacity: 0.26;
  content: "";
  pointer-events: none;
}

.hero::after {
  position: absolute;
  right: -10%;
  bottom: -38%;
  width: 72%;
  height: 82%;
  border: 1px solid rgba(243, 237, 226, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(243, 237, 226, 0.025), 0 0 0 84px rgba(243, 237, 226, 0.018);
  content: "";
  transform: rotate(-18deg);
  pointer-events: none;
}

.hero__noise {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.075;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.hero__orb {
  position: absolute;
  z-index: 1;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 0 7px rgba(243, 237, 226, 0.08);
  opacity: 0.6;
}

.hero__orb--one {
  top: 24%;
  left: 54%;
}

.hero__orb--two {
  right: 8%;
  bottom: 17%;
  width: 5px;
  height: 5px;
}

.topbar,
.hero__layout,
.hero__foot {
  position: relative;
  z-index: 2;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line-light);
  padding-bottom: 18px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--paper);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-decoration: none;
}

.brand__mark {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  color: var(--red);
  border: 1px solid var(--red);
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
}

.edition {
  margin-left: auto;
  color: rgba(243, 237, 226, 0.56);
}

.topbar__link {
  padding: 7px 0;
  color: var(--paper);
  text-decoration: none;
  transition: color 160ms ease;
}

.topbar__link:hover,
.topbar__link:focus-visible {
  color: var(--red);
}

.topbar__link span {
  margin-left: 5px;
  color: var(--red);
  font-size: 16px;
}

.hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.75fr);
  align-items: center;
  gap: clamp(24px, 5vw, 94px);
  min-height: 650px;
  padding: clamp(50px, 9vh, 106px) 0 clamp(35px, 7vh, 78px);
}

.eyebrow,
.mono-label {
  margin: 0;
  color: rgba(18, 21, 22, 0.57);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.eyebrow--light,
.mono-label--light {
  color: rgba(243, 237, 226, 0.55);
}

.hero__copy {
  max-width: 690px;
}

.hero h1 {
  max-width: 800px;
  margin: 20px 0 12px -0.075em;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(5.6rem, 14.5vw, 13.3rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.82;
}

.hero h1 span {
  color: var(--red);
}

.hero__subtitle {
  max-width: 440px;
  margin: 0;
  color: rgba(243, 237, 226, 0.92);
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 2.65rem);
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 1.16;
}

.hero__quote {
  margin: 43px 0 0;
  padding-left: 18px;
  color: rgba(243, 237, 226, 0.72);
  border-left: 2px solid var(--red);
  font-family: var(--display);
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 48px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 48px;
  padding: 11px 14px 11px 17px;
  border: 1px solid transparent;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: gap 180ms ease, background 180ms ease, color 180ms ease;
}

.button span {
  font-size: 20px;
  line-height: 0;
}

.button:hover,
.button:focus-visible {
  gap: 38px;
}

.button--bright {
  color: var(--ink);
  background: var(--paper);
}

.button--bright:hover,
.button--bright:focus-visible {
  color: var(--paper);
  background: var(--red);
}

.hero__meta {
  margin: 0;
  color: rgba(243, 237, 226, 0.64);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-transform: uppercase;
}

.hero__meta span {
  margin: 0 5px;
  color: var(--red);
}

.hero__totem {
  position: relative;
  display: grid;
  min-height: 540px;
  place-items: center;
}

.hero__totem::before {
  position: absolute;
  width: min(410px, 90%);
  height: min(410px, 90%);
  border: 1px solid rgba(243, 237, 226, 0.23);
  border-radius: 50%;
  content: "";
}

.hero__totem::after {
  position: absolute;
  width: 70%;
  height: 1px;
  background: rgba(243, 237, 226, 0.23);
  content: "";
  transform: rotate(-52deg);
}

.hero__card {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: clamp(190px, 26vw, 268px);
  aspect-ratio: 0.7;
  border-radius: 19px;
  box-shadow: 20px 31px 60px rgba(0, 0, 0, 0.34);
}

.hero__card--shadow {
  display: block;
  padding: 19px;
  color: var(--paper);
  background:
    linear-gradient(145deg, rgba(243, 237, 226, 0.12), transparent 32%),
    repeating-linear-gradient(45deg, transparent 0 7px, rgba(243, 237, 226, 0.09) 8px 9px),
    #222a2b;
  border: 1px solid rgba(243, 237, 226, 0.25);
  transform: translate(-56px, -4px) rotate(-12deg);
}

.hero__card--shadow::after {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(243, 237, 226, 0.26);
  border-radius: 11px;
  content: "";
}

.hero__card__corner {
  position: absolute;
  top: 15px;
  left: 18px;
  z-index: 1;
  color: var(--red);
  font-family: var(--display);
  font-size: 32px;
  font-weight: 700;
  line-height: 0.78;
}

.hero__card__corner small {
  font-family: var(--body);
  font-size: 16px;
}

.hero__card__pattern {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(243, 237, 226, 0.16);
  font-size: 125px;
}

.hero__card--main {
  z-index: 1;
  justify-content: center;
  padding: 23px;
  color: var(--red-dark);
  background:
    radial-gradient(circle at 20% 11%, rgba(230, 70, 57, 0.14), transparent 30%),
    var(--paper-light);
  border: 8px solid var(--paper-light);
  outline: 1px solid rgba(18, 21, 22, 0.26);
  transform: translate(22px, 13px) rotate(8deg);
}

.hero__card--main::before,
.hero__card--main::after {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(18, 21, 22, 0.12);
  border-radius: 10px;
  content: "";
}

.hero__card--main::after {
  inset: auto 22px 19px;
  height: 20%;
  border-width: 1px 0 0;
  border-radius: 0;
  opacity: 0.55;
}

.hero__card--main .hero__card__corner {
  top: 21px;
  left: 22px;
}

.hero__card__suit {
  position: relative;
  z-index: 1;
  margin-top: -15px;
  font-size: clamp(7rem, 13vw, 11rem);
  line-height: 0.9;
  text-align: center;
}

.hero__card__caption {
  position: relative;
  z-index: 1;
  margin: 21px 2px 0;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-align: center;
}

.hero__card__corner--bottom {
  top: auto;
  right: 22px;
  bottom: 18px;
  left: auto;
  transform: rotate(180deg);
}

.hero__seal {
  position: absolute;
  right: 0;
  bottom: 11%;
  z-index: 3;
  display: grid;
  width: 102px;
  height: 102px;
  place-content: center;
  color: var(--paper);
  background: var(--red);
  border-radius: 50%;
  box-shadow: 6px 10px 22px rgba(0, 0, 0, 0.22);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-align: center;
  transform: rotate(11deg);
}

.hero__seal span:first-child {
  margin-bottom: -6px;
  font-family: var(--display);
  font-size: 22px;
}

.hero__seal strong {
  font-size: 11px;
}

.hero__foot {
  display: flex;
  align-items: center;
  gap: 17px;
  color: rgba(243, 237, 226, 0.42);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.hero__foot-line {
  width: 72px;
  height: 1px;
  background: var(--red);
}

.quick-nav {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 48px;
  overflow-x: auto;
  padding: 0 clamp(18px, 5.2vw, 78px);
  color: var(--ink);
  background: rgba(243, 237, 226, 0.94);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 9px 20px rgba(18, 21, 22, 0.05);
  backdrop-filter: blur(12px);
  scrollbar-width: none;
}

.quick-nav::-webkit-scrollbar {
  display: none;
}

.quick-nav a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  min-height: 48px;
  padding: 0 16px;
  border-right: 1px solid var(--line);
  color: rgba(18, 21, 22, 0.67);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease;
}

.quick-nav a:first-child {
  padding-left: 0;
}

.quick-nav a:hover,
.quick-nav a:focus-visible {
  color: var(--red);
  background: rgba(230, 70, 57, 0.06);
}

.quick-nav span {
  color: var(--red);
}

.section {
  position: relative;
  padding: clamp(68px, 9vw, 134px) clamp(20px, 7.5vw, 115px);
}

.section--paper {
  color: var(--ink);
  background: var(--paper);
}

.section--sand {
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(243, 237, 226, 0.42), transparent 40%),
    var(--sand);
}

.section--ink {
  color: var(--paper);
  background:
    radial-gradient(circle at 84% 6%, rgba(230, 70, 57, 0.2), transparent 25rem),
    var(--ink);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(260px, 0.7fr);
  align-items: end;
  gap: 42px;
  margin-bottom: clamp(40px, 6vw, 76px);
}

.section-head--compact {
  margin-bottom: 42px;
}

.section-head--light .section-summary {
  color: rgba(243, 237, 226, 0.58);
}

.section h2 {
  margin: 13px 0 0 -0.045em;
  font-family: var(--display);
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.section h2 em {
  color: var(--red);
  font-weight: 400;
}

.section--ink h2 em {
  color: #f26a55;
}

.section-summary {
  max-width: 440px;
  margin: 0 0 2px auto;
  color: rgba(18, 21, 22, 0.74);
  font-size: 16px;
  line-height: 1.7;
}

.section--intro {
  background:
    linear-gradient(135deg, rgba(230, 70, 57, 0.05), transparent 42%),
    var(--paper);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: stretch;
}

.intro-story {
  max-width: 680px;
}

.intro-story__lede {
  max-width: 620px;
  margin: 0 0 24px;
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.6vw, 3.4rem);
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.intro-story p:not(.intro-story__lede) {
  max-width: 640px;
  margin: 0;
  color: rgba(18, 21, 22, 0.74);
  font-size: 16px;
  line-height: 1.75;
}

.intro-story p + p {
  margin-top: 22px;
}

.intro-story__closing {
  padding-left: 18px;
  border-left: 3px solid var(--red);
}

.intro-story__closing strong {
  color: var(--ink);
  font-weight: 600;
}

.intro-danger {
  display: grid;
  grid-template-columns: minmax(86px, 0.32fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 320px;
  padding: clamp(22px, 3vw, 34px);
  color: var(--paper);
  background: var(--ink);
  border-top: 6px solid var(--red);
  box-shadow: var(--shadow);
}

.intro-danger__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: min(100%, 112px);
  aspect-ratio: 0.7;
  min-height: 160px;
  padding: 13px;
  color: var(--red);
  background: var(--paper-light);
  border: 6px solid var(--paper-light);
  outline: 1px solid rgba(243, 237, 226, 0.35);
  box-shadow: 10px 15px 25px rgba(0, 0, 0, 0.28);
  transform: rotate(7deg);
}

.intro-danger__card::before {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(18, 21, 22, 0.14);
  content: "";
}

.intro-danger__card span,
.intro-danger__card strong {
  position: relative;
  z-index: 1;
}

.intro-danger__card span {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 700;
  line-height: 0.78;
}

.intro-danger__card small {
  font-family: var(--body);
  font-size: 15px;
}

.intro-danger__card strong {
  align-self: center;
  font-family: var(--body);
  font-size: 62px;
  font-weight: 400;
  line-height: 0.8;
}

.intro-danger h3 {
  margin: 10px 0 16px;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: -0.025em;
  line-height: 0.9;
}

.intro-danger .mono-label {
  color: rgba(243, 237, 226, 0.58);
}

.intro-danger h3 em {
  color: #f26a55;
  font-style: normal;
}

.intro-danger > div:last-child > p:last-child {
  margin: 0;
  color: rgba(243, 237, 226, 0.76);
  font-size: 14px;
  line-height: 1.65;
}

.duality-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.duality-card {
  position: relative;
  min-height: 322px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid transparent;
}

.duality-card::before {
  position: absolute;
  right: -45px;
  bottom: -80px;
  color: rgba(18, 21, 22, 0.08);
  font-family: var(--display);
  font-size: 260px;
  line-height: 0.7;
  content: "♠";
}

.duality-card--spade {
  color: var(--paper);
  background:
    linear-gradient(155deg, rgba(114, 143, 158, 0.35), transparent 55%),
    #293337;
  border-color: rgba(243, 237, 226, 0.14);
}

.duality-card--heart {
  color: var(--ink);
  background:
    linear-gradient(155deg, rgba(230, 70, 57, 0.11), transparent 55%),
    #eadbd0;
  border-color: rgba(18, 21, 22, 0.1);
}

.duality-card--heart::before {
  color: rgba(230, 70, 57, 0.12);
  content: "♥";
}

.duality-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.suit-mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 23px;
}

.duality-card--spade .suit-mark {
  color: #b8cdd6;
}

.duality-card--heart .suit-mark {
  color: var(--red);
}

.duality-card .mono-label {
  color: currentColor;
  opacity: 0.52;
}

.duality-card h3 {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 58px 0 15px;
  font-family: var(--display);
  font-size: clamp(2.3rem, 4.5vw, 4.7rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.duality-card h3 em {
  color: var(--red);
  font-style: italic;
}

.duality-card--spade h3 em {
  color: #b8cdd6;
}

.duality-card p {
  position: relative;
  z-index: 1;
  max-width: 400px;
  margin: 0;
  color: currentColor;
  opacity: 0.82;
  font-size: 15px;
  line-height: 1.65;
}

.duality-card__edge {
  position: absolute;
  right: 27px;
  bottom: 25px;
  z-index: 1;
  color: currentColor;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.13em;
  opacity: 0.52;
}

.manifesto {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: clamp(38px, 6vw, 69px);
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
}

.manifesto__symbol {
  color: var(--red);
  font-family: var(--display);
  font-size: 62px;
  line-height: 0.7;
}

.manifesto p {
  max-width: 650px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.5rem, 3.2vw, 2.8rem);
  letter-spacing: -0.015em;
  line-height: 1.1;
}

.manifesto p span {
  color: var(--red);
  font-style: italic;
}

.kit-strip {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 23px 0 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.kit-strip__item {
  display: flex;
  align-items: baseline;
  gap: 11px;
}

.kit-strip__item > span:last-child {
  color: rgba(18, 21, 22, 0.61);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.kit-strip__number {
  color: var(--red);
  font-family: var(--display);
  font-size: 2.7rem;
  line-height: 0.8;
}

.kit-strip__plus {
  color: var(--red);
  font-family: var(--display);
  font-size: 2rem;
}

.order-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 21px 0 31px;
}

.order-line__cards {
  color: rgba(18, 21, 22, 0.7);
  font-family: var(--display);
  font-size: clamp(1rem, 2vw, 1.8rem);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.order-line__cards i {
  padding: 0 4px;
  color: var(--red);
  font-family: var(--body);
  font-size: 13px;
  font-style: normal;
}

.deal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.deal-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 224px;
  padding: 19px;
  color: var(--ink);
  background: var(--paper-light);
  border: 1px solid rgba(18, 21, 22, 0.14);
  transform: rotate(-1deg);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.deal-card:nth-child(2) {
  transform: translateY(8px) rotate(1.4deg);
}

.deal-card:nth-child(3) {
  transform: rotate(-0.6deg);
}

.deal-card:nth-child(4) {
  transform: translateY(6px) rotate(1deg);
}

.deal-card:hover {
  z-index: 1;
  box-shadow: var(--shadow);
  transform: translateY(-5px) rotate(0deg);
}

.deal-card--featured {
  color: var(--paper);
  background: var(--ink);
  border-color: transparent;
}

.deal-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 38px;
}

.deal-card__content .mono-label {
  color: currentColor;
  opacity: 0.5;
}

.deal-card__content strong {
  margin: 6px 0 1px -0.06em;
  font-family: var(--display);
  font-size: clamp(3.6rem, 6vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.85;
}

.deal-card__content > span:last-child {
  color: currentColor;
  font-family: var(--mono);
  font-size: 10px;
  opacity: 0.7;
  text-transform: uppercase;
}

.deal-card__footer {
  position: relative;
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-top: 10px;
  color: currentColor;
  border-top: 1px solid currentColor;
  font-family: var(--mono);
  font-size: 9px;
  opacity: 0.7;
  text-transform: uppercase;
}

.callout {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-top: 28px;
  padding: 20px 22px;
}

.callout--danger {
  color: var(--ink);
  background: rgba(230, 70, 57, 0.12);
  border-left: 4px solid var(--red);
}

.callout--ink {
  color: var(--paper);
  background: var(--ink);
  border-left: 4px solid var(--red);
}

.callout__icon {
  flex: 0 0 auto;
  color: var(--red);
  font-family: var(--display);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.callout__icon span {
  color: var(--red);
  font-family: var(--body);
  font-size: 22px;
}

.callout__icon--small {
  font-size: 44px;
}

.callout p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.callout .mono-label {
  margin-bottom: 5px;
  color: currentColor;
  opacity: 0.52;
}

.contract-roadmap {
  display: grid;
  grid-template-columns: repeat(7, minmax(128px, 1fr));
  gap: 10px;
}

.roadmap-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 226px;
  padding: 15px;
  color: var(--ink);
  background: var(--paper);
  border-top: 5px solid var(--red);
}

.roadmap-card--blood { border-color: var(--red-deep); }
.roadmap-card--rose { border-color: #d48b92; }
.roadmap-card--gold { border-color: var(--gold); }
.roadmap-card--blue { border-color: #87aebe; }
.roadmap-card--orange { border-color: var(--orange); }
.roadmap-card--violet { border-color: var(--violet); }
.roadmap-card--final { color: var(--paper); background: var(--red-dark); border-color: #f26a55; }

.roadmap-card__top {
  display: flex;
  justify-content: space-between;
  color: rgba(18, 21, 22, 0.5);
  font-family: var(--mono);
  font-size: 10px;
}

.roadmap-card--final .roadmap-card__top {
  color: rgba(243, 237, 226, 0.62);
}

.roadmap-card h3 {
  margin: 43px 0 9px;
  max-width: 100%;
  font-family: var(--display);
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.roadmap-card p {
  min-height: 44px;
  margin: 0;
  color: rgba(18, 21, 22, 0.72);
  font-size: 13px;
  line-height: 1.55;
}

.roadmap-card--final p {
  color: rgba(243, 237, 226, 0.68);
}

.roadmap-card strong {
  margin-top: auto;
  color: var(--red);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-transform: uppercase;
}

.roadmap-card--final strong {
  color: #f5bc8a;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline::before {
  position: absolute;
  top: 27px;
  right: 11%;
  left: 11%;
  height: 1px;
  background: var(--line);
  content: "";
}

.timeline__item {
  position: relative;
  z-index: 1;
  padding-right: 15px;
}

.timeline__step {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
  border: 7px solid var(--paper);
  outline: 1px solid var(--ink);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 10px;
}

.timeline__item--pass .timeline__step {
  color: var(--paper);
  background: var(--red);
  outline-color: var(--red);
}

.timeline h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}

.timeline p {
  max-width: 360px;
  margin: 0;
  color: rgba(18, 21, 22, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.direction-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.direction-tags span {
  padding: 6px 8px;
  color: rgba(18, 21, 22, 0.67);
  background: rgba(18, 21, 22, 0.07);
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.25;
  text-transform: uppercase;
}

.direction-tags b {
  display: block;
  margin-top: 3px;
  color: var(--red);
  font-weight: 600;
}

.starter-note {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 62px;
  padding: 21px 0 0;
  border-top: 1px solid var(--line);
}

.starter-note__arrow {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  color: var(--paper);
  background: var(--red);
  border-radius: 50%;
  font-size: 21px;
}

.starter-note p {
  margin: 0;
  color: rgba(18, 21, 22, 0.65);
  font-family: var(--display);
  font-size: 1.2rem;
  line-height: 1.2;
}

.starter-note strong {
  color: var(--ink);
}

.play-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.85fr);
  gap: clamp(28px, 7vw, 98px);
  align-items: center;
}

.rule-block {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 18px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--line);
}

.rule-block + .rule-block {
  margin-top: 24px;
}

.rule-block__number {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  color: var(--red);
  border: 1px solid var(--red);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 10px;
}

.rule-block h3 {
  margin: 1px 0 7px;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
}

.rule-block p {
  margin: 0;
  color: rgba(18, 21, 22, 0.72);
  font-size: 14px;
  line-height: 1.65;
}

.rule-block--accent h3,
.rule-block--accent p strong {
  color: var(--red);
}

.trick-board {
  padding: clamp(22px, 4vw, 40px);
  color: var(--paper);
  background:
    radial-gradient(circle at 80% 15%, rgba(230, 70, 57, 0.2), transparent 12rem),
    #283033;
  border: 1px solid rgba(18, 21, 22, 0.17);
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}

.trick-board__label {
  color: rgba(243, 237, 226, 0.52);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.13em;
}

.trick-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(48px, 1fr));
  gap: 8px;
  margin: 40px 0 34px;
}

.mini-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 142px;
  padding: 9px 10px;
  color: var(--ink);
  background: var(--paper-light);
  border-radius: 7px;
  font-family: var(--display);
  font-size: 27px;
  line-height: 0.75;
  box-shadow: 4px 8px 14px rgba(0, 0, 0, 0.18);
  transform: rotate(-3deg);
}

.mini-card:nth-child(2) {
  transform: translateY(9px) rotate(2deg);
}

.mini-card:nth-child(3) {
  transform: rotate(-1deg);
}

.mini-card:nth-child(4) {
  transform: translateY(7px) rotate(3deg);
}

.mini-card b {
  align-self: center;
  font-size: 39px;
  font-weight: 400;
}

.mini-card--club b {
  color: #38484c;
}

.mini-card--spade b {
  color: #293b43;
}

.mini-card--winner {
  z-index: 1;
  color: var(--paper-light);
  background: var(--red);
  transform: translateY(-7px) rotate(-2deg) scale(1.05);
}

.mini-card--winner b {
  color: var(--paper-light);
}

.mini-card--winner i {
  position: absolute;
  right: 6px;
  bottom: 7px;
  left: 6px;
  color: rgba(243, 237, 226, 0.8);
  font-family: var(--mono);
  font-size: 7px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.trick-board__result {
  margin: 0;
  color: rgba(243, 237, 226, 0.63);
  font-size: 12px;
  line-height: 1.65;
}

.trick-board__result strong {
  color: var(--paper);
  font-family: var(--mono);
  font-size: 11px;
}

.memory-strip {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 60px;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
}

.memory-strip__icon {
  color: var(--red);
  font-family: var(--display);
  font-size: 43px;
  line-height: 0.6;
}

.memory-strip p {
  max-width: 580px;
  margin: 0;
  color: rgba(18, 21, 22, 0.63);
  font-size: 13px;
}

.memory-strip strong {
  color: var(--ink);
}

.section--jokers {
  overflow: hidden;
}

.section--jokers::before {
  position: absolute;
  right: -50px;
  bottom: -100px;
  color: rgba(243, 237, 226, 0.03);
  font-family: var(--display);
  font-size: 400px;
  line-height: 0.7;
  content: "★";
  transform: rotate(14deg);
}

.joker-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.joker-card {
  position: relative;
  min-height: 330px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid rgba(243, 237, 226, 0.16);
}

.joker-card::before {
  position: absolute;
  right: -12px;
  bottom: -77px;
  color: rgba(243, 237, 226, 0.08);
  font-family: var(--display);
  font-size: 280px;
  line-height: 0.7;
  content: "★";
}

.joker-card--pirate {
  background: #35464b;
}

.joker-card--wreck {
  background: #57242b;
}

.joker-card__header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  color: rgba(243, 237, 226, 0.53);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.13em;
}

.joker-card__symbol {
  position: relative;
  z-index: 1;
  margin-top: 45px;
  color: var(--paper);
  font-family: var(--display);
  font-size: 5rem;
  line-height: 0.65;
}

.joker-card h3 {
  position: relative;
  z-index: 1;
  margin: 18px 0 9px;
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.joker-card p {
  position: relative;
  z-index: 1;
  max-width: 310px;
  margin: 0;
  color: rgba(243, 237, 226, 0.78);
  font-size: 14px;
  line-height: 1.6;
}

.joker-card__tag {
  position: absolute;
  right: 27px;
  bottom: 25px;
  z-index: 1;
  color: var(--paper);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  opacity: 0.64;
}

.dark-note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 21px;
  padding: 20px 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.dark-note__mark {
  color: #f26a55;
  font-family: var(--display);
  font-size: 55px;
  line-height: 0.7;
}

.dark-note p {
  max-width: 610px;
  margin: 0;
  color: rgba(243, 237, 226, 0.76);
  font-size: 14px;
  line-height: 1.6;
}

.joker-clash {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 50px;
  align-items: end;
  margin-top: 74px;
}

.joker-clash h3 {
  margin: 11px 0 0 -0.04em;
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.joker-clash h3 em {
  color: #f26a55;
}

.clash-list {
  border-top: 1px solid var(--line-light);
}

.clash-list div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line-light);
  font-family: var(--mono);
  font-size: 10px;
}

.clash-list span {
  color: rgba(243, 237, 226, 0.64);
}

.clash-list strong {
  color: #f26a55;
  font-weight: 500;
  text-align: right;
}

.thief-intro {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 35px;
  align-items: center;
  max-width: 800px;
}

.jack-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  padding: 17px;
  color: var(--paper);
  background: var(--ink);
  border: 7px solid var(--paper-light);
  outline: 1px solid var(--ink);
  box-shadow: 10px 16px 24px rgba(18, 21, 22, 0.18);
  transform: rotate(-6deg);
}

.jack-card span {
  font-family: var(--display);
  font-size: 42px;
  line-height: 0.8;
}

.jack-card strong {
  align-self: center;
  color: var(--red);
  font-size: 74px;
  font-weight: 400;
  line-height: 0.8;
}

.jack-card small {
  color: rgba(243, 237, 226, 0.6);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: right;
}

.large-lede {
  margin: 0 0 3px;
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.6vw, 3.5rem);
  letter-spacing: -0.07em;
  line-height: 0.93;
}

.thief-intro__text > p:nth-child(2) {
  margin: 16px 0 0;
  color: rgba(18, 21, 22, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

.thief-warning {
  display: flex;
  gap: 11px;
  max-width: 420px;
  margin-top: 28px;
  padding: 12px 14px;
  background: rgba(230, 70, 57, 0.1);
  border-left: 3px solid var(--red);
}

.thief-warning span {
  color: var(--red);
}

.thief-warning p {
  margin: 0;
  color: rgba(18, 21, 22, 0.67);
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.5;
  text-transform: uppercase;
}

.thief-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 930px;
  margin: 76px 0 0;
  padding: 0;
  list-style: none;
}

.thief-steps li {
  padding-top: 17px;
  border-top: 2px solid var(--ink);
}

.thief-steps li:nth-child(2) {
  border-color: var(--red);
}

.thief-steps li:nth-child(3) {
  border-color: var(--blue);
}

.thief-steps li > span {
  color: var(--red);
  font-family: var(--mono);
  font-size: 10px;
}

.thief-steps h3 {
  margin: 42px 0 8px;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
}

.thief-steps p {
  margin: 0;
  color: rgba(18, 21, 22, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.contract-details {
  display: grid;
  gap: 15px;
}

.contract-detail {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper-light);
  border: 1px solid rgba(18, 21, 22, 0.13);
}

.contract-detail__rail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  padding: 18px;
  color: var(--paper);
  background: var(--ink);
}

.contract-detail__rail span {
  color: var(--red);
  font-family: var(--mono);
  font-size: 10px;
}

.contract-detail__rail i {
  font-size: 30px;
  font-style: normal;
}

.contract-detail--blood .contract-detail__rail { background: var(--red-deep); }
.contract-detail--rose .contract-detail__rail { background: #9c5966; }
.contract-detail--gold .contract-detail__rail { color: var(--ink); background: var(--gold); }
.contract-detail--blue .contract-detail__rail { background: #466976; }
.contract-detail--orange .contract-detail__rail { background: var(--orange); }
.contract-detail--violet .contract-detail__rail { background: #675181; }
.contract-detail--final .contract-detail__rail { background: var(--red-dark); }

.contract-detail__body {
  padding: clamp(24px, 4vw, 45px);
}

.contract-detail__heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.contract-detail__heading h3 {
  margin: 7px 0 0 -0.04em;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4.8vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.96;
}

.contract-detail__heading .eyebrow {
  color: rgba(18, 21, 22, 0.48);
}

.score-pill {
  flex: 0 0 auto;
  padding: 8px 10px;
  color: var(--red);
  border: 1px solid currentColor;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.score-pill small {
  font-size: 8px;
  opacity: 0.75;
}

.contract-detail__body > p {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(18, 21, 22, 0.76);
  font-size: 15px;
  line-height: 1.7;
}

.contract-total {
  padding-left: 13px;
  border-left: 3px solid var(--red);
  font-family: var(--mono);
  font-size: 11px !important;
  letter-spacing: 0.02em;
}

.contract-total strong {
  color: var(--red);
}

.contract-note {
  color: rgba(18, 21, 22, 0.66) !important;
  font-size: 13px !important;
  line-height: 1.6;
}

.contract-note--strong {
  color: var(--red) !important;
  font-weight: 600;
}

.formula {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 500px;
  margin-top: 22px;
  padding: 14px 16px;
  color: var(--paper);
  background: var(--ink);
}

.formula span {
  color: rgba(243, 237, 226, 0.52);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.formula strong {
  color: #f1bb91;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.example-box {
  max-width: 620px;
  margin-top: 22px;
  padding: 15px 17px;
  background: rgba(114, 143, 158, 0.12);
}

.example-box p {
  margin: 0;
  color: rgba(18, 21, 22, 0.72);
  font-family: var(--body);
  font-size: 12px;
  line-height: 1.55;
}

.example-box .mono-label {
  margin-bottom: 7px;
  color: var(--red);
}

.example-box__scores {
  margin-top: 8px !important;
}

.example-box__scores b {
  color: var(--red);
}

.hook-box {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  max-width: 680px;
  margin-top: 25px;
  padding: 15px 17px;
  color: var(--paper);
  background: #55466c;
}

.hook-box__icon {
  color: #efbfce;
  font-family: var(--display);
  font-size: 29px;
  line-height: 0.8;
}

.hook-box p {
  margin: 0;
  color: rgba(243, 237, 226, 0.82);
  font-size: 13px;
  line-height: 1.55;
}

.hook-box strong {
  color: #efbfce;
}

.prediction-table {
  width: min(100%, 440px);
  margin-top: 20px;
  border-collapse: collapse;
  font-family: var(--mono);
  font-size: 10px;
}

.prediction-table th,
.prediction-table td {
  padding: 9px 0;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.prediction-table th:last-child,
.prediction-table td:last-child {
  color: var(--red);
  text-align: right;
}

.prediction-table th {
  color: rgba(18, 21, 22, 0.45);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.maudix-score-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  max-width: 700px;
  margin-top: 26px;
}

.maudix-score-grid > div {
  display: flex;
  flex-direction: column;
  min-height: 100px;
  padding: 14px;
  color: var(--paper);
  background: var(--ink);
}

.maudix-score-grid__hot {
  background: var(--red) !important;
}

.maudix-score-grid strong {
  font-family: var(--display);
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.maudix-score-grid span {
  margin-top: auto;
  color: rgba(243, 237, 226, 0.62);
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.5;
  text-transform: uppercase;
}

.maudix-score-grid__hot span {
  color: rgba(243, 237, 226, 0.82);
}

.contagion {
  display: flex;
  align-items: center;
  max-width: 700px;
  margin-top: 23px;
  padding: 17px;
  background: rgba(230, 70, 57, 0.1);
  border-left: 3px solid var(--red);
}

.contagion__step {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 145px;
}

.contagion__step span {
  color: rgba(18, 21, 22, 0.46);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.contagion__step strong {
  color: var(--ink);
  font-size: 13px;
}

.contagion__step small {
  color: var(--red);
  font-family: var(--mono);
  font-size: 8px;
}

.contagion__step--hot strong {
  color: var(--red);
}

.contagion__arrow {
  padding: 0 17px;
  color: var(--red);
  font-family: var(--display);
  font-size: 26px;
}

.memo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.memo-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.memo-card {
  color: var(--paper);
  background: #242a2b;
  border: 1px solid rgba(243, 237, 226, 0.13);
}

.memo-card__heading {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 24px;
  font-family: var(--display);
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

.memo-card > p,
.memo-card > ul {
  margin: 0;
  padding: 0 24px 22px;
  color: rgba(243, 237, 226, 0.76);
  font-size: 14px;
  line-height: 1.6;
}

.memo-card > p i {
  padding: 0 4px;
  color: #f26a55;
  font-style: normal;
}

.memo-card__sequence {
  padding-bottom: 12px !important;
}

.memo-card__sequence strong {
  color: #f26a55;
}

.memo-card > ul {
  display: grid;
  gap: 8px;
  list-style: none;
}

.memo-card > ul li {
  position: relative;
}

.memo-card > ul li::before {
  position: absolute;
  top: 0;
  left: -17px;
  color: #f26a55;
  content: "•";
}

.memo-card > ul b {
  color: #f26a55;
}

.memo-contracts {
  margin-top: 46px;
}

.memo-contracts__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-light);
}

.memo-contract-row {
  display: grid;
  grid-template-columns: 38px 1fr 1.25fr 72px;
  align-items: center;
  gap: 13px;
  min-height: 48px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line-light);
  color: rgba(243, 237, 226, 0.76);
  font-family: var(--mono);
  font-size: 11px;
}

.memo-contract-row > span {
  color: #f26a55;
}

.memo-contract-row strong {
  color: var(--paper);
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.memo-contract-row em {
  color: rgba(243, 237, 226, 0.49);
  font-style: normal;
}

.memo-contract-row b {
  color: #f26a55;
  font-weight: 500;
  text-align: right;
}

.memo-contract-row--last {
  border-bottom: 0;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  gap: 30px;
  align-items: center;
  padding: 34px clamp(20px, 7.5vw, 115px) 40px;
  color: var(--paper);
  background: var(--ink);
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.footer__brand span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--red);
  border: 1px solid var(--red);
  border-radius: 50%;
}

.footer p {
  margin: 0;
  color: rgba(243, 237, 226, 0.55);
  font-family: var(--display);
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.05;
}

.footer p strong {
  color: var(--paper);
  font-weight: 500;
}

.footer__top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(243, 237, 226, 0.58);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.footer__top span {
  color: var(--red);
  font-size: 18px;
}

.heart-panel {
  display: grid;
  grid-template-columns: minmax(190px, 0.45fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: center;
  max-width: 1060px;
}

.heart-panel__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: min(100%, 250px);
  min-height: 350px;
  margin: 0 auto;
  padding: 21px;
  color: var(--red);
  background:
    radial-gradient(circle at 20% 11%, rgba(230, 70, 57, 0.14), transparent 30%),
    var(--paper-light);
  border: 8px solid var(--paper-light);
  outline: 1px solid rgba(18, 21, 22, 0.26);
  box-shadow: 16px 22px 38px rgba(18, 21, 22, 0.16);
  transform: rotate(-7deg);
}

.heart-panel__card::before {
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(18, 21, 22, 0.13);
  border-radius: 10px;
  content: "";
  pointer-events: none;
}

.heart-panel__card-corner,
.heart-panel__card-suit,
.heart-panel__card-caption,
.heart-panel__card-score {
  position: relative;
  z-index: 1;
}

.heart-panel__card-corner {
  font-family: var(--display);
  font-size: 42px;
  font-weight: 700;
  line-height: 0.78;
}

.heart-panel__card-corner small {
  font-family: var(--body);
  font-size: 21px;
}

.heart-panel__card-suit {
  align-self: center;
  font-family: var(--body);
  font-size: clamp(6rem, 10vw, 8rem);
  line-height: 0.8;
}

.heart-panel__card-caption {
  margin-top: auto;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-align: center;
}

.heart-panel__card-score {
  margin-top: 13px;
  padding-top: 10px;
  color: var(--ink);
  border-top: 1px solid rgba(18, 21, 22, 0.12);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
}

.heart-panel__rules {
  display: grid;
  gap: 24px;
}

.heart-panel__rules .rule-block + .rule-block {
  margin-top: 0;
}

.heart-panel__rules .rule-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

@media (max-width: 1080px) {
  .hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  }

  .contract-roadmap {
    grid-template-columns: repeat(4, minmax(140px, 1fr));
  }

  .roadmap-card--final {
    grid-column: span 2;
  }
}

@media (max-width: 960px) {
  .hero__layout {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
    padding-top: clamp(54px, 8vw, 84px);
    padding-bottom: 38px;
  }

  .hero__copy {
    max-width: 760px;
  }

  .hero__totem {
    width: min(100%, 500px);
    min-height: 430px;
    margin: 0 auto;
  }

  .hero__card {
    width: clamp(190px, 27vw, 235px);
  }

  .hero__seal {
    right: 0;
    bottom: 5%;
  }

  .contract-roadmap {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 17px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .contract-roadmap::-webkit-scrollbar {
    display: none;
  }

  .roadmap-card,
  .roadmap-card--final {
    flex: 0 0 clamp(175px, 24vw, 220px);
    min-height: 226px;
    scroll-snap-align: start;
  }

  .roadmap-card h3 {
    font-size: clamp(1.25rem, 2.1vw, 1.7rem);
  }

  .heart-panel {
    grid-template-columns: minmax(170px, 0.5fr) minmax(0, 1fr);
    gap: 36px;
  }

  .intro-grid {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.8fr);
    gap: 32px;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: auto;
    padding-top: 18px;
    padding-bottom: 24px;
  }

  .topbar {
    gap: 11px;
    padding-bottom: 13px;
    font-size: 9px;
  }

  .edition {
    display: none;
  }

  .topbar__link {
    margin-left: auto;
  }

  .hero__layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    min-height: auto;
    padding: 48px 0 18px;
  }

  .hero h1 {
    margin-top: 16px;
    font-size: clamp(5rem, 23vw, 8rem);
  }

  .hero__subtitle {
    max-width: 310px;
    font-size: 1.6rem;
  }

  .hero__quote {
    margin-top: 28px;
    font-size: 0.92rem;
  }

  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }

  .hero__meta {
    max-width: 240px;
    font-size: 9px;
  }

  .hero__totem {
    align-self: center;
    width: 100%;
    height: clamp(280px, 72vw, 360px);
    min-height: 0;
    margin-top: 12px;
  }

  .hero__card {
    width: clamp(150px, 42vw, 190px);
  }

  .hero__card__suit {
    font-size: clamp(6rem, 28vw, 7.2rem);
  }

  .hero__card__caption {
    margin-top: 11px;
    font-size: 8px;
  }

  .hero__card--shadow {
    transform: translate(-43px, 0) rotate(-12deg);
  }

  .hero__card--main {
    transform: translate(18px, 8px) rotate(8deg);
  }

  .hero__seal {
    right: 0;
    bottom: 1%;
    width: clamp(72px, 21vw, 88px);
    height: clamp(72px, 21vw, 88px);
    font-size: 8px;
  }

  .hero__seal strong {
    font-size: 10px;
  }

  .hero__foot {
    justify-content: space-between;
    gap: 9px;
    font-size: 8px;
  }

  .hero__foot-line {
    flex: 1;
    width: auto;
    min-width: 30px;
  }

  .quick-nav {
    min-height: 45px;
    padding: 0 18px;
  }

  .quick-nav a {
    min-height: 45px;
    padding: 0 12px;
    font-size: 9px;
  }

  .quick-nav a:first-child {
    padding-left: 0;
  }

  .section {
    padding: 69px 20px;
  }

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

  .section h2 {
    margin-top: 11px;
    font-size: clamp(3.25rem, 16vw, 5.6rem);
  }

  .section-summary {
    max-width: 440px;
    margin: 25px 0 0;
    font-size: 15px;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .intro-story p:not(.intro-story__lede) {
    font-size: 15px;
  }

  .intro-danger {
    grid-template-columns: 88px minmax(0, 1fr);
    min-height: 270px;
    gap: 22px;
  }

  .intro-danger__card {
    width: 88px;
    min-height: 132px;
    padding: 10px;
  }

  .intro-danger__card span {
    font-size: 24px;
  }

  .intro-danger__card strong {
    font-size: 50px;
  }

  .duality-grid,
  .joker-grid,
  .memo-grid {
    grid-template-columns: 1fr;
  }

  .duality-card {
    min-height: 286px;
    padding: 23px;
  }

  .duality-card h3 {
    margin-top: 48px;
    font-size: 3.1rem;
  }

  .manifesto {
    gap: 15px;
  }

  .manifesto__symbol {
    font-size: 50px;
  }

  .manifesto p {
    font-size: 1.65rem;
  }

  .kit-strip {
    flex-wrap: wrap;
    gap: 13px 18px;
  }

  .kit-strip__item > span:last-child {
    font-size: 9px;
  }

  .kit-strip__number {
    font-size: 2.2rem;
  }

  .kit-strip__plus {
    font-size: 1.4rem;
  }

  .order-line {
    display: block;
    overflow: hidden;
  }

  .order-line__cards {
    display: block;
    overflow-x: auto;
    margin-top: 12px;
    padding-bottom: 4px;
    font-size: 1.35rem;
  }

  .deal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .deal-card {
    min-height: 188px;
    padding: 15px;
  }

  .deal-card__content {
    margin-top: 29px;
  }

  .deal-card__content strong {
    font-size: 4.1rem;
  }

  .deal-card__footer {
    right: 15px;
    bottom: 14px;
    left: 15px;
    font-size: 8px;
  }

  .callout {
    align-items: flex-start;
    gap: 15px;
    padding: 16px;
  }

  .callout p {
    font-size: 13px;
  }

  .contract-roadmap {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin: 0 -20px;
    padding: 0 20px 17px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .contract-roadmap::-webkit-scrollbar {
    display: none;
  }

  .roadmap-card,
  .roadmap-card--final {
    flex: 0 0 155px;
    min-height: 205px;
    scroll-snap-align: start;
  }

  .roadmap-card h3 {
    margin-top: 34px;
    font-size: 1.7rem;
  }

  .roadmap-card p {
    font-size: 12px;
  }

  .heart-panel {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .heart-panel__card {
    width: min(100%, 190px);
    min-height: 270px;
  }

  .heart-panel__card-suit {
    font-size: 6rem;
  }

  .timeline,
  .thief-steps {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .timeline::before {
    top: 0;
    bottom: 0;
    left: 26px;
    width: 1px;
    height: auto;
    background: var(--line);
  }

  .timeline__item {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding-right: 0;
  }

  .timeline__step {
    margin-bottom: 0;
  }

  .timeline h3 {
    margin-top: 5px;
    font-size: 2.3rem;
  }

  .starter-note {
    margin-top: 47px;
  }

  .play-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .rule-block h3 {
    font-size: 1.8rem;
  }

  .trick-board {
    transform: rotate(0.6deg);
  }

  .trick-cards {
    gap: 5px;
    margin: 34px 0 26px;
  }

  .mini-card {
    min-height: 116px;
    padding: 7px;
    font-size: 21px;
  }

  .mini-card b {
    font-size: 32px;
  }

  .joker-card {
    min-height: 270px;
    padding: 22px;
  }

  .joker-card__symbol {
    margin-top: 35px;
    font-size: 4rem;
  }

  .joker-card h3 {
    font-size: 3rem;
  }

  .joker-clash {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 54px;
  }

  .thief-intro {
    grid-template-columns: 111px 1fr;
    gap: 25px;
  }

  .jack-card {
    min-height: 167px;
    padding: 11px;
    border-width: 5px;
  }

  .jack-card span {
    font-size: 32px;
  }

  .jack-card strong {
    font-size: 51px;
  }

  .jack-card small {
    font-size: 6px;
  }

  .large-lede {
    font-size: 2rem;
  }

  .thief-steps {
    gap: 22px;
    margin-top: 58px;
  }

  .thief-steps li {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 14px;
  }

  .thief-steps h3 {
    margin: 0 0 7px;
    font-size: 1.8rem;
  }

  .contract-detail {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .contract-detail__rail {
    min-height: 250px;
    padding: 13px 10px;
  }

  .contract-detail__rail i {
    font-size: 21px;
  }

  .contract-detail__body {
    padding: 22px 17px 25px;
  }

  .contract-detail__heading {
    display: block;
  }

  .contract-detail__heading h3 {
    font-size: 3rem;
  }

  .score-pill {
    display: inline-block;
    margin-top: 17px;
  }

  .contract-detail__body > p {
    margin-top: 18px;
    font-size: 13px;
  }

  .contract-total {
    font-size: 10px !important;
  }

  .formula {
    display: block;
  }

  .formula strong {
    display: block;
    margin-top: 5px;
    font-size: 1.1rem;
  }

  .maudix-score-grid {
    grid-template-columns: 1fr;
  }

  .maudix-score-grid > div {
    min-height: 80px;
  }

  .maudix-score-grid strong {
    font-size: 2.3rem;
  }

  .contagion {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  .contagion__arrow {
    padding: 0;
    line-height: 0.5;
    transform: rotate(90deg);
    transform-origin: left center;
  }

  .memo-card__heading {
    font-size: 1.3rem;
  }

  .memo-card > p,
  .memo-card > ul {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
  }

  .memo-contracts__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .memo-contract-row {
    grid-template-columns: 27px 1fr auto;
    gap: 8px;
    font-size: 10px;
  }

  .memo-contract-row em {
    grid-column: 2;
    grid-row: 2;
  }

  .memo-contract-row b {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .memo-contract-row strong {
    font-size: 1rem;
  }

  .footer {
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding-top: 28px;
    padding-bottom: 31px;
  }

  .footer p {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .footer__brand {
    grid-row: 2;
  }

  .footer__top {
    grid-row: 2;
  }
}

@media (max-width: 380px) {
  .hero__foot {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    justify-items: start;
  }

  .hero__foot-line {
    width: 72px;
  }

  .hero__foot span:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
