/* v8 addons:
   - keeps v4/v5 base design from journal.css
   - styles only blocks added in v8 and x.ai-inspired "AI for all humanity"
*/

.text-mega {
  font-size: 21vw;
  line-height: 0.75;
  letter-spacing: -0.04em;
}


.journal-v8-1 {
  --journal-shine-gradient: linear-gradient(100deg, #8858FF 0%, #64CEFB 24%, #FFFFFF 42%, #FFD36C 58%, #64CEFB 76%, #8858FF 100%);
  --font-body: var(--font-headline);
}

.journal-v8-1 .hg-overline {
  color: var(--accent-deep);
  letter-spacing: 0.045em;
}

.journal-v8-1 .v4-hero-center .designer-kicker {
  color: #ffffff;
}

.journal-v8-1 .hg-article-title {
  color: var(--ink);
  font-family: var(--font-headline);
  font-size: clamp(22px, 1.65vw, 24px);
  font-weight: 550;
  line-height: 1.22;
  letter-spacing: -0.016em;
}

.journal-v8-1 .hg-section-title {
  color: var(--ink);
  font-family: var(--font-headline);
  font-size: clamp(34px, 4.8vw, 54px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.journal-v8-1 .hg-read-highlight {
  position: relative;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid rgba(29, 29, 27, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(29, 29, 27, 0.84);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 560;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.journal-v8-1 .hg-card-full-link {
  border-radius: inherit;
  display: block;
  inset: 0;
  position: absolute;
  z-index: 50;
}

.journal-v8-1 .hg-articles-content :is(.trend-card, .navigator-card, .case-card, .article-card) {
  position: relative;
}

.journal-v8-1 .hg-clickable-card {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.journal-v8-1 .hg-clickable-card:focus-visible {
  outline: 2px solid rgba(136, 88, 255, 0.72);
  outline-offset: 4px;
}

.journal-v8-1 .article-card:hover .hg-read-highlight,
.journal-v8-1 .trend-card:hover .hg-read-highlight,
.journal-v8-1 .navigator-card:hover .hg-read-highlight,
.journal-v8-1 .case-card:hover .hg-read-highlight {
  border-color: rgba(136, 88, 255, 0.42);
  background: rgba(136, 88, 255, 0.12);
  color: var(--ink);
  transform: none;
}

.journal-v8-1 .hg-read-highlight span {
  transition: transform 0.25s ease;
}

.journal-v8-1 .article-card:hover .hg-read-highlight span,
.journal-v8-1 .trend-card:hover .hg-read-highlight span,
.journal-v8-1 .navigator-card:hover .hg-read-highlight span,
.journal-v8-1 .case-card:hover .hg-read-highlight span {
  transform: translateX(2px);
}

.journal-v8-1 .hg-wow-cases .case-years-wrap {
  justify-self: end;
  min-width: 360px;
  text-align: right;
  transform: translateX(clamp(16px, 2.4vw, 36px));
}

.journal-v8-1 .hg-wow-cases .case-years {
  background: linear-gradient(100deg, var(--accent) 0%, #64cefb 44%, #92df9a 68%, #ffd36c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--font-headline);
  font-size: clamp(76px, 8vw, 128px);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.075em;
  white-space: nowrap;
}

.journal-v8-1 .hg-wow-cases .case-years small {
  font-size: 0.55em;
  letter-spacing: -0.07em;
}

.journal-v8-1 .hg-wow-cases .case-years-note {
  margin-top: 14px;
  color: rgba(29, 29, 27, 0.48);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.journal-v8-1 .hg-wow-cases .case-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  align-items: stretch;
}

.journal-v8-1 .hg-wow-cases .case-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.11);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 16% 92%, var(--glow-1), transparent 34%),
    radial-gradient(circle at 92% 6%, var(--glow-2), transparent 36%);
  color: #1d1d1b;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(18px);
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.journal-v8-1 .hg-wow-cases .case-card:hover {
  border-color: rgba(29, 29, 27, 0.18);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
}

.journal-v8-1 .hg-wow-cases .case-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(29, 29, 27, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 29, 27, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 62%);
  pointer-events: none;
}

.journal-v8-1 .hg-wow-cases .case-card.large {
  grid-column: span 5;
  min-height: 650px;
  --glow-1: rgba(136, 88, 255, 0.22);
  --glow-2: rgba(100, 206, 251, 0.24);
}

.journal-v8-1 .hg-wow-cases .case-card.tall {
  grid-column: span 3;
  min-height: 650px;
  --glow-1: rgba(136, 88, 255, 0.2);
  --glow-2: rgba(255, 211, 108, 0.22);
}

.journal-v8-1 .hg-wow-cases .case-card.feature {
  grid-column: span 4;
  min-height: 650px;
  --glow-1: rgba(136, 88, 255, 0.18);
  --glow-2: rgba(100, 206, 251, 0.24);
}

.journal-v8-1 .hg-wow-cases .case-card.wide {
  grid-column: span 6;
  min-height: 440px;
  flex-direction: row;
  --glow-1: rgba(146, 223, 154, 0.24);
  --glow-2: rgba(136, 88, 255, 0.18);
}

.journal-v8-1 .hg-wow-cases .case-visual {
  position: relative;
  z-index: 1;
  height: 255px;
  margin: 18px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
}

.journal-v8-1 .hg-wow-cases .large .case-visual,
.journal-v8-1 .hg-wow-cases .tall .case-visual,
.journal-v8-1 .hg-wow-cases .feature .case-visual {
  height: 335px;
}

.journal-v8-1 .hg-wow-cases .wide .case-visual {
  width: 45%;
  min-height: calc(100% - 36px);
  height: auto;
  flex: 0 0 45%;
}

.journal-v8-1 .hg-wow-cases .case-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 26px 24px;
}

.journal-v8-1 .hg-wow-cases .wide .case-content {
  padding: 30px 30px 28px 8px;
}

.journal-v8-1 .hg-wow-cases .case-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.journal-v8-1 .hg-wow-cases .case-number {
  color: rgba(29, 29, 27, 0.48);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.journal-v8-1 .hg-wow-cases .case-badge {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: rgba(29, 29, 27, 0.64);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.journal-v8-1 .hg-wow-cases .case-card h3 {
  margin: 0;
  max-width: 620px;
}

.journal-v8-1 .hg-wow-cases .case-card p {
  max-width: 540px;
  margin: 18px 0 0;
  color: #6f6f6f;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.38;
  letter-spacing: -0.025em;
}

.journal-v8-1 .hg-wow-cases .case-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 28px;
}

.journal-v8-1 .hg-wow-cases .read-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.journal-v8-1 .hg-wow-cases .read-btn span {
  transition: transform 0.35s ease;
}

.journal-v8-1 .hg-wow-cases .case-note {
  color: rgba(29, 29, 27, 0.45);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
}

.journal-v8-1 .hg-wow-cases .case-label {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #1d1d1b;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: -0.02em;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(10px);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-wow-cases .case-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: currentColor;
}

.journal-v8-1 .hg-wow-cases .l1 { left: 28px; top: 24px; color: var(--accent); }
.journal-v8-1 .hg-wow-cases .l2 { right: 28px; top: 82px; color: #2fb2e8; }
.journal-v8-1 .hg-wow-cases .l3 { left: 38%; bottom: 26px; color: #70c986; }

.journal-v8-1 .hg-wow-cases .case-card:hover .l1 { transform: translateY(-5px); }
.journal-v8-1 .hg-wow-cases .case-card:hover .l2 { transform: translateX(7px); }
.journal-v8-1 .hg-wow-cases .case-card:hover .l3 { transform: translateY(5px); }

.journal-v8-1 .hg-wow-cases .rink-scene,
.journal-v8-1 .hg-wow-cases .analytics-scene,
.journal-v8-1 .hg-wow-cases .pub-scene,
.journal-v8-1 .hg-wow-cases .expo-scene,
.journal-v8-1 .hg-wow-cases .sport-scene {
  position: absolute;
  inset: 0;
}

.journal-v8-1 .hg-wow-cases .ice-rink {
  position: absolute;
  left: 50%;
  bottom: 38px;
  width: 78%;
  height: 150px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.9), rgba(100, 206, 251, 0.28) 62%, rgba(136, 88, 255, 0.12));
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.08);
  transform: translateX(-50%);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-wow-cases .skate {
  position: absolute;
  left: 24%;
  top: 92px;
  width: 160px;
  height: 76px;
  border-radius: 40px 40px 20px 20px;
  background: linear-gradient(135deg, #202845, #11172b);
  transform: rotate(-9deg);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-wow-cases .skate::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -13px;
  left: 14px;
  height: 3px;
  border-radius: 999px;
  background: rgba(29, 29, 27, 0.28);
}

.journal-v8-1 .hg-wow-cases .ticket {
  position: absolute;
  right: 20%;
  top: 80px;
  width: 150px;
  height: 94px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06);
  transform: rotate(8deg);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-wow-cases .ticket::before,
.journal-v8-1 .hg-wow-cases .ticket::after {
  content: "";
  position: absolute;
  left: 18px;
  height: 8px;
  border-radius: 999px;
  background: rgba(29, 29, 27, 0.11);
}

.journal-v8-1 .hg-wow-cases .ticket::before { top: 28px; width: 72px; }
.journal-v8-1 .hg-wow-cases .ticket::after { top: 50px; width: 104px; }

.journal-v8-1 .hg-wow-cases .case-card:hover .ice-rink { transform: translateX(-50%) scale(1.03); }
.journal-v8-1 .hg-wow-cases .case-card:hover .skate { transform: rotate(-4deg) translateY(-10px); }
.journal-v8-1 .hg-wow-cases .case-card:hover .ticket { transform: rotate(3deg) translateY(-8px); }

.journal-v8-1 .hg-wow-cases .analytics-board {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 190px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.08);
  transform: translate(-50%, -50%) rotate(-3deg);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-wow-cases .analytics-board::before {
  content: "";
  position: absolute;
  right: 24px;
  left: 24px;
  top: 34px;
  height: 10px;
  border-radius: 999px;
  background: rgba(29, 29, 27, 0.12);
  box-shadow:
    0 34px 0 rgba(29, 29, 27, 0.08),
    0 68px 0 rgba(29, 29, 27, 0.06);
}

.journal-v8-1 .hg-wow-cases .chart-dot {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #64cefb, #d8c7ff);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-wow-cases .chart-dot.d1 { left: 34px; bottom: 32px; }
.journal-v8-1 .hg-wow-cases .chart-dot.d2 {
  right: 42px;
  bottom: 58px;
  background: linear-gradient(135deg, #ffd36c, #92df9a);
}

.journal-v8-1 .hg-wow-cases .case-card:hover .analytics-board {
  transform: translate(-50%, -50%) rotate(2deg) translateY(-8px);
}

.journal-v8-1 .hg-wow-cases .case-card:hover .chart-dot.d1 { transform: translateY(-8px); }
.journal-v8-1 .hg-wow-cases .case-card:hover .chart-dot.d2 { transform: translateY(8px); }

.journal-v8-1 .hg-wow-cases .pub-glass {
  position: absolute;
  left: 24%;
  bottom: 46px;
  width: 110px;
  height: 190px;
  border-radius: 30px 30px 24px 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.45), transparent 34%),
    linear-gradient(135deg, #ffd36c, #ffad58);
  box-shadow: 0 22px 50px rgba(122, 78, 20, 0.14);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-wow-cases .pub-shirt {
  position: absolute;
  right: 18%;
  bottom: 62px;
  width: 150px;
  height: 150px;
  border-radius: 50px 50px 22px 22px;
  background: linear-gradient(135deg, #202845, #11172b);
  transform: rotate(5deg);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-wow-cases .pub-shirt::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  width: 44px;
  height: 24px;
  border-radius: 0 0 24px 24px;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(-50%);
}

.journal-v8-1 .hg-wow-cases .pub-coaster {
  position: absolute;
  right: 42%;
  top: 54px;
  width: 94px;
  height: 94px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-wow-cases .case-card:hover .pub-glass { transform: translateY(-10px) rotate(-4deg); }
.journal-v8-1 .hg-wow-cases .case-card:hover .pub-shirt { transform: rotate(1deg) translateY(-8px); }
.journal-v8-1 .hg-wow-cases .case-card:hover .pub-coaster { transform: translateY(8px) rotate(12deg); }

.journal-v8-1 .hg-wow-cases .expo-stand {
  position: absolute;
  left: 50%;
  bottom: 46px;
  width: 260px;
  height: 170px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.08);
  transform: translateX(-50%);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-wow-cases .expo-stand::before {
  content: "";
  position: absolute;
  right: 28px;
  left: 28px;
  top: 28px;
  height: 10px;
  border-radius: 999px;
  background: rgba(29, 29, 27, 0.12);
  box-shadow: 0 30px 0 rgba(29, 29, 27, 0.08);
}

.journal-v8-1 .hg-wow-cases .expo-bag {
  position: absolute;
  left: 22%;
  top: 68px;
  width: 110px;
  height: 130px;
  border-radius: 20px 20px 28px 28px;
  background: linear-gradient(135deg, #64cefb, #d8c7ff);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-wow-cases .expo-bag::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -22px;
  width: 54px;
  height: 36px;
  border: 7px solid rgba(29, 29, 27, 0.16);
  border-bottom: 0;
  border-radius: 40px 40px 0 0;
  transform: translateX(-50%);
}

.journal-v8-1 .hg-wow-cases .expo-card {
  position: absolute;
  right: 19%;
  top: 74px;
  width: 120px;
  height: 86px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  transform: rotate(8deg);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-wow-cases .case-card:hover .expo-stand { transform: translateX(-50%) translateY(-8px); }
.journal-v8-1 .hg-wow-cases .case-card:hover .expo-bag { transform: translateY(-10px) rotate(-4deg); }
.journal-v8-1 .hg-wow-cases .case-card:hover .expo-card { transform: rotate(2deg) translateY(8px); }

.journal-v8-1 .hg-wow-cases .sport-ball {
  position: absolute;
  left: 24%;
  top: 82px;
  width: 118px;
  height: 118px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.75), transparent 22%),
    linear-gradient(135deg, #ffd36c, #ffad58);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-wow-cases .sport-bottle {
  position: absolute;
  right: 24%;
  bottom: 56px;
  width: 92px;
  height: 180px;
  border-radius: 38px 38px 26px 26px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.45), transparent 28%),
    linear-gradient(135deg, #dfe4eb, #858d99);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.1);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-wow-cases .sport-bottle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -28px;
  width: 40px;
  height: 42px;
  border-radius: 16px 16px 8px 8px;
  background: #9099a5;
  transform: translateX(-50%);
}

.journal-v8-1 .hg-wow-cases .sport-flag {
  position: absolute;
  left: 46%;
  bottom: 70px;
  width: 120px;
  height: 78px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  transform: rotate(-7deg);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-wow-cases .case-card:hover .sport-ball { transform: translateY(-10px) rotate(18deg); }
.journal-v8-1 .hg-wow-cases .case-card:hover .sport-bottle { transform: translateY(-10px) rotate(3deg); }
.journal-v8-1 .hg-wow-cases .case-card:hover .sport-flag { transform: rotate(-2deg) translateY(8px); }

@media (max-width: 1180px) {
  .journal-v8-1 .hg-wow-cases .case-years-wrap {
    min-width: 0;
    text-align: left;
    transform: none;
  }

  .journal-v8-1 .hg-wow-cases .case-card.large,
  .journal-v8-1 .hg-wow-cases .case-card.tall,
  .journal-v8-1 .hg-wow-cases .case-card.feature,
  .journal-v8-1 .hg-wow-cases .case-card.wide {
    grid-column: span 6;
    min-height: 580px;
  }

  .journal-v8-1 .hg-wow-cases .case-card.wide {
    flex-direction: column;
  }

  .journal-v8-1 .hg-wow-cases .wide .case-visual {
    width: auto;
    min-height: 300px;
    flex: auto;
  }

  .journal-v8-1 .hg-wow-cases .wide .case-content {
    padding: 0 26px 24px;
  }
}

@media (max-width: 760px) {
  .journal-v8-1 .hg-wow-cases .case-grid {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .hg-wow-cases .case-card.large,
  .journal-v8-1 .hg-wow-cases .case-card.tall,
  .journal-v8-1 .hg-wow-cases .case-card.feature,
  .journal-v8-1 .hg-wow-cases .case-card.wide {
    grid-column: auto;
    min-height: auto;
  }

  .journal-v8-1 .hg-wow-cases .case-visual,
  .journal-v8-1 .hg-wow-cases .large .case-visual,
  .journal-v8-1 .hg-wow-cases .tall .case-visual,
  .journal-v8-1 .hg-wow-cases .feature .case-visual {
    height: 300px;
  }

}

body.journal-v8-1 {
  font-family: var(--font-headline);
}

/* v8.1: mini header after scroll, hide on down / show on up */
.journal-v8-1 .site-header {
  --journal-header-background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 120;
  transition: transform 220ms ease, opacity 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.journal-v8-1 .site-header.is-mini {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  transform: none;
  z-index: 120;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 0;
  background: var(--journal-header-background);
  backdrop-filter: none;
  box-shadow: 0 6px 18px rgba(29, 29, 27, 0.08);
}

.journal-v8-1 .site-header.is-mini .header-inner {
  width: min(var(--max), calc(100% - 40px));
  height: 56px;
  padding: 0;
}

.journal-v8-1 .site-header.is-mini .brand-logo {
  width: 120px;
}

.journal-v8-1 .site-header.is-mini.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 700px) {
  .journal-v8-1 .site-header.is-mini {
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    box-shadow: 0 6px 18px rgba(29, 29, 27, 0.08);
  }

  .journal-v8-1 .site-header.is-mini .header-inner {
    height: 62px;
    width: min(100% - 28px, var(--max));
    padding: 0;
  }

  .journal-v8-1 .site-header.is-mini .brand-logo {
    width: 138px;
  }

  .journal-v8-1 .site-header.is-mini.is-hidden {
    transform: translateY(-100%);
  }
}

.journal-v8-1 .shiny-word,
.journal-v8-1 .hg-universe-left,
.journal-v8-1 .hg-universe-right,
.journal-v8-1 .hg-rotating-track span,
.journal-v8-1 .hg-calendar-title span,
.journal-v8-1 .v8-universe-copy-shiny {
  background: var(--journal-shine-gradient);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.v8-ai-humanity,
.v8-control-center,
.v8-signal-stream {
  padding: 92px 0;
  background: #ffffff;
}

.v8-control-center,
.v8-signal-stream {
  border-top: 0;
}

.hg-universe + .v8-control-center {
  border-top: 0;
}

.hg-universe + .all-materials-hero {
  border-top: 0;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(29, 29, 27, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 17px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease;
  transform-origin: center;
}

.journal-designer-header.is-menu-open .menu-toggle span:first-child {
  transform: translateY(3.25px) rotate(45deg);
}

.journal-designer-header.is-menu-open .menu-toggle span:last-child {
  transform: translateY(-3.25px) rotate(-45deg);
}

.v4-hero-bottom a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.v4-hero-bottom a:last-child {
  border-right: 0;
}

.v4-hero-bottom a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

#journal-topics .designer-section-head {
  max-width: 1040px;
  margin-bottom: 48px;
}

#journal-topics .designer-section-head p {
  max-width: 760px;
  margin: 12px 0 0;
  color: rgba(29, 29, 27, 0.62);
  font-size: 20px;
  line-height: 1.52;
}

#journal-topics .system-lanes article {
  min-height: 330px;
}

#journal-topics .system-lanes p {
  font-size: 16px;
  line-height: 1.48;
}

#journal-topics {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(136, 88, 255, 0.12), transparent 28%),
    radial-gradient(circle at 10% 12%, rgba(100, 206, 251, 0.10), transparent 30%),
    #ffffff;
}

#journal-topics .hg-routes-bg-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(100, 206, 251, 0.55),
    rgba(255, 211, 108, 0.65),
    rgba(136, 88, 255, 0.55),
    transparent
  );
}

#journal-topics .wrap {
  position: relative;
  z-index: 1;
}

#journal-topics .designer-section-head {
  position: relative;
  z-index: 2;
}

#journal-topics .hg-routes-map {
  position: absolute;
  right: 28px;
  top: 8px;
  z-index: 1;
  width: min(390px, 32vw);
  opacity: 0.42;
  pointer-events: none;
}

#journal-topics .hg-routes-map svg {
  display: block;
  width: 100%;
  height: auto;
}

#journal-topics .hg-routes-map path,
#journal-topics .hg-routes-map circle {
  stroke: #8858ff;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

#journal-topics .hg-routes-map circle {
  fill: #ffffff;
}

#journal-topics .hg-map-path-1 {
  stroke-dasharray: 8 10;
}

#journal-topics .hg-map-path-2 {
  opacity: 0.45;
}

#journal-topics .system-lanes {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.14);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 90px rgba(20, 20, 35, 0.06);
}

#journal-topics .system-lanes article {
  position: relative;
  min-height: 410px;
  padding: 34px 28px 32px;
  overflow: hidden;
  border-right: 1px solid rgba(29, 29, 27, 0.12);
  background: rgba(255, 255, 255, 0.56);
  transition:
    transform 0.45s ease,
    background 0.45s ease,
    box-shadow 0.45s ease;
}

#journal-topics .system-lanes article:last-child {
  border-right: 0;
}

#journal-topics .system-lanes article::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

#journal-topics .hg-route-people::before {
  background:
    radial-gradient(circle at 72% 17%, rgba(100, 206, 251, 0.20), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(239, 250, 255, 0.95));
}

#journal-topics .hg-route-image::before {
  background:
    radial-gradient(circle at 72% 17%, rgba(255, 211, 108, 0.30), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 250, 235, 0.95));
}

#journal-topics .hg-route-events::before {
  background:
    radial-gradient(circle at 72% 17%, rgba(136, 88, 255, 0.20), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(252, 244, 255, 0.95));
}

#journal-topics .hg-route-growth::before {
  background:
    radial-gradient(circle at 72% 17%, rgba(100, 206, 251, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(239, 255, 252, 0.95));
}

#journal-topics .system-lanes article::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 92px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(136, 88, 255, 0),
    rgba(136, 88, 255, 0.36),
    rgba(136, 88, 255, 0)
  );
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
  transition: transform 0.55s ease;
}

#journal-topics .system-lanes article:hover {
  z-index: 2;
  background: #ffffff;
  box-shadow: 0 26px 80px rgba(24, 23, 38, 0.10);
  transform: translateY(-8px);
}

#journal-topics .system-lanes article:hover::before {
  opacity: 1;
}

#journal-topics .system-lanes article:hover::after {
  transform: scaleX(1);
}

#journal-topics .system-lanes span,
#journal-topics .hg-route-icon,
#journal-topics .system-lanes h3,
#journal-topics .system-lanes p {
  position: relative;
  z-index: 1;
}

#journal-topics .system-lanes span {
  display: block;
  margin-bottom: 42px;
  color: #8858ff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
}

#journal-topics .hg-route-icon {
  width: 88px;
  height: 88px;
  margin-bottom: 34px;
}

#journal-topics .hg-route-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #1d1d1b;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.35s ease;
}

#journal-topics .hg-route-icon path {
  stroke-dasharray: 190;
  stroke-dashoffset: 0;
  vector-effect: non-scaling-stroke;
}

#journal-topics .system-lanes article:hover .hg-route-icon path {
  animation: hgRouteDraw 1s ease forwards;
}

#journal-topics .hg-route-people:hover .hg-route-icon svg {
  stroke: #64cefb;
}

#journal-topics .hg-route-image:hover .hg-route-icon svg {
  stroke: #c78b13;
}

#journal-topics .hg-route-events:hover .hg-route-icon svg {
  stroke: #8858ff;
}

#journal-topics .hg-route-growth:hover .hg-route-icon svg {
  stroke: #18b7c9;
}

#journal-topics .system-lanes h3 {
  margin: 0 0 16px;
  font-size: clamp(28px, 2.15vw, 36px);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

#journal-topics .system-lanes p {
  max-width: 280px;
  color: #68707c;
  font-size: 17px;
  letter-spacing: -0.025em;
  line-height: 1.44;
}

@keyframes hgRouteDraw {
  0% {
    stroke-dashoffset: 190;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1120px) {
  #journal-topics .hg-routes-map {
    position: relative;
    top: auto;
    right: auto;
    width: 320px;
    margin: -34px 0 34px auto;
  }

  #journal-topics .system-lanes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #journal-topics .system-lanes article {
    border-bottom: 1px solid rgba(29, 29, 27, 0.12);
  }

  #journal-topics .system-lanes article:nth-child(2) {
    border-right: 0;
  }

  #journal-topics .system-lanes article:nth-child(3),
  #journal-topics .system-lanes article:nth-child(4) {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  #journal-topics .hg-routes-map {
    width: 100%;
    margin: -18px 0 28px;
  }

  #journal-topics .system-lanes {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }

  #journal-topics .system-lanes article {
    min-height: auto;
    padding: 32px 26px 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(29, 29, 27, 0.12);
  }

  #journal-topics .system-lanes article:nth-child(3) {
    border-bottom: 1px solid rgba(29, 29, 27, 0.12);
  }

  #journal-topics .system-lanes article:last-child {
    border-bottom: 0;
  }

  #journal-topics .system-lanes span {
    margin-bottom: 32px;
  }

  #journal-topics .hg-route-icon {
    width: 78px;
    height: 78px;
    margin-bottom: 28px;
  }

  #journal-topics .system-lanes p {
    max-width: none;
  }
}

.v8-section-head {
  max-width: 920px;
  margin-bottom: 30px;
}

.v8-section-head h2 {
  margin: 14px 0 0;
  color: var(--ink);
  font-family: var(--font-headline);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 500;
  line-height: 0.98;
}

.v8-section-head p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.v8-kicker {
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v8-ai-humanity {
  background: #050505;
  border-top: 0;
  border-bottom: 0;
  color: #ffffff;
}

.v8-universe-wrap {
  width: auto;
}

.v8-universe-intro h2,
.v8-universe-intro p,
.v8-universe-intro .v8-kicker {
  color: rgba(255, 255, 255, 0.88);
}

.v8-universe-intro p {
  color: rgba(255, 255, 255, 0.66);
}

.v8-merch-xai {
  padding: 10px 0 56px;
}

.v8-merch-xai h2 {
  margin: 18px 0 0;
  font-family: var(--font-headline);
  font-size: clamp(46px, 6vw, 92px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: rgba(245, 245, 245, 0.95);
}

.v8-merch-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.v8-merch-card {
  position: relative;
  min-height: 620px;
  padding: 36px 26px 78px;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  background: #050505;
  overflow: hidden;
}

.v8-merch-card h3 {
  margin: 0;
  font-family: var(--font-headline);
  font-size: 34px;
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.92);
}

.v8-merch-card p {
  margin: 16px 0 0;
  max-width: 92%;
  color: rgba(255, 255, 255, 0.56);
  font-size: 16px;
  line-height: 1.45;
}

.v8-merch-visual {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 88px;
  width: calc(100% - 16px);
  height: auto;
}

.v8-merch-scene path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 860;
  stroke-dashoffset: 860;
  animation: v8-merch-draw 2.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.v8-merch-scene path:nth-child(3n) {
  stroke: rgba(185, 210, 240, 0.16);
}

.v8-merch-float-one {
  transform-origin: 50% 60%;
  animation: v8-merch-float-one 16s ease-in-out infinite;
}

.v8-merch-float-two {
  transform-origin: 50% 60%;
  animation: v8-merch-float-two 18s ease-in-out infinite;
}

.v8-merch-float-three {
  transform-origin: 50% 60%;
  animation: v8-merch-float-three 18s ease-in-out infinite;
}

.v8-merch-cta {
  position: absolute;
  left: 26px;
  bottom: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.v8-merch-cta:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.v8-universe-stage {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.035), transparent 42%),
    #050505;
  height: 100vh;
  min-height: 760px;
  --text-shift-x: 0px;
  --text-shift-y: 0px;
}

@media (min-width: 980px) and (max-width: 1366px) {
  .v8-universe-stage {
    height: 920px;
  }
}

.v8-universe-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.v8-universe-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.v8-cosmos-field {
  transform-origin: 700px 395px;
  animation: v8-cosmos-spin 180s linear infinite, v8-cosmos-breathe 22s ease-in-out infinite;
}

.v8-universe-stage.is-node-active .v8-cosmos-field {
  animation-play-state: paused;
}

.v8-parallax-layer {
  transform: translate(0px, 0px);
  transition: transform 180ms ease-out;
}

.v8-ray-line {
  stroke: rgba(255, 255, 255, 0.06);
  stroke-width: 1;
  stroke-linecap: round;
  opacity: 0;
  animation: v8-line-signal var(--line-duration) ease-in-out infinite var(--line-delay);
  transition: stroke-dashoffset var(--line-draw) ease, opacity var(--line-draw) ease;
}

.v8-ray-line.is-accent {
  stroke: rgba(155, 185, 220, 0.18);
}

.v8-ray-line.is-dark {
  stroke: rgba(255, 255, 255, 0.035);
}

.v8-ray-line.is-hot {
  stroke: rgba(185, 210, 240, 0.36);
  opacity: 0.26;
}

.v8-node-square {
  fill: rgba(255, 255, 255, 0.28);
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: v8-node-pulse var(--node-duration) ease-in-out infinite var(--node-delay);
  transition: transform 180ms ease, opacity 180ms ease, fill 180ms ease;
  transition-delay: var(--node-draw);
  pointer-events: none;
}

.v8-node-square.is-accent {
  fill: rgba(180, 210, 245, 0.82);
}

.v8-node-square.is-mid {
  fill: rgba(255, 255, 255, 0.18);
}

.v8-node-hit {
  fill: transparent;
  pointer-events: all;
}

.v8-node-link,
.v8-node-points a {
  cursor: pointer;
}

.v8-node-link:hover .v8-node-square,
.v8-node-link:focus-visible .v8-node-square {
  fill: #ffffff;
  opacity: 1;
  transform: scale(1.45);
  filter: drop-shadow(0 0 8px rgba(185, 210, 240, 0.25));
}

.v8-core-dot {
  fill: rgba(120, 120, 120, 0.36);
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.08));
}

.v8-universe-copy {
  position: absolute;
  margin: 0;
  z-index: 3;
  color: rgba(235, 235, 235, 0.86);
  font-family: var(--font-headline);
  font-size: clamp(72px, 7.2vw, 128px);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.04em;
  pointer-events: none;
  opacity: 0;
  --entry-y: 24px;
  --copy-shift-x: 0px;
  --copy-shift-y: 0px;
  transform: translate(var(--copy-shift-x), calc(var(--copy-shift-y) + var(--entry-y)));
  filter: blur(10px);
  transition: opacity 650ms ease, transform 650ms ease, filter 650ms ease;
}

.v8-universe-copy-left {
  left: 19vw;
  top: 47%;
  width: 30vw;
  max-width: 520px;
  color: rgba(245, 245, 245, 0.9);
  --copy-shift-x: var(--text-shift-x);
  --copy-shift-y: var(--text-shift-y);
}

.v8-universe-copy-right {
  right: 18vw;
  top: 56%;
  width: 24vw;
  max-width: 420px;
  color: rgba(210, 210, 210, 0.78);
  text-align: right;
  --copy-shift-x: calc(var(--text-shift-x) * -1);
  --copy-shift-y: calc(var(--text-shift-y) * -1);
}

.v8-universe-copy-shiny {
  display: inline-block;
  background: var(--journal-shine-gradient);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: v4-shiny-text 3s linear infinite;
}

.v8-node-tooltip {
  position: absolute;
  z-index: 6;
  left: 20px;
  top: 20px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(8, 8, 8, 0.82);
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.v8-node-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.v8-node-tooltip span,
.v8-node-tooltip strong,
.v8-node-tooltip em,
.v8-node-tooltip time {
  display: block;
}

.v8-tooltip-category {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-style: normal;
  font-weight: 480;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.v8-node-tooltip strong {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.25;
}

.v8-node-tooltip em {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.v8-node-tooltip time {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
}

.v8-section-head.split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
  gap: 42px;
  align-items: end;
}

.v8-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.v8-metric-grid article,
.v8-stream-grid article {
  border: 1px solid rgba(29, 29, 27, 0.14);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 14px 46px rgba(29, 29, 27, 0.045);
}

.v8-metric-grid span,
.v8-stream-grid span {
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v8-metric-grid h3,
.v8-stream-grid h3 {
  margin: 44px 0 12px;
  color: var(--ink);
  font-family: var(--font-headline);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.04;
}

.v8-metric-grid p,
.v8-stream-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

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

.v8-stream-grid .button-link {
  margin-top: 22px;
  width: fit-content;
}

@media (max-width: 1040px) {
  .v8-section-head.split,
  .v8-metric-grid,
  .v8-stream-grid {
    grid-template-columns: 1fr;
  }

  .v8-merch-grid {
    grid-template-columns: 1fr;
  }

  .v8-merch-card {
    min-height: 540px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .v8-universe-stage {
    min-height: 760px;
    height: min(920px, 100vh);
  }

  .v8-universe-svg {
    height: 100%;
  }

  .v8-universe-copy {
    font-size: clamp(56px, 8vw, 90px);
  }

  .v8-universe-copy-left {
    left: 9vw;
    top: 40%;
    width: 40vw;
  }

  .v8-universe-copy-right {
    right: 9vw;
    top: 60%;
    width: 40vw;
  }
}

@media (max-width: 700px) {
  .v8-ai-humanity,
  .v8-control-center,
  .v8-signal-stream {
    padding: 62px 0;
  }

  .v8-section-head h2 {
    font-size: 34px;
  }

  .v8-metric-grid h3,
  .v8-stream-grid h3 {
    margin-top: 36px;
    font-size: 24px;
  }

  .v8-universe-stage {
    min-height: 720px;
    height: auto;
  }

  .v8-merch-xai {
    padding-bottom: 36px;
  }

  .v8-merch-xai h2 {
    font-size: clamp(36px, 12vw, 58px);
  }

  .v8-merch-card {
    min-height: 500px;
    padding: 28px 18px 72px;
  }

  .v8-merch-card h3 {
    font-size: 30px;
  }

  .v8-merch-card p {
    max-width: 100%;
    font-size: 15px;
  }

  .v8-merch-cta {
    left: 18px;
    bottom: 22px;
  }

  .v8-universe-svg {
    height: 720px;
  }

  .v8-universe-copy {
    font-size: clamp(44px, 13vw, 68px);
    line-height: 0.95;
  }

  .v8-universe-copy-left {
    left: 50%;
    top: 23%;
    text-align: center;
    translate: -50% 0;
    width: 92%;
    max-width: 92%;
    --copy-shift-x: 0px;
    --copy-shift-y: 0px;
  }

  .v8-universe-copy-right {
    left: 50%;
    right: auto;
    top: 67%;
    bottom: auto;
    text-align: center;
    translate: -50% 0;
    width: 92%;
    max-width: 92%;
    --copy-shift-x: 0px;
    --copy-shift-y: 0px;
  }

  .v8-node-tooltip {
    display: none;
  }

}

@media (prefers-reduced-motion: reduce) {
  .v8-merch-scene path,
  .v8-merch-float-one,
  .v8-merch-float-two,
  .v8-merch-float-three,
  .v8-cosmos-field,
  .v8-ray-line,
  .v8-node-square,
  .v8-parallax-layer {
    animation: none;
    transition: none;
  }

  .v8-merch-scene path {
    stroke-dashoffset: 0;
  }
}

.v8-universe-stage.is-pending .v8-ray-line,
.v8-universe-stage.is-pending .v8-node-square {
  animation: none;
  opacity: 0;
}

.v8-universe-stage.is-visible .v8-ray-line {
  opacity: var(--line-opacity);
  stroke-dashoffset: 0;
}

.v8-universe-stage.is-visible .v8-node-square {
  opacity: 1;
}

.v8-universe-stage.is-visible .v8-universe-copy {
  opacity: 1;
  --entry-y: 0px;
  filter: blur(0);
}

@keyframes v8-cosmos-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes v8-cosmos-breathe {
  0%,
  100% {
    scale: 1;
  }
  50% {
    scale: 1.025;
  }
}

@keyframes v8-line-signal {
  0%,
  100% {
    opacity: calc(var(--line-opacity) * 0.68);
  }
  50% {
    opacity: calc(var(--line-opacity) * 1.2);
  }
}

@keyframes v8-node-pulse {
  0%,
  100% {
    opacity: 0.22;
    transform: scale(0.85);
  }
  50% {
    opacity: 0.72;
    transform: scale(1.15);
  }
}

@keyframes v8-merch-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes v8-merch-float-one {
  0%,
  100% {
    transform: translate3d(-4px, 8px, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(6px, -8px, 0) rotate(1.3deg);
  }
}

@keyframes v8-merch-float-two {
  0%,
  100% {
    transform: translate3d(0, 8px, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -9px, 0) rotate(-1.2deg);
  }
}

@keyframes v8-merch-float-three {
  0%,
  100% {
    transform: translate3d(-3px, 6px, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(5px, -7px, 0) rotate(1.2deg);
  }
}

.hg-media-tasks,
.hg-universe {
  --hg-bg: #ffffff;
  --hg-bg-light: #ffffff;
  --hg-ink: #111111;
  --hg-muted: rgba(17, 17, 17, 0.56);
  --hg-line: rgba(17, 17, 17, 0.12);
  --hg-blue: rgba(72, 108, 150, 0.78);
  box-sizing: border-box;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.hg-media-tasks *,
.hg-universe * {
  box-sizing: border-box;
}

.hg-media-tasks a,
.hg-universe a {
  color: inherit;
  text-decoration: none;
}

.hg-media-tasks {
  background: #ffffff;
  color: var(--hg-ink);
  padding: 72px 48px 96px;
}

.hg-media-inner {
  max-width: 1620px;
  margin: 0 auto;
}

.hg-kicker {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 1;
}

.hg-media-title {
  margin: 0 0 142px;
  max-width: 1040px;
  font-size: clamp(58px, 6.5vw, 112px);
  line-height: 0.9;
  font-weight: 300;
  letter-spacing: -0.06em;
  color: rgba(17, 17, 17, 0.95);
}

.hg-task-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--hg-line);
}

.hg-task-card {
  position: relative;
  min-height: 690px;
  padding: 64px 44px 40px;
  overflow: hidden;
  border-right: 1px solid var(--hg-line);
  background: transparent;
}

.hg-task-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  transition: border-color 280ms ease, background 280ms ease;
}

.hg-task-card:hover::before {
  border-color: rgba(17, 17, 17, 0.18);
  background: rgba(255, 255, 255, 0.26);
}

.hg-task-copy {
  position: relative;
  z-index: 3;
  max-width: 460px;
}

.hg-task-copy h3 {
  margin: 0 0 24px;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: rgba(17, 17, 17, 0.92);
}

.hg-task-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 1.48;
  color: var(--hg-muted);
}

.hg-card-visual {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 82px;
  z-index: 1;
  height: 390px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.hg-svg {
  width: 100%;
  max-width: 520px;
  height: auto;
  overflow: visible;
}

.hg-pill {
  position: absolute;
  left: 50%;
  bottom: 38px;
  z-index: 4;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 44px;
  padding: 0 21px;
  border: 1px solid rgba(17, 17, 17, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: rgba(17, 17, 17, 0.86);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  line-height: 1;
  font-family: var(--font-body);
  font-weight: 500;
  white-space: nowrap;
  transition: background 250ms ease, border-color 250ms ease, transform 250ms ease;
}

.hg-pill:hover {
  transform: translateX(-50%) translateY(-2px);
  border-color: rgba(17, 17, 17, 0.44);
  background: rgba(255, 255, 255, 0.78);
}

.hg-pill span {
  font-size: 16px;
  transform: translateY(-1px);
}

.hg-svg path,
.hg-svg circle,
.hg-svg rect {
  vector-effect: non-scaling-stroke;
}

.hg-line-scene path {
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: rgba(17, 17, 17, 0.28);
  stroke-dasharray: 860;
  stroke-dashoffset: 860;
  animation: hgDrawPath 2.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hg-line-scene path:nth-child(2) { animation-delay: 0.08s; }
.hg-line-scene path:nth-child(3) { animation-delay: 0.16s; }
.hg-line-scene path:nth-child(4) { animation-delay: 0.24s; }
.hg-line-scene path:nth-child(5) { animation-delay: 0.32s; }
.hg-line-scene path:nth-child(6) { animation-delay: 0.40s; }
.hg-line-scene path:nth-child(7) { animation-delay: 0.48s; }
.hg-line-scene path:nth-child(8) { animation-delay: 0.56s; }
.hg-line-scene path:nth-child(9) { animation-delay: 0.64s; }
.hg-line-scene path:nth-child(10) { animation-delay: 0.72s; }
.hg-line-scene path:nth-child(11) { animation-delay: 0.80s; }

.hg-line-scene .hg-accent-line {
  stroke: var(--hg-blue);
  opacity: 0.78;
}

.hg-float-one,
.hg-float-two,
.hg-float-soft,
.hg-float-one-reverse {
  transform-origin: 50% 60%;
}

.hg-float-one { animation: hgFloatOne 16s ease-in-out infinite; }
.hg-float-two { animation: hgFloatTwo 18s ease-in-out infinite; }
.hg-float-soft { animation: hgFloatSoft 14s ease-in-out infinite; }
.hg-float-one-reverse { animation: hgFloatOne 19s ease-in-out infinite reverse; }

.hg-universe {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 50%, rgba(72, 108, 150, 0.07), transparent 42%),
    #ffffff;
  color: var(--hg-ink);
}

.hg-universe-svg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hg-universe-layer {
  transform-box: view-box;
  transform-origin: 50% 50%;
  animation: hgUniverseRotate 180s linear infinite;
  will-change: transform;
}

.hg-center-dot {
  fill: rgba(17, 17, 17, 0.52);
  filter: drop-shadow(0 0 8px rgba(17, 17, 17, 0.18));
}

.hg-article-link {
  cursor: pointer;
}

.hg-article-line {
  stroke: rgba(17, 17, 17, 0.15);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  transition: stroke 260ms ease, opacity 260ms ease;
}

.hg-article-link:hover .hg-article-line {
  stroke: rgba(72, 108, 150, 0.56);
  opacity: 1 !important;
}

.hg-node {
  transition: opacity 220ms ease, transform 220ms ease, filter 220ms ease;
  transform-box: fill-box;
  transform-origin: center;
}

.hg-article-link:hover .hg-node {
  opacity: 1;
  transform: scale(1.62);
  filter: drop-shadow(0 0 9px rgba(72, 108, 150, 0.38));
}

.hg-node-regular { fill: rgba(17, 17, 17, 0.42); }

.hg-node-new {
  fill: rgba(72, 108, 150, 0.85);
  animation: hgNodePulse 4.8s ease-in-out infinite;
}

.hg-node-featured {
  fill: rgba(45, 73, 110, 0.94);
  animation: hgNodePulse 5.8s ease-in-out infinite;
}

.hg-hit-area {
  fill: transparent;
  pointer-events: all;
}

.hg-universe-title {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(var(--max), calc(100% - 40px));
  height: 100%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.hg-universe-left,
.hg-universe-right {
  position: absolute;
  margin: 0;
  font-size: clamp(56px, 9.8vw, 126px);
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: -0.045em;
  background: var(--journal-shine-gradient);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: v4-shiny-text 3.4s linear infinite;
  text-shadow: none;
}

.hg-universe-left {
  left: 0;
  top: 45%;
}

.hg-universe-right {
  right: 0;
  top: 55%;
  text-align: right;
}

.hg-universe-vignette {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(circle at center, transparent 0%, rgba(255, 255, 255, 0.5) 78%),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.88), transparent 18%, transparent 78%, rgba(255, 255, 255, 0.94));
}

.hg-tooltip {
  position: fixed;
  z-index: 30;
  width: 280px;
  padding: 14px 15px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.14);
  pointer-events: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.hg-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hg-tooltip-category {
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(17, 17, 17, 0.46);
}

.hg-tooltip-title {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.25;
  color: rgba(17, 17, 17, 0.92);
}

.hg-tooltip-excerpt {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(17, 17, 17, 0.58);
}

@media (max-width: 1180px) {
  .hg-media-tasks { padding-inline: 28px; }
  .hg-media-title { margin-bottom: 88px; }

  .hg-task-grid {
    grid-template-columns: 1fr;
    border-left: 1px solid var(--hg-line);
    border-right: 1px solid var(--hg-line);
  }

  .hg-task-card {
    min-height: 630px;
    border-right: none;
    border-bottom: 1px solid var(--hg-line);
  }

  .hg-task-card:last-child { border-bottom: none; }

  .hg-card-visual { height: 330px; }
  .hg-svg { max-width: 460px; }
}

@media (max-width: 760px) {
  .hg-media-tasks { padding: 54px 18px 64px; }
  .hg-kicker { margin-bottom: 22px; font-size: 13px; }

  .hg-media-title {
    margin-bottom: 56px;
    font-size: clamp(43px, 14vw, 68px);
    letter-spacing: -0.048em;
  }

  .hg-task-card {
    min-height: 590px;
    padding: 42px 26px 32px;
  }

  .hg-task-copy h3 { font-size: 24px; }
  .hg-task-copy p { font-size: 16px; }

  .hg-card-visual {
    left: 12px;
    right: 12px;
    bottom: 80px;
    height: 300px;
  }

  .hg-pill {
    min-height: 42px;
    bottom: 34px;
    font-size: 12px;
    letter-spacing: 0.15em;
  }

  .hg-universe { min-height: 780px; }

  .hg-universe-left,
  .hg-universe-right {
    left: 0;
    right: auto;
    font-size: clamp(56px, 9.8vw, 126px);
    letter-spacing: -0.045em;
  }

  .hg-universe-left { top: 38%; }
  .hg-universe-right { top: 49%; }
  .hg-tooltip { width: 230px; }
}

@media (prefers-reduced-motion: reduce) {
  .hg-float-one,
  .hg-float-two,
  .hg-float-soft,
  .hg-float-one-reverse,
  .hg-universe-layer,
  .hg-node-new,
  .hg-node-featured,
  .hg-line-scene path {
    animation: none !important;
  }

  .hg-line-scene path { stroke-dashoffset: 0; }
}

@keyframes hgDrawPath {
  to { stroke-dashoffset: 0; }
}

@keyframes hgFloatOne {
  0%, 100% { transform: translate3d(-4px, 8px, 0) rotate(-1deg); }
  50% { transform: translate3d(6px, -8px, 0) rotate(1.3deg); }
}

@keyframes hgFloatTwo {
  0%, 100% { transform: translate3d(0, 8px, 0) rotate(0deg); }
  50% { transform: translate3d(0, -9px, 0) rotate(-1.2deg); }
}

@keyframes hgFloatSoft {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(4px, -6px, 0); }
}

@keyframes hgUniverseRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes hgNodePulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

/* Merch cards v2 (requested variant) */
.hg-media-cards-only {
  --hg-white: var(--paper);
  --hg-ink: var(--ink);
  --hg-muted: color-mix(in srgb, var(--ink) 56%, transparent);
  --hg-line: color-mix(in srgb, var(--ink) 12%, transparent);
  --hg-aqua: var(--accent-logo);
  --hg-aqua-soft: color-mix(in srgb, var(--accent-logo) 16%, transparent);
  --hg-aqua-line: color-mix(in srgb, var(--accent-logo) 88%, transparent);
  --hg-orange: var(--coral);
  --hg-orange-soft: color-mix(in srgb, var(--coral) 15%, transparent);
  --hg-orange-line: color-mix(in srgb, var(--coral) 84%, transparent);
  box-sizing: border-box;
  padding: 72px 48px 96px;
  background: var(--paper);
  color: var(--hg-ink);
  font-family: var(--font-body);
}

.hg-media-cards-only *,
.hg-media-cards-only *::before,
.hg-media-cards-only *::after {
  box-sizing: border-box;
}

.hg-media-cards-only a {
  color: inherit;
  text-decoration: none;
}

.hg-media-cards-only .hg-media-inner {
  max-width: 1620px;
  margin: 0 auto;
}

.hg-media-cards-only .hg-kicker {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 1;
  color: color-mix(in srgb, var(--ink) 52%, transparent);
}

.hg-media-cards-only .hg-media-title {
  margin: 0 0 142px;
  max-width: 1040px;
  font-family: var(--font-headline);
  font-size: clamp(58px, 6.5vw, 112px);
  line-height: 0.9;
  font-weight: 300;
  letter-spacing: -0.06em;
  color: color-mix(in srgb, var(--ink) 95%, transparent);
}

.hg-media-cards-only .hg-task-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--hg-line);
}

.hg-media-cards-only .hg-task-card {
  position: relative;
  min-height: 690px;
  padding: 64px 44px 40px;
  overflow: hidden;
  border-right: 1px solid var(--hg-line);
  background: var(--paper);
  isolation: isolate;
  --mx: 0;
  --my: 0;
  --motion-hover: 0;
}

.hg-media-cards-only .hg-task-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 72%, transparent 0%, transparent 42%, rgba(255, 255, 255, 0) 70%),
    var(--paper);
  transform: translate3d(calc(var(--mx) * 10px), calc(var(--my) * 10px), 0) scale(calc(1 + var(--motion-hover) * 0.035));
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1), background 360ms ease;
}

.hg-media-cards-only .hg-task-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  pointer-events: none;
  transition: border-color 280ms ease, opacity 280ms ease;
  opacity: 0;
}

.hg-media-cards-only .hg-task-card:hover {
  --motion-hover: 1;
}

.hg-media-cards-only .hg-task-card:hover::after {
  opacity: 1;
  border-color: color-mix(in srgb, var(--ink) 18%, transparent);
}

.hg-media-cards-only .hg-card-sales:hover::before {
  background:
    radial-gradient(circle at 48% 70%, var(--hg-aqua-soft), transparent 38%),
    radial-gradient(circle at 72% 42%, var(--hg-orange-soft), transparent 34%),
    var(--paper);
}

.hg-media-cards-only .hg-card-welcome:hover::before {
  background:
    radial-gradient(circle at 52% 70%, var(--hg-orange-soft), transparent 38%),
    radial-gradient(circle at 70% 44%, var(--hg-aqua-soft), transparent 34%),
    var(--paper);
}

.hg-media-cards-only .hg-card-events:hover::before {
  background:
    radial-gradient(circle at 50% 72%, var(--hg-aqua-soft), transparent 40%),
    radial-gradient(circle at 30% 52%, var(--hg-orange-soft), transparent 35%),
    var(--paper);
}

.hg-media-cards-only .hg-task-copy {
  position: relative;
  z-index: 3;
  max-width: 460px;
}

.hg-media-cards-only .hg-task-copy h3 {
  margin: 0 0 24px;
  font-family: var(--font-headline);
  font-size: 25px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: color-mix(in srgb, var(--ink) 92%, transparent);
}

.hg-media-cards-only .hg-task-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 1.48;
  color: var(--hg-muted);
}

.hg-media-cards-only .hg-card-visual {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 82px;
  z-index: 1;
  height: 390px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  perspective: 900px;
}

.hg-media-cards-only .hg-svg {
  width: 100%;
  max-width: 520px;
  height: auto;
  overflow: visible;
  transform: none !important;
  transition: none !important;
}

.hg-media-cards-only .hg-pill {
  position: absolute;
  left: 50%;
  bottom: 38px;
  z-index: 4;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 44px;
  padding: 0 21px;
  border: 1px solid color-mix(in srgb, var(--ink) 26%, transparent);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: color-mix(in srgb, var(--ink) 86%, transparent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  line-height: 1;
  font-family: var(--font-body);
  font-weight: 500;
  white-space: nowrap;
  transition: background 250ms ease, border-color 250ms ease, color 250ms ease, transform 250ms ease;
}

.hg-media-cards-only .hg-pill:hover {
  transform: translateX(-50%) translateY(-2px);
  border-color: color-mix(in srgb, var(--hg-aqua) 52%, transparent);
  background: rgba(255, 255, 255, 0.92);
  color: color-mix(in srgb, var(--hg-aqua) 96%, transparent);
}

.hg-media-cards-only .hg-pill span {
  font-size: 16px;
  transform: translateY(-1px);
}

.hg-media-cards-only .hg-svg path,
.hg-media-cards-only .hg-svg circle,
.hg-media-cards-only .hg-svg rect {
  vector-effect: non-scaling-stroke;
}

.hg-media-cards-only .hg-line-scene path {
  fill: none;
  stroke-width: 1.05;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: color-mix(in srgb, var(--ink) 28%, transparent);
  stroke-dasharray: 860;
  stroke-dashoffset: 0;
  animation: none !important;
  opacity: 0.72;
  transition: stroke 360ms ease, stroke-width 360ms ease, opacity 360ms ease, filter 360ms ease;
}

.hg-media-cards-only .hg-line-scene .hg-aqua-line {
  stroke: var(--hg-aqua-line);
  opacity: 0.78;
}

.hg-media-cards-only .hg-line-scene .hg-orange-line {
  stroke: var(--hg-orange-line);
  opacity: 0.76;
}

.hg-media-cards-only .hg-line-scene .hg-fill-soft {
  fill: color-mix(in srgb, var(--hg-aqua) 9%, transparent);
  stroke: color-mix(in srgb, var(--hg-aqua) 78%, transparent);
}

.hg-media-cards-only .hg-float-one,
.hg-media-cards-only .hg-float-two,
.hg-media-cards-only .hg-float-soft,
.hg-media-cards-only .hg-float-one-reverse,
.hg-media-cards-only .hg-task-card:hover .hg-float-one,
.hg-media-cards-only .hg-task-card:hover .hg-float-two,
.hg-media-cards-only .hg-task-card:hover .hg-float-soft,
.hg-media-cards-only .hg-task-card:hover .hg-float-one-reverse {
  animation: none !important;
  transform: none !important;
  filter: none !important;
}

.hg-media-cards-only .hg-task-card:hover .hg-line-scene path {
  animation: hgCardsHoverDraw 1.35s cubic-bezier(0.16, 1, 0.3, 1) both !important;
  opacity: 1;
  stroke-width: 1.18;
}

.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(1) { animation-delay: 0s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(2) { animation-delay: 0.04s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(3) { animation-delay: 0.08s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(4) { animation-delay: 0.12s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(5) { animation-delay: 0.16s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(6) { animation-delay: 0.20s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(7) { animation-delay: 0.24s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(8) { animation-delay: 0.28s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(9) { animation-delay: 0.32s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(10) { animation-delay: 0.36s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(11) { animation-delay: 0.40s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(12) { animation-delay: 0.44s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(13) { animation-delay: 0.48s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(14) { animation-delay: 0.52s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(15) { animation-delay: 0.56s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(16) { animation-delay: 0.60s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(17) { animation-delay: 0.64s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-line-scene path:nth-child(18) { animation-delay: 0.68s !important; }

.hg-media-cards-only .hg-signal-dots circle,
.hg-media-cards-only .hg-task-card:hover .hg-signal-dots circle {
  animation: none !important;
  opacity: 0.42;
  transform: none !important;
}

.hg-media-cards-only .hg-signal-dots circle {
  fill: var(--hg-aqua);
}

.hg-media-cards-only .hg-signal-dots circle:nth-child(2n) {
  fill: var(--hg-orange);
}

.hg-media-cards-only .hg-task-card:hover .hg-signal-dots circle {
  animation: hgCardsDotReveal 0.8s ease-out both !important;
  opacity: 0;
}

.hg-media-cards-only .hg-task-card:hover .hg-signal-dots circle:nth-child(1) { animation-delay: 0.55s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-signal-dots circle:nth-child(2) { animation-delay: 0.62s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-signal-dots circle:nth-child(3) { animation-delay: 0.69s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-signal-dots circle:nth-child(4) { animation-delay: 0.76s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-signal-dots circle:nth-child(5) { animation-delay: 0.83s !important; }
.hg-media-cards-only .hg-task-card:hover .hg-signal-dots circle:nth-child(6) { animation-delay: 0.90s !important; }

.hg-media-cards-only .hg-task-card:hover .hg-fill-soft {
  animation: hgCardsSoftFill 1.1s ease-out 0.65s both !important;
}

@media (max-width: 1180px) {
  .hg-media-cards-only {
    padding-inline: 28px;
  }

  .hg-media-cards-only .hg-media-title {
    margin-bottom: 88px;
  }

  .hg-media-cards-only .hg-task-grid {
    grid-template-columns: 1fr;
    border-left: 1px solid var(--hg-line);
    border-right: 1px solid var(--hg-line);
  }

  .hg-media-cards-only .hg-task-card {
    min-height: 630px;
    border-right: none;
    border-bottom: 1px solid var(--hg-line);
  }

  .hg-media-cards-only .hg-task-card:last-child {
    border-bottom: none;
  }

  .hg-media-cards-only .hg-card-visual {
    height: 330px;
  }

  .hg-media-cards-only .hg-svg {
    max-width: 460px;
  }
}

@media (max-width: 760px) {
  .hg-media-cards-only {
    padding: 54px 18px 64px;
  }

  .hg-media-cards-only .hg-kicker {
    margin-bottom: 22px;
    font-size: 13px;
  }

  .hg-media-cards-only .hg-media-title {
    margin-bottom: 56px;
    font-size: clamp(43px, 14vw, 68px);
    letter-spacing: -0.048em;
  }

  .hg-media-cards-only .hg-task-card {
    min-height: 590px;
    padding: 42px 26px 32px;
  }

  .hg-media-cards-only .hg-task-copy h3 {
    font-size: 24px;
  }

  .hg-media-cards-only .hg-task-copy p {
    font-size: 16px;
  }

  .hg-media-cards-only .hg-card-visual {
    left: 12px;
    right: 12px;
    bottom: 80px;
    height: 300px;
  }

  .hg-media-cards-only .hg-pill {
    min-height: 42px;
    bottom: 34px;
    font-size: 12px;
    letter-spacing: 0.15em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hg-media-cards-only .hg-line-scene path,
  .hg-media-cards-only .hg-signal-dots circle {
    animation: none !important;
  }
}

@keyframes hgCardsHoverDraw {
  0% {
    stroke-dashoffset: 860;
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes hgCardsDotReveal {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 0.78;
    transform: scale(1);
  }
}

@keyframes hgCardsSoftFill {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}

/* Universe style aligned with hero video look */
.hg-universe {
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255, 255, 255, 0.10), transparent 36%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.16) 48%, rgba(0, 0, 0, 0.34)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.02) 38%, rgba(0, 0, 0, 0.56)),
    #000000;
  color: #ffffff;
}

.hg-universe-vignette {
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255, 255, 255, 0.08), transparent 40%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.14) 48%, rgba(0, 0, 0, 0.3)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.02) 38%, rgba(0, 0, 0, 0.62));
}

.hg-universe-vignette::after {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
}

.hg-universe-layer {
  animation: hgUniverseRotate 96s linear infinite;
}

.hg-center-dot {
  fill: rgba(126, 133, 205, 0.92);
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 190ms ease, fill 190ms ease, filter 190ms ease;
  filter:
    drop-shadow(0 0 3px rgba(126, 133, 205, 0.36))
    drop-shadow(0 0 8px rgba(100, 206, 251, 0.12));
}

.hg-center-link {
  cursor: pointer;
}

.hg-center-hit {
  fill: transparent;
  pointer-events: all;
}

.hg-center-link:hover .hg-center-dot,
.hg-center-link:focus-visible .hg-center-dot {
  transform: scale(1.58);
  fill: rgba(142, 151, 232, 0.98);
  filter:
    drop-shadow(0 0 10px rgba(142, 151, 232, 0.72))
    drop-shadow(0 0 22px rgba(136, 88, 255, 0.42))
    drop-shadow(0 0 34px rgba(100, 206, 251, 0.28));
}

.hg-article-line {
  stroke: rgba(255, 255, 255, 0.08);
}

.hg-article-link:hover .hg-article-line {
  stroke: rgba(100, 206, 251, 0.52);
}

.hg-node-regular {
  fill: rgba(255, 255, 255, 0.34);
}

.hg-node-new {
  fill: rgba(100, 206, 251, 0.9);
}

.hg-node-featured {
  fill: rgba(255, 211, 108, 0.92);
}

.hg-tooltip {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(8, 8, 8, 0.82);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
}

.hg-tooltip-category {
  color: rgba(255, 255, 255, 0.45);
}

.hg-tooltip-title {
  color: rgba(255, 255, 255, 0.92);
}

.hg-tooltip-excerpt {
  color: rgba(255, 255, 255, 0.58);
}

.all-materials-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 124px;
  background:
    radial-gradient(circle at 78% 20%, rgba(136, 88, 255, 0.10), transparent 34%),
    radial-gradient(circle at 18% 72%, rgba(100, 206, 251, 0.10), transparent 34%),
    #ffffff;
  color: var(--ink);
}

.all-materials-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
  pointer-events: none;
}

.all-materials-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.all-materials-hero h2 {
  margin: 16px 0 0;
  font-family: var(--font-headline);
  font-size: clamp(46px, 7vw, 96px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.all-materials-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.52;
}

.all-materials-hero .button {
  margin-top: 34px;
}

@media (max-width: 1040px) {
  .journal-designer-header .header-inner {
    position: relative;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .journal-designer-header .nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 30;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(29, 29, 27, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 70px rgba(29, 29, 27, 0.12);
    backdrop-filter: blur(16px);
  }

  .journal-designer-header.is-menu-open .nav {
    display: flex;
  }

  .journal-designer-header .nav a {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(29, 29, 27, 0.08);
    color: var(--ink);
  }

  .journal-designer-header .nav a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 900px) {
  .v4-hero-bottom a {
    min-height: 54px;
  }
}

@media (max-width: 700px) {
  .all-materials-hero {
    padding: 78px 0 88px;
  }

  .all-materials-hero p {
    font-size: 16px;
  }
}

/* v8.1: task routes, dynamic occasion collections, and editorial blocks */

.v81-task-routes .v5-route-strip {
  grid-template-columns: repeat(6, minmax(190px, 1fr));
}

.v81-task-routes .v5-route-strip a:nth-child(2),
.v81-task-routes .v5-route-strip a:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(88, 191, 213, 0.12), rgba(255, 255, 255, 0.94)),
    #ffffff;
}

.v81-task-routes .v5-route-strip a:nth-child(6) {
  background:
    linear-gradient(180deg, rgba(136, 88, 255, 0.10), rgba(255, 255, 255, 0.94)),
    #ffffff;
}

.v81-occasion-collections,
.v81-production {
  padding: 92px 0;
  background: #ffffff;
  border-top: 0;
}

.v81-occasion-collections {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(100, 206, 251, 0.10), transparent 34%),
    radial-gradient(circle at 84% 70%, rgba(136, 88, 255, 0.075), transparent 30%),
    #ffffff;
}

.v81-occasion-collections::before {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
  pointer-events: none;
}

.v81-occasion-collections .wrap {
  position: relative;
  z-index: 1;
}

.v81-occasion-meta {
  width: fit-content;
  margin: -8px 0 24px;
  padding: 9px 13px;
  border: 1px solid rgba(29, 29, 27, 0.10);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(29, 29, 27, 0.58);
  font-size: 13px;
  line-height: 1;
}

.v81-occasion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(29, 29, 27, 0.12);
}

.v81-occasion-card {
  min-height: 270px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.98)),
    #ffffff;
}

.v81-occasion-card span,
.v81-production-grid span {
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v81-occasion-card h3,
.v81-production-grid h3 {
  margin: 46px 0 14px;
  color: var(--ink);
  font-family: var(--font-headline);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 500;
  line-height: 1.02;
}

.v81-occasion-card p,
.v81-production-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.v81-occasion-card em {
  display: block;
  margin-top: 28px;
  color: rgba(29, 29, 27, 0.48);
  font-size: 13px;
  font-style: normal;
}

.v81-universe {
  border-top: 0;
}

.v81-issue-grid .v5-card-data {
  grid-column: span 5;
}

.v81-branding-guide {
  border-top: 0;
}

.v81-production {
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 211, 108, 0.14), transparent 32%),
    radial-gradient(circle at 18% 82%, rgba(100, 206, 251, 0.10), transparent 28%),
    #ffffff;
}

.v81-production-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(29, 29, 27, 0.12);
}

.v81-production-grid article {
  min-height: 320px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
}

@media (max-width: 1040px) {
  .v81-occasion-grid,
  .v81-production-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v81-issue-grid .v5-card-data {
    grid-column: span 6;
  }
}

@media (max-width: 700px) {
  .v81-occasion-collections,
  .v81-production {
    padding: 68px 0;
  }

  .v81-occasion-grid,
  .v81-production-grid {
    grid-template-columns: 1fr;
  }

  .v81-occasion-card,
  .v81-production-grid article {
    min-height: auto;
  }

  .v81-occasion-card h3,
  .v81-production-grid h3 {
    margin-top: 38px;
  }
}

/* v8.1 heading scale: hero stays unique, all section titles match the System title */

.journal-v5-full .designer-section-head h2,
.journal-v5-full .v5-section-head h2,
.journal-v5-full .v5-subscribe h2,
.journal-v5-full .v8-section-head h2,
.journal-v5-full .all-materials-hero h2,
.journal-v5-full .impression-library__title {
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.035em;
}

@media (max-width: 700px) {
  .journal-v5-full .designer-section-head h2,
  .journal-v5-full .v5-section-head h2,
  .journal-v5-full .v5-subscribe h2,
  .journal-v5-full .v8-section-head h2,
  .journal-v5-full .all-materials-hero h2,
  .journal-v5-full .impression-library__title {
    font-size: 34px;
  }
}

/* Thinking Protocol visual correction: one premium editorial system, no visual noise */

.v81-task-routes,
.v81-occasion-collections,
.v5-latest,
.all-materials-hero,
.v81-branding-guide,
.v81-cases,
.v81-production,
#subscribe.v5-subscribe {
  background: #ffffff;
}

.v81-task-routes .v5-section-head,
.v81-occasion-collections .v5-section-head,
.v5-latest .v5-section-head,
.v81-branding-guide .v8-section-head,
.v81-cases .v5-section-head,
.v81-production .v5-section-head {
  margin-bottom: 42px;
}

.v81-task-routes .v5-route-strip {
  counter-reset: route;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 0;
  background: rgba(29, 29, 27, 0.12);
  box-shadow: none;
}

.v81-task-routes .v5-route-strip a,
.v81-task-routes .v5-route-strip a:nth-child(2n),
.v81-task-routes .v5-route-strip a:nth-child(3n) {
  counter-increment: route;
  min-height: 286px;
  min-width: 0;
  padding: 26px;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  transform: none;
}

.v81-task-routes .v5-route-strip a::before {
  content: "маршрут 0" counter(route);
  margin: 0 0 46px;
  color: rgba(136, 88, 255, 0.68);
  font-family: inherit;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.10em;
  line-height: 1;
  text-transform: uppercase;
}

.v81-task-routes .v5-route-strip a::after {
  left: 26px;
  right: 26px;
  bottom: auto;
  top: 58px;
  height: 1px;
  background: linear-gradient(90deg, rgba(136, 88, 255, 0.52), rgba(255, 211, 108, 0));
  opacity: 1;
}

.v81-task-routes .v5-route-strip strong {
  margin-top: 0;
  font-size: 28px;
  line-height: 1;
}

.v81-task-routes .v5-route-strip em {
  min-height: 0;
  margin-top: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.v81-task-routes .v5-route-strip a:hover,
.v81-task-routes .v5-route-strip a:nth-child(2n):hover,
.v81-task-routes .v5-route-strip a:nth-child(3n):hover {
  background:
    linear-gradient(180deg, rgba(136, 88, 255, 0.055), rgba(255, 255, 255, 0.96)),
    #ffffff;
  transform: none;
  box-shadow: none;
}

.v81-occasion-collections {
  border-top: 0;
}

.v81-occasion-collections .v5-section-head {
  padding-bottom: 0;
  border-bottom: 0;
}

.v81-occasion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.v81-occasion-card {
  min-height: 300px;
  padding: 26px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.v81-occasion-card span {
  display: inline-flex;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 211, 108, 0.70);
  border-radius: 999px;
  background: rgba(255, 211, 108, 0.20);
}

.v81-occasion-card h3 {
  margin-top: 58px;
}

.v81-occasion-card::after {
  left: 26px;
  right: 26px;
  bottom: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(29, 29, 27, 0.10);
}

.v81-issue-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  grid-template-rows: repeat(3, minmax(160px, auto));
  gap: 12px;
}

.v81-issue-grid .v5-card,
.v81-issue-grid .v5-card:hover {
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.v81-issue-grid .v5-card {
  grid-column: 2;
  border-color: rgba(29, 29, 27, 0.12);
}

.v81-issue-grid .v5-card-lead {
  grid-column: 1;
  grid-row: 1 / 4;
  min-height: 640px;
  background: #ffffff;
}

.v81-issue-grid .v5-card-lead h3 {
  font-size: clamp(36px, 4vw, 58px);
}

.v81-issue-grid .v5-card-yellow,
.v81-issue-grid .v5-card-accent,
.v81-issue-grid .v5-card-data {
  background: #ffffff;
}

.v81-issue-grid .v5-card-yellow {
  border-left: 6px solid #ffd36c;
}

.v81-issue-grid .v5-card-accent {
  border-left: 6px solid #8858ff;
}

.v81-issue-grid .v5-card-data {
  border-left: 6px solid #695cd3;
}

.v81-issue-grid .v5-card-yellow::after {
  display: none;
}

.all-materials-hero {
  padding: 96px 0;
  background: #f8f8fa;
}

.all-materials-hero-inner {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.all-materials-hero-inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: min(360px, 34vw);
  height: 220px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  background:
    linear-gradient(90deg, rgba(136, 88, 255, 0.10), transparent 34%),
    #ffffff;
}

.all-materials-hero-inner::after {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: min(760px, 100%);
  margin-top: 34px;
  border-radius: 0;
}

.v81-branding-guide {
  background: #ffffff;
}

.v81-branding-guide .v8-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.v81-branding-guide .v8-metric-grid article {
  display: block;
  min-height: 360px;
  padding: 28px;
  padding-top: 160px;
  border-radius: 0;
  box-shadow: none;
}

.v81-branding-guide .v8-metric-grid article::before {
  left: 28px;
  top: 28px;
  width: 112px;
  height: 88px;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(136, 88, 255, 0.14), rgba(255, 211, 108, 0.18)),
    linear-gradient(180deg, #ffffff, #f8f8fa);
  transform: none;
}

.v81-branding-guide .v8-metric-grid span {
  left: 58px;
  top: 62px;
  transform: none;
}

.v81-branding-guide .v8-metric-grid h3,
.v81-branding-guide .v8-metric-grid p {
  grid-column: auto;
}

.v81-cases {
  background: #f8f8fa;
}

.v81-cases .v5-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.v81-cases .v5-proof-grid::before {
  display: none;
}

.v81-cases .v5-proof-grid article,
.v81-cases .v5-proof-grid article:hover {
  display: block;
  min-height: 360px;
  padding: 28px;
  padding-top: 104px;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.v81-cases .v5-proof-grid article::before {
  left: 28px;
  top: 28px;
  width: 48px;
  height: 48px;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(136, 88, 255, 0.12), rgba(255, 211, 108, 0.22)),
    #ffffff;
  transform: none;
}

.v81-cases .v5-proof-grid span {
  position: absolute;
  left: 46px;
  top: 46px;
  margin: 0;
}

.v81-cases .v5-proof-grid h3 {
  margin: 0 0 18px;
}

.v81-production {
  background: #ffffff;
}

.v81-production-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(29, 29, 27, 0.12);
  background: rgba(29, 29, 27, 0.12);
}

.v81-production-grid::before {
  display: none;
}

.v81-production-grid article {
  min-height: 360px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.v81-production-grid span {
  border-radius: 0;
}

#subscribe.v5-subscribe {
  background: #ffffff;
}

#subscribe .v5-subscribe-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

#subscribe .v5-subscribe-line > div {
  padding: 42px;
  border-right: 1px solid rgba(29, 29, 27, 0.12);
  background:
    linear-gradient(135deg, rgba(136, 88, 255, 0.08), rgba(255, 211, 108, 0.16)),
    #ffffff;
}

#subscribe .v5-subscribe-line h2 {
  color: var(--ink);
}

#subscribe .v5-subscribe-line p {
  color: var(--muted);
}

#subscribe .email-form {
  padding: 42px;
  background: #ffffff;
}

@media (max-width: 1040px) {
  .v81-task-routes .v5-route-strip,
  .v81-occasion-grid,
  .v81-branding-guide .v8-metric-grid,
  .v81-cases .v5-proof-grid,
  .v81-production-grid {
    grid-template-columns: 1fr;
  }

  .v81-issue-grid {
    grid-template-columns: 1fr;
  }

  .v81-issue-grid .v5-card,
  .v81-issue-grid .v5-card-lead,
  .v81-issue-grid .v5-card-accent,
  .v81-issue-grid .v5-card-data,
  .v81-issue-grid .v5-card-yellow {
    grid-column: 1;
    grid-row: auto;
  }

  .v81-issue-grid .v5-card-lead {
    min-height: 0;
  }

  #subscribe .v5-subscribe-line {
    grid-template-columns: 1fr;
  }

  #subscribe .v5-subscribe-line > div {
    border-right: 0;
    border-bottom: 1px solid rgba(29, 29, 27, 0.12);
  }
}

@media (max-width: 700px) {
  .v81-task-routes .v5-route-strip a,
  .v81-occasion-card,
  .v81-branding-guide .v8-metric-grid article,
  .v81-cases .v5-proof-grid article,
  .v81-production-grid article {
    min-height: auto;
  }

  .all-materials-hero-inner::before {
    display: none;
  }

  #subscribe .v5-subscribe-line > div,
  #subscribe .email-form {
    padding: 28px;
  }
}

/* v8.1 visual layer: editorial objects for non-protected blocks */

.v81-route-board {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr);
  gap: 1px;
  margin-bottom: 18px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  background: rgba(29, 29, 27, 0.12);
}

.v81-route-board > div,
.v81-route-board svg {
  min-height: 190px;
  background: #ffffff;
}

.v81-route-board > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
}

.v81-route-board span,
.all-materials-visual figcaption,
.v81-occasion-visual figcaption {
  color: rgba(29, 29, 27, 0.52);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.v81-route-board strong {
  max-width: 260px;
  color: var(--ink);
  font-family: var(--font-headline);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.v81-route-board svg {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px;
}

.v81-route-board path,
.v81-route-board circle,
.v81-route-board rect,
.v81-brand-visual path,
.v81-brand-visual circle,
.v81-process-visual path,
.v81-process-visual circle {
  fill: none;
  stroke: rgba(29, 29, 27, 0.34);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.v81-route-board .route-line {
  stroke: rgba(136, 88, 255, 0.42);
}

.v81-route-board .route-line.muted {
  stroke: rgba(255, 211, 108, 0.58);
}

.v81-occasion-layout {
  position: static;
  display: block;
}

.v81-occasion-main {
  min-width: 0;
  max-width: none;
}

.v81-occasion-visual,
.all-materials-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(29, 29, 27, 0.12);
  background: #ffffff;
}

.v81-occasion-visual {
  position: absolute;
  right: 0;
  top: 24px;
  z-index: 1;
  width: clamp(280px, 30vw, 380px);
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.v81-occasion-visual img,
.all-materials-visual img,
.v81-case-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v81-occasion-visual img {
  opacity: 0.88;
}

.v81-occasion-visual figcaption,
.all-materials-visual figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(29, 29, 27, 0.14);
  color: rgba(29, 29, 27, 0.68);
}

.v81-occasion-collections .v5-section-head {
  position: relative;
  z-index: 2;
  max-width: 1040px;
}

.v81-occasion-collections .v5-section-head.split {
  display: block;
}

.v81-occasion-collections .v5-section-head p {
  max-width: 760px;
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.52;
}

.v81-occasion-collections .v5-section-head p + p {
  margin-top: 14px;
}

.all-materials-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: 32px;
  align-items: end;
  max-width: var(--max);
}

.all-materials-hero-inner > .v5-kicker,
.all-materials-hero-inner > h2,
.all-materials-hero-inner > p,
.all-materials-hero-inner > .button {
  grid-column: 1;
}

.all-materials-hero-inner::before {
  display: none;
}

.all-materials-visual {
  grid-column: 2;
  grid-row: 1 / span 4;
  min-height: 280px;
}

.all-materials-visual img {
  opacity: 0.92;
}

.v81-branding-guide .v8-metric-grid article {
  padding-top: 28px;
}

.v81-branding-guide .v8-metric-grid article::before,
.v81-branding-guide .v8-metric-grid span {
  display: none;
}

.v81-brand-visual {
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: 34px;
  padding: 14px;
  border: 1px solid rgba(29, 29, 27, 0.10);
  background:
    linear-gradient(135deg, rgba(136, 88, 255, 0.055), rgba(255, 211, 108, 0.10)),
    #ffffff;
}

.v81-brand-visual path:nth-child(2n),
.v81-process-visual path:nth-child(2n) {
  stroke: rgba(136, 88, 255, 0.48);
}

.v81-brand-visual path:nth-child(3n),
.v81-process-visual path:nth-child(3n) {
  stroke: rgba(255, 211, 108, 0.78);
}

.v81-cases .v5-proof-grid article {
  padding-top: 28px;
}

.v81-cases .v5-proof-grid article::before,
.v81-cases .v5-proof-grid span {
  display: none;
}

.v81-case-visual {
  height: 168px;
  margin-bottom: 28px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.10);
  background: #ffffff;
}

.v81-case-visual img {
  opacity: 0.86;
  filter: saturate(0.92) contrast(1.03);
}

.v81-cases .v5-proof-grid article:nth-child(1) .v81-case-visual img {
  object-position: 50% 7%;
}

.v81-cases .v5-proof-grid article:nth-child(2) .v81-case-visual img {
  object-position: 50% 44%;
}

.v81-cases .v5-proof-grid article:nth-child(3) .v81-case-visual img {
  object-position: 50% 54%;
}

.v81-production-grid article {
  display: flex;
  flex-direction: column;
}

.v81-process-visual {
  width: 100%;
  height: 104px;
  margin: 22px 0 34px;
  padding: 10px;
  border: 1px solid rgba(29, 29, 27, 0.10);
  background:
    linear-gradient(135deg, rgba(105, 92, 211, 0.055), rgba(255, 211, 108, 0.10)),
    #ffffff;
}

@media (max-width: 1040px) {
  .v81-route-board,
  .v81-occasion-layout,
  .all-materials-hero-inner {
    grid-template-columns: 1fr;
  }

  .all-materials-hero-inner > .v5-kicker,
  .all-materials-hero-inner > h2,
  .all-materials-hero-inner > p,
  .all-materials-hero-inner > .button,
  .all-materials-visual {
    grid-column: 1;
  }

  .all-materials-visual {
    grid-row: auto;
  }

  .v81-occasion-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .v81-occasion-main {
    max-width: none;
  }

  .v81-occasion-collections .v5-section-head {
    max-width: none;
  }

  .v81-occasion-visual {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 520px;
    justify-self: end;
    min-height: 320px;
  }
}

@media (max-width: 700px) {
  .v81-route-board > div,
  .v81-route-board svg {
    min-height: 150px;
  }

  .v81-route-board strong {
    font-size: 25px;
  }

  .v81-occasion-visual,
  .all-materials-visual {
    min-height: 240px;
  }

  .v81-case-visual {
    height: 140px;
  }
}

/* Main issue editorial cover */

.journal-v8-1 .hg-main-issue {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  padding: 64px 0;
  background:
    radial-gradient(circle at 88% 10%, rgba(136, 88, 255, 0.10), transparent 30%),
    radial-gradient(circle at 8% 82%, rgba(100, 206, 251, 0.09), transparent 28%),
    linear-gradient(180deg, #fbfdff 0%, #ffffff 65%);
}

.journal-v8-1 .hg-main-issue::before {
  display: none;
}

.journal-v8-1 .hg-main-issue::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(100, 206, 251, 0.42),
    rgba(255, 211, 108, 0.46),
    rgba(136, 88, 255, 0.42),
    transparent
  );
  pointer-events: none;
}

.journal-v8-1 .hg-main-issue .wrap {
  position: relative;
  z-index: 1;
  width: min(1380px, calc(100% - 80px));
}

.journal-v8-1 .hg-editorial-cover-layout {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(420px, 1fr);
  gap: clamp(48px, 7vw, 90px);
  align-items: center;
}

.journal-v8-1 .hg-editorial-eyebrow {
  margin: 0 0 16px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  text-transform: uppercase;
}

.journal-v8-1 .hg-editorial-cover-copy h2 {
  margin: 0 0 26px;
  color: var(--ink);
}

.journal-v8-1 .hg-editorial-title-link,
.journal-v8-1 .hg-article-title-link {
  color: inherit;
  text-decoration: none;
}

.journal-v8-1 .hg-editorial-cover-copy h2 span {
  display: block;
  width: fit-content;
  background: var(--journal-shine-gradient);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  animation: v4-shiny-text 3.4s linear infinite;
}

.journal-v8-1 .hg-editorial-cover-copy p:not(.hg-overline) {
  max-width: 610px;
  margin: 0;
  color: #111111;
  font-family: var(--font-body);
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.018em;
}

.journal-v8-1 .hg-editorial-cover-copy p:not(.hg-overline) + p:not(.hg-overline) {
  margin-top: 14px;
}

.journal-v8-1 .hg-editorial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 32px;
}

.journal-v8-1 .hg-editorial-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  gap: 8px;
  padding: 0 22px;
  border: 1px solid rgba(29, 29, 27, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(20, 20, 30, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.journal-v8-1 .hg-editorial-button:hover {
  border-color: rgba(136, 88, 255, 0.28);
  background: var(--accent-deep);
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(136, 88, 255, 0.18);
  transform: translateY(-2px);
}

.journal-v8-1 .hg-editorial-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(136, 88, 255, 0.09);
  color: var(--accent-deep);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journal-v8-1 .hg-magazine-cover-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.journal-v8-1 .hg-magazine-cover-wrap::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -60px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(136, 88, 255, 0.12), transparent 66%);
  filter: blur(8px);
  pointer-events: none;
}

.journal-v8-1 .hg-magazine-cover {
  position: relative;
  width: min(100%, 560px);
  min-height: 620px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 211, 108, 0.23), transparent 33%),
    radial-gradient(circle at 12% 90%, rgba(100, 206, 251, 0.12), transparent 30%),
    linear-gradient(145deg, #ffffff, #f7f3ff);
  box-shadow: 0 28px 80px rgba(20, 20, 30, 0.08);
}

.journal-v8-1 .hg-magazine-cover::before {
  display: none;
}

.journal-v8-1 .hg-magazine-cover::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.54) 42%, transparent 58%);
  transform: translateX(-100%);
  animation: hgCoverShine 6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes hgCoverShine {
  0%, 52% { transform: translateX(-100%); }
  72%, 100% { transform: translateX(100%); }
}

.journal-v8-1 .hg-magazine-topline {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--accent-deep);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journal-v8-1 .hg-magazine-cover h3 {
  position: relative;
  z-index: 4;
  max-width: 440px;
  margin: 26px 0 18px;
}

.journal-v8-1 .hg-cover-image {
  position: relative;
  z-index: 1;
  display: block;
  height: 340px;
  margin: 22px -34px 24px;
  overflow: hidden;
  border-top: 1px solid rgba(29, 29, 27, 0.08);
  border-bottom: 1px solid rgba(29, 29, 27, 0.08);
  background:
    radial-gradient(circle at 62% 18%, rgba(136, 88, 255, 0.12), transparent 34%),
    linear-gradient(135deg, #ffffff, #f5f1ff);
}

.journal-v8-1 .hg-cover-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-cover-image:hover img {
  transform: scale(1.035);
}

.journal-v8-1 .hg-cover-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.20), transparent 35%, rgba(255, 255, 255, 0.28)),
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.12) 100%);
  pointer-events: none;
}

.journal-v8-1 .hg-cover-list {
  position: relative;
  z-index: 4;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journal-v8-1 .hg-cover-list li {
  margin: 0;
}

.journal-v8-1 .hg-cover-list li:not(:has(.hg-cover-list-link)) {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  color: #111111;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.journal-v8-1 .hg-cover-list-link {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  margin: -6px -10px;
  padding: 8px 10px;
  border-radius: 14px;
  color: #111111;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
}

.journal-v8-1 .hg-cover-list-link:hover,
.journal-v8-1 .hg-cover-list-link:focus-visible {
  background: rgba(136, 88, 255, 0.07);
  color: var(--ink);
  transform: scale(1.025);
}

.journal-v8-1 .hg-cover-list-link span {
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.journal-v8-1 .hg-cover-list li:not(:has(.hg-cover-list-link)) span {
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.journal-v8-1 .hg-cover-term-note {
  position: relative;
  z-index: 4;
  display: block;
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid rgba(110, 106, 120, 0.34);
  color: #111111;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .journal-v8-1 .hg-main-issue {
    align-items: flex-start;
    min-height: 0;
  }

  .journal-v8-1 .hg-main-issue .wrap {
    width: min(100% - 42px, 920px);
  }

  .journal-v8-1 .hg-editorial-cover-layout {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .hg-magazine-cover-wrap {
    justify-content: flex-start;
  }

  .journal-v8-1 .hg-magazine-cover {
    width: 100%;
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .journal-v8-1 .hg-main-issue {
    padding: 42px 0;
  }

  .journal-v8-1 .hg-main-issue .wrap {
    width: min(100% - 28px, 680px);
  }

  .journal-v8-1 .hg-editorial-cover-copy p {
    font-size: 16px;
  }

  .journal-v8-1 .hg-magazine-cover {
    padding: 26px;
    border-radius: 26px;
  }

  .journal-v8-1 .hg-magazine-cover h3 {
    margin-top: 24px;
  }

  .journal-v8-1 .hg-cover-image {
    height: 260px;
    margin-right: -26px;
    margin-left: -26px;
  }

  .journal-v8-1 .hg-cover-list li:not(:has(.hg-cover-list-link)) {
    grid-template-columns: 32px 1fr;
    font-size: 14px;
  }

  .journal-v8-1 .hg-cover-term-note {
    margin-top: 14px;
    padding-top: 9px;
    border-top-color: rgba(110, 106, 120, 0.38);
    font-size: 11px;
    line-height: 1.28;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journal-v8-1 .hg-editorial-cover-copy h2 span,
  .journal-v8-1 .hg-magazine-cover::after {
    animation: none !important;
  }

  .journal-v8-1 .hg-cover-image img,
  .journal-v8-1 .hg-editorial-button {
    transition: none;
  }
}

/* Calendar additions for v8.1 */

.v81-occasion-visual.v81-occasion-visual-calendar {
  width: min(220px, 100%);
  min-height: 0;
  margin-left: auto;
  border: 1px solid rgba(29, 29, 27, 0.10);
  background: rgba(255, 255, 255, 0.82);
}

.v81-occasion-visual-calendar svg {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.7;
}

.v81-cal-frame {
  fill: rgba(100, 206, 251, 0.06);
  stroke: rgba(136, 88, 255, 0.30);
  stroke-width: 1.4;
}

.v81-cal-head {
  fill: rgba(255, 211, 108, 0.20);
}

.v81-cal-line,
.v81-cal-grid {
  fill: none;
  stroke: rgba(136, 88, 255, 0.42);
  stroke-linecap: round;
  stroke-width: 2;
}

.v81-cal-dot {
  fill: rgba(136, 88, 255, 0.46);
}

.hg-calendar-section {
  position: relative;
  padding: 76px 0 84px;
  background:
    radial-gradient(circle at 14% 8%, rgba(100, 206, 251, 0.08), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(136, 88, 255, 0.08), transparent 32%),
    #ffffff;
  color: var(--ink);
}

.hg-calendar-page {
  padding-top: 10px;
}

.hg-calendar-wrap {
  width: min(var(--max), calc(100% - 72px));
  margin: 0 auto;
}

.hg-calendar-head {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(360px, 1fr);
  gap: 80px;
  align-items: center;
  margin-bottom: 58px;
}

.hg-calendar-hero-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(29, 29, 27, 0.62);
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 18px;
}

.hg-calendar-hero-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.hg-calendar-text {
  display: grid;
  gap: 0;
  min-width: 0;
  max-width: 760px;
}

.hg-calendar-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  justify-self: stretch;
  width: 100%;
  opacity: 1;
  pointer-events: none;
}

.hg-calendar-visual-glow {
  position: absolute;
  width: min(480px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(136, 88, 255, 0.11), transparent 64%),
    radial-gradient(circle at 36% 68%, rgba(100, 206, 251, 0.12), transparent 42%);
  filter: blur(4px);
  animation: hg-calendar-breathe 5.5s ease-in-out infinite;
}

.hg-calendar-art {
  position: relative;
  z-index: 1;
  display: block;
  width: min(420px, 100%);
  height: auto;
  overflow: visible;
}

.hg-calendar-art path,
.hg-calendar-art circle {
  vector-effect: non-scaling-stroke;
}

.hg-calendar-draw {
  stroke-dasharray: 620;
  stroke-dashoffset: 620;
  animation: hg-calendar-draw 2.4s ease forwards;
}

.hg-calendar-draw.delay-1 {
  animation-delay: 0.18s;
}

.hg-calendar-draw.delay-2 {
  animation-delay: 0.36s;
}

.hg-calendar-check {
  transform-origin: center;
  animation: hg-calendar-soft-pop 1.8s ease-in-out infinite;
}

.hg-calendar-wave {
  animation: hg-calendar-wave-move 4.2s ease-in-out infinite;
}

.hg-calendar-section .hg-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  text-transform: uppercase;
}

.hg-calendar-title {
  margin: 0;
  max-width: 720px;
  color: var(--ink);
  font-family: var(--font-headline);
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.v81-occasion-collections .v5-section-head h2 {
  font-size: 54px;
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.hg-calendar-title span {
  display: inline-block;
  background: var(--journal-shine-gradient);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: v4-shiny-text 3.4s linear infinite;
  text-shadow: none;
}

.hg-calendar-subtitle {
  margin: 30px 0 0;
  max-width: 720px;
  color: rgba(29, 29, 27, 0.62);
  font-size: clamp(19px, 1.28vw, 22px);
  line-height: 1.55;
  letter-spacing: -0.018em;
}

.hg-calendar-subtitle-second {
  margin-top: 14px;
}

.hg-calendar-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  max-width: 760px;
}

.hg-calendar-note {
  position: relative;
  min-height: 156px;
  overflow: hidden;
  padding: 22px 22px 24px;
  border: 1px solid rgba(29, 29, 27, 0.09);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 20px 55px rgba(20, 20, 30, 0.055);
  backdrop-filter: blur(16px);
}

.hg-calendar-note::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(136, 88, 255, 0.12), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(100, 206, 251, 0.12), transparent 36%);
  opacity: 0.7;
  pointer-events: none;
}

.hg-calendar-note > * {
  position: relative;
  z-index: 1;
}

.hg-calendar-note-title {
  margin-bottom: 12px;
  color: #8858ff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hg-calendar-note p {
  margin: 0;
  color: #62656d;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.015em;
}

@keyframes hg-calendar-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes hg-calendar-soft-pop {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.035);
  }
}

@keyframes hg-calendar-wave-move {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(12px);
  }
}

@keyframes hg-calendar-breathe {
  0%,
  100% {
    opacity: 0.85;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

.hg-filter-panel {
  position: sticky;
  top: 0;
  z-index: 20;
  margin-bottom: 22px;
  padding: 12px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 50px rgba(25, 25, 25, 0.05);
}

.hg-filter-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(4, minmax(150px, 0.72fr));
  gap: 8px;
}

.hg-control {
  position: relative;
}

.hg-control-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  z-index: 2;
  width: 18px;
  height: 18px;
  color: rgba(136, 88, 255, 0.86);
  transform: translateY(-50%);
  pointer-events: none;
}

.hg-control-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.hg-control input,
.hg-control select {
  width: 100%;
  height: 44px;
  border: 1px solid #e6e2d8;
  border-radius: 14px;
  background: #fff;
  padding: 0 14px 0 40px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 480;
  letter-spacing: 0;
  outline: none;
  appearance: none;
}

.hg-control select {
  cursor: pointer;
  padding-right: 34px;
}

.hg-control:has(select)::after {
  content: "⌄";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-54%);
  color: var(--accent-deep);
  font-weight: 800;
  pointer-events: none;
}

.hg-filter-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
  color: rgba(29, 29, 27, 0.58);
  font-size: 14px;
}

.hg-reset {
  border: 0;
  background: transparent;
  color: var(--accent-deep);
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  padding: 0;
}

.journal-v8-1 .hg-dropdown-control {
  position: relative;
  flex: 0 0 auto;
  min-width: 0;
}

.journal-v8-1 .hg-filter-dropdown-row {
  overflow: visible;
}

.journal-v8-1 .hg-custom-select-trigger {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

.journal-v8-1 .hg-custom-select-trigger:focus-visible {
  outline: 3px solid rgba(136, 88, 255, 0.18);
  outline-offset: 3px;
}

.journal-v8-1 .hg-custom-select-trigger.is-open {
  background: #8858ff;
  border-color: #8858ff;
  color: #ffffff;
  transform: translateY(-1px);
}

.journal-v8-1 .hg-filter-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 90;
  width: max-content;
  min-width: max(100%, 210px);
  max-width: min(320px, calc(100vw - 32px));
  max-height: min(360px, 62vh);
  overflow: auto;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(136, 88, 255, 0.16);
  border-radius: 20px;
  scrollbar-gutter: stable;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96)),
    var(--journal-header-background, #ffffff);
  box-shadow:
    0 26px 58px rgba(35, 79, 126, 0.14),
    0 2px 0 rgba(255, 255, 255, 0.72) inset;
}

.journal-v8-1 .hg-filter-menu::-webkit-scrollbar {
  width: 7px;
}

.journal-v8-1 .hg-filter-menu::-webkit-scrollbar-track {
  background: transparent;
  margin: 16px 0;
}

.journal-v8-1 .hg-filter-menu::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgba(136, 88, 255, 0.26);
  background-clip: content-box;
}

.journal-v8-1 .hg-filter-option {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: rgba(29, 29, 27, 0.76);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.15;
  padding: 10px 34px 10px 13px;
  text-align: left;
  white-space: normal;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.journal-v8-1 .hg-filter-menu .hg-filter-option,
.journal-v8-1 .hg-filter-menu .hg-filter-option span,
.journal-v8-1 .hg-filter-menu .hg-filter-option:hover,
.journal-v8-1 .hg-filter-menu .hg-filter-option:hover span,
.journal-v8-1 .hg-filter-menu .hg-filter-option:focus-visible,
.journal-v8-1 .hg-filter-menu .hg-filter-option:focus-visible span,
.journal-v8-1 .hg-filter-menu .hg-filter-option.is-selected,
.journal-v8-1 .hg-filter-menu .hg-filter-option.is-selected span {
  font-weight: 300 !important;
}

.journal-v8-1 .hg-filter-option:hover,
.journal-v8-1 .hg-filter-option:focus-visible {
  outline: 0;
  background: rgba(136, 88, 255, 0.10);
  color: #5f35d7;
}

.journal-v8-1 .hg-filter-option.is-selected {
  background: rgba(136, 88, 255, 0.14);
  color: #5f35d7;
}

.journal-v8-1 .hg-filter-option.is-selected::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #8858ff;
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(136, 88, 255, 0.12);
}

.hg-month-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0 16px;
  margin-bottom: 16px;
  scrollbar-width: none;
}

.hg-month-strip::-webkit-scrollbar {
  display: none;
}

.hg-month-btn {
  flex: 0 0 auto;
  border: 1px solid #e7e1d4;
  border-radius: 999px;
  background: #fff;
  color: rgba(29, 29, 27, 0.58);
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 460;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}

.hg-month-btn:hover,
.hg-month-btn.is-active {
  color: #8858ff;
  background: rgba(136, 88, 255, 0.09);
  border-color: rgba(136, 88, 255, 0.38);
}

.hg-calendar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hg-event-card {
  min-height: auto;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.hg-event-card:hover {
  transform: translateY(-4px);
  border-color: rgba(136, 88, 255, 0.26);
  box-shadow: 0 22px 64px rgba(29, 29, 27, 0.075);
}

.hg-date-badge {
  display: inline-flex;
  width: fit-content;
  padding: 9px 14px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #8858ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hg-event-title {
  margin: 0 0 14px;
}

.hg-event-desc {
  margin: 0;
  color: rgba(29, 29, 27, 0.62);
  font-size: 15px;
  line-height: 1.45;
}

.hg-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.hg-tag {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f4f2ee;
  color: #6f7480;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.hg-empty {
  display: none;
  padding: 42px 24px;
  border: 1px dashed #ddd5c7;
  border-radius: 20px;
  background: #fffaf4;
  color: rgba(29, 29, 27, 0.62);
  font-size: 18px;
  text-align: center;
}

.hg-empty.is-visible {
  display: block;
}

@media (max-width: 1180px) {
  .hg-calendar-head {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hg-calendar-visual {
    min-height: 320px;
    justify-content: flex-start;
  }

  .hg-filter-row {
    grid-template-columns: 1fr 1fr;
  }

  .hg-calendar-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hg-calendar-head {
    grid-template-columns: 1fr;
  }

  .hg-calendar-visual {
    width: 100%;
    justify-self: start;
  }

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

@media (max-width: 760px) {
  .hg-calendar-wrap {
    width: min(100% - 28px, 1440px);
  }

  .v81-occasion-collections .v5-section-head h2 {
    font-size: 34px;
    letter-spacing: -0.045em;
  }

  .hg-calendar-title {
    font-size: 48px;
    letter-spacing: -0.065em;
  }

  .hg-calendar-subtitle {
    font-size: 17px;
  }

  .hg-calendar-notes {
    grid-template-columns: 1fr;
  }

  .hg-filter-row {
    grid-template-columns: 1fr;
  }

  .hg-calendar-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hg-event-card {
    aspect-ratio: auto;
    min-height: 0;
    padding: 24px;
  }
}

/* Editorial lower blocks for Journal v8.1 */
.hg-editorial-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(100, 206, 251, 0.08), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(136, 88, 255, 0.075), transparent 30%),
    #ffffff;
}

.hg-editorial-section:nth-of-type(even) {
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 211, 108, 0.11), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(100, 206, 251, 0.075), transparent 28%),
    #ffffff;
}

.hg-editorial-section::before {
  display: none;
}

.hg-editorial-section .wrap {
  position: relative;
  z-index: 1;
}

.hg-editorial-head {
  max-width: 1040px;
  margin-bottom: 42px;
}

.hg-editorial-head h2,
.hg-library-section h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-headline);
  font-size: 54px;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hg-trends-section .hg-editorial-head h2,
.hg-navigator-section .hg-editorial-head h2 {
  line-height: 1.07;
  padding-bottom: 0.12em;
}

.hg-trends-section .hg-editorial-head h2 .shiny-word,
.hg-library-section .hg-editorial-head h2 .shiny-word {
  display: inline-block;
  padding-bottom: 0.08em;
}

.hg-editorial-head p,
.hg-library-section p {
  margin: 12px 0 0;
  max-width: 760px;
  color: rgba(29, 29, 27, 0.62);
  font-size: 20px;
  line-height: 1.5;
}

#journal-topics .designer-section-head,
.journal-v8-1 .v5-section-head,
.journal-v8-1 .hg-editorial-head,
.journal-v8-1 .impression-library__head {
  max-width: 1040px;
}

.journal-v8-1 .impression-library__title {
  font-size: 54px;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

#journal-topics .designer-section-head p,
.journal-v8-1 .v5-section-head p,
.journal-v8-1 .hg-editorial-head p {
  max-width: 760px;
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.5;
}

.hg-mag-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.hg-mag-card {
  position: relative;
  min-height: 390px;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(29, 29, 27, 0.11);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  color: inherit;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 58px rgba(29, 29, 27, 0.045);
  isolation: isolate;
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}

.hg-mag-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.72), transparent 42%),
    radial-gradient(circle at 80% 10%, rgba(100, 206, 251, 0.22), transparent 42%),
    radial-gradient(circle at 18% 88%, rgba(136, 88, 255, 0.16), transparent 38%),
    radial-gradient(circle at 74% 82%, rgba(255, 211, 108, 0.15), transparent 34%);
  opacity: 0.86;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.hg-mag-card::after {
  display: none;
}

.hg-mag-card.is-large {
  grid-column: span 5;
  grid-row: auto;
  min-height: 640px;
}

.hg-mag-card.is-tall {
  grid-column: span 4;
  grid-row: auto;
  min-height: 460px;
}

@media (min-width: 1280px) {
  .hg-trends-section .hg-mag-grid,
  .hg-navigator-section .hg-mag-grid,
  .hg-wow-cases .hg-mag-grid,
  .hg-branding-guide .hg-mag-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .hg-trends-section .hg-mag-grid > .hg-mag-card:nth-child(1),
  .hg-navigator-section .hg-mag-grid > .hg-mag-card:nth-child(1),
  .hg-wow-cases .hg-mag-grid > .hg-mag-card:nth-child(1),
  .hg-branding-guide .hg-mag-grid > .hg-mag-card:nth-child(1) {
    grid-column: 1 / span 5;
    grid-row: 1;
    min-height: 640px;
  }

  .hg-trends-section .hg-mag-grid > .hg-mag-card:nth-child(2),
  .hg-navigator-section .hg-mag-grid > .hg-mag-card:nth-child(2),
  .hg-wow-cases .hg-mag-grid > .hg-mag-card:nth-child(2),
  .hg-branding-guide .hg-mag-grid > .hg-mag-card:nth-child(2) {
    grid-column: 6 / span 3;
    grid-row: 1;
    min-height: 390px;
  }

  .hg-trends-section .hg-mag-grid > .hg-mag-card:nth-child(3),
  .hg-navigator-section .hg-mag-grid > .hg-mag-card:nth-child(3),
  .hg-wow-cases .hg-mag-grid > .hg-mag-card:nth-child(3),
  .hg-branding-guide .hg-mag-grid > .hg-mag-card:nth-child(3) {
    grid-column: 9 / span 4;
    grid-row: 1;
    min-height: 460px;
  }

  .hg-trends-section .hg-mag-grid > .hg-mag-card:nth-child(4),
  .hg-navigator-section .hg-mag-grid > .hg-mag-card:nth-child(4),
  .hg-wow-cases .hg-mag-grid > .hg-mag-card:nth-child(4),
  .hg-branding-guide .hg-mag-grid > .hg-mag-card:nth-child(4) {
    grid-column: 1 / span 3;
    grid-row: 2;
    min-height: 390px;
  }

  .hg-trends-section .hg-mag-grid > .hg-mag-card:nth-child(5),
  .hg-navigator-section .hg-mag-grid > .hg-mag-card:nth-child(5),
  .hg-wow-cases .hg-mag-grid > .hg-mag-card:nth-child(5),
  .hg-branding-guide .hg-mag-grid > .hg-mag-card:nth-child(5) {
    grid-column: 4 / span 6;
    grid-row: 2;
    min-height: 390px;
  }

  .hg-trends-section .hg-mag-grid > .hg-mag-card:nth-child(6),
  .hg-navigator-section .hg-mag-grid > .hg-mag-card:nth-child(6),
  .hg-wow-cases .hg-mag-grid > .hg-mag-card:nth-child(6),
  .hg-branding-guide .hg-mag-grid > .hg-mag-card:nth-child(6) {
    grid-column: 10 / span 3;
    grid-row: 2;
    min-height: 390px;
  }

  .hg-trends-section .hg-mag-grid > .hg-mag-card:nth-child(n+7),
  .hg-navigator-section .hg-mag-grid > .hg-mag-card:nth-child(n+7),
  .hg-wow-cases .hg-mag-grid > .hg-mag-card:nth-child(n+7),
  .hg-branding-guide .hg-mag-grid > .hg-mag-card:nth-child(n+7) {
    display: none;
  }
}

.hg-mag-card:hover {
  transform: translateY(-8px);
  border-color: rgba(29, 29, 27, 0.18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.hg-mag-card:hover::before {
  opacity: 1;
}

.hg-mag-card-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  aspect-ratio: 16 / 10;
  margin-bottom: 16px;
  background: #ffffff;
}

.hg-mag-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hg-mag-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(29, 29, 27, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 29, 27, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 76%);
  pointer-events: none;
}

.hg-tag {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(29, 29, 27, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #8858ff;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 30px rgba(29, 29, 27, 0.06);
  backdrop-filter: blur(10px);
}

.hg-tag::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.hg-tag-one { left: 22px; top: 22px; }
.hg-tag-two { right: 22px; top: 76px; color: #2fb2e8; }
.hg-tag-three { left: 34px; bottom: 22px; color: #70c986; }

.hg-card-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  height: 30px;
  margin-bottom: 18px;
  padding: 0 12px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(29, 29, 27, 0.82);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.hg-hoodie {
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 68%;
  max-width: 360px;
  height: 92%;
  transform: translateX(-50%);
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hg-hoodie i,
.hg-hoodie b,
.hg-hoodie em,
.hg-hoodie strong {
  position: absolute;
  display: block;
}

.hg-hoodie i {
  left: 28%;
  top: 0;
  width: 44%;
  height: 34%;
  border-radius: 50% 50% 40% 40%;
  background: linear-gradient(135deg, #695cd3, #1d1d1b);
}

.hg-hoodie b {
  left: 14%;
  right: 14%;
  bottom: 0;
  height: 78%;
  border-radius: 42px 42px 12px 12px;
  background: linear-gradient(135deg, #695cd3, #1d1d1b 76%);
}

.hg-hoodie em,
.hg-hoodie strong {
  bottom: 0;
  width: 24%;
  height: 73%;
  border-radius: 32px 32px 12px 12px;
  background: linear-gradient(145deg, #64cefb, #695cd3);
  opacity: 0.72;
}

.hg-hoodie em { left: 0; transform: rotate(7deg); }
.hg-hoodie strong { right: 0; transform: rotate(-7deg); }
.hg-mag-card:hover .hg-hoodie { transform: translateX(-50%) translateY(-8px) scale(1.025); }

.hg-visual-bottle i {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 112px;
  height: 240px;
  transform: translateX(-50%);
  border-radius: 46px 46px 30px 30px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.45), transparent 28%),
    linear-gradient(140deg, #e8eef3, #64cefb 52%, #695cd3);
  box-shadow: inset -18px 0 28px rgba(29, 29, 27, 0.13);
  transition: transform 0.45s ease;
}

.hg-visual-bottle i::before {
  content: "";
  position: absolute;
  left: 32px;
  top: -36px;
  width: 48px;
  height: 52px;
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(140deg, #dfe8ee, #64cefb);
}

.hg-visual-bottle b {
  position: absolute;
  left: 20%;
  top: 36%;
  width: 64%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #8858ff, transparent);
  transform: rotate(-10deg);
  opacity: 0.78;
  transition: transform 0.45s ease;
}

.hg-mag-card:hover .hg-visual-bottle i { transform: translateX(-50%) translateY(-8px) rotate(2deg); }
.hg-mag-card:hover .hg-visual-bottle b { transform: rotate(-10deg) translateX(18px); }

.hg-visual-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 22px;
}

.hg-visual-checklist i {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 92px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  color: #1d1d1b;
  font-family: var(--font-headline);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.05em;
  transition: transform 0.45s ease;
}

.hg-visual-checklist i::after {
  content: "";
  position: absolute;
  right: -22px;
  top: -22px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffd36c;
  opacity: 0.7;
}

.hg-visual-checklist i:nth-child(2)::after { background: #64cefb; }
.hg-visual-checklist i:nth-child(3)::after { background: #d8c7ff; }
.hg-visual-checklist i:nth-child(4)::after { background: #92df9a; }
.hg-visual-checklist span {
  color: rgba(29, 29, 27, 0.58);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -0.02em;
}
.hg-mag-card:hover .hg-visual-checklist i:nth-child(odd) { transform: translateY(-5px); }
.hg-mag-card:hover .hg-visual-checklist i:nth-child(even) { transform: translateY(5px); }

.hg-visual-palette {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  padding: 28px;
}

.hg-visual-palette i {
  width: 58px;
  height: 76%;
  border-radius: 999px;
  background: #1d1d1b;
  box-shadow: inset 0 0 0 1px rgba(29, 29, 27, 0.08);
  transition: transform 0.45s ease;
}

.hg-visual-palette i:nth-child(2) { height: 90%; background: #ffd36c; }
.hg-visual-palette i:nth-child(3) { height: 82%; background: #64cefb; }
.hg-visual-palette i:nth-child(4) { height: 96%; background: #8858ff; }
.hg-mag-card:hover .hg-visual-palette i { transform: translateY(-12px); }

.hg-visual-package i,
.hg-visual-package b,
.hg-visual-package em {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

.hg-visual-package i {
  bottom: 52px;
  width: 220px;
  height: 150px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff3c4, #ffd36c);
  box-shadow: 0 26px 50px rgba(122, 89, 30, 0.16);
}

.hg-visual-package b {
  bottom: 190px;
  width: 236px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, #d8c7ff);
  transform: translateX(-50%) rotate(-4deg);
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hg-visual-package em {
  bottom: 54px;
  width: 34px;
  height: 148px;
  border-radius: 10px;
  background: rgba(136, 88, 255, 0.75);
}

.hg-mag-card:hover .hg-visual-package b {
  transform: translateX(-50%) translateY(-18px) rotate(-9deg);
}

.hg-visual-process {
  padding: 28px;
}

.hg-visual-process i {
  position: absolute;
  left: 56px;
  right: 56px;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, #1d1d1b, rgba(29, 29, 27, 0.1));
}

.hg-visual-process b {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 22px;
  background: #ffffff;
  color: #1d1d1b;
  font-family: var(--font-headline);
  font-size: 18px;
  font-weight: 500;
  transform: translate(-50%, -50%);
  transition: transform 0.45s ease, border-radius 0.45s ease;
}

.hg-visual-process b:nth-of-type(1) { left: 12%; }
.hg-visual-process b:nth-of-type(2) { left: 38%; }
.hg-visual-process b:nth-of-type(3) { left: 64%; }
.hg-visual-process b:nth-of-type(4) { left: 88%; }
.hg-mag-card:hover .hg-visual-process b {
  border-radius: 999px;
  transform: translate(-50%, -50%) translateY(-8px);
}

.hg-mag-card-body {
  position: relative;
  z-index: 1;
}

.hg-mag-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  max-width: 720px;
  color: var(--ink);
  font-family: var(--font-headline);
  font-size: clamp(25px, 2.2vw, 38px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hg-mag-card.is-large h3 {
  font-size: clamp(30px, 3.2vw, 48px);
  letter-spacing: -0.065em;
}

.hg-mag-card p {
  position: relative;
  z-index: 1;
  max-width: 92%;
  margin: 16px 0 0;
  color: rgba(29, 29, 27, 0.62);
  font-size: 17px;
  line-height: 1.36;
  letter-spacing: -0.025em;
}

.hg-mag-card-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  transform: translateY(0);
  padding: 0 18px;
  border: 1px solid rgba(29, 29, 27, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(29, 29, 27, 0.84);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.025em;
}

.hg-mag-card:hover .hg-mag-card-button {
  border-color: rgba(136, 88, 255, 0.42);
  background: rgba(136, 88, 255, 0.12);
  color: #1d1d1b;
  transform: translateX(4px);
}

.hg-case-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  max-width: none;
}

.hg-section-head-with-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  max-width: none;
}

.hg-section-archive-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(29, 29, 27, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #1d1d1b;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 18px 42px rgba(29, 29, 27, 0.08);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.hg-section-archive-link:hover {
  border-color: rgba(136, 88, 255, 0.42);
  background: rgba(136, 88, 255, 0.10);
  transform: translateY(-1px);
}

.hg-case-head-actions {
  display: grid;
  gap: 14px;
  justify-items: end;
}

.hg-branding-guide .hg-mag-card {
  background: #ffffff;
}

.hg-library-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(300px, 0.32fr);
  gap: 52px;
  align-items: center;
}

.hg-library-section .button {
  margin-top: 28px;
}

.hg-library-visual {
  justify-self: end;
  width: min(100%, 360px);
  opacity: 0.72;
}

.hg-library-visual svg {
  display: block;
  width: 100%;
  height: auto;
  fill: none;
  overflow: visible;
}

.hg-library-visual path,
.hg-library-visual circle {
  stroke: rgba(136, 88, 255, 0.44);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1279px) {
  .hg-mag-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hg-mag-grid > .hg-mag-card:nth-child(n+7) {
    display: none;
  }

  .hg-mag-card,
  .hg-mag-card.is-large,
  .hg-mag-card.is-tall {
    grid-column: span 1;
    grid-row: auto;
    min-height: 420px;
  }
}

@media (max-width: 1040px) {
  .hg-mag-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hg-mag-grid > .hg-mag-card:nth-child(n+7) {
    display: none;
  }

  .hg-mag-card,
  .hg-mag-card.is-large,
  .hg-mag-card.is-tall {
    grid-column: span 1;
    grid-row: auto;
    min-height: 420px;
  }

  .hg-case-head,
  .hg-section-head-with-link,
  .hg-library-inner {
    grid-template-columns: 1fr;
  }

  .hg-section-archive-link,
  .hg-case-head-actions {
    justify-self: start;
  }

  .hg-case-head-actions {
    justify-items: start;
  }

  .hg-library-visual {
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .hg-editorial-section {
    padding: 68px 0;
  }

  .hg-editorial-head h2,
  .hg-library-section h2 {
    font-size: 34px;
    letter-spacing: -0.045em;
  }

  .hg-editorial-head p,
  .hg-library-section p {
    font-size: 17px;
  }

  .hg-mag-grid {
    grid-template-columns: 1fr;
  }

  .hg-mag-grid > .hg-mag-card:nth-child(n+4) {
    display: none;
  }

  .hg-mag-card,
  .hg-mag-card.is-large,
  .hg-mag-card.is-tall {
    min-height: auto;
    padding: 24px;
  }

  .hg-mag-card-media {
    aspect-ratio: 16 / 10;
  }

  .hg-mag-card h3,
  .hg-mag-card.is-large h3 {
    font-size: clamp(25px, 8vw, 34px);
    line-height: 1;
  }

}

/* Simple destination pages for v8.1 Journal links */
.hg-collection-hero,
.hg-all-materials-hero {
  min-height: calc(100vh - 92px);
  display: flex;
  align-items: center;
  padding: 92px 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(136, 88, 255, 0.1), transparent 30%),
    radial-gradient(circle at 14% 18%, rgba(100, 206, 251, 0.1), transparent 30%),
    #ffffff;
}

.hg-collection-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(300px, 0.34fr);
  gap: 54px;
  align-items: center;
}

.hg-collection-copy h1,
.hg-all-materials-hero h1 {
  margin: 0;
  max-width: 1040px;
  color: var(--ink);
  font-family: var(--font-headline);
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.hg-collection-copy p,
.hg-all-materials-hero p {
  max-width: 880px;
  margin: 24px 0 0;
  color: rgba(29, 29, 27, 0.62);
  font-size: 22px;
  line-height: 1.48;
}

.hg-collection-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 32px;
}

.hg-collection-tags {
  max-width: 620px;
  margin-top: 22px;
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hg-collection-visual {
  justify-self: end;
  width: min(100%, 520px);
  opacity: 0.66;
}

.hg-collection-visual svg {
  display: block;
  width: 100%;
  height: auto;
  fill: none;
  overflow: visible;
}

.hg-collection-visual path,
.hg-collection-visual circle {
  stroke: rgba(136, 88, 255, 0.42);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hg-collection-visual .hg-collection-gradient-line {
  stroke: url(#hgCollectionGradient);
  stroke-width: 3;
}

.hg-all-materials-list {
  padding: 0 0 96px;
  background: #ffffff;
}

.hg-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.hg-pagination a {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 999px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.hg-pagination a:hover,
.hg-pagination a[aria-current="page"] {
  border-color: rgba(255, 211, 108, 0.9);
  background: #fffaf0;
  color: var(--accent-deep);
}

/* Final event request block */
.hg-event-form-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0 104px;
  background:
    radial-gradient(circle at 82% 14%, rgba(136, 88, 255, 0.18), transparent 34%),
    radial-gradient(circle at 12% 82%, rgba(100, 206, 251, 0.16), transparent 34%),
    #07090f;
}

.hg-event-form-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(360px, 0.38fr);
  gap: 54px;
  align-items: center;
  overflow: hidden;
  padding: 42px;
  border: 1px solid rgba(166, 185, 255, 0.28);
  border-radius: 22px;
  background:
    radial-gradient(circle at 86% 16%, rgba(136, 88, 255, 0.28), transparent 34%),
    radial-gradient(circle at 14% 90%, rgba(100, 206, 251, 0.22), transparent 36%),
    linear-gradient(145deg, rgba(9, 12, 26, 0.92), rgba(17, 21, 43, 0.9));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.hg-event-form-shell::before {
  content: "";
  position: absolute;
  inset: -60% -10% auto;
  height: 70%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  opacity: 0.34;
  pointer-events: none;
}

.hg-event-form-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hg-event-form-section .v5-kicker.dark {
  border-color: rgba(178, 198, 255, 0.48);
  color: rgba(225, 236, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
}

.hg-event-form-copy h2 {
  margin: 0;
  max-width: 900px;
  color: #f5f7ff;
  font-family: var(--font-headline);
  font-size: 54px;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hg-event-form-copy > p {
  max-width: 820px;
  margin: 18px 0 34px;
  color: rgba(231, 237, 255, 0.72);
  font-size: 20px;
  line-height: 1.52;
}

.hg-event-form {
  max-width: 920px;
}

.hg-event-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}

.hg-event-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: rgba(231, 237, 255, 0.88);
  font-size: 14px;
  font-weight: 650;
}

.hg-event-field-wide {
  grid-column: 1 / -1;
}

.hg-event-field input,
.hg-event-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(207, 222, 255, 0.46);
  border-radius: 0;
  background: transparent;
  padding: 0 0 11px;
  color: #f4f7ff;
  font: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  outline: none;
  transition: border-color 180ms ease;
}

.hg-event-field textarea {
  min-height: 58px;
  resize: vertical;
}

.hg-event-field input::placeholder,
.hg-event-field textarea::placeholder {
  color: rgba(184, 197, 255, 0.64);
}

.hg-event-field input:focus,
.hg-event-field textarea:focus {
  border-color: rgba(136, 88, 255, 0.82);
}

.hg-event-consents {
  display: grid;
  gap: 12px;
  margin: 24px 0 28px;
}

.hg-event-check {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  align-items: start;
  color: rgba(231, 237, 255, 0.72);
  font-size: 14px;
  line-height: 1.38;
  cursor: pointer;
}

.hg-event-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hg-event-check-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border: 1px solid rgba(191, 207, 255, 0.5);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  transition: background 180ms ease, border-color 180ms ease;
}

.hg-event-check-box::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #07090f;
  border-bottom: 2px solid #07090f;
  opacity: 0;
  transform: rotate(-45deg) translate(1px, -1px);
  transition: opacity 180ms ease;
}

.hg-event-check input:checked + .hg-event-check-box {
  border-color: rgba(255, 211, 108, 0.98);
  background: #ffd36c;
}

.hg-event-check input:checked + .hg-event-check-box::after {
  opacity: 1;
}

.hg-event-check a {
  color: rgba(238, 243, 255, 0.95);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.hg-event-submit {
  min-width: 220px;
  justify-content: center;
  border-color: #8858ff;
  background: #8858ff;
  color: #ffffff;
}

.hg-event-visual {
  position: relative;
  z-index: 1;
  min-height: 520px;
}

.hg-event-visual svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.hg-event-glow {
  fill: rgba(136, 88, 255, 0.26);
}

.hg-event-glow-two {
  fill: rgba(100, 206, 251, 0.24);
}

.hg-delivery-route {
  fill: none;
  stroke: url(#hgEventLineGradient);
  stroke-width: 2.4;
  stroke-linecap: round;
  opacity: 0.75;
}

.hg-delivery-route-dots {
  fill: none;
  stroke: rgba(193, 206, 255, 0.56);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 1 16;
}

.hg-event-node rect,
.hg-event-node path,
.hg-event-node circle {
  fill: rgba(13, 18, 36, 0.76);
  stroke: rgba(153, 182, 255, 0.62);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hg-event-node rect:nth-of-type(2),
.hg-event-node circle:nth-of-type(2) {
  fill: rgba(255, 211, 108, 0.74);
}

.hg-event-node path {
  fill: none;
}

.hg-event-node .hg-event-filled-path {
  fill: rgba(13, 18, 36, 0.76);
}

.hg-delivery-car path {
  fill: rgba(238, 245, 255, 0.98);
  stroke: rgba(136, 88, 255, 0.84);
  stroke-width: 2;
  stroke-linejoin: round;
}

.hg-delivery-car circle {
  fill: #ffd36c;
  stroke: rgba(10, 10, 10, 0.65);
  stroke-width: 2;
}

.hg-event-note {
  position: absolute;
  max-width: 210px;
  padding: 16px 18px;
  border: 1px solid rgba(175, 196, 255, 0.34);
  border-radius: 16px;
  background: rgba(13, 18, 36, 0.58);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
  animation: hgEventFloat 3.4s ease-in-out infinite alternate;
}

.hg-event-note strong {
  display: block;
  margin-bottom: 6px;
  color: #f5f7ff;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.hg-event-note span {
  display: block;
  color: rgba(216, 228, 255, 0.72);
  font-size: 14px;
  line-height: 1.3;
}

.hg-event-note-one {
  top: 18px;
  right: 0;
}

.hg-event-note-two {
  left: 0;
  bottom: 110px;
  animation-delay: 0.35s;
}

.hg-event-note-three {
  right: 28px;
  bottom: 12px;
  animation-delay: 0.7s;
}

@keyframes hgEventFloat {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-9px);
  }
}

@media (max-width: 1120px) {
  .hg-event-form-shell {
    grid-template-columns: 1fr;
  }

  .hg-event-visual {
    order: -1;
    min-height: 420px;
    max-width: 620px;
  }
}

@media (max-width: 760px) {
  .hg-event-form-section {
    padding: 68px 0;
  }

  .hg-event-form-shell {
    padding: 24px;
    border-radius: 18px;
  }

  .hg-event-form-copy h2 {
    font-size: 34px;
    letter-spacing: -0.045em;
  }

  .hg-event-form-copy > p {
    font-size: 17px;
  }

  .hg-event-form-grid {
    grid-template-columns: 1fr;
  }

  .hg-event-visual {
    min-height: 0;
  }

  .hg-event-note {
    position: static;
    max-width: none;
    margin-top: 10px;
  }
}

@media (max-width: 900px) {
  .hg-collection-hero-inner {
    grid-template-columns: 1fr;
  }

  .hg-collection-visual {
    justify-self: start;
    max-width: 420px;
  }
}

@media (max-width: 700px) {
  .hg-collection-hero,
  .hg-all-materials-hero {
    min-height: 0;
    padding: 68px 0;
  }

  .hg-collection-copy h1,
  .hg-all-materials-hero h1 {
    font-size: 42px;
  }

  .hg-collection-copy p,
  .hg-all-materials-hero p {
    font-size: 18px;
  }
}

/* v8.1 pass: unify headings and section tone */
.hg-calendar-title,
.hg-editorial-head h2,
.hg-event-form-copy h2,
.hg-library-section h2 {
  font-family: var(--font-headline);
  font-size: 54px;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hg-mag-card-button {
  border-radius: 999px;
}

.hg-library-section {
  background:
    radial-gradient(circle at 10% 16%, rgba(100, 206, 251, 0.09), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(136, 88, 255, 0.10), transparent 36%),
    #ffffff;
}

.hg-library-section h2 {
  color: var(--ink);
  line-height: 1.07;
  padding-bottom: 0.12em;
}

.hg-library-section p {
  color: rgba(29, 29, 27, 0.62);
}

.hg-library-section .button {
  border-color: #8858ff;
  background: #8858ff;
  color: #ffffff;
}

.hg-library-visual path,
.hg-library-visual circle {
  stroke: rgba(136, 88, 255, 0.52);
}

.hg-event-form-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(100, 206, 251, 0.14), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(136, 88, 255, 0.18), transparent 36%),
    #07090f;
}

.journal-v8-1 .designer-section,
.journal-v8-1 .v5-latest,
.journal-v8-1 .hg-universe,
.journal-v8-1 .hg-calendar-section,
.journal-v8-1 .hg-editorial-section,
.journal-v8-1 .hg-event-form-section,
.journal-v8-1 .all-materials-hero,
.journal-v8-1 .v81-task-routes,
.journal-v8-1 .v81-occasion-collections,
.journal-v8-1 .v81-branding-guide,
.journal-v8-1 .v81-cases,
.journal-v8-1 .v81-production,
.journal-v8-1 #subscribe.v5-subscribe {
  border-top: 0;
  border-bottom: 0;
}

.journal-v8-1 .hg-article-line {
  stroke: rgba(255, 255, 255, 0.13);
}

.journal-v8-1 .hg-article-link:hover .hg-article-line {
  stroke: rgba(100, 206, 251, 0.78);
}

.journal-v8-1 .hg-node-regular {
  fill: rgba(255, 255, 255, 0.48);
  filter: drop-shadow(0 0 5px rgba(100, 206, 251, 0.18));
}

.journal-v8-1 .hg-node-new {
  fill: rgba(100, 206, 251, 0.98);
  filter:
    drop-shadow(0 0 7px rgba(100, 206, 251, 0.62))
    drop-shadow(0 0 18px rgba(136, 88, 255, 0.24));
}

.journal-v8-1 .hg-node-featured {
  fill: rgba(136, 88, 255, 0.98);
  filter:
    drop-shadow(0 0 9px rgba(136, 88, 255, 0.78))
    drop-shadow(0 0 24px rgba(100, 206, 251, 0.30));
}

.journal-v8-1 .hg-article-link:hover .hg-node {
  filter:
    drop-shadow(0 0 12px rgba(100, 206, 251, 0.88))
    drop-shadow(0 0 28px rgba(136, 88, 255, 0.46));
}

.journal-v8-1 .hg-center-dot {
  fill: rgba(100, 206, 251, 0.98);
  filter:
    drop-shadow(0 0 8px rgba(100, 206, 251, 0.76))
    drop-shadow(0 0 22px rgba(136, 88, 255, 0.36));
}

.journal-v8-1 .journal-designer-hero.journal-home-hero,
.journal-v8-1 .journal-designer-hero.journal-home-hero .v3-video-bg,
.journal-v8-1 .journal-designer-hero.journal-home-hero .v3-video-bg video {
  background:
    linear-gradient(90deg, rgba(11, 17, 34, 0.28), rgba(11, 17, 34, 0.10) 52%, rgba(11, 17, 34, 0.24)),
    #151b31;
}

.journal-v8-1 .journal-designer-hero.journal-calendar-hero {
  --journal-water-glow: 100, 206, 251;
  --journal-water-glow-soft: 202, 239, 255;
  --journal-water-highlight: 255, 255, 255;
  --journal-water-ring: 255, 255, 255;
  --journal-water-shadow: 100, 206, 251;
  --journal-water-soft-ring: 136, 88, 255;
  min-height: calc(100vh - 72px);
  min-height: calc(100svh - 72px);
  background:
    radial-gradient(circle at 82% 20%, rgba(100, 206, 251, 0.48), transparent 34%),
    radial-gradient(circle at 18% 78%, rgba(136, 88, 255, 0.36), transparent 38%),
    radial-gradient(circle at 88% 62%, rgba(255, 145, 218, 0.35), transparent 36%),
    radial-gradient(circle at 12% 22%, rgba(255, 211, 108, 0.34), transparent 30%),
    radial-gradient(circle at 52% 48%, rgba(255, 255, 255, 0.62), transparent 42%),
    linear-gradient(180deg, #e8f4ff 0%, #f2f7ff 58%, #ffffff 100%);
  color: var(--ink);
}

.journal-v8-1 .journal-calendar-hero .hero-bg {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(244, 251, 255, 0.48));
}

.journal-v8-1 .journal-calendar-hero .hero-bg::before,
.journal-v8-1 .journal-calendar-hero .hero-bg::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.journal-v8-1 .journal-calendar-hero .hero-bg::before {
  inset: -20% 6% auto auto;
  width: min(620px, 62vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 44% 46%, rgba(255, 255, 255, 0.92), transparent 22%),
    radial-gradient(circle, rgba(100, 206, 251, 0.44), transparent 58%),
    radial-gradient(circle at 68% 54%, rgba(136, 88, 255, 0.28), transparent 64%),
    radial-gradient(circle at 28% 34%, rgba(255, 145, 218, 0.32), transparent 50%);
  filter: blur(8px);
  animation: hg-calendar-breathe 5.5s ease-in-out infinite;
}

.journal-v8-1 .journal-calendar-hero .hero-bg::after {
  display: none;
}

.journal-v8-1 .journal-calendar-hero .hero-overlay {
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255, 255, 255, 0.45), transparent 42%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.36)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(248, 252, 255, 0.08) 38%, rgba(255, 255, 255, 0.62));
}

.journal-v8-1 .journal-calendar-hero .hero-overlay::after {
  display: none;
}

.journal-v8-1 .journal-calendar-hero .hg-calendar-hero-water {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.journal-v8-1 .journal-designer-hero.journal-calendar-hero .v4-hero-layout {
  min-height: inherit;
  padding: 62px 0 34px;
}

.journal-v8-1 .journal-designer-hero.journal-calendar-hero.journal-hero-has-breadcrumbs .v4-hero-layout {
  padding-top: 10px;
}

.journal-v8-1 .journal-calendar-hero .v4-hero-top {
  color: rgba(29, 29, 27, 0.62);
}

.journal-v8-1 .journal-calendar-hero .v4-hero-top p {
  color: rgba(29, 29, 27, 0.62);
}

.journal-v8-1 .journal-calendar-hero .hg-hero-breadcrumbs a {
  color: inherit;
}

.journal-v8-1 .journal-calendar-hero .v4-hero-center {
  position: relative;
  z-index: 10;
  color: var(--ink);
}

/* Декоративные парящие цифры календаря */
.journal-v8-1 .journal-calendar-hero .calendar-hero-decor {
  position: absolute;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-weight: 900;
  line-height: 0.8;
  pointer-events: none;
  user-select: none;
  z-index: -2;
  color: rgba(220, 206, 255, 0.26);
}

.journal-v8-1 .journal-calendar-hero .calendar-hero-num-1 {
  font-size: clamp(140px, 18vw, 320px);
  left: 6%;
  top: -24%;
  animation: hg-num-float-1 14s ease-in-out infinite alternate;
}

.journal-v8-1 .journal-calendar-hero .calendar-hero-num-15 {
  font-size: clamp(120px, 16vw, 280px);
  right: 12%;
  top: 10%;
  animation: hg-num-float-15 12s ease-in-out infinite alternate;
}

.journal-v8-1 .journal-calendar-hero .calendar-hero-num-25 {
  font-size: clamp(130px, 17vw, 300px);
  left: 10%;
  bottom: -10%;
  animation: hg-num-float-25 16s ease-in-out infinite alternate;
}

@keyframes hg-num-float-1 {
  0% {
    transform: translateY(0) rotate(-4deg);
  }
  100% {
    transform: translateY(-22px) rotate(2deg);
  }
}

@keyframes hg-num-float-15 {
  0% {
    transform: translateY(0) rotate(3deg);
  }
  100% {
    transform: translateY(-18px) rotate(-3deg);
  }
}

@keyframes hg-num-float-25 {
  0% {
    transform: translateY(0) rotate(-2deg);
  }
  100% {
    transform: translateY(-24px) rotate(4deg);
  }
}

@media (max-width: 900px) {
  .journal-v8-1 .journal-calendar-hero .calendar-hero-num-1 {
    left: 4%;
    top: -18%;
    font-size: clamp(90px, 16vw, 160px);
  }

  .journal-v8-1 .journal-calendar-hero .calendar-hero-num-15 {
    right: 8%;
    top: 12%;
    font-size: clamp(80px, 14vw, 140px);
  }

  .journal-v8-1 .journal-calendar-hero .calendar-hero-num-25 {
    left: 8%;
    bottom: -8%;
    font-size: clamp(85px, 15vw, 150px);
  }
}

.journal-v8-1 .journal-calendar-hero .designer-kicker {
  color: var(--accent-deep);
}

.journal-v8-1 .journal-calendar-hero .v4-hero-center h1 {
  color: var(--ink);
  font-size: clamp(60px, 8.2vw, 118px);
  line-height: 0.92;
  max-width: 1180px;
  text-shadow: none;
}

.journal-v8-1 .journal-calendar-hero .v4-hero-center h1 span:first-child {
  color: rgba(29, 29, 27, 0.92);
}

.journal-v8-1 .journal-calendar-hero .v4-hero-center h1 span:last-child {
  background: var(--journal-shine-gradient);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.journal-v8-1 .journal-calendar-hero .v4-hero-button {
  border: 1px solid rgba(136, 88, 255, 0.22);
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 16px 46px rgba(100, 206, 251, 0.16);
}

.journal-v8-1 .journal-calendar-hero .v4-hero-button:hover {
  border-color: rgba(136, 88, 255, 0.38);
  background: #f8fbff;
}

.journal-v8-1 .journal-calendar-hero .v4-hero-button:hover span {
  transform: translateY(4px);
}

.journal-v8-1 .journal-calendar-hero .journal-calendar-hero-nav {
  border-color: rgba(136, 88, 255, 0.24);
  background: rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 18px 48px rgba(100, 206, 251, 0.12);
}

.journal-v8-1 .journal-calendar-hero .journal-calendar-hero-nav div {
  border-right-color: rgba(29, 29, 27, 0.08);
  color: rgba(29, 29, 27, 0.82);
}

.journal-v8-1 .journal-calendar-hero .journal-calendar-hero-nav span {
  color: var(--accent-deep);
}

.journal-v8-1 .journal-calendar-hero .journal-calendar-hero-nav strong {
  color: rgba(29, 29, 27, 0.88);
}

@media (max-width: 900px) {
  .journal-v8-1 .journal-designer-hero.journal-calendar-hero {
    min-height: calc(100svh - 72px);
  }

  .journal-v8-1 .journal-designer-hero.journal-calendar-hero .v4-hero-layout {
    min-height: inherit;
    gap: 22px;
    padding: 42px 0 28px;
  }

  .journal-v8-1 .journal-designer-hero.journal-calendar-hero.journal-hero-has-breadcrumbs .v4-hero-layout {
    padding-top: 10px;
  }

  .journal-v8-1 .journal-calendar-hero .v4-hero-center {
    min-height: 440px;
  }

  .journal-v8-1 .journal-calendar-hero .v4-hero-center h1 {
    font-size: clamp(40px, 10vw, 68px);
    line-height: 0.94;
  }
}

.journal-v8-1 #calendar-filter {
  scroll-margin-top: 12px;
  padding: 76px 0 90px;
  background:
    radial-gradient(circle at 18% 8%, rgba(100, 206, 251, 0.07), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(136, 88, 255, 0.06), transparent 34%),
    radial-gradient(circle at 45% 86%, rgba(105, 92, 211, 0.04), transparent 38%),
    linear-gradient(180deg, #fbfcff 0%, #f5f6fa 100%);
}

.journal-v8-1 #calendar-filter.hg-calendar-page {
  padding-top: 64px;
}

.journal-v8-1 #calendar-filter .hg-calendar-control-bar {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0 0 24px;
}

.journal-v8-1 #calendar-filter .hg-filter-panel {
  position: sticky;
  top: 14px;
  z-index: 20;
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.journal-v8-1 #calendar-filter .hg-command {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(100, 206, 251, 0.11), transparent 30%),
    linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.74));
}

.journal-v8-1 #calendar-filter .hg-search {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.journal-v8-1 #calendar-filter .hg-search svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  stroke: #8858ff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.journal-v8-1 #calendar-filter .hg-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 400;
  letter-spacing: -0.018em;
}

.journal-v8-1 #calendar-filter .hg-search input::placeholder {
  color: rgba(29, 29, 27, 0.42);
}

.journal-v8-1 #calendar-filter .hg-scenarios {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 2px 0;
  scrollbar-width: none;
}

.journal-v8-1 #calendar-filter .hg-scenarios::-webkit-scrollbar {
  display: none;
}

.journal-v8-1 #calendar-filter .hg-industry-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 10px;
  overflow: visible;
  padding-bottom: 2px;
}

.journal-v8-1 #calendar-filter .hg-mobile-pickers {
  display: none;
  margin-top: 12px;
}

.journal-v8-1 #calendar-filter .hg-mobile-picker {
  display: grid;
  gap: 6px;
}

.journal-v8-1 #calendar-filter .hg-mobile-picker > span {
  color: rgba(29, 29, 27, 0.48);
  font-size: 12px;
  font-weight: 560;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.journal-v8-1 #calendar-filter .hg-mobile-picker select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  padding: 0 12px;
  color: rgba(29, 29, 27, 0.82);
  font: inherit;
  font-size: 14px;
  font-weight: 480;
  outline: none;
}

.journal-v8-1 #calendar-filter .hg-scenario {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(29, 29, 27, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  color: rgba(29, 29, 27, 0.68);
  padding: 0 16px;
  font-size: 14px;
  font-weight: 540;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.journal-v8-1 #calendar-filter .hg-industry-strip .hg-scenario {
  min-width: 0;
}

.journal-v8-1 #calendar-filter .hg-scenario svg {
  display: none;
}

.journal-v8-1 #calendar-filter .hg-scenario span {
  display: block;
  color: currentColor;
  font-size: 14px;
  font-weight: 540;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
}

.journal-v8-1 #calendar-filter .hg-scenario:hover {
  transform: translateY(-1px);
  background: #8858ff;
  border-color: #8858ff;
  color: #ffffff;
}

.journal-v8-1 #calendar-filter .hg-scenario.is-active {
  background: #8858ff;
  border-color: #8858ff;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(136, 88, 255, 0.22);
}

.journal-v8-1 #calendar-filter .hg-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.journal-v8-1 #calendar-filter .hg-compact-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.journal-v8-1 #calendar-filter .hg-compact-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.journal-v8-1 #calendar-filter .hg-compact-field > span {
  color: rgba(29, 29, 27, 0.48);
  font-size: 12px;
  font-weight: 560;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.journal-v8-1 #calendar-filter .hg-compact-field select {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  padding: 0 12px;
  color: rgba(29, 29, 27, 0.78);
  font-size: 14px;
  font-weight: 450;
  line-height: 1;
  outline: none;
}

.journal-v8-1 #calendar-filter .hg-compact-view .hg-tool-group {
  min-height: 44px;
}

.journal-v8-1 #calendar-filter .hg-reset {
  flex: 0 0 auto;
  min-height: 38px;
  border: 1px solid rgba(136, 88, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  padding: 0 14px;
  color: #8858ff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.journal-v8-1 #calendar-filter .hg-reset:hover {
  transform: translateY(-1px);
  background: #8858ff;
  border-color: #8858ff;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(136, 88, 255, 0.18);
}

.journal-v8-1 #calendar-filter .hg-reset:active {
  transform: translateY(0);
  background: #744cff;
  border-color: #744cff;
  color: #ffffff;
}

.journal-v8-1 #calendar-filter .hg-tools-row {
  justify-content: flex-start;
  margin-top: 14px;
}

.journal-v8-1 #calendar-filter .hg-tool-group {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(29, 29, 27, 0.10);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
}

.journal-v8-1 #calendar-filter .hg-tool-btn {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(29, 29, 27, 0.68);
  padding: 0 13px;
  font: inherit;
  font-size: 13px;
  font-weight: 460;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.journal-v8-1 #calendar-filter .hg-tool-btn:hover {
  background: #8858ff;
  color: #ffffff;
}

.journal-v8-1 #calendar-filter .hg-tool-btn.is-active {
  background: #8858ff;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(136, 88, 255, 0.18);
}

.journal-v8-1 #calendar-filter .hg-date-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  border: 1px solid rgba(29, 29, 27, 0.10);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  padding: 0 13px;
  color: rgba(29, 29, 27, 0.54);
  font-size: 13px;
  font-weight: 450;
}

.journal-v8-1 #calendar-filter .hg-date-filter input {
  border: 0;
  outline: 0;
  background: transparent;
  color: rgba(29, 29, 27, 0.78);
  font: inherit;
  font-size: 13px;
  font-weight: 430;
}

.journal-v8-1 #calendar-filter .hg-command {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  min-height: 0;
  padding: 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  scrollbar-width: none;
}

.journal-v8-1 #calendar-filter .hg-command::-webkit-scrollbar {
  display: none;
}

.journal-v8-1 #calendar-filter .hg-filter-system {
  display: block;
  margin-top: 16px;
}

.journal-v8-1 #calendar-filter .hg-industry-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  overflow: visible;
  padding: 0;
}

.journal-v8-1 #calendar-filter .hg-scenario {
  width: auto;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.70);
  color: #5f6066;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: -0.02em;
  box-shadow: 0 8px 24px rgba(16, 16, 22, 0.025);
}

.journal-v8-1 #calendar-filter .hg-scenario:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(16, 16, 22, 0.055);
}

.journal-v8-1 #calendar-filter .hg-scenario span {
  font-weight: inherit;
  letter-spacing: inherit;
}

.journal-v8-1 #calendar-filter .hg-control-group {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.journal-v8-1 #calendar-filter .hg-category-select,
.journal-v8-1 #calendar-filter .hg-period-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0;
  min-height: 42px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0 38px 0 17px;
  border: 1px solid rgba(29, 29, 27, 0.10);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: rgba(29, 29, 27, 0.78);
  font-size: 14px;
  font-weight: 480;
  letter-spacing: 0;
  white-space: nowrap;
  box-shadow: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.journal-v8-1 #calendar-filter .hg-category-select::after,
.journal-v8-1 #calendar-filter .hg-period-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 8px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  opacity: 0.74;
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
}

.journal-v8-1 #calendar-filter .hg-category-select:focus-within,
.journal-v8-1 #calendar-filter .hg-period-select:focus-within {
  border-color: #8858ff;
  background: #8858ff;
  color: #ffffff;
  box-shadow: none;
}

.journal-v8-1 #calendar-filter .hg-category-select:hover,
.journal-v8-1 #calendar-filter .hg-period-select:hover {
  border-color: #8858ff;
  background: #8858ff;
  color: #ffffff;
  transform: translateY(-1px);
}

.journal-v8-1 #calendar-filter .hg-select-value {
  display: block;
  max-width: min(34vw, 220px);
  overflow: hidden;
  color: currentColor;
  font-weight: 480;
  line-height: 1;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.journal-v8-1 #calendar-filter .hg-category-select select,
.journal-v8-1 #calendar-filter .hg-period-select select {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #4f5158;
  font: inherit;
  font-weight: 480;
  cursor: pointer;
  opacity: 0;
}

.journal-v8-1 #calendar-filter .hg-tool-group {
  background: rgba(255, 255, 255, 0.76);
  box-shadow: none;
}

.journal-v8-1 #calendar-filter .hg-tool-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
}

.journal-v8-1 #calendar-filter .hg-view-icon {
  flex: 0 0 auto;
  display: grid;
  width: 14px;
  height: 14px;
  gap: 2px;
  pointer-events: none;
}

.journal-v8-1 #calendar-filter .hg-view-icon span {
  display: block;
  border: 1.1px solid currentColor;
  border-radius: 3px;
}

.journal-v8-1 #calendar-filter .hg-view-icon-cards {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.journal-v8-1 #calendar-filter .hg-view-icon-list {
  grid-template-columns: 1fr;
}

.journal-v8-1 #calendar-filter .hg-view-icon-list span {
  height: 2.5px;
  border-radius: 999px;
}

.journal-v8-1 #calendar-filter .hg-view-icon-list span:nth-child(4) {
  display: none;
}

.journal-v8-1 #calendar-filter .hg-reset {
  min-height: 42px;
  font-weight: 300;
}

.journal-v8-1 #calendar-filter .hg-filter-reset {
  align-self: center;
  min-height: 38px;
  padding: 0 14px;
  border-color: rgba(29, 29, 27, 0.10);
  background: rgba(255, 255, 255, 0.76);
  color: rgba(29, 29, 27, 0.78);
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  box-shadow: none;
  white-space: nowrap;
}

.journal-v8-1 #calendar-filter .hg-filter-reset:not(:disabled):hover,
.journal-v8-1 #calendar-filter .hg-filter-reset:not(:disabled):focus-visible {
  border-color: #8858ff;
  background: #8858ff;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(136, 88, 255, 0.24);
}

.journal-v8-1 #calendar-filter .hg-filter-reset:disabled {
  border-color: rgba(29, 29, 27, 0.10);
  background: rgba(255, 255, 255, 0.58);
  color: rgba(29, 29, 27, 0.38);
  cursor: default;
  opacity: 1;
  transform: none;
  box-shadow: none;
}

.journal-v8-1 #calendar-filter .hg-calendar-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.journal-v8-1 #calendar-filter .hg-calendar-main {
  min-width: 0;
}

.journal-v8-1 #calendar-filter .hg-calendar-main-head {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: flex-start;
  gap: 12px;
  margin: 0;
}

.journal-v8-1 #calendar-filter .hg-calendar-main-title {
  color: #6f53e8;
  font-size: 14px;
  font-weight: 620;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 0;
  text-align: left;
}

.journal-v8-1 #calendar-filter .hg-calendar-result-count {
  color: rgba(29, 29, 27, 0.54);
  font-size: 13px;
  font-weight: 560;
  line-height: 1;
  white-space: nowrap;
}

.journal-v8-1 #calendar-filter .hg-calendar-page-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(111, 83, 232, 0.2);
  border-radius: 999px;
  color: #6f53e8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.journal-v8-1 #calendar-filter .hg-calendar-page-link:hover,
.journal-v8-1 #calendar-filter .hg-calendar-page-link:focus-visible {
  background: rgba(111, 83, 232, 0.08);
}

.journal-v8-1 #calendar-filter .hg-events-showcase {
  margin-top: clamp(48px, 6vw, 82px);
  overflow: hidden;
}

.journal-v8-1 #calendar-filter .hg-events-toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 34px;
}

.journal-v8-1 #calendar-filter .hg-events-title {
  margin: 0;
  color: #8858ff;
  background: var(--journal-shine-gradient);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: var(--font-headline);
  font-size: 54px;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
  white-space: nowrap;
  animation: v4-shiny-text 3.4s linear infinite;
  -webkit-text-fill-color: transparent;
}

.journal-v8-1 #calendar-filter .hg-events-tabs {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
}

.journal-v8-1 #calendar-filter .hg-events-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid rgba(136, 88, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #8858ff;
  padding: 0 24px;
  font: inherit;
  font-size: 15px;
  font-weight: 520;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.journal-v8-1 #calendar-filter .hg-events-tab::after {
  content: none;
}

.journal-v8-1 #calendar-filter .hg-events-tab:hover,
.journal-v8-1 #calendar-filter .hg-events-tab:focus-visible,
.journal-v8-1 #calendar-filter .hg-events-tab.is-active {
  border-color: #8858ff;
  background: #8858ff;
  color: #ffffff;
  transform: translateY(-1px);
}

.journal-v8-1 #calendar-filter .hg-events-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.journal-v8-1 #calendar-filter .hg-events-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid rgba(136, 88, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #8858ff;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.journal-v8-1 #calendar-filter .hg-events-all-link:hover,
.journal-v8-1 #calendar-filter .hg-events-all-link:focus-visible {
  transform: translateY(-1px);
  border-color: #8858ff;
  background: #8858ff;
  color: #ffffff;
}

.journal-v8-1 #calendar-filter .hg-events-arrows {
  display: flex;
  gap: 8px;
}

.journal-v8-1 #calendar-filter .hg-events-arrows button {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(136, 88, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #8858ff;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.journal-v8-1 #calendar-filter .hg-events-arrows button:disabled,
.journal-v8-1 #calendar-filter .hg-events-arrows button.is-disabled {
  cursor: default;
  opacity: 0.42;
}

.journal-v8-1 #calendar-filter .hg-events-arrows button:disabled:hover,
.journal-v8-1 #calendar-filter .hg-events-arrows button:disabled:focus-visible,
.journal-v8-1 #calendar-filter .hg-events-arrows button.is-disabled:hover,
.journal-v8-1 #calendar-filter .hg-events-arrows button.is-disabled:focus-visible {
  transform: none;
  border-color: rgba(136, 88, 255, 0.24);
  background: rgba(255, 255, 255, 0.82);
  color: #8858ff;
}

.journal-v8-1 #calendar-filter .hg-events-arrows button:hover,
.journal-v8-1 #calendar-filter .hg-events-arrows button:focus-visible {
  transform: translateY(-1px);
  border-color: #8858ff;
  background: #8858ff;
  color: #ffffff;
}

.journal-v8-1 #calendar-filter .hg-events-arrows svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journal-v8-1 #calendar-filter .hg-events-carousel {
  position: relative;
  width: 100%;
}

.journal-v8-1 #calendar-filter .hg-events-rail {
  --hg-events-rail-outset: calc((100vw - var(--v81-content-width)) / 2);
  display: flex;
  gap: 28px;
  margin-right: calc(-1 * var(--hg-events-rail-outset));
  overflow-x: auto;
  padding: 4px var(--hg-events-rail-outset) 4px 0;
  scroll-behavior: smooth;
  scroll-padding-inline: 0 var(--hg-events-rail-outset);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.journal-v8-1 #calendar-filter .hg-events-rail::-webkit-scrollbar {
  display: none;
}

.journal-v8-1 #calendar-filter .hg-events-rail .hg-event-card {
  flex: 0 0 clamp(420px, 34vw, 560px);
  grid-column: auto;
  min-width: 0;
  scroll-snap-align: start;
  box-shadow: none;
}

.journal-v8-1 #calendar-filter .hg-events-rail .hg-event-card:hover {
  box-shadow: none;
}

@media (max-width: 1180px) {
  .journal-v8-1 #calendar-filter .hg-events-toolbar {
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
  }

  .journal-v8-1 #calendar-filter .hg-events-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .journal-v8-1 #calendar-filter .hg-events-tabs::-webkit-scrollbar {
    display: none;
  }

  .journal-v8-1 #calendar-filter .hg-events-actions {
    justify-content: flex-start;
  }

  .journal-v8-1 #calendar-filter .hg-events-rail {
    margin-right: 0;
    padding-right: 0;
    scroll-padding-inline: 0;
  }

  .journal-v8-1 #calendar-filter .hg-events-rail .hg-event-card {
    flex-basis: min(78vw, 540px);
  }
}

.journal-v8-1 #calendar-filter .hg-quick-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.journal-v8-1 #calendar-filter .hg-quick-chip {
  min-height: 38px;
  border: 1px solid rgba(29, 29, 27, 0.10);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0 14px;
  color: rgba(29, 29, 27, 0.76);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.journal-v8-1 #calendar-filter .hg-quick-chip:hover {
  transform: translateY(-1px);
  background: #8858ff;
  border-color: #8858ff;
  color: #ffffff;
}

.journal-v8-1 #calendar-filter .hg-quick-chip.is-active {
  background: #8858ff;
  border-color: #8858ff;
  color: #ffffff;
}

.journal-v8-1 #calendar-filter .hg-month-strip {
  position: sticky;
  top: 136px;
  display: grid;
  width: var(--hg-month-rail-width);
  gap: 6px;
  max-height: none;
  overflow: visible;
  padding: 0;
  margin: 0;
  align-self: start;
  scrollbar-width: none;
}

.journal-v8-1 #calendar-filter .hg-month-strip::-webkit-scrollbar {
  display: none;
}

.journal-v8-1 #calendar-filter .hg-rail-title {
  display: none;
}

.journal-v8-1 #calendar-filter .hg-month-btn {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(29, 29, 27, 0.10);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
  color: rgba(29, 29, 27, 0.68);
  padding: 0 14px;
  font-size: 14px;
  font-weight: 540;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.journal-v8-1 #calendar-filter .hg-month-btn span:last-child {
  color: currentColor;
  font-size: 14px;
  font-weight: 540;
  letter-spacing: 0;
  line-height: 1.1;
  opacity: 0.58;
}

.journal-v8-1 #calendar-filter .hg-month-btn:hover {
  transform: none;
  background: #8858ff;
  border-color: #8858ff;
  color: #ffffff;
}

.journal-v8-1 #calendar-filter .hg-month-btn:hover span:last-child {
  color: rgba(255, 255, 255, 0.58);
}

.journal-v8-1 #calendar-filter .hg-month-btn.is-active {
  background: #8858ff;
  border-color: #8858ff;
  color: #ffffff;
}

.journal-v8-1 #calendar-filter .hg-month-btn.is-active span:last-child {
  color: rgba(255, 255, 255, 0.58);
}

.journal-v8-1 #calendar-filter .hg-calendar-scroll-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.10);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 20px 64px rgba(18, 24, 40, 0.055);
}

.journal-v8-1 #calendar-filter .hg-calendar-scroll-toolbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(29, 29, 27, 0.10);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
}

.journal-v8-1 #calendar-filter .hg-scroll-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  margin-bottom: 8px;
  padding-top: 2px;
  color: rgba(29, 29, 27, 0.58);
  font-size: 13px;
  line-height: 1.2;
  white-space: normal;
}

.journal-v8-1 #calendar-filter .hg-current-part {
  color: var(--ink);
  font-weight: 560;
  flex: 0 0 auto;
}

.journal-v8-1 #calendar-filter .hg-progress-track {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(29, 29, 27, 0.08);
}

.journal-v8-1 #calendar-filter .hg-progress-bar {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8858ff, #64cefb);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.journal-v8-1 #calendar-filter .hg-scroll-hint {
  display: none;
}

.journal-v8-1 #calendar-filter .hg-calendar-scroll-area {
  height: 1450px;
  overflow-y: auto;
  scroll-behavior: smooth;
  padding: 22px 22px 26px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.journal-v8-1 #calendar-filter .hg-calendar-scroll-area.hg-calendar-scroll-area-paginated {
  height: 1220px;
  min-height: 0;
  overflow-y: auto;
  padding-bottom: 74px;
  scrollbar-color: rgba(136, 88, 255, 0.42) rgba(29, 29, 27, 0.06);
  scrollbar-width: thin;
}

.journal-v8-1 #calendar-filter .hg-calendar-scroll-area.hg-calendar-scroll-area-paginated::-webkit-scrollbar {
  width: 8px;
}

.journal-v8-1 #calendar-filter .hg-calendar-scroll-area.hg-calendar-scroll-area-paginated::-webkit-scrollbar-track {
  background: rgba(29, 29, 27, 0.06);
  border-radius: 999px;
}

.journal-v8-1 #calendar-filter .hg-calendar-scroll-area.hg-calendar-scroll-area-paginated::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(136, 88, 255, 0.42);
}

.journal-v8-1 #calendar-filter .hg-calendar-parts {
  display: grid;
  gap: 22px;
}

.journal-v8-1 #calendar-filter .hg-calendar-part {
  min-height: 1220px;
  scroll-margin-top: 24px;
}

.journal-v8-1 #calendar-filter .hg-calendar-part-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 2px 0 14px;
}

.journal-v8-1 #calendar-filter .hg-calendar-part-head h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-headline);
  font-size: 18px;
  font-weight: 540;
  line-height: 1.2;
  letter-spacing: -0.012em;
}

.journal-v8-1 #calendar-filter .hg-calendar-part-head h3 span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(136, 88, 255, 0.10);
  color: #8858ff;
  font-size: 12px;
  letter-spacing: 0;
}

.journal-v8-1 #calendar-filter .hg-calendar-part-head p {
  margin: 0;
  color: rgba(29, 29, 27, 0.52);
  font-size: 13px;
}

.journal-v8-1 #calendar-filter .hg-calendar-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view {
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.journal-v8-1 #calendar-filter .hg-calendar-pages {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 1px 4px 1px 0;
  overflow-x: auto;
  overflow-y: hidden;
  justify-self: stretch;
  scrollbar-width: thin;
  scrollbar-color: rgba(136, 88, 255, 0.28) transparent;
}

.journal-v8-1 #calendar-filter .hg-calendar-pages::-webkit-scrollbar {
  height: 4px;
}

.journal-v8-1 #calendar-filter .hg-calendar-pages::-webkit-scrollbar-track {
  background: transparent;
}

.journal-v8-1 #calendar-filter .hg-calendar-pages::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(136, 88, 255, 0.28);
}

.journal-v8-1 #calendar-filter .hg-route-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 32px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: rgba(29, 29, 27, 0.46);
  font: inherit;
  font-size: 12px;
  font-weight: 560;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.journal-v8-1 #calendar-filter .hg-route-dot.is-loaded {
  color: rgba(29, 29, 27, 0.72);
}

.journal-v8-1 #calendar-filter .hg-percent {
  flex: 0 0 auto;
  min-width: 38px;
  text-align: right;
  justify-self: end;
}

.journal-v8-1 #calendar-filter .hg-scroll-tip {
  flex: 0 0 auto;
  color: rgba(29, 29, 27, 0.46);
  font-size: clamp(8px, 1.2vw, 11px);
  font-weight: 430;
  justify-self: end;
}

.journal-v8-1 #calendar-filter .hg-route-dot:hover,
.journal-v8-1 #calendar-filter .hg-route-dot.is-active {
  border-color: #8858ff;
  background: #8858ff;
  color: #ffffff;
  transform: none;
}

.journal-v8-1 #calendar-filter .hg-route-stop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(29, 29, 27, 0.10);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 28px rgba(18, 24, 40, 0.04);
}

.journal-v8-1 #calendar-filter .hg-route-stop-final {
  margin-top: 18px;
  padding: 30px 32px;
}

.journal-v8-1 #calendar-filter .hg-route-stop span {
  display: block;
  margin-bottom: 6px;
  color: #8858ff;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journal-v8-1 #calendar-filter .hg-route-stop strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-headline);
  font-size: 22px;
  font-weight: 540;
  line-height: 1.12;
  letter-spacing: -0.012em;
}

.journal-v8-1 #calendar-filter .hg-route-stop p {
  margin: 7px 0 0;
  color: rgba(29, 29, 27, 0.58);
  font-size: 14px;
  line-height: 1.35;
}

.journal-v8-1 #calendar-filter .hg-route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.journal-v8-1 #calendar-filter .hg-route-btn {
  min-height: 42px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.84);
  color: rgba(29, 29, 27, 0.78);
  font: inherit;
  font-size: 14px;
  font-weight: 540;
  line-height: 1;
  cursor: pointer;
}

.journal-v8-1 #calendar-filter .hg-route-btn.primary,
.journal-v8-1 #calendar-filter .hg-route-btn-primary {
  border-color: #8858ff;
  background: #8858ff;
  color: #ffffff;
}

.journal-v8-1 #calendar-filter .hg-route-btn:disabled {
  cursor: default;
  opacity: 0.42;
}

.journal-v8-1 #calendar-filter .hg-event-card {
  grid-column: span 4;
  position: relative;
  min-height: 430px;
  height: 430px;
  aspect-ratio: auto;
  overflow: hidden;
  display: block;
  padding: 26px;
  border: 1px solid rgba(29, 29, 27, 0.11);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 10%, rgba(100, 206, 251, 0.13), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.64));
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 54px rgba(18, 24, 40, 0.055);
  color: inherit;
  text-decoration: none;
  transition: transform 300ms cubic-bezier(.2,.8,.2,1), border-color 300ms ease, box-shadow 300ms ease;
}

.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-event-card,
.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-event-card-wide {
  grid-column: 1 / -1;
  height: auto;
  min-height: 232px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 170px;
  column-gap: 24px;
  align-items: start;
}

.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-card-top {
  display: block;
  margin-bottom: 10px;
}

.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-event-type {
  display: inline-flex;
  margin-top: 14px;
  text-align: left;
}

.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-event-content,
.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-event-insight,
.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-card-bottom,
.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-card-actions,
.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-event-card-wide .hg-event-content,
.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-event-card-wide .hg-event-insight,
.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-event-card-wide .hg-card-bottom {
  max-width: 100%;
}

.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-card-actions {
  grid-column: 2 / 3;
  margin-top: 16px;
}

.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-event-order {
  max-width: 100%;
}

.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-event-insight {
  grid-template-columns: minmax(0, 170px);
  margin-top: 18px;
}

.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-event-icon {
  position: relative;
  right: auto;
  bottom: auto;
  top: auto;
  justify-self: end;
  width: 78px;
  height: 78px;
  opacity: 0.62;
}

.journal-v8-1 #calendar-filter .hg-event-card-wide {
  grid-column: span 4;
}

.journal-v8-1 #calendar-filter .hg-event-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(136, 88, 255, 0.18), transparent 35%),
    radial-gradient(circle at 70% 80%, rgba(100, 206, 251, 0.18), transparent 30%);
  transition: opacity 300ms ease;
  pointer-events: none;
}

.journal-v8-1 #calendar-filter .hg-event-card::after {
  display: none;
}

.journal-v8-1 #calendar-filter .hg-event-card:hover {
  transform: translateY(-8px);
  border-color: rgba(100, 206, 251, 0.34);
  box-shadow: 0 34px 90px rgba(100, 206, 251, 0.14);
}

.journal-v8-1 #calendar-filter .hg-event-card.is-reveal-enter {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
}

.journal-v8-1 #calendar-filter .hg-event-card.is-reveal-enter.is-reveal-in {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 420ms cubic-bezier(.2,.8,.2,1),
    transform 420ms cubic-bezier(.2,.8,.2,1),
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.journal-v8-1 #calendar-filter .hg-event-card:hover::before {
  opacity: 1;
}

.journal-v8-1 #calendar-filter .hg-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.journal-v8-1 #calendar-filter .hg-date {
  display: block;
  gap: 0;
  min-width: 0;
}

.journal-v8-1 #calendar-filter .hg-date strong {
  color: #8858ff;
  font-family: var(--font-headline);
  font-size: clamp(38px, 4vw, 68px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.journal-v8-1 #calendar-filter .hg-date small {
  color: #8858ff;
  font-size: 13px;
  font-weight: 540;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.journal-v8-1 #calendar-filter .hg-event-type {
  flex: 0 0 auto;
  max-width: 160px;
  padding: 9px 12px;
  border: 1px solid rgba(29, 29, 27, 0.10);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: rgba(29, 29, 27, 0.62);
  font-size: 12px;
  font-weight: 560;
  line-height: 1;
  text-align: right;
}

.journal-v8-1 #calendar-filter .hg-event-content,
.journal-v8-1 #calendar-filter .hg-event-insight,
.journal-v8-1 #calendar-filter .hg-card-bottom {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.journal-v8-1 #calendar-filter .hg-event-card-wide .hg-event-content,
.journal-v8-1 #calendar-filter .hg-event-card-wide .hg-event-insight,
.journal-v8-1 #calendar-filter .hg-event-card-wide .hg-card-bottom {
  max-width: 100%;
}

.journal-v8-1 #calendar-filter .hg-event-title {
  margin: 0 0 8px;
  font-family: var(--font-headline);
  font-size: 24px;
  font-weight: 550;
  letter-spacing: -0.016em;
  line-height: 1.22;
}

.journal-v8-1 #calendar-filter .hg-event-type-line {
  display: none;
}

.journal-v8-1 #calendar-filter .hg-event-desc {
  margin: 0;
  color: rgba(29, 29, 27, 0.62);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.016em;
  line-height: 1.44;
}

.journal-v8-1 #calendar-filter .hg-event-order {
  margin: 14px 0 0;
  max-width: calc(100% - 72px);
  color: rgba(29, 29, 27, 0.74);
  font-size: 14px;
  font-weight: 430;
  line-height: 1.42;
}

.journal-v8-1 #calendar-filter .hg-event-order span {
  color: #8858ff;
  font-weight: 650;
}

.journal-v8-1 #calendar-filter .hg-event-insight {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 18px;
  padding-bottom: 8px;
}

.journal-v8-1 #calendar-filter .hg-insight-pill {
  width: fit-content;
  max-width: 100%;
  padding: 11px 12px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.64);
}

.journal-v8-1 #calendar-filter .hg-insight-pill small {
  display: block;
  margin-bottom: 4px;
  color: rgba(29, 29, 27, 0.42);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journal-v8-1 #calendar-filter .hg-insight-pill b {
  display: block;
  color: rgba(29, 29, 27, 0.88);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.22;
}

.journal-v8-1 #calendar-filter .hg-event-icon {
  position: absolute;
  right: -20px;
  top: -32px;
  bottom: auto;
  z-index: 1;
  width: 176px;
  height: 176px;
  margin: 0;
  opacity: 0.78;
  transition: transform 420ms cubic-bezier(.2,.8,.2,1), opacity 300ms ease;
  pointer-events: none;
}

.journal-v8-1 #calendar-filter .hg-event-card:hover .hg-event-icon {
  opacity: 1;
  transform: translate(-2px, -2px) scale(1.02);
}

.journal-v8-1 #calendar-filter .hg-event-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #1d1d1b;
  --icon-accent: #8858ff;
  --icon-accent-2: #56c67a;
  --icon-accent-3: #64cefb;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  overflow: visible;
  transition: stroke 0.35s ease;
}

.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-motif {
  transform: translateY(10px) scale(1.42);
  transform-box: view-box;
  transform-origin: 60px 60px;
}

.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-anniversary5,
.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-anniversary25,
.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-executiveGift,
.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-sportCup {
  --icon-accent: #8858ff;
  --icon-accent-2: #56c67a;
  --icon-accent-3: #ffd800;
}

.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-anniversary10,
.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-foundationDate,
.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-officeOpening,
.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-hotelOpening,
.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-productLaunch {
  --icon-accent: #8858ff;
  --icon-accent-2: #5aa8ff;
  --icon-accent-3: #56c67a;
}

.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-storeOpening,
.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-adCampaign,
.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-gratitude {
  --icon-accent: #8858ff;
  --icon-accent-2: #ffd800;
  --icon-accent-3: #56c67a;
}

.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-brandRefresh,
.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-run,
.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-marathon {
  --icon-accent: #8b5cf6;
  --icon-accent-2: #56c67a;
  --icon-accent-3: #64cefb;
}

.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-hackathon {
  --icon-accent: #8858ff;
  --icon-accent-2: #5aa8ff;
  --icon-accent-3: #ffd800;
}

.journal-v8-1 #calendar-filter .hg-event-card:hover .hg-event-icon svg {
  stroke: #8858ff;
}

.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-run,
.journal-v8-1 #calendar-filter .hg-event-icon .hg-event-svg-marathon {
  transform: translateY(-18px);
}

.journal-v8-1 #calendar-filter .hg-event-motif-base path,
.journal-v8-1 #calendar-filter .hg-event-motif-base rect,
.journal-v8-1 #calendar-filter .hg-event-motif-base circle,
.journal-v8-1 #calendar-filter .hg-event-motif-base ellipse,
.journal-v8-1 #calendar-filter .hg-event-motif-base line,
.journal-v8-1 #calendar-filter .hg-event-motif-base polyline,
.journal-v8-1 #calendar-filter .hg-event-motif-base polygon {
  stroke: rgba(29, 29, 27, 0.18);
  opacity: 0.7;
  stroke-width: 1.8;
  vector-effect: non-scaling-stroke;
}

.journal-v8-1 #calendar-filter .hg-event-motif-trace path,
.journal-v8-1 #calendar-filter .hg-event-motif-trace rect,
.journal-v8-1 #calendar-filter .hg-event-motif-trace circle,
.journal-v8-1 #calendar-filter .hg-event-motif-trace ellipse,
.journal-v8-1 #calendar-filter .hg-event-motif-trace line,
.journal-v8-1 #calendar-filter .hg-event-motif-trace polyline,
.journal-v8-1 #calendar-filter .hg-event-motif-trace polygon {
  stroke: var(--icon-accent);
  stroke-width: 2.1;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0.9;
  vector-effect: non-scaling-stroke;
  animation: hgEventDraw 3.2s ease-in-out infinite;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.035));
}

.journal-v8-1 #calendar-filter .hg-event-motif-trace path:nth-child(2),
.journal-v8-1 #calendar-filter .hg-event-motif-trace rect:nth-child(2),
.journal-v8-1 #calendar-filter .hg-event-motif-trace circle:nth-child(2),
.journal-v8-1 #calendar-filter .hg-event-motif-trace ellipse:nth-child(2),
.journal-v8-1 #calendar-filter .hg-event-motif-trace line:nth-child(2),
.journal-v8-1 #calendar-filter .hg-event-motif-trace polyline:nth-child(2),
.journal-v8-1 #calendar-filter .hg-event-motif-trace polygon:nth-child(2) {
  stroke: var(--icon-accent-2);
  animation-delay: 0.18s;
}

.journal-v8-1 #calendar-filter .hg-event-motif-trace path:nth-child(3),
.journal-v8-1 #calendar-filter .hg-event-motif-trace rect:nth-child(3),
.journal-v8-1 #calendar-filter .hg-event-motif-trace circle:nth-child(3),
.journal-v8-1 #calendar-filter .hg-event-motif-trace ellipse:nth-child(3),
.journal-v8-1 #calendar-filter .hg-event-motif-trace line:nth-child(3),
.journal-v8-1 #calendar-filter .hg-event-motif-trace polyline:nth-child(3),
.journal-v8-1 #calendar-filter .hg-event-motif-trace polygon:nth-child(3),
.journal-v8-1 #calendar-filter .hg-event-motif-trace path:nth-child(4),
.journal-v8-1 #calendar-filter .hg-event-motif-trace rect:nth-child(4),
.journal-v8-1 #calendar-filter .hg-event-motif-trace circle:nth-child(4),
.journal-v8-1 #calendar-filter .hg-event-motif-trace ellipse:nth-child(4),
.journal-v8-1 #calendar-filter .hg-event-motif-trace line:nth-child(4),
.journal-v8-1 #calendar-filter .hg-event-motif-trace polyline:nth-child(4),
.journal-v8-1 #calendar-filter .hg-event-motif-trace polygon:nth-child(4) {
  stroke: var(--icon-accent-3);
  animation-delay: 0.34s;
}

.journal-v8-1 #calendar-filter .hg-event-card:hover .hg-event-motif-trace path,
.journal-v8-1 #calendar-filter .hg-event-card:hover .hg-event-motif-trace rect,
.journal-v8-1 #calendar-filter .hg-event-card:hover .hg-event-motif-trace circle,
.journal-v8-1 #calendar-filter .hg-event-card:hover .hg-event-motif-trace ellipse,
.journal-v8-1 #calendar-filter .hg-event-card:hover .hg-event-motif-trace line,
.journal-v8-1 #calendar-filter .hg-event-card:hover .hg-event-motif-trace polyline,
.journal-v8-1 #calendar-filter .hg-event-card:hover .hg-event-motif-trace polygon {
  animation-duration: 2.35s;
}

.journal-v8-1 #calendar-filter .hg-tags {
  gap: 7px;
  margin-top: 14px;
}

.journal-v8-1 #calendar-filter .hg-tag {
  border-radius: 999px;
  background: rgba(100, 206, 251, 0.14);
  color: rgba(29, 29, 27, 0.54);
  font-size: 12px;
}

.journal-v8-1 #calendar-filter .hg-card-actions {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.journal-v8-1 #calendar-filter .hg-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 999px;
  padding: 0 14px;
  color: rgba(29, 29, 27, 0.78);
  font-size: 13px;
  font-weight: 560;
  line-height: 1;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.76);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.journal-v8-1 #calendar-filter .hg-card-btn:hover,
.journal-v8-1 #calendar-filter .hg-card-btn:focus-visible {
  transform: translateY(-1px);
  border-color: #8858ff;
  background: #8858ff;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(136, 88, 255, 0.24);
}

.journal-v8-1 #calendar-filter .hg-card-btn.primary {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.journal-v8-1 #calendar-filter .hg-empty {
  margin-top: 18px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.58);
}

@media (max-width: 760px) {
  .journal-v8-1 #calendar-filter .hg-command {
    flex-wrap: nowrap;
  }

  .journal-v8-1 #calendar-filter .hg-filter-reset {
    width: auto;
    min-height: 42px;
  }

  .journal-v8-1 #calendar-filter .hg-control-group {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .journal-v8-1 #calendar-filter .hg-mobile-pickers {
    display: grid;
    gap: 10px;
    margin-top: 12px;
  }

  .journal-v8-1 #calendar-filter .hg-industry-strip {
    display: none;
  }

  .journal-v8-1 #calendar-filter .hg-period-select,
  .journal-v8-1 #calendar-filter .hg-tool-group,
  .journal-v8-1 #calendar-filter .hg-reset {
    max-width: 100%;
  }

  .journal-v8-1 #calendar-filter .hg-events-toolbar {
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
  }

  .journal-v8-1 #calendar-filter .hg-events-title {
    grid-column: 1;
    grid-row: 1;
    font-size: 34px;
    white-space: nowrap;
  }

  .journal-v8-1 #calendar-filter .hg-events-tabs {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 10px;
  }

  .journal-v8-1 #calendar-filter .hg-events-tab {
    min-height: 46px;
    padding: 0 18px;
    font-size: 14px;
  }

  .journal-v8-1 #calendar-filter .hg-events-actions {
    grid-column: 2;
    grid-row: 1;
    flex-wrap: nowrap;
    justify-content: flex-end;
    min-width: 0;
    width: 100%;
  }

  .journal-v8-1 #calendar-filter .hg-events-all-link {
    flex: 0 1 auto;
    min-width: 0;
    min-height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }

  .journal-v8-1 #calendar-filter .hg-events-arrows {
    flex: 0 0 auto;
  }

  .journal-v8-1 #calendar-filter .hg-events-arrows button {
    width: 44px;
    height: 44px;
  }

  .journal-v8-1 #calendar-filter .hg-events-rail .hg-event-card {
    flex-basis: 90vw;
  }

  .hg-calendar-title,
  .hg-editorial-head h2,
  .hg-event-form-copy h2,
  .hg-library-section h2 {
    font-size: 34px;
    letter-spacing: -0.045em;
  }

  .hg-event-card {
    min-height: auto;
    padding: 28px 24px;
  }
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-winter-1::before,
.journal-v8-1 #calendar-filter .hg-event-card-tone-winter-2::before,
.journal-v8-1 #calendar-filter .hg-event-card-tone-winter-3::before {
  background:
    linear-gradient(135deg, rgba(100, 206, 251, 0.22), transparent 35%),
    radial-gradient(circle at 72% 82%, rgba(136, 88, 255, 0.17), transparent 31%),
    radial-gradient(circle at 15% 88%, rgba(210, 235, 255, 0.24), transparent 28%);
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-winter-2::before {
  background:
    linear-gradient(135deg, rgba(136, 88, 255, 0.20), transparent 35%),
    radial-gradient(circle at 72% 82%, rgba(100, 206, 251, 0.18), transparent 31%),
    radial-gradient(circle at 15% 88%, rgba(236, 248, 255, 0.26), transparent 28%);
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-winter-3::before {
  background:
    linear-gradient(135deg, rgba(105, 92, 211, 0.19), transparent 35%),
    radial-gradient(circle at 72% 82%, rgba(160, 222, 255, 0.18), transparent 31%),
    radial-gradient(circle at 15% 88%, rgba(136, 88, 255, 0.10), transparent 28%);
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-spring-1::before,
.journal-v8-1 #calendar-filter .hg-event-card-tone-spring-2::before,
.journal-v8-1 #calendar-filter .hg-event-card-tone-spring-3::before {
  background:
    linear-gradient(135deg, rgba(86, 198, 122, 0.22), transparent 35%),
    radial-gradient(circle at 72% 82%, rgba(100, 206, 251, 0.15), transparent 31%),
    radial-gradient(circle at 16% 88%, rgba(136, 88, 255, 0.10), transparent 28%);
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-spring-2::before {
  background:
    linear-gradient(135deg, rgba(123, 214, 144, 0.22), transparent 35%),
    radial-gradient(circle at 72% 82%, rgba(255, 211, 108, 0.13), transparent 31%),
    radial-gradient(circle at 16% 88%, rgba(100, 206, 251, 0.12), transparent 28%);
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-spring-3::before {
  background:
    linear-gradient(135deg, rgba(68, 178, 132, 0.20), transparent 35%),
    radial-gradient(circle at 72% 82%, rgba(136, 88, 255, 0.13), transparent 31%),
    radial-gradient(circle at 16% 88%, rgba(209, 244, 222, 0.22), transparent 28%);
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-summer-1::before,
.journal-v8-1 #calendar-filter .hg-event-card-tone-summer-2::before,
.journal-v8-1 #calendar-filter .hg-event-card-tone-summer-3::before {
  background:
    linear-gradient(135deg, rgba(255, 107, 87, 0.22), transparent 34%),
    radial-gradient(circle at 72% 82%, rgba(255, 211, 108, 0.18), transparent 31%),
    radial-gradient(circle at 18% 88%, rgba(100, 206, 251, 0.12), transparent 28%);
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-summer-2::before {
  background:
    linear-gradient(135deg, rgba(255, 139, 63, 0.22), transparent 34%),
    radial-gradient(circle at 72% 82%, rgba(255, 211, 108, 0.16), transparent 31%),
    radial-gradient(circle at 18% 88%, rgba(136, 88, 255, 0.10), transparent 28%);
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-summer-3::before {
  background:
    linear-gradient(135deg, rgba(255, 184, 76, 0.20), transparent 34%),
    radial-gradient(circle at 72% 82%, rgba(255, 107, 87, 0.18), transparent 31%),
    radial-gradient(circle at 18% 88%, rgba(100, 206, 251, 0.12), transparent 28%);
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-autumn-1::before,
.journal-v8-1 #calendar-filter .hg-event-card-tone-autumn-2::before,
.journal-v8-1 #calendar-filter .hg-event-card-tone-autumn-3::before {
  background:
    linear-gradient(135deg, rgba(136, 88, 255, 0.20), transparent 35%),
    radial-gradient(circle at 72% 82%, rgba(255, 107, 87, 0.15), transparent 31%),
    radial-gradient(circle at 16% 88%, rgba(105, 92, 211, 0.13), transparent 28%);
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-autumn-2::before {
  background:
    linear-gradient(135deg, rgba(105, 92, 211, 0.20), transparent 35%),
    radial-gradient(circle at 72% 82%, rgba(136, 88, 255, 0.15), transparent 31%),
    radial-gradient(circle at 16% 88%, rgba(255, 107, 87, 0.12), transparent 28%);
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-autumn-3::before {
  background:
    linear-gradient(135deg, rgba(136, 88, 255, 0.16), transparent 35%),
    radial-gradient(circle at 72% 82%, rgba(255, 211, 108, 0.13), transparent 31%),
    radial-gradient(circle at 16% 88%, rgba(100, 206, 251, 0.11), transparent 28%);
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-evergreen::before {
  background:
    linear-gradient(135deg, rgba(136, 88, 255, 0.18), transparent 35%),
    radial-gradient(circle at 72% 82%, rgba(86, 198, 122, 0.16), transparent 31%),
    radial-gradient(circle at 16% 88%, rgba(100, 206, 251, 0.13), transparent 28%);
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-winter-1:hover .hg-event-icon svg {
  stroke: #64cefb;
  --icon-accent: #64cefb;
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-winter-2:hover .hg-event-icon svg {
  stroke: #8858ff;
  --icon-accent: #8858ff;
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-winter-3:hover .hg-event-icon svg {
  stroke: #695cd3;
  --icon-accent: #695cd3;
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-spring-1:hover .hg-event-icon svg {
  stroke: #56c67a;
  --icon-accent: #56c67a;
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-spring-2:hover .hg-event-icon svg {
  stroke: #7bd690;
  --icon-accent: #7bd690;
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-spring-3:hover .hg-event-icon svg {
  stroke: #44b284;
  --icon-accent: #44b284;
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-summer-1:hover .hg-event-icon svg {
  stroke: #ff6b57;
  --icon-accent: #ff6b57;
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-summer-2:hover .hg-event-icon svg {
  stroke: #ff8b3f;
  --icon-accent: #ff8b3f;
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-summer-3:hover .hg-event-icon svg {
  stroke: #ffb84c;
  --icon-accent: #ffb84c;
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-autumn-1:hover .hg-event-icon svg {
  stroke: #8858ff;
  --icon-accent: #8858ff;
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-autumn-2:hover .hg-event-icon svg {
  stroke: #695cd3;
  --icon-accent: #695cd3;
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-autumn-3:hover .hg-event-icon svg {
  stroke: #ff6b57;
  --icon-accent: #ff6b57;
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-evergreen:hover .hg-event-icon svg {
  stroke: #695cd3;
  --icon-accent: #695cd3;
}

@keyframes hgEventDraw {
  0% {
    stroke-dashoffset: 1;
    opacity: 0.16;
  }

  26% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  68% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  100% {
    stroke-dashoffset: -1;
    opacity: 0.14;
  }
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-spring-1 .hg-tag,
.journal-v8-1 #calendar-filter .hg-event-card-tone-spring-2 .hg-tag,
.journal-v8-1 #calendar-filter .hg-event-card-tone-spring-3 .hg-tag {
  background: rgba(86, 198, 122, 0.11);
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-summer-1 .hg-tag,
.journal-v8-1 #calendar-filter .hg-event-card-tone-summer-2 .hg-tag,
.journal-v8-1 #calendar-filter .hg-event-card-tone-summer-3 .hg-tag {
  background: rgba(255, 107, 87, 0.10);
}

.journal-v8-1 #calendar-filter .hg-event-card-tone-autumn-1 .hg-tag,
.journal-v8-1 #calendar-filter .hg-event-card-tone-autumn-2 .hg-tag,
.journal-v8-1 #calendar-filter .hg-event-card-tone-autumn-3 .hg-tag,
.journal-v8-1 #calendar-filter .hg-event-card-tone-evergreen .hg-tag {
  background: rgba(136, 88, 255, 0.10);
}

@media (max-width: 1279px) {
  .journal-v8-1 #calendar-filter .hg-filter-system {
    display: block;
  }

  .journal-v8-1 #calendar-filter .hg-calendar-control-bar {
    display: block;
    margin-bottom: 24px;
  }

  .journal-v8-1 #calendar-filter .hg-control-group {
    justify-content: space-between;
  }

  .journal-v8-1 #calendar-filter .hg-calendar-map {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .journal-v8-1 #calendar-filter .hg-filter-panel {
    position: relative;
    top: auto;
    border-radius: 26px;
    margin-bottom: 0;
  }

  .journal-v8-1 #calendar-filter .hg-command {
    display: flex;
    flex-wrap: nowrap;
    padding: 2px;
  }

  .journal-v8-1 #calendar-filter .hg-reset {
    width: auto;
    margin: 0;
  }

  .journal-v8-1 #calendar-filter .hg-filter-reset {
    width: auto;
  }

  .journal-v8-1 #calendar-filter .hg-month-strip {
    display: none;
  }

  .journal-v8-1 #calendar-filter .hg-calendar-main,
  .journal-v8-1 #calendar-filter .hg-calendar-scroll-frame,
  .journal-v8-1 #calendar-filter .hg-calendar-scroll-area,
  .journal-v8-1 #calendar-filter .hg-calendar-parts,
  .journal-v8-1 #calendar-filter .hg-calendar-part,
  .journal-v8-1 #calendar-filter .hg-calendar-grid {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .journal-v8-1 #calendar-filter .hg-calendar-main-head {
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 12px;
    margin: 0 0 16px;
  }

  .journal-v8-1 #calendar-filter .hg-calendar-main-title {
    flex: 1 1 auto;
    width: auto;
  }

  .journal-v8-1 #calendar-filter .hg-calendar-result-count {
    flex: 0 0 auto;
    width: auto;
  }

  .journal-v8-1 #calendar-filter .hg-calendar-page-link {
    width: 100%;
    justify-content: center;
  }

  .journal-v8-1 #calendar-filter .hg-calendar-scroll-toolbar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .journal-v8-1 #calendar-filter .hg-scroll-meta {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    font-size: 11px;
    min-width: 0;
  }

  .journal-v8-1 #calendar-filter .hg-scroll-tip {
    display: none;
  }

  .journal-v8-1 #calendar-filter .hg-route-dot {
    min-width: 28px;
    min-height: 28px;
    padding: 0;
    font-size: 10px;
  }

  .journal-v8-1 #calendar-filter .hg-calendar-pages {
    gap: 6px;
    width: auto;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 4px;
    justify-self: start;
  }

  .journal-v8-1 #calendar-filter .hg-calendar-pages .hg-route-dot {
    flex: 0 0 auto;
  }

  .journal-v8-1 #calendar-filter .hg-calendar-scroll-area {
    height: 620px;
    padding: 18px 16px 24px;
  }

  .journal-v8-1 #calendar-filter .hg-calendar-side-nav {
    display: none;
  }

  .journal-v8-1 #calendar-filter .hg-calendar-part-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .journal-v8-1 #calendar-filter .hg-compact-row {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 #calendar-filter .hg-calendar-grid {
    display: block;
  }

  .journal-v8-1 #calendar-filter .hg-calendar-scroll-area.hg-calendar-scroll-area-paginated {
    height: clamp(460px, calc(100dvh - 170px), 620px);
    padding-bottom: 68px;
  }

  .journal-v8-1 #calendar-filter .hg-tools-row .hg-tool-group,
  .journal-v8-1 #calendar-filter .hg-date-filter {
    width: 100%;
  }

  .journal-v8-1 #calendar-filter .hg-tools-row .hg-tool-btn {
    flex: 1 1 0;
  }

  .journal-v8-1 #calendar-filter .hg-date-filter {
    justify-content: space-between;
  }

  .journal-v8-1 #calendar-filter .hg-event-card,
  .journal-v8-1 #calendar-filter .hg-event-card-wide,
  .journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-event-card,
  .journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-event-card-wide {
    height: auto;
    min-height: 430px;
    display: block;
    margin-bottom: 14px;
  }

  .journal-v8-1 #calendar-filter .hg-event-content,
  .journal-v8-1 #calendar-filter .hg-event-insight,
  .journal-v8-1 #calendar-filter .hg-card-bottom,
  .journal-v8-1 #calendar-filter .hg-card-actions,
  .journal-v8-1 #calendar-filter .hg-event-card-wide .hg-event-content,
  .journal-v8-1 #calendar-filter .hg-event-card-wide .hg-event-insight,
  .journal-v8-1 #calendar-filter .hg-event-card-wide .hg-card-bottom {
    max-width: 100%;
  }

  .journal-v8-1 #calendar-filter .hg-event-order {
    max-width: 100%;
    padding-right: 96px;
  }

  .journal-v8-1 #calendar-filter .hg-event-insight {
    grid-template-columns: 1fr;
    padding-right: 196px;
  }

  .journal-v8-1 #calendar-filter .hg-event-icon {
    right: 2px;
    top: -18px;
    width: 128px;
    height: 128px;
    opacity: 0.56;
  }

  .journal-v8-1 #calendar-filter .hg-route-stop {
    display: grid;
    gap: 16px;
    padding: 20px;
  }

  .journal-v8-1 #calendar-filter .hg-route-actions {
    justify-content: flex-start;
  }

  .journal-v8-1 #calendar-filter .hg-route-btn {
    flex: 1 1 auto;
  }
}

@media (max-width: 760px) {
  .journal-v8-1 #calendar-filter .hg-command {
    flex-wrap: nowrap;
    gap: 6px;
  }

  .journal-v8-1 #calendar-filter .hg-category-select,
  .journal-v8-1 #calendar-filter .hg-period-select {
    min-height: 36px;
    padding: 0 27px 0 12px;
    font-size: 13px;
  }

  .journal-v8-1 #calendar-filter .hg-category-select::after,
  .journal-v8-1 #calendar-filter .hg-period-select::after {
    right: 12px;
    width: 7px;
    height: 7px;
  }

  .journal-v8-1 #calendar-filter .hg-select-value {
    max-width: 94px;
  }

  .journal-v8-1 #calendar-filter .hg-tool-group {
    flex: 0 0 auto;
    gap: 2px;
    padding: 2px;
  }

  .journal-v8-1 #calendar-filter .hg-tool-btn {
    width: 34px;
    height: 34px;
    min-height: 34px;
  }

  .journal-v8-1 #calendar-filter .hg-filter-reset {
    width: auto;
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  .journal-v8-1 #calendar-filter .hg-calendar-pages {
    min-width: 0;
    width: 100%;
  }
}

@media (min-width: 761px) and (max-width: 1279px) {
  .journal-v8-1 #calendar-filter .hg-industry-strip {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .journal-v8-1 #calendar-filter .hg-scenario {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

.journal-v8-1 #calendar-filter .hg-calendar-grid.is-list-view .hg-event-icon {
  position: relative;
  right: auto;
  top: auto;
  bottom: auto;
  justify-self: end;
  width: 78px;
  height: 78px;
  opacity: 0.62;
}

/* readability override: article/card titles */
.journal-v8-1 .hg-mag-card h3,
.journal-v8-1 .hg-mag-card.is-large h3 {
  font-family: var(--font-headline);
  font-size: clamp(25px, 2.2vw, 38px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.journal-v8-1 .hg-mag-card.is-large h3 {
  font-size: clamp(30px, 3.2vw, 48px);
  letter-spacing: -0.065em;
}

.journal-v8-1 .hg-mag-grid > .hg-mag-card:nth-child(5) h3 {
  font-size: clamp(25px, 2.2vw, 38px);
  letter-spacing: -0.055em;
}

.journal-v8-1 .hg-mag-card p {
  max-width: 92%;
  margin: 16px 0 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.36;
  letter-spacing: -0.025em;
}

.journal-v8-1 .hg-mag-card-button {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.journal-v8-1 .hg-trends-section .trend-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.74fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.journal-v8-1 .hg-trends-section .trend-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 570px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.11);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 18% 92%, var(--glow-1), transparent 35%),
    radial-gradient(circle at 90% 2%, var(--glow-2), transparent 38%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(18px);
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.journal-v8-1 .hg-trends-section .trend-card:hover {
  transform: translateY(-8px);
  border-color: rgba(29, 29, 27, 0.18);
  box-shadow: 0 28px 80px rgba(29, 29, 27, 0.08);
}

.journal-v8-1 .hg-trends-section .trend-card.large {
  min-height: 630px;
  --glow-1: rgba(136, 88, 255, 0.24);
  --glow-2: rgba(100, 206, 251, 0.28);
}

.journal-v8-1 .hg-trends-section .trend-card.narrow {
  --glow-1: rgba(136, 88, 255, 0.22);
  --glow-2: rgba(255, 211, 108, 0.26);
}

.journal-v8-1 .hg-trends-section .trend-card.wide {
  --glow-1: rgba(136, 88, 255, 0.18);
  --glow-2: rgba(100, 206, 251, 0.31);
}

.journal-v8-1 .hg-trends-section .trend-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(29, 29, 27, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 29, 27, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 62%);
  pointer-events: none;
}

.journal-v8-1 .hg-trends-section .trend-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.72), transparent 44%);
  pointer-events: none;
}

.journal-v8-1 .hg-trends-section .trend-visual {
  position: relative;
  z-index: 1;
  height: 310px;
  margin: 18px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
}

.journal-v8-1 .hg-trends-section .large .trend-visual {
  height: 375px;
}

.journal-v8-1 .hg-trends-section .trend-content {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  padding: 0 26px 24px;
}

.journal-v8-1 .hg-trends-section .trend-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.journal-v8-1 .hg-trends-section .trend-number {
  color: rgba(29, 29, 27, 0.48);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.journal-v8-1 .hg-trends-section .trend-badge {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(29, 29, 27, 0.68);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.journal-v8-1 .hg-trends-section .trend-card h3 {
  margin: 0;
  max-width: 620px;
}

.journal-v8-1 .hg-trends-section .trend-card p {
  max-width: 520px;
  margin: 16px 0 0;
  color: rgba(29, 29, 27, 0.62);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.36;
  letter-spacing: -0.025em;
}

.journal-v8-1 .hg-trends-section .trend-footer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding: 0 26px 24px;
}

.journal-v8-1 .hg-trends-section .read-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.journal-v8-1 .hg-trends-section .read-btn span {
  display: inline-block;
  transition: transform 0.35s ease;
}

.journal-v8-1 .hg-trends-section .tiny-note {
  color: rgba(29, 29, 27, 0.46);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.journal-v8-1 .hg-trends-section .contact-scene,
.journal-v8-1 .hg-trends-section .desk-scene {
  position: absolute;
  inset: 0;
}

.journal-v8-1 .hg-trends-section .scene-table {
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: 78%;
  height: 145px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(245, 245, 239, 0.86));
  box-shadow: 0 26px 60px rgba(29, 29, 27, 0.08);
  transform: translateX(-50%);
}

.journal-v8-1 .hg-trends-section .gift-box {
  position: absolute;
  left: 22%;
  bottom: 82px;
  width: 180px;
  height: 122px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff3c4, #ffd36c);
  box-shadow: 0 22px 45px rgba(133, 92, 30, 0.16);
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.journal-v8-1 .hg-trends-section .gift-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 28px;
  height: 100%;
  border-radius: 12px;
  background: rgba(136, 88, 255, 0.72);
  transform: translateX(-50%);
}

.journal-v8-1 .hg-trends-section .gift-box::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -28px;
  height: 42px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, #d8c7ff);
}

.journal-v8-1 .hg-trends-section .trend-card:hover .gift-box {
  transform: translateY(-12px) rotate(-2deg);
}

.journal-v8-1 .hg-trends-section .desk-card {
  position: absolute;
  right: 17%;
  bottom: 102px;
  width: 150px;
  height: 96px;
  border: 1px solid rgba(29, 29, 27, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(29, 29, 27, 0.07);
  transform: rotate(6deg);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-trends-section .trend-card:hover .desk-card {
  transform: rotate(2deg) translateY(-9px);
}

.journal-v8-1 .hg-trends-section .desk-card::before,
.journal-v8-1 .hg-trends-section .desk-card::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  height: 7px;
  border-radius: 999px;
  background: rgba(29, 29, 27, 0.12);
}

.journal-v8-1 .hg-trends-section .desk-card::before { top: 28px; }
.journal-v8-1 .hg-trends-section .desk-card::after { top: 48px; right: 55px; }

.journal-v8-1 .hg-trends-section .hand-line {
  position: absolute;
  right: 20%;
  top: 72px;
  width: 170px;
  height: 86px;
  opacity: 0.68;
  border: 2px solid rgba(29, 29, 27, 0.16);
  border-left: none;
  border-bottom: none;
  border-radius: 0 40px 0 0;
  transform: rotate(-14deg);
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.journal-v8-1 .hg-trends-section .trend-card:hover .hand-line {
  opacity: 1;
  transform: rotate(-8deg) translateX(-8px);
}

.journal-v8-1 .hg-trends-section .floating-label {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #1d1d1b;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 14px 32px rgba(29, 29, 27, 0.06);
  backdrop-filter: blur(10px);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-trends-section .floating-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: currentColor;
}

.journal-v8-1 .hg-trends-section .label-a { left: 32px; top: 26px; color: var(--accent); }
.journal-v8-1 .hg-trends-section .label-b { right: 36px; top: 145px; color: #2fb2e8; }
.journal-v8-1 .hg-trends-section .label-c { left: 42%; bottom: 34px; color: #70c986; }

.journal-v8-1 .hg-trends-section .trend-card:hover .label-a { transform: translateY(-5px); }
.journal-v8-1 .hg-trends-section .trend-card:hover .label-b { transform: translateX(7px); }
.journal-v8-1 .hg-trends-section .trend-card:hover .label-c { transform: translateY(5px); }

.journal-v8-1 .hg-trends-section .texture-scene {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 24px;
}

.journal-v8-1 .hg-trends-section .texture-tile {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 24px;
  background: #ffffff;
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-trends-section .texture-tile:nth-child(1) {
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 8px),
    linear-gradient(135deg, #695cd3, #1d1d1b);
}

.journal-v8-1 .hg-trends-section .texture-tile:nth-child(2) {
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), transparent 18%),
    repeating-linear-gradient(0deg, rgba(160, 115, 40, 0.11) 0 1px, transparent 1px 7px),
    #fff3c4;
}

.journal-v8-1 .hg-trends-section .texture-tile:nth-child(3) {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.55), transparent 28%),
    linear-gradient(135deg, #dfe8ee, #64cefb);
}

.journal-v8-1 .hg-trends-section .texture-tile:nth-child(4) {
  background:
    radial-gradient(circle at 50% 50%, rgba(136, 88, 255, 0.18), transparent 36%),
    #f5f0ff;
}

.journal-v8-1 .hg-trends-section .texture-tile::after {
  content: attr(data-name);
  position: absolute;
  left: 14px;
  bottom: 13px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: rgba(29, 29, 27, 0.68);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.journal-v8-1 .hg-trends-section .trend-card:hover .texture-tile:nth-child(1) { transform: translateY(-8px) rotate(-1deg); }
.journal-v8-1 .hg-trends-section .trend-card:hover .texture-tile:nth-child(2) { transform: translateY(7px) rotate(1deg); }
.journal-v8-1 .hg-trends-section .trend-card:hover .texture-tile:nth-child(3) { transform: translateY(6px) rotate(-1deg); }
.journal-v8-1 .hg-trends-section .trend-card:hover .texture-tile:nth-child(4) { transform: translateY(-8px) rotate(1deg); }

.journal-v8-1 .hg-trends-section .notebook {
  position: absolute;
  left: 12%;
  bottom: 42px;
  width: 210px;
  height: 165px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #f7f4ec, #e4dccb);
  box-shadow: 0 20px 50px rgba(29, 29, 27, 0.08);
  transform: rotate(-5deg);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-trends-section .notebook::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(29, 29, 27, 0.1);
}

.journal-v8-1 .hg-trends-section .mug {
  position: absolute;
  right: 17%;
  bottom: 70px;
  width: 116px;
  height: 150px;
  border-radius: 34px 34px 26px 26px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.6), transparent 35%),
    linear-gradient(135deg, #695cd3, #1d1d1b);
  box-shadow: 0 20px 50px rgba(29, 29, 27, 0.12);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-trends-section .mug::after {
  content: "";
  position: absolute;
  right: -34px;
  top: 42px;
  width: 46px;
  height: 56px;
  border: 11px solid #2d255e;
  border-left: none;
  border-radius: 0 26px 26px 0;
}

.journal-v8-1 .hg-trends-section .lanyard {
  position: absolute;
  left: 44%;
  top: 42px;
  width: 130px;
  height: 190px;
  border: 13px solid rgba(136, 88, 255, 0.5);
  border-bottom: none;
  border-radius: 70px 70px 0 0;
  transform: rotate(8deg);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-trends-section .lanyard::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -54px;
  width: 74px;
  height: 54px;
  border: 1px solid rgba(29, 29, 27, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 30px rgba(29, 29, 27, 0.06);
  transform: translateX(-50%);
}

.journal-v8-1 .hg-trends-section .trend-card:hover .notebook { transform: rotate(-2deg) translateY(-8px); }
.journal-v8-1 .hg-trends-section .trend-card:hover .mug { transform: translateY(-12px) rotate(3deg); }
.journal-v8-1 .hg-trends-section .trend-card:hover .lanyard { transform: rotate(3deg) translateY(-7px); }

.journal-v8-1 .hg-trends-section .screen-ghost {
  position: absolute;
  right: 8%;
  top: 24px;
  width: 170px;
  height: 104px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.48);
}

.journal-v8-1 .hg-trends-section .screen-ghost::before,
.journal-v8-1 .hg-trends-section .screen-ghost::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  height: 8px;
  border-radius: 99px;
  background: rgba(29, 29, 27, 0.08);
}

.journal-v8-1 .hg-trends-section .screen-ghost::before { top: 28px; }
.journal-v8-1 .hg-trends-section .screen-ghost::after { top: 50px; right: 62px; }

@media (max-width: 1180px) {
  .journal-v8-1 .hg-trends-section .trend-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .journal-v8-1 .hg-trends-section .trend-card.large {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .journal-v8-1 .hg-trends-section .trend-grid {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .hg-trends-section .trend-card.large {
    grid-column: auto;
  }

  .journal-v8-1 .hg-trends-section .trend-card,
  .journal-v8-1 .hg-trends-section .trend-card.large {
    min-height: 600px;
  }

  .journal-v8-1 .hg-trends-section .trend-visual,
  .journal-v8-1 .hg-trends-section .large .trend-visual {
    height: 310px;
  }
}

.journal-v8-1 .hg-navigator-section .navigator-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  align-items: stretch;
}

.journal-v8-1 .hg-navigator-section .navigator-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.11);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 16% 92%, var(--glow-1), transparent 34%),
    radial-gradient(circle at 92% 6%, var(--glow-2), transparent 36%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(18px);
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.journal-v8-1 .hg-navigator-section .navigator-card:hover {
  transform: translateY(-8px);
  border-color: rgba(29, 29, 27, 0.18);
  box-shadow: 0 28px 80px rgba(29, 29, 27, 0.08);
}

.journal-v8-1 .hg-navigator-section .navigator-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(29, 29, 27, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 29, 27, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 62%);
  pointer-events: none;
}

.journal-v8-1 .hg-navigator-section .navigator-card.large {
  grid-column: span 5;
  min-height: 640px;
  --glow-1: rgba(136, 88, 255, 0.26);
  --glow-2: rgba(100, 206, 251, 0.26);
}

.journal-v8-1 .hg-navigator-section .navigator-card.tall {
  grid-column: span 3;
  min-height: 640px;
  --glow-1: rgba(136, 88, 255, 0.22);
  --glow-2: rgba(255, 211, 108, 0.25);
}

.journal-v8-1 .hg-navigator-section .navigator-card.feature {
  grid-column: span 4;
  min-height: 640px;
  --glow-1: rgba(136, 88, 255, 0.2);
  --glow-2: rgba(100, 206, 251, 0.28);
}

.journal-v8-1 .hg-navigator-section .navigator-card.small {
  grid-column: span 3;
  --glow-1: rgba(255, 211, 108, 0.25);
  --glow-2: rgba(100, 206, 251, 0.22);
}

@media (min-width: 1181px) {
  .journal-v8-1 .hg-navigator-section .row-two-card {
    grid-column: 1 / span 3;
    grid-row: 2;
  }

  .journal-v8-1 .hg-navigator-section .navigator-card:nth-of-type(5) {
    grid-column: 4 / span 3;
    grid-row: 2;
  }

  .journal-v8-1 .hg-navigator-section .navigator-card:nth-of-type(6) {
    grid-column: 7 / span 3;
    grid-row: 2;
  }

  .journal-v8-1 .hg-navigator-section .navigator-card:nth-of-type(7) {
    grid-column: 10 / span 3;
    grid-row: 2;
  }
}

.journal-v8-1 .hg-navigator-section .navigator-visual {
  position: relative;
  z-index: 1;
  height: 250px;
  margin: 18px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
}

.journal-v8-1 .hg-navigator-section .large .navigator-visual,
.journal-v8-1 .hg-navigator-section .tall .navigator-visual,
.journal-v8-1 .hg-navigator-section .feature .navigator-visual {
  height: 330px;
}

.journal-v8-1 .hg-navigator-section .navigator-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 26px 24px;
}

.journal-v8-1 .hg-navigator-section .navigator-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.journal-v8-1 .hg-navigator-section .number {
  color: rgba(29, 29, 27, 0.48);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.journal-v8-1 .hg-navigator-section .navigator-badge {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: rgba(29, 29, 27, 0.64);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.journal-v8-1 .hg-navigator-section .navigator-card h3 {
  margin: 0;
}

.journal-v8-1 .hg-navigator-section .navigator-card p {
  max-width: 520px;
  margin: 16px 0 0;
  color: rgba(29, 29, 27, 0.62);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.36;
  letter-spacing: -0.025em;
}

.journal-v8-1 .hg-navigator-section .navigator-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 28px;
}

.journal-v8-1 .hg-navigator-section .read-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.journal-v8-1 .hg-navigator-section .read-btn span {
  transition: transform 0.35s ease;
}

.journal-v8-1 .hg-navigator-section .note {
  color: rgba(29, 29, 27, 0.45);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
}

.journal-v8-1 .hg-navigator-section .welcome-scene,
.journal-v8-1 .hg-navigator-section .gift-scene,
.journal-v8-1 .hg-navigator-section .event-scene,
.journal-v8-1 .hg-navigator-section .budget-scene,
.journal-v8-1 .hg-navigator-section .audience-scene,
.journal-v8-1 .hg-navigator-section .pack-scene,
.journal-v8-1 .hg-navigator-section .brand-scene {
  position: absolute;
  inset: 0;
}

.journal-v8-1 .hg-navigator-section .label {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #1d1d1b;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: -0.02em;
  box-shadow: 0 14px 32px rgba(29, 29, 27, 0.06);
  backdrop-filter: blur(10px);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-navigator-section .label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: currentColor;
}

.journal-v8-1 .hg-navigator-section .l1 { left: 28px; top: 24px; color: var(--accent); }
.journal-v8-1 .hg-navigator-section .l2 { right: 28px; top: 82px; color: #2fb2e8; }
.journal-v8-1 .hg-navigator-section .l3 { left: 38%; bottom: 26px; color: #70c986; }

.journal-v8-1 .hg-navigator-section .navigator-card:hover .l1 { transform: translateY(-5px); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .l2 { transform: translateX(7px); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .l3 { transform: translateY(5px); }

.journal-v8-1 .hg-navigator-section .box {
  position: absolute;
  left: 50%;
  bottom: 44px;
  width: 260px;
  height: 150px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff3c4, #ffd36c);
  box-shadow: 0 24px 55px rgba(133, 92, 30, 0.14);
  transform: translateX(-50%);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-navigator-section .box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 34px;
  height: 100%;
  border-radius: 13px;
  background: rgba(136, 88, 255, 0.7);
  transform: translateX(-50%);
}

.journal-v8-1 .hg-navigator-section .box-lid {
  position: absolute;
  left: 50%;
  bottom: 182px;
  width: 280px;
  height: 48px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, #d8c7ff);
  transform: translateX(-50%) rotate(-4deg);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-navigator-section .hoodie-mini {
  position: absolute;
  left: 18%;
  top: 72px;
  width: 118px;
  height: 126px;
  border-radius: 44px 44px 20px 20px;
  background: linear-gradient(135deg, #695cd3, #1d1d1b);
  transform: rotate(-8deg);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-navigator-section .cup-mini {
  position: absolute;
  right: 18%;
  bottom: 88px;
  width: 78px;
  height: 104px;
  border-radius: 28px 28px 20px 20px;
  background: linear-gradient(135deg, #ffffff, #dfe8ee);
  box-shadow: 0 18px 36px rgba(29, 29, 27, 0.08);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-navigator-section .navigator-card:hover .box { transform: translateX(-50%) translateY(-8px); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .box-lid { transform: translateX(-50%) translateY(-18px) rotate(-8deg); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .hoodie-mini { transform: rotate(-3deg) translateY(-8px); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .cup-mini { transform: translateY(-10px) rotate(5deg); }

.journal-v8-1 .hg-navigator-section .choice-stack {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 230px;
  height: 230px;
  transform: translate(-50%, -50%);
}

.journal-v8-1 .hg-navigator-section .choice-card {
  position: absolute;
  width: 150px;
  height: 104px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(29, 29, 27, 0.07);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-navigator-section .choice-card:nth-child(1) { left: 8px; top: 10px; transform: rotate(-10deg); }
.journal-v8-1 .hg-navigator-section .choice-card:nth-child(2) { right: 0; top: 70px; transform: rotate(8deg); }
.journal-v8-1 .hg-navigator-section .choice-card:nth-child(3) { left: 36px; bottom: 0; transform: rotate(-2deg); }

.journal-v8-1 .hg-navigator-section .choice-card::before,
.journal-v8-1 .hg-navigator-section .choice-card::after {
  content: "";
  position: absolute;
  left: 18px;
  height: 8px;
  border-radius: 999px;
  background: rgba(29, 29, 27, 0.1);
}

.journal-v8-1 .hg-navigator-section .choice-card::before { top: 28px; width: 78px; }
.journal-v8-1 .hg-navigator-section .choice-card::after { top: 48px; width: 110px; }

.journal-v8-1 .hg-navigator-section .navigator-card:hover .choice-card:nth-child(1) { transform: rotate(-5deg) translateY(-8px); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .choice-card:nth-child(2) { transform: rotate(4deg) translateX(8px); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .choice-card:nth-child(3) { transform: rotate(2deg) translateY(8px); }

.journal-v8-1 .hg-navigator-section .badge-card {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 180px;
  height: 220px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 55px rgba(29, 29, 27, 0.08);
  transform: translate(-50%, -50%) rotate(-4deg);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-navigator-section .badge-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 26px;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: linear-gradient(135deg, #64cefb, #d8c7ff);
  transform: translateX(-50%);
}

.journal-v8-1 .hg-navigator-section .badge-card::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 46px;
  height: 10px;
  border-radius: 999px;
  background: rgba(29, 29, 27, 0.12);
  box-shadow: 0 24px 0 rgba(29, 29, 27, 0.08);
}

.journal-v8-1 .hg-navigator-section .lanyard {
  position: absolute;
  left: 50%;
  top: 22px;
  width: 160px;
  height: 150px;
  border: 12px solid rgba(136, 88, 255, 0.42);
  border-bottom: none;
  border-radius: 90px 90px 0 0;
  transform: translateX(-50%);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-navigator-section .navigator-card:hover .badge-card { transform: translate(-50%, -50%) rotate(2deg) translateY(-8px); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .lanyard { transform: translateX(-50%) translateY(-8px) rotate(4deg); }

.journal-v8-1 .hg-navigator-section .budget-rings {
  position: absolute;
  inset: 34px;
  display: grid;
  place-items: center;
}

.journal-v8-1 .hg-navigator-section .ring {
  position: absolute;
  border: 2px solid rgba(29, 29, 27, 0.1);
  border-radius: 999px;
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-navigator-section .ring:nth-child(1) {
  width: 230px;
  height: 230px;
  background: rgba(255, 211, 108, 0.22);
}

.journal-v8-1 .hg-navigator-section .ring:nth-child(2) {
  width: 166px;
  height: 166px;
  background: rgba(100, 206, 251, 0.22);
}

.journal-v8-1 .hg-navigator-section .ring:nth-child(3) {
  width: 96px;
  height: 96px;
  background: rgba(136, 88, 255, 0.18);
}

.journal-v8-1 .hg-navigator-section .coin {
  position: absolute;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: #1d1d1b;
  font-family: var(--font-headline);
  font-weight: 500;
  box-shadow: 0 14px 32px rgba(29, 29, 27, 0.06);
}

.journal-v8-1 .hg-navigator-section .navigator-card:hover .ring:nth-child(1) { transform: scale(1.05); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .ring:nth-child(2) { transform: scale(0.96); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .ring:nth-child(3) { transform: scale(1.12); }

.journal-v8-1 .hg-navigator-section .people-map {
  position: absolute;
  inset: 34px;
}

.journal-v8-1 .hg-navigator-section .person-dot {
  position: absolute;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 34px rgba(29, 29, 27, 0.06);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-navigator-section .person-dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #1d1d1b;
  transform: translateX(-50%);
}

.journal-v8-1 .hg-navigator-section .person-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 38px;
  height: 24px;
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(135deg, #64cefb, #d8c7ff);
  transform: translateX(-50%);
}

.journal-v8-1 .hg-navigator-section .person-dot:nth-child(1) { left: 4%; top: 18%; }
.journal-v8-1 .hg-navigator-section .person-dot:nth-child(2) { right: 8%; top: 8%; }
.journal-v8-1 .hg-navigator-section .person-dot:nth-child(3) { left: 38%; top: 42%; }
.journal-v8-1 .hg-navigator-section .person-dot:nth-child(4) { right: 18%; bottom: 5%; }
.journal-v8-1 .hg-navigator-section .person-dot:nth-child(5) { left: 10%; bottom: 10%; }

.journal-v8-1 .hg-navigator-section .connector {
  position: absolute;
  left: 18%;
  right: 18%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(29, 29, 27, 0.16), transparent);
  transform: rotate(-12deg);
}

.journal-v8-1 .hg-navigator-section .navigator-card:hover .person-dot:nth-child(1) { transform: translateY(-8px); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .person-dot:nth-child(2) { transform: translateX(8px); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .person-dot:nth-child(3) { transform: scale(1.08); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .person-dot:nth-child(4) { transform: translateY(8px); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .person-dot:nth-child(5) { transform: translateX(-8px); }

.journal-v8-1 .hg-navigator-section .pack-items {
  position: absolute;
  inset: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.journal-v8-1 .hg-navigator-section .pack-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-navigator-section .pack-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  opacity: 0.85;
  border-radius: 24px;
  background: var(--c);
  transform: translate(-50%, -50%);
}

.journal-v8-1 .hg-navigator-section .pack-item:nth-child(1) { --c: #64cefb; }
.journal-v8-1 .hg-navigator-section .pack-item:nth-child(2) { --c: #ffd36c; }
.journal-v8-1 .hg-navigator-section .pack-item:nth-child(3) { --c: #d8c7ff; }
.journal-v8-1 .hg-navigator-section .pack-item:nth-child(4) { --c: #92df9a; }

.journal-v8-1 .hg-navigator-section .navigator-card:hover .pack-item:nth-child(1) { transform: translateY(-7px); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .pack-item:nth-child(2) { transform: translateY(7px); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .pack-item:nth-child(3) { transform: translateY(6px); }
.journal-v8-1 .hg-navigator-section .navigator-card:hover .pack-item:nth-child(4) { transform: translateY(-7px); }

.journal-v8-1 .hg-navigator-section .brand-flow {
  position: absolute;
  inset: 34px;
}

.journal-v8-1 .hg-navigator-section .flow-line {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, #1d1d1b, rgba(29, 29, 27, 0.1));
}

.journal-v8-1 .hg-navigator-section .flow-node {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 24px;
  background: #ffffff;
  color: #1d1d1b;
  font-family: var(--font-headline);
  font-weight: 500;
  transform: translate(-50%, -50%);
  transition: transform 0.45s ease, border-radius 0.45s ease;
}

.journal-v8-1 .hg-navigator-section .flow-node:nth-child(2) { left: 10%; }
.journal-v8-1 .hg-navigator-section .flow-node:nth-child(3) { left: 38%; }
.journal-v8-1 .hg-navigator-section .flow-node:nth-child(4) { left: 66%; }
.journal-v8-1 .hg-navigator-section .flow-node:nth-child(5) { left: 92%; }

.journal-v8-1 .hg-navigator-section .navigator-card:hover .flow-node {
  border-radius: 999px;
  transform: translate(-50%, -50%) translateY(-8px);
}

@media (max-width: 1180px) {
  .journal-v8-1 .hg-navigator-section .navigator-card.large,
  .journal-v8-1 .hg-navigator-section .navigator-card.tall,
  .journal-v8-1 .hg-navigator-section .navigator-card.feature,
  .journal-v8-1 .hg-navigator-section .navigator-card.small {
    grid-column: span 6;
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .journal-v8-1 .hg-navigator-section .navigator-grid {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .hg-navigator-section .navigator-card.large,
  .journal-v8-1 .hg-navigator-section .navigator-card.tall,
  .journal-v8-1 .hg-navigator-section .navigator-card.feature,
  .journal-v8-1 .hg-navigator-section .navigator-card.small {
    grid-column: auto;
    min-height: auto;
  }

  .journal-v8-1 .hg-navigator-section .navigator-visual,
  .journal-v8-1 .hg-navigator-section .large .navigator-visual,
  .journal-v8-1 .hg-navigator-section .tall .navigator-visual,
  .journal-v8-1 .hg-navigator-section .feature .navigator-visual {
    height: 300px;
  }
}

.journal-v8-1 .hg-branding-guide .articles-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  align-items: stretch;
}

.journal-v8-1 .hg-branding-guide .article-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(29, 29, 27, 0.11);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  color: #1d1d1b;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(18px);
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.journal-v8-1 .hg-branding-guide .article-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.85;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.72), transparent 42%),
    radial-gradient(circle at var(--glow-x, 80%) var(--glow-y, 10%), var(--glow, rgba(100, 206, 251, 0.22)), transparent 42%);
  transition: opacity 0.35s ease;
}

.journal-v8-1 .hg-branding-guide .article-card:hover {
  transform: translateY(-8px);
  border-color: rgba(29, 29, 27, 0.18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.journal-v8-1 .hg-branding-guide .article-card:hover::before {
  opacity: 1;
}

.journal-v8-1 .hg-branding-guide .article-card.hero {
  grid-column: span 5;
  min-height: 640px;
  --glow: rgba(255, 211, 108, 0.44);
  --glow-x: 8%;
  --glow-y: 8%;
}

.journal-v8-1 .hg-branding-guide .article-card.medium {
  grid-column: span 3;
  --glow: rgba(100, 206, 251, 0.32);
}

.journal-v8-1 .hg-branding-guide .article-card.tall {
  grid-column: span 4;
  --glow: rgba(136, 88, 255, 0.26);
}

.journal-v8-1 .hg-branding-guide .article-card.small {
  grid-column: span 3;
  min-height: 390px;
}

.journal-v8-1 .hg-branding-guide .article-card.wide {
  grid-column: span 6;
  min-height: 390px;
  flex-direction: row;
  --glow: rgba(146, 223, 154, 0.32);
}

.journal-v8-1 .hg-branding-guide .visual {
  position: relative;
  height: 250px;
  margin: 18px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 22px;
  background: #ffffff;
}

.journal-v8-1 .hg-branding-guide .hero .visual {
  height: 360px;
}

.journal-v8-1 .hg-branding-guide .wide .visual {
  width: 48%;
  height: auto;
  min-height: calc(100% - 36px);
  flex: 0 0 48%;
}

.journal-v8-1 .hg-branding-guide .visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(29, 29, 27, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 29, 27, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 75%);
  pointer-events: none;
}

.journal-v8-1 .hg-branding-guide .hoodie {
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 68%;
  max-width: 360px;
  height: 92%;
  transform: translateX(-50%);
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.journal-v8-1 .hg-branding-guide .article-card:hover .hoodie {
  transform: translateX(-50%) translateY(-8px) scale(1.025);
}

.journal-v8-1 .hg-branding-guide .hoodie-body {
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 0;
  height: 78%;
  border-radius: 42px 42px 12px 12px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(135deg, #695cd3, #1d1d1b 72%);
  box-shadow:
    inset 0 18px 32px rgba(255, 255, 255, 0.05),
    inset 0 -20px 30px rgba(0, 0, 0, 0.18);
}

.journal-v8-1 .hg-branding-guide .hoodie-hood {
  position: absolute;
  left: 28%;
  top: 0;
  width: 44%;
  height: 34%;
  border-radius: 50% 50% 40% 40%;
  background: linear-gradient(135deg, #695cd3, #1d1d1b);
  box-shadow: inset 0 -14px 22px rgba(0, 0, 0, 0.18);
}

.journal-v8-1 .hg-branding-guide .hoodie-sleeve {
  position: absolute;
  bottom: 0;
  width: 24%;
  height: 73%;
  border-radius: 32px 32px 12px 12px;
  background: linear-gradient(145deg, #64cefb, #695cd3);
}

.journal-v8-1 .hg-branding-guide .hoodie-sleeve.left {
  left: 0;
  transform: rotate(7deg);
}

.journal-v8-1 .hg-branding-guide .hoodie-sleeve.right {
  right: 0;
  transform: rotate(-7deg);
}

.journal-v8-1 .hg-branding-guide .hoodie-pocket {
  position: absolute;
  left: 30%;
  bottom: 20%;
  width: 40%;
  height: 18%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px 18px 34px 34px;
  background: rgba(0, 0, 0, 0.08);
}

.journal-v8-1 .hg-branding-guide .print-zone {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 108px;
  height: 72px;
  opacity: 0.15;
  border: 1.5px dashed rgba(255, 255, 255, 0.45);
  border-radius: 18px;
  transform: translate(-50%, -50%);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.journal-v8-1 .hg-branding-guide .article-card:hover .print-zone {
  opacity: 0.85;
  transform: translate(-50%, -50%) scale(1.06);
}

.journal-v8-1 .hg-branding-guide .tag-line {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(29, 29, 27, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #1d1d1b;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 30px rgba(29, 29, 27, 0.06);
  backdrop-filter: blur(10px);
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.journal-v8-1 .hg-branding-guide .tag-line::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: currentColor;
}

.journal-v8-1 .hg-branding-guide .tag-one {
  left: 22px;
  top: 22px;
  color: #8858ff;
}

.journal-v8-1 .hg-branding-guide .tag-two {
  right: 22px;
  top: 78px;
  color: #2fb2e8;
}

.journal-v8-1 .hg-branding-guide .tag-three {
  left: 38px;
  bottom: 24px;
  color: #70c986;
}

.journal-v8-1 .hg-branding-guide .article-card:hover .tag-one {
  transform: translateY(-4px);
}

.journal-v8-1 .hg-branding-guide .article-card:hover .tag-two {
  transform: translateX(5px);
}

.journal-v8-1 .hg-branding-guide .article-card:hover .tag-three {
  transform: translateY(4px);
}

.journal-v8-1 .hg-branding-guide .card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 22px 22px;
}

.journal-v8-1 .hg-branding-guide .wide .card-content {
  padding: 28px 28px 28px 8px;
}

.journal-v8-1 .hg-branding-guide .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.journal-v8-1 .hg-branding-guide .branding-number {
  color: rgba(29, 29, 27, 0.48);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.journal-v8-1 .hg-branding-guide .article-card .badge {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(29, 29, 27, 0.86);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.journal-v8-1 .hg-branding-guide .card-title {
  margin: 0;
}

.journal-v8-1 .hg-branding-guide .card-text {
  max-width: 92%;
  margin: 16px 0 0;
  color: rgba(29, 29, 27, 0.62);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.36;
  letter-spacing: -0.025em;
}

.journal-v8-1 .hg-branding-guide .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 28px;
}

.journal-v8-1 .hg-branding-guide .read-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.journal-v8-1 .hg-branding-guide .arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.journal-v8-1 .hg-branding-guide .article-card:hover .arrow {
  color: #ffffff;
  border-color: var(--accent);
  background: var(--accent);
  transform: translateX(4px) rotate(-12deg);
}

.journal-v8-1 .hg-branding-guide .hg-read-highlight .arrow,
.journal-v8-1 .hg-branding-guide .article-card:hover .hg-read-highlight .arrow {
  display: inline-block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  transform: none;
}

.journal-v8-1 .hg-branding-guide .micro-note {
  color: rgba(29, 29, 27, 0.62);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 650;
}

.journal-v8-1 .hg-branding-guide .checklist-visual {
  position: absolute;
  inset: 22px;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.journal-v8-1 .hg-branding-guide .mini-step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-branding-guide .article-card:hover .mini-step:nth-child(1) {
  transform: translateY(-5px);
}

.journal-v8-1 .hg-branding-guide .article-card:hover .mini-step:nth-child(2) {
  transform: translateY(5px);
}

.journal-v8-1 .hg-branding-guide .article-card:hover .mini-step:nth-child(3) {
  transform: translateY(4px);
}

.journal-v8-1 .hg-branding-guide .article-card:hover .mini-step:nth-child(4) {
  transform: translateY(-5px);
}

.journal-v8-1 .hg-branding-guide .mini-step b {
  color: #1d1d1b;
  font-family: var(--font-headline);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}

.journal-v8-1 .hg-branding-guide .mini-step span {
  color: rgba(29, 29, 27, 0.62);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
}

.journal-v8-1 .hg-branding-guide .mini-step::after {
  content: "";
  position: absolute;
  right: -22px;
  top: -22px;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: var(--dot, var(--yellow));
  opacity: 0.75;
}

.journal-v8-1 .hg-branding-guide .bottle-wrap {
  position: absolute;
  inset: 0;
}

.journal-v8-1 .hg-branding-guide .bottle {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 112px;
  height: 260px;
  border-radius: 46px 46px 30px 30px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.45), transparent 28%),
    linear-gradient(140deg, #e8eef3, #64cefb 52%, #695cd3);
  box-shadow: inset -18px 0 28px rgba(29, 29, 27, 0.14);
  transform: translateX(-50%);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-branding-guide .article-card:hover .bottle {
  transform: translateX(-50%) translateY(-8px) rotate(2deg);
}

.journal-v8-1 .hg-branding-guide .bottle::before {
  content: "";
  position: absolute;
  left: 32px;
  top: -36px;
  width: 48px;
  height: 52px;
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(140deg, #dfe8ee, #64cefb);
}

.journal-v8-1 .hg-branding-guide .laser {
  position: absolute;
  left: 20%;
  top: 36%;
  width: 64%;
  height: 2px;
  opacity: 0.78;
  background: linear-gradient(90deg, transparent, #8858ff, transparent);
  transform: rotate(-10deg);
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.journal-v8-1 .hg-branding-guide .article-card:hover .laser {
  opacity: 1;
  transform: rotate(-10deg) translateX(18px);
}

.journal-v8-1 .hg-branding-guide .package-scene {
  position: absolute;
  inset: 0;
}

.journal-v8-1 .hg-branding-guide .box-base {
  position: absolute;
  left: 50%;
  bottom: 52px;
  width: 220px;
  height: 150px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff3c4, #ffd36c);
  box-shadow: 0 26px 50px rgba(122, 89, 30, 0.16);
  transform: translateX(-50%);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-branding-guide .box-lid {
  position: absolute;
  left: 50%;
  bottom: 190px;
  width: 236px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, #d8c7ff);
  transform: translateX(-50%) rotate(-4deg);
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.journal-v8-1 .hg-branding-guide .article-card:hover .box-lid {
  transform: translateX(-50%) translateY(-18px) rotate(-9deg);
}

.journal-v8-1 .hg-branding-guide .ribbon {
  position: absolute;
  left: 50%;
  bottom: 54px;
  width: 34px;
  height: 148px;
  border-radius: 10px;
  background: rgba(136, 88, 255, 0.75);
  transform: translateX(-50%);
}

.journal-v8-1 .hg-branding-guide .paper-card {
  position: absolute;
  right: 40px;
  top: 42px;
  width: 120px;
  height: 84px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  transform: rotate(7deg);
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-branding-guide .article-card:hover .paper-card {
  transform: rotate(2deg) translateY(-8px);
}

.journal-v8-1 .hg-branding-guide .paper-card::before,
.journal-v8-1 .hg-branding-guide .paper-card::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 7px;
  border-radius: 10px;
  background: rgba(29, 29, 27, 0.12);
}

.journal-v8-1 .hg-branding-guide .paper-card::before {
  top: 22px;
}

.journal-v8-1 .hg-branding-guide .paper-card::after {
  top: 42px;
  right: 42px;
}

.journal-v8-1 .hg-branding-guide .palette {
  position: absolute;
  inset: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
}

.journal-v8-1 .hg-branding-guide .swatch {
  width: 58px;
  height: 210px;
  border-radius: 999px;
  background: var(--c);
  box-shadow: inset 0 0 0 1px rgba(29, 29, 27, 0.08);
  transform: translateY(var(--y));
  transition: transform 0.45s ease;
}

.journal-v8-1 .hg-branding-guide .article-card:hover .swatch {
  transform: translateY(calc(var(--y) - 12px));
}

.journal-v8-1 .hg-branding-guide .swatch:nth-child(2) {
  transition-delay: 0.04s;
}

.journal-v8-1 .hg-branding-guide .swatch:nth-child(3) {
  transition-delay: 0.08s;
}

.journal-v8-1 .hg-branding-guide .swatch:nth-child(4) {
  transition-delay: 0.12s;
}

.journal-v8-1 .hg-branding-guide .process-map {
  position: absolute;
  inset: 28px;
  z-index: 1;
}

.journal-v8-1 .hg-branding-guide .process-line {
  position: absolute;
  left: 32px;
  right: 32px;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, #1d1d1b, rgba(29, 29, 27, 0.1));
  transform: translateY(-50%);
}

.journal-v8-1 .hg-branding-guide .process-node {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 22px;
  background: #ffffff;
  color: #1d1d1b;
  font-family: var(--font-headline);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
  transform: translate(-50%, -50%);
  transition: transform 0.45s ease, border-radius 0.45s ease;
}

.journal-v8-1 .hg-branding-guide .process-node:nth-child(2) { left: 10%; }
.journal-v8-1 .hg-branding-guide .process-node:nth-child(3) { left: 36%; }
.journal-v8-1 .hg-branding-guide .process-node:nth-child(4) { left: 64%; }
.journal-v8-1 .hg-branding-guide .process-node:nth-child(5) { left: 90%; }

.journal-v8-1 .hg-branding-guide .article-card:hover .process-node {
  border-radius: 999px;
  transform: translate(-50%, -50%) translateY(-8px);
}

.journal-v8-1 .hg-branding-guide .process-caption {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  color: rgba(29, 29, 27, 0.62);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1180px) {
  .journal-v8-1 .hg-branding-guide .article-card.hero,
  .journal-v8-1 .hg-branding-guide .article-card.medium,
  .journal-v8-1 .hg-branding-guide .article-card.tall,
  .journal-v8-1 .hg-branding-guide .article-card.small,
  .journal-v8-1 .hg-branding-guide .article-card.wide {
    grid-column: span 6;
  }

  .journal-v8-1 .hg-branding-guide .article-card.hero {
    min-height: 580px;
  }
}

@media (max-width: 760px) {
  .journal-v8-1 .hg-branding-guide .articles-grid {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .hg-branding-guide .article-card.hero,
  .journal-v8-1 .hg-branding-guide .article-card.medium,
  .journal-v8-1 .hg-branding-guide .article-card.tall,
  .journal-v8-1 .hg-branding-guide .article-card.small,
  .journal-v8-1 .hg-branding-guide .article-card.wide {
    grid-column: auto;
    min-height: auto;
  }

  .journal-v8-1 .hg-branding-guide .article-card.wide {
    flex-direction: column;
  }

  .journal-v8-1 .hg-branding-guide .wide .visual {
    width: auto;
    min-height: 260px;
    flex: auto;
  }

  .journal-v8-1 .hg-branding-guide .wide .card-content {
    padding: 0 22px 22px;
  }

  .journal-v8-1 .hg-branding-guide .visual,
  .journal-v8-1 .hg-branding-guide .hero .visual {
    height: 280px;
  }
}

/* Bottom catalog + footer replacement (v8.1) */
.hg-catalog-motion {
  overflow: hidden;
  padding: clamp(56px, 8vw, 104px) 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(100, 206, 251, 0.09), transparent 32%),
    radial-gradient(circle at 88% 16%, rgba(136, 88, 255, 0.12), transparent 36%),
    #ffffff;
}

.hg-catalog-motion-inner {
  width: min(100%, 1600px);
  margin: 0 auto;
}

.hg-catalog-motion-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  padding: 0 clamp(18px, 4vw, 72px) clamp(26px, 4vw, 48px);
}

.hg-catalog-motion-top h2 {
  margin: 0;
  max-width: 820px;
  font-family: var(--font-headline);
  font-size: clamp(36px, 5vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 500;
  color: var(--ink);
}

.hg-catalog-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8858ff;
  font-size: 13px;
  line-height: 1;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid currentColor;
  padding-bottom: 7px;
  white-space: nowrap;
}

.hg-catalog-marquee {
  overflow: hidden;
  width: 100%;
}

.hg-catalog-marquee-track {
  display: flex;
  width: max-content;
  animation: hgMarqueeMove 42s linear infinite;
  will-change: transform;
}

.hg-catalog-marquee:hover .hg-catalog-marquee-track {
  animation-play-state: paused;
}

.hg-catalog-marquee-set {
  display: flex;
  gap: clamp(14px, 2vw, 26px);
  padding-right: clamp(14px, 2vw, 26px);
}

@keyframes hgMarqueeMove {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.hg-product-card {
  width: clamp(205px, 20vw, 312px);
  color: var(--ink);
  outline-offset: 6px;
}

.hg-product-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: clamp(20px, 2vw, 30px);
  background: #f4f4f8;
  border: 1px solid rgba(136, 88, 255, 0.14);
}

.hg-product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 420ms ease;
}

.hg-product-card:hover .hg-product-card-media img {
  transform: scale(1.07);
}

.hg-product-card-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-size: 11px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hg-product-card-title {
  display: block;
  margin: 12px 0 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.15;
  font-weight: 620;
  letter-spacing: -0.018em;
}

/* Library impressions + HG footer */
.impression-library {
  --hg-tail-bg:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.38) 46%,
      rgba(255, 255, 255, 0.9) 78%,
      #ffffff 100%
    ),
    radial-gradient(circle at 8% 0%, rgba(221, 244, 255, 0.68), rgba(221, 244, 255, 0.24) 32%, transparent 58%),
    radial-gradient(circle at 88% 8%, rgba(232, 222, 255, 0.48), rgba(232, 222, 255, 0.18) 34%, transparent 60%),
    radial-gradient(circle at 58% 20%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.46) 38%, transparent 68%),
    #ffffff;

  position: relative;
  overflow: hidden;
  padding: clamp(60px, 8vw, 112px) 0 clamp(56px, 6vw, 92px);
  background: var(--hg-tail-bg);
}

.impression-library::before {
  content: "";
  position: absolute;
  inset: -12% -10% auto;
  height: 92%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.34) 42%, transparent 72%),
    radial-gradient(circle at 58% 60%, rgba(136, 88, 255, 0.08), transparent 70%),
    radial-gradient(circle at 42% 62%, rgba(100, 206, 251, 0.08), transparent 72%);
  filter: blur(18px);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 74%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 74%, transparent 100%);
}

.impression-library::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(100, 206, 251, 0.42),
    rgba(255, 211, 108, 0.46),
    rgba(136, 88, 255, 0.42),
    transparent
  );
  pointer-events: none;
  z-index: 2;
}

.impression-library__head {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 clamp(30px, 4.8vw, 56px);
}

.impression-library__kicker {
  margin: 0 0 12px;
}

.impression-library__title {
  margin: 0;
  font-family: var(--font-headline);
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.035em;
  font-weight: 500;
  color: var(--ink);
}

@media (max-width: 700px) {
  .impression-library__head {
    width: min(100% - 28px, var(--max));
  }
}

.library-marquee {
  --library-row-gap: 12px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--library-row-gap);
}

.library-row {
  overflow: hidden;
  width: 100%;
  background: transparent;
}

.library-row__track {
  display: flex;
  width: max-content;
  will-change: transform;
  background: transparent;
}

.library-row--left .library-row__track {
  animation: moveLeft 46s linear infinite;
}

.library-row--right .library-row__track {
  animation: moveRight 46s linear infinite;
}

.library-row:has(.library-card:hover) .library-row__track,
.library-row:has(.library-card:focus-visible) .library-row__track {
  animation-play-state: paused;
}

.library-row__set {
  --library-card-gap: var(--library-row-gap);
  display: flex;
  gap: var(--library-card-gap);
  padding-right: 0;
  background: transparent;
}

.library-card {
  position: relative;
  width: clamp(152px, 15vw, 308px);
  flex: 0 0 auto;
  color: #101010;
  padding: clamp(6px, 0.7vw, 10px);
  border-radius: clamp(26px, 2.4vw, 40px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
  overflow: hidden;
  transition: box-shadow 320ms ease;
}

.library-card::before {
  content: "";
  position: absolute;
  inset: 12%;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.62) 0%, rgba(100, 206, 251, 0.12) 46%, rgba(136, 88, 255, 0.1) 74%, transparent 100%);
  filter: blur(2px);
  opacity: 0.14;
  pointer-events: none;
}

.library-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  padding: clamp(6px, 0.65vw, 9px);
  background: linear-gradient(
    120deg,
    rgba(136, 88, 255, 0.18) 0%,
    rgba(100, 206, 251, 0.16) 24%,
    rgba(255, 211, 108, 0.16) 48%,
    rgba(86, 198, 122, 0.15) 72%,
    rgba(255, 107, 87, 0.16) 100%
  );
  background-size: 220% 220%;
  background-position: 0% 50%;
  transition: background-position 520ms ease, filter 320ms ease;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.library-card:hover {
  box-shadow: none;
}

.library-row__set .library-card:nth-child(5n + 1)::after {
  background: linear-gradient(120deg, rgba(100, 206, 251, 0.16) 0%, rgba(136, 88, 255, 0.18) 24%, rgba(255, 211, 108, 0.16) 49%, rgba(86, 198, 122, 0.15) 71%, rgba(255, 107, 87, 0.16) 100%);
  background-size: 220% 220%;
}

.library-row__set .library-card:nth-child(5n + 2)::after {
  background: linear-gradient(120deg, rgba(255, 211, 108, 0.16) 0%, rgba(255, 107, 87, 0.16) 22%, rgba(136, 88, 255, 0.18) 46%, rgba(100, 206, 251, 0.16) 68%, rgba(86, 198, 122, 0.15) 100%);
  background-size: 220% 220%;
}

.library-row__set .library-card:nth-child(5n + 3)::after {
  background: linear-gradient(120deg, rgba(86, 198, 122, 0.15) 0%, rgba(100, 206, 251, 0.16) 24%, rgba(136, 88, 255, 0.18) 44%, rgba(255, 211, 108, 0.16) 66%, rgba(255, 107, 87, 0.16) 100%);
  background-size: 220% 220%;
}

.library-row__set .library-card:nth-child(5n + 4)::after {
  background: linear-gradient(120deg, rgba(255, 107, 87, 0.16) 0%, rgba(255, 211, 108, 0.16) 20%, rgba(86, 198, 122, 0.15) 40%, rgba(100, 206, 251, 0.16) 64%, rgba(136, 88, 255, 0.18) 100%);
  background-size: 220% 220%;
}

.library-row__set .library-card:nth-child(5n + 5)::after {
  background: linear-gradient(120deg, rgba(136, 88, 255, 0.18) 0%, rgba(255, 107, 87, 0.16) 20%, rgba(100, 206, 251, 0.16) 42%, rgba(86, 198, 122, 0.15) 62%, rgba(255, 211, 108, 0.16) 100%);
  background-size: 220% 220%;
}

.library-card:hover::after,
.library-card:focus-visible::after {
  background-position: 100% 50%;
  filter: saturate(0.88);
}

.library-card__image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  border-radius: clamp(18px, 1.8vw, 30px);
  background: #ffffff;
}

.library-card__image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  transform: scale(var(--library-img-scale, 1));
  transition: transform 520ms ease, filter 320ms ease;
}

.library-card:hover .library-card__image img {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(calc(var(--library-img-scale, 1) * 1.035));
}

.library-card__title {
  display: none;
}

.impression-library .library-card {
  width: clamp(168px, 16.5vw, 332px) !important;
}

.impression-library .library-card__image {
  aspect-ratio: 1 / 1 !important;
}

.impression-library .library-card[href*="p111-71171111"] { --library-img-scale: 0.985; }
.impression-library .library-card[href*="p111-15029-501"] { --library-img-scale: 0.985; }
.impression-library .library-card[href*="oa-31317334"] { --library-img-scale: 1.09; }
.impression-library .library-card[href*="oa-934518"] { --library-img-scale: 1.14; }
.impression-library .library-card[href*="oa-956003"] { --library-img-scale: 1.14; }
.impression-library .library-card[href*="p111-1999950"] { --library-img-scale: 0.96; }
.impression-library .library-card[href*="oa-595201"] { --library-img-scale: 0.96; }

@keyframes moveLeft {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes moveRight {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

.hg-footer-section {
  width: 100%;
  position: relative;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.48) 30%,
      rgba(255, 255, 255, 0.94) 56%,
      #ffffff 100%
    ),
    radial-gradient(circle at 8% 0%, rgba(221, 244, 255, 0.9), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(232, 222, 255, 0.68), transparent 36%),
    radial-gradient(circle at 58% 20%, rgba(255, 236, 224, 0.32), transparent 28%),
    #ffffff;
  padding: 76px 24px 32px;
  overflow: hidden;
}

.hg-footer-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(100, 206, 251, 0.42),
    rgba(255, 211, 108, 0.46),
    rgba(136, 88, 255, 0.42),
    transparent
  );
  pointer-events: none;
}

.hg-footer {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 56px 34px;
  background: transparent;
  overflow: hidden;
  font-family: var(--font-body);
}

.hg-footer-bg {
  position: absolute;
  right: -80px;
  top: 112px;
  width: 700px;
  height: 430px;
  opacity: 0.2;
  pointer-events: none;
  background-image:
    linear-gradient(
      120deg,
      color-mix(in srgb, var(--paper) 12%, transparent 88%),
      color-mix(in srgb, var(--paper) 86%, transparent 14%)
    ),
    radial-gradient(circle at 55% 52%, color-mix(in srgb, var(--accent) 28%, transparent), transparent 48%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(1.05);
}

.hg-subscribe {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, 430px) 1fr;
  gap: 28px;
  align-items: center;
  padding: 42px 0 46px;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}

.hg-subscribe-text {
  max-width: 440px;
}

.hg-eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.hg-subscribe h2 {
  margin: 0;
  font-family: var(--font-headline);
  font-size: clamp(32px, 4vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 600;
  color: var(--ink);
}

.hg-subscribe p {
  margin: 16px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
}

.hg-subscribe-form {
  min-height: 86px;
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 0;
  border-radius: 28px;
  background: color-mix(in srgb, var(--paper) 62%, transparent 38%);
  box-shadow:
    0 26px 80px color-mix(in srgb, var(--ink) 12%, transparent 88%),
    inset 0 1px 0 color-mix(in srgb, var(--paper) 72%, transparent 28%);
  backdrop-filter: blur(12px);
}

.hg-subscribe-form-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}

.hg-channel-picker {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--paper) 72%, transparent 28%);
  border: 0;
  white-space: nowrap;
}

.hg-channel {
  appearance: none;
  border: 0;
  cursor: pointer;
  height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.hg-channel:hover {
  background: rgba(136, 88, 255, 0.10);
  color: #8858ff;
  transform: translateY(-1px);
}

.hg-channel.is-active {
  background: #8858ff;
  color: var(--paper);
}

.hg-channel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 13px;
}

.hg-icon-tg,
.hg-icon-max {
  font-size: 16px;
  font-weight: 900;
}

.hg-subscribe-form input {
  width: 100%;
  min-width: 120px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 17px;
  font-weight: 500;
}

.hg-subscribe-form input::placeholder {
  color: color-mix(in srgb, var(--ink) 42%, transparent);
}

.hg-submit {
  appearance: none;
  border: 0;
  cursor: pointer;
  height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  background: #8858ff;
  color: var(--paper);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.hg-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(136, 88, 255, 0.32);
  background: #7750ef;
}

.hg-submit:disabled {
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  background: color-mix(in srgb, var(--ink) 34%, var(--paper) 66%);
  color: color-mix(in srgb, var(--paper) 84%, transparent);
}

.hg-subscribe-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  margin: 0 8px 2px;
  color: color-mix(in srgb, var(--ink) 42%, transparent);
  font-size: 12px;
  line-height: 1.45;
}

.hg-subscribe-consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hg-subscribe-consent-mark {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.85);
  transition: border-color 180ms ease, background 180ms ease;
}

.hg-subscribe-consent-mark::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  margin: 4px 0 0 3px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 180ms ease;
}

.hg-subscribe-consent input:checked + .hg-subscribe-consent-mark {
  border-color: #8858ff;
  background: #8858ff;
}

.hg-subscribe-consent input:checked + .hg-subscribe-consent-mark::after {
  opacity: 1;
}

.hg-subscribe-consent a {
  color: var(--accent-deep);
  text-decoration: none;
}

.hg-subscribe-consent a:hover {
  text-decoration: underline;
}

.hg-footer-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.35fr 0.72fr 0.72fr 0.72fr 1.25fr;
  gap: 52px;
  padding: 74px 0 68px;
}

.hg-logo {
  display: inline-flex;
  align-items: flex-start;
  max-width: min(100%, 320px);
}

.hg-logo-mark {
  display: block;
  width: min(100%, 300px);
  height: auto;
}

.hg-brand p {
  max-width: 360px;
  margin: 28px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
}

.hg-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hg-footer-col h3 {
  margin: 0 0 24px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hg-footer-accordion-toggle {
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: left;
}

.hg-footer-accordion-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.hg-footer-col a {
  color: var(--text);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 17px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.hg-footer-col a:hover {
  color: var(--ink);
  transform: translateX(3px);
}

.hg-contacts p {
  margin: 0 0 24px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
}

.hg-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.hg-social-title {
  margin-top: 6px;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

.hg-socials a {
  width: 46px;
  height: 46px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--paper) 60%, transparent);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.hg-socials a:hover {
  transform: translateY(-2px);
  color: var(--ink);
  background: var(--paper);
}

.hg-footer-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
  color: color-mix(in srgb, var(--ink) 48%, transparent);
  font-size: 14px;
}

.hg-legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}

.hg-legal a {
  color: color-mix(in srgb, var(--ink) 48%, transparent);
  text-decoration: none;
  transition: color 0.2s ease;
}

.hg-legal a:hover {
  color: var(--ink);
}

@media (max-width: 1100px) {
  .hg-footer {
    padding: 0 32px 30px;
  }

  .hg-subscribe {
    grid-template-columns: 1fr;
  }

  .hg-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .hg-footer-bg {
    right: -180px;
    top: 160px;
    opacity: 0.14;
  }
}

@media (max-width: 760px) {
  .hg-footer-section {
    padding: 34px 0 20px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.54) 42%,
        rgba(255, 255, 255, 0.94) 72%,
        #ffffff 100%
      ),
      radial-gradient(circle at 8% 0%, rgba(221, 244, 255, 0.82), transparent 42%),
      radial-gradient(circle at 88% 8%, rgba(232, 222, 255, 0.56), transparent 44%),
      radial-gradient(circle at 58% 20%, rgba(255, 236, 224, 0.26), transparent 34%),
      #ffffff;
  }

  .hg-footer {
    padding: 0 0 24px;
  }

  .hg-subscribe {
    padding: 34px 0;
  }

  .hg-subscribe-form {
    border-radius: 30px;
    padding: 14px;
  }

  .hg-subscribe-form-main {
    grid-template-columns: 1fr;
  }

  .hg-channel-picker {
    width: 100%;
    justify-content: space-between;
  }

  .hg-channel {
    flex: 1;
    justify-content: center;
    padding: 0 10px;
  }

  .hg-subscribe-form input {
    height: 54px;
    padding: 0 8px;
    text-align: center;
  }

  .hg-submit {
    width: 100%;
  }

  .hg-subscribe-consent {
    margin: 0;
  }

  .hg-footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 48px 0;
  }

  .hg-footer-accordion {
    border-bottom: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
    padding-bottom: 12px;
  }

  .hg-footer-accordion-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 4px 0 14px;
    letter-spacing: 0.12em;
    cursor: pointer;
  }

  .hg-footer-accordion-toggle::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.8px solid rgba(29, 29, 27, 0.62);
    border-bottom: 1.8px solid rgba(29, 29, 27, 0.62);
    transform: rotate(45deg);
    transition: transform 180ms ease;
  }

  .hg-footer-accordion .hg-footer-accordion-body {
    display: none;
    padding: 0 0 4px;
  }

  .hg-footer-accordion.is-open .hg-footer-accordion-body {
    display: flex;
  }

  .hg-footer-accordion.is-open .hg-footer-accordion-toggle::after {
    transform: rotate(-135deg) translateY(-1px);
  }

  .hg-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .hg-legal {
    justify-content: flex-start;
    gap: 12px 20px;
  }

  .hg-footer-bg {
    width: 520px;
    height: 340px;
    right: -260px;
    top: 220px;
    opacity: 0.1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .library-row {
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .library-row__track {
    animation: none !important;
  }

  .library-row__set[aria-hidden="true"] {
    display: none;
  }

  .journal-v8-1 #calendar-filter .hg-event-motif-trace path,
  .journal-v8-1 #calendar-filter .hg-event-motif-trace rect,
  .journal-v8-1 #calendar-filter .hg-event-motif-trace circle,
  .journal-v8-1 #calendar-filter .hg-event-motif-trace ellipse,
  .journal-v8-1 #calendar-filter .hg-event-motif-trace line,
  .journal-v8-1 #calendar-filter .hg-event-motif-trace polyline,
  .journal-v8-1 #calendar-filter .hg-event-motif-trace polygon {
    animation: none;
    stroke-dasharray: none;
  }
}

/* v8.1: align page content to the footer logo and right edge. */
.journal-v8-1 {
  --v81-content-width: min(1388px, calc(100% - 160px));
}

.journal-v8-1 .header-inner,
.journal-v8-1 .site-header.is-mini .header-inner,
.journal-v8-1 .wrap,
.journal-v8-1 #journal-topics .wrap,
.journal-v8-1 .hg-calendar-wrap,
.journal-v8-1 .hg-universe-title,
.journal-v8-1 .impression-library__head,
.journal-v8-1 .hg-footer {
  box-sizing: border-box;
  width: var(--v81-content-width);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.journal-v8-1 .hg-footer {
  padding-left: 0;
  padding-right: 0;
}

.journal-v8-1 .impression-library__title,
.journal-v8-1 .hg-subscribe h2 {
  font-size: clamp(34px, 4.8vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .journal-v8-1 {
    --v81-content-width: calc(100% - 80px);
  }
}

@media (max-width: 760px) {
  .journal-v8-1 {
    --v81-content-width: calc(100% - 40px);
  }
}

@media (max-width: 420px) {
  .journal-v8-1 {
    --v81-content-width: calc(100% - 28px);
  }
}

/* v8.1: reference header from helengifts.ru. */
.journal-v8-1 .site-header {
  background: var(--journal-header-background, #ffffff);
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.journal-v8-1 .header-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #8858ff 0%, #64cefb 34%, #ffd36c 68%, #8858ff 100%);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.journal-v8-1 .site-header .header-inner,
.journal-v8-1 .site-header.is-mini .header-inner {
  width: var(--v81-content-width);
  height: 90px;
  max-width: none;
  padding: 0;
  justify-content: flex-start;
  gap: clamp(34px, 2.65vw, 54px);
}

.journal-v8-1 .site-header .brand {
  flex: 0 0 auto;
}

.journal-v8-1 .site-header .brand-logo,
.journal-v8-1 .site-header.is-mini .brand-logo {
  width: 165px;
}

.journal-v8-1 .site-header .nav {
  flex: 0 0 auto;
  justify-content: flex-start;
  gap: clamp(28px, 2.15vw, 40px);
  margin-left: clamp(38px, 2.8vw, 64px);
  margin-right: auto;
  color: #050505;
  font-family: Circe, sans-serif;
  font-size: 14px;
  font-weight: 520;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.journal-v8-1 .site-header .nav a {
  white-space: nowrap;
}

.journal-v8-1 .site-header .nav-dropdown {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: inherit;
}

.journal-v8-1 .site-header .nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.journal-v8-1 .site-header .nav-dropdown-toggle::after {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  opacity: 0.72;
  transform: translateY(-2px) rotate(45deg);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.journal-v8-1 .site-header .nav .nav-mobile-only,
.journal-v8-1 .mobile-header-actions {
  display: none;
}

.journal-v8-1 .site-header .nav a[aria-current="page"],
.journal-v8-1 .site-header .nav-dropdown.is-open > .nav-dropdown-toggle {
  color: #8b5cff;
}

.journal-v8-1 .site-header.is-home-route .nav .nav-solutions > .nav-dropdown-toggle {
  color: #8b5cff;
}

@media (min-width: 1041px) {
  .journal-v8-1 .site-header .nav {
    flex: 1 1 auto;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    transform: translateX(-18px);
  }

  .journal-v8-1 .site-header .nav-dropdown-toggle {
    white-space: nowrap;
  }

  .journal-v8-1 .header-actions {
    margin-left: 0;
  }

  .journal-v8-1 .site-header .nav a.nav-journal[aria-current="page"] {
    color: #050505;
  }
}

.journal-v8-1 .site-header .nav a[aria-current="page"],
.journal-v8-1 .site-header .nav a:hover,
.journal-v8-1 .site-header .nav a:focus-visible,
.journal-v8-1 .site-header .nav-dropdown-toggle:hover,
.journal-v8-1 .site-header .nav-dropdown-toggle:focus-visible {
  color: #8b5cff;
}

.journal-v8-1 .site-header .nav-dropdown.is-open > .nav-dropdown-toggle::after {
  opacity: 1;
  transform: translateY(-2px) rotate(45deg);
}

.journal-v8-1 .site-header .nav-mega-panel {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 130;
  width: 100vw;
  overflow: visible;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(29, 29, 27, 0.08);
  border-bottom: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.96)),
    #ffffff;
  box-shadow:
    0 16px 38px rgba(29, 29, 27, 0.10),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition:
    opacity 170ms ease,
    transform 170ms ease,
    visibility 170ms ease;
  visibility: hidden;
}

.journal-v8-1 .site-header .nav-dropdown.is-open > .nav-mega-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.journal-v8-1 .site-header .nav-mobile-panel-head {
  display: none;
}

.journal-v8-1 .site-header .nav-mega-content {
  display: grid;
  width: min(1540px, calc(100vw - 64px));
  margin: 0;
  margin-inline: auto;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.62fr) minmax(300px, 0.72fr);
  gap: 0;
}

.journal-v8-1 .site-header .nav-mega-intro,
.journal-v8-1 .site-header .nav-mega-feature {
  min-width: 0;
}

.journal-v8-1 .site-header .nav-mega-intro {
  display: flex;
  min-height: 286px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-right: 1px solid rgba(29, 29, 27, 0.08);
  background:
    radial-gradient(circle at 18% 16%, rgba(136, 88, 255, 0.055), transparent 30%),
    linear-gradient(180deg, rgba(250, 250, 251, 0.96), rgba(255, 255, 255, 0.98));
}

.journal-v8-1 .site-header .nav-mega-kicker {
  margin: 0 0 12px;
  color: rgba(29, 29, 27, 0.56);
  font-size: 13px;
  font-weight: 520;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.journal-v8-1 .site-header .nav-mega-intro h2 {
  margin: 0;
  color: #050505;
  font-family: var(--font-heading);
  font-size: clamp(26px, 2.4vw, 42px);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.journal-v8-1 .site-header .nav-mega-intro p {
  margin: 12px 0 18px;
  color: rgba(29, 29, 27, 0.62);
  font-size: 15px;
  font-weight: 420;
  line-height: 1.42;
  text-transform: none;
}

.journal-v8-1 .site-header .nav-mega-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  padding: 30px 34px;
}

.journal-v8-1 .site-header .nav-mega-panel--columns .nav-mega-groups {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 24px;
  padding-inline: 30px;
}

.journal-v8-1 .site-header .nav-mega-panel--cards .nav-mega-groups {
  display: block;
}

.journal-v8-1 .site-header .nav-mega-panel--cards .nav-mega-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.journal-v8-1 .site-header .nav-mega-group h3 {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(29, 29, 27, 0.10);
  color: rgba(29, 29, 27, 0.62);
  font-size: 12px;
  font-weight: 560;
  letter-spacing: 0.10em;
  line-height: 1.2;
  text-transform: uppercase;
}

.journal-v8-1 .site-header .nav-mega-group h3::before {
  display: none;
}

.journal-v8-1 .site-header .nav-mega-links {
  display: grid;
  gap: 0;
}

.journal-v8-1 .site-header .nav-mega-link {
  display: grid;
  gap: 4px;
  min-height: 0;
  padding: 10px 0;
  border-radius: 0;
  color: #050505;
  font-family: Circe, sans-serif;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  transition:
    background 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.journal-v8-1 .site-header .nav-mega-panel--cards .nav-mega-link {
  min-height: 106px;
  padding: 16px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.journal-v8-1 .site-header .nav-mega-link span {
  font-size: 15px;
  font-weight: 400;
}

.journal-v8-1 .site-header .nav-mega-link small {
  color: rgba(29, 29, 27, 0.48);
  font-size: 13px;
  font-weight: 420;
  line-height: 1.28;
}

.journal-v8-1 .site-header .nav-mega-link:hover,
.journal-v8-1 .site-header .nav-mega-link:focus-visible {
  background: transparent;
  box-shadow: none;
  color: #5f35d7;
  transform: none;
}

.journal-v8-1 .site-header .nav-mega-panel--cards .nav-mega-link:hover,
.journal-v8-1 .site-header .nav-mega-panel--cards .nav-mega-link:focus-visible {
  background: rgba(136, 88, 255, 0.06);
  box-shadow: none;
}

.journal-v8-1 .site-header .nav-mega-primary {
  display: inline-grid;
  width: fit-content;
  padding: 11px 16px;
  border-radius: 8px;
  background: #8b5cff;
  color: #ffffff;
  box-shadow: none;
}

.journal-v8-1 .site-header .nav-mega-primary:hover,
.journal-v8-1 .site-header .nav-mega-primary:focus-visible {
  background: #6f42e9;
  color: #ffffff;
}

.journal-v8-1 .site-header .nav-mega-feature {
  align-self: stretch;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 30px 0 30px 30px;
  border-left: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 211, 108, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(250, 250, 251, 0.96), rgba(255, 255, 255, 0.98));
}

.journal-v8-1 .site-header .nav-mega-feature:has(.nav-mega-feature-media):not(:has(.nav-mega-link)) {
  align-content: center;
}

.journal-v8-1 .site-header .nav-mega-feature-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 8px;
  background: rgba(250, 250, 251, 0.96);
}

.journal-v8-1 .site-header .nav-mega-feature-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journal-v8-1 .site-header .nav-mega-feature .nav-mega-link {
  padding: 16px 0 0;
  border: 1px solid rgba(29, 29, 27, 0.07);
  border-width: 1px 0 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.journal-v8-1 .site-header .nav-mega-panel--journal,
.journal-v8-1 .site-header .nav-mega-panel--solutions {
  position: absolute;
  top: calc(100% + 10px);
  right: auto;
  left: 50%;
  width: min(328px, calc(100vw - 32px));
  max-height: min(520px, calc(100vh - 132px));
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(136, 88, 255, 0.16);
  border-radius: 20px;
  scrollbar-gutter: stable;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96)),
    var(--journal-header-background, #ffffff);
  box-shadow:
    0 26px 58px rgba(35, 79, 126, 0.14),
    0 2px 0 rgba(255, 255, 255, 0.72) inset;
  transform: translate(-50%, -6px);
}

.journal-v8-1 .site-header .nav-mega-panel--journal::before,
.journal-v8-1 .site-header .nav-mega-panel--solutions::before {
  display: none;
  content: none;
}

.journal-v8-1 .site-header .nav-mega-panel--journal::after,
.journal-v8-1 .site-header .nav-mega-panel--solutions::after {
  position: absolute;
  top: 16px;
  right: 8px;
  bottom: 16px;
  width: 3px;
  border-radius: 999px;
  background: rgba(136, 88, 255, 0.26);
  content: "";
  pointer-events: none;
  z-index: 0;
}

.journal-v8-1 .site-header .nav-mega-panel--journal::-webkit-scrollbar,
.journal-v8-1 .site-header .nav-mega-panel--solutions::-webkit-scrollbar {
  width: 7px;
}

.journal-v8-1 .site-header .nav-mega-panel--journal::-webkit-scrollbar-track,
.journal-v8-1 .site-header .nav-mega-panel--solutions::-webkit-scrollbar-track {
  background: transparent;
  margin: 16px 0;
}

.journal-v8-1 .site-header .nav-mega-panel--journal::-webkit-scrollbar-thumb,
.journal-v8-1 .site-header .nav-mega-panel--solutions::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgba(136, 88, 255, 0.26);
  background-clip: content-box;
}

.journal-v8-1 .site-header .nav-dropdown.is-open > .nav-mega-panel--journal,
.journal-v8-1 .site-header .nav-dropdown.is-open > .nav-mega-panel--solutions {
  transform: translate(-50%, 0);
}

.journal-v8-1 .site-header .nav-mega-panel--journal .nav-mega-content,
.journal-v8-1 .site-header .nav-mega-panel--solutions .nav-mega-content {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0;
}

.journal-v8-1 .site-header .nav-mega-panel--journal .nav-mega-links,
.journal-v8-1 .site-header .nav-mega-panel--solutions .nav-mega-links {
  display: grid;
  gap: 2px;
}

.journal-v8-1 .site-header .nav-mega-panel--journal .nav-mega-link,
.journal-v8-1 .site-header .nav-mega-panel--solutions .nav-mega-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 34px 10px 12px;
  border-radius: 10px;
  color: rgba(29, 29, 27, 0.76);
  font-family: Circe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  white-space: normal;
}

.journal-v8-1 .site-header .nav-mega-panel--journal .nav-mega-link span,
.journal-v8-1 .site-header .nav-mega-panel--solutions .nav-mega-link span {
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.journal-v8-1 .site-header .nav-mega-panel--journal .nav-mega-link span:not(.nav-mega-link-radio),
.journal-v8-1 .site-header .nav-mega-panel--solutions .nav-mega-link span:not(.nav-mega-link-radio) {
  min-width: 0;
}

.journal-v8-1 .site-header .nav-mega-panel--journal .nav-mega-link:hover,
.journal-v8-1 .site-header .nav-mega-panel--journal .nav-mega-link:focus-visible,
.journal-v8-1 .site-header .nav-mega-panel--solutions .nav-mega-link:hover,
.journal-v8-1 .site-header .nav-mega-panel--solutions .nav-mega-link:focus-visible {
  background: rgba(136, 88, 255, 0.08);
  color: #5f35d7;
}

.journal-v8-1 .site-header .nav-mega-panel--journal .nav-mega-link.is-selected,
.journal-v8-1 .site-header .nav-mega-panel--solutions .nav-mega-link.is-selected {
  background: rgba(136, 88, 255, 0.14);
  color: #5f35d7;
}

.journal-v8-1 .site-header .nav-mega-panel--journal .nav-mega-link.is-selected::after,
.journal-v8-1 .site-header .nav-mega-panel--solutions .nav-mega-link.is-selected::after {
  display: none;
  content: none;
}

.journal-v8-1 .site-header .nav-mega-panel--journal .nav-mega-link .nav-mega-link-radio,
.journal-v8-1 .site-header .nav-mega-panel--solutions .nav-mega-link .nav-mega-link-radio {
  position: static;
  display: inline-block;
  flex: 0 0 8px;
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #8858ff;
  box-shadow: 0 0 0 4px rgba(136, 88, 255, 0.12);
  transform: none;
  pointer-events: none;
  z-index: 2;
}

.journal-v8-1 .header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(28px, 2.25vw, 46px);
  margin-left: clamp(26px, 2vw, 38px);
}

.journal-v8-1 .hg-rating {
  display: inline-flex;
  align-items: center;
  min-width: 76px;
  height: 54px;
  color: #f04a2b;
}

.journal-v8-1 .hg-rating-ya {
  display: block;
  margin-right: -0.18em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
}

.journal-v8-1 .hg-rating-star {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  background: #f7dc52;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
}

.journal-v8-1 .hg-rating-star span {
  color: #1d1d1b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(0.1em);
}

.journal-v8-1 .header-phone {
  color: #050505;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.journal-v8-1 .site-header.is-mini {
  background: #ffffff;
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

@media (max-width: 1500px) {
  .journal-v8-1 .site-header .header-inner,
  .journal-v8-1 .site-header.is-mini .header-inner {
    gap: 30px;
  }

  .journal-v8-1 .site-header .nav {
    gap: 26px;
  }

  .journal-v8-1 .header-actions {
    gap: 28px;
  }
}

@media (max-width: 1240px) {
  .journal-v8-1 .hg-rating {
    display: none;
  }
}

@media (max-width: 1180px) {
  .journal-v8-1 .header-actions {
    display: none;
  }
}

@media (max-width: 1040px) {
  .journal-v8-1 .site-header {
    --mobile-menu-top: 108px;
    --mobile-menu-max-height: calc(100dvh - var(--mobile-menu-top) - 16px);
  }

  .journal-v8-1 .site-header .header-inner,
  .journal-v8-1 .site-header.is-mini .header-inner {
    width: var(--v81-content-width);
    height: 96px;
    gap: 0;
  }

  .journal-v8-1 .site-header .brand-logo,
  .journal-v8-1 .site-header.is-mini .brand-logo {
    width: 132px;
  }

  .journal-v8-1 .header-actions {
    display: none;
  }

  .journal-v8-1 .site-header .menu-toggle {
    order: 1;
    display: inline-flex;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin: 0 28px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #000000;
    gap: 6px;
  }

  .journal-v8-1 .site-header .menu-toggle span {
    width: 28px;
    height: 3px;
    background: #000000;
  }

  .journal-v8-1 .site-header.is-menu-open .menu-toggle span:first-child {
    transform: translateY(9px) rotate(45deg);
  }

  .journal-v8-1 .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .journal-v8-1 .site-header.is-menu-open .menu-toggle span:last-child {
    transform: translateY(-9px) rotate(-45deg);
  }

  .journal-v8-1 .site-header .brand {
    order: 2;
    flex: 0 0 auto;
    margin-right: auto;
  }

  .journal-v8-1 .mobile-header-actions {
    order: 3;
    display: flex;
    align-items: center;
  }

  .journal-v8-1 .mobile-phone {
    color: #000000;
    font-family: Circe, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  .journal-v8-1 .site-header .nav {
    position: fixed;
    top: var(--mobile-menu-top);
    left: 0;
    right: auto;
    bottom: auto;
    z-index: 130;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100vw;
    max-height: var(--mobile-menu-max-height);
    padding: 12px;
    border: 1px solid rgba(29, 29, 27, 0.08);
    border-right: 0;
    border-left: 0;
    border-radius: 0 0 18px 18px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 249, 250, 0.98)),
      #ffffff;
    box-shadow: 0 24px 54px rgba(29, 29, 27, 0.14);
    backdrop-filter: none;
    font-family: Circe, sans-serif;
    font-size: 14px;
    font-weight: 520;
    line-height: 1;
    margin: 0;
    max-width: 100vw;
    transform: none;
    text-transform: uppercase;
  }

  .journal-v8-1 .site-header .nav,
  .journal-v8-1 .site-header .nav *,
  .journal-v8-1 .site-header .nav *::before,
  .journal-v8-1 .site-header .nav *::after {
    box-sizing: border-box;
  }

  .journal-v8-1 .site-header .nav {
    font-weight: 560;
  }

  .journal-v8-1 .site-header .nav::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 96px;
    height: 4px;
    z-index: 61;
    background: linear-gradient(90deg, #8858ff 0%, #64cefb 34%, #ffd36c 68%, #8858ff 100%);
    background-size: 220% 100%;
    animation: mobile-menu-line-shimmer 4.2s linear infinite;
    pointer-events: none;
  }

  .journal-v8-1 .site-header.is-menu-open .nav {
    display: flex;
  }

  .journal-v8-1 .site-header .nav.is-mobile-drilldown {
    gap: 0;
    overflow: hidden;
    padding: 0;
  }

  .journal-v8-1 .site-header .nav.is-mobile-drilldown > :not(.is-open) {
    display: none;
  }

  .journal-v8-1 .site-header .nav.is-mobile-drilldown > .nav-dropdown.is-open {
    display: block;
    max-height: var(--mobile-menu-max-height);
    overflow: hidden;
  }

  .journal-v8-1 .site-header .nav.is-mobile-drilldown > .nav-dropdown.is-open > .nav-dropdown-toggle {
    display: none;
  }

  .journal-v8-1 .site-header .nav a,
  .journal-v8-1 .site-header .nav a[aria-current="page"],
  .journal-v8-1 .site-header .nav-dropdown-toggle {
    min-height: 42px;
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: rgba(29, 29, 27, 0.76);
    font: inherit;
    font-weight: 300;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
  }

  .journal-v8-1 .site-header.is-home-route .nav .nav-solutions > .nav-dropdown-toggle {
    color: #8b5cff;
  }

  .journal-v8-1 .site-header .nav a,
  .journal-v8-1 .site-header .nav-dropdown-toggle {
    align-items: center;
    background: transparent;
    display: flex;
    font-weight: 300;
  }

  .journal-v8-1 .site-header .nav a:hover,
  .journal-v8-1 .site-header .nav a:focus-visible,
  .journal-v8-1 .site-header .nav a[aria-current="page"],
  .journal-v8-1 .site-header .nav-dropdown.is-open > .nav-dropdown-toggle {
    background: rgba(136, 88, 255, 0.08);
    border-color: rgba(136, 88, 255, 0.12);
    color: #5f35d7;
  }

  .journal-v8-1 .site-header .nav:not(.is-mobile-drilldown) > a,
  .journal-v8-1 .site-header .nav:not(.is-mobile-drilldown) > .nav-dropdown > .nav-dropdown-toggle {
    color: #050505;
    font-weight: 520;
  }

  .journal-v8-1 .site-header .nav:not(.is-mobile-drilldown) > a:hover,
  .journal-v8-1 .site-header .nav:not(.is-mobile-drilldown) > a:focus-visible,
  .journal-v8-1 .site-header .nav:not(.is-mobile-drilldown) > a[aria-current="page"],
  .journal-v8-1 .site-header .nav:not(.is-mobile-drilldown) > .nav-dropdown.is-open > .nav-dropdown-toggle {
    color: #5f35d7;
  }

  .journal-v8-1 .site-header .nav .nav-mobile-only {
    display: block;
  }

  .journal-v8-1 .site-header .nav-dropdown {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .journal-v8-1 .site-header .nav-dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    white-space: normal;
    text-align: left;
  }

  .journal-v8-1 .site-header .nav-dropdown-toggle::after {
    margin-left: auto;
    transform: translateY(0) rotate(-45deg);
  }

  .journal-v8-1 .site-header .nav-dropdown.is-open > .nav-dropdown-toggle::after {
    transform: translateY(-2px) rotate(45deg);
  }

  .journal-v8-1 .site-header .nav-dropdown.is-open > .nav-dropdown-toggle {
    color: #8b5cff;
  }

  .journal-v8-1 .site-header .nav-mega-panel {
    position: static !important;
    inset: auto !important;
    display: none;
    width: 100% !important;
    min-width: 0;
    max-width: 100% !important;
    overflow: visible;
    margin: 0;
    padding: 4px 0 10px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none !important;
    visibility: visible;
  }

  .journal-v8-1 .site-header .nav-dropdown.is-open > .nav-mega-panel {
    display: block;
  }

  .journal-v8-1 .site-header .nav-dropdown.is-open > .nav-mega-panel--journal,
  .journal-v8-1 .site-header .nav-dropdown.is-open > .nav-mega-panel--solutions {
    position: relative !important;
    width: 100% !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8px 12px 8px 8px;
    border: 1px solid rgba(136, 88, 255, 0.16);
    border-radius: 20px;
    scrollbar-gutter: stable;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96)),
      var(--journal-header-background, #ffffff);
    box-shadow:
      0 26px 58px rgba(35, 79, 126, 0.14),
      0 2px 0 rgba(255, 255, 255, 0.72) inset;
    transform: none !important;
  }

  .journal-v8-1 .site-header .nav-mega-panel--journal::before,
  .journal-v8-1 .site-header .nav-mega-panel--solutions::before {
    display: none;
    content: none;
  }

  .journal-v8-1 .site-header .nav-mega-panel--journal::after,
  .journal-v8-1 .site-header .nav-mega-panel--solutions::after {
    position: absolute;
    top: 16px;
    right: 8px;
    bottom: 16px;
    display: block;
    width: 3px;
    border-radius: 999px;
    background: rgba(136, 88, 255, 0.26);
    content: "";
    pointer-events: none;
    z-index: 0;
  }

  .journal-v8-1 .site-header .nav.is-mobile-drilldown .nav-dropdown.is-open > .nav-mega-panel {
    max-height: var(--mobile-menu-max-height);
    overflow-y: auto;
  }

  .journal-v8-1 .site-header .nav-mobile-panel-head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(136, 88, 255, 0.12);
    background: transparent;
  }

  .journal-v8-1 .site-header .nav-mobile-panel-head strong {
    min-width: 0;
    color: #050505;
    font-size: 14px;
    font-weight: 520;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
  }

  .journal-v8-1 .site-header .nav-mobile-back {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 36px;
    padding: 0 10px;
    border: 1px solid rgba(29, 29, 27, 0.08);
    border-radius: 10px;
    background: rgba(136, 88, 255, 0.07);
    color: #5f35d7;
    font: inherit;
    font-size: 14px;
    font-weight: 520;
  }

  .journal-v8-1 .site-header .nav-mobile-back span {
    font-size: 22px;
    line-height: 1;
  }

  .journal-v8-1 .site-header .nav-mega-content {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
  }

  .journal-v8-1 .site-header .nav-mega-intro {
    display: block;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 4px 0 6px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .journal-v8-1 .site-header .nav-mega-kicker,
  .journal-v8-1 .site-header .nav-mega-intro h2 {
    display: none;
  }

  .journal-v8-1 .site-header .nav-mega-intro p {
    display: none;
  }

  .journal-v8-1 .site-header .nav-mega-groups {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0;
  }

  .journal-v8-1 .site-header .nav-mega-panel--columns .nav-mega-groups,
  .journal-v8-1 .site-header .nav-mega-panel--cards .nav-mega-groups,
  .journal-v8-1 .site-header .nav-mega-panel--cards .nav-mega-links {
    display: block;
    grid-template-columns: none;
    gap: 0;
    padding: 0;
  }

  .journal-v8-1 .site-header .nav-mega-group {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid rgba(29, 29, 27, 0.08);
    border-radius: 0;
    background: transparent;
  }

  .journal-v8-1 .site-header .nav-mega-group h3 {
    margin: 0;
    padding: 0 0 6px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
  }

  .journal-v8-1 .site-header .nav-mega-group h3::before {
    display: none;
  }

  .journal-v8-1 .site-header .nav-mega-link,
  .journal-v8-1 .site-header .nav-mega-primary {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 34px;
    padding: 10px 34px 10px 12px;
    border-radius: 0;
    color: rgba(29, 29, 27, 0.76);
    font-family: Circe, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .journal-v8-1 .site-header .nav-mega-panel--cards .nav-mega-link {
    min-height: 34px;
    padding: 10px 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .journal-v8-1 .site-header .nav-mega-link span {
    min-width: 0;
    font: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    overflow-wrap: anywhere;
    font-weight: 400;
  }

  .journal-v8-1 .site-header .nav-mega-link small {
    display: none;
  }

  .journal-v8-1 .site-header .nav-mega-primary {
    width: fit-content;
    margin: 2px 0 6px;
    padding: 9px 12px;
    border-bottom: 0;
    border-radius: 8px;
    background: #8b5cff;
    color: #ffffff;
    box-shadow: none;
  }

  .journal-v8-1 .site-header .nav-mega-feature {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 6px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .journal-v8-1 .site-header .nav-mega-feature-media {
    display: none;
  }

  .journal-v8-1 .site-header .nav-mega-feature .nav-mega-link {
    padding: 8px 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .journal-v8-1 .site-header .nav-mega-link:hover,
  .journal-v8-1 .site-header .nav-mega-link:focus-visible {
    background: rgba(136, 88, 255, 0.09);
    color: #5f35d7;
    transform: none;
  }

  .journal-v8-1 .site-header .nav-journal { order: 1; }
  .journal-v8-1 .site-header .nav-all-materials { order: 2; }
  .journal-v8-1 .site-header .nav-calendar { order: 3; }
  .journal-v8-1 .site-header .nav-solutions { order: 4; }
  .journal-v8-1 .site-header .nav-idea { order: 5; }
  .journal-v8-1 .site-header .nav-store { order: 6; }
}

@media (max-width: 620px) {
  .journal-v8-1 .site-header .header-inner,
  .journal-v8-1 .site-header.is-mini .header-inner {
    width: var(--v81-content-width);
    min-width: 0;
  }

  .journal-v8-1 .site-header .menu-toggle {
    margin-right: 18px;
  }

  .journal-v8-1 .site-header .brand {
    min-width: 0;
  }

  .journal-v8-1 .site-header .brand-logo,
  .journal-v8-1 .site-header.is-mini .brand-logo {
    width: clamp(112px, 34vw, 132px);
  }

  .journal-v8-1 .mobile-header-actions {
    flex: 1 1 auto;
    justify-content: flex-end;
    min-width: 0;
  }

  .journal-v8-1 .mobile-phone {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: clip;
    font-size: clamp(14px, 4vw, 18px);
  }

  .journal-v8-1 .site-header .nav {
    left: 0;
    right: auto;
  }
}

@media (max-width: 420px) {
  .journal-v8-1 .site-header .header-inner,
  .journal-v8-1 .site-header.is-mini .header-inner {
    width: var(--v81-content-width);
  }

  .journal-v8-1 .site-header .menu-toggle {
    flex-basis: 40px;
    width: 40px;
    margin-right: 12px;
  }
}

.journal-v8-1 .site-header,
.journal-v8-1 .site-header.is-mini,
.journal-v8-1 .site-header.is-menu-open {
  background: var(--journal-header-background, #ffffff) !important;
  background-color: var(--journal-header-background, #ffffff) !important;
  backdrop-filter: none;
  isolation: isolate;
}

.journal-v8-1 .site-header::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--journal-header-background, #ffffff);
  content: "";
  pointer-events: none;
}

.journal-v8-1 .site-header > * {
  position: relative;
  z-index: 1;
}

.journal-v8-1 .site-header.is-mini .header-inner,
.journal-v8-1 .site-header.is-menu-open .header-inner,
.journal-v8-1 .site-header.is-mega-open .header-inner {
  box-shadow: none !important;
}

.journal-v8-1 .site-header.is-mini.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -100%, 0) !important;
}

@media (max-width: 1040px) {
  .journal-v8-1 .site-header .nav {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96)),
      var(--journal-header-background, #ffffff) !important;
    border-top: 1px solid rgba(136, 88, 255, 0.10) !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(136, 88, 255, 0.16) !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    box-shadow:
      0 18px 42px rgba(35, 79, 126, 0.08),
      0 1px 0 rgba(255, 255, 255, 0.82) inset !important;
    top: var(--mobile-menu-top) !important;
  }

  .journal-v8-1 .site-header {
    --mobile-menu-top: 96px;
    --mobile-menu-max-height: calc(100dvh - var(--mobile-menu-top));
  }

  .journal-v8-1 .site-header .nav::before {
    content: none !important;
    display: none !important;
  }

  .journal-v8-1 .site-header .nav.is-mobile-drilldown {
    padding-top: 0 !important;
  }

  .journal-v8-1 .site-header .nav.is-mobile-drilldown .nav-mobile-panel-head {
    margin-top: 0;
    min-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent !important;
  }
}

@keyframes mobile-menu-line-shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 220% 50%; }
}

.journal-v8-1 .welcome-pack-hero {
  overflow: hidden;
  position: relative;
  background: #fefefe;
  color: #1d1d1b;
}

.journal-v8-1 .welcome-pack-hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #fefefe;
  pointer-events: none;
}

.journal-v8-1 .welcome-pack-hero .designer-kicker {
  color: rgba(29, 29, 27, 0.72);
}

.journal-v8-1 .welcome-pack-hero .v4-hero-top {
  grid-template-columns: 1fr;
}

.journal-v8-1 .welcome-pack-hero .hg-hero-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(29, 29, 27, 0.62);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.3;
}

.journal-v8-1 .welcome-pack-hero .hg-hero-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.journal-v8-1 .welcome-pack-hero__center {
  align-self: center;
  justify-self: start;
  justify-items: start;
  width: min(760px, 56vw);
  text-align: left;
  transform: translateY(-10px);
}

.journal-v8-1 .welcome-pack-hero__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.journal-v8-1 .welcome-pack-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.journal-v8-1 .welcome-pack-motion {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background-color: var(--welcome-pack-motion-bg);
  font-family: Inter, var(--font-body);
  pointer-events: none;
  transition: background-color 650ms cubic-bezier(0.4, 0, 0.2, 1);
}

.journal-v8-1 .welcome-pack-motion__stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  background-color: var(--welcome-pack-motion-bg);
  transition: background-color 650ms cubic-bezier(0.4, 0, 0.2, 1);
}

.journal-v8-1 .welcome-pack-motion__grain {
  position: absolute;
  inset: 0;
  z-index: 50;
  background-repeat: repeat;
  background-size: 200px 200px;
  opacity: 0.4;
  pointer-events: none;
}

.journal-v8-1 .welcome-pack-motion__ghost {
  position: absolute;
  inset-inline: 0;
  top: 8%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: Anton, var(--font-headline);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  opacity: 1;
  pointer-events: none;
  user-select: none;
}

.journal-v8-1 .welcome-pack-motion__ghost span {
  display: block;
  text-transform: none;
  white-space: nowrap;
}

.journal-v8-1 .welcome-pack-motion__ghost span:first-child {
  font-size: clamp(46px, 12vw, 200px);
}

.journal-v8-1 .welcome-pack-motion__ghost span:last-child {
  font-size: clamp(22px, 5.6vw, 72px);
  opacity: 0.94;
}

.journal-v8-1 .welcome-pack-motion__carousel {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.journal-v8-1 .welcome-pack-motion__item {
  position: absolute;
  left: 0;
  height: 100%;
  aspect-ratio: 0.6 / 1;
  transform-origin: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform, filter, opacity;
  transition:
    transform 650ms cubic-bezier(0.4, 0, 0.2, 1),
    filter 650ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 650ms cubic-bezier(0.4, 0, 0.2, 1),
    left 650ms cubic-bezier(0.4, 0, 0.2, 1);
}

.journal-v8-1 .welcome-pack-motion__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  user-select: none;
}

.journal-v8-1 .welcome-pack-hero .v4-hero-layout {
  z-index: 2;
}

@media (max-width: 980px) {
  .journal-v8-1 .welcome-pack-hero .v4-hero-layout {
    min-height: calc(100vh - 72px);
    grid-template-rows: auto minmax(0, 1fr) auto;
    row-gap: 16px;
    padding-top: 18px;
    padding-bottom: max(22px, env(safe-area-inset-bottom));
  }

  .journal-v8-1 .welcome-pack-hero .v4-hero-center {
    min-height: auto;
    place-content: start;
  }

  .journal-v8-1 .welcome-pack-hero .v4-hero-top {
    margin: 0;
  }

  .journal-v8-1 .welcome-pack-hero__center {
    align-self: start;
    justify-items: start;
    width: min(92vw, 620px);
    transform: none;
    margin: 0;
  }

  .journal-v8-1 .welcome-pack-hero__center {
    margin-top: 16px;
  }

  .journal-v8-1 .welcome-pack-hero .journal-hero-glass-nav {
    align-self: end;
    border-color: rgba(29, 29, 27, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.78),
      0 18px 48px rgba(29, 29, 27, 0.10);
  }

  .journal-v8-1 .welcome-pack-hero .journal-hero-glass-nav a {
    min-height: 52px;
    border-right-color: rgba(29, 29, 27, 0.10);
    border-bottom: 1px solid rgba(29, 29, 27, 0.10);
    color: rgba(29, 29, 27, 0.82);
  }

  .journal-v8-1 .welcome-pack-hero .journal-hero-glass-nav a:nth-child(2n) {
    border-right: 0;
  }

  .journal-v8-1 .welcome-pack-hero .journal-hero-glass-nav a:nth-child(n+3) {
    border-bottom: 0;
  }

  .journal-v8-1 .welcome-pack-hero .journal-hero-glass-nav a:hover {
    background: rgba(255, 255, 255, 0.48);
    color: #1d1d1b;
  }

  .journal-v8-1 .welcome-pack-hero .journal-hero-glass-nav span {
    color: #8858ff;
  }
}

.journal-v8-1 .welcome-pack-hero::after {
  display: none;
}

.journal-v8-1 .welcome-pack-hero__lead {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(29, 29, 27, 0.72);
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.45;
}

.journal-v8-1 .welcome-pack-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.journal-v8-1 .welcome-pack-hero__secondary {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  color: rgba(29, 29, 27, 0.76);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.journal-v8-1 .welcome-offer,
.journal-v8-1 .welcome-picker,
.journal-v8-1 .welcome-system,
.journal-v8-1 .welcome-process,
.journal-v8-1 .welcome-forget,
.journal-v8-1 .welcome-cases,
.journal-v8-1 .welcome-ideas,
.journal-v8-1 .welcome-visuals,
.journal-v8-1 .welcome-final {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 9vw, 132px) 0;
  background: #ffffff;
  color: var(--ink);
}

.journal-v8-1 .welcome-offer {
  background:
    linear-gradient(180deg, #fffaf4 0%, #f5f2ec 100%),
    linear-gradient(90deg, rgba(29, 29, 27, 0.05) 1px, transparent 1px);
  background-size: auto, 86px 86px;
}

.journal-v8-1 .welcome-offer__layout,
.journal-v8-1 .welcome-picker__layout,
.journal-v8-1 .welcome-visuals__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}

.journal-v8-1 .welcome-offer__copy p,
.journal-v8-1 .welcome-picker__copy p,
.journal-v8-1 .welcome-visuals__layout > div:first-child p,
.journal-v8-1 .welcome-system__head p,
.journal-v8-1 .welcome-final p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(29, 29, 27, 0.66);
  font-size: 17px;
  line-height: 1.62;
}

.journal-v8-1 .welcome-offer__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.journal-v8-1 .welcome-offer__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(136, 88, 255, 0.16);
  border-radius: 999px;
  background: rgba(136, 88, 255, 0.07);
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.journal-v8-1 .welcome-offer__stack {
  display: grid;
  gap: 14px;
}

.journal-v8-1 .welcome-offer__card,
.journal-v8-1 .welcome-process__card,
.journal-v8-1 .welcome-cases__card,
.journal-v8-1 .welcome-visuals__card {
  border: 1px solid rgba(29, 29, 27, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 60px rgba(20, 20, 30, 0.06);
}

.journal-v8-1 .welcome-offer__card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px;
}

.journal-v8-1 .welcome-offer__card span,
.journal-v8-1 .welcome-process__card span,
.journal-v8-1 .welcome-cases__card > span {
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.journal-v8-1 .welcome-offer__card p,
.journal-v8-1 .welcome-process__card p,
.journal-v8-1 .welcome-forget__card p,
.journal-v8-1 .welcome-cases__card p,
.journal-v8-1 .welcome-ideas__card p,
.journal-v8-1 .welcome-visuals__card p {
  margin: 0;
  color: rgba(29, 29, 27, 0.66);
  font-size: 15px;
  line-height: 1.55;
}

.journal-v8-1 .welcome-picker {
  background: #1d1d1b;
  color: #ffffff;
}

.journal-v8-1 .welcome-picker .hg-section-title,
.journal-v8-1 .welcome-picker .hg-overline {
  color: #ffffff;
}

.journal-v8-1 .welcome-picker__copy p {
  color: rgba(255, 255, 255, 0.72);
}

.journal-v8-1 .welcome-picker__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 31%);
  gap: 14px;
  overflow-x: auto;
  padding: 8px 0 18px;
  scroll-snap-type: x mandatory;
}

.journal-v8-1 .welcome-picker__item {
  min-height: 290px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(220px 180px at 78% 12%, rgba(255, 138, 61, 0.30), rgba(255, 255, 255, 0) 72%),
    rgba(255, 255, 255, 0.06);
  scroll-snap-align: start;
}

.journal-v8-1 .welcome-picker__item span {
  color: #ffd36c;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.journal-v8-1 .welcome-picker__item h3,
.journal-v8-1 .welcome-process__card h3,
.journal-v8-1 .welcome-forget__card h3,
.journal-v8-1 .welcome-cases__card h3,
.journal-v8-1 .welcome-ideas__card h3,
.journal-v8-1 .welcome-visuals__card h3 {
  margin: 18px 0 10px;
  color: inherit;
  font-family: var(--font-headline);
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 520;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.journal-v8-1 .welcome-picker__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 15px;
  line-height: 1.52;
}

.journal-v8-1 .welcome-reveal {
  height: 360vh;
  background: #fefefe;
}

.journal-v8-1 .welcome-reveal__sticky {
  position: sticky;
  top: 0;
  display: grid;
  min-height: 100vh;
  overflow: hidden;
  place-items: center;
  background: #fefefe;
  isolation: isolate;
}

.journal-v8-1 .welcome-reveal__final,
.journal-v8-1 .welcome-reveal__layer {
  position: absolute;
  inset: 0;
}

.journal-v8-1 .welcome-reveal__final {
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(28px, 8vw, 120px);
  opacity: 0;
  transform: scale(1.04);
  transform-origin: center;
  background:
    radial-gradient(620px 420px at 78% 48%, rgba(136, 88, 255, 0.14), rgba(255, 255, 255, 0) 68%),
    radial-gradient(720px 380px at 12% 10%, rgba(255, 138, 61, 0.16), rgba(255, 255, 255, 0) 70%),
    #ffffff;
}

.journal-v8-1 .welcome-reveal__final span {
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journal-v8-1 .welcome-reveal__final h2 {
  max-width: 920px;
  margin: 18px 0 0;
  color: #1d1d1b;
  font-family: var(--font-headline);
  font-size: clamp(46px, 7.8vw, 118px);
  font-weight: 520;
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.journal-v8-1 .welcome-reveal__final p {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(29, 29, 27, 0.68);
  font-size: 18px;
  line-height: 1.56;
}

.journal-v8-1 .welcome-reveal__final-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(820px, 100%);
  margin-top: 34px;
}

.journal-v8-1 .welcome-reveal__final-grid strong {
  min-height: 58px;
  padding: 18px;
  border: 1px solid rgba(29, 29, 27, 0.10);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journal-v8-1 .welcome-reveal__layer {
  z-index: 2;
  pointer-events: none;
  will-change: transform;
}

.journal-v8-1 .welcome-reveal__layer .panel-left,
.journal-v8-1 .welcome-reveal__layer .panel-right {
  position: absolute;
  inset: 0;
  will-change: transform;
}

.journal-v8-1 .welcome-reveal__layer .panel-left {
  clip-path: polygon(0 0, 56% 0, 43% 100%, 0 100%);
}

.journal-v8-1 .welcome-reveal__layer .panel-right {
  clip-path: polygon(56% 0, 100% 0, 100% 100%, 43% 100%);
}

.journal-v8-1 .welcome-reveal__layer--image .panel-left,
.journal-v8-1 .welcome-reveal__layer--image .panel-right {
  background-image: url("/journal-assets/assets/welcome-pack-hero-full.png");
  background-size: cover;
  background-position: center;
}

.journal-v8-1 .welcome-reveal__layer--text .panel-left,
.journal-v8-1 .welcome-reveal__layer--text .panel-right {
  display: grid;
  align-items: center;
  padding: clamp(28px, 7vw, 110px);
  background: #1d1d1b;
  color: #ffffff;
}

.journal-v8-1 .welcome-reveal__layer--text-one .panel-left,
.journal-v8-1 .welcome-reveal__layer--text-one .panel-right {
  background:
    radial-gradient(520px 340px at 80% 20%, rgba(255, 138, 61, 0.26), rgba(29, 29, 27, 0) 70%),
    #1d1d1b;
}

.journal-v8-1 .welcome-reveal__layer--text-two .panel-left,
.journal-v8-1 .welcome-reveal__layer--text-two .panel-right {
  background:
    radial-gradient(540px 360px at 12% 86%, rgba(136, 88, 255, 0.34), rgba(29, 29, 27, 0) 72%),
    #242126;
}

.journal-v8-1 .welcome-reveal__layer--text span {
  display: block;
  max-width: 540px;
  font-family: var(--font-headline);
  font-size: clamp(46px, 8vw, 128px);
  font-weight: 520;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.journal-v8-1 .welcome-reveal__layer--text .panel-right {
  justify-items: end;
  text-align: right;
}

.journal-v8-1 .welcome-reveal .cut-line {
  position: absolute;
  top: -20%;
  left: 50%;
  width: 2px;
  height: 140%;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 0 26px rgba(255, 255, 255, 0.72);
  opacity: 0;
  transform: rotate(8deg);
}

.journal-v8-1 .welcome-reveal__hint {
  position: absolute;
  right: clamp(18px, 4vw, 56px);
  bottom: clamp(18px, 4vw, 48px);
  z-index: 4;
  color: rgba(29, 29, 27, 0.46);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.journal-v8-1 .welcome-system {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8f8fa 100%);
}

.journal-v8-1 .welcome-system__head,
.journal-v8-1 .welcome-process__head,
.journal-v8-1 .welcome-forget__intro,
.journal-v8-1 .welcome-cases__head,
.journal-v8-1 .welcome-ideas__head {
  max-width: 1040px;
  margin-bottom: 44px;
}

.journal-v8-1 .welcome-system__grid,
.journal-v8-1 .welcome-process__grid,
.journal-v8-1 .welcome-forget__grid,
.journal-v8-1 .welcome-cases__grid,
.journal-v8-1 .welcome-ideas__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.journal-v8-1 .welcome-system__detail {
  min-height: 172px;
  padding: 22px;
  border: 1px solid rgba(29, 29, 27, 0.10);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.journal-v8-1 .welcome-system__detail summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  color: #1d1d1b;
  cursor: pointer;
  font-family: var(--font-headline);
  font-size: clamp(23px, 2.1vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  list-style: none;
}

.journal-v8-1 .welcome-system__detail summary::-webkit-details-marker {
  display: none;
}

.journal-v8-1 .welcome-system__detail summary span {
  color: var(--accent-deep);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.journal-v8-1 .welcome-system__detail p {
  margin: 18px 0 0;
  color: rgba(29, 29, 27, 0.64);
  font-size: 15px;
  line-height: 1.55;
}

.journal-v8-1 .welcome-process {
  background: #ffffff;
}

.journal-v8-1 .welcome-process__card,
.journal-v8-1 .welcome-cases__card {
  padding: 24px;
}

.journal-v8-1 .welcome-forget {
  background: #1d1d1b;
  color: #ffffff;
}

.journal-v8-1 .welcome-forget .hg-section-title,
.journal-v8-1 .welcome-forget .hg-overline {
  color: #ffffff;
}

.journal-v8-1 .welcome-forget__card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.journal-v8-1 .welcome-forget__card p {
  color: rgba(255, 255, 255, 0.70);
}

.journal-v8-1 .welcome-cases {
  background:
    radial-gradient(900px 420px at 85% 15%, rgba(136, 88, 255, 0.10), rgba(255, 255, 255, 0) 70%),
    #f8f8fa;
}

.journal-v8-1 .welcome-cases__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.journal-v8-1 .welcome-cases__card {
  min-height: 360px;
}

.journal-v8-1 .welcome-cases__card strong {
  color: #1d1d1b;
}

.journal-v8-1 .welcome-ideas {
  background: #ffffff;
}

.journal-v8-1 .welcome-ideas__card {
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(29, 29, 27, 0.09);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 248, 250, 0.72)),
    radial-gradient(280px 170px at 86% 0%, rgba(255, 138, 61, 0.12), rgba(255, 255, 255, 0));
}

.journal-v8-1 .welcome-ideas__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  padding: 24px;
  border: 1px solid rgba(29, 29, 27, 0.10);
  border-radius: 8px;
  background: #f8f8fa;
}

.journal-v8-1 .welcome-ideas__cta p {
  max-width: 660px;
  margin: 0;
  color: rgba(29, 29, 27, 0.70);
  font-size: 16px;
  line-height: 1.5;
}

.journal-v8-1 .welcome-visuals {
  background: #f8f8fa;
}

.journal-v8-1 .welcome-visuals__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.journal-v8-1 .welcome-visuals__card {
  min-height: 230px;
  padding: 22px;
  background:
    radial-gradient(240px 160px at 82% 12%, rgba(136, 88, 255, 0.18), rgba(255, 255, 255, 0) 70%),
    #ffffff;
}

.journal-v8-1 .welcome-visuals__card > span {
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 138, 61, 0.92), rgba(136, 88, 255, 0.84)),
    #f8f8fa;
  box-shadow:
    22px 18px 0 rgba(255, 138, 61, 0.14),
    -12px 16px 0 rgba(136, 88, 255, 0.13);
  transform: rotate(-8deg);
}

.journal-v8-1 .welcome-final {
  background:
    radial-gradient(760px 420px at 12% 0%, rgba(255, 138, 61, 0.14), rgba(255, 255, 255, 0) 72%),
    radial-gradient(760px 420px at 88% 100%, rgba(136, 88, 255, 0.12), rgba(255, 255, 255, 0) 72%),
    #ffffff;
}

.journal-v8-1 .welcome-final__inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.journal-v8-1 .welcome-final__inner .hg-section-title,
.journal-v8-1 .welcome-final__inner p {
  max-width: 980px;
}

.journal-v8-1 .welcome-final__inner .hg-editorial-actions {
  justify-content: center;
}

.journal-v8-1 .welcome-final__note {
  font-size: 13px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .journal-v8-1 .welcome-cases__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .journal-v8-1 .welcome-pack-hero::after {
    display: none;
    background: none;
  }

  .journal-v8-1 .welcome-offer__layout,
  .journal-v8-1 .welcome-picker__layout,
  .journal-v8-1 .welcome-visuals__layout {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .welcome-system__grid,
  .journal-v8-1 .welcome-process__grid,
  .journal-v8-1 .welcome-forget__grid,
  .journal-v8-1 .welcome-ideas__grid,
  .journal-v8-1 .welcome-visuals__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journal-v8-1 .welcome-reveal__final-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .journal-v8-1 .welcome-pack-hero__actions,
  .journal-v8-1 .welcome-final__inner .hg-editorial-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .journal-v8-1 .welcome-pack-hero__secondary {
    justify-content: center;
  }

  .journal-v8-1 .welcome-system__grid,
  .journal-v8-1 .welcome-process__grid,
  .journal-v8-1 .welcome-forget__grid,
  .journal-v8-1 .welcome-cases__grid,
  .journal-v8-1 .welcome-ideas__grid,
  .journal-v8-1 .welcome-visuals__grid {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .welcome-picker__rail {
    grid-auto-columns: minmax(260px, 84vw);
  }

  .journal-v8-1 .welcome-reveal__final {
    justify-items: start;
    padding: 26px;
  }

  .journal-v8-1 .welcome-reveal__final-grid {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .welcome-reveal__layer--text .panel-left,
  .journal-v8-1 .welcome-reveal__layer--text .panel-right {
    padding: 26px;
  }
}

.journal-designer-hero.smart-merch-hero,
.journal-v8-1 .journal-designer-hero.smart-merch-hero {
  --smart-merch-focus-x: 50%;
  --smart-merch-focus-y: 47%;
  --smart-merch-desktop-image-top: -47px;
  --smart-merch-desktop-image-height: 1180px;
  --smart-merch-desktop-stack-shift-y: 89px;
  --smart-merch-desktop-kicker-shift-y: 12px;
  --smart-merch-desktop-title-shift-y: 7px;
  --smart-merch-mobile-kicker-top: -25px;
  --smart-merch-mobile-title-top: -35px;
  overflow: hidden;
}

.journal-designer-hero.smart-merch-hero .hero-bg.hero-bg-image,
.journal-v8-1 .journal-designer-hero.smart-merch-hero .hero-bg.hero-bg-image {
  background:
    radial-gradient(1200px 560px at 50% -10%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 62%),
    linear-gradient(158deg, #6a6b6e 0%, #5d5e61 48%, #4f5053 100%);
}

.journal-designer-hero.smart-merch-hero .hero-bg-picture,
.journal-v8-1 .journal-designer-hero.smart-merch-hero .hero-bg-picture {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.journal-designer-hero.smart-merch-hero .hero-bg-picture img,
.journal-v8-1 .journal-designer-hero.smart-merch-hero .hero-bg-picture img {
  width: auto;
  height: min(92vh, 1180px);
  max-width: min(95vw, 1480px);
  object-fit: contain;
}

.journal-designer-hero.smart-merch-hero .v4-hero-center,
.journal-v8-1 .journal-designer-hero.smart-merch-hero .v4-hero-center {
  position: static;
  padding-top: 0;
  transform: none;
}

.journal-designer-hero.smart-merch-hero .v4-hero-center .designer-kicker,
.journal-v8-1 .journal-designer-hero.smart-merch-hero .v4-hero-center .designer-kicker {
  position: static;
  transform: none;
  z-index: 4;
  margin: 0;
  color: #ffffff;
  text-shadow: none;
}

.journal-designer-hero.smart-merch-hero .v4-hero-center h1,
.journal-v8-1 .journal-designer-hero.smart-merch-hero .v4-hero-center h1 {
  transform: none;
}

.journal-designer-hero.smart-merch-hero .hg-hero-breadcrumbs,
.journal-v8-1 .journal-designer-hero.smart-merch-hero .hg-hero-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
}

.journal-designer-hero.smart-merch-hero .hg-hero-breadcrumb-item,
.journal-v8-1 .journal-designer-hero.smart-merch-hero .hg-hero-breadcrumb-item {
  display: inline-flex;
  gap: 10px;
}

.journal-designer-hero.smart-merch-hero .hg-hero-breadcrumbs a,
.journal-v8-1 .journal-designer-hero.smart-merch-hero .hg-hero-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 901px) {
  .journal-designer-hero.smart-merch-hero .v4-hero-top,
  .journal-v8-1 .journal-designer-hero.smart-merch-hero .v4-hero-top {
    position: absolute;
    top: 34px;
    right: 0;
    left: 0;
    display: flex;
    color: rgba(255, 255, 255, 0.78);
  }

  .journal-designer-hero.smart-merch-hero .v4-hero-top > p,
  .journal-v8-1 .journal-designer-hero.smart-merch-hero .v4-hero-top > p {
    visibility: hidden;
  }

  .journal-designer-hero.smart-merch-hero .v4-hero-layout,
  .journal-v8-1 .journal-designer-hero.smart-merch-hero .v4-hero-layout {
    grid-template-rows: 1fr auto;
    gap: 34px;
    padding-top: 34px;
  }

  .journal-designer-hero.smart-merch-hero .hero-bg-picture,
  .journal-v8-1 .journal-designer-hero.smart-merch-hero .hero-bg-picture {
    position: relative;
    overflow: hidden;
  }

  .journal-designer-hero.smart-merch-hero .hero-bg-picture img,
  .journal-v8-1 .journal-designer-hero.smart-merch-hero .hero-bg-picture img {
    position: absolute;
    left: 50%;
    top: var(--smart-merch-desktop-image-top);
    transform: translateX(-50%);
    height: var(--smart-merch-desktop-image-height);
    width: auto;
    max-width: none;
  }

  .journal-designer-hero.smart-merch-hero .v4-hero-center,
  .journal-v8-1 .journal-designer-hero.smart-merch-hero .v4-hero-center {
    transform: translateY(calc(var(--smart-merch-desktop-stack-shift-y) + var(--smart-merch-desktop-image-top) + 33px));
    align-self: center;
  }

  .journal-designer-hero.smart-merch-hero .v4-hero-center .designer-kicker,
  .journal-v8-1 .journal-designer-hero.smart-merch-hero .v4-hero-center .designer-kicker {
    position: relative;
    top: var(--smart-merch-desktop-kicker-shift-y);
  }

  .journal-designer-hero.smart-merch-hero .v4-hero-center h1,
  .journal-v8-1 .journal-designer-hero.smart-merch-hero .v4-hero-center h1 {
    display: grid;
    position: relative;
    top: var(--smart-merch-desktop-title-shift-y);
    margin: 18px 0 28px;
    white-space: normal;
    transform: none;
    font-size: 142px;
    line-height: 0.94;
    overflow: visible;
  }

  .journal-designer-hero.smart-merch-hero .v4-hero-center h1 span,
  .journal-v8-1 .journal-designer-hero.smart-merch-hero .v4-hero-center h1 span {
    display: block;
    padding-inline: 0.04em;
    padding-top: 0.03em;
  }

  .journal-designer-hero.smart-merch-hero .v4-hero-center h1 span + span,
  .journal-v8-1 .journal-designer-hero.smart-merch-hero .v4-hero-center h1 span + span {
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .journal-designer-hero.smart-merch-hero .hero-bg-picture,
  .journal-v8-1 .journal-designer-hero.smart-merch-hero .hero-bg-picture {
    position: relative;
    overflow: hidden;
  }

  .journal-designer-hero.smart-merch-hero .hero-bg-picture img,
  .journal-v8-1 .journal-designer-hero.smart-merch-hero .hero-bg-picture img {
    position: absolute;
    left: var(--smart-merch-focus-x);
    top: var(--smart-merch-focus-y);
    transform: translate(-50%, -50%);
    width: max(136vw, 620px);
    height: auto;
    max-width: none;
  }

  .journal-designer-hero.smart-merch-hero .v4-hero-center,
  .journal-v8-1 .journal-designer-hero.smart-merch-hero .v4-hero-center {
    position: static;
    transform: none;
    width: auto;
    min-height: 440px;
    padding-top: 0;
    text-align: center;
    z-index: 4;
  }

  .journal-designer-hero.smart-merch-hero .v4-hero-center .designer-kicker,
  .journal-v8-1 .journal-designer-hero.smart-merch-hero .v4-hero-center .designer-kicker {
    position: relative;
    top: var(--smart-merch-mobile-kicker-top);
    transform: none;
    margin: 0;
  }

  .journal-designer-hero.smart-merch-hero .v4-hero-center h1,
  .journal-v8-1 .journal-designer-hero.smart-merch-hero .v4-hero-center h1 {
    position: relative;
    top: var(--smart-merch-mobile-title-top);
    left: 50%;
    transform: translateX(-50%);
    margin: 18px 0 28px;
    font-size: clamp(80px, 21vw, 148px);
    line-height: 0.94;
    width: fit-content;
    max-width: 100%;
    overflow: visible;
  }
}

.journal-designer-hero.smart-merch-full-hero .hero-bg.hero-bg-image,
.journal-v8-1 .journal-designer-hero.smart-merch-full-hero .hero-bg.hero-bg-image {
  background: #ead6c9;
}

.journal-designer-hero.smart-merch-video-hero .v3-video-bg,
.journal-v8-1 .journal-designer-hero.smart-merch-video-hero .v3-video-bg {
  background: #000000;
}

.journal-designer-hero.smart-merch-video-hero .v3-video-bg video,
.journal-v8-1 .journal-designer-hero.smart-merch-video-hero .v3-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.journal-designer-hero.smart-merch-video-hero .hero-bg-custom,
.journal-v8-1 .journal-designer-hero.smart-merch-video-hero .hero-bg-custom {
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

/* Эффект свечения текста при включении лампы (наведении на Hero) */
.journal-designer-hero.smart-merch-video-hero:hover .v4-hero-center h1 span {
  text-shadow: 0 0 20px rgba(167, 139, 250, 0.5), 0 0 40px rgba(139, 92, 246, 0.3);
  transition: text-shadow 0.8s ease-in-out;
}
.journal-designer-hero.smart-merch-video-hero .v4-hero-center h1 span {
  transition: text-shadow 0.6s ease-in-out;
}


.journal-designer-hero.smart-merch-video-hero .v3-video-bg::after,
.journal-v8-1 .journal-designer-hero.smart-merch-video-hero .v3-video-bg::after,
.journal-designer-hero.smart-merch-video-hero .hero-bg-custom::after,
.journal-v8-1 .journal-designer-hero.smart-merch-video-hero .hero-bg-custom::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(231, 219, 255, 0.46) 0%,
      rgba(242, 235, 255, 0.32) 46%,
      rgba(255, 255, 255, 0.58) 100%
    );
}

.journal-designer-hero.smart-merch-video-hero .v4-hero-center h1 span:empty,
.journal-v8-1 .journal-designer-hero.smart-merch-video-hero .v4-hero-center h1 span:empty {
  display: none;
}

.journal-designer-hero.smart-merch-full-hero .hero-bg-picture,
.journal-v8-1 .journal-designer-hero.smart-merch-full-hero .hero-bg-picture {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.journal-designer-hero.smart-merch-full-hero .hero-bg-picture img,
.journal-v8-1 .journal-designer-hero.smart-merch-full-hero .hero-bg-picture img {
  position: static;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

.journal-designer-hero.smart-merch-full-hero .v4-hero-center h1,
.journal-v8-1 .journal-designer-hero.smart-merch-full-hero .v4-hero-center h1 {
  background: var(--journal-shine-gradient);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.journal-designer-hero.smart-merch-full-hero .v4-hero-center h1 span,
.journal-v8-1 .journal-designer-hero.smart-merch-full-hero .v4-hero-center h1 span {
  background: none;
  color: inherit;
  -webkit-text-fill-color: inherit;
}

@media (min-width: 901px) {
  .journal-designer-hero.smart-merch-full-hero .v4-hero-layout,
  .journal-v8-1 .journal-designer-hero.smart-merch-full-hero .v4-hero-layout {
    align-items: center;
  }

  .journal-designer-hero.smart-merch-full-hero .v4-hero-center,
  .journal-v8-1 .journal-designer-hero.smart-merch-full-hero .v4-hero-center {
    justify-self: start;
    max-width: min(560px, 44vw);
    text-align: left;
    transform: none;
  }
}

@media (max-width: 900px) {
  .journal-designer-hero.smart-merch-full-hero .hero-bg-picture img,
  .journal-v8-1 .journal-designer-hero.smart-merch-full-hero .hero-bg-picture img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 118%;
    height: 118%;
    object-fit: cover;
    object-position: center center;
    transform: translate(-50%, -50%);
  }
}

/* Corporate merch hero keeps the Journal shell and only swaps the hero art direction. */
.journal-designer-hero.corporate-merch-hero,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero {
  --corporate-merch-ink: var(--ink);
  --corporate-merch-muted: rgba(29, 29, 27, 0.62);
  overflow: hidden;
  background: #f2eeff;
  color: var(--corporate-merch-ink);
}

.journal-designer-hero.corporate-merch-hero .hero-bg.hero-bg-image,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .hero-bg.hero-bg-image {
  background:
    radial-gradient(circle at 64% 42%, rgba(255, 255, 255, 0.9) 0%, rgba(243, 238, 255, 0.96) 46%, rgba(232, 225, 255, 0.94) 100%),
    linear-gradient(180deg, #f8f5ff 0%, #f2edff 48%, #ebe4ff 100%);
  background-size: auto;
}

.journal-designer-hero.corporate-merch-hero .v3-video-bg,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .v3-video-bg {
  background: #f2eeff;
}

.journal-designer-hero.corporate-merch-hero .v3-video-bg video,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .v3-video-bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.journal-designer-hero.corporate-merch-hero .hero-bg::before,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .hero-bg::before {
  position: absolute;
  inset: -160px;
  z-index: 0;
  content: "";
  background:
    radial-gradient(circle at 72% 44%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.34) 24%, transparent 50%),
    radial-gradient(circle at 56% 38%, rgba(255, 255, 255, 0.28) 0%, transparent 40%);
}

.journal-designer-hero.corporate-merch-hero .hero-bg::after,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .hero-bg::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  pointer-events: none;
  opacity: 0.08;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

.journal-designer-hero.corporate-merch-hero .hero-bg-picture,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .hero-bg-picture {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.journal-designer-hero.corporate-merch-hero .hero-bg-picture img,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .hero-bg-picture img {
  position: absolute;
  left: 74%;
  bottom: -330px;
  width: auto;
  height: min(126vh, 1280px);
  max-width: none;
  transform: translateX(-50%);
  filter:
    drop-shadow(0 0 74px rgba(255, 255, 255, 0.82))
    drop-shadow(0 26px 46px rgba(18, 24, 40, 0.16));
}

.journal-designer-hero.corporate-merch-hero .v4-hero-layout,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-layout {
  min-height: inherit;
  position: relative;
  z-index: 4;
}

.journal-designer-hero.corporate-merch-hero .v4-hero-top,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-top {
  color: var(--corporate-merch-muted);
}

.journal-designer-hero.corporate-merch-hero .hg-hero-breadcrumbs,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .hg-hero-breadcrumbs {
  align-items: center;
  color: var(--corporate-merch-muted);
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font-body);
  font-size: 14px;
  gap: 10px;
  line-height: 1.3;
}

.journal-designer-hero.corporate-merch-hero .hg-hero-breadcrumbs a,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .hg-hero-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.journal-designer-hero.corporate-merch-hero .v4-hero-top > p,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-top > p {
  color: var(--corporate-merch-muted);
}

.journal-designer-hero.corporate-merch-hero .v4-hero-center,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-center {
  align-self: center;
  justify-self: start;
  justify-items: start;
  width: min(760px, 48vw);
  text-align: left;
  transform: translateY(22px);
}

.journal-designer-hero.corporate-merch-hero .v4-hero-center .designer-kicker,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-center .designer-kicker {
  display: none;
}

.journal-designer-hero.corporate-merch-hero .v4-hero-center h1,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-center h1 {
  max-width: 760px;
  padding-inline: 0;
  color: var(--corporate-merch-ink);
  font-size: clamp(76px, 6.9vw, 132px);
  line-height: 0.92;
  text-shadow: none;
}

.journal-designer-hero.corporate-merch-hero .v4-hero-center h1 span:last-child,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-center h1 span:last-child {
  animation: v4-shiny-text 3.4s linear infinite;
  background: var(--journal-shine-gradient);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.journal-designer-hero.corporate-merch-hero .v4-hero-button,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-button {
  background: #0f172a;
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.22);
}

.journal-designer-hero.corporate-merch-hero .v4-hero-bottom,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-bottom {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px) saturate(160%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 20px 54px rgba(18, 24, 40, 0.055);
}

.journal-designer-hero.corporate-merch-hero .v4-hero-bottom a,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-bottom a {
  color: rgba(15, 23, 42, 0.82);
}

.journal-designer-hero.corporate-merch-hero .v4-hero-bottom span,
.journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-bottom span {
  color: #8858ff;
}

@media (max-width: 900px) {
  .journal-designer-hero.corporate-merch-hero .v4-hero-layout,
  .journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-layout {
    gap: 32px;
    padding-top: 42px;
  }

  .journal-designer-hero.corporate-merch-hero .v4-hero-top,
  .journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-top {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .journal-designer-hero.corporate-merch-hero .v4-hero-top > p,
  .journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-top > p {
    justify-self: start;
    max-width: none;
    text-align: left;
  }

  .journal-designer-hero.corporate-merch-hero .hero-bg-picture img,
  .journal-v8-1 .journal-designer-hero.corporate-merch-hero .hero-bg-picture img {
    left: 100%;
    bottom: -82px;
    height: min(96vh, 820px);
  }

  .journal-designer-hero.corporate-merch-hero .v4-hero-center,
  .journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-center {
    justify-items: start;
    width: min(72vw, 520px);
    text-align: left;
    transform: none;
  }

  .journal-designer-hero.corporate-merch-hero .v4-hero-center h1,
  .journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-center h1 {
    font-size: clamp(42px, 11.5vw, 68px);
  }
}

@media (max-width: 760px) {
  .journal-designer-hero.corporate-merch-hero .v4-hero-center,
  .journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-center {
    justify-self: stretch;
    width: min(100%, calc(100vw - 32px));
    max-width: none;
  }

  .journal-designer-hero.corporate-merch-hero .v4-hero-center h1,
  .journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-center h1 {
    max-width: 100%;
    font-size: clamp(38px, 10.4vw, 54px);
    line-height: 0.98;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .journal-designer-hero.corporate-merch-hero .v4-hero-center h1 span,
  .journal-v8-1 .journal-designer-hero.corporate-merch-hero .v4-hero-center h1 span {
    display: block;
    max-width: 100%;
  }
}

/* Smart merch body: Journal-styled selling picker. Header and hero stay untouched. */

.journal-v8-1 .smart-merch-body {
  --smart-ink: #1d1d1b;
  --smart-muted: rgba(29, 29, 27, 0.64);
  --smart-line: rgba(29, 29, 27, 0.12);
  --smart-orange: #f47b20;
  --smart-blue: #7fd7f6;
  --smart-yellow: #ffd36c;
  background: #f4f6f7;
  color: var(--smart-ink);
}

.journal-v8-1 .smart-merch-body .hg-section-title,
.journal-v8-1 .smart-merch-body .hg-article-title,
.journal-v8-1 .smart-merch-body .card-title {
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.journal-v8-1 .smart-merch-body .hg-main-issue,
.journal-v8-1 .smart-merch-body .hg-editorial-section {
  scroll-margin-top: 90px;
}

.journal-v8-1 .smart-merch-body .hg-editorial-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 246, 247, 0.96)),
    linear-gradient(90deg, rgba(29, 29, 27, 0.04) 1px, transparent 1px);
  background-size: auto, 84px 84px;
}

.journal-v8-1 .smart-merch-body .hg-editorial-head p {
  max-width: 760px;
  color: var(--smart-muted);
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-selection {
  min-height: 0;
  padding: clamp(84px, 9vw, 132px) 0;
  background:
    linear-gradient(180deg, #f8fafb 0%, #eef1f3 100%),
    linear-gradient(90deg, rgba(29, 29, 27, 0.05) 1px, transparent 1px);
  background-size: auto, 96px 96px;
}

.journal-v8-1 .smart-merch-diagonal-reveal {
  position: relative;
  height: 300vh;
  background: #f7f3ed;
}

.journal-v8-1 .smart-merch-diagonal-sticky {
  position: sticky;
  top: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 720px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 122, 44, 0.16), transparent 32%),
    radial-gradient(circle at 82% 78%, rgba(111, 72, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #fbf6ee 0%, #f4efff 100%);
}

.journal-v8-1 .smart-merch-secret-content {
  position: absolute;
  z-index: 1;
  inset: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 92px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 42px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 138, 53, 0.16), transparent 34%),
    radial-gradient(circle at 84% 74%, rgba(111, 72, 255, 0.16), transparent 36%),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 42px 130px rgba(47, 31, 78, 0.16);
  opacity: 0;
  transform: scale(0.94) translateY(34px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.journal-v8-1 .smart-merch-secret-inner {
  width: min(980px, 100%);
  margin: 0 auto;
}

.journal-v8-1 .smart-merch-secret-label {
  width: fit-content;
  margin-bottom: 42px;
  padding: 9px 15px;
  border: 1px solid rgba(111, 72, 255, 0.22);
  border-radius: 999px;
  background: rgba(111, 72, 255, 0.08);
  color: #6f48ff;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-secret-content h2 {
  max-width: 980px;
  margin: 0;
  color: #241836;
  font-family: var(--font-headline);
  font-size: 112px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-secret-content p {
  max-width: 720px;
  margin: 38px 0 0;
  color: rgba(36, 24, 54, 0.68);
  font-family: var(--font-body);
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-secret-points {
  display: grid;
  max-width: 860px;
  margin-top: 58px;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.journal-v8-1 .smart-merch-secret-points span {
  display: flex;
  min-height: 88px;
  align-items: flex-end;
  padding: 20px;
  border: 1px solid rgba(36, 24, 54, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(36, 24, 54, 0.72);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-image-shell {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  transform: scale(1);
  will-change: transform;
}

.journal-v8-1 .smart-merch-reveal-panel {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    url("data:image/svg+xml,%3Csvg width='1600' height='1000' viewBox='0 0 1600 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CradialGradient id='g1' cx='30%25' cy='25%25' r='68%25'%3E%3Cstop offset='0%25' stop-color='%23ffffff'/%3E%3Cstop offset='48%25' stop-color='%23f4e9dc'/%3E%3Cstop offset='100%25' stop-color='%23e8dcff'/%3E%3C/radialGradient%3E%3ClinearGradient id='box' x1='0' x2='1' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23ff8a35'/%3E%3Cstop offset='1' stop-color='%236f48ff'/%3E%3C/linearGradient%3E%3Cfilter id='shadow' x='-30%25' y='-30%25' width='160%25' height='160%25'%3E%3CfeDropShadow dx='0' dy='34' stdDeviation='34' flood-color='%23321d56' flood-opacity='0.24'/%3E%3C/filter%3E%3C/defs%3E%3Crect width='1600' height='1000' fill='url(%23g1)'/%3E%3Ccircle cx='1330' cy='150' r='240' fill='%23ff8a35' opacity='0.24'/%3E%3Ccircle cx='245' cy='805' r='260' fill='%236f48ff' opacity='0.16'/%3E%3Ccircle cx='1130' cy='780' r='180' fill='%23ffffff' opacity='0.42'/%3E%3Cpath d='M0 760 C260 580 440 860 730 690 C1020 520 1210 600 1600 455 L1600 1000 L0 1000 Z' fill='%23ffffff' opacity='0.38'/%3E%3Cg filter='url(%23shadow)'%3E%3Crect x='560' y='310' width='500' height='380' rx='42' fill='url(%23box)'/%3E%3Crect x='560' y='310' width='500' height='98' rx='42' fill='%23ffffff' opacity='0.28'/%3E%3Crect x='775' y='310' width='76' height='380' fill='%23ffffff' opacity='0.32'/%3E%3Crect x='560' y='455' width='500' height='72' fill='%23ffffff' opacity='0.24'/%3E%3C/g%3E%3Cg opacity='0.96'%3E%3Ccircle cx='390' cy='360' r='64' fill='%23ffffff'/%3E%3Crect x='322' y='440' width='145' height='230' rx='62' fill='%236f48ff' opacity='0.92'/%3E%3Cpath d='M360 315 C360 255 430 260 434 315 C430 374 363 374 360 315Z' fill='%23241836' opacity='0.82'/%3E%3C/g%3E%3Cg opacity='0.92'%3E%3Crect x='1090' y='395' width='230' height='150' rx='34' fill='%23ffffff'/%3E%3Cpath d='M1138 460 h130' stroke='%236f48ff' stroke-width='17' stroke-linecap='round'/%3E%3Cpath d='M1138 505 h90' stroke='%23ff8a35' stroke-width='17' stroke-linecap='round'/%3E%3C/g%3E%3Cg opacity='0.82'%3E%3Ccircle cx='900' cy='190' r='22' fill='%23ff8a35'/%3E%3Ccircle cx='1005' cy='790' r='18' fill='%236f48ff'/%3E%3Ccircle cx='300' cy='210' r='16' fill='%236f48ff'/%3E%3Ccircle cx='1230' cy='710' r='26' fill='%23ff8a35'/%3E%3Ccircle cx='1410' cy='520' r='14' fill='%236f48ff'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  will-change: transform, clip-path;
}

.journal-v8-1 .smart-merch-panel-left {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.journal-v8-1 .smart-merch-panel-right {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.journal-v8-1 .smart-merch-cut-line {
  position: absolute;
  z-index: 5;
  inset: -30%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
    135deg,
    transparent 49.1%,
    rgba(255, 255, 255, 0.95) 49.65%,
    rgba(255, 138, 53, 0.48) 50%,
    rgba(111, 72, 255, 0.4) 50.35%,
    transparent 50.9%
  );
  filter: blur(0.4px);
}

.journal-v8-1 .smart-merch-progress-hint {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 10;
  padding: 10px 16px;
  border: 1px solid rgba(36, 24, 54, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: rgba(36, 24, 54, 0.55);
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

@media (max-width: 1180px) {
  .journal-v8-1 .smart-merch-secret-content h2 {
    font-size: 86px;
  }

  .journal-v8-1 .smart-merch-secret-content p {
    font-size: 22px;
  }
}

@media (max-width: 760px) {
  .journal-v8-1 .smart-merch-diagonal-sticky,
  .journal-v8-1 .smart-merch-image-shell {
    min-height: 680px;
  }

  .journal-v8-1 .smart-merch-secret-content {
    inset: 14px;
    padding: 28px;
    border-radius: 28px;
  }

  .journal-v8-1 .smart-merch-secret-label {
    margin-bottom: 24px;
  }

  .journal-v8-1 .smart-merch-secret-content h2 {
    font-size: 48px;
    line-height: 0.95;
  }

  .journal-v8-1 .smart-merch-secret-content p {
    margin-top: 24px;
    font-size: 18px;
  }

  .journal-v8-1 .smart-merch-secret-points {
    margin-top: 34px;
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .smart-merch-secret-points span {
    min-height: 64px;
  }

  .journal-v8-1 .smart-merch-progress-hint {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.journal-v8-1 .smart-merch-text-block {
  min-height: 0;
  padding: 40px 0 120px;
  background: #ffffff;
}

.journal-v8-1 .smart-merch-text-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(40px, 5vw, 80px);
  align-items: start;
}

.journal-v8-1 .smart-merch-text-spacer {
  min-height: 1px;
}

.journal-v8-1 .smart-merch-text-content {
  max-width: 760px;
}

.journal-v8-1 .smart-merch-text-head {
  display: grid;
  gap: 40px;
  max-width: 100%;
  margin-top: 0;
}

.journal-v8-1 .smart-merch-text-title {
  max-width: 100%;
  color: #000000;
  font-size: clamp(22px, 1.65vw, 28px);
  line-height: 1.22;
  letter-spacing: -0.016em;
}

.journal-v8-1 .smart-merch-text-kicker {
  color: var(--accent-deep);
}

.journal-v8-1 .smart-merch-text-points {
  display: grid;
  gap: 0;
  margin-top: 40px;
}

.journal-v8-1 .smart-merch-text-point {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgba(29, 29, 27, 0.14);
}

.journal-v8-1 .smart-merch-text-point:last-child {
  border-bottom: 0;
}

.journal-v8-1 .smart-merch-text-point > span {
  color: #000000;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 560;
  line-height: 1;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-text-point .smart-merch-text-announce {
  margin: 0;
  color: #000000;
}

.journal-v8-1 .smart-merch-text-summary {
  display: block;
  margin-top: 40px;
  padding-bottom: 120px;
}

.journal-v8-1 .smart-merch-text-summary .smart-merch-text-announce + .smart-merch-text-announce {
  margin-top: 40px;
}

.journal-v8-1 .smart-merch-text-summary .smart-merch-text-final {
  margin: 40px 0 0;
  color: #000000;
  font-family: var(--font-headline);
  font-size: clamp(36px, 2.6vw, 44px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.journal-v8-1 .smart-merch-text-muted {
  color: #000000;
}

.journal-v8-1 .smart-merch-text-announce {
  margin: 0;
  color: #000000;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.36;
  letter-spacing: 0;
  font-weight: 400;
}

.journal-v8-1 .smart-merch-selection .hg-editorial-cover-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.78fr);
  gap: clamp(40px, 6vw, 84px);
}

.journal-v8-1 .smart-merch-selection .hg-editorial-cover-copy p:not(.hg-overline) {
  color: var(--smart-muted);
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-route-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 680px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--smart-line);
  border-radius: 24px;
  background: rgba(29, 29, 27, 0.12);
  box-shadow: 0 18px 52px rgba(29, 29, 27, 0.07);
}

.journal-v8-1 .smart-merch-route-strip span {
  display: grid;
  min-height: 72px;
  place-items: center;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(29, 29, 27, 0.74);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.journal-v8-1 .smart-merch-selection .hg-magazine-cover {
  min-height: 700px;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 28%),
    linear-gradient(145deg, #202124 0%, #111214 56%, #2e3033 100%);
  color: #ffffff;
  box-shadow: 0 34px 90px rgba(15, 16, 18, 0.2);
}

.journal-v8-1 .smart-merch-selection .hg-magazine-cover::after {
  opacity: 0.34;
}

.journal-v8-1 .smart-merch-selection .hg-magazine-topline {
  color: rgba(255, 255, 255, 0.84);
}

.journal-v8-1 .smart-merch-selection .hg-magazine-cover h3 {
  color: #ffffff;
}

.journal-v8-1 .smart-merch-cover-device {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 16px;
  height: 210px;
  margin: 22px -14px 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background:
    linear-gradient(90deg, transparent 0 9%, rgba(255, 255, 255, 0.08) 9% 10%, transparent 10%),
    radial-gradient(circle at 50% 50%, var(--smart-orange) 0 37%, #111214 38% 58%, transparent 59%),
    linear-gradient(180deg, #f08a24 0 35%, #050505 35% 66%, #f08a24 66% 100%);
}

.journal-v8-1 .smart-merch-cover-device::before {
  content: "";
  position: absolute;
  inset: 35% 0 auto;
  height: 31%;
  background: #050505;
}

.journal-v8-1 .smart-merch-device-eye {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: 86px;
  height: 86px;
  border: 9px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    radial-gradient(circle at 48% 45%, rgba(255, 255, 255, 0.68) 0 4px, transparent 5px),
    radial-gradient(circle, #090909 0 38%, #1c1d21 39% 58%, #050505 59%);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.08);
}

.journal-v8-1 .smart-merch-device-line {
  position: absolute;
  z-index: 2;
  left: 8%;
  right: 8%;
  bottom: 33%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 211, 108, 0.84), transparent);
}

.journal-v8-1 .smart-merch-selection .hg-cover-list-link {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
}

.journal-v8-1 .smart-merch-selection .hg-cover-list-link:hover,
.journal-v8-1 .smart-merch-selection .hg-cover-list-link:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.journal-v8-1 .smart-merch-selection .hg-cover-list-link span {
  color: var(--smart-yellow);
}

.journal-v8-1 .smart-merch-technology .trend-grid,
.journal-v8-1 .smart-merch-stop .trend-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.journal-v8-1 .smart-merch-technology .trend-card,
.journal-v8-1 .smart-merch-technology .trend-card.large,
.journal-v8-1 .smart-merch-stop .trend-card,
.journal-v8-1 .smart-merch-stop .trend-card.large {
  min-height: 470px;
}

.journal-v8-1 .smart-merch-technology .trend-card.large,
.journal-v8-1 .smart-merch-stop .trend-card.large {
  grid-column: span 1;
}

.journal-v8-1 .smart-merch-tech-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 249, 250, 0.74)),
    linear-gradient(145deg, rgba(244, 123, 32, 0.12), rgba(127, 215, 246, 0.12));
}

.journal-v8-1 .smart-merch-tech-card .trend-content {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.journal-v8-1 .smart-merch-tech-card h3 {
  max-width: 100%;
}

.journal-v8-1 .smart-merch-reader-rail {
  display: grid;
  gap: 7px;
  margin: 24px 0 8px;
}

.journal-v8-1 .smart-merch-reader-rail span {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: rgba(29, 29, 27, 0.13);
}

.journal-v8-1 .smart-merch-reader-rail span:nth-child(1) {
  width: 82%;
  background: linear-gradient(90deg, var(--smart-orange), var(--smart-yellow));
}

.journal-v8-1 .smart-merch-reader-rail span:nth-child(2) {
  width: 58%;
}

.journal-v8-1 .smart-merch-reader-rail span:nth-child(3) {
  width: 72%;
  background: rgba(127, 215, 246, 0.56);
}

.journal-v8-1 .smart-merch-card-metric {
  margin-top: auto !important;
  padding-top: 28px;
  color: rgba(29, 29, 27, 0.78) !important;
  font-weight: 720;
}

.journal-v8-1 .smart-merch-scenarios {
  background:
    linear-gradient(180deg, #f6f8f9 0%, #ffffff 100%),
    linear-gradient(90deg, rgba(29, 29, 27, 0.04) 1px, transparent 1px);
  background-size: auto, 90px 90px;
}

.journal-v8-1 .smart-merch-scenario-card .case-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.journal-v8-1 .smart-merch-scenario-map {
  display: grid;
  gap: 1px;
  margin: 26px 0 0;
  overflow: hidden;
  border: 1px solid var(--smart-line);
  border-radius: 22px;
  background: rgba(29, 29, 27, 0.12);
}

.journal-v8-1 .smart-merch-scenario-map div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.78);
}

.journal-v8-1 .smart-merch-scenario-map dt {
  color: rgba(29, 29, 27, 0.46);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.journal-v8-1 .smart-merch-scenario-map dd {
  margin: 0;
  color: rgba(29, 29, 27, 0.76);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 520;
  line-height: 1.34;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-control .article-card,
.journal-v8-1 .smart-merch-brief .article-card {
  min-height: 360px;
}

.journal-v8-1 .smart-merch-control .article-card.hero,
.journal-v8-1 .smart-merch-brief .article-card.hero {
  min-height: 520px;
}

.journal-v8-1 .smart-merch-control-card::after,
.journal-v8-1 .smart-merch-brief-card::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(29, 29, 27, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(29, 29, 27, 0.1) 1px, transparent 1px),
    rgba(255, 255, 255, 0.68);
  background-size: 13px 13px;
}

.journal-v8-1 .smart-merch-stop {
  background:
    linear-gradient(180deg, #1d1f22 0%, #2d3033 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: auto, 96px 96px;
  color: #ffffff;
}

.journal-v8-1 .smart-merch-stop .hg-editorial-head p,
.journal-v8-1 .smart-merch-stop .hg-section-title,
.journal-v8-1 .smart-merch-stop .v5-kicker {
  color: #ffffff;
}

.journal-v8-1 .smart-merch-stop .trend-card {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    radial-gradient(circle at 82% 10%, rgba(244, 123, 32, 0.22), transparent 42%);
  color: #ffffff;
}

.journal-v8-1 .smart-merch-stop .trend-number,
.journal-v8-1 .smart-merch-stop .trend-badge,
.journal-v8-1 .smart-merch-stop .trend-card h3 {
  color: rgba(255, 255, 255, 0.86);
}

.journal-v8-1 .smart-merch-stop .trend-badge {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1180px) {
  .journal-v8-1 .smart-merch-technology .trend-grid,
  .journal-v8-1 .smart-merch-stop .trend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .journal-v8-1 .smart-merch-selection .hg-editorial-cover-layout {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .smart-merch-text-layout {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .smart-merch-text-spacer {
    display: none;
  }
}

@media (max-width: 760px) {
  .journal-v8-1 .smart-merch-selection {
    padding: 58px 0 68px;
  }

  .journal-v8-1 .smart-merch-text-block {
    padding: 40px 0 56px;
  }

  .journal-v8-1 .smart-merch-text-point {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }

  .journal-v8-1 .smart-merch-route-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 20px;
  }

  .journal-v8-1 .smart-merch-route-strip span {
    min-height: 58px;
  }

  .journal-v8-1 .smart-merch-selection .hg-magazine-cover {
    min-height: auto;
  }

  .journal-v8-1 .smart-merch-cover-device {
    height: 180px;
    margin-inline: -8px;
  }

  .journal-v8-1 .smart-merch-device-eye {
    width: 68px;
    height: 68px;
  }

  .journal-v8-1 .smart-merch-technology .trend-grid,
  .journal-v8-1 .smart-merch-stop .trend-grid {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .smart-merch-technology .trend-card,
  .journal-v8-1 .smart-merch-technology .trend-card.large,
  .journal-v8-1 .smart-merch-stop .trend-card,
  .journal-v8-1 .smart-merch-stop .trend-card.large {
    min-height: auto;
  }

  .journal-v8-1 .smart-merch-scenario-map div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .journal-v8-1 .smart-merch-control .article-card,
  .journal-v8-1 .smart-merch-brief .article-card,
  .journal-v8-1 .smart-merch-control .article-card.hero,
  .journal-v8-1 .smart-merch-brief .article-card.hero {
    min-height: auto;
  }
}

/* Smart merch landing expansion: journey, collections, process, CTA and FAQ. */

.journal-v8-1 .smart-merch-wide-head {
  max-width: 1060px;
}

.journal-v8-1 .smart-merch-wide-head p {
  max-width: 900px;
}

.journal-v8-1 .smart-merch-offer-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.58fr);
  gap: clamp(28px, 5vw, 76px);
  margin-bottom: clamp(56px, 7vw, 104px);
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 86% 18%, rgba(244, 123, 32, 0.17), transparent 34%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.94), rgba(239, 244, 246, 0.78));
  box-shadow: 0 34px 120px rgba(29, 29, 27, 0.08);
}

.journal-v8-1 .smart-merch-offer-panel p {
  max-width: 900px;
  color: rgba(29, 29, 27, 0.66);
  font-family: var(--font-body);
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.42;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-offer-note {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 24px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.68);
}

.journal-v8-1 .smart-merch-offer-note p {
  margin: 0;
  font-size: 17px;
}

.journal-v8-1 .smart-merch-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.journal-v8-1 .smart-merch-proof-strip span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: rgba(29, 29, 27, 0.68);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.journal-v8-1 .smart-merch-journey-grid,
.journal-v8-1 .smart-merch-service-grid,
.journal-v8-1 .smart-merch-metric-grid,
.journal-v8-1 .smart-merch-stop-grid {
  display: grid;
  gap: 18px;
}

.journal-v8-1 .smart-merch-journey-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.journal-v8-1 .smart-merch-journey-card,
.journal-v8-1 .smart-merch-explainer-card,
.journal-v8-1 .smart-merch-service-card,
.journal-v8-1 .smart-merch-process-step,
.journal-v8-1 .smart-merch-metric-card,
.journal-v8-1 .smart-merch-stop-card,
.journal-v8-1 .smart-merch-faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.11);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.68)),
    radial-gradient(circle at 88% 10%, rgba(127, 215, 246, 0.18), transparent 42%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(18px);
}

.journal-v8-1 .smart-merch-journey-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: 28px;
}

.journal-v8-1 .smart-merch-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  color: rgba(29, 29, 27, 0.48);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.journal-v8-1 .smart-merch-card-topline span {
  color: var(--smart-orange);
}

.journal-v8-1 .smart-merch-journey-card h3,
.journal-v8-1 .smart-merch-collection-card h3 {
  margin: 0;
  color: #1d1d1b;
  font-family: var(--font-headline);
  font-size: clamp(32px, 3vw, 56px);
  font-weight: 520;
  line-height: 0.98;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-journey-card p,
.journal-v8-1 .smart-merch-explainer-card p,
.journal-v8-1 .smart-merch-collection-card p,
.journal-v8-1 .smart-merch-service-card p,
.journal-v8-1 .smart-merch-process-step p,
.journal-v8-1 .smart-merch-process-step em,
.journal-v8-1 .smart-merch-metric-card p,
.journal-v8-1 .smart-merch-stop-card p,
.journal-v8-1 .smart-merch-express-card p,
.journal-v8-1 .smart-merch-faq-item p {
  color: rgba(29, 29, 27, 0.64);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.42;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-process-step em {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(29, 29, 27, 0.1);
  color: rgba(29, 29, 27, 0.54);
  font-size: 14px;
  font-style: normal;
  font-weight: 650;
}

.journal-v8-1 .smart-merch-service-card .smart-merch-card-topline {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  padding: 7px 10px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(29, 29, 27, 0.48);
}

.journal-v8-1 .smart-merch-stop-card p {
  color: rgba(255, 255, 255, 0.72);
}

.journal-v8-1 .smart-merch-card-note {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding: 18px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  color: rgba(29, 29, 27, 0.68);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.34;
}

.journal-v8-1 .smart-merch-card-note strong,
.journal-v8-1 .smart-merch-collection-columns strong {
  color: #1d1d1b;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.journal-v8-1 .smart-merch-text-link,
.journal-v8-1 .smart-merch-brief-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: 22px;
  padding: 0 18px;
  border: 1px solid rgba(29, 29, 27, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #1d1d1b;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.journal-v8-1 .smart-merch-text-link:hover,
.journal-v8-1 .smart-merch-brief-button:hover {
  border-color: #1d1d1b;
  background: #1d1d1b;
  color: #ffffff;
  transform: translateY(-2px);
}

.journal-v8-1 .smart-merch-explainer .hg-editorial-cover-layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
}

.journal-v8-1 .smart-merch-explainer .smart-merch-route-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journal-v8-1 .smart-merch-explainer-grid {
  display: grid;
  gap: 18px;
}

.journal-v8-1 .smart-merch-format-grid {
  display: grid;
  gap: 18px;
}

.journal-v8-1 .smart-merch-explainer-card {
  min-height: 180px;
  padding: 28px;
}

.journal-v8-1 .smart-merch-explainer-card h3,
.journal-v8-1 .smart-merch-service-card h3,
.journal-v8-1 .smart-merch-process-step h3,
.journal-v8-1 .smart-merch-metric-card h3,
.journal-v8-1 .smart-merch-stop-card h3 {
  margin: 0;
  color: #1d1d1b;
  font-family: var(--font-headline);
  font-size: clamp(26px, 2.2vw, 40px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-format-card {
  display: grid;
  min-height: 210px;
  align-content: start;
  gap: 14px;
}

.journal-v8-1 .smart-merch-video-section {
  background:
    linear-gradient(180deg, #1f2023 0%, #34363a 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: auto, 96px 96px;
  color: #ffffff;
}

.journal-v8-1 .smart-merch-video-section .hg-section-title,
.journal-v8-1 .smart-merch-video-section .v5-kicker,
.journal-v8-1 .smart-merch-video-section .hg-editorial-head p {
  color: #ffffff;
}

.journal-v8-1 .smart-merch-video-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.14);
}

.journal-v8-1 .smart-merch-video-scene {
  min-height: 360px;
  padding: 26px;
  background:
    radial-gradient(circle at 50% 36%, rgba(244, 123, 32, 0.58), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  color: #ffffff;
}

.journal-v8-1 .smart-merch-video-scene span {
  color: var(--smart-yellow);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 850;
}

.journal-v8-1 .smart-merch-video-scene h3 {
  margin: 150px 0 12px;
  color: #ffffff;
  font-family: var(--font-headline);
  font-size: clamp(34px, 3vw, 56px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-video-scene p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.34;
}

.journal-v8-1 .smart-merch-idea-universe {
  --shine-gradient: linear-gradient(
    100deg,
    #f47b20 0%,
    #ffd36c 25%,
    #ffffff 42%,
    #7fd7f6 62%,
    #f47b20 100%
  );
  --universe-featured: rgba(244, 123, 32, 0.98);
  --universe-new: rgba(127, 215, 246, 0.98);
  --universe-hover-line: rgba(255, 211, 108, 0.86);
  --universe-hover-glow-a: rgba(127, 215, 246, 0.78);
  --universe-hover-glow-b: rgba(244, 123, 32, 0.5);
  --universe-center-hover: rgba(255, 211, 108, 0.98);
  background:
    radial-gradient(ellipse at 50% 48%, rgba(244, 123, 32, 0.2), transparent 30%),
    radial-gradient(ellipse at 52% 50%, rgba(127, 215, 246, 0.12), transparent 42%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.42)),
    linear-gradient(180deg, #151617 0%, #282a2d 48%, #101112 100%);
}

.journal-v8-1 .smart-merch-collection-grid {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.journal-v8-1 .smart-merch-collection-card {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(420px, 1fr);
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(29, 29, 27, 0.11);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(245, 247, 248, 0.74)),
    radial-gradient(circle at 90% 10%, rgba(244, 123, 32, 0.13), transparent 38%);
}

.journal-v8-1 .smart-merch-collection-card > p {
  max-width: 680px;
}

.journal-v8-1 .smart-merch-collection-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.78fr);
  gap: 18px;
}

.journal-v8-1 .smart-merch-collection-columns > div {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
}

.journal-v8-1 .smart-merch-collection-columns p {
  margin: 0 0 10px;
}

.journal-v8-1 .smart-merch-collection-columns ul,
.journal-v8-1 .smart-merch-express-card ul {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.journal-v8-1 .smart-merch-collection-columns li,
.journal-v8-1 .smart-merch-express-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(29, 29, 27, 0.68);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.32;
}

.journal-v8-1 .smart-merch-collection-columns li::before,
.journal-v8-1 .smart-merch-express-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--smart-orange);
}

.journal-v8-1 .smart-merch-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.journal-v8-1 .smart-merch-service-card {
  min-height: 300px;
  padding: 28px;
}

.journal-v8-1 .smart-merch-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 18px;
  margin-top: 42px;
  align-items: stretch;
}

.journal-v8-1 .smart-merch-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.journal-v8-1 .smart-merch-process-step {
  min-height: 260px;
  padding: 24px;
}

.journal-v8-1 .smart-merch-process-step span,
.journal-v8-1 .smart-merch-metric-card span,
.journal-v8-1 .smart-merch-stop-card span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--smart-orange);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 850;
}

.journal-v8-1 .smart-merch-express-card {
  padding: 30px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 211, 108, 0.42), transparent 36%),
    linear-gradient(145deg, #ffffff, #eef3f6);
}

.journal-v8-1 .smart-merch-express-card h3 {
  margin: 18px 0 0;
  color: #1d1d1b;
  font-family: var(--font-headline);
  font-size: clamp(38px, 3.5vw, 64px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.journal-v8-1 .smart-merch-metric-card {
  min-height: 190px;
  padding: 24px;
}

.journal-v8-1 .smart-merch-stop-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.journal-v8-1 .smart-merch-stop .smart-merch-stop-card {
  min-height: 250px;
  padding: 20px;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    radial-gradient(circle at 78% 12%, rgba(244, 123, 32, 0.2), transparent 42%);
}

.journal-v8-1 .smart-merch-stop .smart-merch-stop-card h3,
.journal-v8-1 .smart-merch-stop .smart-merch-stop-card span {
  color: rgba(255, 255, 255, 0.9);
}

.journal-v8-1 .smart-merch-brief-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.68fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.journal-v8-1 .smart-merch-brief-layout p {
  color: rgba(29, 29, 27, 0.64);
  font-family: var(--font-body);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.48;
}

.journal-v8-1 .smart-merch-brief-layout small {
  display: inline-block;
  margin-top: 18px;
  color: rgba(29, 29, 27, 0.52);
  font-family: var(--font-body);
  font-size: 14px;
}

.journal-v8-1 .smart-merch-brief-panel {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 80px rgba(29, 29, 27, 0.08);
}

.journal-v8-1 .smart-merch-brief-field {
  display: grid;
  gap: 5px;
  min-height: 78px;
  padding: 16px;
  border: 1px solid rgba(29, 29, 27, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  font-family: var(--font-body);
}

.journal-v8-1 .smart-merch-brief-field span {
  color: rgba(29, 29, 27, 0.9);
  font-size: 14px;
  font-weight: 850;
}

.journal-v8-1 .smart-merch-brief-field em {
  color: rgba(29, 29, 27, 0.54);
  font-size: 13px;
  font-style: normal;
  line-height: 1.25;
}

.journal-v8-1 .smart-merch-brief-button {
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  background: #1d1d1b;
  color: #ffffff;
}

.journal-v8-1 .smart-merch-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 36px;
}

.journal-v8-1 .smart-merch-faq-item {
  padding: 0;
}

.journal-v8-1 .smart-merch-faq-item summary {
  cursor: pointer;
  padding: 24px 28px;
  color: #1d1d1b;
  font-family: var(--font-headline);
  font-size: clamp(24px, 2vw, 36px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  list-style: none;
}

.journal-v8-1 .smart-merch-faq-item summary::-webkit-details-marker {
  display: none;
}

.journal-v8-1 .smart-merch-faq-item p {
  max-width: 820px;
  margin: 0;
  padding: 0 28px 26px;
}

.journal-v8-1 .smart-merch-request {
  --smart-orange: #f47b20;
  --smart-blue: #7fd7f6;
  --smart-violet: #6b43ff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 246, 247, 0.96)),
    linear-gradient(90deg, rgba(29, 29, 27, 0.04) 1px, transparent 1px);
  background-size: auto, 84px 84px;
}

.journal-v8-1 .smart-merch-request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.92fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
}

.journal-v8-1 .smart-merch-request-copy {
  max-width: 760px;
}

.journal-v8-1 .smart-merch-request-copy .hg-section-title {
  line-height: 1.02;
}

.journal-v8-1 .smart-merch-request-copy .hg-section-title .shiny-word {
  display: inline-block;
  padding-bottom: 0.06em;
}

.journal-v8-1 .smart-merch-request-advantage h3,
.journal-v8-1 .smart-merch-request-form-head h3 {
  color: #1d1d1b;
  font-family: var(--font-headline);
  font-size: clamp(19px, 1.35vw, 24px);
  font-weight: 550;
  line-height: 1.18;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.journal-v8-1 .smart-merch-request-advantages {
  display: grid;
  gap: clamp(24px, 3vw, 36px);
  margin-top: clamp(36px, 5vw, 64px);
}

.journal-v8-1 .smart-merch-request-advantage {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.journal-v8-1 .smart-merch-request-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(107, 67, 255, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 18%, rgba(107, 67, 255, 0.24), transparent 54%),
    rgba(255, 255, 255, 0.74);
  color: var(--smart-violet);
  box-shadow: 0 18px 42px rgba(29, 29, 27, 0.08);
}

.journal-v8-1 .smart-merch-request-icon svg {
  width: 24px;
  height: 24px;
}

.journal-v8-1 .smart-merch-request-advantage h3 {
  margin: 0;
}

.journal-v8-1 .smart-merch-request-advantage p {
  max-width: 680px;
  margin: 10px 0 0;
  color: rgba(29, 29, 27, 0.64);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.36;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-request-form {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at 88% 0%, rgba(244, 123, 32, 0.12), transparent 38%);
  box-shadow: 0 34px 96px rgba(29, 29, 27, 0.14);
  backdrop-filter: blur(20px);
}

.journal-v8-1 .smart-merch-request-form::before {
  content: "";
  position: absolute;
  inset: -1px -1px auto;
  height: 5px;
  background: linear-gradient(90deg, var(--smart-orange), var(--smart-blue));
}

.journal-v8-1 .smart-merch-request-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 32px 26px;
  border-bottom: 1px solid rgba(29, 29, 27, 0.08);
}

.journal-v8-1 .smart-merch-request-form-head h3 {
  margin: 0;
}

.journal-v8-1 .smart-merch-request-form-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(29, 29, 27, 0.56);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  white-space: nowrap;
}

.journal-v8-1 .smart-merch-request-form-head svg {
  width: 18px;
  height: 18px;
  color: var(--smart-violet);
}

.journal-v8-1 .smart-merch-request-fields {
  display: grid;
  gap: 18px;
  padding: 32px;
}

.journal-v8-1 .smart-merch-request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.journal-v8-1 .smart-merch-field {
  display: grid;
  gap: 8px;
}

.journal-v8-1 .smart-merch-field > span:first-child {
  color: rgba(29, 29, 27, 0.58);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-field input,
.journal-v8-1 .smart-merch-field select,
.journal-v8-1 .smart-merch-field textarea {
  width: 100%;
  border: 1px solid rgba(29, 29, 27, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  color: #1d1d1b;
  font-family: var(--font-body);
  font-size: 16px;
  letter-spacing: 0;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.journal-v8-1 .smart-merch-field input,
.journal-v8-1 .smart-merch-field select {
  height: 56px;
  padding: 0 16px;
}

.journal-v8-1 .smart-merch-field textarea {
  min-height: 138px;
  resize: vertical;
  padding: 15px 16px;
  line-height: 1.42;
}

.journal-v8-1 .smart-merch-field input::placeholder,
.journal-v8-1 .smart-merch-field textarea::placeholder {
  color: rgba(29, 29, 27, 0.34);
}

.journal-v8-1 .smart-merch-field input:focus,
.journal-v8-1 .smart-merch-field select:focus,
.journal-v8-1 .smart-merch-field textarea:focus {
  border-color: rgba(127, 215, 246, 0.95);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(127, 215, 246, 0.16);
}

.journal-v8-1 .smart-merch-select-wrap {
  position: relative;
  display: block;
}

.journal-v8-1 .smart-merch-select-wrap select {
  appearance: none;
  padding-right: 46px;
}

.journal-v8-1 .smart-merch-select-wrap svg {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: rgba(29, 29, 27, 0.48);
  pointer-events: none;
}

.journal-v8-1 .smart-merch-file-drop {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px dashed rgba(29, 29, 27, 0.18);
  border-radius: 22px;
  background: rgba(251, 251, 252, 0.86);
}

.journal-v8-1 .smart-merch-file-drop > svg {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--smart-violet);
}

.journal-v8-1 .smart-merch-file-drop strong {
  display: block;
  color: rgba(29, 29, 27, 0.78);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 820;
  line-height: 1.25;
}

.journal-v8-1 .smart-merch-file-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  padding: 0 16px;
  border: 1px solid rgba(29, 29, 27, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #1d1d1b;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0;
  transition: border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.journal-v8-1 .smart-merch-file-button:hover {
  border-color: rgba(107, 67, 255, 0.82);
  color: var(--smart-violet);
  transform: translateY(-1px);
}

.journal-v8-1 .smart-merch-file-button input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.journal-v8-1 .smart-merch-file-button svg {
  width: 17px;
  height: 17px;
}

.journal-v8-1 .smart-merch-file-drop small {
  display: block;
  margin-top: 10px;
  color: rgba(29, 29, 27, 0.36);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.journal-v8-1 .smart-merch-file-drop > span {
  color: rgba(29, 29, 27, 0.38);
  font-family: var(--font-body);
  font-size: 13px;
  white-space: nowrap;
}

.journal-v8-1 .smart-merch-request-submit {
  display: inline-flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  background: var(--smart-violet);
  color: #ffffff;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 860;
  letter-spacing: 0;
  box-shadow: 0 18px 34px rgba(107, 67, 255, 0.32);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.journal-v8-1 .smart-merch-request-submit:hover {
  background: #5d39df;
  box-shadow: 0 24px 44px rgba(107, 67, 255, 0.4);
  transform: translateY(-1px);
}

.journal-v8-1 .smart-merch-request-submit svg {
  width: 20px;
  height: 20px;
  transition: transform 0.18s ease;
}

.journal-v8-1 .smart-merch-request-submit:hover svg {
  transform: translateX(3px);
}

.journal-v8-1 .smart-merch-request-consent {
  max-width: 520px;
  margin: -4px auto 0;
  color: rgba(29, 29, 27, 0.36);
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.42;
  text-align: center;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-landing {
  --smart-ink: #1d1d1b;
  --smart-muted: rgba(29, 29, 27, 0.66);
  --smart-line: rgba(29, 29, 27, 0.12);
  --smart-paper: #f6f4ef;
  --smart-panel: rgba(255, 255, 255, 0.86);
  --smart-orange: #f47b20;
  --smart-violet: #6b43ff;
  --smart-cyan: #7fd7f6;
  background: var(--smart-paper);
}

.journal-v8-1 .smart-merch-landing .hg-main-issue,
.journal-v8-1 .smart-merch-landing .hg-editorial-section {
  padding: clamp(76px, 8vw, 124px) 0;
  scroll-margin-top: 90px;
}

.journal-v8-1 .smart-merch-landing .hg-section-title,
.journal-v8-1 .smart-merch-landing h3,
.journal-v8-1 .smart-merch-landing p,
.journal-v8-1 .smart-merch-layer-reveal h2,
.journal-v8-1 .smart-merch-layer-reveal h3,
.journal-v8-1 .smart-merch-layer-reveal p {
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-opening {
  background:
    linear-gradient(180deg, #fffaf4 0%, #f5f2ec 100%),
    linear-gradient(90deg, rgba(29, 29, 27, 0.05) 1px, transparent 1px);
  background-size: auto, 86px 86px;
}

.journal-v8-1 .smart-merch-opening-grid,
.journal-v8-1 .smart-merch-catalog-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.journal-v8-1 .smart-merch-opening-copy p,
.journal-v8-1 .smart-merch-final-panel p,
.journal-v8-1 .smart-merch-chaos-head p {
  max-width: 760px;
  color: var(--smart-muted);
  font-family: var(--font-body);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.5;
}

.journal-v8-1 .smart-merch-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.journal-v8-1 .smart-merch-primary-link,
.journal-v8-1 .smart-merch-secondary-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 840;
  letter-spacing: 0;
  text-decoration: none;
}

.journal-v8-1 .smart-merch-primary-link {
  background: #1d1d1b;
  color: #ffffff;
  box-shadow: 0 20px 42px rgba(29, 29, 27, 0.18);
}

.journal-v8-1 .smart-merch-secondary-link {
  border: 1px solid var(--smart-line);
  background: rgba(255, 255, 255, 0.74);
  color: var(--smart-ink);
}

.journal-v8-1 .smart-merch-contact-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--smart-line);
  border-radius: 8px;
  background: var(--smart-line);
  box-shadow: 0 28px 72px rgba(29, 29, 27, 0.08);
}

.journal-v8-1 .smart-merch-contact-point {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  min-height: 76px;
  align-items: center;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.88);
}

.journal-v8-1 .smart-merch-contact-point span,
.journal-v8-1 .smart-merch-catalog-card span,
.journal-v8-1 .smart-merch-process-step span,
.journal-v8-1 .smart-merch-chaos-card span,
.journal-v8-1 .smart-merch-case-card span {
  color: var(--smart-orange);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-contact-point p {
  margin: 0;
  color: var(--smart-ink);
  font-family: var(--font-headline);
  font-size: clamp(21px, 1.6vw, 30px);
  font-weight: 520;
  line-height: 1.04;
}

.journal-v8-1 .smart-merch-micro-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: clamp(36px, 5vw, 64px);
}

.journal-v8-1 .smart-merch-micro-strip span,
.journal-v8-1 .smart-merch-layer-tags span,
.journal-v8-1 .smart-merch-final-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(29, 29, 27, 0.72);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-catalog {
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f7f8 100%),
    linear-gradient(90deg, rgba(29, 29, 27, 0.04) 1px, transparent 1px);
  background-size: auto, 92px 92px;
}

.journal-v8-1 .smart-merch-text-link {
  display: inline-flex;
  margin-top: 28px;
  color: var(--smart-violet);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 840;
  letter-spacing: 0;
  text-decoration: none;
}

.journal-v8-1 .smart-merch-catalog-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 330px);
  gap: 14px;
  width: max-content;
  animation: smartMerchCatalogRail 38s linear infinite;
}

.journal-v8-1 .smart-merch-catalog-rail:hover {
  animation-play-state: paused;
}

.journal-v8-1 .smart-merch-catalog-card,
.journal-v8-1 .smart-merch-process-step,
.journal-v8-1 .smart-merch-chaos-card,
.journal-v8-1 .smart-merch-visual-card,
.journal-v8-1 .smart-merch-case-card,
.journal-v8-1 .smart-merch-idea-card {
  border: 1px solid var(--smart-line);
  border-radius: 8px;
  background: var(--smart-panel);
}

.journal-v8-1 .smart-merch-catalog-card {
  display: grid;
  min-height: 360px;
  align-content: end;
  gap: 14px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 249, 250, 0.82)),
    linear-gradient(145deg, rgba(244, 123, 32, 0.13), rgba(127, 215, 246, 0.13));
  box-shadow: 0 26px 70px rgba(29, 29, 27, 0.08);
}

.journal-v8-1 .smart-merch-catalog-card h3,
.journal-v8-1 .smart-merch-process-step h3,
.journal-v8-1 .smart-merch-chaos-card h3,
.journal-v8-1 .smart-merch-visual-card h3,
.journal-v8-1 .smart-merch-case-card h3,
.journal-v8-1 .smart-merch-idea-card h3 {
  margin: 0;
  color: var(--smart-ink);
  font-family: var(--font-headline);
  font-size: clamp(28px, 2.3vw, 44px);
  font-weight: 520;
  line-height: 1;
}

.journal-v8-1 .smart-merch-catalog-card p,
.journal-v8-1 .smart-merch-process-step p,
.journal-v8-1 .smart-merch-chaos-card p,
.journal-v8-1 .smart-merch-visual-card p,
.journal-v8-1 .smart-merch-case-card p,
.journal-v8-1 .smart-merch-idea-card p {
  margin: 0;
  color: var(--smart-muted);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.38;
}

@keyframes smartMerchCatalogRail {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 7px));
  }
}

.journal-v8-1 .smart-merch-layer-reveal {
  position: relative;
  height: 360vh;
  background: #f6f1ea;
}

.journal-v8-1 .smart-merch-layer-sticky {
  position: sticky;
  top: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 720px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.96) 0%, rgba(243, 238, 255, 0.96) 100%),
    linear-gradient(90deg, rgba(36, 24, 54, 0.05) 1px, transparent 1px);
  background-size: auto, 96px 96px;
}

.journal-v8-1 .smart-merch-reveal-layer {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  transform: scale(1);
  will-change: transform;
}

.journal-v8-1 .smart-merch-reveal-layer .panel-left,
.journal-v8-1 .smart-merch-reveal-layer .panel-right {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(22px, 5vw, 84px);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.62)),
    linear-gradient(145deg, rgba(244, 123, 32, 0.22), rgba(107, 67, 255, 0.18));
  will-change: transform;
}

.journal-v8-1 .smart-merch-reveal-layer .panel-left {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.journal-v8-1 .smart-merch-reveal-layer .panel-right {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.journal-v8-1 .smart-merch-layer-scenario .panel-left,
.journal-v8-1 .smart-merch-layer-scenario .panel-right {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.88), rgba(247, 242, 235, 0.74)),
    linear-gradient(145deg, rgba(127, 215, 246, 0.24), rgba(244, 123, 32, 0.16));
}

.journal-v8-1 .smart-merch-layer-digital .panel-left,
.journal-v8-1 .smart-merch-layer-digital .panel-right {
  background:
    linear-gradient(120deg, rgba(245, 248, 255, 0.88), rgba(255, 255, 255, 0.72)),
    linear-gradient(145deg, rgba(107, 67, 255, 0.22), rgba(127, 215, 246, 0.2));
}

.journal-v8-1 .smart-merch-layer-card {
  width: min(760px, 100%);
  padding: clamp(28px, 5vw, 70px);
  border: 1px solid rgba(36, 24, 54, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 38px 110px rgba(47, 31, 78, 0.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.journal-v8-1 .smart-merch-layer-eyebrow {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--smart-violet);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 860;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-layer-card h3,
.journal-v8-1 .smart-merch-final-card h2 {
  margin: 0;
  color: #241836;
  font-family: var(--font-headline);
  font-size: clamp(54px, 7vw, 118px);
  font-weight: 520;
  line-height: 0.9;
}

.journal-v8-1 .smart-merch-layer-card p,
.journal-v8-1 .smart-merch-final-card p {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(36, 24, 54, 0.68);
  font-family: var(--font-body);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.42;
}

.journal-v8-1 .smart-merch-layer-tags,
.journal-v8-1 .smart-merch-final-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 34px;
}

.journal-v8-1 .smart-merch-reveal-layer .cut-line {
  position: absolute;
  z-index: 5;
  inset: -30%;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    transparent 49.1%,
    rgba(255, 255, 255, 0.95) 49.65%,
    rgba(244, 123, 32, 0.5) 50%,
    rgba(107, 67, 255, 0.42) 50.35%,
    transparent 50.9%
  );
}

.journal-v8-1 .smart-merch-final-image {
  position: absolute;
  z-index: 1;
  inset: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.journal-v8-1 .smart-merch-final-card {
  width: min(1080px, 100%);
  padding: clamp(34px, 6vw, 92px);
  border: 1px solid rgba(36, 24, 54, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 42px 130px rgba(47, 31, 78, 0.16);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
}

.journal-v8-1 .smart-merch-progress-hint {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 10;
  padding: 10px 16px;
  border: 1px solid rgba(36, 24, 54, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: rgba(36, 24, 54, 0.55);
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.journal-v8-1 .smart-merch-process-grid,
.journal-v8-1 .smart-merch-chaos-grid,
.journal-v8-1 .smart-merch-visual-grid,
.journal-v8-1 .smart-merch-case-grid,
.journal-v8-1 .smart-merch-idea-grid {
  display: grid;
  gap: 16px;
  margin-top: 42px;
}

.journal-v8-1 .smart-merch-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.journal-v8-1 .smart-merch-chaos-grid,
.journal-v8-1 .smart-merch-case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journal-v8-1 .smart-merch-visual-grid,
.journal-v8-1 .smart-merch-idea-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.journal-v8-1 .smart-merch-process-step,
.journal-v8-1 .smart-merch-chaos-card,
.journal-v8-1 .smart-merch-case-card,
.journal-v8-1 .smart-merch-idea-card {
  display: grid;
  min-height: 250px;
  align-content: start;
  gap: 18px;
  padding: 24px;
}

.journal-v8-1 .smart-merch-chaos {
  background:
    linear-gradient(180deg, #1d1f22 0%, #303236 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: auto, 96px 96px;
  color: #ffffff;
}

.journal-v8-1 .smart-merch-chaos .hg-section-title,
.journal-v8-1 .smart-merch-chaos .v5-kicker,
.journal-v8-1 .smart-merch-chaos-head p {
  color: #ffffff;
}

.journal-v8-1 .smart-merch-chaos-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.journal-v8-1 .smart-merch-chaos-card h3,
.journal-v8-1 .smart-merch-chaos-card p,
.journal-v8-1 .smart-merch-chaos-card span {
  color: rgba(255, 255, 255, 0.88);
}

.journal-v8-1 .smart-merch-visual-map {
  background:
    linear-gradient(180deg, #f8fafb 0%, #f1f4f6 100%),
    linear-gradient(90deg, rgba(29, 29, 27, 0.04) 1px, transparent 1px);
  background-size: auto, 92px 92px;
}

.journal-v8-1 .smart-merch-visual-card {
  min-height: 360px;
  padding: 18px;
}

.journal-v8-1 .smart-merch-visual-thumb {
  height: 170px;
  margin-bottom: 22px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(244, 123, 32, 0.2), rgba(107, 67, 255, 0.18)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 246, 248, 0.82));
}

.journal-v8-1 .smart-merch-final-cta {
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.94), rgba(243, 238, 255, 0.94)),
    linear-gradient(90deg, rgba(29, 29, 27, 0.05) 1px, transparent 1px);
  background-size: auto, 86px 86px;
}

.journal-v8-1 .smart-merch-final-panel {
  max-width: 980px;
}

@media (max-width: 1180px) {
  .journal-v8-1 .smart-merch-opening-grid,
  .journal-v8-1 .smart-merch-catalog-grid {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .smart-merch-process-grid,
  .journal-v8-1 .smart-merch-chaos-grid,
  .journal-v8-1 .smart-merch-case-grid,
  .journal-v8-1 .smart-merch-visual-grid,
  .journal-v8-1 .smart-merch-idea-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .journal-v8-1 .smart-merch-landing .hg-main-issue,
  .journal-v8-1 .smart-merch-landing .hg-editorial-section {
    padding: 58px 0 72px;
  }

  .journal-v8-1 .corporate-merch-landing .hg-section-title {
    max-width: 100%;
    font-size: clamp(30px, 8.8vw, 40px);
    line-height: 1.04;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .journal-v8-1 .corporate-merch-landing .smart-merch-opening-copy,
  .journal-v8-1 .corporate-merch-landing .hg-editorial-head,
  .journal-v8-1 .corporate-merch-landing .smart-merch-final-panel {
    max-width: 100%;
  }

  .journal-v8-1 .smart-merch-contact-point {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 66px;
    padding: 15px 16px;
  }

  .journal-v8-1 .smart-merch-catalog-rail {
    grid-auto-columns: minmax(250px, 78vw);
    animation-duration: 46s;
  }

  .journal-v8-1 .smart-merch-catalog-card {
    min-height: 310px;
  }

  .journal-v8-1 .smart-merch-layer-sticky {
    min-height: 680px;
  }

  .journal-v8-1 .smart-merch-reveal-layer .panel-left,
  .journal-v8-1 .smart-merch-reveal-layer .panel-right {
    padding: 18px;
  }

  .journal-v8-1 .smart-merch-layer-card,
  .journal-v8-1 .smart-merch-final-card {
    padding: 26px;
  }

  .journal-v8-1 .smart-merch-layer-card h3,
  .journal-v8-1 .smart-merch-final-card h2 {
    font-size: 48px;
    line-height: 0.96;
  }

  .journal-v8-1 .corporate-merch-landing .smart-merch-layer-card h3,
  .journal-v8-1 .corporate-merch-landing .smart-merch-final-card h2 {
    font-size: clamp(34px, 9.6vw, 42px);
    line-height: 1.02;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .journal-v8-1 .smart-merch-layer-card p,
  .journal-v8-1 .smart-merch-final-card p {
    margin-top: 22px;
    font-size: 17px;
  }

  .journal-v8-1 .smart-merch-final-image {
    inset: 14px;
  }

  .journal-v8-1 .smart-merch-progress-hint {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .journal-v8-1 .smart-merch-process-grid,
  .journal-v8-1 .smart-merch-chaos-grid,
  .journal-v8-1 .smart-merch-case-grid,
  .journal-v8-1 .smart-merch-visual-grid,
  .journal-v8-1 .smart-merch-idea-grid {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .smart-merch-process-step,
  .journal-v8-1 .smart-merch-chaos-card,
  .journal-v8-1 .smart-merch-visual-card,
  .journal-v8-1 .smart-merch-case-card,
  .journal-v8-1 .smart-merch-idea-card {
    min-height: auto;
  }
}

@media (max-width: 1180px) {
  .journal-v8-1 .smart-merch-journey-grid,
  .journal-v8-1 .smart-merch-service-grid,
  .journal-v8-1 .smart-merch-process-grid,
  .journal-v8-1 .smart-merch-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journal-v8-1 .smart-merch-video-board,
  .journal-v8-1 .smart-merch-stop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journal-v8-1 .smart-merch-collection-card,
  .journal-v8-1 .smart-merch-offer-panel,
  .journal-v8-1 .smart-merch-process-layout,
  .journal-v8-1 .smart-merch-brief-layout,
  .journal-v8-1 .smart-merch-request-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .journal-v8-1 .smart-merch-journey-grid,
  .journal-v8-1 .smart-merch-service-grid,
  .journal-v8-1 .smart-merch-process-grid,
  .journal-v8-1 .smart-merch-metric-grid,
  .journal-v8-1 .smart-merch-format-grid,
  .journal-v8-1 .smart-merch-video-board,
  .journal-v8-1 .smart-merch-stop-grid,
  .journal-v8-1 .smart-merch-collection-columns,
  .journal-v8-1 .smart-merch-request-grid {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .smart-merch-journey-card,
  .journal-v8-1 .smart-merch-service-card,
  .journal-v8-1 .smart-merch-video-scene,
  .journal-v8-1 .smart-merch-process-step,
  .journal-v8-1 .smart-merch-metric-card,
  .journal-v8-1 .smart-merch-stop .smart-merch-stop-card {
    min-height: auto;
  }

  .journal-v8-1 .smart-merch-video-scene h3 {
    margin-top: 110px;
  }

  .journal-v8-1 .smart-merch-collection-card {
    padding: 24px;
  }

  .journal-v8-1 .smart-merch-request-layout {
    gap: 34px;
  }

  .journal-v8-1 .smart-merch-request-advantage {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
  }

  .journal-v8-1 .smart-merch-request-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .journal-v8-1 .smart-merch-request-form-head,
  .journal-v8-1 .smart-merch-request-fields {
    padding-right: 20px;
    padding-left: 20px;
  }

  .journal-v8-1 .smart-merch-request-form-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .journal-v8-1 .smart-merch-file-drop {
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .journal-v8-1 .smart-merch-file-drop > span {
    grid-column: 2;
  }
}

.journal-designer-hero.merch-fulfillment-hero .hero-bg.hero-bg-image,
.journal-v8-1 .journal-designer-hero.merch-fulfillment-hero .hero-bg.hero-bg-image {
  background: #f8f6ff;
}

.journal-designer-hero.merch-fulfillment-hero .hero-bg-picture,
.journal-v8-1 .journal-designer-hero.merch-fulfillment-hero .hero-bg-picture {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.journal-designer-hero.merch-fulfillment-hero .hero-bg-picture img,
.journal-v8-1 .journal-designer-hero.merch-fulfillment-hero .hero-bg-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.journal-designer-hero.merch-fulfillment-hero .hg-hero-breadcrumbs,
.journal-v8-1 .journal-designer-hero.merch-fulfillment-hero .hg-hero-breadcrumbs {
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font-body);
  font-size: 14px;
  gap: 10px;
  line-height: 1.3;
}

.journal-designer-hero.merch-fulfillment-hero .hg-hero-breadcrumbs a,
.journal-v8-1 .journal-designer-hero.merch-fulfillment-hero .hg-hero-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.journal-designer-hero.merch-fulfillment-hero .v4-hero-center h1,
.journal-v8-1 .journal-designer-hero.merch-fulfillment-hero .v4-hero-center h1 {
  font-size: 85px;
  line-height: 0.9;
  max-width: 1120px;
  overflow: visible;
  text-align: center;
}

.journal-designer-hero.merch-fulfillment-hero .v4-hero-center,
.journal-v8-1 .journal-designer-hero.merch-fulfillment-hero .v4-hero-center {
  margin-inline: auto;
  max-width: 980px;
  text-align: center;
}

.journal-designer-hero.merch-fulfillment-hero .v4-hero-center h1 span:last-child,
.journal-v8-1 .journal-designer-hero.merch-fulfillment-hero .v4-hero-center h1 span:last-child {
  padding-bottom: 0.08em;
}

.journal-designer-hero.merch-fulfillment-hero .hero-overlay,
.journal-v8-1 .journal-designer-hero.merch-fulfillment-hero .hero-overlay {
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255, 255, 255, 0.06), transparent 36%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.24) 48%, rgba(0, 0, 0, 0.42)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.08) 38%, rgba(0, 0, 0, 0.64));
}

@media (max-width: 900px) {
  .journal-designer-hero.merch-fulfillment-hero .v4-hero-center h1,
  .journal-v8-1 .journal-designer-hero.merch-fulfillment-hero .v4-hero-center h1 {
    font-size: clamp(46px, 8.8vw, 100px);
    line-height: 0.9;
    max-width: 100%;
  }

  .journal-designer-hero.merch-fulfillment-hero .v4-hero-center h1 span,
  .journal-v8-1 .journal-designer-hero.merch-fulfillment-hero .v4-hero-center h1 span {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .journal-designer-hero.merch-fulfillment-hero .hero-overlay,
  .journal-v8-1 .journal-designer-hero.merch-fulfillment-hero .hero-overlay {
    background: rgba(0, 0, 0, 0.40);
  }
}

/* Merch fulfillment canonical landing. */

.journal-v8-1 .merch-fulfillment-landing {
  --fulfillment-ink: #1d1d1b;
  --fulfillment-muted: rgba(29, 29, 27, 0.66);
  --fulfillment-line: rgba(29, 29, 27, 0.12);
  --fulfillment-paper: #f5f2ec;
  --fulfillment-panel: rgba(255, 255, 255, 0.86);
  --fulfillment-orange: #f47b20;
  --fulfillment-cyan: #58c7dc;
  --fulfillment-violet: #6956d8;
  --fulfillment-green: #8fb96a;
  background: var(--fulfillment-paper);
}

.journal-v8-1 .merch-fulfillment-landing .hg-main-issue,
.journal-v8-1 .merch-fulfillment-landing .hg-editorial-section {
  padding: clamp(76px, 8vw, 124px) 0;
  scroll-margin-top: 90px;
}

.journal-v8-1 .merch-fulfillment-landing .hg-section-title,
.journal-v8-1 .merch-fulfillment-landing h3,
.journal-v8-1 .merch-fulfillment-landing p,
.journal-v8-1 .merch-fulfillment-reveal h2,
.journal-v8-1 .merch-fulfillment-reveal h3,
.journal-v8-1 .merch-fulfillment-reveal p {
  letter-spacing: 0;
}

.journal-v8-1 .merch-fulfillment-opening {
  background:
    linear-gradient(180deg, #fffaf4 0%, #f4f1eb 100%),
    linear-gradient(90deg, rgba(29, 29, 27, 0.05) 1px, transparent 1px);
  background-size: auto, 86px 86px;
}

.journal-v8-1 .merch-fulfillment-opening-grid,
.journal-v8-1 .merch-fulfillment-modules-grid,
.journal-v8-1 .merch-fulfillment-explainer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.journal-v8-1 .merch-fulfillment-opening-copy p,
.journal-v8-1 .merch-fulfillment-chaos-head p,
.journal-v8-1 .merch-fulfillment-final-panel p {
  max-width: 780px;
  color: var(--fulfillment-muted);
  font-family: var(--font-body);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.5;
}

.journal-v8-1 .merch-fulfillment-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.journal-v8-1 .merch-fulfillment-primary-link,
.journal-v8-1 .merch-fulfillment-secondary-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 840;
  letter-spacing: 0;
  text-decoration: none;
}

.journal-v8-1 .merch-fulfillment-primary-link {
  background: #1d1d1b;
  color: #ffffff;
  box-shadow: 0 20px 42px rgba(29, 29, 27, 0.18);
}

.journal-v8-1 .merch-fulfillment-secondary-link {
  border: 1px solid var(--fulfillment-line);
  background: rgba(255, 255, 255, 0.74);
  color: var(--fulfillment-ink);
}

.journal-v8-1 .merch-fulfillment-system-card {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--fulfillment-line);
  border-radius: 8px;
  background: var(--fulfillment-line);
  box-shadow: 0 28px 72px rgba(29, 29, 27, 0.08);
}

.journal-v8-1 .merch-fulfillment-system-point {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  min-height: 76px;
  align-items: center;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.88);
}

.journal-v8-1 .merch-fulfillment-system-point span,
.journal-v8-1 .merch-fulfillment-module-card span,
.journal-v8-1 .merch-fulfillment-process-step span,
.journal-v8-1 .merch-fulfillment-chaos-card span,
.journal-v8-1 .merch-fulfillment-case-card > span {
  color: var(--fulfillment-orange);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0;
}

.journal-v8-1 .merch-fulfillment-system-point p {
  margin: 0;
  color: var(--fulfillment-ink);
  font-family: var(--font-headline);
  font-size: clamp(21px, 1.6vw, 30px);
  font-weight: 520;
  line-height: 1.04;
}

.journal-v8-1 .merch-fulfillment-micro-strip,
.journal-v8-1 .merch-fulfillment-layer-tags,
.journal-v8-1 .merch-fulfillment-final-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.journal-v8-1 .merch-fulfillment-micro-strip {
  margin-top: clamp(36px, 5vw, 64px);
}

.journal-v8-1 .merch-fulfillment-micro-strip span,
.journal-v8-1 .merch-fulfillment-layer-tags span,
.journal-v8-1 .merch-fulfillment-final-points span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(29, 29, 27, 0.72);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}

.journal-v8-1 .merch-fulfillment-modules {
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f3f7f7 100%),
    linear-gradient(90deg, rgba(29, 29, 27, 0.04) 1px, transparent 1px);
  background-size: auto, 92px 92px;
}

.journal-v8-1 .merch-fulfillment-text-link {
  display: inline-flex;
  margin-top: 28px;
  color: var(--fulfillment-violet);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 840;
  letter-spacing: 0;
  text-decoration: none;
}

.journal-v8-1 .merch-fulfillment-module-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(292px, 340px);
  gap: 14px;
  width: max-content;
  animation: merchFulfillmentModuleRail 46s linear infinite;
}

.journal-v8-1 .merch-fulfillment-module-rail:hover {
  animation-play-state: paused;
}

.journal-v8-1 .merch-fulfillment-module-card,
.journal-v8-1 .merch-fulfillment-process-step,
.journal-v8-1 .merch-fulfillment-chaos-card,
.journal-v8-1 .merch-fulfillment-visual-card,
.journal-v8-1 .merch-fulfillment-case-card,
.journal-v8-1 .merch-fulfillment-idea-card,
.journal-v8-1 .merch-fulfillment-accordion-item {
  border: 1px solid var(--fulfillment-line);
  border-radius: 8px;
  background: var(--fulfillment-panel);
}

.journal-v8-1 .merch-fulfillment-module-card {
  display: grid;
  min-height: 390px;
  align-content: end;
  gap: 14px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 249, 248, 0.84)),
    linear-gradient(145deg, rgba(244, 123, 32, 0.14), rgba(88, 199, 220, 0.14));
  box-shadow: 0 26px 70px rgba(29, 29, 27, 0.08);
}

.journal-v8-1 .merch-fulfillment-3d-tray {
  position: relative;
  width: 100%;
  height: 130px;
  margin-bottom: 16px;
  perspective: 680px;
}

.journal-v8-1 .merch-fulfillment-3d-tray::before,
.journal-v8-1 .merch-fulfillment-3d-tray::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 8px;
  transform-style: preserve-3d;
}

.journal-v8-1 .merch-fulfillment-3d-tray::before {
  left: 22%;
  top: 26px;
  width: 58%;
  height: 76px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(29, 29, 27, 0.12) 49%, rgba(29, 29, 27, 0.12) 51%, transparent 52%),
    linear-gradient(140deg, #ffffff, #e6edf0);
  box-shadow: 0 24px 36px rgba(29, 29, 27, 0.12);
  transform: rotateX(58deg) rotateZ(-18deg);
}

.journal-v8-1 .merch-fulfillment-3d-tray::after {
  right: 16%;
  top: 18px;
  width: 54px;
  height: 34px;
  background:
    linear-gradient(90deg, var(--fulfillment-orange), var(--fulfillment-cyan));
  box-shadow: 0 18px 28px rgba(29, 29, 27, 0.14);
  transform: rotateX(58deg) rotateZ(-18deg) translateZ(22px);
}

.journal-v8-1 .merch-fulfillment-module-card h3,
.journal-v8-1 .merch-fulfillment-process-step h3,
.journal-v8-1 .merch-fulfillment-chaos-card h3,
.journal-v8-1 .merch-fulfillment-visual-card h3,
.journal-v8-1 .merch-fulfillment-case-card h3,
.journal-v8-1 .merch-fulfillment-idea-card h3 {
  margin: 0;
  color: var(--fulfillment-ink);
  font-family: var(--font-headline);
  font-size: clamp(28px, 2.3vw, 44px);
  font-weight: 520;
  line-height: 1;
}

.journal-v8-1 .merch-fulfillment-module-card p,
.journal-v8-1 .merch-fulfillment-process-step p,
.journal-v8-1 .merch-fulfillment-chaos-card p,
.journal-v8-1 .merch-fulfillment-visual-card p,
.journal-v8-1 .merch-fulfillment-case-card dd,
.journal-v8-1 .merch-fulfillment-idea-card p,
.journal-v8-1 .merch-fulfillment-accordion-item p {
  margin: 0;
  color: var(--fulfillment-muted);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.38;
}

@keyframes merchFulfillmentModuleRail {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 7px));
  }
}

.journal-v8-1 .merch-fulfillment-reveal {
  position: relative;
  height: 360vh;
  background: #f4efe7;
}

.journal-v8-1 .merch-fulfillment-reveal-sticky {
  position: sticky;
  top: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 720px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.96) 0%, rgba(238, 247, 248, 0.96) 100%),
    linear-gradient(90deg, rgba(29, 29, 27, 0.05) 1px, transparent 1px);
  background-size: auto, 96px 96px;
}

.journal-v8-1 .merch-fulfillment-reveal-layer {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  transform: scale(1);
  will-change: transform;
}

.journal-v8-1 .merch-fulfillment-reveal-layer .panel-left,
.journal-v8-1 .merch-fulfillment-reveal-layer .panel-right {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(22px, 5vw, 84px);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.68)),
    linear-gradient(145deg, rgba(244, 123, 32, 0.2), rgba(88, 199, 220, 0.16));
  will-change: transform;
}

.journal-v8-1 .merch-fulfillment-reveal-layer .panel-left {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.journal-v8-1 .merch-fulfillment-reveal-layer .panel-right {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.journal-v8-1 .merch-fulfillment-layer-rules .panel-left,
.journal-v8-1 .merch-fulfillment-layer-rules .panel-right {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.88), rgba(247, 242, 235, 0.74)),
    linear-gradient(145deg, rgba(88, 199, 220, 0.24), rgba(143, 185, 106, 0.18));
}

.journal-v8-1 .merch-fulfillment-layer-delivery .panel-left,
.journal-v8-1 .merch-fulfillment-layer-delivery .panel-right {
  background:
    linear-gradient(120deg, rgba(245, 248, 255, 0.88), rgba(255, 255, 255, 0.72)),
    linear-gradient(145deg, rgba(105, 86, 216, 0.22), rgba(88, 199, 220, 0.18));
}

.journal-v8-1 .merch-fulfillment-layer-card {
  width: min(760px, 100%);
  padding: clamp(28px, 5vw, 70px);
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 38px 110px rgba(29, 29, 27, 0.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.journal-v8-1 .merch-fulfillment-layer-eyebrow {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--fulfillment-violet);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 860;
  letter-spacing: 0;
}

.journal-v8-1 .merch-fulfillment-layer-card h3,
.journal-v8-1 .merch-fulfillment-final-card h2 {
  margin: 0;
  color: #25231f;
  font-family: var(--font-headline);
  font-size: clamp(54px, 7vw, 118px);
  font-weight: 520;
  line-height: 0.9;
}

.journal-v8-1 .merch-fulfillment-layer-card p,
.journal-v8-1 .merch-fulfillment-final-card p {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(29, 29, 27, 0.68);
  font-family: var(--font-body);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.42;
}

.journal-v8-1 .merch-fulfillment-layer-tags,
.journal-v8-1 .merch-fulfillment-final-points {
  margin-top: 34px;
}

.journal-v8-1 .merch-fulfillment-reveal-layer .cut-line {
  position: absolute;
  z-index: 5;
  inset: -30%;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    transparent 49.1%,
    rgba(255, 255, 255, 0.95) 49.65%,
    rgba(244, 123, 32, 0.5) 50%,
    rgba(105, 86, 216, 0.42) 50.35%,
    transparent 50.9%
  );
}

.journal-v8-1 .merch-fulfillment-final-image {
  position: absolute;
  z-index: 1;
  inset: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.journal-v8-1 .merch-fulfillment-final-card {
  width: min(1080px, 100%);
  padding: clamp(34px, 6vw, 92px);
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 42px 130px rgba(29, 29, 27, 0.16);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
}

.journal-v8-1 .merch-fulfillment-progress-hint {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 10;
  padding: 10px 16px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: rgba(29, 29, 27, 0.55);
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.journal-v8-1 .merch-fulfillment-explainer {
  background:
    linear-gradient(180deg, #fffaf4 0%, #f5f2ec 100%),
    linear-gradient(90deg, rgba(29, 29, 27, 0.05) 1px, transparent 1px);
  background-size: auto, 92px 92px;
}

.journal-v8-1 .merch-fulfillment-accordion {
  display: grid;
  gap: 10px;
}

.journal-v8-1 .merch-fulfillment-accordion-item {
  overflow: hidden;
}

.journal-v8-1 .merch-fulfillment-accordion-item summary {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  cursor: pointer;
  padding: 22px 24px;
  color: var(--fulfillment-ink);
  font-family: var(--font-headline);
  font-size: clamp(23px, 2vw, 36px);
  font-weight: 520;
  line-height: 1;
  letter-spacing: 0;
  list-style: none;
}

.journal-v8-1 .merch-fulfillment-accordion-item summary::-webkit-details-marker {
  display: none;
}

.journal-v8-1 .merch-fulfillment-accordion-item summary span {
  color: var(--fulfillment-orange);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 860;
  line-height: 1.1;
}

.journal-v8-1 .merch-fulfillment-accordion-item p {
  max-width: 820px;
  padding: 0 24px 24px 88px;
}

.journal-v8-1 .merch-fulfillment-process-grid,
.journal-v8-1 .merch-fulfillment-chaos-grid,
.journal-v8-1 .merch-fulfillment-visual-grid,
.journal-v8-1 .merch-fulfillment-case-grid,
.journal-v8-1 .merch-fulfillment-idea-grid {
  display: grid;
  gap: 16px;
  margin-top: 42px;
}

.journal-v8-1 .merch-fulfillment-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.journal-v8-1 .merch-fulfillment-chaos-grid,
.journal-v8-1 .merch-fulfillment-case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journal-v8-1 .merch-fulfillment-visual-grid,
.journal-v8-1 .merch-fulfillment-idea-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.journal-v8-1 .merch-fulfillment-process-step,
.journal-v8-1 .merch-fulfillment-chaos-card,
.journal-v8-1 .merch-fulfillment-visual-card,
.journal-v8-1 .merch-fulfillment-case-card,
.journal-v8-1 .merch-fulfillment-idea-card {
  display: grid;
  min-height: 250px;
  align-content: start;
  gap: 18px;
  padding: 24px;
}

.journal-v8-1 .merch-fulfillment-chaos {
  background:
    linear-gradient(180deg, #1d1f22 0%, #303236 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: auto, 96px 96px;
  color: #ffffff;
}

.journal-v8-1 .merch-fulfillment-chaos .hg-section-title,
.journal-v8-1 .merch-fulfillment-chaos .v5-kicker,
.journal-v8-1 .merch-fulfillment-chaos-head p {
  color: #ffffff;
}

.journal-v8-1 .merch-fulfillment-chaos-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.journal-v8-1 .merch-fulfillment-chaos-card h3,
.journal-v8-1 .merch-fulfillment-chaos-card p,
.journal-v8-1 .merch-fulfillment-chaos-card span {
  color: rgba(255, 255, 255, 0.88);
}

.journal-v8-1 .merch-fulfillment-visual-map {
  background:
    linear-gradient(180deg, #f8fafb 0%, #f1f4f6 100%),
    linear-gradient(90deg, rgba(29, 29, 27, 0.04) 1px, transparent 1px);
  background-size: auto, 92px 92px;
}

.journal-v8-1 .merch-fulfillment-visual-card {
  min-height: 390px;
  padding: 18px;
}

.journal-v8-1 .merch-fulfillment-visual-thumb {
  position: relative;
  height: 190px;
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(244, 123, 32, 0.2), rgba(105, 86, 216, 0.16)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 246, 248, 0.82));
  perspective: 720px;
}

.journal-v8-1 .merch-fulfillment-visual-thumb::before,
.journal-v8-1 .merch-fulfillment-visual-thumb::after,
.journal-v8-1 .merch-fulfillment-visual-thumb span {
  content: "";
  position: absolute;
  border: 1px solid rgba(29, 29, 27, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 34px rgba(29, 29, 27, 0.12);
  transform: rotateX(58deg) rotateZ(-22deg);
}

.journal-v8-1 .merch-fulfillment-visual-thumb::before {
  left: 20%;
  top: 70px;
  width: 42%;
  height: 64px;
}

.journal-v8-1 .merch-fulfillment-visual-thumb::after {
  left: 40%;
  top: 44px;
  width: 34%;
  height: 52px;
  background: rgba(88, 199, 220, 0.72);
}

.journal-v8-1 .merch-fulfillment-visual-thumb span {
  left: 58%;
  top: 26px;
  width: 26%;
  height: 40px;
  background: rgba(244, 123, 32, 0.72);
}

.journal-v8-1 .merch-fulfillment-case-card {
  min-height: 420px;
}

.journal-v8-1 .merch-fulfillment-case-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.journal-v8-1 .merch-fulfillment-case-card dl div {
  display: grid;
  gap: 5px;
}

.journal-v8-1 .merch-fulfillment-case-card dt {
  color: rgba(29, 29, 27, 0.48);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 860;
  letter-spacing: 0;
  text-transform: uppercase;
}

.journal-v8-1 .merch-fulfillment-final-cta {
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.94), rgba(238, 247, 248, 0.94)),
    linear-gradient(90deg, rgba(29, 29, 27, 0.05) 1px, transparent 1px);
  background-size: auto, 86px 86px;
}

.journal-v8-1 .merch-fulfillment-final-panel {
  max-width: 980px;
}

.journal-v8-1 .merch-fulfillment-final-panel small {
  display: inline-block;
  max-width: 760px;
  margin-top: 22px;
  color: rgba(29, 29, 27, 0.54);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.42;
}

@media (max-width: 1180px) {
  .journal-v8-1 .merch-fulfillment-opening-grid,
  .journal-v8-1 .merch-fulfillment-modules-grid,
  .journal-v8-1 .merch-fulfillment-explainer-grid {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .merch-fulfillment-process-grid,
  .journal-v8-1 .merch-fulfillment-chaos-grid,
  .journal-v8-1 .merch-fulfillment-case-grid,
  .journal-v8-1 .merch-fulfillment-visual-grid,
  .journal-v8-1 .merch-fulfillment-idea-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .journal-v8-1 .merch-fulfillment-landing .hg-main-issue,
  .journal-v8-1 .merch-fulfillment-landing .hg-editorial-section {
    padding: 58px 0 72px;
  }

  .journal-v8-1 .merch-fulfillment-system-point {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 66px;
    padding: 15px 16px;
  }

  .journal-v8-1 .merch-fulfillment-module-rail {
    grid-auto-columns: minmax(250px, 78vw);
    animation-duration: 56s;
  }

  .journal-v8-1 .merch-fulfillment-module-card {
    min-height: 340px;
  }

  .journal-v8-1 .merch-fulfillment-reveal-sticky {
    min-height: 680px;
  }

  .journal-v8-1 .merch-fulfillment-reveal-layer .panel-left,
  .journal-v8-1 .merch-fulfillment-reveal-layer .panel-right {
    padding: 18px;
  }

  .journal-v8-1 .merch-fulfillment-layer-card,
  .journal-v8-1 .merch-fulfillment-final-card {
    padding: 26px;
  }

  .journal-v8-1 .merch-fulfillment-layer-card h3,
  .journal-v8-1 .merch-fulfillment-final-card h2 {
    font-size: 48px;
    line-height: 0.96;
  }

  .journal-v8-1 .merch-fulfillment-layer-card p,
  .journal-v8-1 .merch-fulfillment-final-card p {
    margin-top: 22px;
    font-size: 17px;
  }

  .journal-v8-1 .merch-fulfillment-final-image {
    inset: 14px;
  }

  .journal-v8-1 .merch-fulfillment-progress-hint {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .journal-v8-1 .merch-fulfillment-accordion-item summary {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 20px;
  }

  .journal-v8-1 .merch-fulfillment-accordion-item p {
    padding: 0 20px 22px 64px;
  }

  .journal-v8-1 .merch-fulfillment-process-grid,
  .journal-v8-1 .merch-fulfillment-chaos-grid,
  .journal-v8-1 .merch-fulfillment-visual-grid,
  .journal-v8-1 .merch-fulfillment-case-grid,
  .journal-v8-1 .merch-fulfillment-idea-grid {
    grid-template-columns: 1fr;
  }

  .journal-v8-1 .merch-fulfillment-process-step,
  .journal-v8-1 .merch-fulfillment-chaos-card,
  .journal-v8-1 .merch-fulfillment-visual-card,
  .journal-v8-1 .merch-fulfillment-case-card,
  .journal-v8-1 .merch-fulfillment-idea-card {
    min-height: auto;
  }
}

/* Journal override: gray copy to pure black in light sections */
.journal-v8-1 :where(
  .designer-section,
  .v5-latest,
  .hg-calendar-section,
  .hg-editorial-section,
  .impression-library,
  .all-materials-hero,
  .v81-task-routes,
  .v81-occasion-collections,
  .v81-branding-guide,
  .v81-cases,
  .v81-production
) :where(
  p,
  li,
  .tiny-note,
  .note,
  .case-note,
  .micro-note,
  .read-time,
  .hg-kpi-label,
  .hg-event-desc,
  .hg-event-order,
  .hg-scroll-meta,
  .hg-scroll-hint
) {
  color: #000000 !important;
}

/* Keep editorial eyebrow and meta tags in their original color semantics */
.journal-v8-1 .v5-latest .hg-editorial-eyebrow.hg-overline {
  color: var(--accent-deep) !important;
}

.journal-v8-1 :where(.hg-trends-section, .hg-navigator-section, .hg-wow-cases) :where(
  .trend-number,
  .number,
  .case-number
) {
  color: rgba(29, 29, 27, 0.48) !important;
}

.journal-v8-1 :where(.hg-trends-section, .hg-navigator-section, .hg-wow-cases) :where(
  .trend-badge,
  .navigator-badge,
  .case-badge
) {
  color: rgba(29, 29, 27, 0.64) !important;
}


/* Inter body-copy weight normalization */
.journal-v8-1 p:not(.hg-overline):not(.v5-kicker):not(.designer-kicker),
.journal-v8-1 li,
.journal-v8-1 .hg-event-desc,
.journal-v8-1 .hg-event-order,
.journal-v8-1 .hg-calendar-subtitle,
.journal-v8-1 .hg-calendar-note p,
.journal-v8-1 .hg-editorial-head p,
.journal-v8-1 .hg-library-section p,
.journal-v8-1 .hg-cover-list-link,
.journal-v8-1 .hg-cover-list-link div,
.journal-v8-1 .hg-cover-term-note,
.journal-v8-1 .smart-merch-text-announce,
.journal-v8-1 .welcome-offer__card p,
.journal-v8-1 .welcome-process__card p,
.journal-v8-1 .welcome-forget__card p,
.journal-v8-1 .welcome-cases__card p,
.journal-v8-1 .welcome-ideas__card p,
.journal-v8-1 .welcome-visuals__card p {
  font-weight: 400;
}

/* Portfolio Features Addons */
@keyframes marqueeLeft {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}
@keyframes marqueeRight {
  0% { transform: translate3d(-50%, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
.journal-v8-1 .animate-marquee-left {
  animation: marqueeLeft 22s linear infinite;
  will-change: transform;
}
.journal-v8-1 .animate-marquee-right {
  animation: marqueeRight 24s linear infinite;
  will-change: transform;
}
.journal-v8-1 .liquid-glass {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.journal-v8-1 .noise-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px);
  background-size: 18px 18px, 26px 26px;
  mix-blend-mode: overlay;
}

/* Custom smart merch interactive cards hero styling - LIGHT JOURNAL THEME */
.journal-designer-hero.smart-merch-cards-hero {
  pointer-events: none;
}

.journal-designer-hero.smart-merch-cards-hero .v4-hero-top,
.journal-designer-hero.smart-merch-cards-hero .v4-hero-center,
.journal-designer-hero.smart-merch-cards-hero .journal-hero-glass-nav {
  pointer-events: auto;
}

.journal-designer-hero.smart-merch-cards-hero .hero-bg {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: auto !important;
  z-index: 0 !important; /* sit on top of grid lines but behind text layers */
  height: 100% !important;
  background: transparent !important;
  opacity: 1 !important;
}

/* Safe zone for bottom glass nav so cards do not overlap it */
.smart-merch-hero-cards-container {
  padding-bottom: 140px !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Light frosted glass cards */
.light-frosted-card {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(29, 29, 27, 0.08) !important;
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.6), 
    0 10px 30px rgba(29, 29, 27, 0.04) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}

.journal-designer-hero.smart-merch-magnetic-hero-shell,
.journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell {
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 40%, rgba(107, 67, 255, 0.34), transparent 34%),
    radial-gradient(circle at 88% 76%, rgba(244, 123, 32, 0.26), transparent 30%),
    linear-gradient(105deg, #fff2df 0%, #f6ead9 38%, #dfefff 68%, #f3e7ff 100%);
  color: #1d1d1b;
}

.journal-designer-hero.smart-merch-magnetic-hero-shell .hero-bg,
.journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .hero-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  height: 100% !important;
  background:
    radial-gradient(circle at 70% 36%, rgba(107, 67, 255, 0.34), transparent 29%),
    radial-gradient(circle at 86% 68%, rgba(244, 123, 32, 0.28), transparent 27%),
    radial-gradient(circle at 45% 88%, rgba(127, 215, 246, 0.2), transparent 32%),
    linear-gradient(100deg, #fff0d9 0%, #f7eadc 36%, #e4ecff 66%, #f4e2ff 100%) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-layout,
.journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-layout {
  position: relative;
  z-index: 4;
  min-height: inherit;
}

.journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-top,
.journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-top {
  color: rgba(29, 29, 27, 0.62);
}

.journal-designer-hero.smart-merch-magnetic-hero-shell .hg-hero-breadcrumbs,
.journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .hg-hero-breadcrumbs {
  color: rgba(29, 29, 27, 0.58);
}

.journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-center,
.journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-center {
  align-self: center;
  justify-self: start;
  justify-items: start;
  width: min(790px, 50vw);
  text-align: left;
  transform: translateY(16px);
}

.journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-center .designer-kicker,
.journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-center .designer-kicker {
  color: rgba(107, 67, 255, 0.84);
  font-weight: 860;
}

.journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-center h1,
.journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-center h1 {
  max-width: 860px;
  padding-inline: 0;
  color: #1d1d1b;
  font-size: clamp(70px, 6.7vw, 132px);
  line-height: 0.9;
  text-shadow: none;
}

.journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-center h1 span:last-child,
.journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-center h1 span:last-child {
  animation: v4-shiny-text 3.6s linear infinite;
  background: linear-gradient(100deg, #1d1d1b 0%, #6b43ff 24%, #f47b20 46%, #7fd7f6 64%, #1d1d1b 100%);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-button,
.journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-button {
  background: #1d1d1b;
  color: #ffffff;
  box-shadow: 0 22px 54px rgba(29, 29, 27, 0.2);
}

.journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-bottom,
.journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-bottom {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 24px 62px rgba(29, 29, 27, 0.08);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

.journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-bottom a,
.journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-bottom a {
  color: rgba(29, 29, 27, 0.8);
}

.journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-bottom span,
.journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-bottom span {
  color: #6b43ff;
}

.journal-v8-1 .smart-merch-magnetic-hero {
  --hero-mx: 50%;
  --hero-my: 50%;
  --hero-tilt-x: 0deg;
  --hero-tilt-y: 0deg;
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: auto;
}

.journal-v8-1 .smart-merch-magnetic-hero::before {
  content: "";
  position: absolute;
  inset: -22%;
  z-index: 1;
  background:
    radial-gradient(circle at var(--hero-mx) var(--hero-my), rgba(255, 255, 255, 0.72), transparent 17%),
    radial-gradient(circle at 68% 46%, rgba(107, 67, 255, 0.18), transparent 24%),
    radial-gradient(circle at 82% 70%, rgba(244, 123, 32, 0.16), transparent 22%);
  filter: blur(2px);
  opacity: 0.9;
  transition: opacity 0.24s ease;
}

.journal-v8-1 .smart-merch-magnetic-hero::after {
  content: "";
  position: absolute;
  top: 8%;
  right: -8%;
  z-index: 0;
  width: min(920px, 72vw);
  height: min(760px, 78vh);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 68px;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.72), transparent 22%),
    radial-gradient(circle at 72% 32%, rgba(127, 215, 246, 0.42), transparent 28%),
    radial-gradient(circle at 72% 78%, rgba(244, 123, 32, 0.34), transparent 30%),
    linear-gradient(135deg, rgba(107, 67, 255, 0.88), rgba(232, 219, 255, 0.7) 48%, rgba(255, 213, 143, 0.76));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    0 42px 140px rgba(64, 42, 115, 0.22);
  transform: rotate(-7deg);
}

.journal-v8-1 .smart-merch-magnetic-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(29, 29, 27, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 29, 27, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
}

.journal-v8-1 .smart-merch-magnetic-system {
  position: absolute;
  z-index: 2;
  left: min(68vw, calc(100% - 360px));
  top: 46%;
  width: min(720px, 58vw);
  aspect-ratio: 1 / 1;
  transform:
    translate(-50%, -50%)
    rotateX(var(--hero-tilt-x))
    rotateY(var(--hero-tilt-y));
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out;
}

.journal-v8-1 .smart-merch-magnetic-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 0.68;
  filter: drop-shadow(0 0 14px rgba(107, 67, 255, 0.28));
}

.journal-v8-1 .smart-merch-magnetic-lines line {
  stroke: url("#smart-merch-magnetic-line");
  stroke: rgba(107, 67, 255, 0.3);
  stroke-width: 0.36;
  stroke-dasharray: 2 2.4;
  animation: smartMerchMagneticLine 3.8s linear infinite;
  vector-effect: non-scaling-stroke;
}

.journal-v8-1 .smart-merch-magnetic-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(320px, 42%);
  height: min(320px, 42%);
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
}

.journal-v8-1 .smart-merch-magnetic-core::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.9), rgba(127, 215, 246, 0.24) 34%, rgba(107, 67, 255, 0.12) 56%, transparent 70%);
  filter: blur(8px);
  animation: smartMerchMagneticPulse 3.4s ease-in-out infinite;
}

.journal-v8-1 .smart-merch-magnetic-card {
  position: absolute;
  left: 50%;
  top: 46%;
  display: grid;
  width: min(260px, 92%);
  min-height: 168px;
  align-content: end;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(235, 230, 255, 0.7)),
    radial-gradient(circle at 80% 8%, rgba(244, 123, 32, 0.28), transparent 38%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 34px 86px rgba(38, 28, 68, 0.18);
  transform: translate(-50%, -50%) rotateX(58deg) rotateZ(-18deg);
  transform-style: preserve-3d;
}

.journal-v8-1 .smart-merch-magnetic-card-chip {
  position: absolute;
  left: 22px;
  top: 20px;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #1d1d1b;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 860;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-magnetic-card-wave {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 46px;
  height: 46px;
  border: 2px solid rgba(107, 67, 255, 0.28);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(45deg);
}

.journal-v8-1 .smart-merch-magnetic-card-qr {
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #1d1d1b 7px, transparent 7px 12px, #1d1d1b 12px 19px, transparent 19px),
    linear-gradient(#1d1d1b 7px, transparent 7px 12px, #1d1d1b 12px 19px, transparent 19px),
    rgba(255, 255, 255, 0.78);
  background-size: 21px 21px;
}

.journal-v8-1 .smart-merch-magnetic-card strong,
.journal-v8-1 .smart-merch-magnetic-phone strong {
  color: #1d1d1b;
  font-family: var(--font-headline);
  font-size: 28px;
  font-weight: 540;
  line-height: 1;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-magnetic-card small,
.journal-v8-1 .smart-merch-magnetic-phone span {
  color: rgba(29, 29, 27, 0.52);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.journal-v8-1 .smart-merch-magnetic-phone {
  position: absolute;
  right: -16px;
  bottom: -10px;
  display: grid;
  width: 118px;
  min-height: 164px;
  align-content: start;
  gap: 10px;
  padding: 18px 14px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 247, 250, 0.78)),
    radial-gradient(circle at 50% 80%, rgba(127, 215, 246, 0.28), transparent 48%);
  box-shadow: 0 28px 68px rgba(29, 29, 27, 0.14);
  transform: translateZ(80px) rotateZ(8deg);
}

.journal-v8-1 .smart-merch-magnetic-phone i {
  display: block;
  width: 100%;
  height: 48px;
  margin-top: auto;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(107, 67, 255, 0.7), rgba(127, 215, 246, 0.7)),
    linear-gradient(180deg, #ffffff, #e9eef4);
}

.journal-v8-1 .smart-merch-magnetic-node {
  position: absolute;
  left: var(--node-x);
  top: var(--node-y);
  display: grid;
  width: 132px;
  min-height: 132px;
  align-content: center;
  justify-items: center;
  gap: 5px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.32) 34%, transparent 58%),
    var(--node-bg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 22px 58px rgba(29, 29, 27, 0.12),
    0 0 34px var(--node-glow);
  color: #1d1d1b;
  text-align: center;
  transform: translate(-50%, -50%) translateZ(70px);
  animation: smartMerchMagneticFloat 5.8s ease-in-out infinite;
  animation-delay: var(--node-delay);
}

.journal-v8-1 .smart-merch-magnetic-node::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 64%;
  height: 64%;
  border-radius: inherit;
  background: var(--node-glow);
  filter: blur(24px);
  opacity: 0.32;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.journal-v8-1 .smart-merch-magnetic-node.is-violet {
  --node-bg: linear-gradient(145deg, rgba(224, 214, 255, 0.96), rgba(107, 67, 255, 0.26));
  --node-glow: rgba(107, 67, 255, 0.42);
}

.journal-v8-1 .smart-merch-magnetic-node.is-orange {
  --node-bg: linear-gradient(145deg, rgba(255, 232, 214, 0.98), rgba(244, 123, 32, 0.32));
  --node-glow: rgba(244, 123, 32, 0.38);
}

.journal-v8-1 .smart-merch-magnetic-node.is-cyan {
  --node-bg: linear-gradient(145deg, rgba(230, 250, 255, 0.98), rgba(127, 215, 246, 0.38));
  --node-glow: rgba(127, 215, 246, 0.46);
}

.journal-v8-1 .smart-merch-magnetic-node.is-gold {
  --node-bg: linear-gradient(145deg, rgba(255, 246, 216, 0.98), rgba(255, 211, 108, 0.4));
  --node-glow: rgba(255, 211, 108, 0.42);
}

.journal-v8-1 .smart-merch-magnetic-node.is-ink {
  --node-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(29, 29, 27, 0.18));
  --node-glow: rgba(29, 29, 27, 0.22);
}

.journal-v8-1 .smart-merch-magnetic-node span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.6);
  color: #1d1d1b;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-magnetic-node strong {
  color: #1d1d1b;
  font-family: var(--font-headline);
  font-size: 22px;
  font-weight: 560;
  line-height: 1;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-magnetic-node p {
  max-width: 108px;
  margin: 0;
  color: rgba(29, 29, 27, 0.58);
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 1.18;
  letter-spacing: 0;
}

.journal-v8-1 .smart-merch-magnetic-caption {
  position: absolute;
  right: clamp(28px, 7vw, 96px);
  bottom: 150px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 480px;
  z-index: 2;
}

.journal-v8-1 .smart-merch-magnetic-caption span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(29, 29, 27, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: rgba(29, 29, 27, 0.62);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

@keyframes smartMerchMagneticFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) translate3d(0, 0, 70px) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) translate3d(0, -14px, 96px) scale(1.035);
  }
}

@keyframes smartMerchMagneticPulse {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.94);
  }

  50% {
    opacity: 0.95;
    transform: scale(1.08);
  }
}

@keyframes smartMerchMagneticLine {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -18;
  }
}

@media (max-width: 1180px) {
  .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-center,
  .journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-center {
    width: min(620px, 58vw);
  }

  .journal-v8-1 .smart-merch-magnetic-system {
    left: 72%;
    width: min(620px, 58vw);
  }

  .journal-v8-1 .smart-merch-magnetic-node {
    width: 116px;
    min-height: 116px;
  }

  .journal-v8-1 .smart-merch-magnetic-node p {
    display: none;
  }
}

@media (max-width: 900px) {
  .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-layout,
  .journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-layout {
    gap: 24px;
    grid-template-rows: auto minmax(0, 1fr) auto;
    padding-top: 24px;
  }

  .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-top,
  .journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-top {
    grid-template-columns: 1fr;
  }

  .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-center,
  .journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-center {
    align-self: start;
    width: min(92vw, 660px);
    transform: none;
  }

  .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-center h1,
  .journal-v8-1 .journal-designer-hero.smart-merch-magnetic-hero-shell .v4-hero-center h1 {
    font-size: clamp(48px, 13vw, 86px);
  }

  .journal-v8-1 .smart-merch-magnetic-system {
    left: 50%;
    top: 55%;
    width: min(620px, 112vw);
    opacity: 0.84;
  }

  .journal-v8-1 .smart-merch-magnetic-caption {
    display: none;
  }
}

@media (max-width: 640px) {
  .journal-v8-1 .smart-merch-magnetic-system {
    top: 57%;
    width: 126vw;
  }

  .journal-v8-1 .smart-merch-magnetic-core {
    width: 38%;
    height: 38%;
  }

  .journal-v8-1 .smart-merch-magnetic-card {
    min-height: 138px;
    padding: 18px;
    border-radius: 20px;
  }

  .journal-v8-1 .smart-merch-magnetic-phone {
    right: -28px;
    bottom: -26px;
    width: 96px;
    min-height: 132px;
    border-radius: 24px;
  }

  .journal-v8-1 .smart-merch-magnetic-node {
    width: 92px;
    min-height: 92px;
    padding: 12px;
  }

  .journal-v8-1 .smart-merch-magnetic-node span {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    font-size: 11px;
  }

  .journal-v8-1 .smart-merch-magnetic-node strong {
    font-size: 17px;
  }

  .journal-v8-1 .smart-merch-magnetic-card strong,
  .journal-v8-1 .smart-merch-magnetic-phone strong {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journal-v8-1 .smart-merch-magnetic-node,
  .journal-v8-1 .smart-merch-magnetic-core::before,
  .journal-v8-1 .smart-merch-magnetic-lines line {
    animation: none;
  }
}

.journal-designer-hero.smart-merch-liquid-hero-shell,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 14%, rgba(136, 88, 255, 0.42), transparent 34%),
    radial-gradient(circle at 24% 20%, rgba(100, 206, 251, 0.18), transparent 32%),
    radial-gradient(circle at 70% 76%, rgba(255, 211, 108, 0.14), transparent 34%),
    radial-gradient(circle at 12% 84%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #0f0b23 0%, #15102c 48%, #080711 100%);
  color: #ffffff;
}

.journal-designer-hero.smart-merch-liquid-hero-shell .hero-bg,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .hero-bg {
  position: absolute !important;
  inset: 0 -2px 0 0 !important;
  z-index: 0 !important;
  height: 100% !important;
  background:
    radial-gradient(circle at 82% 14%, rgba(136, 88, 255, 0.42), transparent 34%),
    radial-gradient(circle at 24% 20%, rgba(100, 206, 251, 0.18), transparent 32%),
    radial-gradient(circle at 70% 76%, rgba(255, 211, 108, 0.14), transparent 34%),
    radial-gradient(circle at 12% 84%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #0f0b23 0%, #15102c 48%, #080711 100%) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.journal-designer-hero.smart-merch-liquid-hero-shell .hero-bg::before,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .hero-bg::before {
  content: "";
  position: absolute;
  inset: -18% -10% -12%;
  z-index: 0;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.12), transparent 24%),
    radial-gradient(circle at 42% 68%, rgba(136, 88, 255, 0.22), transparent 36%),
    radial-gradient(circle at 8% 30%, rgba(100, 206, 251, 0.16), transparent 32%);
  filter: blur(18px);
  pointer-events: none;
}

.smart-merch-liquid-hero,
.journal-v8-1 .smart-merch-liquid-hero {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.smart-merch-liquid-hero::before,
.journal-v8-1 .smart-merch-liquid-hero::before {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(8, 7, 17, 0.18) 0%, transparent 54%, rgba(8, 7, 17, 0.42) 100%),
    linear-gradient(90deg, rgba(8, 7, 17, 0.42), transparent 82%);
  pointer-events: none;
}

.smart-merch-liquid-hero::after,
.journal-v8-1 .smart-merch-liquid-hero::after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
  z-index: 3;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(100, 206, 251, 0.55),
    rgba(255, 211, 108, 0.65),
    rgba(136, 88, 255, 0.55),
    transparent
  );
  pointer-events: none;
}

.smart-merch-liquid-hero .liquid-ether-container.smart-merch-liquid-ether,
.journal-v8-1 .smart-merch-liquid-hero .liquid-ether-container.smart-merch-liquid-ether {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  min-height: 100%;
  pointer-events: none;
}

.smart-merch-liquid-hero .liquid-ether-container.smart-merch-liquid-ether canvas,
.journal-v8-1 .smart-merch-liquid-hero .liquid-ether-container.smart-merch-liquid-ether canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.journal-v8-1 .smart-merch-liquid-orbit {
  position: absolute;
  right: clamp(34px, 7vw, 108px);
  top: 50%;
  z-index: 4;
  width: min(520px, 42vw);
  aspect-ratio: 1 / 1;
  transform: translateY(-48%);
  pointer-events: none;
}

.journal-v8-1 .smart-merch-liquid-orbit span {
  position: absolute;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.24) 36%, transparent 62%),
    rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 18px 48px rgba(0, 0, 0, 0.22),
    0 0 38px rgba(127, 215, 246, 0.22);
  color: #fff8ed;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  animation: smartMerchLiquidFloat 7s ease-in-out infinite;
}

.journal-v8-1 .smart-merch-liquid-orbit span:nth-child(1) {
  left: 8%;
  top: 28%;
}

.journal-v8-1 .smart-merch-liquid-orbit span:nth-child(2) {
  left: 58%;
  top: 10%;
  animation-delay: -1.3s;
}

.journal-v8-1 .smart-merch-liquid-orbit span:nth-child(3) {
  left: 76%;
  top: 48%;
  animation-delay: -2.4s;
}

.journal-v8-1 .smart-merch-liquid-orbit span:nth-child(4) {
  left: 48%;
  top: 74%;
  animation-delay: -3.2s;
}

.journal-v8-1 .smart-merch-liquid-orbit span:nth-child(5) {
  left: 14%;
  top: 70%;
  animation-delay: -4.1s;
}

.journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-layout,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-layout {
  position: relative;
  z-index: 5;
  min-height: inherit;
  pointer-events: none;
}

.journal-designer-hero.smart-merch-liquid-hero-shell .hg-hero-breadcrumbs a,
.journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-bottom a,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .hg-hero-breadcrumbs a,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-bottom a {
  pointer-events: auto;
}

.journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-top,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-top,
.journal-designer-hero.smart-merch-liquid-hero-shell .hg-hero-breadcrumbs,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .hg-hero-breadcrumbs {
  color: rgba(255, 255, 255, 0.68);
}

.journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center {
  align-self: center;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  justify-self: center;
  justify-items: center;
  width: min(980px, 72vw);
  text-align: center;
  transform: translateY(18px);
}

.journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center .designer-kicker,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center .designer-kicker {
  color: rgba(205, 190, 255, 0.9);
  font-size: clamp(16px, 1.3vw, 22px);
  font-weight: 860;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 16px;
  order: 0 !important;
  text-transform: none;
}

.journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center h1,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center h1 {
  max-width: 900px;
  padding-inline: 0;
  color: #ffffff;
  font-size: clamp(54px, 5.4vw, 104px);
  line-height: 0.9;
  margin: 0;
  order: 1 !important;
  text-shadow: none;
}

.journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center h1 span:first-child::after,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center h1 span:first-child::after {
  content: "*";
  display: inline-block;
  font-size: 0.46em;
  line-height: 1;
  margin-left: 0.04em;
  transform: translateY(-0.52em);
}

.journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center h1 span:last-child,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center h1 span:last-child {
  animation: v4-shiny-text 3.6s linear infinite;
  background: linear-gradient(100deg, #8858FF 0%, #64CEFB 24%, #FFFFFF 42%, #FFD36C 58%, #64CEFB 76%, #8858FF 100%);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-button,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-button {
  background: #ffffff;
  color: #120d25;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 24px 72px rgba(0, 0, 0, 0.26);
}

.journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-bottom,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-bottom {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(10, 8, 22, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-bottom a,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-bottom a {
  color: rgba(255, 255, 255, 0.78);
}

.journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-bottom span,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-bottom span {
  color: #ffd36c;
}

@keyframes smartMerchLiquidFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -16px, 0) scale(1.04);
  }
}

@media (max-width: 1180px) {
  .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center,
  .journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center {
    width: min(860px, 72vw);
  }

  .journal-v8-1 .smart-merch-liquid-orbit {
    width: min(470px, 42vw);
  }
}

@media (max-width: 900px) {
  .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-layout,
  .journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-layout {
    gap: 24px;
    grid-template-rows: auto minmax(0, 1fr) auto;
    padding-top: 24px;
  }

  .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-top,
  .journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-top {
    grid-template-columns: 1fr;
  }

  .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center,
  .journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center {
    align-self: center;
    width: min(92vw, 660px);
    justify-items: center;
    text-align: center;
    transform: none;
  }

  .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center h1,
  .journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center h1 {
    font-size: clamp(34px, 10.5vw, 66px);
  }

  .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center h1 span:last-child,
  .journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .v4-hero-center h1 span:last-child {
    white-space: normal;
  }

  .smart-merch-liquid-hero::before,
  .journal-v8-1 .smart-merch-liquid-hero::before {
    background:
      linear-gradient(180deg, rgba(8, 7, 17, 0.18) 0%, transparent 54%, rgba(8, 7, 17, 0.42) 100%),
      linear-gradient(90deg, rgba(8, 7, 17, 0.42), transparent 82%);
  }

  .journal-v8-1 .smart-merch-liquid-orbit {
    right: 50%;
    top: 60%;
    width: min(520px, 112vw);
    opacity: 0.78;
    transform: translate(50%, -50%);
  }
}

@media (max-width: 640px) {
  .journal-v8-1 .smart-merch-liquid-orbit {
    top: 63%;
    width: 124vw;
  }

  .journal-v8-1 .smart-merch-liquid-orbit span {
    width: 58px;
    height: 58px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journal-v8-1 .smart-merch-liquid-orbit span {
    animation: none;
  }
}

.journal-v8-1 .hg-hero-breadcrumbs.hg-hero-breadcrumbs,
.journal-v8-1 .hg-hero-breadcrumbs.hg-hero-breadcrumbs a,
.journal-v8-1 .hg-hero-breadcrumbs.hg-hero-breadcrumbs span {
  color: #2b2933 !important;
}

.journal-v8-1 .journal-designer-hero.executive-hero .hg-hero-breadcrumbs,
.journal-v8-1 .journal-designer-hero.executive-hero .hg-hero-breadcrumbs a,
.journal-v8-1 .journal-designer-hero.executive-hero .hg-hero-breadcrumbs span,
.journal-v8-1 .journal-designer-hero.merch-fulfillment-hero .hg-hero-breadcrumbs,
.journal-v8-1 .journal-designer-hero.merch-fulfillment-hero .hg-hero-breadcrumbs a,
.journal-v8-1 .journal-designer-hero.merch-fulfillment-hero .hg-hero-breadcrumbs span,
.journal-v8-1 .journal-designer-hero.smart-merch-hero .hg-hero-breadcrumbs,
.journal-v8-1 .journal-designer-hero.smart-merch-hero .hg-hero-breadcrumbs a,
.journal-v8-1 .journal-designer-hero.smart-merch-hero .hg-hero-breadcrumbs span,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .hg-hero-breadcrumbs,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .hg-hero-breadcrumbs a,
.journal-v8-1 .journal-designer-hero.smart-merch-liquid-hero-shell .hg-hero-breadcrumbs span {
  color: rgba(255, 255, 255, 0.86) !important;
}
