/* HappyYumi v6 — Home Editorial Premium */

body.hy-is-home {
  background: var(--color-paper, #f7f3ec);
  overflow-x: clip;
  overscroll-behavior-y: none;
}

.hy-home {
  --hy-ink: var(--color-ink, #141310);
  --hy-paper: var(--color-paper, #f7f3ec);
  --hy-paper-deep: var(--color-paper-deep, #ebe4d8);
  --hy-terracotta: var(--color-terracotta, #c45e2c);
  --hy-terracotta-deep: var(--color-terracotta-deep, #9e4520);
  --hy-sage: var(--color-sage, #3d5c42);
  --hy-gold: var(--color-gold, #c9a227);
  --hy-glass: rgba(255, 252, 247, 0.72);
  --hy-glass-border: rgba(20, 19, 16, 0.06);
  --hy-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --hy-ease-spring: cubic-bezier(0.34, 1.45, 0.64, 1);
  --hy-hero-min: max(100vh, 720px);
  overflow-x: clip;
}

/* ── Hero v5 ── */
.hy-hero-v5 {
  position: relative;
  min-height: var(--hy-hero-min);
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--header-h) + 72px) 0 120px;
  isolation: isolate;
}

.hy-hero-v5__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 55% at 8% 0%, rgba(196, 94, 44, 0.09), transparent 58%),
    radial-gradient(ellipse 60% 45% at 92% 85%, rgba(61, 92, 66, 0.07), transparent 52%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(201, 162, 39, 0.05), transparent 50%),
    linear-gradient(168deg, var(--hy-paper) 0%, var(--hy-paper-deep) 100%);
}

.hy-hero-v5__ambient::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 40%, transparent 30%, rgba(20, 19, 16, 0.04) 100%);
  pointer-events: none;
}

/* ── Ticker ── */
.hy-ticker {
  overflow: hidden;
  border-block: 1px solid var(--hy-glass-border);
  background: var(--hy-ink);
  color: rgba(245, 241, 234, 0.85);
  padding: 14px 0;
}

.hy-ticker__track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: hy-ticker 32s linear infinite;
}

.hy-ticker:hover .hy-ticker__track {
  animation-play-state: paused;
}

.hy-ticker__item {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hy-ticker__item::after {
  content: "◆";
  margin-left: 48px;
  font-size: 8px;
  opacity: 0.4;
  vertical-align: middle;
}

@keyframes hy-ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ── Hero cover — editorial split: copy left, map centre, chef right ── */
.hy-hero-v5--cover {
  --hy-cover-h: max(calc(100dvh - var(--header-h)), 560px);
  --hy-chef-h: clamp(448px, 77.682vh, 777px);
  --hy-visual-shift-y: 28px;
  /* The chef image is mirrored; its plate points naturally toward the map. */
  --hy-chef-offset-right: calc(var(--hy-chef-h) * -0.8);
  /* Plate centre after mirroring the 1800×815 chef artwork. */
  --hy-map-cx: calc(100% - var(--hy-chef-h) * 1.0773);
  --hy-map-bottom: calc(var(--hy-chef-h) * 0.43 - 72px);
  --hy-map-w: min(53.24vw, 825px, calc((var(--hy-cover-h) - var(--hy-chef-h) * 0.43 - 38px) * 1.9965));
  min-height: var(--hy-cover-h);
  height: var(--hy-cover-h);
  padding: var(--header-h) 0 0;
  justify-content: flex-start;
  overflow: hidden;
  background-color: #faf6ee;
  background-image:
    radial-gradient(58% 78% at 78% 26%, rgba(201, 162, 39, 0.055), transparent 72%),
    radial-gradient(46% 60% at 10% 88%, rgba(196, 94, 44, 0.045), transparent 70%),
    linear-gradient(180deg, #faf6ee 0%, #f7f2e8 100%);
}

.hy-hero-v5--cover .hy-hero-v5__scroll,
.hy-hero-v5--cover .hy-hero-v5__ambient {
  display: none;
}

.hy-hero-v5__cover {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
}

.hy-hero-v5__cover-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  line-height: 0;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.hy-hero-v5__cover-frame--split {
  position: relative;
  overflow: hidden;
}

.hy-hero-v5__cover-visual {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

/* Same chef, mirrored and anchored right so the plate points to the map. */
.hy-hero-v5__cover-chef {
  position: absolute;
  left: auto;
  right: var(--hy-chef-offset-right);
  bottom: calc(0px - var(--hy-visual-shift-y));
  display: block;
  height: var(--hy-chef-h);
  line-height: 0;
}

.hy-hero-v5__cover-chef .hy-hero-v5__cover-img {
  display: block;
  height: 100%;
  width: auto;
  transform: scaleX(-1);
  will-change: transform;
}

.hy-hero-v5__cover-scrim {
  display: none;
}

.hy-hero-v5--cover .hy-hero-v5__grid {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: none;
  margin: 0;
  padding: clamp(28px, 6vh, 64px) clamp(28px, 5.5vw, 84px);
  pointer-events: none;
}

.hy-hero-v5--cover .hy-hero-v5__copy {
  pointer-events: auto;
  max-width: min(30rem, 32%);
  margin: 0;
  text-align: left;
}

.hy-hero-v5--cover .hy-hero-v5__lead {
  margin-left: 0;
  margin-right: 0;
}

.hy-hero-v5--cover .hy-hero-v5__actions {
  justify-content: flex-start;
}

.hy-hero-v5--cover .hy-hero-v5__actions .hy-btn {
  height: 58px;
  padding: 0 34px;
  font-size: 15px;
}

.hy-hero-v5__cover-emblem {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: block;
  width: clamp(150px, 17vw, 230px);
  height: auto;
  line-height: 0;
  pointer-events: none;
  background: none;
  opacity: 0.2;
  transform: translate(10%, 3%);
  transform-origin: bottom right;
}

.hy-hero-v5__cover-emblem-img {
  display: block;
  width: 100%;
  height: auto;
  background: none;
  border: 0;
  box-shadow: none;
}

.hy-hero-v5--cover .hy-hero-v5__eyebrow {
  margin: 0 0 clamp(20px, 3vh, 30px);
  font-size: clamp(0.78rem, 0.95vw, 0.9rem);
  letter-spacing: 0.18em;
  color: rgba(42, 51, 44, 0.55);
}

.hy-hero-v5--cover .hy-hero-v5__eyebrow::before {
  width: 28px;
  background: linear-gradient(90deg, var(--hy-terracotta), transparent);
}

.hy-hero-v5--cover .hy-hero-v5__title {
  font-size: clamp(3rem, 6.2vw, 5.4rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--hy-ink);
}

.hy-hero-v5--cover .hy-hero-v5__title em {
  color: var(--hy-terracotta);
  font-variation-settings: "SOFT" 100, "WONK" 1;
}

.hy-hero-v5--cover .hy-hero-v5__lead {
  margin-top: clamp(26px, 3.5vh, 36px);
  max-width: 30rem;
  font-size: clamp(1.12rem, 1.45vw, 1.32rem);
  line-height: 1.75;
  color: var(--hy-text-muted);
}

.hy-hero-v5--cover .hy-hero-v5__actions {
  margin-top: clamp(36px, 5vh, 52px);
  gap: 16px;
}

.hy-hero-v5--cover .hy-btn--ghost {
  color: var(--hy-text);
  border: 1px solid rgba(20, 19, 16, 0.12);
  background: rgba(255, 255, 255, 0.65);
}

.hy-hero-v5--cover .hy-btn--ghost::before {
  background: rgba(255, 255, 255, 0.4);
}

/* Paper grain — barely-there editorial texture. */
.hy-hero-v5__cover-frame--split::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hy-hero-v5__flavor-scene {
  position: absolute;
  left: var(--hy-map-cx);
  bottom: calc(var(--hy-map-bottom) - var(--hy-visual-shift-y));
  z-index: 6;
  width: var(--hy-map-w);
  aspect-ratio: 512 / 318;
  height: auto;
  /* Africa sits at 51.76% of the artwork: align it to the plate centre. */
  transform: translateX(-51.76%);
  transform-origin: 50% 100%;
  pointer-events: none;
  overflow: visible;
  /* No filter here: an ancestor filter would isolate blending and break
     the multiply effect on the artwork. */
}

/* Atmospheric halo behind the illustration. */
.hy-hero-v5__flavor-scene::before {
  content: "";
  position: absolute;
  inset: -8% -6%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
    closest-side,
    rgba(232, 196, 90, 0.12),
    rgba(232, 196, 90, 0.05) 55%,
    transparent 78%
  );
}

/* ── Flavor constellation map (atlas artwork + interactive overlay) ── */
.hy-flavor-map {
  position: relative;
  width: 100%;
  height: auto;
  pointer-events: auto;
  touch-action: pan-y;
}

/* Transparent artwork: no blending or mask, so it cannot cover nearby copy. */
.hy-flavor-map__art {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.86;
  filter: contrast(0.9) saturate(0.85);
}

.hy-flavor-map__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hy-flavor-map__shimmer {
  pointer-events: none;
  animation: hy-flavor-shimmer 4.2s ease-in-out infinite;
}

.hy-flavor-map__node {
  cursor: pointer;
  outline: none;
}

.hy-flavor-map__pulse {
  fill: rgba(201, 162, 39, 0.14);
  stroke: none;
  transform-box: fill-box;
  transform-origin: center;
}

.hy-flavor-map__node--breathe:not(.hy-flavor-map--reduced) .hy-flavor-map__pulse {
  animation: hy-flavor-breathe 3.4s ease-in-out infinite;
}

.hy-flavor-map__dot {
  fill: #c9a227;
  stroke: rgba(255, 250, 235, 0.96);
  stroke-width: 1.5;
  filter: url(#hy-flavor-glow);
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), fill 0.28s ease;
}

.hy-flavor-map__thumbnail {
  pointer-events: none;
  transform-box: fill-box;
  transform-origin: center;
  filter: saturate(0.84) contrast(0.94);
  transition:
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.28s ease;
}

.hy-flavor-map__status {
  fill: #d9743d;
  stroke: #fffaf0;
  stroke-width: 1;
  pointer-events: none;
}

.hy-flavor-map__node:hover .hy-flavor-map__thumbnail,
.hy-flavor-map__node:focus-visible .hy-flavor-map__thumbnail,
.hy-flavor-map__node.is-active .hy-flavor-map__thumbnail {
  transform: scale(1.08);
  filter: saturate(1) contrast(1);
}

.hy-flavor-map__node:hover .hy-flavor-map__dot,
.hy-flavor-map__node:focus-visible .hy-flavor-map__dot,
.hy-flavor-map__node.is-active .hy-flavor-map__dot {
  transform: scale(1.12);
  fill: #e8b84a;
}

.hy-flavor-map__node:hover .hy-flavor-map__pulse,
.hy-flavor-map__node:focus-visible .hy-flavor-map__pulse,
.hy-flavor-map__node.is-active .hy-flavor-map__pulse {
  fill: rgba(201, 162, 39, 0.28);
}

.hy-flavor-map__node:focus-visible {
  outline: none;
}

.hy-flavor-map__node:focus-visible .hy-flavor-map__dot {
  stroke: #c45e2c;
  stroke-width: 1.6;
}

@keyframes hy-flavor-shimmer {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

@keyframes hy-flavor-breathe {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.92);
  }
  50% {
    opacity: 0.95;
    transform: scale(1.08);
  }
}

.hy-flavor-map__tooltip {
  position: absolute;
  z-index: 3;
  min-width: 7.5rem;
  max-width: 11rem;
  padding: 0.45rem 0.65rem;
  border-radius: 10px;
  background: rgba(255, 252, 247, 0.84);
  border: 1px solid rgba(201, 162, 39, 0.28);
  box-shadow: 0 8px 22px rgba(50, 39, 23, 0.13);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  pointer-events: none;
  transform: translate(-50%, -100%);
  text-align: center;
  line-height: 1.25;
}

.hy-flavor-map__tooltip[data-visible] {
  animation: hy-flavor-tip-in 0.22s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes hy-flavor-tip-in {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-100% + 6px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -100%);
  }
}

.hy-flavor-map__tooltip-region {
  display: block;
  font-family: var(--font-display, Georgia, serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--hy-ink, #2a332c);
}

.hy-flavor-map__tooltip-ingredient {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9e7a2f;
}

@media (prefers-reduced-motion: reduce) {
  .hy-flavor-map__dot,
  .hy-flavor-map__pulse,
  .hy-flavor-map__thumbnail,
  .hy-flavor-map__shimmer,
  .hy-flavor-map__tooltip[data-visible] {
    animation: none !important;
    transition: none;
  }
}

@media (max-width: 1180px) {
  .hy-hero-v5--cover {
    --hy-chef-h: clamp(400px, 70.62vh, 659px);
    --hy-map-w: min(53.24vw, 666px, calc((var(--hy-cover-h) - var(--hy-chef-h) * 0.43 - 38px) * 1.9965));
  }

  .hy-hero-v5--cover .hy-hero-v5__copy {
    max-width: min(26rem, 32%);
  }
}

@media (max-width: 900px) {
  .hy-hero-v5--cover {
    --hy-cover-h: auto;
    --hy-chef-h: clamp(170px, 44vw, 230px);
    --hy-visual-shift-y: 0px;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .hy-hero-v5__cover,
  .hy-hero-v5__cover-frame,
  .hy-hero-v5__cover-frame--split {
    height: auto;
    min-height: 0;
  }

  .hy-hero-v5__cover-frame--split {
    display: flex;
    flex-direction: column;
  }

  .hy-hero-v5__cover-emblem {
    order: 3;
  }

  /* Stack: copy first, then visual — no absolute overlay on mobile. */
  .hy-hero-v5--cover .hy-hero-v5__grid {
    position: relative;
    inset: auto;
    z-index: 5;
    order: 1;
    display: block;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    padding: clamp(12px, 2.5vh, 20px) clamp(16px, 4vw, 24px) 8px;
  }

  .hy-hero-v5--cover .hy-hero-v5__copy {
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hy-hero-v5--cover .hy-hero-v5__eyebrow {
    margin: 0 0 10px;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .hy-hero-v5--cover .hy-hero-v5__title {
    font-size: clamp(1.75rem, 7.2vw, 2.35rem);
    line-height: 1.08;
  }

  .hy-hero-v5--cover .hy-hero-v5__lead {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 34rem;
    font-size: clamp(0.9rem, 3.6vw, 1.02rem);
    line-height: 1.55;
  }

  .hy-hero-v5--cover .hy-hero-v5__actions {
    margin-top: 16px;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .hy-hero-v5--cover .hy-hero-v5__actions .hy-btn {
    height: 44px;
    padding: 0 18px;
    font-size: 13px;
  }

  .hy-hero-v5__cover-visual {
    position: relative;
    inset: auto;
    z-index: 2;
    order: 2;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: clamp(12px, 4vw, 24px);
    width: 100%;
    height: auto;
    min-height: clamp(180px, 46vw, 240px);
    margin-top: 8px;
    padding: 0 12px 10px;
    overflow: hidden;
  }

  /* Map and chef side by side — no absolute overlap. */
  .hy-hero-v5__flavor-scene {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 1;
    order: 1;
    flex: 0 1 auto;
    width: min(44vw, 190px);
    max-width: 48%;
    aspect-ratio: 512 / 318;
    height: auto;
    transform: none;
    transform-origin: center bottom;
    pointer-events: auto;
  }

  .hy-hero-v5__flavor-scene::before {
    inset: -6% -4%;
  }

  .hy-hero-v5__cover-chef {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    order: 2;
    flex: 0 1 auto;
    display: block;
    width: min(42vw, 180px);
    max-width: 46%;
    height: clamp(170px, 44vw, 230px);
    overflow: hidden;
    line-height: 0;
  }

  .hy-hero-v5__cover-chef .hy-hero-v5__cover-img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
    /* After mirror, keep the chef figure (not empty plate stretch) in frame. */
    transform: scaleX(-1);
    object-fit: cover;
    object-position: 28% center;
    will-change: auto;
  }

  .hy-hero-v5--cover .hy-hero-v5__cover-emblem {
    width: clamp(72px, 16vw, 110px);
    opacity: 0.14;
    transform: translate(4%, 2%);
  }

  /* Cover hero: texto visible sin depender de animación JS en móvil. */
  .hy-hero-v5--cover .hy-hero-v5__title .hy-w,
  .hy-hero-v5--cover .hy-hero-v5__lead,
  .hy-hero-v5--cover .hy-hero-v5__actions {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

@media (max-width: 520px) {
  .hy-hero-v5--cover {
    --hy-chef-h: clamp(160px, 42vw, 210px);
  }

  .hy-hero-v5__cover-visual {
    gap: 10px;
    min-height: 170px;
    padding: 0 10px 8px;
  }

  .hy-hero-v5__flavor-scene {
    width: min(46vw, 168px);
  }

  .hy-hero-v5__cover-chef {
    width: min(44vw, 160px);
    height: clamp(160px, 42vw, 210px);
  }

  .hy-hero-v5__cover-chef .hy-hero-v5__cover-img {
    will-change: auto;
  }

  .hy-hero-v5--cover .hy-hero-v5__grid {
    padding: 10px 14px 4px;
  }

  .hy-hero-v5--cover .hy-hero-v5__title {
    font-size: clamp(1.6rem, 7.5vw, 2rem);
  }

  .hy-hero-v5--cover .hy-hero-v5__lead {
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .hy-hero-v5--cover .hy-hero-v5__actions {
    margin-top: 14px;
    gap: 8px;
  }

  .hy-hero-v5--cover .hy-hero-v5__actions .hy-btn {
    height: 42px;
    padding: 0 14px;
    font-size: 12.5px;
    flex: 1 1 auto;
    min-width: 0;
  }
}

.hy-hero-v5--cover .hy-caption {
  color: rgba(245, 241, 234, 0.62);
}

.hy-hero-v5--cover .hy-hero-v5__scroll {
  color: rgba(245, 241, 234, 0.72);
}

.hy-hero-v5--cover .hy-hero-v5__scroll-line {
  background: linear-gradient(to bottom, rgba(245, 241, 234, 0.75), transparent);
}

.hy-hero-v5__grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(48px, 8vw, 96px);
  align-items: center;
  width: 100%;
  max-width: var(--grid-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

@media (min-width: 1024px) {
  .hy-hero-v5__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(32px, 5vw, 80px);
  }
}

.hy-hero-v5__copy {
  max-width: 38rem;
}

.hy-hero-v5__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hy-sage);
}

.hy-hero-v5__eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, var(--hy-terracotta), transparent);
}

.hy-hero-v5__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 6.8vw, 5.25rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-variation-settings: "SOFT" 88, "WONK" 0;
  color: var(--hy-ink);
}

.hy-hero-v5__title .hy-w {
  display: inline-block;
  margin-right: 0.22em;
  opacity: 0;
  transform: translateY(1.1em);
  will-change: transform, opacity;
}

.hy-hero-v5.is-ready .hy-hero-v5__title .hy-w {
  animation: hy-word-rise var(--dur-hero) var(--hy-ease-out) forwards;
}

.hy-hero-v5__title .hy-w:nth-child(1) { animation-delay: 0.04s; }
.hy-hero-v5__title .hy-w:nth-child(2) { animation-delay: 0.1s; }
.hy-hero-v5__title .hy-w:nth-child(3) { animation-delay: 0.16s; }
.hy-hero-v5__title .hy-w:nth-child(4) { animation-delay: 0.22s; }
.hy-hero-v5__title .hy-w:nth-child(5) { animation-delay: 0.28s; }
.hy-hero-v5__title .hy-w:nth-child(6) { animation-delay: 0.34s; }

@keyframes hy-word-rise {
  to { opacity: 1; transform: translateY(0); }
}

.hy-hero-v5__title em {
  font-style: normal;
  color: var(--hy-terracotta);
  font-variation-settings: "SOFT" 100, "WONK" 1;
}

.hy-hero-v5__lead {
  margin: 32px 0 0;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.75;
  color: var(--color-text-muted, #5c5852);
  max-width: 32rem;
  opacity: 0;
  transform: translateY(15px);
}

.hy-hero-v5.is-ready .hy-hero-v5__lead {
  animation: hy-fade-up var(--dur-enter) var(--hy-ease-out) 0.45s forwards;
}

@keyframes hy-fade-up {
  to { opacity: 1; transform: translateY(0); }
}

.hy-hero-v5__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 44px;
  opacity: 0;
  transform: translateY(16px);
}

.hy-hero-v5.is-ready .hy-hero-v5__actions {
  animation: hy-fade-up var(--dur-enter) var(--hy-ease-out) 0.58s forwards;
}

/* Soft language switch — show copy immediately (no entrance replay). */
.hy-hero-v5.hy-lang-revealed .hy-hero-v5__title .hy-w,
.hy-hero-v5.hy-lang-revealed .hy-hero-v5__lead,
.hy-hero-v5.hy-lang-revealed .hy-hero-v5__actions,
.hy-hero-v5.hy-lang-revealed .hy-hero-v5__scroll {
  opacity: 1;
  transform: none;
  animation: none;
}

.hy-home.hy-lang-revealed [data-reveal-section] .hy-manifesto__quote,
.hy-home.hy-lang-revealed [data-reveal-section] .hy-manifesto__body,
.hy-home.hy-lang-revealed [data-reveal-section] .hy-stat,
.hy-home.hy-lang-revealed .hy-catalog-v5__head,
.hy-home.hy-lang-revealed .hy-catalog-v5__grid {
  opacity: 1;
  transform: none;
}

.hy-home.hy-lang-revealed .hy-card-v5 {
  opacity: 1;
  transform: none;
  visibility: visible;
  pointer-events: auto;
  position: relative;
}

/* Premium buttons v5 */
.hy-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 28px;
  height: 52px;
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: none;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  transition: transform var(--dur-hover) var(--hy-ease-out), box-shadow var(--dur-hover);
  will-change: transform;
}

.hy-btn span { position: relative; z-index: 2; }

.hy-btn--primary {
  background: var(--hy-terracotta);
  color: #fff;
  box-shadow: var(--elevation-2, 0 8px 28px rgba(158, 69, 32, 0.22));
}

.hy-btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hy-terracotta-deep);
  border-radius: inherit;
  transform: scale(0);
  transition: transform var(--dur-card) var(--hy-ease-out);
  z-index: 1;
}

