@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;900&family=Cormorant+Garamond:wght@400;500;600;700&family=EB+Garamond:wght@400;500;600;700&family=Forum&family=Marcellus&family=Oranienbaum&display=swap");

:root {
  --hos-bg: #0d0402;
  --hos-ink: #f7efe2;
  --hos-muted: rgba(247,239,226,0.7);
  --hos-copper: #c87434;
  --hos-gold: #e8c58a;
  --hos-red: #7f210f;
  --hos-latin-display: "Cinzel", "Trajan Pro", "Times New Roman", Georgia, serif;
  --hos-cyrillic-display: "Forum", "Oranienbaum", "Cormorant Garamond", "EB Garamond", Georgia, serif;
  --hos-body: "Cormorant Garamond", "EB Garamond", Georgia, "Times New Roman", serif;
  --hos-ritual: "Forum", "Marcellus", "Oranienbaum", "Cormorant Garamond", serif;
}

html {
  scroll-behavior: smooth;
}

.hospeace-page {
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background:
    radial-gradient(900px 620px at 80% 8%, rgba(128,32,12,0.22), transparent 70%),
    radial-gradient(820px 520px at 18% 0%, rgba(196,92,35,0.12), transparent 68%),
    linear-gradient(180deg, #160603 0%, var(--hos-bg) 42%, #070302 100%);
  color: var(--hos-ink);
  font-family: var(--hos-body);
}

.hospeace-page.hospeace-reader-lock {
  position: fixed;
  top: var(--reader-page-top, 0);
  width: 100%;
  overflow: hidden;
}

.hospeace {
  width: 100%;
  overflow: hidden;
}

.hospeace-hero {
  position: relative;
  min-height: calc(100svh - 72px);
  width: 100%;
  box-sizing: border-box;
  padding-inline: max(24px, calc((100vw - 1200px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.7fr);
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(820px 560px at 77% 46%, rgba(177,61,24,0.34), transparent 74%),
    radial-gradient(640px 430px at 62% 70%, rgba(232,151,76,0.1), transparent 70%),
    radial-gradient(940px 700px at 12% 40%, rgba(104,18,7,0.3), transparent 72%),
    linear-gradient(112deg, rgba(9,2,1,0.99) 0%, rgba(17,4,2,0.97) 44%, rgba(52,13,5,0.9) 74%, rgba(92,24,9,0.78) 100%),
    #0d0402;
}

.hospeace-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5,1,1,0.78) 0%, rgba(8,2,1,0.22) 46%, transparent 78%),
    linear-gradient(120deg, transparent 0%, transparent 38%, rgba(255,220,166,0.055) 48%, transparent 60%),
    radial-gradient(900px 540px at 76% 48%, rgba(255,210,156,0.13), transparent 68%),
    radial-gradient(420px 760px at 0% 50%, rgba(0,0,0,0.48), transparent 72%),
    repeating-linear-gradient(118deg, rgba(255,242,218,0.018) 0 1px, transparent 1px 8px);
  opacity: 0.9;
}

.hospeace-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,232,194,0.07) 0 0.8px, transparent 1.4px),
    radial-gradient(circle at 68% 34%, rgba(200,116,52,0.06) 0 0.8px, transparent 1.5px),
    linear-gradient(180deg, transparent 0%, rgba(4,1,1,0.72) 100%);
  background-size: 23px 29px, 31px 37px, 100% 100%;
  opacity: 0.28;
  mix-blend-mode: screen;
}

.hospeace-hero__content {
  position: relative;
  z-index: 2;
  width: min(700px, 100%);
  margin: 0;
  padding: clamp(58px, 8vw, 120px) 0;
}

.hospeace-kicker {
  margin: 0 0 14px;
  color: var(--hos-copper);
  font-family: var(--hos-ritual);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255,159,67,0.18);
}

.hospeace-hero h1 {
  margin: 0;
  font-family: var(--hos-cyrillic-display);
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--hos-gold);
  text-shadow:
    0 1px 0 rgba(255,255,255,0.22),
    0 20px 54px rgba(0,0,0,0.82),
    0 0 28px rgba(255,210,166,0.14);
}

.hospeace-title__ru,
.hospeace-title__latin {
  display: block;
  width: max-content;
  max-width: none;
  padding-right: 0.08em;
  color: var(--hos-gold);
  background: linear-gradient(180deg, #fff2dc 0%, #d7b178 42%, #8f6a3d 76%, #fff0c8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hospeace-title__ru {
  margin: 0 0 0.12em;
  font-family: var(--hos-cyrillic-display);
  font-size: clamp(28px, 2.7vw, 40px);
  letter-spacing: 0.22em;
}

.hospeace-title__latin {
  font-family: var(--hos-latin-display);
  font-size: clamp(58px, 5.6vw, 86px);
  letter-spacing: 0.09em;
}

.hospeace-book {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 560px);
  margin: 0 auto;
  overflow: visible;
}

.hospeace-book::before {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 5%;
  z-index: -1;
  width: 74%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(196,92,35,0.36), rgba(196,92,35,0.1) 42%, transparent 72%);
  filter: blur(30px);
  opacity: 0.74;
  transform: translate3d(8%, 8%, 0) scaleX(1.18);
}

.hospeace-book__mockup {
  position: relative;
  display: block;
  width: min(100%, 355px);
  overflow: visible;
  transform: translateY(4px);
  transform-origin: 46% 55%;
  filter:
    drop-shadow(0 38px 66px rgba(0,0,0,0.72))
    drop-shadow(0 0 42px rgba(200,76,27,0.14));
  will-change: transform, filter;
  transition:
    transform 0.9s cubic-bezier(.22,.61,.36,1),
    filter 0.9s ease;
}

.hospeace-book__mockup img {
  display: block;
  width: 100%;
  height: auto;
}

.hospeace-book:hover .hospeace-book__mockup {
  transform: translateY(-7px) scale(1.012);
  filter:
    drop-shadow(0 50px 82px rgba(0,0,0,0.74))
    drop-shadow(0 0 50px rgba(200,76,27,0.2));
}

.hospeace-hero__lead {
  width: min(700px, 100%);
  margin: clamp(28px, 4vw, 42px) 0 0;
  color: rgba(245,241,234,0.8);
  font-family: var(--hos-body);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.72;
  text-shadow: 0 16px 34px rgba(0,0,0,0.86);
}

.hospeace-hero__lead em {
  color: rgba(255,246,232,0.86);
  font-style: italic;
  font-weight: 400;
}

.hospeace-release {
  width: min(640px, 100%);
  margin-top: clamp(26px, 3.5vw, 42px);
}

