/* =====================================================================
   WHNext Design System - The WineHunter (winehunter.it)
   Identity palette: Pantone 195 CP #782F40 (claret)
                     Pantone 452 CP #B0AA7E (sage gold)
                     Pantone Cool Grey 6 CP #A7A8AA (cool grey)
   Loads AFTER style.css. New-world components are .whx-* namespaced;
   legacy templates (b2b, toplists, platinum archives) keep their look.
   Global scope touches ONLY: tokens, header, footer, landing shell.
   ===================================================================== */

:root {
  --whx-claret: #782F40;
  --whx-claret-deep: #4E1E2B;
  --whx-claret-bright: #93404F;
  --whx-sage: #B0AA7E;
  --whx-sage-light: #CFCAA6;
  --whx-sage-dark: #8F8960;
  --whx-grey: #A7A8AA;
  --whx-grey-light: #D8D8DA;
  --whx-ink: #201C1D;
  --whx-ink-soft: #4A4547;
  --whx-paper: #F5F4F1;
  --whx-paper-2: #ECEAE5;
  --whx-white: #FFFFFF;
  --whx-serif: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
  --whx-sans: 'Raleway', 'Helvetica Neue', Arial, sans-serif;
  --whx-maxw: 82.5rem;            /* ~1320px */
  --whx-radius: 14px;
  --whx-shadow: 0 10px 34px rgba(32, 28, 29, .10);
  --whx-shadow-lift: 0 18px 48px rgba(32, 28, 29, .16);
  --whx-ease: cubic-bezier(.22, .61, .36, 1);
}

/* Large-screen scaling: keep proportions on 2K/4K */
@media (min-width: 1921px) {
  html { font-size: calc(100vw / 120); }
}

/* ---------------------------------------------------------------------
   Reveal animation primitives (used by whnext.js IntersectionObserver)
   --------------------------------------------------------------------- */
.whx-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s var(--whx-ease), transform .8s var(--whx-ease);
  will-change: opacity, transform;
}
.whx-reveal.is-in { opacity: 1; transform: none; }
.whx-reveal--left  { transform: translateX(-34px); }
.whx-reveal--right { transform: translateX(34px);  }
.whx-reveal--left.is-in, .whx-reveal--right.is-in { transform: none; }
@media (prefers-reduced-motion: reduce) {
  .whx-reveal, .whx-reveal--left, .whx-reveal--right { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* =====================================================================
   1. GLOBAL CHROME - header + footer (all pages)
   ===================================================================== */

/* --- WHX header (all pages except the landing, which has its own head) --- */
.whx-header {
  position: sticky;
  top: 0;
  z-index: 900;
  font-family: var(--whx-sans);
  box-shadow: 0 2px 24px rgba(32,28,29,.08);
}
.whx-topbar {
  background: var(--whx-ink);
  color: var(--whx-paper);
  font-size: .75rem;
  letter-spacing: .12em;
}
.whx-topbar-inner {
  max-width: var(--whx-maxw);
  margin: 0 auto;
  padding: .4rem clamp(1rem, 3vw, 2rem);
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.whx-topbar-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--whx-paper);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: color .3s;
  white-space: nowrap;
}
.whx-topbar-link:hover { color: var(--whx-sage-light); }
.whx-topbar-link [class^="ti-"] { font-size: .85rem; color: var(--whx-sage); }
.whx-topbar-social { margin-left: auto; display: flex; gap: .25rem; }
.whx-topbar-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  color: var(--whx-paper);
  text-decoration: none;
  font-size: .85rem;
  line-height: 1;
  transition: background .3s, color .3s;
}
.whx-topbar-social a:hover { background: var(--whx-claret); color: #fff; }
.whx-topbar-lang { font-size: .75rem; }
.whx-topbar-lang a { color: var(--whx-paper); text-decoration: none; }
.whx-topbar-lang a:hover { color: var(--whx-sage-light); }
.whx-topbar-lang .wpml-ls-legacy-list-horizontal { border: 0; padding: 0; }
.whx-topbar-lang .wpml-ls-legacy-list-horizontal a { padding: .1em .35em; }

.whx-masthead {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(167,168,170,.3);
}
.whx-masthead-inner {
  max-width: var(--whx-maxw);
  margin: 0 auto;
  padding: .65rem clamp(1rem, 3vw, 2rem);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.whx-logo { display: inline-flex; align-items: center; text-decoration: none; }
.whx-logo img { display: block; width: auto; height: 44px; transition: transform .4s var(--whx-ease); }
.whx-logo:hover img { transform: scale(1.03); }

.whx-nav { margin-left: auto; }
.whx-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: .2rem; }
.whx-nav li { position: relative; }
.whx-nav a {
  display: block;
  padding: .8rem .85rem;
  color: var(--whx-ink);
  text-decoration: none;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: color .3s;
  position: relative;
  white-space: nowrap;
}
.whx-nav > div > ul > li > a::after,
.whx-nav ul#primary-menu > li > a::after {
  content: "";
  position: absolute;
  left: .85rem; right: .85rem; bottom: .35rem;
  height: 2px;
  background: linear-gradient(90deg, var(--whx-claret), var(--whx-sage));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--whx-ease);
}
.whx-nav li:hover > a { color: var(--whx-claret); }
.whx-nav li:hover > a::after, .whx-nav li.current-menu-item > a::after { transform: scaleX(1); }