.hy-btn--primary:hover::before,
.hy-btn--primary:focus-visible::before { transform: scale(1); }

.hy-btn--ghost {
  background: transparent;
  color: var(--hy-ink);
  border: 1px solid var(--hy-glass-border);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.hy-btn--ghost::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.55);
  border-radius: inherit;
  transform: scale(0);
  transition: transform var(--dur-card) var(--hy-ease-out);
  z-index: 0;
}

.hy-btn--ghost:hover::before,
.hy-btn--ghost:focus-visible::before { transform: scale(1); }

.hy-btn:hover { transform: translateY(-2px); }
.hy-btn:active { transform: translateY(0); }

.hy-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--hy-ink);
  text-decoration: none;
}

.hy-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--dur-hover) var(--hy-ease-out);
}

.hy-link:hover::after,
.hy-link:focus-visible::after { transform: scaleX(1); }

.hy-hero-v5__glow {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 94, 44, 0.14) 0%, transparent 70%);
  filter: blur(32px);
  pointer-events: none;
  z-index: 0;
  animation: hy-glow-pulse 8s ease-in-out infinite;
}

.hy-hero-v5__stage.is-3d .hy-hero-v5__glow {
  opacity: 0.5;
}

@keyframes hy-glow-pulse {
  0%, 100% { opacity: 0.5; transform: scale(0.96); }
  50% { opacity: 0.85; transform: scale(1.04); }
}

