:root {
  --winter-night: #182234;
  --winter-blue: #31445e;
  --winter-mauve: #746d83;
  --winter-ice: #dfe7ef;
  --winter-silver: #b9c7d5;
  --winter-paper: #f6f4f1;
  --winter-accent: #b67c5a;
}

.tome-2-page {
  background: var(--winter-paper);
}

.t2-hero {
  position: relative;
  min-height: 900px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 74% 43%, rgba(226, 210, 195, .22), transparent 24%),
    linear-gradient(122deg, rgba(20, 30, 45, .99), rgba(46, 61, 82, .97) 53%, rgba(105, 91, 105, .93)),
    var(--winter-night);
}

.t2-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background:
    radial-gradient(rgba(255,255,255,.38) .55px, transparent .65px),
    linear-gradient(110deg, transparent 0 58%, rgba(255,255,255,.07));
  background-size: 7px 7px, auto;
}

.t2-aurora {
  position: absolute;
  width: 780px;
  height: 780px;
  right: -260px;
  top: 40px;
  border-radius: 50%;
  background: rgba(221, 230, 239, .12);
  filter: blur(6px);
}

.t2-hero-grid {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .52fr);
  gap: clamp(48px, 5vw, 84px);
}

.t2-hero .cover-wrap {
  width: min(100%, 340px);
}

.t2-hero .cover {
  height: auto;
  aspect-ratio: 1001 / 1571;
  object-fit: contain;
}

.t2-hero h1 em { color: #dce5ee; }

.t2-kicker { color: #d7c5bd; }
.t2-kicker-dark { color: #6b5575; }

.t2-volume {
  margin: -7px 0 23px;
  color: #ccd8e5;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-style: italic;
}

.t2-button {
  background: #9c6048;
  box-shadow: 0 14px 32px rgba(15, 23, 36, .34);
}

.t2-button:hover { background: #ad6c52; }

.t2-cover-halo {
  background: rgba(210, 222, 235, .18);
}

.t2-cover-label {
  color: #1f2c3f;
  background: #dbe5ef;
}

.t2-date-strip {
  color: #eef3f8;
  background: #202d40;
  padding: 38px 0;
}

.t2-date-strip .container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
}

.t2-date-strip span,
.t2-date-strip strong {
  font-family: var(--serif);
  font-size: 1.18rem;
}

.t2-date-strip span { color: #d9c4ba; }
.t2-date-strip strong { color: #dfe8f1; }
.t2-date-strip p { margin: 0; color: rgba(255,255,255,.67); text-align: center; }

.t2-trailer {
  color: #eef3f8;
  background:
    radial-gradient(circle at 78% 18%, rgba(180, 147, 135, .18), transparent 31%),
    linear-gradient(130deg, #182335, #2c4058 64%, #4d4655);
}

.t2-trailer-grid {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 7vw, 94px);
  align-items: center;
}

.t2-trailer-copy h2 {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: clamp(2.55rem, 4.4vw, 4.15rem);
}

.t2-trailer-copy > p:not(.kicker) {
  max-width: 590px;
  color: rgba(255,255,255,.74);
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.65;
}

.t2-trailer-copy .t2-video-note {
  margin-top: 24px;
  color: #c7d3df;
  font-family: var(--sans);
  font-size: .78rem;
  font-style: italic;
}

.t2-video-shell {
  overflow: hidden;
  border: 1px solid rgba(222,232,242,.30);
  border-radius: 8px;
  background: #0d1420;
  box-shadow: 0 34px 76px rgba(5, 12, 24, .46);
}

.t2-video-shell video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #0d1420;
}

.t2-story { background: #f7f5f1; }
.t2-decor { background: var(--winter-mauve); }

.t2-closing {
  border-left-color: var(--winter-mauve) !important;
}

.t2-spoiler-note {
  margin-top: 26px !important;
  color: #817985;
  font-size: .78rem;
  font-style: italic;
}

.t2-universe {
  background:
    linear-gradient(rgba(221,229,237,.94), rgba(221,229,237,.94)),
    var(--winter-ice);
}

.t2-section-intro {
  max-width: 720px;
  margin: -6px auto 0;
  color: #657080;
}

.t2-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.t2-feature {
  min-height: 330px;
  padding: 38px 33px;
  border: 1px solid rgba(255,255,255,.82);
  background: rgba(255,255,255,.58);
  box-shadow: 0 18px 42px rgba(30,45,66,.08);
}

.t2-feature .number {
  display: block;
  margin-bottom: 62px;
  color: #6b5575;
  font-family: var(--serif);
  font-size: 1.25rem;
}

.t2-feature p { color: #66717f; }

.t2-notify {
  color: #f6f8fb;
  background:
    radial-gradient(circle at 14% 22%, rgba(153, 117, 104, .22), transparent 29%),
    linear-gradient(126deg, #151f2f, #27384e 62%, #514758);
}

.t2-notify-grid {
  display: grid;
  grid-template-columns: minmax(210px, .45fr) minmax(0, 1.55fr);
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
}

.t2-notify-cover {
  width: min(100%, 240px);
  margin-inline: auto;
}

.t2-notify-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1001 / 1571;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 34px 75px rgba(5, 12, 24, .48);
}

.t2-notify h2 {
  max-width: 720px;
  font-size: clamp(2.5rem, 4.2vw, 4rem);
}

.t2-notify-intro {
  max-width: 680px;
  color: rgba(255,255,255,.68);
  font-family: var(--serif);
  font-size: 1.22rem;
}

.t2-newsletter-form {
  max-width: 760px;
  margin-top: 34px;
  padding: 30px;
  border: 1px solid rgba(218,230,242,.23);
  background: rgba(12,22,36,.34);
}

.t2-newsletter-form > label:first-of-type {
  display: block;
  margin-bottom: 8px;
  font-size: .76rem;
  font-weight: 700;
}

.t2-return { background: #f5f1ec; }

.t2-return-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 80px;
  align-items: center;
}

.t2-return-grid h2 { max-width: 750px; }
.t2-return-grid p:not(.kicker) { max-width: 660px; color: var(--muted); }

.t2-return-actions {
  display: grid;
  gap: 12px;
}

.t2-secondary-button {
  color: #28364a;
  border: 1px solid rgba(40,54,74,.28);
  background: transparent;
}

.t2-footer { background: #151e2c; }

@media (max-width: 900px) {
  .t2-hero { min-height: auto; }

  .t2-hero-grid { grid-template-columns: 1fr; }
  .t2-hero .cover-wrap { width: min(100%, 285px); }

  .t2-feature-grid,
  .t2-trailer-grid,
  .t2-notify-grid,
  .t2-return-grid {
    grid-template-columns: 1fr;
  }

  .t2-date-strip .container {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }

  .t2-notify-grid,
  .t2-return-grid { gap: 48px; }

  .t2-notify-cover { width: min(100%, 220px); }

  .t2-trailer-copy { text-align: center; }
  .t2-trailer-copy h2,
  .t2-trailer-copy > p:not(.kicker) { margin-inline: auto; }
}

@media (max-width: 620px) {
  .t2-feature-grid { grid-template-columns: 1fr; }
  .t2-feature { min-height: 245px; }
  .t2-feature .number { margin-bottom: 34px; }
  .t2-newsletter-form { padding: 25px 20px; }

  .t2-mobile-alert {
    background: #27384e;
  }
}
