/* ============================================================
   Taste of Tulum — Festival flyer styles
   ============================================================ */

.wrap{ width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 28px; }

/* ---- paper texture overlays ---- */
.grain{
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  opacity: .5; mix-blend-mode: multiply;
  background-image:
    repeating-radial-gradient(circle at 12% 20%, rgba(120,95,40,.05) 0 1px, transparent 1px 3px),
    repeating-radial-gradient(circle at 78% 64%, rgba(120,95,40,.05) 0 1px, transparent 1px 4px);
  background-size: 180px 180px, 240px 240px;
}
.vignette{
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(130% 100% at 50% 50%, transparent 55%, rgba(70,52,18,.10) 100%);
}
/* Layer page content above the .grain/.vignette overlays — but NOT the header,
   whose own rule sets position:sticky. Including header here forced
   position:relative (higher specificity via :not) and silently killed the
   sticky behavior on the landing page. ARES run 007 fix. */
body > *:not(.grain):not(.vignette):not(header){ position: relative; z-index: 1; }

/* ============================================================
   HEADER
   ============================================================ */
header{
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in oklab, var(--tt-ink) 92%, black 8%);
  border-bottom: 1px solid rgba(227,192,113,.28);
}
.hd{ display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 24px; }

/* logo wordmark (cream PNG on dark header) */
.brandmark{
  display: inline-flex; align-items: center;
}
.brandmark img{ height: 46px; width: auto; }

.nav{ display: flex; align-items: center; gap: 26px; }
.navlink{
  font-size: 14.5px; font-weight: 600; letter-spacing: .01em;
  color: rgba(244,234,212,.82); transition: color .16s ease;
}
.navlink:hover{ color: var(--tt-gold-bright); }