/* Desktop dropdowns */
.whx-nav .sub-menu {
  position: absolute;
  top: 100%; left: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid rgba(167,168,170,.3);
  border-radius: 0 0 12px 12px;
  box-shadow: var(--whx-shadow-lift);
  padding: .5rem 0;
  display: none;
  flex-direction: column;
  gap: 0;
  z-index: 950;
}
.whx-nav li:hover > .sub-menu, .whx-nav li.focus > .sub-menu { display: flex; }
.whx-nav .sub-menu li { width: 100%; }
.whx-nav .sub-menu a { padding: .55rem 1.2rem; font-size: .74rem; letter-spacing: .1em; }
.whx-nav .sub-menu a::after { display: none; }
.whx-nav .sub-menu .sub-menu { top: 0; left: 100%; border-radius: 12px; }

/* Burger */
.whx-burger {
  display: none;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 10px;
  margin-left: auto;
  cursor: pointer;
  z-index: 1001;
  flex-direction: column;
  gap: 5px;
}
.whx-burger span { display: block; width: 26px; height: 2px; background: var(--whx-ink); border-radius: 2px; transition: transform .3s, opacity .3s; }

@media (max-width: 980px) {
  .whx-topbar-inner { gap: .8rem; flex-wrap: wrap; justify-content: center; }
  .whx-topbar-social { margin-left: 0; }
  .whx-burger { display: flex; }
  .whx-nav {
    display: none;
    position: fixed;
    inset: 0;
    background: var(--whx-ink);
    z-index: 999;
    overflow-y: auto;
    padding: 5.5rem 1.5rem 3rem;
  }
  .whx-nav.is-open { display: block; }
  .whx-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .whx-nav a { color: var(--whx-paper); font-size: 1.05rem; padding: 1rem .5rem; border-bottom: 1px solid rgba(167,168,170,.15); }
  .whx-nav a::after { display: none; }
  .whx-nav li:hover > a { color: var(--whx-sage-light); }
  .whx-nav .sub-menu { position: static; display: none; background: transparent; border: 0; box-shadow: none; padding: 0 0 0 1rem; }
  .whx-nav .sub-menu.is-open { display: block; }
  .whx-nav .sub-menu a { color: var(--whx-grey-light); font-size: .9rem; }
  body.lock-scroll { overflow: hidden; }
}

/* WPML selector, both header + landing overlay */
.wpml-ls-legacy-list-horizontal { border: 0; padding: 0; }
.wpml-ls-legacy-list-horizontal a { padding: .2em .4em; color: inherit; }

/* =====================================================================
   2. LANDING (Homepage 2024 structure, re-dressed)
   body.whx-landing set by the template
   ===================================================================== */
body.whx-landing {
  background:
    radial-gradient(120vw 80vh at 85% -10%, rgba(176, 170, 126, .16), transparent 60%),
    radial-gradient(90vw 70vh at -10% 110%, rgba(120, 47, 64, .10), transparent 55%),
    linear-gradient(165deg, #E4E3E0 0%, #D6D6D8 52%, #CBCBCE 100%);
  background-attachment: fixed;
  min-height: 100vh;
  font-family: var(--whx-sans);
  color: var(--whx-ink);
}
body.whx-landing .site-header { background: transparent; }

/* Landing nav */
body.whx-landing .main-navigation24 a {
  color: var(--whx-ink);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .06em;
  position: relative;
}
body.whx-landing .main-navigation24 ul#primary-menu > li > a::after,
body.whx-landing .main-navigation24 .primary-menu > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--whx-claret), var(--whx-sage));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--whx-ease);
}
body.whx-landing .main-navigation24 li:hover > a::after { transform: scaleX(1); }

/* Landing menu tiles - scoped to whx-landing (the live landing is the original template, untouched) */
body.whx-landing .winehunter-menu-rectangle { position: relative; }
body.whx-landing .winehunter-menu-rectangle figure {
  margin: 0;
  border-radius: var(--whx-radius);
  overflow: hidden;
  box-shadow: var(--whx-shadow);
  border: 1px solid rgba(167, 168, 170, .45);
  background: var(--whx-white);
  transition: transform .55s var(--whx-ease), box-shadow .55s var(--whx-ease);
}
body.whx-landing .winehunter-menu-rectangle img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 1.1s var(--whx-ease), filter .6s;
}
body.whx-landing .winehunter-menu-rectangle:hover figure { transform: translateY(-5px); box-shadow: var(--whx-shadow-lift); }
body.whx-landing .winehunter-menu-rectangle:hover img { transform: scale(1.035); }
body.whx-landing .winehunter-title h3 {
  font-family: var(--whx-serif);
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: .04em;
  color: var(--whx-claret-deep);
}
body.whx-landing .winehunter-title h3::before {
  content: "";
  display: inline-block;
  width: 26px; height: 1px;
  background: var(--whx-sage);
  vertical-align: middle;
  margin-right: .55rem;
}