.hospeace-release__date {
  margin: 0;
  color: var(--hos-copper);
  font-family: var(--hos-ritual);
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hospeace-release__timer {
  display: grid;
  grid-template-columns: repeat(4, minmax(78px, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.hospeace-release__unit {
  position: relative;
  min-height: 82px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid rgba(255,210,166,0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,210,166,0.07), rgba(255,210,166,0.015)),
    rgba(9,7,7,0.52);
  box-shadow:
    0 20px 48px rgba(0,0,0,0.28),
    0 0 0 1px rgba(255,255,255,0.035) inset;
}

.hospeace-release__unit::after {
  content: "";
  position: absolute;
  inset: auto 12px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232,197,138,0.46), transparent);
}

.hospeace-release__unit strong {
  display: block;
  color: var(--hos-gold);
  font-family: var(--hos-latin-display);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-shadow:
    0 16px 34px rgba(0,0,0,0.72),
    0 0 18px rgba(255,210,166,0.14);
}

.hospeace-release__unit span {
  display: block;
  margin-top: 8px;
  color: rgba(247,239,226,0.64);
  font-family: var(--hos-ritual);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hospeace-release[data-expired="true"] .hospeace-release__timer {
  display: none;
}

.hospeace-release__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.hospeace-release__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  min-height: 50px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid rgba(255,210,166,0.72);
  border-radius: 8px;
  color: #1a1008;
  font-family: var(--hos-ritual);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  background:
    linear-gradient(180deg, #fff0c8 0%, #d8a95e 48%, #8e5d27 100%);
  box-shadow:
    0 22px 52px rgba(0,0,0,0.36),
    0 0 34px rgba(255,159,67,0.14);
  text-shadow: 0 1px 0 rgba(255,255,255,0.18);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    filter 0.24s ease;
}

.hospeace-release__cta--secondary {
  border-color: rgba(255,210,166,0.46);
  color: var(--hos-gold);
  background: rgba(9,7,7,0.48);
  box-shadow:
    0 22px 52px rgba(0,0,0,0.28),
    inset 0 0 0 1px rgba(255,255,255,0.025);
  text-shadow: 0 10px 24px rgba(0,0,0,0.72);
  backdrop-filter: blur(10px);
}

.hospeace-release__cta--secondary:hover {
  border-color: rgba(255,210,166,0.72);
  background: rgba(255,210,166,0.08);
}

.hospeace-release__cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 26px 58px rgba(0,0,0,0.42),
    0 0 42px rgba(255,159,67,0.18);
}

.hospeace-about {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(78px, 8vw, 116px) max(24px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  border-top: 1px solid rgba(255,210,166,0.12);
  border-bottom: 1px solid rgba(255,210,166,0.1);
  background:
    radial-gradient(780px 480px at 18% 16%, rgba(160,48,18,0.24), transparent 72%),
    radial-gradient(760px 480px at 82% 78%, rgba(255,159,67,0.1), transparent 72%),
    linear-gradient(90deg, rgba(9,3,2,0.96) 0%, rgba(20,5,2,0.86) 48%, rgba(10,4,3,0.98) 100%);
}

.hospeace-about::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(112deg, rgba(255,210,166,0.05), transparent 28%, transparent 74%, rgba(200,76,27,0.06)),
    repeating-linear-gradient(118deg, rgba(255,242,218,0.014) 0 1px, transparent 1px 10px),
    linear-gradient(180deg, rgba(0,0,0,0.24), transparent 52%, rgba(0,0,0,0.28));
  opacity: 0.68;
}

.hospeace-about__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 5vw, 58px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.hospeace-about__intro {
  width: min(880px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hospeace-about__intro h2 {
  margin: 0;
  color: var(--hos-gold);
  font-family: var(--hos-cyrillic-display);
  font-size: clamp(38px, 4.6vw, 68px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff4df 0%, #d8b57d 48%, #8f6a3d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 18px 46px rgba(0,0,0,0.72),
    0 0 24px rgba(255,210,166,0.12);
}

.hospeace-about__intro p:not(.hospeace-kicker) {
  max-width: 720px;
  margin: 24px auto 0;
  color: rgba(247,239,226,0.68);
  font-family: var(--hos-body);
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.58;
  text-shadow: 0 16px 34px rgba(0,0,0,0.82);
}

.hospeace-about__text {
  position: relative;
  width: min(1060px, 100%);
  margin: 0 auto;
  padding-top: clamp(28px, 4vw, 42px);
  color: rgba(247,239,226,0.82);
  font-family: var(--hos-body);
  font-size: clamp(19px, 1.75vw, 24px);
  line-height: 1.72;
  text-shadow: 0 16px 34px rgba(0,0,0,0.78);
}

.hospeace-about__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232,197,138,0.52), transparent);
  box-shadow: 0 0 22px rgba(255,159,67,0.14);
}

.hospeace-about__text p {
  margin: 0;
}

.hospeace-about__text p + p {
  margin-top: 1.05em;
}

.hospeace-disclosure {
  margin-top: 18px;
}

.hospeace-disclosure > summary {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  padding: 6px 0;
  color: var(--hos-gold);
  font-family: var(--hos-ritual);
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  list-style: none;
  cursor: pointer;
  touch-action: manipulation;
}

.hospeace-disclosure > summary::-webkit-details-marker {
  display: none;
}

.hospeace-disclosure > summary span {
  font: inherit;
}

.hospeace-disclosure > summary img {
  flex: 0 0 18px;
  filter: invert(1);
  opacity: 0.75;
}

.hospeace-disclosure > summary:focus-visible {
  outline: 1px solid var(--hos-gold);
  outline-offset: 4px;
}

.hospeace-disclosure > summary:hover {
  color: var(--hos-ink);
}

.hospeace-disclosure > summary .hospeace-disclosure__opened,
.hospeace-disclosure[open] > summary .hospeace-disclosure__closed {
  display: none;
}

.hospeace-disclosure[open] > summary .hospeace-disclosure__opened {
  display: inline;
}

.hospeace-disclosure[open] > summary img {
  transform: rotate(180deg);
}

.hospeace-disclosure__content,
.hospeace-disclosure > .hospeace-author__quote {
  margin-top: 20px;
}

.hospeace-about__line {
  color: var(--hos-gold);
  font-family: var(--hos-ritual);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.36;
  letter-spacing: 0.08em;
}

.hospeace-genres {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 120px) 0 clamp(74px, 9vw, 130px);
}

.hospeace-section-head {
  width: min(840px, 100%);
  margin: 0 auto clamp(26px, 4vw, 46px);
  text-align: center;
}

.hospeace-section-head h2 {
  margin: 0;
  font-family: var(--hos-cyrillic-display);
  color: var(--hos-gold);
  font-size: clamp(30px, 4.4vw, 64px);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff4df 0%, #d8b57d 46%, #8f6a3d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 18px 46px rgba(0,0,0,0.72),
    0 0 24px rgba(255,210,166,0.12);
}

.hospeace-triptych {
  display: flex;
  gap: 12px;
  min-height: clamp(420px, 58vw, 640px);
  padding: 12px;
  border: 1px solid rgba(255,210,166,0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,210,166,0.06), rgba(255,210,166,0.02)),
    rgba(11,11,13,0.72);
  box-shadow:
    0 42px 110px rgba(0,0,0,0.62),
    0 0 0 1px rgba(255,255,255,0.04) inset;
}

.hospeace-card {
  --base-image: url("./assets/triptych/new/antiutopia-base-retouched.webp");
  --fire-image: url("./assets/triptych/new/antiutopia-fire-retouched.webp");
  --edge: var(--hos-red);
  --edge-2: var(--hos-copper);
  --image-y: 0%;
  --image-hover-y: var(--image-y);
  --fire-y: var(--image-y);
  --fire-hover-y: var(--fire-y);
  --base-scale: 1;
  --fire-scale: 1;
  --base-hover-scale: 1.025;
  --fire-hover-scale: 1.035;
  --image-origin: center center;
  --fire-origin: var(--image-origin);
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 7px;
  background: #090a0d;
  color: var(--hos-ink);
  cursor: default;
  text-align: left;
  box-shadow: 0 24px 52px rgba(0,0,0,0.48);
  transition:
    flex-grow 0.55s cubic-bezier(.2,.8,.2,1),
    transform 0.55s cubic-bezier(.2,.8,.2,1),
    border-color 0.34s ease,
    box-shadow 0.34s ease;
}

.hospeace-card--cyber {
  --edge: #e3432f;
  --edge-2: #ff8a2d;
  --base-image: url("./assets/triptych/new/antiutopia-base-retouched.webp");
  --fire-image: url("./assets/triptych/new/antiutopia-fire-retouched.webp");
  --base-pos: 47% center;
  --fire-pos: 50% center;
  --image-y: 1.5%;
  --image-hover-y: 1%;
  --fire-y: 1%;
  --fire-hover-y: 0.5%;
  --base-scale: 1.26;
  --fire-scale: 1.1;
  --base-hover-scale: 1.3;
  --fire-hover-scale: 1.13;
  --image-origin: 50% 82%;
  --fire-origin: 50% 76%;
}