.hy-hero-v5__canvas {
  display: none;
}

.hy-hero-v5__shadow {
  position: absolute;
  bottom: 2%;
  left: 50%;
  width: 50%;
  height: 10%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(20, 19, 16, 0.2) 0%, transparent 72%);
  filter: blur(14px);
  z-index: 2;
  pointer-events: none;
}

.hy-hero-v5__ring {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  border: 1px solid rgba(20, 19, 16, 0.07);
  pointer-events: none;
  z-index: 4;
}

.hy-hero-v5__stage.is-static .hy-hero-v5__photo { opacity: 1; }
.hy-hero-v5__stage.is-static .hy-hero-v5__canvas { display: none; }

.hy-hero-v5__scroll {
  position: absolute;
  bottom: clamp(24px, 4vh, 48px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 4;
  opacity: 0;
}

.hy-hero-v5.is-ready .hy-hero-v5__scroll {
  animation: hy-fade-up var(--dur-enter) var(--hy-ease-out) 0.9s forwards;
}

.hy-hero-v5__scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--hy-terracotta), transparent);
  transform-origin: top;
  animation: hy-scroll-pulse 2.4s var(--hy-ease-out) infinite;
}

@keyframes hy-scroll-pulse {
  0%, 100% { transform: scaleY(0.3); opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}

/* ── Manifesto ── */
.hy-manifesto {
  padding: clamp(100px, 14vw, 160px) 0;
  border-top: 1px solid var(--hy-glass-border);
  background: var(--color-surface, #fff);
  position: relative;
  overflow: hidden;
}

.hy-manifesto::before {
  content: "\201C";
  position: absolute;
  top: clamp(40px, 8vw, 80px);
  left: clamp(12px, 4vw, 48px);
  font-family: var(--font-display);
  font-size: clamp(8rem, 20vw, 14rem);
  line-height: 1;
  color: var(--hy-terracotta);
  opacity: 0.07;
  pointer-events: none;
  font-variation-settings: "SOFT" 100, "WONK" 1;
}

.hy-manifesto__inner {
  max-width: var(--grid-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  gap: 48px;
}

@media (min-width: 900px) {
  .hy-manifesto__inner {
    grid-template-columns: 0.35fr 0.65fr;
    gap: clamp(48px, 8vw, 120px);
    align-items: start;
  }
}

.hy-manifesto__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hy-sage);
  margin: 0 0 16px;
}

.hy-manifesto__quote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-variation-settings: "SOFT" 90, "WONK" 0;
  color: var(--hy-ink);
}

