/*
 * Textile landing — clone-home style hero (Thunder + orange conic load + multi photo wipe)
 */

@font-face {
  font-family: 'Thunder';
  src: url('/sero-assets/fonts/Thunder-BoldLC.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thunder';
  src: url('/sero-assets/fonts/Thunder-ExtraBoldLC.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thunder';
  src: url('/sero-assets/fonts/Thunder-BlackLC.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.journal-designer-hero.textile-hero {
  min-height: calc(100dvh - 90px);
  background: #ffffff;
}

.journal-designer-hero.textile-hero .hero-bg-custom,
.journal-v8-1 .journal-designer-hero.textile-hero .hero-bg-custom {
  position: absolute;
  inset: 0;
  z-index: auto;
  overflow: hidden;
  background: #ffffff;
}

.journal-designer-hero.textile-hero .hero-overlay,
.journal-v8-1 .journal-designer-hero.textile-hero .hero-overlay,
.journal-designer-hero.textile-hero .v4-hero-center,
.journal-v8-1 .journal-designer-hero.textile-hero .v4-hero-center,
.journal-designer-hero.textile-hero .v4-hero-bottom,
.journal-designer-hero.textile-hero .journal-hero-glass-nav,
.journal-v8-1 .journal-designer-hero.textile-hero .v4-hero-bottom,
.journal-v8-1 .journal-designer-hero.textile-hero .journal-hero-glass-nav {
  display: none !important;
}

.journal-designer-hero.textile-hero .v4-hero-layout,
.journal-v8-1 .journal-designer-hero.textile-hero .v4-hero-layout {
  position: relative;
  z-index: 5;
  pointer-events: none;
  min-height: 100%;
}

.journal-designer-hero.textile-hero .v4-hero-layout .v4-hero-top,
.journal-v8-1 .journal-designer-hero.textile-hero .v4-hero-layout .v4-hero-top {
  pointer-events: auto;
}

/* —— Stage —— */
.textile-hero-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #ffffff;
  color: #1d1d1b;
  font-family: var(--font-headline);
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.textile-hero-stage.is-loading { cursor: default; }

.textile-hero-stage__preload {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.textile-hero-stage__stack {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #ffffff;
}

.textile-hero-stage__card {
  position: absolute;
  inset: 0;
  will-change: transform;
  backface-visibility: hidden;
}

.textile-hero-stage__card > img,
.textile-hero-stage__ghost,
.textile-hero-stage__reveal img,
.textile-hero-stage__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
  pointer-events: none;
}

.textile-hero-stage__card--video {
  background: #ffffff;
}

.textile-hero-stage__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 118%;
  object-position: 50% 8%;
  transform: translateY(-7%);
}

.textile-hero-stage__ghost {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  filter: grayscale(0.2);
}

.textile-hero-stage__orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(62vmin, 540px);
  height: min(62vmin, 540px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.textile-hero-stage__orbit-photo {
  position: absolute;
  inset: 18px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  will-change: mask-image, -webkit-mask-image;
}

.textile-hero-stage__orbit-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

.textile-hero-stage__orange-wash {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 106, 0, 0.16), transparent 62%),
    linear-gradient(180deg, transparent 40%, rgba(255, 106, 0, 0.12) 100%);
  mix-blend-mode: soft-light;
}

/* Loader */
.textile-hero-stage__loader {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.textile-hero-stage__loader-left {
  position: absolute;
  left: calc((100% - var(--v81-content-width, min(1388px, 100% - 160px))) / 2);
  top: calc(clamp(5.5rem, 11vh, 8rem) - 20px + clamp(0px, 2vh, 4px));
  display: flex;
  align-items: flex-end;
  gap: 12px;
  color: #1d1d1b;
}

.textile-hero-stage__loader-word {
  font-family: var(--font-headline);
  font-size: clamp(2.2rem, 4.8vw, 4.4rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.textile-hero-stage__loader-dots {
  display: flex;
  gap: 5px;
  margin-bottom: 0.55em;
}

.textile-hero-stage__loader-dots i {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #1d1d1b;
  animation: textile-loader-dot 0.9s ease-in-out infinite;
}

.textile-hero-stage__loader-dots i:nth-child(2) { animation-delay: 0.12s; opacity: 0.7; }
.textile-hero-stage__loader-dots i:nth-child(3) { animation-delay: 0.24s; opacity: 0.45; }

@keyframes textile-loader-dot {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.textile-hero-stage__loader-right {
  position: absolute;
  right: calc((100% - var(--v81-content-width, min(1388px, 100% - 160px))) / 2);
  top: 42%;
  transform: translateY(-50%);
}

.textile-hero-stage__loader-pct {
  display: block;
  font-family: var(--font-headline);
  color: #ff6a00;
  font-size: clamp(3.6rem, 7.6vw, 7.6rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.045em;
  font-variant-numeric: tabular-nums;
}

.textile-hero-stage__loader-ring {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(62vmin, 540px);
  height: min(62vmin, 540px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.92;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 14px), #000 calc(100% - 13px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 14px), #000 calc(100% - 13px));
}

/* Copy */
.textile-hero-stage__copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-rows: 1fr auto;
  padding:
    calc(clamp(5.5rem, 11vh, 8rem) - 20px)
    calc((100% - var(--v81-content-width, min(1388px, 100% - 160px))) / 2)
    max(28px, env(safe-area-inset-bottom, 0px));
  overflow: visible;
  pointer-events: none;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.textile-hero-stage__copy[data-visible='1'] {
  opacity: 1;
  transform: translateY(0);
}

.textile-hero-stage__seo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.textile-hero-stage__titles {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 32px);
  align-items: start;
  width: 100%;
  overflow: visible;
  padding-top: clamp(0px, 2vh, 4px);
}

.journal-v8-1 .textile-hero-stage__title-left,
.journal-v8-1 .textile-hero-stage__title-right,
.textile-hero-stage__title-left,
.textile-hero-stage__title-right {
  margin: 0;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  padding: 0 0 0.12em;
  font-family: var(--font-headline);
  color: #17151f;
  font-size: clamp(56px, 4.9vw, 84px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.045em;
  text-transform: none;
  white-space: nowrap;
}

.textile-hero-stage__title-left .textile-hero-stage__shine,
.textile-hero-stage__title-right .textile-hero-stage__shine {
  padding: 0;
}

.textile-hero-stage__title-left {
  text-align: left;
}

.textile-hero-stage__title-right {
  text-align: right;
  justify-self: end;
}

.textile-hero-stage--caps .textile-hero-stage__titles {
  gap: clamp(18px, 2.2vw, 36px);
}

.journal-v8-1 .textile-hero-stage--caps .textile-hero-stage__title-left,
.journal-v8-1 .textile-hero-stage--caps .textile-hero-stage__title-right,
.textile-hero-stage--caps .textile-hero-stage__title-left,
.textile-hero-stage--caps .textile-hero-stage__title-right {
  padding-bottom: 0.2em;
  font-size: clamp(48px, 4.2vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.textile-hero-stage--caps .textile-hero-stage__shine {
  padding: 0.04em 0 0.16em;
}

.textile-hero-stage__shine {
  display: inline-block;
  overflow: visible;
  padding: 0.06em 0 0.2em;
  background: linear-gradient(100deg, #6b2fff 0%, #8858ff 34%, #ff6a00 72%, #ff8a2a 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: v4-shiny-text 3s linear infinite;
}

.textile-hero-stage__phrase-wrap {
  align-self: end;
  justify-self: center;
  min-height: 0;
  max-width: none;
  width: 100%;
  margin-bottom: 0;
  overflow: visible;
  text-align: center;
}

.journal-v8-1 .textile-hero-stage__phrase,
.textile-hero-stage__phrase {
  margin: 0;
  overflow: visible;
  padding: 0.04em 0.08em 0.18em;
  font-family: var(--font-headline);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.045em;
  text-align: center;
}

.textile-hero-stage__phrase.textile-hero-stage__shine {
  display: inline-block;
}

.journal-designer-hero.textile-hero .journal-hero-sound-toggle,
.journal-v8-1 .journal-designer-hero.textile-hero .journal-hero-sound-toggle {
  z-index: 8;
}



.journal-v8-1 .event-merch-page--textile .textile-quiz {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: #ffffff;
  color: var(--event-ink);
  scroll-margin-top: 90px;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz::before {
  content: none;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__shell {
  position: relative;
  z-index: 1;
  display: grid;
  box-sizing: border-box;
  width: var(--v81-content-width);
  max-width: none;
  margin: 0 auto;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: clamp(78px, 7vw, 118px);
  align-items: start;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__copy {
  position: sticky;
  top: 112px;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 8px;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__kicker {
  display: grid;
  max-width: 270px;
  grid-template-columns: 8px 1fr;
  gap: 14px;
  align-items: start;
  margin: 0 0 42px;
  color: rgba(31, 31, 31, 0.48);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1.55;
  text-transform: uppercase;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__kicker::before {
  width: 8px;
  height: 8px;
  margin-top: 4px;
  border-radius: 50%;
  background: #7046ff;
  box-shadow: 0 0 32px rgba(112, 70, 255, 0.55);
  content: "";
}

.journal-v8-1 .event-merch-page--textile .textile-quiz h2 {
  max-width: 310px;
  margin: 0;
  color: var(--event-ink);
  font-family: var(--font-headline);
  font-size: clamp(34px, 4.8vw, 54px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__copy p {
  max-width: 310px;
  margin: 42px 0 0;
  padding-top: 26px;
  border-top: 1px solid rgba(31, 31, 31, 0.16);
  color: rgba(29, 29, 27, 0.62);
  font-size: 18px;
  line-height: 1.52;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__panel {
  display: none;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__workspace {
  display: block;
  width: min(100%, 860px);
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(112, 70, 255, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(31, 31, 31, 0.08);
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__progress small,
.journal-v8-1 .event-merch-page--textile .textile-quiz__result-grid small {
  display: block;
  color: #7046ff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__card {
  min-height: 560px;
  padding: clamp(22px, 2.5vw, 34px);
  background:
    linear-gradient(135deg, rgba(112, 70, 255, 0.06), rgba(255, 138, 42, 0.045) 42%, rgba(255, 255, 255, 0) 70%),
    #ffffff;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__card::before {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(112, 70, 255, 0.045);
  content: "ПОДБОР";
  font-family: var(--font-headline);
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__card > * {
  position: relative;
  z-index: 1;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__progress {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__track {
  overflow: hidden;
  height: 9px;
  border-radius: 999px;
  background: rgba(112, 70, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(112, 70, 255, 0.05);
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7046ff, #ff8a2a);
  transition: width 220ms ease;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__question {
  max-width: 560px;
  margin: 0 0 22px;
  color: rgba(29, 29, 27, 0.9);
  font-family: var(--font-body);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.16;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__options {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__options button {
  position: relative;
  width: 100%;
  min-height: 68px;
  padding: 15px 18px 15px 50px;
  border: 1px solid rgba(31, 31, 31, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--event-ink);
  cursor: pointer;
  font: inherit;
  letter-spacing: 0;
  line-height: 1.28;
  text-align: left;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__options button::before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(112, 70, 255, 0.24);
  box-shadow: 0 0 0 6px rgba(112, 70, 255, 0.06);
  content: "";
  transform: translateY(-50%);
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__options button span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: rgba(29, 29, 27, 0.88);
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__options button small {
  display: block;
  margin-top: 5px;
  color: rgba(29, 29, 27, 0.52);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__options button:hover,
.journal-v8-1 .event-merch-page--textile .textile-quiz__options button:focus-visible {
  border-color: rgba(112, 70, 255, 0.22);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(31, 31, 31, 0.06);
  outline: none;
  transform: none;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__options button.is-selected {
  border-color: rgba(112, 70, 255, 0.28);
  background:
    linear-gradient(90deg, rgba(112, 70, 255, 0.08), rgba(255, 138, 42, 0.06)),
    #ffffff;
  color: var(--event-ink);
  box-shadow: 0 10px 24px rgba(112, 70, 255, 0.1);
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__options button.is-selected span {
  color: rgba(29, 29, 27, 0.92);
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__options button.is-selected::before {
  background: #ff8a2a;
  box-shadow: 0 0 0 6px rgba(255, 138, 42, 0.12);
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__options button.is-selected small {
  color: rgba(29, 29, 27, 0.58);
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__nav {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__nav button,
.journal-v8-1 .event-merch-page--textile .textile-quiz__actions button {
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(31, 31, 31, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: var(--event-ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__nav button:disabled {
  cursor: default;
  opacity: 0.42;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__result {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__result-lead,
.journal-v8-1 .event-merch-page--textile .textile-quiz__result p {
  margin: 0;
  color: rgba(29, 29, 27, 0.66);
  font-size: 16px;
  line-height: 1.52;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__result-lead {
  max-width: 760px;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__result-grid > div {
  padding: 18px;
  border: 1px solid rgba(31, 31, 31, 0.1);
  border-radius: 8px;
  background: rgba(250, 250, 252, 0.72);
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__result-grid small {
  margin-bottom: 12px;
  color: rgba(112, 70, 255, 0.78);
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__result-grid ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__result-grid li {
  position: relative;
  padding-left: 17px;
  color: rgba(29, 29, 27, 0.7);
  font-size: 15px;
  line-height: 1.42;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__result-grid li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7046ff;
  content: "";
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__result-note {
  border-left: 3px solid #7046ff;
  background: rgba(112, 70, 255, 0.06);
  padding: 13px 16px;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__contact {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(112, 70, 255, 0.16);
  border-radius: 8px;
  background: #ffffff;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__contact-heading {
  display: grid;
  gap: 8px;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__contact-heading p,
.journal-v8-1 .event-merch-page--textile .textile-quiz__channels legend,
.journal-v8-1 .event-merch-page--textile .textile-quiz__field > span {
  display: block;
  color: #7046ff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__contact-heading span {
  max-width: 640px;
  color: rgba(29, 29, 27, 0.64);
  font-size: 16px;
  line-height: 1.45;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__channels {
  display: grid;
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__channels legend {
  padding: 0;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__channel {
  display: grid;
  min-width: 0;
  gap: 6px;
  place-items: center;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: rgba(29, 29, 27, 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  line-height: 1.1;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__channel[data-active="true"] {
  background: transparent;
  color: var(--event-ink);
  box-shadow: none;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__channel-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--channel-color);
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__channel[data-channel="phone"] {
  --channel-color: #2e9f58;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__channel[data-channel="max"] {
  --channel-color: #3182f6;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__channel[data-channel="telegram"] {
  --channel-color: #21a7df;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__channel[data-channel="email"] {
  --channel-color: #f47b20;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__channel[data-active="true"] .textile-quiz__channel-icon {
  transform: translateY(-1px) scale(1.08);
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__field {
  display: grid;
  gap: 9px;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__field input {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(112, 70, 255, 0.26);
  border-radius: 8px;
  background: #ffffff;
  color: var(--event-ink);
  font: inherit;
  font-size: 16px;
  line-height: 1.25;
  outline: none;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__field input:focus {
  border-color: #7046ff;
  box-shadow: 0 0 0 4px rgba(112, 70, 255, 0.13);
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  cursor: pointer;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__consent > span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgba(31, 31, 31, 0.2);
  border-radius: 4px;
  background: #ffffff;
  color: #ffffff;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__consent > span::after {
  content: "✓";
  font-size: 12px;
  font-weight: 900;
  opacity: 0;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__consent input:checked + span {
  border-color: #7046ff;
  background: #7046ff;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__consent input:checked + span::after {
  opacity: 1;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__consent em {
  color: rgba(29, 29, 27, 0.62);
  font-size: 14px;
  font-style: normal;
  line-height: 1.42;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__consent a {
  color: #7046ff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__submit {
  display: inline-flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background:
    repeating-linear-gradient(
      128deg,
      #7046ff 0%,
      #64cefb 18%,
      #ffffff 30%,
      #ff8a2a 44%,
      #7046ff 62%
    );
  background-size: 220% 100%;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 10px rgba(43, 16, 95, 0.34);
  box-shadow:
    inset 0 2px 8px rgba(255, 255, 255, 0.82),
    inset 0 -16px 28px rgba(63, 22, 143, 0.28),
    0 22px 44px rgba(63, 22, 143, 0.28),
    0 8px 0 rgba(63, 22, 143, 0.18);
  animation: textile-quiz-submit-flow 5.5s linear infinite;
}

@keyframes textile-quiz-submit-flow {
  from {
    background-position: 0% 50%;
  }

  to {
    background-position: -220% 50%;
  }
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__submit:hover,
.journal-v8-1 .event-merch-page--textile .textile-quiz__submit:focus-visible {
  box-shadow:
    inset 0 2px 10px rgba(255, 255, 255, 0.9),
    inset 0 -18px 30px rgba(63, 22, 143, 0.3),
    0 28px 54px rgba(63, 22, 143, 0.34),
    0 10px 0 rgba(63, 22, 143, 0.2);
  outline: none;
  transform: translateY(-2px) scale(1.025);
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__contact .hg-lead-form-status {
  margin: 0;
  color: rgba(29, 29, 27, 0.68);
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__actions a,
.journal-v8-1 .event-merch-page--textile .textile-quiz__actions button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__actions a:first-child {
  background: linear-gradient(110deg, #7046ff 0%, #ff8a2a 100%);
  color: #ffffff !important;
  box-shadow: 0 16px 30px rgba(255, 138, 42, 0.2);
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__actions a:last-child {
  border: 0;
}

.journal-v8-1 .event-merch-page--textile .textile-quiz__actions button {
  border: 1px solid rgba(31, 31, 31, 0.14);
  background: #ffffff;
  color: var(--event-ink);
}

@media (max-width: 1180px) {
  .journal-v8-1 .event-merch-page--textile .textile-quiz__shell {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .event-merch-page--textile .textile-quiz__copy {
    position: static;
    min-height: 0;
  }

  .journal-v8-1 .event-merch-page--textile .textile-quiz h2,
  .journal-v8-1 .event-merch-page--textile .textile-quiz__copy p {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  .journal-v8-1 .event-merch-page--textile .textile-quiz {
    padding: 72px 0;
  }

  .journal-v8-1 .event-merch-page--textile .textile-quiz__shell {
    width: var(--v81-content-width);
    gap: 34px;
  }

  .journal-v8-1 .event-merch-page--textile .textile-quiz__card {
    min-height: 0;
    padding: 20px;
  }

  .journal-v8-1 .event-merch-page--textile .textile-quiz__result-grid {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .event-merch-page--textile .textile-quiz__channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journal-v8-1 .event-merch-page--textile .textile-quiz__card::before {
    font-size: 48px;
    right: 12px;
    top: 14px;
  }

  .journal-v8-1 .event-merch-page--textile .textile-quiz__options button {
    padding-left: 50px;
  }
}

.journal-v8-1 .event-merch-page--textile .event-editorial-quality {
  background: #eef7cf;
}

.journal-v8-1 .event-merch-page--textile .event-editorial-quality .event-editorial-number {
  color: rgba(112, 70, 255, 0.32);
}

.journal-v8-1 .event-merch-page--textile .event-editorial-quality::after {
  content: none;
}

.journal-v8-1 .event-merch-page--textile #textile-comfort {
  background:
    radial-gradient(circle at 15% 13%, rgba(112, 70, 255, 0.055), transparent 30%),
    radial-gradient(circle at 88% 62%, rgba(112, 70, 255, 0.032), transparent 36%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 100%) !important;
}

.journal-v8-1 .event-merch-page--textile .smart-merch-request-copy > .v5-kicker.hg-overline {
  display: block;
  width: fit-content;
  margin-bottom: clamp(24px, 3vw, 42px);
  background: linear-gradient(100deg, #6b2fff 0%, #8858ff 42%, #ff6a00 78%, #ff8a2a 100%);
  background-clip: text;
  color: transparent;
  font-family: var(--font-headline);
  font-size: clamp(34px, 4.8vw, 54px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-transform: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.journal-v8-1 .event-merch-page--textile .event-paths__card > *:not(h3),
.journal-v8-1 .event-merch-page--textile .event-paths__card p strong {
  font-weight: 400 !important;
}

.journal-v8-1 .event-editorial-quality .event-editorial-intro + .event-editorial-intro {
  margin-top: 18px;
}

.journal-v8-1 .textile-quality-list {
  max-width: 640px;
  margin: 8px 0 10px;
  padding: 0;
  list-style: none;
}

.journal-v8-1 .textile-quality-list li {
  position: relative;
  margin: 0;
  padding: 8px 0 8px 22px;
  color: var(--event-ink);
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.45;
}

.journal-v8-1 .textile-quality-list li::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7046ff;
  content: "";
}

.textile-faq header > span { color: #b9ff66; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.textile-faq h2 { margin: 18px 0 24px; font-size: clamp(42px, 6vw, 92px); line-height: .98; letter-spacing: -.055em; }

.textile-faq {
  padding: clamp(80px, 10vw, 160px) max(24px, calc((100vw - 1480px) / 2));
  color: #f7f4ff;
  background: #171321;
}
.textile-faq header { display: grid; grid-template-columns: .55fr 1.45fr; gap: 24px; align-items: start; }
.textile-faq header h2 { margin-top: 0; max-width: 1050px; }
.textile-faq__grid { margin-top: 56px; border-top: 1px solid rgba(255,255,255,.2); }
.textile-faq details { border-bottom: 1px solid rgba(255,255,255,.2); }
.textile-faq summary { display: grid; grid-template-columns: 72px 1fr; align-items: center; padding: 28px 0; cursor: pointer; list-style: none; font-size: clamp(20px, 2.1vw, 32px); }
.textile-faq summary::-webkit-details-marker { display: none; }
.textile-faq summary span { color: #b9ff66; font-size: 12px; letter-spacing: .12em; }
.textile-faq details p { max-width: 850px; margin: 0 0 30px 72px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.55; }

@media (max-width: 900px) {
  .textile-hero-stage__titles {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .journal-v8-1 .textile-hero-stage__title-left,
  .journal-v8-1 .textile-hero-stage__title-right,
  .textile-hero-stage__title-left,
  .textile-hero-stage__title-right {
    max-width: none;
    text-align: left;
    justify-self: start;
    font-size: clamp(46px, 8.8vw, 84px);
    line-height: 0.9;
    white-space: normal;
  }

  .textile-hero-stage__phrase-wrap,
  .journal-v8-1 .textile-hero-stage__phrase,
  .textile-hero-stage__phrase {
    text-align: left;
    justify-self: start;
  }

  .textile-faq header { grid-template-columns: 1fr; }
  .textile-faq summary { grid-template-columns: 44px 1fr; }
  .textile-faq details p { margin-left: 44px; }
}

@media (max-width: 760px) {
  .journal-v8-1 .textile-hero-stage__title-left,
  .journal-v8-1 .textile-hero-stage__title-right,
  .textile-hero-stage__title-left,
  .textile-hero-stage__title-right {
    font-size: clamp(38px, 10.4vw, 54px);
    line-height: 0.98;
  }

  .journal-v8-1 .textile-hero-stage--caps .textile-hero-stage__title-left,
  .journal-v8-1 .textile-hero-stage--caps .textile-hero-stage__title-right,
  .textile-hero-stage--caps .textile-hero-stage__title-left,
  .textile-hero-stage--caps .textile-hero-stage__title-right {
    font-size: clamp(34px, 9vw, 48px);
    line-height: 1.06;
  }
}

.journal-v8-1 .event-merch-page--print .print-group--lime {
  background: #eef7cf;
}

.journal-v8-1 .event-merch-page--print .print-group--paper {
  background: #f7f4ee;
}

.journal-v8-1 .event-merch-page--print .print-group--mist {
  background: #eef2fb;
}

.journal-v8-1 .event-merch-page--print .print-group .event-editorial-number {
  color: rgba(112, 70, 255, 0.32);
}

.journal-v8-1 .event-merch-page--print .print-group::after {
  content: none;
}

.journal-v8-1 .event-merch-page--print #print-comfort {
  background:
    radial-gradient(circle at 15% 13%, rgba(112, 70, 255, 0.055), transparent 30%),
    radial-gradient(circle at 88% 62%, rgba(112, 70, 255, 0.032), transparent 36%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 100%) !important;
}