.hospeace-card--fantasy {
  --edge: #ff7a2f;
  --edge-2: #ffd2a6;
  --base-image: url("./assets/triptych/new/fantasy-base-retouched.webp");
  --fire-image: url("./assets/triptych/new/fantasy-fire-retouched.webp");
  --base-pos: center center;
  --fire-pos: center center;
  --image-y: 0%;
  --image-hover-y: 0%;
  --fire-y: 0%;
  --fire-hover-y: 0%;
}

.hospeace-card--realism {
  --edge: #d9a45b;
  --edge-2: #ffefc9;
  --base-image: url("./assets/triptych/new/realism-base-retouched.webp");
  --fire-image: url("./assets/triptych/new/realism-fire-retouched.webp");
  --base-pos: center center;
  --fire-pos: center center;
  --image-y: 0%;
  --image-hover-y: 0%;
  --fire-y: 0%;
  --fire-hover-y: 0%;
}

.hospeace-card__media,
.hospeace-card__image,
.hospeace-card__glow {
  position: absolute;
  inset: 0;
}

.hospeace-card__media {
  z-index: 0;
  overflow: hidden;
}

.hospeace-card__image {
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: var(--base-pos, center);
  transform-origin: var(--image-origin);
  transform: translateY(var(--image-y)) scale(var(--base-scale));
  transition:
    opacity 0.72s ease,
    transform 0.8s cubic-bezier(.2,.8,.2,1),
    filter 0.72s ease;
}

.hospeace-card__image--base {
  background-image:
    linear-gradient(180deg, rgba(4,5,7,0.02), rgba(4,5,7,0.62)),
    var(--base-image);
  filter: saturate(0.88) contrast(1.02) brightness(0.84);
}

.hospeace-card__image--fire {
  opacity: 0;
  background-image:
    radial-gradient(520px 420px at 50% 78%, rgba(255,132,36,0.12), transparent 62%),
    linear-gradient(180deg, rgba(61,10,5,0.03), rgba(5,5,7,0.48)),
    var(--fire-image);
  background-position: var(--fire-pos, center);
  filter: saturate(1.02) contrast(1.08) brightness(0.94);
  transform-origin: var(--fire-origin);
  transform: translateY(var(--fire-y)) scale(var(--fire-scale));
}

.hospeace-card__glow {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.1) 45%, rgba(0,0,0,0.5)),
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.0) 38%, rgba(255,225,185,0.08) 50%, rgba(255,106,42,0.06) 56%, transparent 72%);
  transform: translateX(-18%);
  transition: opacity 0.42s ease, transform 0.72s ease;
}

.hospeace-card::before,
.hospeace-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.34s ease;
}

.hospeace-card::before {
  border: 1px solid color-mix(in srgb, var(--edge-2) 74%, transparent);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 0 28px color-mix(in srgb, var(--edge) 46%, transparent),
    0 0 78px color-mix(in srgb, var(--edge-2) 22%, transparent);
}

.hospeace-card::after {
  background:
    linear-gradient(90deg, transparent, color-mix(in srgb, var(--edge-2) 26%, transparent), transparent),
    linear-gradient(180deg, color-mix(in srgb, var(--edge) 18%, transparent), transparent 28%, transparent 70%, color-mix(in srgb, var(--edge-2) 18%, transparent));
  mix-blend-mode: screen;
}

.hospeace-card__label,
.hospeace-card__copy {
  position: relative;
  z-index: 4;
  display: block;
}

.hospeace-card__label {
  position: absolute;
  left: clamp(18px, 2.4vw, 30px);
  right: clamp(18px, 2.4vw, 30px);
  bottom: clamp(20px, 2.8vw, 34px);
  color: var(--hos-gold);
  font-family: var(--hos-cyrillic-display);
  font-size: clamp(20px, 2.6vw, 34px);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.08;
  text-transform: uppercase;
  text-shadow:
    0 14px 30px rgba(0,0,0,0.8),
    0 0 22px color-mix(in srgb, var(--edge-2) 30%, transparent);
  transition: transform 0.44s ease, bottom 0.44s ease;
}

.hospeace-card__copy {
  position: absolute;
  left: clamp(18px, 2.4vw, 30px);
  right: clamp(18px, 2.4vw, 30px);
  bottom: clamp(22px, 2.8vw, 34px);
  display: flex;
  flex-wrap: wrap;
  gap: 0.28em 0.6em;
  align-items: baseline;
  color: rgba(255,246,232,0.84);
  font-family: var(--hos-ritual);
  font-size: clamp(13px, 1.05vw, 15px);
  letter-spacing: 0.07em;
  line-height: 1.56;
  opacity: 0;
  transform: translateY(16px);
  text-shadow: 0 12px 26px rgba(0,0,0,0.88);
  transition: opacity 0.34s ease, transform 0.44s ease;
}

.hospeace-card__copy span {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

.hospeace-card__copy span:not(:last-child)::after {
  content: "•";
  margin-left: 0.6em;
  color: color-mix(in srgb, var(--edge-2) 74%, rgba(255,246,232,0.58));
}

.hospeace-triptych:hover .hospeace-card__image--fire {
  opacity: 0.18;
}

.hospeace-card:hover {
  flex-grow: 1.48;
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--edge-2) 58%, transparent);
  box-shadow:
    0 34px 76px rgba(0,0,0,0.58),
    0 0 42px color-mix(in srgb, var(--edge) 30%, transparent);
}

.hospeace-card:hover .hospeace-card__image--base {
  opacity: 0.46;
  transform: translateY(var(--image-hover-y)) scale(var(--base-hover-scale));
  filter: saturate(0.82) contrast(1.02) brightness(0.76);
}

.hospeace-card:hover .hospeace-card__image--fire {
  opacity: 0.82;
  transform: translateY(var(--fire-hover-y)) scale(var(--fire-hover-scale));
}

.hospeace-card:hover .hospeace-card__glow {
  opacity: 0.42;
  transform: translateX(0);
}

.hospeace-card:hover::before {
  opacity: 0.9;
}

.hospeace-card:hover::after {
  opacity: 0.22;
}

.hospeace-card:hover .hospeace-card__label {
  bottom: clamp(126px, 10vw, 158px);
  transform: translateY(0);
}

.hospeace-card:hover .hospeace-card__copy {
  opacity: 1;
  transform: translateY(0);
}

.hospeace-quotes {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 100px;
}

.hospeace-quotes__list {
  display: grid;
  gap: 48px;
  padding: 20px 0 36px;
}

.hospeace-quote {
  width: fit-content;
  max-width: 78%;
  margin-left: 5%;
  justify-self: start;
}

.hospeace-quote:nth-child(even) {
  margin: 0 3% 0 0;
  justify-self: end;
}

.hospeace-quote:nth-child(3n) {
  margin-left: 13%;
}

.hospeace-quote__toggle {
  display: block;
  width: 100%;
  min-height: 72px;
  padding: 12px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ddc59d;
  text-align: left;
  touch-action: manipulation;
  transition: opacity 180ms ease, color 240ms ease, text-shadow 240ms ease;
}

.hospeace-quote.is-enhanced .hospeace-quote__toggle {
  cursor: pointer;
}

.hospeace-quote__toggle:focus-visible,
.hospeace-quote__close:focus-visible {
  outline: 1px solid #f7efe2;
  outline-offset: 6px;
}