/* Landing events calendar */
body.whx-landing #events .eventPresenter h2 {
  font-family: var(--whx-serif);
  font-weight: 600;
  color: var(--whx-claret-deep);
  letter-spacing: .12em;
  text-transform: uppercase;
}
body.whx-landing #events .eventPresenter h2::after {
  content: "";
  display: block;
  width: 72px; height: 2px;
  margin: .6rem auto 0;
  background: linear-gradient(90deg, var(--whx-claret), var(--whx-sage));
}
.whx .event {
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(167, 168, 170, .4);
  border-left: 3px solid var(--whx-sage);
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(32,28,29,.06);
  transition: transform .4s var(--whx-ease), box-shadow .4s var(--whx-ease), border-color .4s;
}
.whx .event:hover {
  transform: translateX(6px);
  border-left-color: var(--whx-claret);
  box-shadow: var(--whx-shadow);
}
.whx .event .date { color: var(--whx-claret); letter-spacing: .05em; }
.whx .event .title a { color: var(--whx-ink); text-decoration: none; }

/* Poster / micromovie container */
#Postercontainer .whx-video-facade {
  position: relative;
  cursor: pointer;
  border-radius: var(--whx-radius);
  overflow: hidden;
  box-shadow: var(--whx-shadow-lift);
}
#Postercontainer .whx-video-facade::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(32,28,29,.55));
  pointer-events: none;
}
#Postercontainer .whx-video-facade img { display: block; width: 100%; height: auto; }
#Postercontainer .whx-play {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 74px; height: 74px;
  border-radius: 50%;
  background: rgba(120, 47, 64, .92);
  border: 1px solid rgba(255,255,255,.5);
  z-index: 2;
  transition: transform .35s var(--whx-ease), background .35s;
}
#Postercontainer .whx-play::before {
  content: "";
  position: absolute; left: 55%; top: 50%;
  transform: translate(-50%, -50%);
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
#Postercontainer .whx-video-facade:hover .whx-play { transform: translate(-50%, -50%) scale(1.1); background: var(--whx-claret); }

/* =====================================================================
   3. SUBPAGE WORLD - everything inside .whx (rebuilt templates only)
   ===================================================================== */
.whx { font-family: var(--whx-sans); color: var(--whx-ink); }
.whx * { box-sizing: border-box; }

/* Page canvas */
main.site-main.whx-canvas { background: var(--whx-paper); }

/* Container */
.whx-wrap { max-width: var(--whx-maxw); margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2.5rem); }

/* Typography inside whx */
.whx h1, .whx h2, .whx h3 { font-family: var(--whx-serif); color: var(--whx-ink); }
.whx h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); font-weight: 600; letter-spacing: .02em; line-height: 1.08; text-transform: none; }
.whx h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 600; letter-spacing: .03em; }
.whx h3 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); font-weight: 600; }
.whx p { line-height: 1.75; color: var(--whx-ink-soft); }

/* Eyebrow */
.whx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--whx-sage-dark);
}
.whx-eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--whx-sage); }

/* Page hero band */
.whx-hero {
  position: relative;
  background:
    radial-gradient(90vw 60vh at 110% -20%, rgba(176,170,126,.25), transparent 60%),
    linear-gradient(150deg, var(--whx-claret-deep) 0%, var(--whx-claret) 58%, #8A3A4B 100%);
  color: var(--whx-paper);
  padding: clamp(4.5rem, 11vh, 7.5rem) 0 clamp(3rem, 7vh, 5rem);
  overflow: hidden;
}
.whx-hero::after {              /* sage hairline base */
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--whx-sage), transparent 70%);
}
.whx-hero .whx-eyebrow { color: var(--whx-sage-light); }
.whx-hero .whx-eyebrow::before { background: var(--whx-sage-light); }
.whx-hero h1 { color: #fff; margin: .6rem 0 0; }
.whx-hero p.whx-lede { max-width: 46rem; color: rgba(245, 244, 241, .85); font-size: 1.06rem; margin-top: 1.1rem; }
.whx-hero--img { min-height: 52vh; display: flex; align-items: flex-end; }
.whx-hero--img .whx-hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(.92);
}
.whx-hero--img::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(32,28,29,.18) 0%, rgba(52,24,32,.55) 62%, rgba(32,28,29,.82) 100%);
  z-index: 1;
}
.whx-hero--img .whx-wrap { position: relative; z-index: 2; }

/* Section rhythm */
.whx-section { padding: clamp(3rem, 8vh, 5.5rem) 0; }
.whx-section--tint { background: var(--whx-paper-2); }
.whx-section--ink { background: var(--whx-ink); color: var(--whx-paper); }
.whx-section--ink h2, .whx-section--ink h3 { color: var(--whx-paper); }

/* Prose (page content) */
.whx-prose { max-width: 50rem; }
.whx-prose a { color: var(--whx-claret); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--whx-sage); transition: color .3s, border-color .3s; }
.whx-prose a:hover { color: var(--whx-claret-bright); border-color: var(--whx-claret); }
.whx-prose img { max-width: 100%; height: auto; border-radius: var(--whx-radius); }
.whx-prose h2, .whx-prose h3 { margin-top: 2.2rem; }
.whx-prose ul { padding-left: 1.2rem; }
.whx-prose li { margin: .4rem 0; color: var(--whx-ink-soft); }
.whx-prose blockquote {
  margin: 2rem 0;
  padding: 1rem 1.6rem;
  border-left: 3px solid var(--whx-sage);
  background: var(--whx-white);
  border-radius: 0 var(--whx-radius) var(--whx-radius) 0;
  font-family: var(--whx-serif);
  font-size: 1.15rem;
}

