.wp-block-ionso-hero-drops {
  position: relative;
  overflow: hidden;
  background: #050505;
  color: #ffffff;
  padding: clamp(4rem, 8vw, 6rem) clamp(2rem, 6vw, 4rem);
}

.wp-block-ionso-hero-drops.alignfull,
.wp-block-ionso-hero-drops.alignwide {
  width: 100%;
}

.wp-block-ionso-hero-drops .wp-block-group__inner-container {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.wp-block-ionso-hero-drops .wp-block-columns {
  gap: clamp(2rem, 5vw, 4rem);
  align-items: stretch;
}

.wp-block-ionso-hero-drops .wp-block-column:first-child {
  max-width: 520px;
}

.nostalg-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.75rem;
}

.nostalg-hero-title {
  font-size: clamp(2.6rem, 5vw, 4.25rem);
  line-height: 1.05;
  margin-bottom: 1rem;
}

.wp-block-ionso-hero-drops p {
  color: rgba(255, 255, 255, 0.82);
}

.nostalg-feature-list {
  list-style: none;
  margin: 1.5rem 0 2rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.nostalg-feature-list li {
  position: relative;
  padding-left: 1.75rem;
}

.nostalg-feature-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.85rem;
  transform: translateY(0.15rem);
  color: var(--nostalg-primary, #d4af37);
}

.nostalg-hero-drops {
  margin: clamp(1.8rem, 4vw, 2.8rem) 0;
  display: grid;
  gap: 1.25rem;
}

.nostalg-hero-drops__label {
  font-size: 0.75rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.58);
}

.nostalg-hero-drops__primary {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border-radius: 18px;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

.nostalg-hero-drops__primary-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
}

.nostalg-hero-drops__primary-media {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nostalg-hero-drops__primary-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nostalg-hero-drops__primary-meta {
  display: grid;
  gap: 0.45rem;
}

.nostalg-hero-drops__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nostalg-hero-drops__primary-title {
  font-size: clamp(1.1rem, 2.8vw, 1.45rem);
  font-weight: 700;
  line-height: 1.25;
}

.nostalg-hero-drops__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.nostalg-hero-drops__list-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.25s ease;
}

.nostalg-hero-drops__list-link:hover {
  color: #ffffff;
}

.nostalg-hero-drops__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nostalg-primary, #d4af37);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.45);
}

.nostalg-hero-drops__list-title {
  font-size: 0.95rem;
}

.wp-block-ionso-hero-drops .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.2rem;
  margin-top: 2rem;
}

.wp-block-ionso-hero-drops .wp-element-button {
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wp-block-ionso-hero-drops .wp-element-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.wp-block-ionso-hero-drops .is-style-outline .wp-block-button__link {
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: transparent;
  color: inherit;
}

.nostalg-hero-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: clamp(1.2rem, 3vw, 1.8rem);
}

.nostalg-hero-gallery figure {
  margin: 0;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 4vw, 2.6rem);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.32);
}

.nostalg-hero-gallery figure:nth-child(odd) {
  transform: translateY(12px);
}

.nostalg-hero-gallery img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nostalg-hero-gallery__placeholder {
  padding: 2rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1024px) {
  .wp-block-ionso-hero-drops {
    padding: clamp(3rem, 10vw, 4rem) clamp(1.5rem, 6vw, 2.5rem);
  }
  .wp-block-ionso-hero-drops .wp-block-columns {
    flex-direction: column;
  }
  .nostalg-hero-gallery {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}

@media (max-width: 640px) {
  .nostalg-hero-gallery {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