.hospeace-quote__lead {
  font-family: var(--hos-cyrillic-display);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hospeace-quote.is-open .hospeace-quote__toggle {
  opacity: 0;
}

.hospeace-quotes > .hospeace-section-head {
  transition: opacity 220ms ease;
}

.hospeace-quotes.has-open > .hospeace-section-head,
.hospeace-quotes.has-open .hospeace-quote:not(.is-open) .hospeace-quote__toggle {
  opacity: 0.25;
}

.hospeace-quote__body {
  margin: 20px 0 0;
  padding: 28px;
  border: 1px solid rgba(247,239,226,0.6);
  border-radius: 4px;
  background: #191716;
  color: #eee6d9;
}

.hospeace-quote__body.is-enhanced {
  position: fixed;
  inset: auto;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: min(700px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  max-height: calc(100svh - 32px);
  box-sizing: border-box;
  margin: 0;
  padding: 10px 30px 30px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.97);
  transform-origin: var(--quote-origin, center);
  clip-path: inset(var(--quote-inset, 40% 10% 40% 10%) round 4px);
  box-shadow: 0 0 0 1px rgba(247,239,226,0.08), 0 0 28px rgba(242,225,192,0.12), 0 22px 64px rgba(0,0,0,0.6);
  transition: opacity 220ms ease, transform 360ms cubic-bezier(.2,.7,.25,1), clip-path 360ms cubic-bezier(.2,.7,.25,1);
}

.hospeace-quote__body[hidden] {
  display: none;
}

.hospeace-quote__body::backdrop {
  background: transparent;
  pointer-events: none;
}

.hospeace-quote__body.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  clip-path: inset(-80px round 4px);
}

.hospeace-quote__close {
  display: none;
  flex: 0 0 44px;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 -18px 0 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
}

.hospeace-quote__body.is-enhanced .hospeace-quote__close {
  display: flex;
}

.hospeace-quote__close img {
  filter: invert(1);
  opacity: 0.72;
}

.hospeace-quote__close:hover {
  background: rgba(247,239,226,0.08);
}

.hospeace-quote__text {
  min-height: 0;
  margin: 0;
  padding: 0 4px;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #817362 transparent;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hospeace-quote__text:focus-visible {
  outline: 1px solid rgba(247,239,226,0.5);
  outline-offset: 2px;
}

.hospeace-quote__text p {
  font: inherit;
  margin: 0;
}

@media (max-width: 860px) {
  .hospeace-quotes {
    width: calc(100% - 32px);
    padding-bottom: 72px;
  }

  .hospeace-quotes__list {
    gap: 32px;
    padding-bottom: 20px;
  }

  .hospeace-quote {
    max-width: 86%;
    margin-left: 0;
  }

  .hospeace-quote:nth-child(even) {
    margin-right: 0;
  }

  .hospeace-quote:nth-child(3n) {
    margin-left: 4%;
  }

  .hospeace-quote__lead {
    font-size: 28px;
  }
}

@media (max-width: 520px) {
  .hospeace-release__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 10px;
  }

  .hospeace-release__cta {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 9px 10px;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .hospeace-quote__lead {
    font-size: 26px;
  }

  .hospeace-quote__body.is-enhanced {
    width: calc(100% - 32px);
    padding: 8px 18px 22px;
  }

  .hospeace-quote__close {
    margin-right: -8px;
  }

  .hospeace-quote__text {
    font-size: 18px;
    line-height: 1.65;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hospeace-quotes > .hospeace-section-head,
  .hospeace-quote__toggle,
  .hospeace-quote__body.is-enhanced {
    transition: none;
    transform: none;
  }
}

.hospeace-author {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: clamp(72px, 8vw, 118px) max(24px, calc((100vw - 1180px) / 2));
  box-sizing: border-box;
  text-align: left;
  border-top: 1px solid rgba(255,210,166,0.12);
  border-bottom: 1px solid rgba(255,210,166,0.1);
  background:
    radial-gradient(760px 420px at 18% 50%, rgba(128,32,12,0.28), transparent 72%),
    radial-gradient(620px 380px at 82% 48%, rgba(255,159,67,0.1), transparent 72%),
    linear-gradient(90deg, rgba(14,4,2,0.96) 0%, rgba(24,7,3,0.78) 48%, rgba(10,4,3,0.96) 100%);
}

.hospeace-author::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(760px 260px at 50% 0%, rgba(232,197,138,0.08), transparent 70%),
    linear-gradient(112deg, rgba(255,210,166,0.045), transparent 24%, transparent 74%, rgba(200,76,27,0.055)),
    repeating-linear-gradient(118deg, rgba(255,242,218,0.016) 0 1px, transparent 1px 9px),
    linear-gradient(180deg, rgba(0,0,0,0.18), transparent 48%, rgba(0,0,0,0.2));
  opacity: 0.66;
}

.hospeace-author__content {
  position: relative;
  z-index: 1;
  display: block;
  width: min(1180px, 100%);
  margin: 0 auto;
  align-items: center;
}

.hospeace-author__content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  height: 1px;
  background: linear-gradient(90deg, rgba(232,197,138,0.42), transparent 72%);
}

.hospeace-author__content h2 {
  margin: 0;
  font-family: var(--hos-cyrillic-display);
  font-size: 52px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--hos-gold);
  background: linear-gradient(180deg, #fff4df 0%, #d8b57d 48%, #8f6a3d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 18px 46px rgba(0,0,0,0.72),
    0 0 24px rgba(255,210,166,0.12);
}

.hospeace-author__alias {
  margin: 14px 0 0;
  color: var(--hos-copper);
  font-family: var(--hos-latin-display);
  font-size: clamp(17px, 1.8vw, 25px);
  letter-spacing: 0.3em;
  line-height: 1;
  text-transform: uppercase;
}

.hospeace-author__text {
  max-width: none;
  margin: 36px 0 0;
  color: rgba(245,241,234,0.82);
  font-family: var(--hos-body);
  font-size: 23px;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: left;
  text-shadow: 0 16px 34px rgba(0,0,0,0.82);
}

.hospeace-author__text p {
  margin: 0 0 1em;
}

.hospeace-author__text *,
.hospeace-reader__meta *,
.hospeace-reader__text * {
  font-family: inherit;
}

.hospeace-author__text p:last-child {
  margin-bottom: 0;
}

.hospeace-author__quote {
  margin: 32px 0 0;
  padding: 4px 0 4px 26px;
  border-left: 1px solid rgba(232,197,138,0.45);
  color: #dfd2bf;
}

.hospeace-reader {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 120px) 0 clamp(78px, 9vw, 126px);
}

.hospeace-chapters {
  border-top: 1px solid rgba(255,210,166,0.24);
}

.hospeace-chapter {
  border-bottom: 1px solid rgba(255,210,166,0.24);
  scroll-margin-top: 96px;
}

.hospeace-chapter summary {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto 24px;
  align-items: center;
  gap: 18px;
  min-height: 74px;
  padding: 14px 8px;
  list-style: none;
  cursor: pointer;
}

.hospeace-chapter summary::-webkit-details-marker {
  display: none;
}

.hospeace-chapter summary::after {
  content: "+";
  grid-column: 4;
  color: var(--hos-gold);
  font: 400 26px/1 Arial, sans-serif;
  text-align: center;
}

.hospeace-chapter[open] summary::after {
  content: "\2212";
}

.hospeace-chapter summary span,
.hospeace-chapter summary small {
  color: var(--hos-muted);
  font: 13px/1.35 Arial, sans-serif;
}

.hospeace-chapter summary strong {
  min-width: 0;
  color: var(--hos-ink);
  font: 600 20px/1.3 Arial, sans-serif;
  overflow-wrap: anywhere;
}

.hospeace-chapter summary:focus-visible {
  outline: 2px solid var(--hos-gold);
  outline-offset: -2px;
}