/* Buttons */
.whx-btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .85rem 1.9rem;
  background: var(--whx-claret);
  color: #fff !important;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid var(--whx-claret);
  border-radius: 999px;
  transition: background .35s, border-color .35s, transform .35s var(--whx-ease), box-shadow .35s;
}
.whx-btn:hover { background: var(--whx-claret-deep); border-color: var(--whx-claret-deep); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(120,47,64,.35); }
.whx-btn--ghost { background: transparent; color: var(--whx-claret) !important; }
.whx-btn--ghost:hover { background: var(--whx-claret); color: #fff !important; }
.whx-btn--sage { background: var(--whx-sage-dark); border-color: var(--whx-sage-dark); }
.whx-btn--sage:hover { background: var(--whx-sage); border-color: var(--whx-sage); color: var(--whx-ink) !important; box-shadow: 0 10px 24px rgba(176,170,126,.4); }
.whx-btn--onink { background: var(--whx-sage); border-color: var(--whx-sage); color: var(--whx-ink) !important; }

/* Cards + grids */
.whx-grid { display: grid; gap: clamp(1.2rem, 2.5vw, 2rem); }
.whx-grid--2 { grid-template-columns: repeat(2, 1fr); }
.whx-grid--3 { grid-template-columns: repeat(3, 1fr); }
.whx-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .whx-grid--3, .whx-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .whx-grid--2, .whx-grid--3, .whx-grid--4 { grid-template-columns: 1fr; } }

.whx-card {
  background: var(--whx-white);
  border: 1px solid rgba(167,168,170,.35);
  border-radius: var(--whx-radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(32,28,29,.06);
  transition: transform .5s var(--whx-ease), box-shadow .5s var(--whx-ease);
  display: flex;
  flex-direction: column;
}
.whx-card:hover { transform: translateY(-6px); box-shadow: var(--whx-shadow-lift); }
.whx-card > a.whx-card-media { display: block; position: relative; overflow: hidden; aspect-ratio: 16 / 10; }
.whx-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.2s var(--whx-ease); }
.whx-card:hover .whx-card-media img { transform: scale(1.05); }
.whx-card-body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.whx-card-body h3 { margin: 0; line-height: 1.25; }
.whx-card-body h3 a { color: var(--whx-ink); text-decoration: none; transition: color .3s; }
.whx-card-body h3 a:hover { color: var(--whx-claret); }
.whx-card-body p { margin: 0; font-size: .92rem; line-height: 1.6; }
.whx-card-date {
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--whx-claret);
}
.whx-card-more {
  margin-top: auto;
  align-self: flex-start;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--whx-claret);
  text-decoration: none;
  border-bottom: 1px solid var(--whx-sage);
  padding-bottom: 2px;
  transition: color .3s, border-color .3s;
}
.whx-card-more:hover { color: var(--whx-claret-deep); border-color: var(--whx-claret); }

/* Feature (hero) card - big highlight */
.whx-feature {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  background: var(--whx-white);
  border: 1px solid rgba(167,168,170,.35);
  border-radius: var(--whx-radius);
  overflow: hidden;
  box-shadow: var(--whx-shadow);
}
.whx-feature .whx-card-media { aspect-ratio: auto; min-height: 320px; display: block; position: relative; overflow: hidden; }
.whx-feature .whx-feature-body { padding: clamp(1.5rem, 3.5vw, 2.8rem); display: flex; flex-direction: column; gap: .8rem; justify-content: center; }
@media (max-width: 900px) { .whx-feature { grid-template-columns: 1fr; } .whx-feature .whx-card-media { min-height: 230px; } }

/* Share row */
.whx-share { display: flex; align-items: center; gap: .7rem; margin-top: 2.2rem; }
.whx-share span.whx-share-label { font-size: .72rem; font-weight: 700; letter-spacing: .26em; color: var(--whx-grey); text-transform: uppercase; }
.whx-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--whx-grey-light);
  color: var(--whx-ink-soft);
  text-decoration: none;
  transition: all .3s;
}
.whx-share a:hover { background: var(--whx-claret); border-color: var(--whx-claret); color: #fff; transform: translateY(-2px); }

/* Split layout (page-due) */
.whx-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.whx-split figure { margin: 0; position: sticky; top: 100px; }
.whx-split figure img { width: 100%; height: auto; border-radius: var(--whx-radius); box-shadow: var(--whx-shadow); }
@media (max-width: 900px) { .whx-split { grid-template-columns: 1fr; } .whx-split figure { position: static; } }

/* Team grid */
.whx-team { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: clamp(1.2rem, 2.5vw, 2rem); }
.whx-team-card {
  background: var(--whx-white);
  border: 1px solid rgba(167,168,170,.35);
  border-radius: var(--whx-radius);
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 18px rgba(32,28,29,.05);
  transition: transform .5s var(--whx-ease), box-shadow .5s var(--whx-ease);
}
.whx-team-card:hover { transform: translateY(-6px); box-shadow: var(--whx-shadow-lift); }
.whx-team-card figure { margin: 0; aspect-ratio: 1 / 1; overflow: hidden; background: linear-gradient(160deg, var(--whx-paper-2), var(--whx-grey-light)); }
.whx-team-card img { width: 100%; height: 100%; object-fit: cover; object-position: top center; filter: saturate(.95); transition: transform 1s var(--whx-ease); }
.whx-team-card:hover img { transform: scale(1.04); }
.whx-team-name { font-family: var(--whx-serif); font-size: 1.18rem; font-weight: 700; color: var(--whx-ink); margin: .9rem .6rem .15rem; }
.whx-team-role { font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--whx-sage-dark); margin: 0 .6rem 1rem; }