.hy-manifesto__body {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--color-text-muted, #5c5852);
}

.hy-manifesto__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px clamp(24px, 5vw, 48px);
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--hy-glass-border);
}

.hy-stat {
  flex: 1 1 150px;
  min-width: min(100%, 150px);
  max-width: 100%;
}

.hy-stat__num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  color: var(--hy-terracotta);
  line-height: 1;
}

.hy-stat--text .hy-stat__num {
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.hy-stat__label {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.35;
  color: var(--color-text-muted, #5c5852);
  text-wrap: balance;
}

@media (min-width: 768px) {
  .hy-manifesto__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 40px);
  }

  .hy-stat {
    min-width: 0;
  }

  .hy-stat__label {
    font-size: 14px;
    line-height: 1.3;
  }
}

/* ── Cuisines editorial ── */
.hy-cuisine-v5 {
  padding: clamp(80px, 10vw, 120px) 0;
  background:
    radial-gradient(ellipse 120% 70% at 50% -10%, rgba(232, 97, 45, 0.05) 0%, transparent 58%),
    var(--hy-paper-deep);
  overflow: hidden;
}

.hy-cuisine-v5__head {
  max-width: var(--grid-max);
  margin: 0 auto 56px;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.hy-cuisine-v5__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.025em;
  font-variation-settings: "SOFT" 85, "WONK" 0;
}