.hospeace-chapter .hospeace-reader__frame {
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  .hospeace-chapter summary {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 4px 12px;
    min-height: 82px;
    padding: 14px 4px;
  }

  .hospeace-chapter summary span,
  .hospeace-chapter summary strong,
  .hospeace-chapter summary small {
    grid-column: 1;
  }

  .hospeace-chapter summary::after {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
  }

}

.hospeace-reader__frame {
  --reader-size: 20px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,210,166,0.24);
  border-radius: 8px;
  color: #e6e2da;
  background: #18191a;
  color-scheme: dark;
}

.hospeace-reader__bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  gap: 12px;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255,210,166,0.14);
  background: #141516;
}

.hospeace-reader__meta {
  display: grid;
  gap: 4px;
  min-width: 0;
  color: var(--hos-muted);
  font-family: var(--hos-ritual);
  letter-spacing: 0;
}

.hospeace-reader__meta span {
  font-size: 12px;
  color: var(--hos-copper);
}

.hospeace-reader__meta strong {
  overflow: hidden;
  color: var(--hos-gold);
  font-size: 22px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hospeace-reader__tools {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  gap: 8px;
}

.hospeace-reader__tools button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid rgba(255,210,166,0.24);
  border-radius: 4px;
  padding: 0;
  color: var(--hos-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  letter-spacing: 0;
  background: #202122;
  cursor: pointer;
  touch-action: manipulation;
}

.hospeace-reader__tools button:hover:not(:disabled) {
  border-color: rgba(255,210,166,0.42);
  background: #2b2c2d;
}

.hospeace-reader__tools button:disabled {
  opacity: 0.35;
  cursor: default;
}

.hospeace-reader__tools button:focus-visible,
.hospeace-reader__text:focus-visible {
  outline: 2px solid var(--hos-gold);
  outline-offset: -3px;
}

.hospeace-reader__tools img {
  filter: invert(1);
  opacity: 0.85;
}

.hospeace-reader__tools [hidden] {
  display: none;
}

.hospeace-reader__text {
  position: relative;
  z-index: 1;
  height: min(66svh, 680px);
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #e6e2da;
  font-family: Georgia, "Times New Roman", serif;
  font-size: var(--reader-size);
  line-height: 1.75;
  letter-spacing: 0;
  text-align: left;
  text-shadow: none;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-anchor: none;
  scrollbar-gutter: stable both-edges;
  scrollbar-color: rgba(255,210,166,0.38) rgba(255,255,255,0.04);
}

.hospeace-reader__prose {
  max-width: 64ch;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 40px 32px 56px;
}

.hospeace-reader__text p {
  margin: 0 0 0.85em;
}

.hospeace-reader__text p:last-child {
  margin-bottom: 0;
}

.hospeace-reader__notice {
  margin: 0 0 28px;
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(232,197,138,0.22);
  color: #c2beb6;
  font-size: max(16px, 0.9em);
  line-height: 1.65;
}

.hospeace-reader__text .hospeace-reader__scene-break {
  margin: 2em 0;
  text-align: center;
  color: var(--hos-gold);
}

.hospeace-reader__footer {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
  padding: 12px 24px;
  border-top: 1px solid rgba(255,210,166,0.14);
  background: #141516;
  color: #b7b4ad;
  font: 12px/1.4 system-ui, sans-serif;
  letter-spacing: 0;
}

.hospeace-reader__footer progress {
  appearance: none;
  flex: 1;
  min-width: 0;
  height: 2px;
  border: 0;
  background: #383838;
  color: var(--hos-gold);
}

.hospeace-reader__footer progress::-webkit-progress-bar {
  background: #383838;
}

.hospeace-reader__footer progress::-webkit-progress-value {
  background: var(--hos-gold);
}

.hospeace-reader__footer progress::-moz-progress-bar {
  background: var(--hos-gold);
}

.hospeace-reader__footer output {
  width: 4ch;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.hospeace-reader__dialog {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100vh;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: #18191a;
  overscroll-behavior: none;
}

.hospeace-reader__dialog::backdrop {
  background: #18191a;
}

.hospeace-reader__frame:fullscreen,
.hospeace-reader__frame.hospeace-reader__frame--expanded {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border: 0;
  border-radius: 0;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.hospeace-reader__frame:fullscreen .hospeace-reader__text,
.hospeace-reader__frame.hospeace-reader__frame--expanded .hospeace-reader__text {
  flex: 1;
  height: auto;
}

@media (max-width: 600px) {
  .hospeace-reader__bar {
    align-items: flex-start;
    padding: 14px 16px;
  }

  .hospeace-reader__meta {
    flex: 1 1 160px;
  }

  .hospeace-reader__meta strong {
    font-size: 19px;
    white-space: normal;
  }
}

.hospeace-buy {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 clamp(92px, 11vw, 150px);
  scroll-margin-top: 96px;
}

.hospeace-buy__inner {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,210,166,0.24);
  border-radius: 8px;
  padding: clamp(34px, 6vw, 72px);
  text-align: center;
  background:
    radial-gradient(740px 360px at 50% 0%, rgba(255,159,67,0.12), transparent 72%),
    linear-gradient(180deg, rgba(255,210,166,0.06), rgba(255,210,166,0.02)),
    rgba(10,10,12,0.78);
  box-shadow:
    0 42px 110px rgba(0,0,0,0.62),
    0 0 0 1px rgba(255,255,255,0.04) inset;
}

.hospeace-buy__inner::before,
.hospeace-buy__inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hospeace-buy__inner::before {
  inset: 14px;
  border: 1px solid rgba(255,210,166,0.12);
}

.hospeace-buy__inner::after {
  left: 50%;
  bottom: 0;
  width: min(520px, 78%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255,210,166,0.56), transparent);
}

.hospeace-buy h2 {
  max-width: 940px;
  margin: 0 auto;
  font-family: var(--hos-cyrillic-display);
  font-size: clamp(34px, 5vw, 70px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hos-gold);
  background: linear-gradient(180deg, #fff4df 0%, #d8b57d 48%, #8f6a3d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 18px 46px rgba(0,0,0,0.72),
    0 0 24px rgba(255,210,166,0.12);
}

.hospeace-buy__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: clamp(28px, 4vw, 42px) auto 0;
}

.hospeace-buy__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 230px);
  min-height: 54px;
  border: 1px solid rgba(255,210,166,0.32);
  border-radius: 8px;
  padding: 0 24px;
  color: var(--hos-gold);
  font-family: var(--hos-ritual);
  font-size: 15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255,210,166,0.08), rgba(255,210,166,0.02)),
    rgba(9,10,12,0.82);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.38),
    0 0 0 1px rgba(255,255,255,0.04) inset;
  cursor: pointer;
  opacity: 1;
  transition: transform 0.22s ease, border-color 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
}

.hospeace-buy__button--primary {
  color: #1a1008;
  border-color: rgba(255,210,166,0.72);
  background:
    linear-gradient(180deg, #fff0c8 0%, #d8a95e 48%, #8e5d27 100%);
  text-shadow: 0 1px 0 rgba(255,255,255,0.18);
}

.hospeace-buy__button:disabled {
  opacity: 1;
}

.hospeace-buy__button:hover,
.hospeace-buy__button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255,210,166,0.72);
  filter: brightness(1.06);
  box-shadow: 0 22px 48px rgba(0,0,0,0.46), 0 0 30px rgba(255,159,67,0.12);
}

.hospeace-waitlist,
.hospeace-waitlist__success {
  position: relative;
  z-index: 1;
  width: min(100%, 610px);
  margin: 34px auto 0;
}

.hospeace-waitlist[hidden],
.hospeace-waitlist__success[hidden],
.hospeace-buy__button[hidden] {
  display: none;
}

.hospeace-waitlist {
  display: grid;
  gap: 18px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,210,166,0.18);
  text-align: left;
}

