@font-face {
  font-family: "TaurusCustom";
  src: url("../fonts/Taurus-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TaurusCustom";
  src: url("../fonts/Taurus-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TaurusCustom";
  src: url("../fonts/Taurus-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCustom";
  src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCustom";
  src: url("../fonts/HelveticaNeue-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCustom";
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCustom";
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #FFE5C2;
  --hero: #f1cb99;
  --secret-bg: #f2c99a;
  --black: #11100d;
  --brown: #9A6438;
  --gold: #E5A923;
  --gold-soft: rgba(229,169,35,.18);
  --text: #17130f;
  --serif: "TaurusCustom", "Didot", "Bodoni 72", "Bodoni MT", Georgia, serif;
  --sans: "HelveticaNeueCustom", "Helvetica Neue", Arial, sans-serif;
  --king: 50%;
  --queen: 50%;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--sans);
  letter-spacing: .04em;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  background: var(--brown);
  min-height: clamp(108px, 8vw, 160px);
  display: grid;
  place-items: center;
  padding: 20px 20px 16px;
}
.brand-logo { width: clamp(172px, 11.5vw, 235px); height: auto; }

.hero-title {
  background: var(--hero);
  text-align: center;
  padding: clamp(22px, 1.8vw, 28px) 20px clamp(18px, 1.4vw, 22px);
}
.hero-title h1,
.poll h2,
.secret h2,
.community h2 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: .95;
  margin: 0;
  letter-spacing: .06em;
}
.hero-title h1 { font-size: clamp(30px, 2vw, 42px); }
.hero-title p {
  margin: 8px 0 0;
  font-size: clamp(13px, .8vw, 17px);
  letter-spacing: .06em;
  font-weight: 700;
}

.page-shell {
  width: min(900px, calc(100% - 42px));
  margin: 0 auto;
  padding: clamp(56px, 5vw, 92px) 0 clamp(72px, 6vw, 116px);
}

.desserts {
  width: min(900px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.2vw, 34px);
  align-items: end;
  margin: 0 auto clamp(72px, 6.5vw, 116px);
}
.dessert-card {
  min-width: 0;
  text-align: center;
  position: relative;
}
.dessert-product-composite {
  width: auto;
  height: auto;
  max-width: min(100%, 420px);
  margin: 0 auto;
}
.dessert-royalty {
  margin: 10px 0 0;
  font-size: clamp(13px, .85vw, 16px);
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  color: var(--brown);
  text-transform: uppercase;
}
.queen-card .dessert-royalty { color: var(--gold); }

/* Old split product typography kept only in case you reuse it later */
.dessert-crown { width: clamp(66px, 4vw, 84px); height: auto; margin: 0 auto 4px; mix-blend-mode: multiply; }
.queen-crown { width: clamp(74px, 4.6vw, 92px); }
.the-label { margin: 0; font-size: clamp(12px, .78vw, 16px); letter-spacing: .12em; font-weight: 700; }
.dessert-card h2 {
  font-family: var(--serif);
  font-size: clamp(62px, 5.8vw, 104px);
  line-height: .78;
  margin: 0;
  font-weight: 700;
  letter-spacing: .01em;
}
.king-card h2 { color: var(--brown); }
.queen-card h2 { color: var(--gold); }
.dessert-name {
  margin: 8px 0 0;
  font-size: clamp(14px, .9vw, 18px);
  font-weight: 700;
  letter-spacing: .06em;
}
.dessert-packshot {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: -28px auto 0;
  position: relative;
  z-index: 2;
}

.poll {
  width: min(900px, 100%);
  margin: 0 auto clamp(78px, 7vw, 126px);
  text-align: center;
}
.poll h2 {
  font-size: clamp(34px, 3.15vw, 54px);
  margin-bottom: 12px;
  line-height: .92;
}
.poll-subtitle {
  margin: 0 auto -6px;
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: .92;
  letter-spacing: -.01em;
  font-weight: 900;
}
.poll-portraits {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: end;
  margin: 0 auto -10px;
  max-width: 680px;
}
.portrait-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.portrait-col img {
  width: min(190px, 18vw);
  margin: 0 auto;
}
.poll-portraits .divider {
  align-self: stretch;
  width: 1px;
  border-left: 2px dashed rgba(0,0,0,.42);
}
.pronunciation-bubble {
  margin-top: 10px;
  padding: 8px 14px;
  background: var(--gold-soft);
  border: 1.5px solid rgba(154,100,56,.25);
  border-radius: 12px;
  text-align: center;
}
.how-do-label {
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: 4px;
}
.how-do-text {
  display: block;
  font-family: var(--serif);
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 700;
  color: var(--text);
  letter-spacing: .04em;
}
.poll-bar {
  width: min(100%, 900px);
  margin: 0 auto;
  height: clamp(58px, 4.6vw, 72px);
  border-radius: 18px;
  display: flex;
  position: relative;
  overflow: visible;
}
.bar-side {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(22px, 2vw, 34px);
  transition: width .55s cubic-bezier(.22,.61,.36,1);
}
.king-result {
  width: var(--king);
  background: var(--brown);
  border-radius: 18px 0 0 18px;
  justify-content: flex-start;
  padding-left: clamp(30px, 4vw, 52px);
}
.queen-result {
  width: var(--queen);
  background: var(--gold);
  border-radius: 0 18px 18px 0;
  justify-content: flex-end;
  padding-right: clamp(30px, 4vw, 52px);
}
.crown-medal {
  position: absolute;
  left: var(--king);
  top: 50%;
  width: clamp(78px, 6.8vw, 98px);
  height: clamp(78px, 6.8vw, 98px);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--gold-soft);
  border: 6px solid rgba(229,169,35,.62);
  display: grid;
  place-items: center;
  color: var(--gold);
  transition: left .55s cubic-bezier(.22,.61,.36,1);
}
.crown-medal span {
  font-family: Georgia, serif;
  font-size: clamp(32px, 2.8vw, 44px);
  transform: translateY(-2px);
}
.poll-actions {
  width: min(100%, 900px);
  margin: 26px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vote-btn,
.secret-btn {
  border: 0;
  min-height: 46px;
  border-radius: 999px;
  color: #fff;
  font: 700 clamp(14px, .9vw, 16px)/1 var(--serif);
  letter-spacing: .045em;
  cursor: pointer;
  padding: 14px 30px;
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}
.vote-btn:hover,
.secret-btn:hover { transform: translateY(-2px); opacity: .94; }
.king-btn { background: var(--brown); min-width: clamp(180px, 15vw, 240px); }
.queen-btn { background: var(--gold); color: #111; min-width: clamp(180px, 15vw, 240px); }
.poll-message {
  min-height: 32px;
  margin: 34px auto 0;
  opacity: 0;
  transform: translateY(6px);
  color: #000;
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 34px);
  letter-spacing: .01em;
  line-height: 1;
  transition: opacity .28s ease, transform .28s ease;
}
.poll-message.is-visible { opacity: 1; transform: translateY(0); }
.vote-btn[disabled] { cursor: default; opacity: .68; transform: none; }
.vote-btn[aria-pressed="true"] {
  opacity: 1;
  box-shadow: 0 0 0 4px rgba(255,255,255,.65), 0 0 0 8px rgba(0,0,0,.06);
}

.panel-card { border-radius: 22px; }
.secret {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: clamp(34px, 3vw, 48px) clamp(34px, 4.5vw, 64px);
  display: grid;
  grid-template-columns: 1fr minmax(210px, 320px);
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  background: var(--secret-bg);
}
.secret-copy { text-align: left; }
.lock-dot {
  color: #c69740;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 12px;
}
.secret h2 {
  font-size: clamp(32px, 3vw, 46px);
  line-height: .9;
}
.secret p {
  margin: 18px 0 28px;
  font-size: clamp(16px, 1.35vw, 22px);
  letter-spacing: .04em;
  line-height: 1.28;
}
.secret-btn {
  display: inline-grid;
  place-items: center;
  background: #000;
  color: #fff;
  min-width: clamp(220px, 18vw, 310px);
  min-height: 52px;
  border-radius: 999px;
  font-family: var(--serif);
  font-size: clamp(16px, 1.25vw, 21px);
}
.secret img {
  width: min(100%, 250px);
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.community {
  position: relative;
  min-height: clamp(420px, 32vw, 650px);
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background-image: url("../images/community_bg.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.community-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.47); }
.community-inner {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 42px));
  margin: 0 auto;
  padding: clamp(42px, 5vw, 96px) 0;
}
.community-logo { width: clamp(160px, 12vw, 240px); margin: 0 auto 28px; }
.community h2 { font-size: clamp(30px, 2.4vw, 48px); margin-bottom: 12px; color: #fff; }
.community p { margin: 0 0 26px; font-size: clamp(14px, .95vw, 19px); letter-spacing: .1em; }
.social-icons {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 48px);
  margin-top: 4px;
}
.social-icon-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: opacity .2s ease, transform .2s ease;
}
.social-icon-link:hover { opacity: .85; transform: translateY(-2px); }
.social-icon {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255,255,255,.85);
  border-radius: 14px;
  position: relative;
  flex-shrink: 0;
}
.instagram-icon::before { content: ""; position: absolute; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.85); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.instagram-icon::after { content: ""; position: absolute; width: 5px; height: 5px; background: rgba(255,255,255,.85); border-radius: 50%; right: 9px; top: 9px; }
.tiktok-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,0.9)'%3E%3Cpath d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-2.88 2.5 2.89 2.89 0 0 1-2.89-2.89 2.89 2.89 0 0 1 2.89-2.89c.28 0 .54.04.79.1V9.01a6.33 6.33 0 0 0-.79-.05 6.34 6.34 0 0 0-6.34 6.34 6.34 6.34 0 0 0 6.34 6.34 6.34 6.34 0 0 0 6.33-6.34V8.69a8.19 8.19 0 0 0 4.79 1.52V6.73a4.85 4.85 0 0 1-1.02-.04z'/%3E%3C/svg%3E");
  background-size: 58%;
  background-position: center;
  background-repeat: no-repeat;
}