/* Social banner row */
.whx-social-row { display: flex; justify-content: center; gap: 1rem; margin: 2rem 0; }
.whx-social-row a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--whx-white);
  border: 1px solid var(--whx-grey-light);
  color: var(--whx-claret);
  font-size: 1.2rem;
  text-decoration: none;
  transition: all .35s var(--whx-ease);
}
.whx-social-row a:hover { background: var(--whx-claret); color: #fff; transform: translateY(-4px); box-shadow: 0 10px 22px rgba(120,47,64,.3); }

/* Comunicati stampa rows */
.whx-comunicati { display: flex; flex-direction: column; gap: .8rem; }
.whx-comunicato {
  display: grid;
  grid-template-columns: 110px 1.1fr 1.6fr auto;
  gap: 1.2rem;
  align-items: center;
  background: var(--whx-white);
  border: 1px solid rgba(167,168,170,.35);
  border-left: 3px solid var(--whx-sage);
  border-radius: 10px;
  padding: 1rem 1.3rem;
  transition: border-color .3s, box-shadow .3s, transform .3s var(--whx-ease);
}
.whx-comunicato:hover { border-left-color: var(--whx-claret); box-shadow: var(--whx-shadow); transform: translateX(4px); }
.whx-comunicato time { font-size: .78rem; font-weight: 700; letter-spacing: .08em; color: var(--whx-claret); }
.whx-comunicato h4 { margin: 0; font-family: var(--whx-serif); font-size: 1.08rem; }
.whx-comunicato .whx-com-estratto { font-size: .88rem; color: var(--whx-ink-soft); }
.whx-comunicato .whx-com-estratto p { margin: 0; line-height: 1.5; }
.whx-com-downloads { display: flex; gap: .5rem; }
.whx-com-downloads a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 8px;
  border: 1px solid var(--whx-grey-light);
  font-size: .68rem; font-weight: 800; letter-spacing: .04em;
  color: var(--whx-claret);
  text-decoration: none;
  transition: all .3s;
}
.whx-com-downloads a:hover { background: var(--whx-claret); border-color: var(--whx-claret); color: #fff; }
@media (max-width: 860px) {
  .whx-comunicato { grid-template-columns: 1fr; gap: .5rem; }
}

/* =====================================================================
   4. EVENT MINI-SITE (single-eventi.php)
   ===================================================================== */
.whx-event-hero {
  position: relative;
  min-height: 68vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  background: var(--whx-ink);
}
.whx-event-hero .whx-hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}
.whx-event-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(32,28,29,.25) 0%, rgba(78,30,43,.45) 55%, rgba(32,28,29,.88) 100%);
  z-index: 1;
}
.whx-event-hero .whx-wrap { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(2.5rem, 7vh, 5rem); padding-top: 20vh; }
.whx-event-hero h1 { color: #fff; font-size: clamp(2.6rem, 6vw, 4.6rem); margin: .5rem 0 0; }
.whx-event-hero .whx-eyebrow { color: var(--whx-sage-light); }
.whx-event-hero .whx-eyebrow::before { background: var(--whx-sage-light); }
.whx-event-hero .whx-event-hero-cta { margin-top: 1.6rem; display: flex; gap: .9rem; flex-wrap: wrap; }

/* Sticky in-page anchor nav */
.whx-anchor-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 244, 241, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(167,168,170,.4);
}
.whx-anchor-nav .whx-wrap {
  display: flex;
  gap: .3rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.whx-anchor-nav .whx-wrap::-webkit-scrollbar { display: none; }
.whx-anchor-nav a {
  flex: 0 0 auto;
  padding: .95rem 1.1rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--whx-ink-soft);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color .3s, border-color .3s;
  white-space: nowrap;
}
.whx-anchor-nav a:hover, .whx-anchor-nav a.is-active { color: var(--whx-claret); border-bottom-color: var(--whx-claret); }

/* Event body split: aside (image/downloads/links) + content */
.whx-event-main { display: grid; grid-template-columns: .9fr 1.35fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.whx-event-aside { position: sticky; top: 76px; display: flex; flex-direction: column; gap: 1.4rem; }
.whx-event-aside figure { margin: 0; }
.whx-event-aside figure img { width: 100%; height: auto; border-radius: var(--whx-radius); box-shadow: var(--whx-shadow); }
@media (max-width: 980px) { .whx-event-main { grid-template-columns: 1fr; } .whx-event-aside { position: static; } }

.whx-linkbox {
  background: var(--whx-white);
  border: 1px solid rgba(167,168,170,.35);
  border-radius: var(--whx-radius);
  padding: 1.2rem 1.4rem;
}
.whx-linkbox h4 {
  margin: 0 0 .7rem;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--whx-sage-dark);
}
.whx-linkbox ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .45rem; }
.whx-linkbox a { color: var(--whx-claret); font-weight: 600; text-decoration: none; font-size: .95rem; border-bottom: 1px solid transparent; transition: border-color .3s; }
.whx-linkbox a:hover { border-bottom-color: var(--whx-sage); }