.hospeace-waitlist__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.hospeace-waitlist__field {
  display: grid;
  gap: 9px;
  color: rgba(247,239,226,0.7);
  font-family: var(--hos-ritual);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hospeace-waitlist__field input {
  width: 100%;
  min-height: 54px;
  box-sizing: border-box;
  border: 1px solid rgba(255,210,166,0.28);
  border-radius: 8px;
  padding: 14px 16px;
  outline: none;
  color: #fff4df;
  background: rgba(5,4,4,0.62);
  font: 500 16px/1.3 Arial, sans-serif;
  letter-spacing: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hospeace-waitlist__field input:focus {
  border-color: rgba(255,224,176,0.7);
  background: rgba(5,4,4,0.82);
  box-shadow: 0 0 0 3px rgba(255,210,166,0.1), 0 0 34px rgba(255,159,67,0.1);
}

.hospeace-waitlist__consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: rgba(247,239,226,0.7);
  font: 500 14px/1.5 Arial, sans-serif;
  letter-spacing: 0;
}

.hospeace-waitlist__consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #c8863e;
}

.hospeace-waitlist__consent a {
  color: #f4c987;
  text-underline-offset: 3px;
}

.hospeace-waitlist__submit {
  justify-self: start;
  min-width: 190px;
  min-height: 52px;
  border: 1px solid rgba(255,210,166,0.7);
  border-radius: 8px;
  padding: 0 24px;
  color: #1a1008;
  font-family: var(--hos-ritual);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff0c8 0%, #d8a95e 48%, #8e5d27 100%);
  cursor: pointer;
}

.hospeace-waitlist__submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.hospeace-waitlist__status {
  min-height: 22px;
  margin: 0;
  color: rgba(247,239,226,0.68);
  font: 600 14px/1.5 Arial, sans-serif;
  letter-spacing: 0;
}

.hospeace-waitlist__status.is-error {
  color: #ffb58c;
}

.hospeace-waitlist__success {
  display: grid;
  gap: 8px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,210,166,0.18);
  color: rgba(247,239,226,0.7);
  font: 500 16px/1.5 Arial, sans-serif;
  letter-spacing: 0;
}

.hospeace-waitlist__success strong {
  color: var(--hos-gold);
  font-family: var(--hos-cyrillic-display);
  font-size: 28px;
  font-weight: 400;
}

.hospeace-purchase {
  border-top: 1px solid rgba(255,210,166,0.12);
  padding: 64px 24px 76px;
  background: #0b0908;
}

.hospeace-purchase__inner {
  width: min(900px, 100%);
  margin: 0 auto;
}

.hospeace-purchase h2 {
  margin: 10px 0 20px;
}

.hospeace-purchase__description {
  margin: 0 0 26px;
  color: var(--hos-ink);
  font: 400 22px/1.4 var(--hos-body);
}

.hospeace-purchase__facts {
  margin: 0;
  border-top: 1px solid rgba(255,210,166,0.2);
  font: 16px/1.45 Arial, sans-serif;
}

.hospeace-purchase__facts div {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 2fr);
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,210,166,0.16);
}

.hospeace-purchase__facts dt {
  color: var(--hos-muted);
}

.hospeace-purchase__facts dd {
  margin: 0;
  color: var(--hos-ink);
}

.hospeace-purchase__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hospeace-purchase__button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: min(100%, 310px);
  min-height: 62px;
  border: 1px solid rgba(255,210,166,0.48);
  border-radius: 8px;
  padding: 10px 18px;
  background: #423023;
  color: #fff0d7;
  font: 600 17px/1.2 Arial, sans-serif;
  letter-spacing: 0;
  text-align: center;
  cursor: not-allowed;
  text-decoration: none;
  pointer-events: none;
}

.hospeace-purchase__button.is-ready {
  border-color: rgba(255,210,166,0.78);
  background: linear-gradient(180deg, #ca783a, #9f421f);
  color: #160804;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 12px 34px rgba(92, 28, 8, 0.34);
}

.hospeace-purchase__button.is-ready:hover {
  background: linear-gradient(180deg, #e39650, #b95527);
}

.hospeace-purchase__button small {
  color: rgba(255,240,215,0.78);
  font: 13px/1.3 Arial, sans-serif;
  letter-spacing: 0;
}

.hospeace-purchase__contact {
  margin: 20px 0 0;
  color: var(--hos-muted);
  font: 15px/1.55 Arial, sans-serif;
}

.hospeace-purchase a,
.hospeace-seller a {
  color: var(--hos-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hospeace-purchase a.hospeace-purchase__button {
  text-decoration: none;
}

.hospeace-purchase a.hospeace-purchase__button--litres {
  border-color: #f36a35;
  background: #e85f2b;
  color: #190904;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 12px 34px rgba(114, 38, 12, 0.28);
}

.hospeace-purchase a.hospeace-purchase__button--litres:hover {
  border-color: #ff966c;
  background: #f47543;
}

.hospeace-purchase a.hospeace-purchase__button--litres small {
  color: rgba(25, 9, 4, 0.76);
}

.hospeace-page .hospeace-seller {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 18px;
  color: rgba(246, 239, 225, 0.72);
  font: 13px/1.5 Arial, sans-serif;
  text-align: center;
}

.hospeace-page .hospeace-seller strong {
  flex-basis: 100%;
  color: var(--hos-ink);
  font-weight: 600;
}

@media (max-width: 560px) {
  .hospeace-purchase {
    padding: 48px 16px 58px;
  }

  .hospeace-purchase__facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hospeace-purchase__button {
    width: 100%;
  }

  .hospeace-page .hospeace-seller {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}

.hospeace-music {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(76px, 8vw, 118px) max(24px, calc((100vw - 1180px) / 2)) clamp(88px, 9vw, 136px);
  overflow: hidden;
  border-top: 1px solid rgba(255,210,166,0.12);
  background:
    radial-gradient(860px 520px at 16% 8%, rgba(128,32,12,0.28), transparent 70%),
    radial-gradient(760px 460px at 86% 70%, rgba(232,151,76,0.1), transparent 72%),
    linear-gradient(180deg, rgba(8,3,2,0.98), rgba(16,5,3,0.94) 52%, rgba(5,2,1,0.98));
}

.hospeace-music::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0%, rgba(255,210,166,0.045) 34%, transparent 56%),
    repeating-linear-gradient(118deg, rgba(255,242,218,0.012) 0 1px, transparent 1px 10px),
    radial-gradient(circle at 50% 0%, rgba(255,210,166,0.055), transparent 42%);
  opacity: 0.76;
}

.hospeace-music__head,
.hospeace-music__grid {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin-inline: auto;
}

.hospeace-music__head {
  text-align: center;
}

.hospeace-music__head h2 {
  margin: 0;
  color: var(--hos-gold);
  font-family: var(--hos-cyrillic-display);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff4df 0%, #d8b57d 48%, #8f6a3d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 18px 46px rgba(0,0,0,0.72),
    0 0 24px rgba(255,210,166,0.12);
}

.hospeace-music__head p:not(.hospeace-kicker) {
  width: min(760px, 100%);
  margin: 24px auto 0;
  color: rgba(247,239,226,0.68);
  font-family: var(--hos-body);
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.6;
  text-shadow: 0 16px 34px rgba(0,0,0,0.82);
}

.hospeace-music__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(34px, 5vw, 58px);
}

.hospeace-music__group {
  --music-peek: 148px;
  --music-full: 1200px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,210,166,0.18);
  border-radius: 8px;
  padding: clamp(24px, 3.4vw, 38px) clamp(24px, 3.4vw, 38px) calc(clamp(24px, 3.4vw, 38px) + 54px);
  background:
    linear-gradient(180deg, rgba(255,210,166,0.055), rgba(255,210,166,0.018)),
    rgba(9,9,11,0.68);
  box-shadow:
    0 32px 84px rgba(0,0,0,0.48),
    0 0 0 1px rgba(255,255,255,0.035) inset;
}

.hospeace-music__group::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232,197,138,0.5), transparent);
}