.hy-cuisine-v5__carousel {
  position: relative;
  max-width: var(--grid-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.hy-cuisine-v5__viewport {
  position: relative;
  overflow: hidden;
  margin: 0 52px;
  mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
}

.hy-cuisine-v5__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-inline: 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 8px 8px;
  -webkit-overflow-scrolling: touch;
}

.hy-cuisine-v5__track::-webkit-scrollbar { display: none; }

.hy-cuisine-v5__track::after {
  content: "";
  flex: 0 0 8px;
}

.hy-cuisine-v5__card {
  flex: 0 0 calc(100% - 32px);
  scroll-snap-align: start;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 380px;
  padding: 24px;
  border-radius: var(--radius-xl, 24px);
  background: linear-gradient(165deg, var(--color-surface, #fff) 0%, color-mix(in srgb, var(--cuisine-accent, #c45e2c) 6%, #fff) 100%);
  border: 1px solid var(--hy-glass-border);
  box-shadow: var(--elevation-1, 0 4px 20px rgba(20, 19, 16, 0.05));
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  isolation: isolate;
  transition: transform var(--dur-card) var(--hy-ease-out), box-shadow var(--dur-card);
  will-change: transform;
}

.hy-cuisine-v5__content {
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.hy-cuisine-v5__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hy-cuisine-v5__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 -72px 56px rgba(10, 8, 6, 0.22);
}

.hy-cuisine-v5__media picture,
.hy-cuisine-v5__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.hy-cuisine-v5__media img {
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  filter: saturate(0.92) contrast(1.08) brightness(0.94) sepia(0.05);
  transition: transform 800ms var(--hy-ease-out), filter 800ms var(--hy-ease-out);
}

.hy-cuisine-v5__card--photo {
  color: #fff;
  padding: 18px 20px 16px;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 14px 40px rgba(20, 19, 16, 0.16),
    0 2px 8px rgba(20, 19, 16, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.hy-cuisine-v5__card--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 8, 6, 0.12) 0%, transparent 28%, transparent 68%, rgba(10, 8, 6, 0.52) 92%, rgba(10, 8, 6, 0.62) 100%),
    linear-gradient(145deg, color-mix(in srgb, var(--cuisine-accent, #c45e2c) 8%, transparent) 0%, transparent 48%);
}

.hy-cuisine-v5__card--photo .hy-cuisine-v5__content {
  padding: 0 6px 8px;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hy-cuisine-v5__card--photo .hy-cuisine-v5__ghost {
  color: #fff;
  opacity: 0.09;
  mix-blend-mode: soft-light;
}

.hy-cuisine-v5__card--photo .hy-cuisine-v5__index {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 0;
  border-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.hy-cuisine-v5__card--photo .hy-cuisine-v5__name {
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 2vw, 1.75rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-shadow:
    0 2px 16px rgba(0, 0, 0, 0.5),
    0 1px 3px rgba(0, 0, 0, 0.35);
}

.hy-cuisine-v5__card--photo .hy-cuisine-v5__meta {
  display: none;
}

.hy-cuisine-v5__card--photo:hover .hy-cuisine-v5__media img {
  transform: scale(1.08);
  filter: saturate(0.98) contrast(1.1) brightness(0.98) sepia(0.04);
}

.hy-cuisine-v5__card--photo:hover {
  box-shadow:
    0 26px 58px rgba(20, 19, 16, 0.24),
    0 4px 14px rgba(20, 19, 16, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.hy-cuisine-v5__card--photo:hover .hy-cuisine-v5__content {
  background: none;
  border-color: transparent;
}

.hy-cuisine-v5__ghost {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 1;
  font-family: var(--font-display);
  font-size: clamp(4rem, 10vw, 6rem);
  font-weight: 700;
  line-height: 1;
  color: var(--cuisine-accent, #c45e2c);
  opacity: 0.08;
  pointer-events: none;
  letter-spacing: -0.04em;
}

.hy-cuisine-v5__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(165deg, transparent 40%, rgba(196, 94, 44, 0.06) 100%);
  opacity: 0;
  transition: opacity var(--dur-card);
  pointer-events: none;
}

.hy-cuisine-v5__card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: var(--elevation-3, 0 20px 48px rgba(20, 19, 16, 0.1));
}

.hy-cuisine-v5__card:hover::before { opacity: 1; }

.hy-cuisine-v5__card--photo::before {
  background: linear-gradient(165deg, transparent 20%, color-mix(in srgb, var(--cuisine-accent, #c45e2c) 28%, rgba(20, 19, 16, 0.45)) 100%);
}

.hy-cuisine-v5__index {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--hy-terracotta);
  margin-bottom: 12px;
}

.hy-cuisine-v5__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.hy-cuisine-v5__meta {
  margin: 8px 0 0;
  font-size: 13px;
  color: var(--color-text-muted, #5c5852);
}

@media (min-width: 640px) {
  .hy-cuisine-v5__card {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}

@media (min-width: 1024px) {
  .hy-cuisine-v5__card {
    flex: 0 0 calc((100% - 48px) / 4);
    min-height: 400px;
  }
}

.hy-cuisine-v5__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--hy-glass-border);
  border-radius: 50%;
  background: var(--color-surface, #fff);
  color: var(--color-ink);
  box-shadow: 0 8px 24px rgba(20, 19, 16, 0.08);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    opacity var(--dur-hover) var(--hy-ease-out),
    transform var(--dur-hover) var(--hy-ease-out),
    background var(--dur-hover),
    border-color var(--dur-hover);
}

.hy-cuisine-v5__nav:hover:not(:disabled) {
  background: var(--color-ink);
  border-color: var(--color-ink);
  color: #fff;
  transform: translateY(-50%) scale(1.04);
}

.hy-cuisine-v5__nav:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.hy-cuisine-v5__nav--prev { left: clamp(20px, 4vw, 48px); }
.hy-cuisine-v5__nav--next { right: clamp(20px, 4vw, 48px); }

.hy-cuisine-v5__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.hy-cuisine-v5__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(42, 51, 44, 0.18);
  cursor: pointer;
  transition: transform var(--dur-hover), background var(--dur-hover);
}

.hy-cuisine-v5__dot.is-active {
  background: var(--hy-terracotta);
  transform: scale(1.15);
}

.hy-cuisine-v5__dot:hover:not(.is-active) {
  background: rgba(42, 51, 44, 0.35);
}

@media (max-width: 639px) {
  .hy-cuisine-v5__viewport {
    margin: 0 44px;
    mask-image: none;
  }

  .hy-cuisine-v5__nav {
    width: 40px;
    height: 40px;
  }
}

/* ── Catalog v5 ── */
.hy-catalog-v5 {
  position: relative;
  padding: clamp(100px, 14vw, 160px) 0 clamp(80px, 10vw, 120px);
  background: var(--color-surface, #fff);
}

.hy-catalog-v5__bridge {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, transparent, var(--hy-glass-border), transparent);
  transform: translateX(-50%);
}

.hy-catalog-v5__head {
  max-width: var(--grid-max);
  margin: 0 auto 48px;
  padding: 0 clamp(20px, 4vw, 48px);
}

.hy-catalog-v5__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hy-sage);
  margin: 0 0 16px;
}

.hy-catalog-v5__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  letter-spacing: -0.03em;
  max-width: 16ch;
}

.hy-catalog-v5__lead {
  max-width: 46ch;
  margin: 14px 0 0;
  color: var(--color-text-muted, #5c5852);
  font-size: 1rem;
  line-height: 1.65;
}

.hy-catalog-v5__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 40px 0 0;
}

.hy-chip {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--hy-glass-border);
  background: transparent;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-muted, #5c5852);
  cursor: pointer;
  transition: background var(--dur-hover), color var(--dur-hover), border-color var(--dur-hover), transform var(--dur-hover);
}

.hy-chip:hover,
.hy-chip.is-active {
  background: rgba(196, 94, 44, 0.08);
  border-color: rgba(196, 94, 44, 0.35);
  color: var(--hy-terracotta);
  transform: translateY(-1px);
}

.hy-catalog-v5__grid {
  max-width: var(--grid-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  gap: clamp(20px, 3vw, 32px);
}

@media (min-width: 640px) {
  .hy-catalog-v5__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1100px) {
  .hy-catalog-v5__grid { grid-template-columns: repeat(3, 1fr); }
}

/* Recipe card v5 */
.hy-card-v5 {
  position: relative;
  height: 100%;
  border-radius: var(--radius-lg, 20px);
  background: var(--color-surface, #fff);
  border: 1px solid var(--hy-glass-border);
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity var(--dur-enter) var(--hy-ease-out), transform var(--dur-enter) var(--hy-ease-out), box-shadow var(--dur-card);
  will-change: transform, opacity;
}

.hy-card-v5.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hy-card-v5:hover {
  box-shadow: var(--elevation-3, 0 20px 48px rgba(20, 19, 16, 0.1));
  transform: translateY(-4px);
}

.hy-card-v5.is-visible:hover { transform: translateY(-4px); }

.hy-card-v5__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.hy-card-v5__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--hy-paper-deep);
}

.hy-card-v5__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--hy-ease-out);
}

.hy-card-v5:hover .hy-card-v5__media img { transform: scale(1.04); }

.hy-card-v5__skel {
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: opacity 400ms;
}

.hy-card-v5__skel.is-loaded { opacity: 0; pointer-events: none; }

.hy-card-v5__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--hy-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hy-card-v5__badge--technique {
  color: #fff;
  background: var(--hy-sage, #4a5d4e);
}

.hy-card-v5__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 24px 28px;
}

.hy-card-v5__cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hy-sage);
  margin: 0 0 10px;
}

.hy-card-v5__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  transition: color var(--dur-hover);
}

.hy-card-v5:hover .hy-card-v5__title { color: var(--hy-terracotta); }

.hy-card-v5__excerpt {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--color-text-muted, #5c5852);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hy-card-v5__meta {
  margin: auto 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--hy-glass-border);
  font-size: 12px;
  color: var(--color-text-muted, #5c5852);
}

.hy-catalog-v5__demo-note {
  grid-column: 1 / -1;
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-muted, #5c5852);
  opacity: 0.8;
}

.hy-card-v5--demo .hy-card-v5__link {
  cursor: default;
}

.hy-card-v5__demo-art {
  position: absolute;
  inset: 0;
  background: var(--demo-gradient, linear-gradient(145deg, #2a1f18, #c45e2c));
}

.hy-card-v5__demo-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.15) 0%, transparent 45%),
    radial-gradient(ellipse 80% 50% at 50% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 60%);
}

