/* Happy Yumi — growth: SEO UI, consent, ads, newsletter */

.hy-breadcrumbs {
  padding: 12px 0 0;
  font-size: 13px;
}

.hy-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: rgba(28, 27, 25, 0.55);
}

.hy-breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  opacity: 0.45;
}

.hy-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.hy-breadcrumbs a:hover {
  color: var(--color-accent);
}

.hy-ad {
  margin: 28px 0;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hy-ad__inner {
  width: 100%;
  min-height: 90px;
  border-radius: 16px;
  border: 1px dashed rgba(74, 93, 78, 0.18);
  background: rgba(250, 247, 242, 0.65);
}

.hy-ad:empty,
.hy-ad__inner:empty {
  display: none;
}

.hy-newsletter {
  position: relative;
  margin: 0;
  padding: clamp(56px, 8vw, 88px) clamp(20px, 4vw, 48px);
  background: var(--color-paper, #f7f3ec);
  border-top: 1px solid rgba(74, 93, 78, 0.1);
}

.hy-newsletter__inner {
  max-width: var(--grid-max, 1200px);
  margin: 0 auto;
  padding: clamp(36px, 5vw, 52px) clamp(24px, 4vw, 48px);
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(74, 93, 78, 0.12);
  box-shadow: 0 24px 64px rgba(28, 27, 25, 0.06);
  text-align: center;
  color: var(--color-ink, #141310);
}

.hy-newsletter__eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-olive, #4a5d4e);
}

.hy-newsletter__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-ink, #141310);
}

.hy-newsletter__lead {
  margin: 14px auto 0;
  max-width: 42ch;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.6;
  color: rgba(28, 27, 25, 0.78);
}

.hy-newsletter__form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
}

.hy-newsletter__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.hy-newsletter__feedback {
  min-height: 1.4em;
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--color-success, #3e6f46);
}

.hy-newsletter-confirm {
  max-width: 720px;
  margin: 0 auto;
  padding: 14px 18px;
  background: rgba(62, 111, 70, 0.12);
  border-bottom: 1px solid rgba(62, 111, 70, 0.25);
  text-align: center;
  font-size: 0.95rem;
  color: var(--color-olive, #4a5d4e);
}

.hy-newsletter-confirm p {
  margin: 0;
}

.hy-newsletter__form input[type="email"] {
  min-width: min(100%, 280px);
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(74, 93, 78, 0.22);
  background: var(--color-paper, #f7f3ec);
  color: var(--color-ink, #141310);
}

.hy-newsletter__form input[type="email"]::placeholder {
  color: rgba(28, 27, 25, 0.45);
}

.hy-newsletter__form button {
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  background: var(--color-accent, #e8612d);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hy-newsletter__form button:hover {
  background: var(--color-terracotta-deep, #9e4520);
  transform: translateY(-1px);
}

.hy-newsletter__legal {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(28, 27, 25, 0.65);
}

.hy-newsletter__legal a {
  color: var(--color-olive, #4a5d4e);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hy-newsletter__legal a:hover {
  color: var(--color-accent, #e8612d);
}

.hy-consent {
  position: fixed;
  inset: auto 16px 16px 16px;
  z-index: 9999;
  display: flex;
  justify-content: center;
}

.hy-consent[hidden] {
  display: none !important;
}

.hy-consent__panel {
  width: min(100%, 520px);
  padding: 22px;
  border-radius: 20px;
  background: rgba(250, 247, 242, 0.96);
  border: 1px solid rgba(74, 93, 78, 0.14);
  box-shadow: 0 20px 60px rgba(28, 27, 25, 0.18);
  backdrop-filter: blur(12px);
}

.hy-consent__title {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.hy-consent__body {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(28, 27, 25, 0.72);
}

.hy-consent__prefs {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  font-size: 14px;
}

.hy-consent__check {
  display: flex;
  gap: 8px;
  align-items: center;
}

.hy-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.hy-consent__btn {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: #fff;
  font-weight: 600;
  cursor: pointer;
}

.hy-consent__btn--primary {
  background: var(--color-olive);
  border-color: var(--color-olive);
  color: #fff;
}

.hy-consent__legal {
  margin: 12px 0 0;
  font-size: 12px;
}

@media (min-width: 768px) {
  .hy-consent {
    inset: auto 24px 24px auto;
    justify-content: flex-end;
  }
}