.facebook-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,0.9)'%3E%3Cpath d='M13.5 21v-8h2.7l.4-3.1h-3.1V7.9c0-.9.25-1.5 1.55-1.5h1.65V3.6A22 22 0 0 0 14.3 3.5c-2.4 0-4 1.45-4 4.12V9.9H7.6V13h2.7v8z'/%3E%3C/svg%3E");
  background-size: 58%;
  background-position: center;
  background-repeat: no-repeat;
}

.social-label {
  font-weight: 900;
  font-size: clamp(13px, .95vw, 17px);
  letter-spacing: .04em;
  color: #fff;
}
.insta-grid { display: none; }

/* Royal History section */
.royal-history {
  width: min(900px, 100%);
  margin: 0 auto clamp(78px, 7vw, 126px);
  text-align: center;
}
.history-eyebrow {
  margin: 0 0 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--brown);
  font-size: clamp(12px, .9vw, 14px);
}
.royal-history h2 {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: .06em;
  line-height: .92;
  font-size: clamp(30px, 2.9vw, 50px);
  margin: 0 0 clamp(28px, 3vw, 44px);
}
.history-body {
  display: grid;
  grid-template-columns: minmax(0, 62ch);
  justify-content: center;
  gap: clamp(24px, 3vw, 48px);
  text-align: left;
  background: #fff;
  border-radius: 22px;
  padding: clamp(28px, 3vw, 48px);
  box-shadow: 0 14px 40px rgba(17,16,13,.08);
  border-top: 6px solid var(--gold);
}
.history-col p {
  margin: 0 0 14px;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.6;
  letter-spacing: .03em;
  color: var(--text);
}
.history-col p:last-child { margin-bottom: 0; }
.history-lead {
  font-family: var(--serif);
  font-size: clamp(18px, 1.5vw, 24px) !important;
  font-weight: 700;
  color: var(--brown) !important;
  margin-bottom: 18px !important;
}
.history-tagline {
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: clamp(12px, .9vw, 14px) !important;
  color: var(--brown) !important;
  margin-top: 16px !important;
}
@media (max-width: 720px) {
  .history-body { grid-template-columns: minmax(0, 1fr); }
  }