.hy-card-v5--demo .hy-card-v5__media {
  position: relative;
}

.hy-catalog-v5__empty {
  grid-column: 1 / -1;
  padding: clamp(64px, 10vw, 96px);
  text-align: center;
  border-radius: var(--radius-xl, 24px);
  background: var(--hy-paper);
  border: 1px dashed var(--hy-glass-border);
  color: var(--color-text-muted, #5c5852);
}

/* ── Técnicas home teaser ── */
.hy-tecnicas-home {
  position: relative;
  padding: clamp(80px, 12vw, 120px) 0;
  background: var(--color-paper, #f7f3ec);
}

.hy-tecnicas-home__inner {
  max-width: var(--grid-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.hy-tecnicas-home__head {
  max-width: 36rem;
  margin-bottom: clamp(40px, 6vw, 56px);
}

.hy-tecnicas-home__title {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--color-text, #1a1816);
}

.hy-tecnicas-home__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--color-text-muted, #5c5852);
}

.hy-tecnicas-home__grid {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 700px) {
  .hy-tecnicas-home__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.hy-tecnicas-home__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: clamp(24px, 3vw, 32px);
  border-radius: var(--radius-xl, 24px);
  background: #fff;
  border: 1px solid var(--hy-glass-border, rgba(26, 24, 22, 0.08));
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.hy-tecnicas-home__card:hover {
  border-color: rgba(196, 94, 44, 0.35);
  box-shadow: 0 12px 40px rgba(26, 24, 22, 0.06);
  transform: translateY(-2px);
}

.hy-tecnicas-home__index {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--hy-accent, #c45e2c);
}

.hy-tecnicas-home__card-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.2;
}

.hy-tecnicas-home__card-desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-text-muted, #5c5852);
}

.hy-tecnicas-home__cta-wrap {
  margin: clamp(40px, 6vw, 56px) 0 0;
  text-align: center;
}

/* ── Premium band v5 ── */
.hy-premium-v5 {
  position: relative;
  padding: clamp(100px, 14vw, 160px) 0 clamp(96px, 12vw, 140px);
  background: linear-gradient(155deg, #232926 0%, #1c211e 42%, #171b19 100%);
  color: #f5f1ea;
  overflow: hidden;
}

.hy-premium-v5::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px;
  background: linear-gradient(180deg, transparent 0%, var(--color-paper, #f7f3ec) 100%);
  pointer-events: none;
  z-index: 0;
}

.hy-premium-v5__glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, rgba(196, 94, 44, 0.15) 0%, transparent 65%);
  pointer-events: none;
}

.hy-premium-v5__inner {
  position: relative;
  z-index: 1;
  max-width: var(--grid-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  gap: 48px;
  align-items: center;
}

@media (min-width: 900px) {
  .hy-premium-v5__inner {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}

.hy-premium-v5__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin-bottom: 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hy-premium-v5__tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hy-gold);
}

.hy-premium-v5__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.hy-premium-v5__lead {
  margin: 24px 0 0;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(245, 241, 234, 0.72);
  max-width: 28rem;
}

.hy-premium-v5__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hy-premium-v5__list li {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 15px;
  color: rgba(245, 241, 234, 0.88);
}

.hy-premium-v5__list li::before {
  content: "—";
  color: var(--hy-terracotta);
  flex-shrink: 0;
}

.hy-btn--light {
  background: #fff;
  color: var(--hy-ink);
}

.hy-btn--light::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hy-paper);
  border-radius: inherit;
  transform: scale(0);
  transition: transform var(--dur-card) var(--hy-ease-out);
  z-index: 1;
}