.hospeace-music__group--wide {
  --music-peek: 252px;
  --music-full: 2200px;
  grid-column: 1 / -1;
}

.hospeace-music__group h3 {
  margin: 0 0 22px;
  color: var(--hos-copper);
  font-family: var(--hos-ritual);
  font-size: clamp(16px, 1.65vw, 22px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hospeace-music__list-wrap {
  position: relative;
  max-height: var(--music-peek);
  overflow: hidden;
  transition: max-height 0.62s cubic-bezier(.22,.61,.36,1);
}

.hospeace-music__group.is-open .hospeace-music__list-wrap {
  max-height: var(--music-full);
}

.hospeace-music__list-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 76px;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent, rgba(11,8,7,0.78) 64%, rgba(11,8,7,0.98));
  opacity: 1;
  transition: opacity 0.28s ease;
}

.hospeace-music__group.is-open .hospeace-music__list-wrap::after {
  opacity: 0;
}

.hospeace-music__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(247,239,226,0.78);
  font-family: var(--hos-body);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.36;
}

.hospeace-music__list--columns {
  display: block;
  columns: 3 220px;
  column-gap: clamp(24px, 4vw, 54px);
}

.hospeace-music__list li {
  position: relative;
  break-inside: avoid;
  padding: 8px 0 9px 18px;
  border-bottom: 1px solid rgba(255,210,166,0.08);
  overflow-wrap: anywhere;
}

.hospeace-music__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.08em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--hos-gold) 72%, transparent);
  box-shadow: 0 0 14px rgba(255,210,166,0.18);
}

.hospeace-music__toggle {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,210,166,0.32);
  border-radius: 50%;
  padding: 0;
  color: var(--hos-gold);
  background:
    linear-gradient(180deg, rgba(255,210,166,0.08), rgba(255,210,166,0.02)),
    rgba(9,9,11,0.82);
  box-shadow:
    0 16px 34px rgba(0,0,0,0.42),
    0 0 0 1px rgba(255,255,255,0.04) inset;
  transform: translateX(-50%);
  cursor: pointer;
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.hospeace-music__toggle::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.28s ease;
}

.hospeace-music__toggle:hover {
  border-color: rgba(255,210,166,0.54);
  box-shadow:
    0 20px 42px rgba(0,0,0,0.48),
    0 0 26px rgba(255,159,67,0.14);
}

.hospeace-music__group.is-open .hospeace-music__toggle {
  transform: translateX(-50%) translateY(-2px);
}

.hospeace-music__group.is-open .hospeace-music__toggle::before {
  transform: translateY(2px) rotate(225deg);
}

/* The heading remains a stable hover target while only its lettering moves. */
.hospeace .hospeace-heading {
  background: none;
}