/* Footer */
.site-footer {
  background: var(--black);
  color: rgba(255,255,255,.82);
  text-align: center;
  padding: clamp(28px, 3.5vw, 52px) 20px;
}
.footer-main {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 22px);
  letter-spacing: .04em;
  color: #fff;
}
.footer-sub {
  margin: 0 0 14px;
  font-size: clamp(13px, .9vw, 16px);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
}
.footer-address {
  margin: 0;
  font-size: clamp(12px, .85vw, 15px);
  letter-spacing: .06em;
  color: rgba(255,255,255,.55);
}
.data-notice {
  margin: 22px auto 0;
  max-width: 640px;
  text-align: left;
  font-size: 12.5px;
  color: rgba(255,255,255,.5);
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 16px;
}
.data-notice summary {
  cursor: pointer;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 11.5px;
  color: var(--gold);
}
.data-notice-body { margin-top: 12px; line-height: 1.5; }
.data-notice-body p { margin: 0 0 8px; }

@media (max-width: 980px) {
  .page-shell { width: min(100%, calc(100% - 32px)); }
  .desserts { gap: 24px; }
  .dessert-card h2 { font-size: clamp(60px, 8vw, 90px); }
  .dessert-packshot { width: min(100%, 430px); margin-top: -24px; }
  .poll-portraits { max-width: 760px; }
  .portrait-col img { width: clamp(180px, 21vw, 240px); }
  .poll-actions { margin-top: 28px; }
  .king-btn, .queen-btn { min-width: 210px; }
  .secret { width: min(760px, 100%); grid-template-columns: 1fr; text-align: center; padding-inline: 30px; }
  .secret-copy { text-align: center; }
  .secret img { order: -1; width: min(100%, 220px); }
}