/* Program day cards */
.whx-days { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: clamp(1.2rem, 2.5vw, 2rem); }
.whx-day {
  background: var(--whx-white);
  border: 1px solid rgba(167,168,170,.35);
  border-radius: var(--whx-radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(32,28,29,.06);
  transition: transform .5s var(--whx-ease), box-shadow .5s var(--whx-ease);
}
.whx-day:hover { transform: translateY(-5px); box-shadow: var(--whx-shadow-lift); }
.whx-day figure { margin: 0; position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.whx-day figure img { width: 100%; height: 100%; object-fit: cover; }
.whx-day .whx-day-date {
  position: absolute; left: 0; bottom: 0;
  background: var(--whx-claret);
  color: #fff;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .1em;
  padding: .45rem .9rem;
  border-radius: 0 10px 0 0;
}
.whx-day .whx-day-title {
  position: absolute; right: 0; top: 0;
  background: rgba(32,28,29,.78);
  color: var(--whx-sage-light);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .4rem .8rem;
  border-radius: 0 0 0 10px;
}
.whx-day .whx-day-content { padding: 1.2rem 1.3rem; font-size: .92rem; }
.whx-day .whx-day-content p { margin: 0 0 .6rem; line-height: 1.6; }

/* Producer tabs */
.whx-tabbar { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.6rem; }
.whx-tabbar button {
  appearance: none;
  border: 1px solid var(--whx-grey-light);
  background: var(--whx-white);
  color: var(--whx-ink-soft);
  font-family: var(--whx-sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: .7rem 1.4rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all .3s;
}
.whx-tabbar button:hover { border-color: var(--whx-sage); color: var(--whx-claret); }
.whx-tabbar button.is-active { background: var(--whx-claret); border-color: var(--whx-claret); color: #fff; }
.whx-tabpanel { display: none; }
.whx-tabpanel.is-open { display: block; animation: whxFade .5s var(--whx-ease); }
@keyframes whxFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.whx-tabpanel .list-produttori { columns: 3 240px; column-gap: 2.5rem; font-size: .93rem; line-height: 1.9; }
.whx-tabpanel .list-produttori p { margin: 0 0 1em; break-inside: avoid; }

/* Gallery */
.whx-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: .7rem; list-style: none; margin: 0; padding: 0; }
.whx-gallery li { margin: 0; }
.whx-gallery a { display: block; position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 10px; }
.whx-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--whx-ease), filter .5s; }
.whx-gallery a:hover img { transform: scale(1.07); filter: brightness(1.06); }

/* Lightbox */
.whx-lightbox {
  position: fixed; inset: 0;
  background: rgba(32,28,29,.94);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9000;
  padding: 3vh 3vw;
}
.whx-lightbox.is-open { display: flex; }
.whx-lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 8px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.whx-lightbox button {
  position: absolute;
  appearance: none; border: 0;
  background: rgba(255,255,255,.08);
  color: #fff;
  width: 52px; height: 52px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background .3s;
  display: flex; align-items: center; justify-content: center;
}
.whx-lightbox button:hover { background: var(--whx-claret); }
.whx-lb-close { top: 2.2vh; right: 2.2vw; }
.whx-lb-prev { left: 2.2vw; top: 50%; transform: translateY(-50%); }
.whx-lb-next { right: 2.2vw; top: 50%; transform: translateY(-50%); }

/* Partner wall (lista_loghi renders imgs) */
.whx-partnerwall { background: var(--whx-white); border-radius: var(--whx-radius); border: 1px solid rgba(167,168,170,.35); padding: clamp(1.5rem, 4vw, 3rem); text-align: center; }
.whx-partnerwall img { filter: grayscale(1) opacity(.72); transition: filter .4s; max-height: 74px; width: auto; margin: .8rem 1.2rem; display: inline-block; vertical-align: middle; }
.whx-partnerwall img:hover { filter: none; }

/* Map */
.whx-map #map-canvas { width: 100%; height: 440px; border-radius: var(--whx-radius); overflow: hidden; box-shadow: var(--whx-shadow); }

/* Video embed */
.whx-video { position: relative; aspect-ratio: 16 / 9; border-radius: var(--whx-radius); overflow: hidden; box-shadow: var(--whx-shadow-lift); background: var(--whx-ink); }
.whx-video iframe, .whx-video video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* =====================================================================
   5. FOOTER (global)
   ===================================================================== */
.site-footer {
  background: var(--whx-ink);
  color: var(--whx-grey-light);
  font-family: var(--whx-sans);
  position: relative;
  margin-top: 0;
}
.site-footer::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--whx-claret), var(--whx-sage) 55%, transparent);
}
.whx-footer-grid {
  max-width: var(--whx-maxw);
  margin: 0 auto;
  padding: clamp(2.5rem, 6vh, 4rem) clamp(1.1rem, 4vw, 2.5rem) 2rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
}
@media (max-width: 900px) { .whx-footer-grid { grid-template-columns: 1fr; } }
.whx-footer-brand { font-family: var(--whx-serif); font-size: 1.6rem; color: var(--whx-paper); letter-spacing: .04em; margin: 0 0 .8rem; }
.whx-footer-brand a { color: inherit; text-decoration: none; }
.site-footer p { font-size: .88rem; line-height: 1.8; color: var(--whx-grey); margin: .3rem 0; }
.site-footer a { color: var(--whx-grey-light); text-decoration: none; transition: color .3s; }
.site-footer a:hover { color: var(--whx-sage-light); }
.whx-footer-head {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--whx-sage);
  margin: 0 0 1rem;
}
.whx-footer-menu { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .5rem; font-size: .9rem; }
.whx-footer-social { display: flex; gap: .7rem; margin-top: 1rem; }
.whx-footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(167,168,170,.35);
  transition: all .35s var(--whx-ease);
}
.whx-footer-social a:hover { background: var(--whx-claret); border-color: var(--whx-claret); color: #fff; transform: translateY(-3px); }
.whx-footer-bottom {
  border-top: 1px solid rgba(167,168,170,.18);
  padding: 1.1rem clamp(1.1rem, 4vw, 2.5rem);
  max-width: var(--whx-maxw);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: space-between;
  font-size: .78rem;
  color: var(--whx-grey);
}
.whx-footer-bottom a { color: var(--whx-grey); }
.whx-footer-bottom a:hover { color: var(--whx-sage-light); }

/* =====================================================================
   6. WORLD OF WINEHUNTER hub + WineHunter Scouts
   ===================================================================== */

/* --- Gateway: the three clickable world panels --- */
.whx-gateway {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  margin-top: 2rem;
}
@media (max-width: 860px) { .whx-gateway { grid-template-columns: 1fr; } }
.whx-gate {
  position: relative;
  display: block;
  border-radius: var(--whx-radius);
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(167,168,170,.35);
  box-shadow: var(--whx-shadow);
  background: var(--whx-ink);
  transition: transform .5s var(--whx-ease), box-shadow .5s var(--whx-ease);
  padding: 0;
  appearance: none;
  text-align: left;
  width: 100%;
}
.whx-gate img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 1.2s var(--whx-ease), opacity .5s;
}
.whx-gate::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(32,28,29,.85));
  pointer-events: none;
}
.whx-gate-label {
  position: absolute;
  left: 1.2rem; right: 1.2rem; bottom: 1.1rem;
  z-index: 2;
  color: #fff;
  font-family: var(--whx-serif);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 600;
  letter-spacing: .04em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
}
.whx-gate-label::after {
  content: "\2193";
  font-family: var(--whx-sans);
  font-size: 1rem;
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: background .3s, transform .4s var(--whx-ease);
}
.whx-gate:hover { transform: translateY(-6px); box-shadow: var(--whx-shadow-lift); }
.whx-gate:hover img { transform: scale(1.05); }
.whx-gate:hover .whx-gate-label::after { background: var(--whx-claret); border-color: var(--whx-claret); }
.whx-gate.is-active { outline: 2px solid var(--whx-sage); outline-offset: 3px; }
.whx-gate.is-active .whx-gate-label::after { background: var(--whx-sage); border-color: var(--whx-sage); color: var(--whx-ink); transform: rotate(180deg); }