.hy-btn--light:hover::before { transform: scale(1); }

/* Header v5 enhancements */
.hy-header--v5 {
  height: var(--header-h);
}

.hy-is-home .hy-mobile-nav {
  top: calc(max(14px, env(safe-area-inset-top, 0px)) * (1 - var(--hy-header-morph, 0)) + var(--header-h) + (var(--header-h-compact) - var(--header-h)) * var(--hy-header-morph, 0));
  right: calc(14px * (1 - var(--hy-header-morph, 0)));
  bottom: calc(14px * (1 - var(--hy-header-morph, 0)));
  left: calc(14px * (1 - var(--hy-header-morph, 0)));
  border-radius: calc(20px * (1 - var(--hy-header-morph, 0)));
}

.hy-is-home .hy-mobile-nav.is-open {
  display: block;
}

.hy-header--v5 .hy-nav-cta {
  margin-left: 8px;
  padding: 10px 20px;
  border-radius: 999px;
}

/* Home footer — visual break from premium */
.hy-footer--home {
  margin-top: 0;
}

.hy-premium-v5 {
  border-bottom: none;
}

.hy-home .hy-cursor { display: none !important; }

.hy-header--v5 .hy-logo img,
.hy-header--v5 .hy-brand--horizontal,
.hy-header--v5 .hy-wordmark {
  transition:
    height var(--dur-card) var(--hy-ease-out),
    transform var(--dur-card) var(--hy-ease-out),
    filter var(--dur-hover) var(--hy-ease-out);
}