@media (max-width: 720px) {
  .site-header { min-height: 104px; }
  .hero-title { padding: 22px 16px 18px; }
  .page-shell { width: calc(100% - 22px); padding-top: 34px; }
  .desserts { grid-template-columns: 1fr; gap: 44px; margin-bottom: 68px; }
  .dessert-card h2 { font-size: 72px; }
  .dessert-packshot { width: min(100%, 380px); }
  .poll h2 { font-size: clamp(34px, 8vw, 44px); }
  .poll-portraits { margin: 0 auto 0; }
  .portrait-col img { width: 100px; }
  .pronunciation-bubble { padding: 6px 10px; }
  .how-do-text { font-size: 12px; }
  .poll-bar { height: 54px; border-radius: 14px; }
  .bar-side { font-size: 22px; }
  .king-result { padding-left: 16px; border-radius: 14px 0 0 14px; }
  .queen-result { padding-right: 16px; border-radius: 0 14px 14px 0; }
  .crown-medal { width: 70px; height: 70px; border-width: 4px; }
  .crown-medal span { font-size: 32px; }
  .poll-actions { gap: 12px; }
  .vote-btn { min-width: 0; width: calc(50% - 6px); padding-inline: 12px; font-size: 14px; min-height: 46px; }
  .poll-message { font-size: 28px; margin-top: 24px; }
  .secret { width: 100%; padding: 24px 18px; border-radius: 16px; }
  .secret h2 { font-size: 42px; }
  .secret p { font-size: 18px; }
  .secret-btn { min-width: 0; width: 100%; min-height: 46px; font-size: 18px; }
  .community-inner { width: calc(100% - 28px); }
}