.btn{
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-body); font-weight: 800; font-size: 14.5px;
  letter-spacing: .02em; cursor: pointer; border: 0;
  padding: 12px 22px; border-radius: var(--r-sm);
  transition: transform .08s ease, background .16s ease, box-shadow .16s ease;
}
.btn--primary{
  background: linear-gradient(180deg, var(--tt-gold-bright), var(--tt-gold));
  color: #3a2606; box-shadow: 0 2px 0 var(--tt-gold-deep), var(--tt-shadow-1);
}
.btn--primary:hover{ background: linear-gradient(180deg,#eccd86,var(--tt-gold-bright)); }
.btn--primary:active{ transform: translateY(1px); box-shadow: 0 1px 0 var(--tt-gold-deep); }
.btn--lg{ padding: 18px 34px; font-size: 17px; border-radius: var(--r-md); }

/* ============================================================
   HERO — full-bleed Catrina background
   ============================================================ */
.hero{
  position: relative;
  min-height: clamp(560px, 78vh, 820px);
  display: flex; align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg,
      var(--tt-paper) 0%,
      color-mix(in oklab, var(--tt-paper) 86%, transparent) 30%,
      rgba(244,234,212,.30) 46%,
      transparent 62%),
    url('assets/hero-catrina.jpg');
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center, right center;
  border-bottom: 3px solid var(--tt-gold);
}
/* gilded inner frame */
.hero::after{
  content: ""; position: absolute; inset: 18px; pointer-events: none;
  border: 1.5px solid rgba(192,138,46,.45);
  box-shadow: inset 0 0 0 1px rgba(251,245,230,.25);
  border-radius: 4px;
}
.hero .wrap{ position: relative; z-index: 2; }

.hero-copy{ max-width: 540px; padding: 36px 0; }

.eyebrow{
  font-size: 12.5px; font-weight: 800; letter-spacing: .26em;
  text-transform: uppercase; color: var(--tt-gold-deep); margin-bottom: 4px;
}
.presented{
  margin-bottom: 14px;
}
.presented img{ height: 40px; width: auto; }
.taste{
  font-family: var(--font-display); font-style: italic; font-weight: 600;
  font-size: clamp(34px, 5vw, 52px); color: var(--tt-ink); line-height: .9;
}
.tulum{
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(72px, 12vw, 130px); line-height: .82;
  color: var(--tt-ink);
  text-shadow: 2px 3px 0 rgba(192,138,46,.30);
  margin-bottom: 8px;
}
.fwf-row{ display: flex; align-items: center; gap: 14px; margin: 6px 0 16px; max-width: 460px; }
.fwf-row .ln{ flex: 1; height: 2px; background: linear-gradient(90deg, transparent, var(--tt-gold) 60%); }
.fwf-row .ln:last-child{ background: linear-gradient(90deg, var(--tt-gold) 40%, transparent); }
.fwf{
  font-family: var(--font-display); font-weight: 700; font-style: italic;
  font-size: clamp(16px,2.2vw,21px); color: var(--tt-gold-deep);
  letter-spacing: .04em; white-space: nowrap;
}
.dates{ display: inline-block; }
.dval{
  display: inline-block; font-weight: 800; font-size: 15px; letter-spacing: .03em;
  color: #fff; background: var(--tt-red);
  padding: 7px 16px; border-radius: 999px;
  box-shadow: var(--tt-shadow-1);
}
.dval sup{ font-size: .62em; }
.hero-lede{
  margin: 18px 0 26px; font-size: 16.5px; line-height: 1.62;
  color: var(--tt-ink-soft); max-width: 430px;
}
.hero-cta{ display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* legacy hero elements no longer used (portrait/floral) hidden defensively */
.hero .floral, .hero-fig, .portrait, .hero-grid .tick{ display: none; }

/* ============================================================
   SECTIONS
   ============================================================ */
.section{ padding: 84px 0; }
.section--alt{ background: var(--tt-paper-2); border-top: 1px solid var(--tt-paper-edge); border-bottom: 1px solid var(--tt-paper-edge); }

.sec-head{ text-align: center; max-width: 720px; margin: 0 auto 52px; }
.sec-kicker{
  font-size: 12.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: var(--tt-gold-deep); margin-bottom: 12px;
}
.sec-title{ font-size: clamp(32px, 5vw, 50px); font-weight: 800; color: var(--tt-ink); }

.rule{ display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 22px; }
.rule .ln{ width: 90px; height: 2px; background: linear-gradient(90deg, transparent, var(--tt-gold)); }
.rule .ln.r{ background: linear-gradient(90deg, var(--tt-gold), transparent); }
.rule .dot{ width: 9px; height: 9px; background: var(--tt-red); transform: rotate(45deg); }
.rule .arw{ color: var(--tt-gold); font-size: 15px; font-weight: 700; }

/* ---- placeholder block (shared) ---- */
.ph{
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; width: 100%; height: 100%; min-height: 92px;
  color: var(--tt-gold-deep);
  background:
    repeating-linear-gradient(45deg, rgba(192,138,46,.06) 0 9px, transparent 9px 18px),
    var(--tt-card);
  border: 1.5px dashed rgba(192,138,46,.5); border-radius: var(--r-md);
}
.ph-lab{ font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* ============================================================
   FOUR THEMES
   ============================================================ */
.theme-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.theme{
  background: var(--tt-card); border: 1px solid var(--tt-paper-edge); border-radius: var(--r-lg);
  padding: 28px 22px 26px; text-align: center; box-shadow: var(--tt-shadow-1);
  transition: transform .18s ease, box-shadow .18s ease;
}
.theme:hover{ transform: translateY(-4px); box-shadow: var(--tt-shadow-2); }
.medal{
  width: 104px; height: 104px; margin: 0 auto 16px; border-radius: 50%;
  overflow: hidden; background: var(--tt-paper-2);
  border: 3px solid var(--tt-gold); box-shadow: inset 0 0 0 3px var(--tt-card), var(--tt-shadow-1);
  display: flex; align-items: center; justify-content: center;
}
.medal img{ width: 100%; height: 100%; object-fit: cover; }
.medal .ph{ border-radius: 50%; border: 0; min-height: 0; background: var(--tt-paper-2); }
.medal .ph .ph-lab{ display: none; }
.wk{
  display: inline-block; font-size: 11.5px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: #fff; background: var(--tt-teal);
  padding: 4px 12px; border-radius: 999px;
}
.dt{ font-size: 13px; font-weight: 700; color: var(--tt-gold-deep); margin: 9px 0 8px; letter-spacing: .02em; }
.tt{ font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--tt-ink); line-height: 1.2; margin-bottom: 8px; }
.ds{ font-size: 14.5px; line-height: 1.55; color: var(--tt-ink-soft); margin: 0; }

/* ============================================================
   HOTELS & RESTAURANTS
   ============================================================ */
.banner{
  display: flex; align-items: center; justify-content: center; gap: 18px;
  text-align: center;
}
.banner .bt{
  font-family: var(--font-display); font-weight: 800; font-size: clamp(26px,4vw,40px);
  color: var(--tt-ink); line-height: 1.12;
}
.banner .arw{ color: var(--tt-gold); font-size: 24px; }
.lede-center{ text-align: center; font-size: 18px; color: var(--tt-ink-soft); margin: 0 auto 44px; max-width: 620px; }

.price-grid{ display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; max-width: 980px; margin: 0 auto; }
.price-card{
  background: var(--tt-card); border: 1px solid var(--tt-paper-edge); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--tt-shadow-1); display: flex; flex-direction: column;
}
.price-card .pic{ aspect-ratio: 16 / 8.4; overflow: hidden; border-bottom: 3px solid var(--tt-gold); }
.price-card .pic img{ width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

@media (max-width: 760px){
  .price-card .pic{ aspect-ratio: 16 / 9; }
}
.price-card .pic .ph{ border-radius: 0; border: 0; border-bottom: 1.5px dashed rgba(192,138,46,.5); }
.price-card .body{ padding: 26px 28px 30px; }
.price-card h3{ font-family: var(--font-display); font-weight: 800; font-size: 26px; color: var(--tt-ink); }
.su{ font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--tt-gold-deep); margin: 4px 0 12px; }
.amt{ font-family: var(--font-display); font-weight: 900; font-size: 54px; color: var(--tt-red); line-height: 1; }
.amt-sub{ font-size: 14px; color: var(--tt-ink-soft); margin: 6px 0 18px; }
.feat{ list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.feat li{ display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; color: var(--tt-ink-soft); }
.feat li svg{ color: var(--tt-teal); flex: 0 0 auto; margin-top: 2px; }

/* free item + QR */
.freebar{
  margin-top: 36px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center;
  background: var(--tt-ink); color: var(--tt-paper); border-radius: var(--r-lg);
  padding: 32px 36px; box-shadow: var(--tt-shadow-2);
}
.freebar .lead{ display: flex; gap: 22px; align-items: flex-start; }
.freebar .wb{ width: 84px; height: auto; flex: 0 0 auto; }
.freebar p{ margin: 0 0 8px; font-size: 15px; line-height: 1.55; color: rgba(244,234,212,.9); }
.freebar p:last-child{ margin-bottom: 0; }
.freebar strong{ color: var(--tt-gold-bright); }
.qr-box{ display: flex; flex-direction: column; align-items: center; gap: 12px; max-width: 200px; }
.qr{ width: 124px; height: 124px; background: var(--tt-paper); border-radius: var(--r-sm); padding: 10px; }
.qr svg{ width: 100%; height: 100%; }
.qr-box p{ color: rgba(244,234,212,.78) !important; text-align: center; }

/* wristband placeholder (image was missing) */
.wb-ph{
  width: 84px; height: 84px; flex: 0 0 auto; border-radius: 50%;
  background: var(--tt-gold); display: flex; align-items: center; justify-content: center;
  color: #3a2606; font-weight: 800; font-size: 11px; text-align: center; line-height: 1.1;
  box-shadow: inset 0 0 0 3px rgba(58,38,6,.25);
}

/* ============================================================
   SALES BREAKDOWN + AMPLIFY
   ============================================================ */
.two-col{ display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.card-soft{
  background: var(--tt-card); border: 1px solid var(--tt-paper-edge); border-radius: var(--r-lg);
  padding: 34px 34px 38px; box-shadow: var(--tt-shadow-1);
}
.tt-h3{ font-family: var(--font-display); font-weight: 800; font-size: 24px; color: var(--tt-ink); margin-bottom: 22px; }

.donut-wrap{ display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.donut{
  width: 168px; height: 168px; border-radius: 50%; flex: 0 0 auto;
  background: conic-gradient(
    var(--tt-red) 0 40%,
    var(--tt-gold) 40% 70%,
    var(--tt-teal) 70% 100%);
  -webkit-mask: radial-gradient(circle, transparent 52px, #000 53px);
          mask: radial-gradient(circle, transparent 52px, #000 53px);
}
.legend{ list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; flex: 1; min-width: 180px; }
.legend li{ display: flex; gap: 14px; align-items: baseline; }
.pct{ font-family: var(--font-display); font-weight: 800; font-size: 26px; color: var(--tt-red); min-width: 58px; }
.pct.g{ color: var(--tt-gold-deep); }
.pct.t{ color: var(--tt-teal); }
.lk{ display: block; font-weight: 800; color: var(--tt-ink); font-size: 15.5px; }
.ls{ display: block; font-size: 13.5px; color: var(--tt-ink-soft); }

.amplify{ display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; }
.amplify .mega{
  width: 84px; height: 84px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--tt-paper-2); color: var(--tt-teal); margin-bottom: 16px; border: 2px solid var(--tt-gold);
}
.amplify > p{ font-size: 16px; color: var(--tt-ink-soft); margin-bottom: 18px; }
.amp-lockup{
  border: 2px dashed rgba(192,138,46,.5); border-radius: var(--r-md);
  padding: 22px 26px; background: var(--tt-paper);
}
.al-taste{ font-family: var(--font-display); font-weight: 900; font-size: 30px; color: var(--tt-ink); }
.al-dates{ font-size: 13px; font-weight: 700; color: var(--tt-red); margin: 4px 0; letter-spacing: .02em; }
.al-fwf{ font-family: var(--font-display); font-style: italic; font-weight: 700; color: var(--tt-gold-deep); font-size: 16px; }
.al-tag{ margin-top: 10px; font-family: var(--font-script); font-size: 24px; color: var(--tt-teal); }

/* ============================================================
   AWARDS
   ============================================================ */
.awards{ padding: 84px 0; background: var(--tt-ink); color: var(--tt-paper); }
.awards-grid{ display: grid; grid-template-columns: minmax(280px, 380px) 1fr; gap: 48px; align-items: center; }
.awards-intro{ display: flex; gap: 22px; align-items: flex-start; }
.trophy{ color: var(--tt-gold-bright); flex: 0 0 auto; }
.awards-intro h2{ color: var(--tt-paper); font-size: clamp(28px,4vw,40px); font-weight: 800; margin-bottom: 12px; }
.awards-intro p{ color: rgba(244,234,212,.82); font-size: 16px; margin: 0; }
.cats{ display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.cat{
  display: flex; align-items: center; gap: 16px;
  background: rgba(251,245,230,.05); border: 1px solid rgba(227,192,113,.22);
  border-radius: var(--r-md); padding: 18px 20px;
}
.cat .ic{
  width: 52px; height: 52px; flex: 0 0 auto; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(227,192,113,.12); color: var(--tt-gold-bright); border: 1px solid rgba(227,192,113,.3);
}
.cn{ font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--tt-paper); }

/* ============================================================
   READY TO JOIN
   ============================================================ */
.join{ padding: 84px 0; }
.join-card{
  position: relative; overflow: hidden;
  background: var(--tt-red) url('assets/sea-red.jpg') center 42% / cover no-repeat;
  border-radius: var(--r-lg); padding: 56px 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap;
  box-shadow: var(--tt-shadow-3);
}
.join-card h2, .join-card p{ text-shadow: 0 2px 10px rgba(60,12,8,.55); }
.join-card::before{
  content: ""; position: absolute; inset: 14px; border: 1.5px solid rgba(227,192,113,.5);
  border-radius: 6px; pointer-events: none;
}
.join-card .floral{ display: none; }
.join-card h2{ color: #fff; font-size: clamp(30px,4vw,46px); font-weight: 900; margin-bottom: 8px; }
.join-card p{ color: rgba(255,255,255,.9); font-size: 17px; margin: 0; max-width: 460px; }
.join-card .btn--primary{ flex: 0 0 auto; }

/* ============================================================
   FOOTER
   ============================================================ */
footer{ background: color-mix(in oklab, var(--tt-ink) 92%, black 8%); }
.foot-brand{ display: flex; justify-content: center; padding: 40px 24px 12px; }
.foot-brand img{ height: 84px; width: auto; opacity: .96; }
.bar{ padding: 28px 0; }
.barIn{ display: flex; align-items: center; gap: 28px; flex-wrap: wrap; justify-content: center; }
.lab{ font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--tt-gold-bright); }
.cons{ display: flex; gap: 26px; flex-wrap: wrap; }
.ci{ display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px; color: rgba(244,234,212,.85); }
.ci svg{ color: var(--tt-gold-bright); }
.socials{ display: flex; gap: 12px; }
.soc{
  width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: var(--tt-ink); background: var(--tt-gold-bright); transition: transform .12s ease, background .16s ease;
}
.soc:hover{ transform: translateY(-2px); background: #eccd86; }

/* Art With Me credit */
.foot-visit{
  border-top: 1px solid rgba(227,192,113,.2);
  padding: 22px 24px 30px;
  display: flex; justify-content: center;
}
.foot-visit a{
  display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center;
  font-size: 14px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  color: rgba(244,234,212,.7); transition: color .16s ease, opacity .16s ease;
}
.foot-visit a img{ height: 22px; width: auto; opacity: .9; transition: opacity .16s ease; }
.foot-visit a:hover{ color: var(--tt-gold-bright); }
.foot-visit a:hover img{ opacity: 1; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px){
  .theme-grid{ grid-template-columns: repeat(2,1fr); }
  .awards-grid{ grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 860px){
  .nav{ gap: 16px; }
  .nav .navlink{ display: none; }
  .hero{
    align-items: flex-end; min-height: 88vh;
    background:
      linear-gradient(180deg, transparent 30%, rgba(244,234,212,.5) 52%, var(--tt-paper) 74%),
      url('assets/hero-catrina.jpg');
    background-size: cover, 150% auto;
    background-position: center, top right;
  }
  .hero-copy{ padding-bottom: 48px; }
}
@media (max-width: 680px){
  .wrap{ padding: 0 18px; }
  .section, .awards, .join{ padding: 56px 0; }
  .price-grid, .two-col{ grid-template-columns: 1fr; }
  .cats{ grid-template-columns: 1fr; }
  .freebar{ grid-template-columns: 1fr; text-align: center; }
  .freebar .lead{ flex-direction: column; align-items: center; text-align: center; }
  .qr-box{ margin: 0 auto; }
  .join-card{ padding: 36px 22px; flex-direction: column; align-items: stretch; text-align: center; gap: 22px; }
  .join-card p{ max-width: none; }
  .join-card .btn--primary{ flex: 1 1 auto; width: 100%; padding: 16px 18px; font-size: 15.5px; white-space: normal; line-height: 1.25; }
}

/* ============================================================
   UX refresh — ARES run 20260605-007
   Hero image logotype, decorative flower, centered WSB,
   vertical Catrina mobile hero. Replaces the CSS text logotype
   (.taste/.tulum/.fwf-row remain styled but are no longer in markup).
   ============================================================ */
.tulum-logo{ margin: 6px 0 16px; }
.tulum-logo img{ width: min(440px, 100%); height: auto; filter: drop-shadow(2px 3px 0 rgba(192,138,46,.22)); }
.tulum-logo .lg-mobile{ display: none; }

/* decorative embroidered flower behind hero info — mobile only by default */
.hero-flower{ display: none; }

/* Wristband Sales Breakdown — fully centered */
.wsb{ text-align: center; }
.wsb .tt-h3{ text-align: center; }
.wsb .donut-wrap{ flex-direction: column; align-items: center; gap: 24px; }
.wsb .legend{ flex: 0 1 auto; min-width: 0; align-items: center; gap: 14px; }
.wsb .legend li{ justify-content: center; text-align: left; }

@media (max-width: 760px){
  /* ---- Mobile hero: vertical Catrina image (content on top, art on the bottom) ---- */
  .hero{
    align-items: flex-start;
    min-height: 100svh;
    background:
      linear-gradient(180deg, rgba(244,234,212,.82) 0%, rgba(244,234,212,.66) 26%, rgba(244,234,212,.28) 40%, rgba(244,234,212,0) 50%),
      url('assets/hero-mobile.jpg') center bottom no-repeat,
      var(--tt-paper);
    background-size: 100% 100%, 100% auto, auto;
    border-bottom: 3px solid var(--tt-gold);
  }
  .hero::after{ inset: 10px; }
  .hero .wrap{ width: 100%; }
  .hero-copy{ padding: 16px 0 0; max-width: none; text-align: center; }
  .hero .hero-cta{ justify-content: center; margin-top: 14px; }
  .hero .presented{ font-size: 30px; margin-bottom: 6px; }
  .hero .presented img{ max-width: 150px; margin-left: auto; margin-right: auto; }
  .hero .tulum-logo{ margin: 8px 0 14px; }
  .hero .tulum-logo .lg-desktop{ display: none; }
  .hero .tulum-logo .lg-mobile{ display: block; width: min(280px, 82%); margin-left: auto; margin-right: auto; }
  .hero .dval{ font-size: 12.5px; padding: 6px 13px; }
  .hero .hero-lede{ display: none; }

  /* embroidered flower drifting slowly behind the hero info */
  .hero-flower{
    display: block; position: absolute;
    top: 8%; left: 50%; width: 86vw; max-width: 420px; aspect-ratio: 520 / 616;
    transform: translateX(-50%);
    background: url('assets/flower-deco.png') center / contain no-repeat;
    opacity: .14; z-index: 1; pointer-events: none;
    animation: heroFlowerDrift 26s ease-in-out infinite;
    transform-origin: center;
  }
  @keyframes heroFlowerDrift{
    0%   { transform: translateX(-50%) translateY(0) rotate(-4deg) scale(1); }
    50%  { transform: translateX(-50%) translateY(14px) rotate(4deg) scale(1.05); }
    100% { transform: translateX(-50%) translateY(0) rotate(-4deg) scale(1); }
  }
  @media (prefers-reduced-motion: reduce){
    .hero-flower{ animation: none; }
  }
}