.hy-header--v5.is-scrolled .hy-brand--horizontal,
.hy-header--v5.is-scrolled .hy-logo img {
  transform: none;
}

/* Cursor v5 */
.hy-cursor-v5 {
  position: fixed;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--hy-terracotta);
  pointer-events: none;
  z-index: 10003;
  transform: translate(-50%, -50%);
  opacity: 0;
  mix-blend-mode: multiply;
  transition: width var(--dur-hover), height var(--dur-hover), opacity var(--dur-hover);
}

.hy-cursor-v5__ring {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(196, 94, 44, 0.35);
  pointer-events: none;
  z-index: 10002;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width var(--dur-hover), height var(--dur-hover), opacity var(--dur-hover), border-color var(--dur-hover);
}

.hy-cursor-v5.is-on,
.hy-cursor-v5__ring.is-on { opacity: 1; }

.hy-cursor-v5.is-hover {
  width: 48px;
  height: 48px;
  opacity: 0.12;
}

.hy-cursor-v5__ring.is-hover {
  width: 56px;
  height: 56px;
  border-color: rgba(196, 94, 44, 0.5);
}

@media (hover: none), (pointer: coarse) {
  .hy-cursor-v5, .hy-cursor-v5__ring { display: none !important; }
}

/* Progress v5 */
.hy-scroll-progress {
  height: 2px;
  background: linear-gradient(90deg, var(--hy-terracotta), var(--hy-gold));
}

@media (prefers-reduced-motion: reduce) {
  .hy-hero-v5__title .hy-w,
  .hy-hero-v5__lead,
  .hy-hero-v5__actions,
  .hy-hero-v5__scroll {
    opacity: 1;
    transform: none;
    animation: none !important;
  }

  .hy-hero-v5__glow { animation: none; }
  .hy-card-v5 { opacity: 1; transform: none; }
  .hy-ticker__track { animation: none; }
}