/* Gateway target panels */
.whx-gatepanel { display: none; }
.whx-gatepanel.is-open { display: block; animation: whxFade .6s var(--whx-ease); }

/* --- Person cards (scouts) --- */
.whx-people { display: flex; flex-direction: column; gap: clamp(1.2rem, 2.5vw, 1.8rem); }
.whx-person {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: clamp(1.2rem, 3vw, 2.2rem);
  align-items: start;
  background: var(--whx-white);
  border: 1px solid rgba(167,168,170,.35);
  border-radius: var(--whx-radius);
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  box-shadow: 0 4px 20px rgba(32,28,29,.05);
  transition: transform .5s var(--whx-ease), box-shadow .5s var(--whx-ease);
}
.whx-person:hover { transform: translateY(-4px); box-shadow: var(--whx-shadow-lift); }
.whx-person figure {
  margin: 0;
  width: 150px; height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--whx-paper-2);
  outline: 1px solid var(--whx-sage);
  outline-offset: 3px;
}
.whx-person figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.95); transition: transform .9s var(--whx-ease); }
.whx-person:hover figure img { transform: scale(1.06); }
.whx-person h3 { margin: 0 0 .35rem; font-size: 1.35rem; }
.whx-person .job-title { font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--whx-sage-dark); margin: 0 0 .7rem; text-align: left; }
.whx-person p { margin: 0 0 .7rem; font-size: .95rem; line-height: 1.7; text-align: left; }
.whx-person .strong { color: var(--whx-claret); font-weight: 600; font-size: .88rem; }
.whx-person .whx-person-mail { font-size: .85rem; }
.whx-person .whx-person-mail a { color: var(--whx-claret); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--whx-sage); }
.whx-person .whx-person-mail a:hover { color: var(--whx-claret-deep); border-color: var(--whx-claret); }
@media (max-width: 640px) {
  .whx-person { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .whx-person h3, .whx-person .job-title, .whx-person p { text-align: center; }
}

/* --- Compact scout preview grid (WOWH hub) --- */
.whx-scoutgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 1.2rem; }
.whx-scoutgrid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
  color: var(--whx-ink);
  padding: 1rem .5rem;
  border-radius: var(--whx-radius);
  transition: background .3s, transform .4s var(--whx-ease);
}
.whx-scoutgrid a:hover { background: var(--whx-white); transform: translateY(-4px); box-shadow: var(--whx-shadow); }
.whx-scoutgrid figure { margin: 0; width: 110px; height: 110px; border-radius: 50%; overflow: hidden; border: 3px solid var(--whx-white); outline: 1px solid var(--whx-sage); outline-offset: 2px; }
.whx-scoutgrid figure img { width: 100%; height: 100%; object-fit: cover; }
.whx-scoutgrid span { font-family: var(--whx-serif); font-weight: 600; font-size: 1rem; text-align: center; line-height: 1.2; }