button.secret-btn { border: 0; }
.secret-modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; pointer-events: none; opacity: 0; transition: opacity .35s ease; }
.secret-modal.is-open { opacity: 1; pointer-events: auto; }
.secret-backdrop { position: absolute; inset: 0; background: rgba(17,16,13,.62); backdrop-filter: blur(5px); }
.secret-dialog {
  width: min(520px, calc(100% - 34px)); min-height: 330px; max-height: 90vh; overflow-y: auto; overflow-x: hidden; position: relative; z-index: 1; border-radius: 18px; padding: 58px clamp(26px, 6vw, 56px) 44px; text-align: center; color: var(--text);
  background: radial-gradient(circle at 50% 8%, rgba(247,225,162,.95), rgba(238,219,192,.98) 36%, rgba(243,229,210,.98) 72%);
  box-shadow: 0 28px 90px rgba(0,0,0,.36), inset 0 0 0 1px rgba(255,255,255,.5); transform: translateY(18px) scale(.96); transition: transform .45s cubic-bezier(.22,.61,.36,1);
}
.secret-modal.is-open .secret-dialog { transform: translateY(0) scale(1); animation: royal-card-glow 1.7s ease both; }
.secret-dialog::before, .secret-dialog::after { content: "✦"; position: absolute; color: var(--gold); font-size: 34px; opacity: .75; animation: sparkle-float 2.2s ease-in-out infinite; }
.secret-dialog::before { left: 34px; top: 44px; }
.secret-dialog::after { right: 42px; bottom: 42px; animation-delay: .65s; }
.secret-close { position: absolute; right: 16px; top: 12px; width: 34px; height: 34px; border: 0; background: transparent; font-size: 32px; line-height: 1; color: var(--brown); cursor: pointer; }
.magic-orbit { position: absolute; inset: 0; pointer-events: none; }
.magic-orbit span { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 18px rgba(215,186,62,.95); animation: magic-pop 1.45s ease-in-out infinite; }
.magic-orbit span:nth-child(1) { left: 26%; top: 25%; animation-delay: .1s; }
.magic-orbit span:nth-child(2) { left: 70%; top: 21%; animation-delay: .35s; }
.magic-orbit span:nth-child(3) { left: 79%; top: 61%; animation-delay: .55s; }
.magic-orbit span:nth-child(4) { left: 22%; top: 70%; animation-delay: .78s; }
.magic-orbit span:nth-child(5) { left: 50%; top: 15%; animation-delay: 1s; }
.secret-kicker { margin: 0 0 14px; color: var(--brown); font-weight: 900; font-size: 12px; letter-spacing: .22em; }
.secret-dialog h2 { font-size: clamp(34px, 5vw, 46px); margin-bottom: 10px; }
.secret-dialog p { margin: 0 auto; max-width: 320px; line-height: 1.4; }
.secret-download { display: inline-grid; place-items: center; margin-top: 26px; min-width: 210px; min-height: 46px; padding: 10px 18px; border-radius: 999px; background: linear-gradient(180deg, var(--gold), #cda72d); color: #17130f; font-weight: 900; letter-spacing: .08em; box-shadow: 0 10px 28px rgba(205,167,45,.35); }
@keyframes royal-card-glow { 0% { box-shadow: 0 18px 50px rgba(0,0,0,.28), 0 0 0 rgba(241,215,120,0); } 50% { box-shadow: 0 28px 90px rgba(0,0,0,.36), 0 0 36px rgba(241,215,120,.65); } 100% { box-shadow: 0 28px 90px rgba(0,0,0,.36), 0 0 0 rgba(241,215,120,0); } }
@keyframes sparkle-float { 0%, 100% { transform: translateY(0) scale(1); opacity: .7; } 50% { transform: translateY(-8px) scale(1.15); opacity: 1; } }
@keyframes magic-pop { 0%, 100% { transform: scale(.7); opacity: .35; } 50% { transform: scale(1.3); opacity: 1; } }

/* v10 image workflow:
   Replace king_product_full.png and queen_product_full.png with your final images
   that already include crown + THE + KING/QUEEN + dessert name + packshot.
   Images are not force-upscaled: small placeholders stay at natural size, large final images shrink responsively. */

/* v11: Photoshop artboard ≠ browser width.
   Desktop layout now uses a ~900px web container.
   Product composite source files are 669×1041px and are only scaled down, not up. */
@media (max-width: 720px) {
  .dessert-product-composite { max-width: min(100%, 360px); }
}

/* v13: visible poll labels are vote counts instead of rounded percentages.
   The bar width still uses percentages in the background. */
.bar-side span {
  white-space: nowrap;
}
.vote-pulse {
  animation: vote-pulse .42s ease both;
}
@keyframes vote-pulse {
  0% { transform: scale(1); }
  45% { transform: scale(1.12); }
  100% { transform: scale(1); }
}

/* v14: emphasize traditional heritage + King/Queen storytelling */
.hero-trad {
  margin: 0 0 8px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: clamp(11px, .82vw, 14px);
  color: var(--brown);
}
.story {
  width: min(900px, 100%);
  margin: 0 auto clamp(78px, 7vw, 126px);
  text-align: center;
}
.story-eyebrow {
  margin: 0 0 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--brown);
  font-size: clamp(12px, .9vw, 14px);
}
.story h2 {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: .06em;
  line-height: .92;
  font-size: clamp(30px, 2.9vw, 50px);
  margin: 0 0 clamp(24px, 3vw, 40px);
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2.4vw, 34px);
  text-align: left;
}
.story-card {
  background: #fff;
  border-radius: 22px;
  padding: clamp(24px, 2.6vw, 38px);
  box-shadow: 0 14px 40px rgba(17, 16, 13, .08);
  border-top: 6px solid var(--brown);
}
.story-card.queen { border-top-color: var(--gold); }
.story-card img {
  width: clamp(118px, 12vw, 150px);
  margin: 0 auto 14px;
  mix-blend-mode: multiply;
}
.story-tag {
  display: block;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  color: var(--brown);
}
.story-card.queen .story-tag { color: var(--gold); }
.story-card h3 {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: .02em;
  font-size: clamp(26px, 2.2vw, 38px);
  margin: 6px 0 14px;
  text-align: center;
}
.story-card.king h3 { color: var(--brown); }
.story-card.queen h3 { color: var(--gold); }
.story-card p {
  margin: 0;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.55;
  letter-spacing: .03em;
  color: var(--text);
}
.story-phonetic {
  display: block;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(12px, .95vw, 15px);
  font-weight: 700;
  letter-spacing: .05em;
  color: var(--brown);
  opacity: .85;
  margin: -8px 0 14px;
}
.story-card.queen .story-phonetic { color: #b8942a; }
.story-badge {
  display: inline-block;
  margin-top: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--gold-soft);
  font-weight: 900;
  letter-spacing: .1em;
  font-size: 11px;
  text-transform: uppercase;
}
.story-foot {
  margin: clamp(36px, 4vw, 56px) auto 0;
  max-width: 30ch;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.35;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: clamp(17px, 1.5vw, 24px);
  color: var(--brown);
}
@media (max-width: 720px) {
  .story-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   Secret recipe modal — Instagram-follow gate, reveal, newsletter
   (added for the production 2sweet.hu build)
   ============================================================ */
.secret-dialog { max-height: 92vh; overflow-y: auto; }
.secret-gate { margin-top: 22px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.ig-hint { margin: 0; font-size: 13px; color: var(--brown); opacity: .85; }
.secret-reveal { margin-top: 16px; }
.recipe-view { display: flex; flex-direction: column; gap: 14px; max-height: 44vh; overflow-y: auto; padding: 4px; border-radius: 14px; -webkit-overflow-scrolling: touch; }
.recipe-view img { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.secret-newsletter { margin-top: 20px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.secret-newsletter-label { margin: 0; font-size: 14px; color: var(--brown); font-weight: 700; }
.secret-newsletter input { width: min(320px, 100%); padding: 12px 16px; border-radius: 999px; border: 1px solid rgba(0,0,0,.18); font-size: 15px; }
.secret-newsletter-btn { border: 0; cursor: pointer; padding: 11px 28px; border-radius: 999px; background: linear-gradient(180deg, var(--gold), #cda72d); color: #17130f; font-weight: 900; letter-spacing: .06em; }
.secret-newsletter-msg { margin: 2px 0 0; font-size: 13px; min-height: 18px; }

/* Footer legal link (privacy policy) */
.footer-legal { margin: 20px 0 0; font-size: clamp(12px, .85vw, 14px); letter-spacing: .06em; }
.footer-legal a { color: rgba(255,255,255,.72); text-decoration: underline; text-underline-offset: 3px; }
.footer-legal a:hover { color: #fff; }

/* ============================================================
   v15 -- Kata visszajelzese, 2026-08-25
   Forras: "2 Sweet weboldal modositasok v2.docx" (marketing1@solvatory.com)
   ============================================================ */

/* 1. Nagyobb hely a "Traditional Hungarian Desserts" es a "ROYAL DESSERT BAR" kozott.
      A .hero-title p szabaly (0,1,1) eddig felulirta a .hero-trad margojat (0,1,0). */
.hero-title p.hero-trad { margin: 0 0 clamp(14px, 1.5vw, 24px); }

/* 2. "A Traditional Hungarian Legend" kicsit nagyobb */
.story-eyebrow { font-size: clamp(13px, 1.05vw, 17px); }

/* 3. "WHY THEY WEAR THE CROWN" egy sorban */
#story-title { white-space: nowrap; font-size: clamp(24px, 4.6vw, 50px); }

/* 4/8. "The King/Queen of Desserts" -- Helvetica, vegig nagybetu */
.story-tag { font-family: var(--sans); text-transform: uppercase; }

/* 5/9. "Somloi Galuska" / "Aranygaluska" -- Taurus, egy sorban */
.story-card h3 {
  font-family: var(--serif);
  white-space: nowrap;
  font-size: clamp(22px, 2.05vw, 34px);
}

/* 6/10. A visszatett leiro bekezdesek -- Helvetica */
.story-card p.story-lore {
  font-family: var(--sans);
  margin: 0 0 4px;
  font-size: clamp(13px, .95vw, 15px);
  line-height: 1.6;
  letter-spacing: .02em;
  color: var(--text);
  text-align: left;
}

/* 7/11. Osszetevo-cimkek -- Helvetica, vegig nagybetu */
.story-badge { font-family: var(--sans); text-transform: uppercase; }

/* 12. "100% traditional ..." -- hangsulyosabb, max 2 sor */
.story-foot {
  font-family: var(--sans);
  text-transform: uppercase;
  max-width: 46ch;
  font-size: clamp(19px, 1.9vw, 30px);
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1.3;
}

/* 13. "How do you say it?" + kiejtes -- nagyobb betu, nagyobb sorkoz */
.pronunciation-bubble { padding: 10px 16px; }
.how-do-label { font-size: clamp(11px, .92vw, 13px); margin-bottom: 8px; }
.how-do-text { font-size: clamp(15px, 1.3vw, 19px); line-height: 1.5; }

/* 14. "Some stories can be told in a single bite." -- egy sor */
.history-lead { white-space: nowrap; }

/* 16. Social handle-ok nagyobbak a community kepen */
.social-label { font-size: clamp(15px, 1.25vw, 21px); }

@media (max-width: 720px) {
  /* Mobilon a nowrap olvashatatlanul kicsi betut kenyszeritene, ezert feloldjuk. */
  #story-title { white-space: normal; font-size: clamp(28px, 7.4vw, 44px); }
  .story-card h3 { white-space: normal; }
  .history-lead { white-space: normal; }
  .how-do-text { font-size: 14px; }
  .how-do-label { font-size: 10px; }
  .story-foot { font-size: clamp(17px, 4.6vw, 24px); max-width: 24ch; }
}

/* ============================================================
   v16 -- Kata visszajelzese, 2026-08-25 09:45 (RE: Ez mehet?)
   1. "100% traditional ..." -> a ket mondat kulon sorban, max 2 sor
   2. A Taurus cimek feletti Helvetica sorok nagyobbak
   3. A szavazasnal a kiejtes kisebb, hogy egy sorba kiferjen
   ============================================================ */

/* 1. A ket mondat sortoressel valik szet (lasd markup: <br />).
      A 46ch keret nelkul mindket mondat elfer egy-egy sorban. */
.story-foot {
  max-width: none;
  font-size: clamp(16px, 1.6vw, 26px);
  letter-spacing: .06em;
  line-height: 1.35;
}

/* 2. Helvetica eyebrow-sorok a Taurus cimek felett -- nagyobbra.
      A .hero-title p (0,1,1) miatt a hero sorhoz is (0,1,1) kell. */
.hero-title p.hero-trad { font-size: clamp(14px, 1.15vw, 19px); }
.story-eyebrow   { font-size: clamp(15px, 1.25vw, 21px); }
.history-eyebrow { font-size: clamp(15px, 1.25vw, 21px); }

/* 3. Kiejtes a szavazasnal -- kisebb betu + garantalt egy sor.
      A .poll-portraits oszlopa ~340px; 14px-nel a leghosszabb sor
      (shom-loy-gah-loosh-kah) ~230px, tehat bo tartalek marad. */
.how-do-label { font-size: clamp(9px, .75vw, 11px); margin-bottom: 5px; }
.how-do-text  { font-size: clamp(11px, .92vw, 14px); line-height: 1.45; white-space: nowrap; }
.pronunciation-bubble { padding: 8px 14px; }

@media (max-width: 720px) {
  /* Mobilon az oszlop ~180px: ott a nowrap kicsordulast okozna,
     ezert feloldjuk -- a kisebb meret amugy is egy sorba hozza. */
  .how-do-text  { font-size: 11px; white-space: normal; }
  .how-do-label { font-size: 9px; }
  .story-foot   { font-size: clamp(12px, 3.2vw, 18px); max-width: none; }
}
