.feed-about-yosh {
  --feed-about-bg: #0a0a0a;
  --feed-about-surface: #111;
  --feed-about-card: #161616;
  --feed-about-border: #1e1e1e;
  --feed-about-yellow: #FFD200;
  --feed-about-white: #F5F0E8;
  --feed-about-muted: #8f8f8f;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 calc(178px + env(safe-area-inset-bottom, 0px));
  overflow-x: hidden;
  color: var(--feed-about-white);
  background: #191912;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}

.feed-about-yosh[hidden] {
  display: none !important;
}

.feed-info-section {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 16px;
}

.feed-info-header {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 20px 24px 10px;
}

.feed-info-title {
  font-family: "Bebas Neue", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 3px;
  color: var(--feed-about-white);
  text-transform: uppercase;
  white-space: nowrap;
}

.feed-info-line {
  flex: 1;
  min-width: 20px;
  height: 1px;
  background: var(--feed-about-border);
}

.feed-info-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--feed-about-yellow);
}

.feed-info-intro {
  margin: 0 16px 18px;
  padding: 18px 20px;
  border: 1px solid var(--feed-about-border);
  border-radius: 22px;
  background: var(--feed-about-surface);
  color: #d8d8d8;
  font-size: 26px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.feed-info-carousel {
  margin: 0 16px 16px;
  padding: 14px;
  border: 1px solid var(--feed-about-border);
  border-radius: 24px;
  background: var(--feed-about-surface);
  box-sizing: border-box;
  overflow: hidden;
}

.feed-info-selector-row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}

.feed-info-selector-row::-webkit-scrollbar {
  display: none;
}

.feed-info-selector {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid #222;
  border-radius: 999px;
  background: #111;
  color: #555;
  cursor: pointer;
  font-family: "Bebas Neue", Impact, Arial, Helvetica, sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
}

.feed-info-selector.is-active {
  color: var(--feed-info-accent, var(--feed-about-yellow));
  border-color: var(--feed-info-accent, var(--feed-about-yellow));
  background: color-mix(in srgb, var(--feed-info-accent, var(--feed-about-yellow)) 10%, #111);
}

.feed-info-card {
  position: relative;
  min-height: 280px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 22px;
  overflow: hidden;
  box-sizing: border-box;
}

.feed-info-orb {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  opacity: .15;
  filter: blur(6px);
  background: var(--feed-info-accent, var(--feed-about-yellow));
  pointer-events: none;
}

.feed-info-icon {
  position: absolute;
  right: 18px;
  top: 18px;
  font-size: 76px;
  line-height: 1;
  opacity: .12;
  pointer-events: none;
}

.feed-info-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  max-width: calc(100% - 70px);
  margin-bottom: 10px;
  padding: 4px 10px;
  border: 1px solid color-mix(in srgb, var(--feed-info-accent, var(--feed-about-yellow)) 32%, transparent);
  border-radius: 20px;
  background: color-mix(in srgb, var(--feed-info-accent, var(--feed-about-yellow)) 10%, transparent);
  color: var(--feed-info-accent, var(--feed-about-yellow));
  font-family: "Space Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.feed-info-headline {
  max-width: 100%;
  margin-bottom: 8px;
  font-family: "Bebas Neue", Impact, Arial, Helvetica, sans-serif;
  font-size: 68px;
  line-height: .95;
  letter-spacing: 1px;
  white-space: pre-line;
  overflow-wrap: anywhere;
  color: var(--feed-about-white);
}

.feed-info-sub {
  max-width: 100%;
  color: #9a9a9a;
  font-size: 26px;
  line-height: 1.6;
}

.feed-info-price {
  margin-top: 16px;
  font-family: "Bebas Neue", Impact, Arial, Helvetica, sans-serif;
  font-size: 80px;
  line-height: 1;
  color: var(--feed-info-accent, var(--feed-about-white));
}

.feed-info-period {
  margin-top: 4px;
  color: #666;
  font-family: "Space Mono", monospace;
  font-size: 18px;
}

.feed-info-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 18px;
}

.feed-info-pill {
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  background: rgba(0, 0, 0, .25);
  color: #ddd;
  font-family: "Space Mono", monospace;
  font-size: 18px;
  line-height: 1.35;
}

.feed-info-cta {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 14px;
  background: var(--feed-about-yellow);
  color: #0a0a0a;
  font-family: "Bebas Neue", Impact, Arial, Helvetica, sans-serif;
  font-size: 32px;
  letter-spacing: 3px;
}

.feed-info-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
}

.feed-info-arrow {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid #2a2a2a;
  border-radius: 50%;
  background: #0a0a0a;
  color: #aaa;
  cursor: pointer;
}

.feed-info-arrow:disabled {
  cursor: default;
  opacity: .35;
}

.feed-info-dots {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.feed-info-dot-button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #2a2a2a;
  cursor: pointer;
}

.feed-info-dot-button.is-active {
  width: 22px;
  background: var(--feed-info-accent, var(--feed-about-yellow));
}

.feed-info-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.feed-info-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 14px;
  background: rgba(0, 0, 0, .18);
}

.feed-info-list-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
}

.feed-info-list-main {
  flex: 1;
  min-width: 0;
  color: #ddd;
  font-size: 26px;
  font-weight: 600;
}

.feed-info-list-sub {
  margin-top: 3px;
  color: #777;
  font-size: 22px;
  line-height: 1.5;
}

.feed-info-list-value {
  flex: 0 0 auto;
  font-family: "Bebas Neue", Impact, Arial, Helvetica, sans-serif;
  font-size: 52px;
  color: var(--feed-info-row-color, var(--feed-info-accent, var(--feed-about-yellow)));
}

.feed-info-callout {
  margin: 16px 0 12px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 92, 0, .2);
  border-radius: 14px;
  background: rgba(255, 92, 0, .08);
}

.feed-info-callout-label {
  margin-bottom: 6px;
  color: #FF5C00;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.feed-info-callout-text {
  color: #bbb;
  font-size: 26px;
  line-height: 1.6;
}

.feed-info-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0 12px;
}

.feed-info-metric {
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--feed-info-row-color, var(--feed-info-accent, var(--feed-about-yellow))) 20%, transparent);
  border-radius: 14px;
  background: rgba(0, 0, 0, .35);
  text-align: center;
}

.feed-info-metric-value {
  color: var(--feed-info-row-color, var(--feed-info-accent, var(--feed-about-yellow)));
  font-family: "Bebas Neue", Impact, Arial, Helvetica, sans-serif;
  font-size: 52px;
  line-height: 1;
}

.feed-info-metric-label {
  margin-top: 4px;
  color: #555;
  font-family: "Space Mono", monospace;
  font-size: 16px;
}

.feed-info-bullets {
  padding: 12px 16px;
  border: 1px solid rgba(255, 210, 0, .18);
  border-radius: 14px;
  background: rgba(255, 210, 0, .05);
}

.feed-info-bullet {
  color: #999;
  font-size: 24px;
  line-height: 1.9;
}

@media (max-width: 380px) {
  .feed-info-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .feed-info-carousel {
    margin-left: 12px;
    margin-right: 12px;
  }

  .feed-info-intro {
    margin-left: 12px;
    margin-right: 12px;
    padding: 16px 18px;
  }

  .feed-info-card {
    padding: 18px;
  }

  .feed-info-headline {
    font-size: 62px;
  }

  .feed-info-price {
    font-size: 72px;
  }
}