/* --- Ambassadors grid --- */
.whx-amb-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.2rem, 2.5vw, 1.8rem); }
@media (max-width: 900px) { .whx-amb-grid { grid-template-columns: 1fr; } }
.whx-amb {
  background: var(--whx-white);
  border: 1px solid rgba(167,168,170,.35);
  border-radius: var(--whx-radius);
  padding: clamp(1.2rem, 2.5vw, 1.7rem);
  box-shadow: 0 4px 20px rgba(32,28,29,.05);
  display: flex;
  flex-direction: column;
  gap: .5rem;
  transition: transform .5s var(--whx-ease), box-shadow .5s var(--whx-ease);
}
.whx-amb:hover { transform: translateY(-4px); box-shadow: var(--whx-shadow-lift); }
.whx-amb-head { display: flex; align-items: center; gap: 1.1rem; }
.whx-amb-head figure { margin: 0; width: 84px; height: 84px; flex: 0 0 auto; border-radius: 50%; overflow: hidden; border: 3px solid var(--whx-paper-2); outline: 1px solid var(--whx-sage); outline-offset: 2px; }
.whx-amb-head figure img { width: 100%; height: 100%; object-fit: cover; }
.whx-amb h3 { margin: 0; font-size: 1.25rem; }
.whx-amb-badge { font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--whx-claret); }
.whx-amb-badge em { font-style: normal; color: var(--whx-sage-dark); letter-spacing: .1em; }
.whx-amb-story { font-size: .92rem; line-height: 1.7; color: var(--whx-ink-soft); margin: .3rem 0 0; text-align: left; }
.whx-amb.is-hidden { display: none; }

/* --- Live filter input --- */
.whx-filter { position: relative; max-width: 26rem; margin: 0 0 1.8rem; }
.whx-filter input {
  width: 100%;
  padding: .8rem 1.1rem .8rem 2.6rem;
  border: 1px solid var(--whx-grey-light);
  border-radius: 999px;
  font-family: var(--whx-sans);
  font-size: .9rem;
  background: var(--whx-white);
  color: var(--whx-ink);
  transition: border-color .3s, box-shadow .3s;
}
.whx-filter input:focus { outline: none; border-color: var(--whx-sage); box-shadow: 0 0 0 3px rgba(176,170,126,.25); }
.whx-filter::before {
  content: "\26B2";
  position: absolute;
  left: 1rem; top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  color: var(--whx-grey);
  font-size: 1rem;
  pointer-events: none;
}
.whx-filter-count { font-size: .78rem; color: var(--whx-grey); letter-spacing: .08em; margin-left: .9rem; }

/* --- Press Area --- */
.whx-press-open {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  background: linear-gradient(135deg, var(--whx-claret-deep) 0%, var(--whx-claret) 70%, #8A3A4B 100%);
  color: var(--whx-paper);
  border-radius: var(--whx-radius);
  padding: clamp(1.6rem, 4vw, 2.6rem);
  box-shadow: var(--whx-shadow-lift);
  position: relative;
  overflow: hidden;
}
.whx-press-open::after {
  content: "";
  position: absolute; right: -60px; top: -60px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176,170,126,.35), transparent 70%);
  pointer-events: none;
}
.whx-press-badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(207,202,166,.5);
  color: var(--whx-sage-light);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .26em;
  text-transform: uppercase;
  padding: .55rem 1.1rem;
  border-radius: 999px;
  white-space: nowrap;
}
.whx-press-badge::before {
  content: "";
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #7FC97F;
  box-shadow: 0 0 0 0 rgba(127,201,127,.6);
  animation: whxPulse 2s infinite;
}
@keyframes whxPulse {
  0% { box-shadow: 0 0 0 0 rgba(127,201,127,.55); }
  70% { box-shadow: 0 0 0 9px rgba(127,201,127,0); }
  100% { box-shadow: 0 0 0 0 rgba(127,201,127,0); }
}
@media (prefers-reduced-motion: reduce) { .whx-press-badge::before { animation: none; } }
.whx-press-open h2 { margin: 0 0 .3rem; color: #fff; font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.whx-press-open p { margin: 0; color: rgba(245,244,241,.85); font-size: .95rem; }
.whx-press-open .whx-press-dates {
  font-family: var(--whx-serif);
  font-size: 1.05rem;
  color: var(--whx-sage-light);
  letter-spacing: .06em;
  margin-top: .35rem;
}
@media (max-width: 860px) {
  .whx-press-open { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

.whx-press-card-icon {
  width: 58px; height: 58px;
  border-radius: 16px;
  background: linear-gradient(150deg, var(--whx-paper-2), var(--whx-white));
  border: 1px solid rgba(167,168,170,.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--whx-claret);
  margin-bottom: .5rem;
}
.whx-press-entry { display: flex; align-items: baseline; gap: .9rem; font-size: .92rem; }
.whx-press-entry time { font-weight: 700; color: var(--whx-claret); font-size: .8rem; letter-spacing: .06em; flex: 0 0 auto; }
.whx-press-entry a { color: var(--whx-ink); text-decoration: none; border-bottom: 1px solid var(--whx-sage); transition: color .3s; }
.whx-press-entry a:hover { color: var(--whx-claret); }