.hospeace-heading__surface {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  font: inherit;
  letter-spacing: inherit;
  text-shadow: inherit;
  color: var(--hos-gold);
  background: linear-gradient(180deg, #fff4df 0%, #d8b57d 48%, #8f6a3d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transform-origin: center;
}

.hospeace-title > .hospeace-heading__surface {
  background: none;
}

@media (hover: hover) and (pointer: fine) and (min-width: 861px) {
  .hospeace-heading__surface {
    transition:
      transform 460ms cubic-bezier(.2,.7,.25,1),
      filter 460ms ease,
      text-shadow 460ms ease;
  }

  .hospeace-heading__surface::before,
  .hospeace-heading__surface::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 12px;
    pointer-events: none;
    border-color: rgba(232,197,138,0.64);
    border-style: solid;
    opacity: 0;
    transition: opacity 380ms ease, transform 460ms cubic-bezier(.2,.7,.25,1);
  }

  .hospeace-heading__surface::before {
    top: -8px;
    left: -12px;
    border-width: 1px 0 0 1px;
    transform: translate(5px, 3px);
  }

  .hospeace-heading__surface::after {
    right: -12px;
    bottom: -7px;
    border-width: 0 1px 1px 0;
    transform: translate(-5px, -3px);
  }

  .hospeace-heading:hover > .hospeace-heading__surface {
    transform: translateY(-3px) scale(1.012);
    filter: brightness(1.12);
    text-shadow:
      0 1px 0 rgba(255,246,224,0.2),
      0 0 18px rgba(232,197,138,0.22),
      0 8px 26px rgba(0,0,0,0.5);
  }

  .hospeace-heading:hover > .hospeace-heading__surface::before,
  .hospeace-heading:hover > .hospeace-heading__surface::after {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hospeace-heading__surface,
  .hospeace-heading:hover > .hospeace-heading__surface,
  .hospeace-heading__surface::before,
  .hospeace-heading__surface::after {
    transition: none;
    transform: none;
  }

  .hospeace-book__mockup,
  .hospeace-card,
  .hospeace-card__image,
  .hospeace-card__glow,
  .hospeace-card__label,
  .hospeace-card__copy,
  .hospeace-card::before,
  .hospeace-card::after,
  .hospeace-music__list-wrap,
  .hospeace-music__list-wrap::after,
  .hospeace-music__toggle,
  .hospeace-music__toggle::before {
    transition: none;
  }
}

@media (max-width: 860px) {
  .hospeace-hero {
    min-height: auto;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 14px 0;
    background-position: 58% center;
  }

  .hospeace-hero__content {
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 0 0 42px;
    text-align: center;
    order: 2;
  }

  .hospeace-book {
    order: 1;
    width: min(420px, 86vw);
    margin: 0 auto;
  }

  .hospeace-book:hover .hospeace-book__mockup {
    transform: none;
  }

  .hospeace-hero__lead {
    margin-inline: auto;
    font-size: 16px;
    line-height: 1.62;
  }

  .hospeace-title__ru,
  .hospeace-title__latin {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    padding-right: 0;
    text-align: center;
  }

  .hospeace-title__ru {
    margin-bottom: 0.14em;
  }

  .hospeace-about {
    padding: 64px 14px 72px;
  }

  .hospeace-about__layout {
    width: min(100%, 720px);
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hospeace-about__intro {
    position: relative;
    top: auto;
    text-align: center;
  }

  .hospeace-about__intro p:not(.hospeace-kicker) {
    margin-inline: auto;
  }

  .hospeace-about__text {
    font-size: 18px;
    line-height: 1.66;
    text-align: left;
  }

  .hospeace-about__text::before {
    width: 100%;
  }

  .hospeace-genres {
    width: min(100% - 28px, 1180px);
    padding-top: 64px;
  }

  .hospeace-author {
    width: 100%;
    padding: 64px 14px 78px;
  }

  .hospeace-author__content {
    width: min(100%, 720px);
    margin: 0 auto;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hospeace-author__content::before {
    left: 50%;
    right: auto;
    width: min(320px, 100%);
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(232,197,138,0.42), transparent);
  }

  .hospeace-author__text {
    max-width: none;
    margin: 24px auto 0;
    text-align: left;
    font-size: 20px;
  }

  .hospeace-buy {
    width: min(100% - 28px, 1180px);
    padding-bottom: 84px;
  }

  .hospeace-reader {
    width: min(100% - 28px, 1180px);
    padding-top: 64px;
  }

  .hospeace-buy__inner {
    padding: 34px 18px;
  }

  .hospeace-buy__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 360px);
  }

  .hospeace-music {
    padding: 64px 14px 78px;
  }

  .hospeace-music__grid {
    width: min(100%, 720px);
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hospeace-music__group--wide {
    --music-peek: 238px;
    grid-column: auto;
  }

  .hospeace-music__list--columns {
    columns: 2 220px;
    column-gap: 28px;
  }

  .hospeace-triptych {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 12px;
  }

  .hospeace-card,
  .hospeace-card:hover,
  .hospeace-card:active {
    flex: none;
    min-height: 360px;
    transform: none;
  }

  .hospeace-card__label {
    bottom: 24px;
  }

  .hospeace-card:hover .hospeace-card__label {
    bottom: 24px;
  }

  .hospeace-card__copy {
    bottom: 24px;
    max-height: 60px;
    opacity: 0;
    transform: translateY(16px);
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: 0.04em;
    overflow: hidden;
  }

  .hospeace-card__copy span {
    white-space: nowrap;
  }
}

@media (hover: none), (pointer: coarse), (max-width: 860px) {
  .hospeace-card {
    cursor: pointer;
    touch-action: manipulation;
  }

  .hospeace-triptych:hover .hospeace-card__image--fire,
  .hospeace-card:hover .hospeace-card__image--fire {
    opacity: 0;
  }

  .hospeace-card:hover {
    flex-grow: 1;
    transform: none;
    border-color: rgba(255,255,255,0.09);
    box-shadow: 0 24px 52px rgba(0,0,0,0.48);
  }

  .hospeace-card:hover .hospeace-card__image--base {
    opacity: 1;
    transform: translateY(var(--image-y)) scale(var(--base-scale));
    filter: saturate(0.88) contrast(1.02) brightness(0.84);
  }

  .hospeace-card:hover .hospeace-card__glow,
  .hospeace-card:hover::before,
  .hospeace-card:hover::after {
    opacity: 0;
  }

  .hospeace-card:hover .hospeace-card__copy {
    opacity: 0;
    transform: translateY(16px);
  }

  .hospeace-card.is-active {
    border-color: color-mix(in srgb, var(--edge-2) 58%, transparent);
    box-shadow:
      0 30px 66px rgba(0,0,0,0.58),
      0 0 38px color-mix(in srgb, var(--edge) 30%, transparent);
  }

  .hospeace-card.is-active .hospeace-card__image--base {
    opacity: 0.46;
    transform: translateY(var(--image-hover-y)) scale(var(--base-hover-scale));
    filter: saturate(0.82) contrast(1.02) brightness(0.76);
  }

  .hospeace-card.is-active .hospeace-card__image--fire {
    opacity: 0.82;
    transform: translateY(var(--fire-hover-y)) scale(var(--fire-hover-scale));
  }

  .hospeace-card.is-active .hospeace-card__glow {
    opacity: 0.42;
    transform: translateX(0);
  }

  .hospeace-card.is-active::before {
    opacity: 0.9;
  }

  .hospeace-card.is-active::after {
    opacity: 0.22;
  }

  .hospeace-card.is-active .hospeace-card__label {
    bottom: 104px;
  }

  .hospeace-card.is-active .hospeace-card__copy {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 520px) {
  .hospeace-hero__content {
    width: min(100%, 720px);
    padding: 0 0 34px;
  }

  .hospeace-hero h1 {
    font-size: clamp(36px, 11vw, 50px);
    letter-spacing: 0;
  }

  .hospeace-title__ru {
    font-size: clamp(30px, 8.8vw, 38px);
    letter-spacing: 0.09em;
  }

  .hospeace-title__latin {
    width: auto;
    max-width: 100%;
    padding-right: 0;
    font-size: clamp(42px, 12vw, 52px);
    letter-spacing: 0.02em;
  }

  .hospeace-book {
    width: min(86vw, 340px);
  }

  .hospeace-release__timer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hospeace-release__unit {
    min-height: 74px;
    padding: 12px;
  }

  .hospeace-release__cta {
    width: 100%;
    min-width: 0;
  }

  .hospeace-section-head {
    text-align: left;
  }

  .hospeace-section-head h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .hospeace-about__intro {
    text-align: left;
  }

  .hospeace-about__intro h2 {
    font-size: clamp(30px, 10vw, 42px);
    line-height: 1.08;
    letter-spacing: 0.07em;
  }

  .hospeace-about__intro p:not(.hospeace-kicker) {
    margin-inline: 0;
    font-size: 17px;
    line-height: 1.56;
  }

  .hospeace-about__text {
    font-size: 17px;
  }

  .hospeace-about__line {
    font-size: 19px;
    letter-spacing: 0.05em;
  }

  .hospeace-about__text::before {
    left: 0;
    transform: none;
  }

  .hospeace-triptych {
    padding: 8px;
  }

  .hospeace-card,
  .hospeace-card:hover,
  .hospeace-card:active {
    min-height: 320px;
  }

  .hospeace-card__label {
    bottom: 24px;
    font-size: 20px;
    letter-spacing: 0.04em;
  }

  .hospeace-card__copy {
    bottom: 22px;
    max-height: 58px;
    font-size: 11px;
    line-height: 1.38;
    letter-spacing: 0.025em;
  }

  .hospeace-author__content h2 {
    font-size: 34px;
    letter-spacing: 0;
  }

  .hospeace-author__text {
    font-size: 19px;
  }

  .hospeace-author__quote {
    padding-left: 16px;
  }

  .hospeace-author__alias {
    font-size: 17px;
    letter-spacing: 0.24em;
  }

  .hospeace-buy h2 {
    font-size: clamp(30px, 9.5vw, 42px);
    letter-spacing: 0.06em;
  }

  .hospeace-buy__button {
    min-width: 0;
    width: 100%;
    min-height: 52px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .hospeace-waitlist,
  .hospeace-waitlist__success {
    margin-top: 28px;
  }

  .hospeace-waitlist {
    padding-top: 26px;
  }

  .hospeace-waitlist__submit {
    width: 100%;
  }

  .hospeace-music__head {
    text-align: left;
  }

  .hospeace-music__head h2 {
    font-size: clamp(30px, 9.5vw, 42px);
    line-height: 1.08;
    letter-spacing: 0.06em;
  }

  .hospeace-music__head p:not(.hospeace-kicker) {
    margin-inline: 0;
    font-size: 17px;
    line-height: 1.56;
  }

  .hospeace-music__group {
    --music-peek: 156px;
    padding: 24px 18px 78px;
  }

  .hospeace-music__group--wide {
    --music-peek: 218px;
  }

  .hospeace-music__group h3 {
    font-size: 15px;
    letter-spacing: 0.09em;
  }

  .hospeace-music__list,
  .hospeace-music__list--columns {
    columns: auto;
    font-size: 17px;
  }

  .hospeace-reader__text {
    --reader-size: 18px;
    line-height: 1.72;
    scrollbar-gutter: auto;
  }

  .hospeace-reader__prose {
    padding: 28px 20px 40px;
  }

  .hospeace-reader__bar {
    gap: 8px;
    padding: 12px;
  }

  .hospeace-reader__tools {
    gap: 6px;
  }

  .hospeace-reader__footer {
    gap: 12px;
    padding: 12px 16px;
  }
}

.hospeace-page .footer {
  margin-top: auto;
  padding: 38px 0 44px;
  background: #050607;
  backdrop-filter: none;
}

.hospeace-page .footer .footer-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px;
}

.hospeace-page .footer .socials {
  gap: 12px;
}

.hospeace-page .footer .socials a {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  margin: 0;
  padding: 7px;
  border-color: rgba(242, 199, 131, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: none;
  backdrop-filter: none;
}

.hospeace-page .footer .socials img {
  width: 22px;
  height: 22px;
}

.hospeace-page .footer-privacy {
  color: rgba(242, 199, 131, 0.74);
  border-bottom: 1px solid rgba(242, 199, 131, 0.42);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.hospeace-page .footer .copyright {
  position: static;
  margin: 0;
  color: rgba(246, 239, 225, 0.44);
  font-size: 13px;
}
