/* BeeDance 3.0. Editorial commerce layer, 2026-07-28 */
:root {
  --v3-copper: #a6633c;
  --v3-copper-bright: #c68a5c;
  --v3-night: #07130f;
  --v3-cream: #f4f1e9;
}

/* Editorial territory cluster */
.territory-library {
  padding: clamp(76px, 9vw, 132px) 0;
  background: #f3f0e8;
}

.territory-library-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr);
  gap: clamp(36px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 70px);
}

.territory-library-head > p {
  max-width: 560px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.55;
}

.territory-story-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(18, 39, 30, .22);
  border-bottom: 1px solid rgba(18, 39, 30, .22);
}

.territory-story {
  min-height: 330px;
  padding: 30px 24px 26px;
  color: var(--ink);
  text-decoration: none;
  border-right: 1px solid rgba(18, 39, 30, .18);
  display: flex;
  flex-direction: column;
  transition: background-color .3s ease, color .3s ease, transform .3s ease;
}

.territory-story:last-child { border-right: 0; }
.territory-story > span { color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.territory-story h3 { margin: auto 0 18px; font: 700 clamp(28px, 2.3vw, 42px)/1.02 "Noto Sans", sans-serif; letter-spacing: -.04em; }
.territory-story p { margin: 0 0 24px; color: var(--muted); line-height: 1.5; }
.territory-story strong { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.territory-story:hover { color: #f8f4e9; background: #10251d; transform: translateY(-6px); }
.territory-story:hover p, .territory-story:hover > span { color: #d8b773; }

@media (max-width: 1050px) {
  .territory-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 0; }
  .territory-story { min-height: 280px; border-bottom: 1px solid rgba(18, 39, 30, .18); }
  .territory-story:nth-child(2n) { border-right: 0; }
  .territory-story:last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .territory-library-head { grid-template-columns: 1fr; gap: 20px; }
  .territory-story-grid { grid-template-columns: 1fr; }
  .territory-story, .territory-story:nth-child(2n) { min-height: 230px; border-right: 0; }
  .territory-story:last-child { grid-column: auto; }
}

body {
  background-image:
    radial-gradient(circle at 8% 18%, color-mix(in srgb, var(--accent) 7%, transparent), transparent 31rem),
    linear-gradient(180deg, color-mix(in srgb, var(--bg) 96%, white), var(--bg));
}

h1, h2, h3, .page-title, .section-title {
  font-family: "Epilogue", Arial, sans-serif;
  letter-spacing: -0.045em;
}

.cinema-hero {
  min-height: 100svh;
}

.cinema-scrim {
  background:
    linear-gradient(90deg, rgba(3, 13, 10, .8) 0%, rgba(3, 13, 10, .28) 54%, rgba(3, 13, 10, .1) 100%),
    linear-gradient(0deg, rgba(3, 13, 10, .62) 0%, transparent 48%);
}

.cinema-copy {
  max-width: 830px;
  color: #fff;
}

.cinema-copy h1 {
  max-width: 12ch;
  font-size: clamp(3.2rem, 7.2vw, 7.8rem);
  line-height: .9;
}

.cinema-copy p {
  max-width: 42rem;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  color: rgba(255, 255, 255, .84);
}

.cinema-copy .button-ghost {
  border-color: rgba(255, 255, 255, .58);
  background: rgba(7, 19, 15, .22);
  color: #fff;
}

.v3-pathways {
  position: relative;
  z-index: 2;
  margin-top: -38px;
  padding-bottom: clamp(70px, 9vw, 140px);
}

.v3-pathways-grid {
  display: grid;
  grid-template-columns: 1.15fr .95fr .95fr;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.v3-pathway {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(24px, 3vw, 44px);
  border-right: 1px solid var(--line);
  transition: background-color 260ms var(--ease), color 260ms var(--ease);
}

.v3-pathway:last-child { border-right: 0; }
.v3-pathway:first-child { background: var(--ink); color: var(--bg); }
.v3-pathway:hover { background: var(--accent); color: var(--surface); }

.v3-pathway small,
.v3-eyebrow {
  font-family: "Epilogue", Arial, sans-serif;
  font-size: .7rem;
  font-weight: 650;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.v3-pathway h2 {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 2.6vw, 3rem);
  line-height: 1;
}

.v3-pathway p { max-width: 32ch; margin: 0; }
.v3-pathway-arrow { font: 600 1.5rem/1 "Epilogue", sans-serif; }

.idea-section { padding-top: clamp(40px, 6vw, 90px); }
.idea-heading { max-width: 14ch; }
.idea-copy { font-size: clamp(1.1rem, 1.6vw, 1.4rem); }

.flavor-panel[role="tabpanel"] { scroll-margin-inline: 0; }

.v3-flavor-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
  font: 650 .78rem/1 "Epilogue", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 7px;
}

.v3-flavor-link::after { content: "↗"; font-size: 1.05rem; }

.v3-ritual {
  padding: clamp(90px, 12vw, 180px) 0;
  background: var(--v3-night);
  color: #f5f2e9;
}

.v3-ritual-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  align-items: end;
  gap: clamp(36px, 7vw, 110px);
}

.v3-ritual-copy h2 {
  max-width: 11ch;
  margin: 14px 0 22px;
  font-size: clamp(2.7rem, 5.4vw, 6rem);
  line-height: .93;
}

.v3-ritual-copy p { max-width: 41ch; color: #cbd3ce; font-size: 1.12rem; }
.v3-ritual-copy .text-link { color: #fff; }

.v3-ritual-media {
  position: relative;
  min-height: clamp(410px, 56vw, 690px);
}

.v3-ritual-media img {
  width: 78%;
  height: 84%;
  margin-left: auto;
  object-fit: cover;
  border-radius: 4px 120px 4px 4px;
}

.v3-ritual-note {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(300px, 60%);
  padding: 26px;
  background: var(--v3-copper);
  color: white;
}

.v3-ritual-note strong { display: block; font: 600 1.15rem/1.2 "Epilogue", sans-serif; }

.v3-process {
  padding: clamp(80px, 10vw, 150px) 0;
}

.v3-process-head {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 42px;
}

.v3-process-head h2 { margin: 0; max-width: 14ch; font-size: clamp(2.4rem, 4.5vw, 5rem); line-height: .94; }
.v3-process-head p { max-width: 43ch; margin: 0 0 5px auto; font-size: 1.16rem; }

.v3-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.v3-process-step { padding: 28px 28px 8px 0; border-right: 1px solid var(--line); }
.v3-process-step + .v3-process-step { padding-left: 28px; }
.v3-process-step:last-child { border-right: 0; }
.v3-process-step span { color: var(--v3-copper); font: 650 .8rem/1 "Epilogue", sans-serif; }
.v3-process-step h3 { margin: 36px 0 12px; font-size: 1.25rem; letter-spacing: -.02em; }
.v3-process-step p { color: var(--muted); }

.v3-hero-action { margin-top: 28px; }

.product-card {
  position: relative;
  overflow: hidden;
  transition: transform 280ms var(--ease), box-shadow 280ms var(--ease);
}

.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-card .product-media img { transition: transform 600ms var(--ease); }
.product-card:hover .product-media img { transform: scale(1.025); }

.v3-card-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 20px;
}

.v3-card-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  font: 650 .75rem/1 "Epilogue", sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.v3-card-action::after { content: "→"; font-size: 1rem; }

.v3-availability { color: var(--muted); font-size: .88rem; }

.v3-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  font-size: .9rem;
  color: var(--muted);
}

.v3-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--accent); }
.v3-consent a { text-decoration: underline; text-underline-offset: 3px; }
.v3-form-note { color: var(--muted); font-size: .9rem; }

.v3-passport-demo {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  min-height: 620px;
  margin-block: clamp(50px, 8vw, 120px);
  background: var(--v3-night);
  color: white;
  overflow: hidden;
}

.v3-passport-visual { position: relative; min-height: 430px; background: #13251e; }
.v3-passport-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .82; }
.v3-passport-seal { position: absolute; inset: auto 28px 28px auto; width: 130px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; display: grid; place-items: center; text-align: center; font: 600 .75rem/1.3 "Epilogue", sans-serif; transform: rotate(-8deg); }
.v3-passport-sheet { padding: clamp(34px, 6vw, 82px); }
.v3-passport-sheet h2 { margin: 14px 0 34px; font-size: clamp(2.5rem, 4.5vw, 5rem); line-height: .95; }
.v3-passport-number { color: var(--v3-copper-bright); font: 550 clamp(4rem, 8vw, 8rem)/.85 "Epilogue", sans-serif; letter-spacing: -.08em; }
.v3-passport-fields { display: grid; grid-template-columns: 1fr 1fr; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.22); }
.v3-passport-fields div { padding: 18px 20px 18px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.v3-passport-fields b { display: block; color: #aebdb5; font: 550 .68rem/1 "Epilogue", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.v3-passport-fields span { display: block; margin-top: 8px; }
.v3-passport-caption { margin-top: 26px; color: #b8c2bd; font-size: .92rem; }

.v3-ritual-page-hero {
  min-height: 88svh;
  display: grid;
  align-items: end;
  position: relative;
  padding: 160px 0 70px;
  color: white;
  background: var(--v3-night);
  overflow: hidden;
}

.v3-ritual-page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.v3-ritual-page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,13,10,.88), rgba(4,13,10,.12)), linear-gradient(0deg, rgba(4,13,10,.8), transparent 70%); }
.v3-ritual-page-copy { position: relative; z-index: 1; max-width: 860px; }
.v3-ritual-page-copy h1 { max-width: 12ch; margin: 12px 0 22px; font-size: clamp(3.4rem, 7vw, 7.5rem); line-height: .9; }
.v3-ritual-page-copy p { max-width: 42ch; font-size: clamp(1.15rem, 1.7vw, 1.5rem); }

.v3-texture-stage {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: calc(100svh - var(--nav-height));
  min-height: calc(100svh - var(--nav-height));
  scroll-margin-top: var(--nav-height);
  padding: clamp(86px, 7vw, 102px) 0 24px;
  background: #020806;
  color: #fff;
  overflow: hidden;
}

.v3-texture-head {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, .5fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 24px;
}

.v3-texture-head h2 {
  max-width: 15ch;
  margin: 12px 0 0;
  font-size: clamp(2.35rem, 4.8vw, 5.4rem);
  line-height: .92;
}

.v3-sound-controls { justify-self: end; text-align: right; }

.v3-sound-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: 650 .75rem/1 "Epilogue", sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.v3-sound-toggle[aria-pressed="true"] { background: #fff; color: var(--v3-night); }
.v3-sound-controls p { min-height: 1.3em; margin: 10px 0 0; color: #9eaaa4; font-size: .88rem; }

.v3-texture-rail {
  display: flex;
  gap: 2px;
  width: 100%;
  min-height: 0;
  height: auto;
  padding-inline: max(0px, calc((100vw - 1540px) / 2));
}

.v3-texture-card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #17231e;
  color: #fff;
  cursor: pointer;
  transition: flex 650ms var(--ease), filter 350ms ease;
}

.v3-texture-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3,10,7,.78), transparent 50%);
  pointer-events: none;
}

.v3-texture-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 800ms var(--ease);
}

.v3-texture-card > span {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  rotate: 180deg;
  white-space: nowrap;
  font: 560 clamp(.72rem, 1vw, 1rem)/1 "Epilogue", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-shadow: 0 2px 20px rgba(0,0,0,.55);
}

.v3-texture-card:hover,
.v3-texture-card:focus-visible,
.v3-texture-card.is-playing { flex: 3.4 1 0; }
.v3-texture-card:hover img,
.v3-texture-card:focus-visible img,
.v3-texture-card.is-playing img { transform: scale(1.08); }
.v3-texture-card:hover > span,
.v3-texture-card:focus-visible > span,
.v3-texture-card.is-playing > span { left: 26px; transform: none; writing-mode: horizontal-tb; rotate: 0deg; }
.v3-texture-rail:has(.v3-texture-card:hover) .v3-texture-card:not(:hover) { filter: brightness(.55) saturate(.72); }

.v3-texture-instruction {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  color: #89968f;
  font: 500 .68rem/1.4 "Epilogue", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.v3-texture-stage audio { display: none; }

.v3-ritual-steps { padding: clamp(90px, 12vw, 170px) 0; }
.v3-ritual-step { display: grid; grid-template-columns: .48fr .8fr 1.2fr; gap: clamp(24px, 5vw, 80px); padding: 48px 0; border-top: 1px solid var(--line); }
.v3-ritual-step > span { color: var(--v3-copper); font: 650 .78rem/1 "Epilogue", sans-serif; }
.v3-ritual-step h2 { margin: 0; font-size: clamp(1.9rem, 3.2vw, 3.5rem); line-height: 1; }
.v3-ritual-step p { max-width: 48ch; margin: 0; font-size: 1.12rem; color: var(--muted); }

@media (max-width: 920px) {
  .v3-pathways-grid { grid-template-columns: 1fr; }
  .v3-pathway { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .v3-pathway:last-child { border-bottom: 0; }
  .v3-ritual-grid, .v3-process-head, .v3-passport-demo { grid-template-columns: 1fr; }
  .v3-process-grid { grid-template-columns: 1fr 1fr; }
  .v3-process-step:nth-child(2) { border-right: 0; }
  .v3-process-step:nth-child(n+3) { border-top: 1px solid var(--line); }
  .v3-passport-demo { min-height: 0; }
  .v3-ritual-step { grid-template-columns: 60px 1fr; }
  .v3-ritual-step p { grid-column: 2; }
  .v3-texture-head { grid-template-columns: 1fr; }
  .v3-texture-stage { display: block; height: auto; min-height: 100svh; }
  .v3-sound-controls { justify-self: start; text-align: left; }
  .v3-texture-rail { height: 62svh; overflow-x: auto; scroll-snap-type: x mandatory; padding-inline: 20px; scrollbar-width: thin; }
  .v3-texture-card { flex: 0 0 min(76vw, 440px); scroll-snap-align: center; }
  .v3-texture-card:hover, .v3-texture-card:focus-visible, .v3-texture-card.is-playing { flex-basis: min(76vw, 440px); }
  .v3-texture-card > span, .v3-texture-card:hover > span, .v3-texture-card:focus-visible > span, .v3-texture-card.is-playing > span { left: 24px; bottom: 24px; transform: none; writing-mode: horizontal-tb; rotate: 0deg; }
}

@media (max-width: 620px) {
  .v3-pathways { margin-top: -22px; }
  .v3-pathway { padding: 25px; }
  .v3-process-grid { grid-template-columns: 1fr; }
  .v3-process-step, .v3-process-step + .v3-process-step { padding: 26px 0; border-right: 0; border-top: 1px solid var(--line); }
  .v3-ritual-media img { width: 90%; height: 78%; }
  .v3-passport-fields { grid-template-columns: 1fr; }
  .v3-ritual-step { grid-template-columns: 1fr; gap: 16px; }
  .v3-ritual-step p { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .product-card, .product-card .product-media img, .v3-pathway { transition: none; }
}

/* BeeDance 3.1. Contained editorial layout, 2026-07-28 */
:root {
  --page: min(1320px, calc(100vw - 48px));
  --v4-radius: 22px;
}

body {
  font-family: "Epilogue", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

h1,
h2,
h3,
.display,
.page-title,
.section-title,
.article-title {
  font-family: "Noto Sans", "Epilogue", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -.045em;
}

.kicker,
.v3-eyebrow,
.flavor-profile dt,
.flavor-tabs button,
.flavor-current,
.text-link,
.v3-flavor-link {
  font-family: "Epilogue", "Segoe UI", Arial, sans-serif;
}

.home-page .cinema-hero {
  width: var(--page);
  min-height: calc(100svh - 32px);
  margin: 16px auto 0;
  border-radius: var(--v4-radius);
}

.home-page .cinema-copy {
  left: clamp(28px, 5vw, 72px);
  bottom: clamp(38px, 7vh, 78px);
  max-width: 900px;
}

.home-page .cinema-copy h1 {
  max-width: 14ch;
  font-size: clamp(3.5rem, 5.8vw, 5.4rem);
  line-height: .92;
}

.home-page .v3-pathways {
  margin-top: -26px;
  padding-bottom: clamp(62px, 7vw, 92px);
}

.home-page .v3-pathways-grid {
  border-radius: var(--v4-radius);
}

.home-page .v3-pathway {
  min-height: 205px;
  padding: clamp(24px, 2.6vw, 36px);
}

.home-page .idea-section,
.home-page .passport-story,
.home-page .origin-story,
.home-page .routes-section,
.home-page .journal-stage {
  padding-block: clamp(72px, 8vw, 112px);
}

.home-page .idea-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: clamp(42px, 7vw, 96px);
}

.home-page .idea-heading {
  max-width: 13ch;
  font-size: clamp(3rem, 5.4vw, 4.9rem);
  line-height: 1;
}

.home-page .idea-copy {
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.home-page .idea-facts {
  margin-top: clamp(34px, 4vw, 58px);
}

.home-page .idea-facts > div {
  min-height: 122px;
}

.home-page .flavor-stage.flavor-tape {
  width: var(--page);
  margin: 28px auto clamp(72px, 8vw, 108px);
  border: 1px solid var(--line);
  border-radius: var(--v4-radius);
  box-shadow: 0 26px 70px color-mix(in srgb, var(--ink) 8%, transparent);
}

.home-page .flavor-tape-top,
.home-page .flavor-tape-controls {
  width: 100%;
  padding-inline: clamp(18px, 2.4vw, 32px);
}

.home-page .flavor-tape-top {
  min-height: 74px;
  grid-template-columns: minmax(150px, .28fr) 1fr;
}

.home-page .flavor-panel-inner {
  height: clamp(460px, calc(100svh - 214px), 600px);
  min-height: 0;
  grid-template-columns: minmax(350px, .78fr) minmax(0, 1.22fr);
}

.home-page .flavor-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: clamp(30px, 3.5vw, 48px);
  background: var(--surface);
}

.home-page .flavor-copy h3 {
  max-width: 100%;
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  line-height: .96;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
}

.home-page .flavor-copy > p {
  margin-top: 18px;
  font-size: clamp(.92rem, 1.15vw, 1.02rem);
  line-height: 1.52;
}

.home-page .flavor-profile {
  margin-top: 22px;
}

.home-page .flavor-profile > div {
  grid-template-columns: 92px 1fr;
  gap: 18px;
  padding: 9px 0;
}

.home-page .flavor-profile dd {
  font-size: .94rem;
}

.home-page .v3-flavor-link {
  margin-top: 18px;
  font-size: .7rem;
}

.home-page .flavor-gallery {
  position: relative;
  z-index: 1;
  min-height: 0;
  height: 100%;
  gap: 7px;
  padding: 7px;
  overflow: hidden;
}

.home-page .flavor-gallery img {
  min-width: 0;
  min-height: 0;
  border-radius: 8px;
}

.home-page .flavor-tape-controls {
  min-height: 58px;
  grid-template-columns: 42px 1fr 42px;
}

.home-page .flavor-arrow {
  width: 38px;
  height: 38px;
  font-size: 18px;
}

.home-page .product-cinema {
  width: var(--page);
  min-height: min(660px, calc(100svh - 70px));
  margin: 0 auto;
  border-radius: var(--v4-radius);
}

.home-page .product-cinema-copy {
  left: clamp(28px, 5vw, 68px);
  bottom: clamp(30px, 6vh, 64px);
  max-width: 700px;
}

.home-page .product-cinema-copy h2,
.home-page .passport-story-copy h2,
.home-page .origin-story-copy h2,
.home-page .routes-head h2,
.home-page .journal-stage-intro h2 {
  font-size: clamp(2.65rem, 4.6vw, 4.6rem);
  line-height: 1;
  letter-spacing: -.035em;
}

.home-page .passport-story-grid,
.home-page .origin-story-grid {
  gap: clamp(48px, 7vw, 96px);
}

.home-page .passport-specimen {
  min-height: 520px;
  border-radius: var(--v4-radius);
}

.home-page .origin-collage {
  min-height: 590px;
}

.home-page .origin-landscape {
  border-radius: var(--v4-radius);
}

.home-page .origin-detail {
  border-radius: 14px;
}

.home-page .routes-head {
  margin-bottom: clamp(34px, 4vw, 54px);
}

.home-page .routes-grid {
  width: var(--page);
}

.home-page .route-panel {
  min-height: 560px;
  border-radius: var(--v4-radius);
}

.home-page .route-panel h3 {
  font-size: clamp(2.35rem, 3.5vw, 3.8rem);
  letter-spacing: -.035em;
}

.home-page .v4-home-soundscape {
  width: var(--page);
  height: min(760px, calc(100svh - 32px));
  min-height: 620px;
  margin: clamp(18px, 4vw, 56px) auto clamp(72px, 8vw, 112px);
  padding: clamp(48px, 5vw, 66px) 0 20px;
  border-radius: var(--v4-radius);
}

.v3-texture-head {
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 24px;
}

.v3-texture-head h2 {
  max-width: 16ch;
  font-size: clamp(2.5rem, 4.1vw, 4.5rem);
  letter-spacing: -.035em;
}

.v3-auto-sound {
  color: #aeb8b3;
  font: 500 .75rem/1.4 "Epilogue", sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.v3-auto-sound p {
  margin: 0;
}

.v4-home-soundscape .v3-texture-head .text-link {
  margin-top: 18px;
  color: #fff;
}

.v4-home-soundscape .v3-texture-rail {
  padding-inline: 18px;
}

.home-page .journal-stage-grid {
  gap: clamp(52px, 8vw, 110px);
}

.v3-ritual-page-hero {
  width: var(--page);
  min-height: calc(88svh - 16px);
  margin: 16px auto 0;
  border-radius: var(--v4-radius);
}

@media (max-width: 980px) {
  .home-page .flavor-tape-top {
    display: block;
    padding: 20px 22px 15px;
  }

  .home-page .flavor-panel-inner {
    height: auto;
    grid-template-columns: 1fr;
  }

  .home-page .flavor-copy {
    min-height: 0;
    padding: 38px 28px 34px;
  }

  .home-page .flavor-gallery {
    min-height: 0;
    aspect-ratio: 1 / .88;
  }

  .home-page .idea-layout,
  .home-page .passport-story-grid,
  .home-page .origin-story-grid,
  .home-page .journal-stage-grid {
    grid-template-columns: 1fr;
  }

  .home-page .origin-collage {
    min-height: min(640px, 72vw);
  }

  .home-page .route-panel {
    min-height: 480px;
  }

  .home-page .v4-home-soundscape {
    display: block;
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 620px) {
  :root {
    --page: calc(100vw - 16px);
    --v4-radius: 16px;
  }

  .site-header {
    inset-block-start: 8px;
  }

  .home-page .cinema-hero {
    min-height: calc(100svh - 16px);
    margin-top: 8px;
  }

  .home-page .cinema-copy {
    left: 22px;
    right: 22px;
    bottom: 34px;
  }

  .home-page .cinema-copy h1 {
    font-size: clamp(2.55rem, 11.2vw, 3.3rem);
    line-height: .96;
  }

  .home-page .v3-pathways {
    margin-top: 16px;
  }

  .home-page .idea-section,
  .home-page .passport-story,
  .home-page .origin-story,
  .home-page .routes-section,
  .home-page .journal-stage {
    padding-block: 64px;
  }

  .home-page .idea-heading,
  .home-page .product-cinema-copy h2,
  .home-page .passport-story-copy h2,
  .home-page .origin-story-copy h2,
  .home-page .routes-head h2,
  .home-page .journal-stage-intro h2 {
    font-size: clamp(2.55rem, 12vw, 3.7rem);
  }

  .home-page .flavor-stage.flavor-tape {
    margin-top: 8px;
  }

  .home-page .flavor-copy {
    padding: 32px 20px 28px;
  }

  .home-page .flavor-copy h3 {
    font-size: clamp(2.7rem, 13vw, 3.8rem);
  }

  .home-page .flavor-gallery {
    aspect-ratio: 1 / 1;
  }

  .home-page .product-cinema {
    min-height: 72svh;
  }

  .home-page .passport-specimen {
    min-height: 420px;
  }

  .home-page .origin-collage {
    min-height: 115vw;
  }

  .home-page .routes-grid {
    grid-template-columns: 1fr;
  }

  .home-page .route-panel {
    min-height: 72svh;
  }

  .home-page .v4-home-soundscape {
    margin-block: 18px 72px;
    padding-top: 42px;
  }

  .v3-texture-head h2 {
    font-size: clamp(2.5rem, 12vw, 3.5rem);
  }

  .v4-home-soundscape .v3-texture-rail {
    height: 64svh;
    padding-inline: 16px;
  }

  .v3-ritual-page-hero {
    width: var(--page);
    min-height: calc(88svh - 8px);
    margin-top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v3-texture-card,
  .v3-texture-card img {
    transition: none;
  }
}

/* BeeDance 3.2. Product pages, banner gallery and ritual refinement */
.home-page .idea-layout {
  display: block;
}

.v4-idea-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}

.home-page .v4-idea-intro .idea-heading {
  max-width: 100%;
  font-size: clamp(2.8rem, 4vw, 3.8rem);
  line-height: 1.02;
}

.home-page .v4-idea-intro .idea-copy {
  max-width: 44ch;
  margin-top: 4px;
  color: color-mix(in srgb, var(--ink) 76%, var(--bg));
}

.brand-banner-gallery {
  margin-top: clamp(34px, 4vw, 54px);
  overflow: hidden;
  border-radius: var(--v4-radius);
  background: var(--forest);
}

.brand-banner-track {
  display: flex;
  aspect-ratio: 16 / 6.7;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.brand-banner-track::-webkit-scrollbar { display: none; }

.brand-banner-track figure {
  flex: 0 0 100%;
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.brand-banner-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-banner-controls {
  min-height: 58px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 18px;
  align-items: center;
  padding: 8px 18px;
  color: #eef3ef;
}

.brand-banner-controls button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  background: transparent;
  color: #eef3ef;
  cursor: pointer;
}

.brand-banner-controls button:last-child { justify-self: end; }
.brand-banner-controls button:disabled { opacity: .3; cursor: default; }
.brand-banner-controls output { justify-self: center; font-size: .78rem; }

.home-page .idea-facts {
  margin-top: clamp(30px, 4vw, 48px);
}

.product-card {
  position: relative;
}

.product-card-detail-link {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
}

.product-card-detail-link:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.product-card .v3-card-actions {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 22px 22px;
}

.product-card .v3-card-action {
  position: relative;
  z-index: 2;
}

.product-card:hover .product-copy h2,
.product-card:focus-within .product-copy h2 {
  color: var(--accent-strong);
}

.product-detail-page .page-main {
  padding-top: calc(var(--nav-height) + 34px);
}

.product-detail-hero {
  padding: 26px 0 clamp(76px, 8vw, 112px);
}

.product-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(400px, .9fr) minmax(0, 1.1fr);
  min-height: min(650px, calc(100svh - 140px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--v4-radius);
  background: var(--surface);
}

.product-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(34px, 5vw, 70px);
}

.product-back {
  margin-bottom: clamp(28px, 4vw, 52px);
  color: var(--accent-strong);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-back::before { content: "←"; margin-right: 10px; }

.product-detail-copy h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(2.7rem, 3.8vw, 4.1rem);
  line-height: .96;
  overflow-wrap: normal;
  word-break: normal;
}

.product-detail-copy > .button {
  min-height: 48px;
  padding: 0 22px;
  background: var(--ink);
  color: var(--surface);
}

.product-detail-copy > p {
  max-width: 38ch;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
}

.product-detail-meta {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 34px 0 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: .82rem;
  font-weight: 650;
}

.product-detail-gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 8px;
  padding: 8px;
  background: var(--forest);
}

.product-detail-gallery img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 14px;
}

/* Catalog sets and verified jar-size matrix */
.set-showcase,
.jar-size-guide {
  padding-bottom: clamp(90px, 10vw, 150px);
}

.set-showcase-head,
.jar-size-copy {
  max-width: 880px;
  margin-bottom: clamp(34px, 5vw, 68px);
}

.set-showcase-head > p:last-child,
.jar-size-copy > p:last-child {
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.05rem;
}

.set-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.set-format-card {
  display: grid;
  min-width: 0;
  color: inherit;
  border: 1px solid var(--line);
  text-decoration: none;
  background: var(--surface);
  transition: transform 220ms ease, border-color 220ms ease;
}

.set-format-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--accent) 58%, var(--line));
}

.set-format-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.set-format-card > div { padding: 26px; }
.set-format-card span { color: var(--accent-dark); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.set-format-card h3 { margin: 10px 0 12px; font-size: clamp(1.7rem, 2.2vw, 2.4rem); }
.set-format-card p { margin: 0; color: var(--muted); }

.jar-size-guide {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(46px, 8vw, 120px);
}

.jar-size-table-wrap { overflow-x: auto; }
.jar-size-table { width: 100%; border-collapse: collapse; }
.jar-size-table th,
.jar-size-table td { padding: 18px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.jar-size-table th { color: var(--accent-dark); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.jar-size-table td:first-child,
.jar-size-table td:nth-child(2) { white-space: nowrap; font-weight: 700; }

.article-cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-top: clamp(70px, 9vw, 110px);
  padding: clamp(30px, 5vw, 54px);
  color: #eff4f0;
  background: var(--forest);
}

.article-cta h2 { margin: 8px 0 14px; color: inherit; }
.article-cta p { max-width: 52ch; margin-bottom: 0; color: #ced9d3; }
.article-cta .kicker { color: var(--accent); }
.article-cta .button { flex: 0 0 auto; background: var(--accent); color: #172018; }

@media (max-width: 820px) {
  .set-showcase-grid,
  .jar-size-guide { grid-template-columns: 1fr; }
  .set-format-card img { aspect-ratio: 16 / 10; }
  .article-cta { align-items: stretch; flex-direction: column; }
}

.product-profile-section {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: clamp(50px, 8vw, 110px);
  padding-bottom: clamp(80px, 10vw, 140px);
}

.product-profile-section > div:first-child h2,
.product-origin-grid h2,
.product-faq > h2,
.product-related h2 {
  margin: 0;
  font-size: clamp(2.15rem, 3.5vw, 3.8rem);
  line-height: 1;
}

.product-profile-section > div:first-child p {
  max-width: 42ch;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.product-profile-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 10px;
}

.product-profile-grid article {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border-radius: 16px;
  background: var(--surface-strong);
}

.product-profile-grid article:first-child {
  background: var(--forest);
  color: #eff4f0;
}

.product-profile-grid strong { font-size: 1.05rem; }
.product-profile-grid p { margin: 0; color: var(--muted); }
.product-profile-grid article:first-child p { color: #ced9d3; }

.set-product-page .product-detail-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.set-profile-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.set-profile-grid article:first-child {
  grid-column: 1 / -1;
}

.product-origin-story {
  padding: clamp(72px, 9vw, 120px) 0;
  background: color-mix(in srgb, var(--surface-strong) 68%, var(--bg));
}

.product-origin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(52px, 9vw, 140px);
}

.product-origin-grid p {
  max-width: 48ch;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.product-origin-grid .text-link { margin-top: 24px; }

.product-faq {
  padding-block: clamp(82px, 10vw, 140px);
}

.product-faq > h2 {
  max-width: 15ch;
  margin-bottom: 42px;
}

.product-faq details {
  max-width: 920px;
  margin-left: auto;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.product-faq summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 700;
}

.product-faq details p {
  max-width: 60ch;
  margin: 14px 0 0;
  color: var(--muted);
}

.product-related {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-bottom: clamp(90px, 11vw, 150px);
}

.product-related > div {
  padding: clamp(28px, 4vw, 48px);
  border-radius: var(--v4-radius);
  background: var(--surface);
}

.product-related h2 { font-size: clamp(1.9rem, 2.8vw, 3rem); }

.product-related-links {
  display: grid;
  gap: 0;
  margin-top: 28px;
}

.product-related-links a {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  transition: color 180ms ease, padding-left 180ms ease;
}

.product-related-links a:hover,
.product-related-links a:focus-visible {
  padding-left: 8px;
  color: var(--accent-strong);
}

.v4-pairing {
  padding: clamp(76px, 9vw, 120px) 0;
  background: var(--v3-night);
  color: #f1f5f2;
}

.v4-pairing-intro {
  max-width: 760px;
}

.v4-pairing-intro h2 {
  max-width: 12ch;
  margin: 12px 0 0;
  font-size: clamp(3rem, 5.3vw, 5.8rem);
  line-height: .96;
}

.v4-pairing-intro > p:not(.v3-eyebrow) {
  max-width: 48ch;
  margin: 24px 0 0;
  color: #cbd6d0;
  font-size: 1.08rem;
}

.v4-pairing-intro .text-link {
  margin-top: 26px;
  color: #f1f5f2;
}

.v4-pairing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 12px;
  margin-top: 46px;
}

.v4-pairing-layout figure {
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--v4-radius);
}

.v4-pairing-layout img { width: 100%; height: 100%; object-fit: cover; }

.v4-pairing-notes {
  display: grid;
  gap: 10px;
}

.v4-pairing-notes article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}

.v4-pairing-notes strong { font-size: 1.05rem; }
.v4-pairing-notes p { max-width: 32ch; margin: 20px 0 0; color: #cbd6d0; }

.v4-storage {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: clamp(48px, 8vw, 112px);
  margin-block: clamp(72px, 9vw, 120px);
  padding: clamp(42px, 6vw, 76px);
  border-radius: var(--v4-radius);
  background: #17352b;
  color: #f1f5f2;
}

.v4-storage .kicker { color: #e9b779; }
.v4-storage .section-title { max-width: 11ch; }
.v4-storage .lead { color: #d9e3de; }

.v4-storage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.v4-storage-grid article {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 14px;
  background: rgba(255,255,255,.085);
}

.v4-storage-grid b { color: #fff; font-size: 1.05rem; }
.v4-storage-grid span { color: #d9e3de; }

@media (max-width: 980px) {
  .v4-idea-intro,
  .product-detail-hero-grid,
  .product-profile-section,
  .product-origin-grid,
  .v4-pairing-layout,
  .v4-storage {
    grid-template-columns: 1fr;
  }

  .brand-banner-track { aspect-ratio: 16 / 8.5; }
  .product-detail-hero-grid { min-height: 0; }
  .product-detail-copy { min-height: 480px; }
  .product-detail-gallery { min-height: 560px; }
  .product-profile-grid { grid-template-columns: 1.25fr 1fr; }
  .product-profile-grid article:last-child { grid-column: 1 / -1; min-height: 170px; }
  .v4-pairing-layout figure { min-height: 480px; }
}

@media (max-width: 620px) {
  .v4-idea-intro { gap: 24px; }
  .home-page .v4-idea-intro .idea-heading { font-size: clamp(2.45rem, 11vw, 3.3rem); }
  .brand-banner-track { aspect-ratio: 4 / 3; }
  .brand-banner-controls output { font-size: .7rem; }
  .home-page .idea-facts { grid-template-columns: 1fr 1fr; }
  .home-page .idea-facts > div { min-height: 130px; }
  .product-detail-page .page-main { padding-top: calc(var(--nav-height) + 18px); }
  .product-detail-hero { padding-top: 12px; }
  .product-detail-copy { min-height: 0; padding: 34px 22px 38px; }
  .product-detail-copy h1 { font-size: clamp(2.6rem, 12vw, 3.6rem); }
  .product-detail-meta { grid-template-columns: 1fr; gap: 8px; }
  .product-detail-gallery { min-height: 0; grid-template-columns: 1fr; }
  .product-detail-gallery img { aspect-ratio: 1 / 1; }
  .product-profile-section { gap: 34px; }
  .product-profile-grid { grid-template-columns: 1fr; }
  .product-profile-grid article,
  .product-profile-grid article:last-child { grid-column: auto; min-height: 180px; }
  .set-product-page .product-detail-gallery,
  .set-profile-grid { grid-template-columns: 1fr; }
  .set-profile-grid article:first-child { grid-column: auto; }
  .product-related { grid-template-columns: 1fr; }
  .v4-pairing-intro h2 { font-size: clamp(2.7rem, 12vw, 3.8rem); }
  .v4-pairing-layout figure { min-height: 105vw; }
  .v4-pairing-notes article { min-height: 150px; }
  .v4-storage { padding: 34px 22px; }
  .v4-storage-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-banner-track { scroll-behavior: auto; }
  .product-related-links a { transition: none; }
}

/* BeeDance 3.8 — visual set collection */
.set-product-page,
.set-article-page,
.set-product-page .page-main,
.set-article-page .page-main {
  background: #fff;
}

.set-product-page .site-header,
.set-article-page .site-header {
  background: color-mix(in srgb, #fff 90%, transparent);
}

.set-product-hero {
  padding: 18px 0 clamp(88px, 10vw, 150px);
}

.set-product-hero-grid {
  display: grid;
  grid-template-columns: minmax(320px, .75fr) minmax(0, 1.35fr);
  gap: clamp(24px, 3vw, 46px);
  min-height: min(760px, calc(100vh - var(--nav-height) - 40px));
  padding: clamp(18px, 2vw, 30px);
  border-radius: 30px;
  background: #f5f1e9;
}

.set-product-intro {
  align-self: center;
  padding: clamp(24px, 4.5vw, 76px);
}

.set-product-intro h1 {
  max-width: 9ch;
  margin: 16px 0 26px;
  font-size: clamp(3.35rem, 6.6vw, 7.4rem);
  line-height: .88;
}

.set-product-intro > p:not(.kicker) {
  max-width: 40ch;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
}

.set-product-hero-mosaic {
  display: grid;
  grid-template-columns: 1.35fr .8fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  min-height: 660px;
}

.set-product-hero-mosaic img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 18px;
}

.set-product-hero-mosaic img:first-child { grid-row: 1 / 3; }

.set-banner-section,
.set-article-gallery {
  padding-bottom: clamp(90px, 11vw, 160px);
}

.set-banner-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 30px;
}

.set-banner-heading h2,
.set-gallery-heading h2 {
  max-width: 14ch;
  margin: 8px 0 0;
  font-size: clamp(2.4rem, 4.7vw, 5rem);
  line-height: .96;
}

.set-slider-controls { display: flex; gap: 8px; }
.set-slider-controls button {
  width: 52px;
  height: 52px;
  border: 1px solid #c8c8c2;
  border-radius: 50%;
  color: #18221c;
  background: #fff;
  font-size: 1.35rem;
  cursor: pointer;
}

.set-banner-slider {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.set-banner-slider::-webkit-scrollbar { display: none; }

.set-banner-slide {
  position: relative;
  flex: 0 0 min(88%, 1280px);
  min-width: 0;
  margin: 0;
  overflow: hidden;
  scroll-snap-align: start;
  border-radius: 22px;
  color: #fff;
  background: #0c1711;
}

.set-banner-slide img {
  width: 100%;
  aspect-ratio: 2.5 / 1;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.7,.2,1);
}
.set-banner-slide:hover img { transform: scale(1.025); }
.set-banner-slide figcaption {
  position: absolute;
  left: 24px;
  bottom: 22px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(7, 19, 13, .74);
  backdrop-filter: blur(10px);
  font: 700 .75rem/1 var(--font-sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.set-product-page .product-profile-section {
  padding-top: 0;
}

.set-photo-story {
  padding: clamp(80px, 10vw, 150px) 0;
  background: #f5f1e9;
}

.set-photo-story .container { display: grid; gap: 18px; }
.set-photo-story-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  align-items: stretch;
  gap: 18px;
}
.set-photo-story-row--reverse { grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); }
.set-photo-story-row--reverse img { order: 2; }
.set-photo-story-row img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 22px;
}
.set-photo-story-row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 78px);
  border: 1px solid #dedbd3;
  border-radius: 22px;
  background: #fff;
}
.set-photo-story-row h2 {
  max-width: 12ch;
  margin: 12px 0 24px;
  font-size: clamp(2.2rem, 3.25vw, 3.9rem);
  line-height: 1.02;
  text-wrap: balance;
}
.set-photo-story-row p:not(.kicker) { max-width: 44ch; color: var(--muted); font-size: 1.08rem; }

.set-gallery-section { padding-block: clamp(90px, 11vw, 160px); }
.set-gallery-heading { max-width: 900px; margin-bottom: 42px; }
.set-gallery-heading > p:last-child { max-width: 58ch; color: var(--muted); }
.set-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 220px;
  grid-auto-flow: dense;
  gap: 12px;
}
.set-gallery-tile { grid-column: span 4; margin: 0; overflow: hidden; border-radius: 18px; }
.set-gallery-tile:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.set-gallery-tile:nth-child(2),
.set-gallery-tile:nth-child(3) { grid-column: span 5; }
.set-gallery-tile:nth-child(4) { grid-column: span 5; grid-row: span 2; }
.set-gallery-tile:nth-child(5),
.set-gallery-tile:nth-child(6) { grid-column: span 3; }
.set-gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.set-gallery-tile:hover img { transform: scale(1.035); }
.set-gallery-grid > .set-gallery-tile { grid-column: span 6; grid-row: span 2; }
.set-gallery-grid > .set-gallery-tile:first-of-type { grid-column: 1 / -1; grid-row: span 3; }
.set-product-page--noir .set-gallery-grid > .set-gallery-tile:last-of-type { grid-column: 1 / -1; grid-row: span 3; }
.set-gallery-cta {
  grid-column: 1 / -1;
  grid-row: span 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr;
  gap: 10px 40px;
  align-items: center;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: clamp(28px, 3vw, 42px);
  border-radius: 18px;
  color: #f3f2ec;
  background: #0d1b14;
}
.set-gallery-cta > span { grid-column: 1; grid-row: 1; color: #d6a146; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.set-gallery-cta h3 { grid-column: 1; grid-row: 2; max-width: 20ch; margin: 0; font-size: clamp(1.8rem, 2.7vw, 3rem); line-height: 1; text-wrap: balance; }
.set-gallery-cta .button {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  max-width: 100%;
  margin-top: auto;
  white-space: normal;
  line-height: 1.2;
  text-align: center;
  background: #d6a146;
  color: #132019;
}

.set-related-section { padding-bottom: clamp(90px, 11vw, 160px); }
.set-related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.set-related-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-bottom: 28px;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}
.set-related-card img { width: 100%; aspect-ratio: 16 / 10; margin-bottom: 22px; object-fit: cover; border-radius: 18px; }
.set-related-card span { color: var(--accent-dark); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.set-related-card h3 { margin: 8px 0; font-size: clamp(2rem, 3.4vw, 3.5rem); line-height: 1; text-wrap: balance; }
.set-related-card p { margin: 0; color: var(--muted); }
.set-related-card strong { margin-top: auto; padding-top: 24px; font-size: .9rem; }
.set-related-card strong i { margin-left: 8px; font-style: normal; transition: transform 180ms ease; }
.set-related-card:hover strong i { display: inline-block; transform: translateX(4px); }
.set-guide-links { margin-top: 38px; }

.set-article-page .article-hero { padding-bottom: 46px; background: #fff; }
.set-article-page .article-cover { max-height: 720px; object-fit: cover; border-radius: 24px; }
.set-article-page .article-layout { padding-top: clamp(72px, 8vw, 120px); }
.set-article-page .article-body > h2 { margin-top: 78px; }
.set-article-page .article-inline-visual img { border-radius: 18px; }
.set-article-gallery { padding-top: clamp(70px, 8vw, 120px); }
.set-article-products { padding-bottom: clamp(96px, 11vw, 160px); }
.set-article-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.set-article-product-grid a { color: inherit; text-decoration: none; }
.set-article-product-grid img { width: 100%; aspect-ratio: 1 / 1.05; margin-bottom: 20px; object-fit: cover; border-radius: 18px; }
.set-article-product-grid span { color: var(--accent-dark); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.set-article-product-grid h3 { margin: 8px 0 0; font-size: clamp(1.8rem, 2.7vw, 3rem); }

@media (max-width: 980px) {
  .set-product-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .set-product-intro { padding: 32px 22px 12px; }
  .set-product-intro h1 { max-width: 12ch; }
  .set-product-hero-mosaic { order: -1; min-height: 540px; }
  .set-photo-story-row,
  .set-photo-story-row--reverse { grid-template-columns: 1fr 1fr; }
  .set-photo-story-row--reverse img { order: initial; }
  .set-gallery-grid { grid-auto-rows: 190px; }
  .set-gallery-tile:nth-child(n) { grid-column: span 6; grid-row: span 1; }
  .set-gallery-tile:nth-child(1),
  .set-gallery-tile:nth-child(4) { grid-row: span 2; }
  .set-gallery-cta {
    grid-column: 1 / -1;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media (max-width: 700px) {
  .set-product-hero { padding-top: 6px; }
  .set-product-hero-grid { padding: 10px; border-radius: 20px; }
  .set-product-intro h1 { font-size: clamp(3rem, 16vw, 4.4rem); }
  .set-product-hero-mosaic { display: block; min-height: 0; }
  .set-product-hero-mosaic img:first-child { display: block; aspect-ratio: 4 / 3; }
  .set-product-hero-mosaic img:not(:first-child) { display: none; }
  .set-banner-heading { align-items: flex-start; flex-direction: column; }
  .set-banner-slide { flex-basis: 94%; }
  .set-banner-slide img { aspect-ratio: 4 / 3; }
  .set-photo-story-row,
  .set-photo-story-row--reverse { grid-template-columns: 1fr; }
  .set-photo-story-row img { min-height: 0; aspect-ratio: 1 / 1; }
  .set-photo-story-row--reverse img { order: 0; }
  .set-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .set-gallery-tile:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .set-gallery-tile:nth-child(1),
  .set-gallery-tile:nth-child(4) { grid-column: 1 / -1; grid-row: span 2; }
  .set-gallery-cta { grid-column: 1 / -1; grid-row: span 2; padding: 28px; }
  .set-related-grid,
  .set-article-product-grid { grid-template-columns: 1fr; }
  .set-article-page .article-title {
    font-size: clamp(2.35rem, 10vw, 2.7rem);
    overflow-wrap: normal;
    hyphens: auto;
  }
}

/* BeeDance 3.9 — B2B editorial cluster */
.b2b-editorial-page,
.b2b-editorial-page .page-main {
  background: #fff;
}

.b2b-editorial-page .site-header {
  background: color-mix(in srgb, #fff 92%, transparent);
}

.b2b-editorial-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 4vw, 68px);
  align-items: center;
  padding-block: clamp(34px, 6vw, 88px) clamp(80px, 10vw, 144px);
}

.b2b-editorial-hero h1 {
  max-width: 13ch;
  margin: 24px 0;
  font-size: clamp(3.2rem, 6.1vw, 6.8rem);
  line-height: .93;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.b2b-editorial-hero .lead { max-width: 48ch; }
.b2b-hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }

.b2b-editorial-hero-image { margin: 0; }
.b2b-editorial-hero-image img {
  width: 100%;
  min-height: 620px;
  aspect-ratio: .92;
  object-fit: cover;
  border-radius: 30px;
}
.b2b-editorial-hero-image figcaption,
.b2b-visual-slide figcaption,
.b2b-gallery-item figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: .86rem;
}

.b2b-visual-section { padding-bottom: clamp(90px, 11vw, 150px); }
.b2b-section-heading { max-width: 900px; margin-bottom: 34px; }
.b2b-section-heading h2 {
  max-width: 15ch;
  margin: 10px 0 14px;
  font-size: clamp(2.35rem, 4.6vw, 4.9rem);
  line-height: .98;
  text-wrap: balance;
}
.b2b-section-heading > p:last-child { max-width: 58ch; color: var(--muted); }

.b2b-visual-slider {
  display: grid;
  grid-template-columns: 1.45fr .8fr .8fr;
  gap: 12px;
}
.b2b-visual-slide { margin: 0; }
.b2b-visual-slide img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 22px;
}

.b2b-editorial-layout { max-width: 1120px; }
.b2b-editorial-body { max-width: 920px; margin-inline: auto; }
.b2b-editorial-body > h2 { max-width: 18ch; text-wrap: balance; }
.b2b-table-scroll {
  width: 100%;
  margin-block: 32px 54px;
  overflow-x: auto;
  border: 1px solid #d8d9d3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(18, 31, 23, .05);
  scrollbar-color: #9f7048 #ecece6;
  scrollbar-width: thin;
}
.b2b-table-scroll:focus-visible { outline: 3px solid rgba(159, 112, 72, .35); outline-offset: 4px; }
.b2b-editorial-body table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.b2b-editorial-body td,
.b2b-editorial-body th {
  padding: 17px 19px;
  vertical-align: top;
  overflow-wrap: break-word;
  text-align: left;
}
.b2b-editorial-body thead th {
  color: #f7f5ef;
  background: #17221b;
  font-size: .88rem;
  line-height: 1.25;
  letter-spacing: .01em;
}
.b2b-editorial-body thead th + th { border-left: 1px solid rgba(255, 255, 255, .16); }
.b2b-editorial-body tbody td {
  border-top: 1px solid #dedfd9;
  font-size: clamp(.95rem, 1.15vw, 1.05rem);
  line-height: 1.42;
}
.b2b-editorial-body tbody tr:nth-child(even) td { background: #f7f6f1; }
.b2b-editorial-body tbody td + td { border-left: 1px solid #e1e2dc; }
.b2b-editorial-body table th:first-child,
.b2b-editorial-body table td:first-child { width: 22%; font-weight: 650; }

.b2b-inline-offer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: end;
  margin: clamp(56px, 8vw, 94px) 0;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 26px;
  color: #fff;
  background: #17221b;
}
.b2b-inline-offer span { color: #d9ad69; font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.b2b-inline-offer h2 { max-width: 15ch; margin: 12px 0 16px; color: #fff; font-size: clamp(2rem, 3.4vw, 3.6rem); line-height: 1; }
.b2b-inline-offer p { max-width: 52ch; margin: 0; color: #d9ded9; }
.b2b-inline-offer .button { white-space: nowrap; background: #f4eee1; color: #17221b; }

.b2b-taste-cards { margin-block: clamp(80px, 10vw, 130px); }
.b2b-taste-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.b2b-taste-grid a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 18px;
  border-bottom: 1px solid #d8d8d0;
  color: inherit;
  text-decoration: none;
}
.b2b-taste-grid img { width: 100%; aspect-ratio: .82; object-fit: cover; border-radius: 18px; }
.b2b-taste-grid span { display: block; margin-top: 14px; color: #966333; font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.b2b-taste-grid h3 { margin: 7px 0 0; font-size: 1.35rem; }

.b2b-sources {
  margin-block: clamp(80px, 10vw, 130px);
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid #dadbd4;
  border-radius: 26px;
  background: #f7f6f1;
}
.b2b-sources h2 { margin: 10px 0 24px; }
.b2b-sources ul { display: grid; gap: 12px; margin: 0; padding-left: 20px; }
.b2b-sources a { color: #704526; text-underline-offset: 3px; }
.b2b-source-note { margin: 26px 0 0; color: var(--muted); font-size: .9rem; }
.b2b-faq { padding: 0; }

.b2b-photo-bank { padding-block: clamp(90px, 12vw, 170px); }
.b2b-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 210px;
  gap: 12px;
}
.b2b-gallery-item { grid-column: span 4; grid-row: span 2; margin: 0; }
.b2b-gallery-item--1 { grid-column: span 8; grid-row: span 3; }
.b2b-gallery-item--4 { grid-column: span 8; }
.b2b-gallery-item img { width: 100%; height: calc(100% - 38px); object-fit: cover; border-radius: 20px; }

.b2b-related { padding-bottom: clamp(90px, 11vw, 150px); }
.b2b-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.b2b-related-grid a {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 30px;
  border: 1px solid #d9dad4;
  border-radius: 22px;
  color: inherit;
  text-decoration: none;
  background: #faf9f5;
}
.b2b-related-grid span { color: #98643b; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.b2b-related-grid h3 { margin: 44px 0 16px; font-size: clamp(1.7rem, 2.2vw, 2.5rem); line-height: 1.03; }
.b2b-related-grid p { margin-bottom: 0; color: var(--muted); }
.b2b-article-final { margin-bottom: clamp(90px, 10vw, 140px); }
.b2b-final-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }

.b2b-knowledge-hub { padding-block: clamp(90px, 12vw, 170px); }
.b2b-hub-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.b2b-hub-card {
  display: grid;
  grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr);
  min-height: 360px;
  overflow: hidden;
  border: 1px solid #d9dad3;
  border-radius: 24px;
  color: inherit;
  text-decoration: none;
  background: #faf9f5;
}
.b2b-hub-card img { width: 100%; height: 100%; object-fit: cover; }
.b2b-hub-card > div { display: flex; flex-direction: column; padding: clamp(24px, 3vw, 40px); }
.b2b-hub-card span { color: #98643b; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.b2b-hub-card h3 { margin: 28px 0 14px; font-size: clamp(1.65rem, 2.2vw, 2.5rem); line-height: 1.03; }
.b2b-hub-card p { color: var(--muted); }
.b2b-hub-card strong { margin-top: auto; padding-top: 20px; }
.b2b-hub-action { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.b2b-hub-action p { max-width: 48ch; margin: 0; color: var(--muted); }

@media (max-width: 980px) {
  .b2b-editorial-hero { grid-template-columns: 1fr; }
  .b2b-editorial-hero-image { order: -1; }
  .b2b-editorial-hero-image img { min-height: 0; aspect-ratio: 16 / 10; }
  .b2b-editorial-hero h1 { max-width: 16ch; }
  .b2b-visual-slider { grid-template-columns: 1.2fr 1fr; overflow: hidden; }
  .b2b-visual-slide:last-child { display: none; }
  .b2b-taste-grid { grid-template-columns: repeat(2, 1fr); }
  .b2b-gallery-item:nth-child(n) { grid-column: span 6; grid-row: span 2; }
  .b2b-related-grid { grid-template-columns: 1fr; }
  .b2b-related-grid a { min-height: 0; }
  .b2b-hub-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .b2b-editorial-hero { padding-top: 10px; }
  .b2b-editorial-hero h1 { max-width: none; font-size: clamp(2.55rem, 12vw, 3.4rem); overflow-wrap: normal; hyphens: auto; }
  .b2b-editorial-hero-image img { border-radius: 20px; aspect-ratio: 4 / 3; }
  .b2b-hero-actions { align-items: flex-start; flex-direction: column; }
  .b2b-visual-slider { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .b2b-visual-slide { flex: 0 0 88%; scroll-snap-align: start; }
  .b2b-visual-slide:last-child { display: block; }
  .b2b-visual-slide img { height: auto; aspect-ratio: 4 / 3; }
  .b2b-inline-offer { grid-template-columns: 1fr; align-items: start; padding: 28px; }
  .b2b-inline-offer .button { white-space: normal; }
  .b2b-table-scroll {
    width: calc(100vw - 40px);
    margin-inline: calc((100vw - 40px - 100%) / 2);
    border-radius: 14px;
  }
  .b2b-editorial-body table { min-width: 680px; }
  .b2b-editorial-body td,
  .b2b-editorial-body th { padding: 14px 15px; }
  .b2b-taste-grid { grid-template-columns: 1fr 1fr; }
  .b2b-taste-grid h3 { font-size: 1.05rem; }
  .b2b-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .b2b-gallery-item:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .b2b-gallery-item:nth-child(1),
  .b2b-gallery-item:nth-child(4) { grid-column: 1 / -1; grid-row: span 2; }
  .b2b-gallery-item figcaption { display: none; }
  .b2b-gallery-item img { height: 100%; }
  .b2b-hub-card { grid-template-columns: 1fr; }
  .b2b-hub-card img { height: auto; aspect-ratio: 4 / 3; }
  .b2b-hub-action { align-items: flex-start; flex-direction: column; }
}

/* BeeDance 3.3. Dark collection, unified page rhythm and editorial articles */
.site-header {
  inset: 10px auto auto 50%;
  width: var(--page);
  padding-inline: clamp(18px, 2.2vw, 30px);
  border: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
  border-radius: 999px;
  transform: translateX(-50%);
}

.nav-links {
  gap: clamp(13px, 1.55vw, 24px);
  font-size: 12.5px;
}

.journal-page .page-hero {
  padding: clamp(54px, 6vw, 78px) 0 48px;
}

.article-page .article-hero {
  padding: clamp(72px, 8vw, 112px) 0 clamp(48px, 5vw, 72px);
}

.journal-page-hero .container,
.article-hero .container,
.v3-ritual-page-copy {
  width: var(--page);
  max-width: none;
  margin-inline: auto;
  padding-inline: clamp(28px, 5vw, 72px);
  box-sizing: border-box;
}

.dark-collection {
  padding: clamp(88px, 9vw, 140px) 0;
  background: #07130f;
  color: #f2f3ee;
}

.dark-collection-stage {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
  min-height: 660px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--v4-radius);
  background: #0d1f18;
}

.dark-collection-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(38px, 5vw, 76px);
}

.dark-collection-copy .kicker { color: #d2a078; }

.dark-collection-copy h2 {
  max-width: 8ch;
  margin: 0;
  font-size: clamp(3.5rem, 6vw, 6.5rem);
  line-height: .9;
}

.dark-collection-copy > p:not(.kicker) {
  max-width: 44ch;
  margin: 30px 0 0;
  color: rgba(242,243,238,.74);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.dark-collection-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  margin-top: 38px;
}

.dark-collection .button-light {
  min-height: 50px;
  padding-inline: 22px;
  background: #f2f3ee;
  color: #0d1f18;
}

.dark-collection .text-link { color: #f2f3ee; }

.dark-collection-visual {
  position: relative;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
}

.dark-collection-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(4,12,9,.84));
  pointer-events: none;
}

.dark-collection-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dark-collection-visual figcaption {
  position: absolute;
  z-index: 1;
  inset: auto clamp(26px, 4vw, 54px) clamp(26px, 4vw, 48px);
  display: grid;
  gap: 6px;
}

.dark-collection-visual figcaption span,
.dark-article-card span {
  color: #d2a078;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.dark-collection-visual figcaption strong {
  max-width: 32ch;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
}

.dark-collection-editorial {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.dark-article-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--v4-radius);
  background: #0d1f18;
  transition: transform 260ms var(--ease), border-color 260ms ease;
}

.dark-article-card:hover {
  border-color: rgba(210,160,120,.58);
  transform: translateY(-4px);
}

.dark-article-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.dark-article-card > div { padding: clamp(24px, 3vw, 34px); }

.dark-article-card h3 {
  margin: 13px 0 0;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  line-height: 1.05;
}

.dark-article-card p {
  margin: 16px 0 0;
  color: rgba(242,243,238,.66);
}

.article-layout {
  display: block;
  padding-top: clamp(62px, 7vw, 100px);
}

.article-body {
  max-width: 900px;
  margin-inline: auto;
}

.article-cover { border-radius: var(--v4-radius); }

.article-inline-visual { margin: clamp(48px, 6vw, 74px) 0; }

.article-inline-visual img {
  width: 100%;
  aspect-ratio: 16 / 7.5;
  object-fit: cover;
  border-radius: var(--v4-radius);
}

.article-inline-visual figcaption {
  max-width: 72ch;
  margin-top: 14px;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.55;
}

.article-aside {
  position: static;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: clamp(70px, 9vw, 120px) auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.article-aside > div {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--v4-radius);
  background: var(--surface);
}

.article-aside h2 { font-size: 1.3rem; }

.article-aside .source-list,
.article-aside .related-list { gap: 15px; }

.article-aside .source-list a,
.article-aside .related-list a { color: var(--ink); }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .dark-collection-stage { grid-template-columns: 1fr; }
  .dark-collection-copy { min-height: 480px; }
  .dark-collection-visual { min-height: 620px; }
}

@media (max-width: 760px) {
  .site-header { inset-block-start: 8px; }

  .journal-page .page-hero,
  .article-page .article-hero { padding: 62px 0 42px; }

  .journal-page-hero .container,
  .article-hero .container,
  .v3-ritual-page-copy { padding-inline: 18px; }

  .dark-collection { padding-block: 70px; }
  .dark-collection-copy { min-height: auto; }
  .dark-collection-copy h2 { font-size: clamp(3.25rem, 16vw, 4.8rem); }
  .dark-collection-visual { min-height: 480px; }

  .dark-collection-editorial,
  .article-aside { grid-template-columns: 1fr; }

  .article-inline-visual img { aspect-ratio: 4 / 3; }
}

/* BeeDance 3.11 — premium flavor pages and a neutral catalog */
.catalog-page,
.catalog-page .page-main,
.flavor-product-page,
.flavor-product-page .page-main {
  background: #fff;
  background-image: none;
}

.catalog-page .catalog-section,
.catalog-page .catalog-products,
.catalog-page .catalog-info {
  background-color: #fff;
}

.flavor-product-page .product-detail-hero {
  padding-bottom: clamp(66px, 7vw, 98px);
}

.flavor-product-page .product-detail-hero-grid {
  border: 1px solid #dfe3de;
  box-shadow: 0 22px 70px rgba(13, 31, 24, .07);
}

.flavor-product-page .product-detail-gallery img {
  transition: transform 700ms var(--ease), filter 500ms ease;
}

.flavor-product-page .product-detail-gallery:hover img {
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.015);
}

.flavor-product-page .product-detail-meta {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.product-visual-story {
  padding-top: clamp(78px, 9vw, 132px);
  padding-bottom: clamp(90px, 10vw, 150px);
}

.product-visual-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .7fr);
  column-gap: clamp(28px, 7vw, 110px);
  row-gap: 18px;
  align-items: end;
  margin-bottom: clamp(36px, 5vw, 66px);
}

.product-visual-intro .kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.product-visual-intro h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3rem, 5.5vw, 6.2rem);
  line-height: .91;
}

.product-visual-intro > p:last-child {
  max-width: 47ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
}

.product-visual-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(190px, 23vw, 340px);
  gap: 12px;
}

.product-visual-tile {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(20px, 2.4vw, 34px);
  background: #edf0eb;
}

.product-visual-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease);
}

.product-visual-tile:hover img { transform: scale(1.025); }
.product-visual-tile-1 { grid-column: span 7; grid-row: span 2; }
.product-visual-tile-2,
.product-visual-tile-3 { grid-column: span 5; }
.product-visual-tile-4 { grid-column: span 7; }
.product-visual-tile-5 { grid-column: span 5; }
.product-visual-tile-4:last-child { grid-column: 1 / -1; }

.product-order-section {
  padding: clamp(84px, 9vw, 136px) 0;
  background: #0a1b15;
  color: #f5f3ed;
}

.product-order-panel {
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
  gap: clamp(44px, 8vw, 124px);
  align-items: center;
}

.product-order-copy .kicker { color: #d3a16f; }

.product-order-copy h2 {
  max-width: 10ch;
  margin: 0;
  color: #f5f3ed;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: .92;
}

.product-order-copy > p:not(.kicker) {
  max-width: 46ch;
  margin: 28px 0 0;
  color: rgba(245, 243, 237, .72);
  font-size: clamp(1rem, 1.15vw, 1.16rem);
}

.product-order-copy .button {
  margin-top: 34px;
  background: #f5f3ed;
  color: #0a1b15;
}

.product-order-data { min-width: 0; }

.product-size-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.product-size-grid > div {
  display: grid;
  gap: 9px;
  min-height: 116px;
  align-content: center;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, .15);
}

.product-size-grid > div:last-child { border-right: 0; }

.product-size-grid span {
  color: rgba(245, 243, 237, .58);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-size-grid strong {
  color: #f5f3ed;
  font-size: clamp(1.2rem, 1.8vw, 1.75rem);
}

.product-commercial-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
  margin: 34px 0 0;
}

.product-commercial-facts > div {
  display: grid;
  gap: 7px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.product-commercial-facts dt {
  color: #d3a16f;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-commercial-facts dd {
  margin: 0;
  color: rgba(245, 243, 237, .82);
}

.product-proof-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-top: 26px;
}

.product-proof-links a {
  color: #f5f3ed;
  text-decoration: underline;
  text-decoration-color: rgba(211, 161, 111, .7);
  text-underline-offset: 6px;
}

.flavor-product-page .product-faq {
  padding-top: clamp(82px, 9vw, 128px);
  padding-bottom: clamp(82px, 9vw, 124px);
}

.product-discovery {
  padding-top: clamp(82px, 9vw, 124px);
  padding-bottom: clamp(100px, 11vw, 158px);
}

.product-discovery-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr);
  gap: clamp(32px, 7vw, 110px);
  align-items: end;
  margin-bottom: clamp(38px, 5vw, 62px);
}

.product-discovery-head h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.7rem);
  line-height: .92;
}

.product-discovery-head > p {
  max-width: 45ch;
  margin: 0;
  color: var(--muted);
}

.product-discovery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-discovery-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid #dfe3de;
  border-radius: clamp(20px, 2vw, 30px);
  background: #fff;
  color: var(--ink);
  transition: transform 280ms var(--ease), box-shadow 280ms var(--ease), border-color 280ms ease;
}

.product-discovery-card:hover,
.product-discovery-card:focus-visible {
  border-color: #c9ab83;
  box-shadow: 0 22px 60px rgba(13, 31, 24, .1);
  transform: translateY(-5px);
}

.product-discovery-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.product-discovery-kind {
  margin: 24px 25px 0;
  color: var(--accent-strong);
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.product-discovery-card h3 {
  margin: 12px 25px 0;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 1.04;
}

.product-discovery-card p {
  margin: 14px 25px 0;
  color: var(--muted);
}

.product-discovery-card b {
  margin: 24px 25px 26px;
  color: var(--ink);
  font-size: .86rem;
}

.product-discovery-card-article { background: #f5f4ef; }

.product-discovery-card-set {
  background: #0d1f18;
  color: #f5f3ed;
}

.product-discovery-card-set h3,
.product-discovery-card-set b { color: #f5f3ed; }
.product-discovery-card-set p { color: rgba(245, 243, 237, .68); }
.product-discovery-card-set .product-discovery-kind { color: #d3a16f; }

@media (max-width: 1080px) {
  .product-visual-intro,
  .product-order-panel,
  .product-discovery-head { grid-template-columns: 1fr; }
  .product-visual-intro .kicker { margin-bottom: 0; }
  .product-order-copy h2,
  .product-discovery-head h2 { max-width: 13ch; }
  .product-discovery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .catalog-page .page-main,
  .flavor-product-page .page-main { padding-top: calc(var(--nav-height) + 18px); }
  .flavor-product-page .product-detail-meta { grid-template-columns: 1fr; }
  .product-visual-story { padding-top: 70px; padding-bottom: 82px; }
  .product-visual-intro { margin-bottom: 30px; }
  .product-visual-intro h2,
  .product-order-copy h2,
  .product-discovery-head h2 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  .product-visual-grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 9px; }
  .product-visual-tile,
  .product-visual-tile-1,
  .product-visual-tile-2,
  .product-visual-tile-3,
  .product-visual-tile-4,
  .product-visual-tile-5,
  .product-visual-tile-4:last-child { grid-column: auto; grid-row: auto; }
  .product-visual-tile img { aspect-ratio: 4 / 3; }
  .product-visual-tile:first-child img { aspect-ratio: 4 / 5; }
  .product-order-section { padding-block: 72px; }
  .product-size-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-size-grid > div { min-height: 94px; border-bottom: 1px solid rgba(255, 255, 255, .15); }
  .product-size-grid > div:nth-child(2n) { border-right: 0; }
  .product-size-grid > div:last-child { grid-column: 1 / -1; }
  .product-commercial-facts,
  .product-discovery-grid { grid-template-columns: 1fr; }
  .product-discovery { padding-top: 74px; padding-bottom: 94px; }
  .product-discovery-card img { aspect-ratio: 4 / 3; }
}

@media (prefers-reduced-motion: reduce) {
  .product-visual-tile img,
  .product-discovery-card,
  .flavor-product-page .product-detail-gallery img { transition: none; }
}

/* BeeDance 3.12 — cinematic editorial system and shared navigation */
:root {
  --v312-paper: #f6f4ee;
  --v312-paper-strong: #fffefa;
  --v312-forest: #0b2017;
  --v312-forest-soft: #142b21;
  --v312-ink: #12231c;
  --v312-amber: #c89458;
  --v312-line: rgba(18, 35, 28, .14);
  --nav-height: 86px;
}

@view-transition { navigation: auto; }

::view-transition-old(root) { animation: v312-page-out 180ms ease both; }
::view-transition-new(root) { animation: v312-page-in 420ms cubic-bezier(.22, 1, .36, 1) both; }

@keyframes v312-page-out {
  to { opacity: .78; filter: blur(2px); transform: scale(.997); }
}

@keyframes v312-page-in {
  from { opacity: 0; filter: blur(5px); transform: translateY(8px); }
}

.site-header.v312-header {
  position: fixed;
  z-index: 100;
  inset: 12px auto auto 50%;
  width: min(1500px, calc(100% - 48px));
  min-height: 66px;
  height: 66px;
  margin: 0;
  padding: 0 11px;
  display: flex;
  grid-template-columns: none;
  align-items: center;
  border: 1px solid rgba(18, 35, 28, .14);
  border-radius: 18px;
  background: rgba(247, 246, 241, .91);
  color: var(--v312-ink);
  box-shadow: 0 16px 42px rgba(6, 20, 13, .12);
  transform: translateX(-50%);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
}

.site-header.v312-header .brand { display: none; }

.site-header.v312-header .nav-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.site-header.v312-header .nav-actions > .button,
.site-header.v312-header .nav-actions > .header-cta {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 12px 20px;
  border: 1px solid var(--v312-forest);
  border-radius: 7px;
  background: var(--v312-forest);
  color: #fffefa !important;
  box-shadow: none;
  font-size: .83rem;
}

.site-header.v312-header .nav-actions > .button:hover,
.site-header.v312-header .nav-actions > .header-cta:hover {
  background: #183428;
  border-color: #183428;
  transform: translateY(-1px);
}

.site-header.v312-header .menu-button {
  display: flex !important;
  order: -1;
  width: auto;
  height: 44px;
  margin: 0;
  padding: 0 17px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid var(--v312-line);
  border-radius: 7px;
  background: rgba(255, 254, 250, .64);
  color: var(--v312-ink);
  font: inherit;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.site-header.v312-header .menu-button::before {
  content: "Меню";
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  transform: none;
}

.site-header.v312-header .menu-button span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 0;
  background: currentColor;
  box-shadow: 0 5px currentColor;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

body.menu-open .site-header.v312-header .menu-button span {
  box-shadow: none;
  transform: rotate(45deg);
}

.site-header.v312-header .nav-links {
  position: absolute;
  z-index: 2;
  top: calc(100% + 8px);
  left: 0;
  width: min(760px, calc(100vw - 48px));
  margin: 0;
  padding: 10px;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(8, 26, 17, .97);
  box-shadow: 0 26px 70px rgba(4, 15, 9, .3);
  color: #fffefa;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 260ms cubic-bezier(.22, 1, .36, 1), visibility 180ms;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

body.menu-open .site-header.v312-header .nav-links {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.site-header.v312-header .nav-links a {
  padding: 15px 16px;
  border-radius: 11px;
  color: rgba(255, 254, 250, .8) !important;
  font-size: .9rem;
  white-space: normal;
}

.site-header.v312-header .nav-links a::after { display: none; }

.site-header.v312-header .nav-links a:hover,
.site-header.v312-header .nav-links a[aria-current="page"] {
  background: rgba(255, 255, 255, .08);
  color: #fffefa !important;
}

.site-header.v312-header .nav-links a[aria-current="page"] { color: #e0ac6d !important; }

.v312-journal {
  min-height: 100%;
  background: var(--v312-forest);
  color: #f7f4ed;
}

.v312-journal-video,
.v312-journal-shade {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.v312-journal-video {
  z-index: 0;
  object-fit: cover;
  filter: saturate(.82) contrast(1.04);
}

.v312-journal-shade {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(6, 18, 12, .38), rgba(6, 18, 12, .78) 58%, rgba(6, 18, 12, .94)),
    radial-gradient(circle at 75% 16%, rgba(198, 143, 73, .2), transparent 38%);
}

.v312-journal .page-main,
.v312-journal .site-footer {
  position: relative;
  z-index: 1;
  background: transparent;
}

.v312-journal .page-main { padding-top: 0; }

.v312-journal .journal-page-hero {
  min-height: 720px;
  padding: 150px 0 86px;
  display: flex;
  align-items: flex-end;
  background: transparent;
  color: #fffefa;
}

.v312-journal .journal-page-hero .container { width: min(1260px, calc(100% - 64px)); }

.v312-journal .journal-page-hero .kicker { color: #dda663; }

.v312-journal .journal-page-hero .page-title {
  max-width: 11ch;
  color: #fffefa;
  font-size: clamp(4.5rem, 8.2vw, 9.2rem);
  line-height: .86;
  letter-spacing: -.075em;
  text-wrap: balance;
}

.v312-journal .journal-page-hero .lead {
  max-width: 55ch;
  color: rgba(255, 254, 250, .72);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
}

.v312-journal .journal-layout {
  width: min(1500px, calc(100% - 48px));
  padding: 0 0 110px;
}

.v312-journal .journal-guide {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 28px;
  background: rgba(9, 30, 20, .84);
  color: #fffefa;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.v312-journal .journal-guide img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.v312-journal .journal-guide > div {
  padding: clamp(34px, 5vw, 78px);
  align-self: center;
}

.v312-journal .journal-guide span,
.v312-journal .journal-card-copy > span { color: #d8a15f; }

.v312-journal .journal-guide h2 {
  max-width: 15ch;
  color: #fffefa;
  font-size: clamp(2.45rem, 4.7vw, 5.8rem);
  line-height: .94;
  letter-spacing: -.055em;
}

.v312-journal .journal-guide p { color: rgba(255, 254, 250, .68); }
.v312-journal .journal-guide strong { color: #fffefa; }

.v312-journal .journal-filters {
  position: relative !important;
  top: auto !important;
  z-index: 1;
  margin: 0 0 18px;
  padding: 10px;
  display: grid;
  grid-template-columns: 138px repeat(8, minmax(126px, 1fr));
  flex-wrap: nowrap;
  gap: 4px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 20px;
  background: rgba(8, 26, 17, .9);
  scrollbar-width: thin;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.v312-filter-label {
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  color: #dfa866;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.v312-journal .filter-button {
  min-width: 126px;
  min-height: 70px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 254, 250, .65);
  text-align: left;
}

.v312-journal .filter-button small,
.v312-journal .filter-button em {
  color: rgba(255, 254, 250, .37);
  font-size: .67rem;
  font-style: normal;
}

.v312-journal .filter-button b { color: inherit; font-size: .82rem; }

.v312-journal .filter-button:hover,
.v312-journal .filter-button.is-active {
  background: #f7f5ef;
  color: var(--v312-ink);
}

.v312-journal .filter-button.is-active small,
.v312-journal .filter-button.is-active em { color: #8e633d; }

.v312-journal .journal-grid {
  padding: 18px;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  background: rgba(7, 23, 15, .74);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .24);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.v312-journal .journal-card,
.v312-journal .journal-card:nth-child(7) {
  grid-column: span 4;
  grid-template-rows: 300px 1fr;
  align-content: stretch;
  overflow: hidden;
  border: 0;
  border-radius: 23px;
  background: #fffefa !important;
  color: var(--v312-ink) !important;
  box-shadow: none;
}

.v312-journal .journal-card:first-child {
  grid-column: span 8;
  grid-template-columns: 1fr;
  grid-template-rows: 610px;
  color: #fffefa !important;
}

.v312-journal .journal-card img {
  width: 100%;
  height: 300px;
  aspect-ratio: auto;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.22, 1, .36, 1);
}

.v312-journal .journal-card:first-child img,
.v312-journal .journal-card:first-child .journal-card-copy { grid-area: 1 / 1; }
.v312-journal .journal-card:first-child img { height: 100%; }

.v312-journal .journal-card:first-child .journal-card-copy {
  z-index: 1;
  align-self: end;
  padding: clamp(30px, 5vw, 68px);
  background: linear-gradient(180deg, transparent 12%, rgba(4, 15, 9, .9));
}

.v312-journal .journal-card-copy { padding: 25px 25px 29px; }

.v312-journal .journal-card h2 {
  color: var(--v312-ink);
  font-size: clamp(1.7rem, 2.2vw, 2.65rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.v312-journal .journal-card p { color: #617068; }
.v312-journal .journal-card:first-child h2 { max-width: 15ch; color: #fffefa; font-size: clamp(2.8rem, 5vw, 6.2rem); }
.v312-journal .journal-card:first-child p { max-width: 52ch; color: rgba(255, 254, 250, .72); }
.v312-journal .journal-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(0, 0, 0, .2); }
.v312-journal .journal-card:hover img { transform: scale(1.025); }

.v312-journal-chapters {
  margin-top: 18px;
  padding: clamp(36px, 5vw, 76px);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  background: rgba(7, 23, 15, .82);
  color: #fffefa;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.v312-chapters-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
  gap: 24px 70px;
  align-items: end;
  margin-bottom: 42px;
}

.v312-chapters-heading .kicker { grid-column: 1 / -1; margin: 0; color: #d9a260; }
.v312-chapters-heading h2 { margin: 0; color: #fffefa; font-size: clamp(3.2rem, 6vw, 7.3rem); line-height: .86; letter-spacing: -.07em; }
.v312-chapters-heading > p:last-child { margin: 0; color: rgba(255, 254, 250, .66); font-size: 1.05rem; }

.v312-chapter-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }

.v312-chapter-grid a {
  min-height: 420px;
  padding: 21px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  color: #fffefa;
  isolation: isolate;
}

.v312-chapter-grid img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.22, 1, .36, 1);
}

.v312-chapter-grid a::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(5, 17, 11, .91)); }
.v312-chapter-grid span { color: #e3ad69; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.v312-chapter-grid h3 { margin: 12px 0 25px; color: #fffefa; font-size: clamp(1.45rem, 2vw, 2.25rem); line-height: 1; }
.v312-chapter-grid b { font-size: .78rem; }
.v312-chapter-grid a:hover img { transform: scale(1.045); }

.v312-journal .site-footer {
  border-top-color: rgba(255, 255, 255, .14);
  background: rgba(5, 17, 11, .93);
  color: #fffefa;
}

.v312-journal .site-footer a,
.v312-journal .site-footer h2,
.v312-journal .site-footer p { color: rgba(255, 254, 250, .72); }

/* Dark opening frame, warm reading surface: a deliberate bridge from journal to article. */
.v312-article,
.v312-article .page-main,
.v312-article .article-layout { background: var(--v312-paper); }

.v312-article .article-hero,
.set-article-page.v312-article .article-hero,
.b2b-editorial-page.v312-article .article-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(140px, 15vw, 220px);
  padding-bottom: clamp(58px, 8vw, 110px);
  background:
    radial-gradient(circle at 82% 18%, rgba(197, 139, 75, .26), transparent 34%),
    linear-gradient(135deg, #081b12, #183329 72%, #34281c);
  color: #fffefa;
}

.v312-article .article-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 80px;
  background: linear-gradient(180deg, transparent, var(--v312-paper));
  pointer-events: none;
}

.v312-article .article-hero > * { position: relative; z-index: 1; }
.v312-article .article-hero .article-title,
.v312-article .article-hero .page-title,
.v312-article .article-hero h1 { color: #fffefa; text-wrap: balance; }
.v312-article .article-hero .lead,
.v312-article .article-hero p { color: rgba(255, 254, 250, .72); }
.v312-article .article-hero a { color: #e0aa68; }

.v312-article .article-cover {
  width: min(1320px, calc(100% - 48px));
  max-height: 720px;
  margin: 48px auto 0;
  border-radius: 30px !important;
  object-fit: cover;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .28);
}

.v312-article .article-layout {
  position: relative;
  z-index: 2;
  color: var(--v312-ink);
}

.v312-article .article-body,
.v312-article .b2b-editorial-body { color: var(--v312-ink); }
.v312-article .article-body > p,
.v312-article .article-body li { color: #34463e; }

.v312-article .article-aside > div,
.v312-article .article-aside > section {
  border: 1px solid var(--v312-line);
  border-radius: 20px;
  background: rgba(255, 254, 250, .82);
  box-shadow: none;
}

.v312-article .article-body table {
  overflow: hidden;
  border: 1px solid var(--v312-line);
  border-radius: 16px;
  background: var(--v312-paper-strong);
}

.v312-article .article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

@media (max-width: 560px) {
  .v312-article .article-hero .article-title {
    font-size: clamp(2rem, 9vw, 2.5rem);
    line-height: 1.02;
    letter-spacing: -.04em;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: wrap;
  }
}

.v312-article .b2b-editorial-hero {
  position: relative;
  width: min(1500px, calc(100% - 48px));
  max-width: none;
  margin-top: 18px;
  margin-bottom: clamp(54px, 7vw, 110px);
  padding: clamp(42px, 5vw, 78px);
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 78% 8%, rgba(202, 149, 86, .22), transparent 34%),
    linear-gradient(135deg, #081b12, #173127 70%, #30261b);
  color: #fffefa;
}

.v312-article .b2b-editorial-hero h1 { color: #fffefa; }
.v312-article .b2b-editorial-hero .lead,
.v312-article .b2b-editorial-hero .breadcrumbs,
.v312-article .b2b-editorial-hero .breadcrumbs a,
.v312-article .b2b-editorial-hero-image figcaption { color: rgba(255, 254, 250, .68); }
.v312-article .b2b-editorial-hero .kicker { color: #dfa966; }
.v312-article .b2b-editorial-hero .button-primary { background: #d7a15f; border-color: #d7a15f; color: #12231c !important; }
.v312-article .b2b-editorial-hero .button-secondary { border-color: rgba(255, 255, 255, .38); color: #fffefa !important; }
.v312-article .b2b-editorial-hero-image img { box-shadow: 0 28px 70px rgba(0, 0, 0, .24); }

.v312-article .site-footer { background: #eeece5; }

body:not(.v312-journal) .contact-panel,
body:not(.v312-journal) .product-order-panel {
  border-radius: 28px;
}

@media (max-width: 1080px) {
  .v312-journal .journal-page-hero { min-height: 650px; }
  .v312-journal .journal-guide { grid-template-columns: 1fr; }
  .v312-journal .journal-guide img { min-height: 360px; max-height: 520px; }
  .v312-journal .journal-card,
  .v312-journal .journal-card:nth-child(7) { grid-column: span 6; }
  .v312-journal .journal-card:first-child { grid-column: span 12; }
  .v312-chapter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  :root { --nav-height: 78px; }

  .site-header.v312-header {
    inset: 8px auto auto 50%;
    width: calc(100% - 16px);
    min-height: 62px;
    height: 62px;
    padding: 0 8px;
    border-radius: 15px;
  }

  .site-header.v312-header .menu-button { height: 42px; padding: 0 13px; }
  .site-header.v312-header .nav-actions > .button,
  .site-header.v312-header .nav-actions > .header-cta { min-height: 42px; padding: 10px 13px; font-size: .73rem; }
  .site-header.v312-header .nav-links { width: 100%; grid-template-columns: 1fr; border-radius: 15px; max-height: calc(100dvh - 90px); overflow-y: auto; }
  .site-header.v312-header .nav-links a { padding: 13px 14px; }

  .v312-journal .journal-page-hero {
    min-height: 610px;
    padding: 118px 0 55px;
  }

  .v312-journal .journal-page-hero .container,
  .v312-journal .journal-layout { width: calc(100% - 16px); }
  .v312-journal .journal-page-hero .page-title { font-size: clamp(3.65rem, 18vw, 5.5rem); }
  .v312-journal .journal-guide { border-radius: 20px; }
  .v312-journal .journal-guide img { min-height: 290px; }
  .v312-journal .journal-guide > div { padding: 28px 22px 34px; }
  .v312-journal .journal-guide h2 { font-size: clamp(2.3rem, 11vw, 3.5rem); }
  .v312-journal .journal-filters { grid-template-columns: repeat(9, minmax(124px, 1fr)); border-radius: 16px; }
  .v312-filter-label { display: none; }
  .v312-journal .journal-grid { padding: 8px; gap: 8px; border-radius: 20px; }
  .v312-journal .journal-card,
  .v312-journal .journal-card:nth-child(7),
  .v312-journal .journal-card:first-child { grid-column: span 12; }
  .v312-journal .journal-card { grid-template-rows: 250px 1fr; border-radius: 17px; }
  .v312-journal .journal-card:first-child { grid-template-rows: 510px; }
  .v312-journal .journal-card img { height: 250px; }
  .v312-journal .journal-card:first-child h2 { font-size: clamp(2.25rem, 11.5vw, 4rem); }
  .v312-journal-chapters { padding: 34px 16px 16px; border-radius: 20px; }
  .v312-chapters-heading { grid-template-columns: 1fr; gap: 22px; }
  .v312-chapters-heading .kicker { grid-column: auto; }
  .v312-chapters-heading h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .v312-chapter-grid { grid-template-columns: 1fr; }
  .v312-chapter-grid a { min-height: 370px; }

  .v312-article .article-hero,
  .set-article-page.v312-article .article-hero,
  .b2b-editorial-page.v312-article .article-hero {
    padding-top: 116px;
    padding-bottom: 48px;
  }

  .v312-article .article-cover { width: calc(100% - 16px); margin-top: 30px; border-radius: 20px !important; }

  .v312-article .b2b-editorial-hero {
    width: calc(100% - 16px);
    margin-top: 10px;
    padding: 28px 18px 18px;
    border-radius: 20px;
  }

  .v312-article .b2b-editorial-hero-image img { min-height: 420px; border-radius: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) { animation: none; }
  .v312-journal-video { display: none; }
  .v312-journal { background: linear-gradient(145deg, #0b2117, #2b261b); }
  .v312-journal .journal-card img,
  .v312-chapter-grid img,
  .site-header.v312-header .nav-links { transition: none; }
}

/* BeeDance 3.12.1 — one shell, banner article heroes and visual article endings */
:root {
  --site-shell: min(1800px, calc(100vw - 32px));
  --page: var(--site-shell);
}

.container,
.site-header.v312-header,
.v312-journal .journal-layout,
.v312-journal .journal-page-hero .container,
.v312-article .b2b-editorial-hero {
  width: var(--site-shell);
  max-width: none;
}

.v312-article .page-main { padding-inline: 0; }

.v312-article .article-hero.v312-photo-hero,
.set-article-page.v312-article .article-hero.v312-photo-hero {
  width: var(--site-shell);
  min-height: clamp(620px, 76vh, 820px);
  margin: 0 auto;
  padding: clamp(124px, 14vw, 190px) 0 clamp(42px, 5vw, 72px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 28px;
  background-color: #e9e4dc;
  background-image: var(--v312-article-image);
  background-position: center;
  background-size: cover;
  color: var(--v312-ink);
  box-shadow: 0 26px 70px rgba(47, 38, 28, .1);
}

.v312-article .article-hero.v312-photo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 252, 246, .16), transparent 64%);
  pointer-events: none;
}

.v312-article .article-hero.v312-photo-hero::after { display: none; }

.v312-article .article-hero.v312-photo-hero .container {
  width: min(980px, calc(100% - 96px));
  max-width: none;
  margin: 0 auto 0 clamp(32px, 5vw, 92px);
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 24px;
  background: rgba(255, 253, 248, .7);
  color: var(--v312-ink);
  box-shadow: 0 24px 70px rgba(44, 34, 25, .14);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.v312-article .article-hero.v312-photo-hero .breadcrumbs,
.v312-article .article-hero.v312-photo-hero .breadcrumbs a { color: rgba(18, 35, 28, .62); }
.v312-article .article-hero.v312-photo-hero .kicker { color: #8c5d35; }
.v312-article .article-hero.v312-photo-hero .article-title,
.v312-article .article-hero.v312-photo-hero .page-title,
.v312-article .article-hero.v312-photo-hero h1 {
  max-width: 13ch;
  color: var(--v312-ink);
  font-size: clamp(3.25rem, 5.8vw, 6.8rem);
  line-height: .9;
  letter-spacing: -.064em;
}
.v312-article .article-hero.v312-photo-hero .lead,
.v312-article .article-hero.v312-photo-hero p {
  max-width: 55ch;
  color: rgba(18, 35, 28, .72);
}

.v312-cover-source { display: none; }

.v312-article .article-layout {
  width: var(--site-shell);
  max-width: none;
  padding-bottom: clamp(58px, 7vw, 96px);
}

.v312-article .b2b-editorial-hero {
  background: #10261c;
}

.v312-reading-nav {
  position: fixed;
  z-index: 92;
  top: 86px;
  left: 50%;
  width: var(--site-shell);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -10px);
  transition: opacity 180ms ease, transform 260ms cubic-bezier(.22, 1, .36, 1), visibility 180ms;
}

body.v312-reading-active:not(.menu-open) .v312-reading-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.v312-reading-inner {
  position: relative;
  min-height: 54px;
  padding: 7px 12px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(18, 35, 28, .13);
  border-radius: 15px;
  background: rgba(251, 249, 244, .88);
  box-shadow: 0 15px 42px rgba(19, 32, 25, .12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.v312-reading-label {
  padding: 8px 12px;
  border-right: 1px solid var(--v312-line);
  color: #8d6039;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.v312-reading-links {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}
.v312-reading-links::-webkit-scrollbar { display: none; }
.v312-reading-links a {
  max-width: 260px;
  padding: 8px 11px;
  overflow: hidden;
  border-radius: 8px;
  color: #53645c;
  font-size: .72rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v312-reading-links a:hover,
.v312-reading-links a.is-active { background: #122a20; color: #fffefa; }

.v312-reading-progress {
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: #b77c43;
  transform: scaleX(var(--reading-progress, 0));
  transform-origin: left;
}

.v312-article .article-aside.v312-article-endcap {
  width: 100%;
  max-width: none;
  margin: clamp(72px, 8vw, 120px) auto 0;
  padding: clamp(34px, 4vw, 64px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
  border: 1px solid var(--v312-line);
  border-radius: 28px;
  background: #eeece5;
}

.v312-article .v312-related-panel {
  order: 1;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.v312-related-panel > h2 {
  margin: 0 0 28px;
  color: var(--v312-ink);
  font-size: clamp(2.6rem, 4.6vw, 5.4rem) !important;
  line-height: .9;
  letter-spacing: -.055em;
}

.v312-related-panel .related-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
}

.v312-related-panel .related-list > li { min-width: 0; }

@media (min-width: 1081px) {
  .v312-related-panel .related-list:has(> li:nth-child(5):last-child) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .v312-related-panel .related-list:has(> li:nth-child(5):last-child) > li { grid-column: span 2; }
  .v312-related-panel .related-list:has(> li:nth-child(5):last-child) > li:nth-child(4),
  .v312-related-panel .related-list:has(> li:nth-child(5):last-child) > li:nth-child(5) { grid-column: span 3; }
}

.v312-related-card {
  position: relative;
  min-height: 380px;
  display: grid;
  overflow: hidden;
  border-radius: 19px;
  color: #fffefa !important;
  text-decoration: none !important;
  isolation: isolate;
  box-shadow: 0 16px 38px rgba(28, 36, 30, .08);
}

.v312-related-media,
.v312-related-media::after {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.v312-related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(.22, 1, .36, 1);
}

.v312-related-media::after {
  content: "";
  z-index: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(7, 20, 13, .76));
}

.v312-related-copy {
  align-self: end;
  margin: 12px;
  padding: 20px;
  min-height: 214px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 14px;
  background: rgba(8, 24, 16, .62);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.v312-related-copy small {
  color: #e2ab69;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.v312-related-copy strong {
  margin-top: 11px;
  min-height: 4.32em;
  color: #fffefa;
  font-size: clamp(1.2rem, 1.55vw, 1.75rem);
  line-height: 1.08;
}
.v312-related-copy em {
  margin-top: auto;
  padding-top: 22px;
  color: rgba(255, 254, 250, .74);
  font-size: .72rem;
  font-style: normal;
  font-weight: 700;
}
.v312-related-card:hover .v312-related-media img { transform: scale(1.045); }

@media (min-width: 1600px) {
  .v312-related-panel .related-list,
  .v312-related-panel .related-list:has(> li:nth-child(5):last-child) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .v312-related-panel .related-list:has(> li:nth-child(5):last-child) > li,
  .v312-related-panel .related-list:has(> li:nth-child(5):last-child) > li:nth-child(4),
  .v312-related-panel .related-list:has(> li:nth-child(5):last-child) > li:nth-child(5) {
    grid-column: span 1;
  }

  .v312-related-card { min-height: 440px; }
  .v312-related-copy { min-height: 226px; }
  .v312-related-copy strong { font-size: clamp(1.15rem, 1.18vw, 1.48rem); }
}

.v312-article .v312-source-panel {
  order: 2;
  padding: 20px 24px !important;
  display: grid;
  grid-template-columns: minmax(150px, auto) minmax(0, 1fr);
  gap: 6px 28px;
  align-items: center;
  border-radius: 15px !important;
  background: rgba(255, 254, 250, .72) !important;
}

.v312-source-panel h2 { margin: 0; color: var(--v312-ink); font-size: 1rem !important; }
.v312-source-count { grid-column: 1; color: #77837d; font-size: .7rem; }
.v312-source-panel .source-list {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
.v312-source-panel .source-list a { color: #4b5c54 !important; font-size: .83rem; }

@media (max-width: 1080px) {
  :root {
    --site-shell: calc(100vw - 24px);
    --page: var(--site-shell);
  }

  .v312-article .article-hero.v312-photo-hero,
  .set-article-page.v312-article .article-hero.v312-photo-hero { min-height: 650px; }
  .v312-article .article-hero.v312-photo-hero .container { width: min(820px, calc(100% - 48px)); margin-left: 24px; }
  .v312-related-panel .related-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  :root {
    --site-shell: calc(100vw - 16px);
    --page: var(--site-shell);
  }

  .v312-article .article-hero.v312-photo-hero,
  .set-article-page.v312-article .article-hero.v312-photo-hero {
    min-height: 660px;
    padding: 104px 0 12px;
    align-items: flex-end;
    border-radius: 20px;
    background-position: 58% center;
  }

  .v312-article .article-hero.v312-photo-hero .container {
    width: calc(100% - 24px);
    margin: 0 12px;
    padding: 24px 20px;
    border-radius: 17px;
  }

  .v312-article .article-hero.v312-photo-hero .article-title,
  .v312-article .article-hero.v312-photo-hero h1 { font-size: clamp(2.65rem, 12.5vw, 4rem); }

  .v312-reading-nav { top: 78px; }
  .v312-reading-inner { grid-template-columns: 1fr; padding: 7px; }
  .v312-reading-label { display: none; }
  .v312-reading-links a { max-width: 210px; font-size: .68rem; }

  .v312-article .article-aside.v312-article-endcap { padding: 26px 8px 8px; border-radius: 20px; }
  .v312-related-panel > h2 { padding-inline: 12px; font-size: clamp(2.5rem, 13vw, 3.7rem) !important; }
  .v312-related-panel .related-list { grid-template-columns: 1fr; }
  .v312-related-card { min-height: 360px; }
  .v312-article .v312-source-panel { grid-template-columns: 1fr; padding: 18px !important; }
  .v312-source-count,
  .v312-source-panel .source-list { grid-column: 1; grid-row: auto; }
  .v312-source-panel .source-list { margin-top: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .v312-related-media img,
  .v312-reading-nav { transition: none; }
}

/* BeeDance 3.13 — evidence-led health journal */
.health-article-page,
.health-article-page .page-main,
.health-article-page .health-article-layout {
  background: #fff;
}

.health-hero {
  padding: clamp(62px, 8vw, 118px) 0 clamp(42px, 5vw, 70px);
  background: linear-gradient(180deg, #f2f1ec 0%, #fff 100%);
}

.health-hero .container {
  max-width: 1160px;
}

.health-hero h1 {
  max-width: 1020px;
  margin: 24px 0;
  color: #132019;
  font-size: clamp(3.25rem, 6.4vw, 7rem);
  line-height: .94;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.health-hero .lead {
  max-width: 800px;
  color: #526159;
}

.health-hero .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 34px;
  color: #78837d;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.health-cover-wrap {
  padding-top: 18px;
}

.health-cover {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 34px 100px rgba(35, 48, 40, .13);
}

.health-article-layout {
  padding-top: clamp(76px, 9vw, 130px);
  padding-bottom: clamp(80px, 10vw, 146px);
}

.health-article-layout .article-body {
  max-width: 940px;
  margin-inline: auto;
  color: #283830;
}

.health-article-layout .article-body > h2 {
  margin-top: clamp(66px, 8vw, 104px);
  color: #132019;
  font-size: clamp(2.45rem, 4.6vw, 5rem);
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.health-article-layout .article-body > h3 {
  color: #18271f;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 1.08;
}

.health-answer {
  margin: 0 0 clamp(58px, 7vw, 88px);
  padding: clamp(28px, 4vw, 48px);
  border: 0;
  border-radius: 24px;
  color: #f8f7f1;
  background: #102219;
}

.health-answer strong {
  display: block;
  margin-bottom: 18px;
  color: #dca864;
  font-size: .76rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.health-answer p {
  max-width: 760px;
  margin: 0 !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.52;
}

.health-warning {
  margin: -34px 0 66px;
  padding: 26px 30px;
  border-left: 5px solid #b36d3d;
  border-radius: 0 18px 18px 0;
  background: #fff3e8;
}

.health-warning strong {
  color: #763c21;
  font-size: .78rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.health-warning p {
  margin: 10px 0 0 !important;
  color: #4b3529 !important;
}

.health-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 34px;
  padding-left: 1.3em;
}

.health-table {
  margin: 34px 0 58px;
  border: 0;
  border-radius: 18px;
  background: #f4f2ec;
  box-shadow: inset 0 0 0 1px #dfe2dc;
}

.health-table .data-table {
  min-width: 680px;
  color: #26372f;
}

.health-table .data-table th {
  padding: 18px 20px;
  color: #f9f8f3;
  background: #173126;
  font-size: .74rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.health-table .data-table td {
  padding: 18px 20px;
  border-color: #d8dcd5;
}

.health-table .data-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, .58);
}

.health-inline-visual {
  margin: clamp(48px, 7vw, 84px) 0;
}

.health-inline-visual img {
  aspect-ratio: 16 / 9;
  border-radius: 24px;
}

.health-sources {
  margin-top: clamp(86px, 10vw, 132px);
  padding: clamp(32px, 5vw, 58px);
  border-radius: 24px;
  background: #f1efe8;
}

.health-sources h2 {
  margin: 12px 0 30px !important;
  font-size: clamp(2.25rem, 4vw, 4.25rem) !important;
}

.health-sources ol {
  display: grid;
  gap: 16px;
  margin: 0;
  padding-left: 1.35em;
  font-size: .9em;
}

.health-sources a {
  color: #355f4a !important;
}

.health-disclaimer {
  margin: 34px 0 0 !important;
  padding-top: 24px;
  border-top: 1px solid #d4d8d1;
  color: #65716b !important;
  font-size: .86em;
}

.health-faq {
  margin-top: clamp(76px, 9vw, 118px);
}

.health-faq > h2 {
  margin-bottom: 22px !important;
}

.health-section-heading {
  max-width: 940px;
  margin-bottom: clamp(32px, 5vw, 62px);
}

.health-section-heading h2 {
  max-width: 900px;
  margin: 14px 0;
  color: #132019;
  font-size: clamp(2.7rem, 5.4vw, 6rem);
  line-height: .96;
  letter-spacing: -.06em;
  text-wrap: balance;
}

.health-section-heading > p:last-child {
  max-width: 720px;
  color: #66736c;
}

.health-gallery-section {
  padding-top: clamp(72px, 9vw, 124px);
  padding-bottom: clamp(90px, 11vw, 154px);
}

.health-gallery-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  grid-template-rows: repeat(2, minmax(240px, 38vw));
  gap: 12px;
}

.health-gallery-item {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #edf0ea;
}

.health-gallery-item:first-child {
  grid-row: 1 / 3;
}

.health-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(.22, 1, .36, 1);
}

.health-gallery-item:hover img {
  transform: scale(1.035);
}

.health-gallery-item figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 14px;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  background: rgba(12, 28, 19, .65);
  backdrop-filter: blur(12px);
}

.health-product-section {
  padding: clamp(86px, 10vw, 144px) 0;
  background: #f2f0e9;
}

.health-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.health-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dce0d9;
  border-radius: 22px;
  color: #132019;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 18px 44px rgba(25, 39, 31, .07);
}

.health-product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.health-product-card > div {
  display: flex;
  min-height: 270px;
  flex: 1;
  flex-direction: column;
  padding: clamp(24px, 3vw, 36px);
}

.health-product-card span,
.health-related-card span {
  color: #a66b3d;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.health-product-card h3 {
  margin: 12px 0;
  font-size: clamp(1.85rem, 2.8vw, 3rem);
  line-height: 1;
}

.health-product-card p {
  margin: 0;
  color: #617068;
}

.health-product-card strong {
  margin-top: auto;
  padding-top: 28px;
}

.health-product-card i,
.health-related-card i {
  font-style: normal;
  transition: transform 180ms ease;
}

.health-product-card:hover i,
.health-related-card:hover i {
  display: inline-block;
  transform: translateX(5px);
}

.health-related-section {
  padding: clamp(86px, 10vw, 144px) 0;
  color: #f7f5ee;
  background: #0c1e15;
}

.health-related-section .health-section-heading h2 {
  color: #f7f5ee;
}

.health-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.health-related-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 430px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  background: #173126;
}

.health-related-card::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 16, 10, .03) 18%, rgba(5, 16, 10, .88) 100%);
}

.health-related-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.health-related-card > div {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 220px;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
  padding: 26px;
}

.health-related-card h3 {
  margin: 12px 0;
  color: #fff;
  font-size: clamp(1.6rem, 2.2vw, 2.55rem);
  line-height: 1.02;
}

.health-related-card strong {
  margin-top: 18px;
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
}

.health-final-cta {
  margin-top: clamp(72px, 9vw, 126px);
  margin-bottom: clamp(92px, 11vw, 156px);
  border-radius: 26px;
  background: #f0eee7;
}

.health-final-cta > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.v312-journal .journal-filters {
  grid-template-columns: repeat(9, minmax(142px, 1fr));
}

@media (max-width: 1080px) {
  .health-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .health-product-card:last-child { grid-column: 1 / -1; }
  .health-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .health-hero { padding-top: 42px; }
  .health-hero h1 { font-size: clamp(2.45rem, 12.5vw, 4rem); line-height: .97; }
  .health-cover-wrap { width: calc(100% - 24px); }
  .health-cover { border-radius: 18px; }
  .health-answer { padding: 26px 22px; border-radius: 18px; }
  .health-warning { margin-top: -28px; padding: 22px; }
  .health-article-layout .article-body > h2 { font-size: clamp(2.25rem, 11.5vw, 3.5rem); }
  .health-sources { padding: 26px 22px; border-radius: 18px; }
  .health-gallery-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .health-gallery-item,
  .health-gallery-item:first-child { grid-row: auto; min-height: 82vw; }
  .health-gallery-item { border-radius: 18px; }
  .health-product-grid,
  .health-related-grid { grid-template-columns: 1fr; }
  .health-product-card:last-child { grid-column: auto; }
  .health-related-card { min-height: 360px; }
}

@media (prefers-reduced-motion: reduce) {
  .health-gallery-item img,
  .health-product-card i,
  .health-related-card i { transition: none; }
}

/* BeeDance 3.13.2 — health materials as a quiet secondary journal shelf */
.journal-health-compact {
  scroll-margin-top: 112px;
  margin-top: 18px;
  padding: clamp(34px, 4.5vw, 66px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 28px;
  background: #f2f0e9;
  color: #12231c;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .2);
}

.journal-health-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: clamp(28px, 5vw, 88px);
  align-items: end;
  margin-bottom: clamp(28px, 3.5vw, 48px);
}

.journal-health-heading .kicker {
  margin-bottom: 12px;
  color: #9a6336;
}

.journal-health-heading h2 {
  margin: 0;
  color: #12231c;
  font: 700 clamp(2.5rem, 4.6vw, 5.4rem)/.94 "Noto Sans", Arial, sans-serif;
  letter-spacing: -.06em;
}

.journal-health-heading > p {
  max-width: 58ch;
  margin: 0 0 4px;
  color: #5e6a64;
  font-size: clamp(.96rem, 1.22vw, 1.15rem);
  line-height: 1.58;
}

.journal-health-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.journal-health-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(18, 35, 28, .13);
  border-radius: 18px;
  background: #fff;
  color: #12231c;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(18, 35, 28, .055);
  transition: transform .35s ease, box-shadow .35s ease;
}

.journal-health-card img {
  position: static;
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  object-position: center;
  border: 0;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.journal-health-card > div {
  min-width: 0;
  padding: 20px 18px 21px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.journal-health-card span {
  color: #a66b39;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.journal-health-card h3 {
  margin: 12px 0 24px;
  color: #12231c;
  font: 700 clamp(1.2rem, 1.55vw, 1.72rem)/1.02 "Noto Sans", Arial, sans-serif;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.journal-health-card strong {
  margin-top: auto;
  color: #44514a;
  font-size: .73rem;
  letter-spacing: .035em;
}

.journal-health-card strong i {
  margin-left: 4px;
  font-style: normal;
}

.journal-health-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(18, 35, 28, .12);
}

.journal-health-card:hover img { transform: scale(1.025); }

@media (max-width: 1180px) {
  .journal-health-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .journal-health-compact {
    width: calc(100% - 16px);
    padding: 30px 16px 18px;
    border-radius: 20px;
  }

  .journal-health-heading {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  .journal-health-heading h2 { font-size: clamp(2.7rem, 13vw, 4rem); }

  .journal-health-grid {
    margin-inline: -16px;
    padding: 0 16px 8px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .journal-health-card {
    width: min(78vw, 304px);
    min-width: min(78vw, 304px);
    scroll-snap-align: start;
    border-radius: 16px;
  }

  .journal-health-card h3 { font-size: 1.45rem; }
}

/* Unified 3.11-style navigation: visible on desktop, compact on smaller screens. */
@media (min-width: 1180px) {
  .site-header.v312-header {
    min-height: 78px;
    height: 78px;
    padding: 0 18px 0 24px;
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr) auto;
    gap: 20px;
    border-color: rgba(255, 255, 255, .56);
    border-radius: 28px;
    background: rgba(247, 246, 241, .82);
    box-shadow: 0 18px 50px rgba(9, 24, 16, .1);
    backdrop-filter: blur(24px) saturate(1.12);
    -webkit-backdrop-filter: blur(24px) saturate(1.12);
  }

  .site-header.v312-header .brand {
    display: flex;
    width: 104px;
    align-items: center;
  }

  .site-header.v312-header .brand img { width: 94px; height: auto; }

  .site-header.v312-header .nav-links {
    position: static;
    width: auto;
    margin: 0;
    padding: 0;
    display: flex !important;
    grid-template-columns: none;
    justify-self: center;
    align-items: center;
    gap: clamp(12px, 1.45vw, 26px);
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--v312-ink);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header.v312-header .nav-links a {
    padding: 9px 0;
    border-radius: 0;
    color: rgba(18, 35, 28, .72) !important;
    font-size: clamp(.72rem, .78vw, .86rem);
    font-weight: 650;
    white-space: nowrap;
  }

  .site-header.v312-header .nav-links a:hover,
  .site-header.v312-header .nav-links a[aria-current="page"] {
    background: transparent;
    color: var(--v312-ink) !important;
  }

  .site-header.v312-header .nav-links a[aria-current="page"] {
    color: #845a37 !important;
    box-shadow: inset 0 -1px #845a37;
  }

  .site-header.v312-header .nav-actions {
    width: auto;
    justify-content: flex-end;
  }

  .site-header.v312-header .menu-button { display: none !important; }

  .site-header.v312-header .nav-actions > .button,
  .site-header.v312-header .nav-actions > .header-cta {
    min-width: 126px;
    justify-content: center;
    border-radius: 9px;
  }

  .v312-reading-nav { top: 98px; }
}

/* Stable header states: calm pills instead of moving underlines. */
@media (min-width: 1180px) {
  .site-header.v312-header .nav-links a {
    padding: 10px 13px;
    border-radius: 999px;
    box-shadow: none !important;
    transition: color 160ms ease, background 160ms ease;
  }

  .site-header.v312-header .nav-links a::after { display: none !important; }

  .site-header.v312-header .nav-links a:hover {
    background: rgba(132, 90, 55, .09);
    color: #513721 !important;
    transform: none;
  }

  .site-header.v312-header .nav-links a[aria-current="page"] {
    background: #eadfce;
    color: #684326 !important;
    box-shadow: none !important;
  }

  .site-header.v312-header .nav-actions > .button:hover,
  .site-header.v312-header .nav-actions > .header-cta:hover {
    border-color: #234536;
    background: #234536;
    transform: none;
  }
}

/* Direct contact modal shared by catalog, product, editorial and B2B pages. */
body.contact-choice-open { overflow: hidden; }
.contact-choice-modal[hidden] { display: none; }
.contact-choice-modal {
  position: fixed;
  z-index: 500;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 180ms ease;
}
.contact-choice-modal.is-open { opacity: 1; }
.contact-choice-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 25, 18, .7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.contact-choice-dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100dvh - 40px);
  overflow: auto;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 26px;
  background: #fffdf9;
  color: #18271f;
  box-shadow: 0 32px 100px rgba(4, 15, 9, .3);
  transform: translateY(14px) scale(.985);
  transition: transform 220ms cubic-bezier(.22, 1, .36, 1);
}
.contact-choice-modal.is-open .contact-choice-dialog { transform: none; }
.contact-choice-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #ded8ce;
  border-radius: 50%;
  background: #f6efe5;
  color: #18271f;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}
.contact-choice-kicker {
  margin: 0 54px 12px 0;
  color: #7c2d4e;
  font: 800 .72rem/1.2 "Epilogue", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-choice-dialog h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  line-height: .94;
  letter-spacing: -.045em;
}
.contact-choice-lead {
  max-width: 55ch;
  margin: 18px 0 28px;
  color: #68726c;
  font-size: 1rem;
  line-height: 1.6;
}
.contact-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.contact-choice-item {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #ddd8cf;
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
  background: #fff;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}
.contact-choice-item:hover {
  border-color: #bba88f;
  background: #f8f2e9;
  transform: translateY(-2px);
}
.contact-choice-item span {
  color: #7c2d4e;
  font: 800 .67rem/1.2 "Epilogue", sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.contact-choice-item strong { margin-top: 42px; font: 750 1rem/1.3 "Epilogue", sans-serif; overflow-wrap: anywhere; }
.contact-choice-item small { margin-top: auto; padding-top: 16px; color: #68726c; line-height: 1.45; }
.contact-choice-telegram { background: #102d24; color: #fff; }
.contact-choice-telegram:hover { border-color: #102d24; background: #173d31; }
.contact-choice-telegram span { color: #d8ac6e; }
.contact-choice-telegram small { color: rgba(255, 255, 255, .7); }
.contact-choice-note { margin: 18px 0 0; color: #7a817d; font-size: .77rem; line-height: 1.5; }

@media (max-width: 700px) {
  .contact-choice-modal { padding: 10px; }
  .contact-choice-dialog { max-height: calc(100dvh - 20px); padding: 28px 18px 20px; border-radius: 20px; }
  .contact-choice-dialog h2 { max-width: 10ch; font-size: clamp(2.25rem, 12vw, 3.4rem); }
  .contact-choice-grid { grid-template-columns: 1fr; }
  .contact-choice-item { min-height: 132px; }
  .contact-choice-item strong { margin-top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-choice-modal,
  .contact-choice-dialog,
  .contact-choice-item { transition: none; }
}

@media (max-width: 560px) {
  .v312-article .article-hero.v312-photo-hero .article-title,
  .v312-article .article-hero.v312-photo-hero h1 {
    font-size: clamp(2rem, 9vw, 2.5rem);
    line-height: 1.02;
    letter-spacing: -.04em;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: wrap;
  }
}

/* BeeDance 3.13.9 — expanded editorial guides for the filled-honey collection */
.filled-editorial-page .article-hero.v312-photo-hero {
  width: min(1480px, calc(100vw - 32px));
  min-height: clamp(500px, 60vh, 650px);
  margin-top: 16px;
  padding: clamp(96px, 10vw, 132px) 0 28px;
  border-radius: 28px;
}

.filled-editorial-page .article-hero.v312-photo-hero .container {
  width: min(700px, calc(100% - 64px));
  margin: 0 auto 0 clamp(28px, 4vw, 64px);
  padding: clamp(28px, 3.5vw, 44px);
  border-radius: 20px;
}

.filled-editorial-page .article-hero.v312-photo-hero .article-title,
.filled-editorial-page .article-hero.v312-photo-hero h1 {
  max-width: 17ch;
  font-size: clamp(2.4rem, 3.55vw, 3.75rem);
  line-height: .96;
  letter-spacing: -.052em;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.filled-editorial-page .article-hero.v312-photo-hero .lead {
  max-width: 58ch;
  font-size: 1rem;
  line-height: 1.58;
}

.filled-editorial-page .article-cover { display: none; }

.filled-editorial-page .article-layout {
  width: min(1180px, calc(100vw - 40px));
  padding-top: clamp(48px, 6vw, 76px);
  padding-bottom: clamp(64px, 8vw, 100px);
  column-gap: clamp(36px, 5vw, 72px);
}

.filled-editorial-page .article-body {
  max-width: 800px;
  font-size: 1rem;
  line-height: 1.72;
}

.filled-editorial-page .article-body > h2 {
  margin-top: clamp(42px, 5vw, 62px);
  margin-bottom: 14px;
  font-size: clamp(1.85rem, 2.7vw, 2.8rem);
  line-height: 1.04;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.filled-editorial-page .article-body > h3 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.18;
}

.filled-editorial-page .article-body p,
.filled-editorial-page .article-body ol,
.filled-editorial-page .article-body ul { margin-top: 0; margin-bottom: 18px; }

.filled-editorial-page .answer-box {
  padding: 26px 28px;
  border-radius: 18px;
}

.filled-editorial-page .set-article-product-grid {
  gap: 14px;
  margin-top: 22px;
}

.filled-editorial-page .set-article-product-grid > a {
  min-height: 0;
}

.filled-editorial-page .set-article-product-grid img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.filled-editorial-page .editorial-process-grid,
.filled-editorial-page .editorial-trends-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 30px;
}

.filled-editorial-page .editorial-process-grid article,
.filled-editorial-page .editorial-trends-grid article {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(23, 43, 34, .12);
  border-radius: 17px;
  background: #fbfaf6;
}

.filled-editorial-page .editorial-process-grid span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #17372a;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
}

.filled-editorial-page .editorial-process-grid h3,
.filled-editorial-page .editorial-trends-grid h3 {
  margin: 18px 0 9px;
  font-size: 1.18rem;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.filled-editorial-page .editorial-process-grid p,
.filled-editorial-page .editorial-trends-grid p {
  margin: 0;
  color: #65716a;
  font-size: .9rem;
  line-height: 1.62;
}

.filled-editorial-page .editorial-callout {
  margin: 30px 0;
  padding: 26px 28px;
  border-left: 4px solid #91405f;
  border-radius: 0 17px 17px 0;
  background: #f5eaee;
}

.filled-editorial-page .editorial-callout strong {
  display: block;
  margin-bottom: 8px;
  color: #532036;
  font-size: 1.05rem;
}

.filled-editorial-page .editorial-callout p { margin: 0; }

.filled-editorial-page .editorial-sources {
  margin-top: 54px;
  padding: 28px;
  border: 1px solid rgba(23, 43, 34, .12);
  border-radius: 18px;
  background: #f0eee8;
}

.filled-editorial-page .editorial-sources h2 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  line-height: 1.15;
}

.filled-editorial-page .editorial-sources p {
  margin-bottom: 14px;
  font-size: .9rem;
}

.filled-editorial-page .editorial-sources ul {
  margin: 0;
  padding-left: 18px;
}

.filled-editorial-page .editorial-sources li {
  margin: 7px 0;
  font-size: .86rem;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .filled-editorial-page .article-hero.v312-photo-hero {
    width: calc(100vw - 16px);
    min-height: 560px;
    margin-top: 8px;
    padding: 96px 8px 8px;
    background-position: center;
  }

  .filled-editorial-page .article-hero.v312-photo-hero .container {
    width: 100%;
    margin: 0;
    padding: 26px 22px;
    border-radius: 17px;
  }

  .filled-editorial-page .article-hero.v312-photo-hero .article-title,
  .filled-editorial-page .article-hero.v312-photo-hero h1 {
    max-width: 14ch;
    font-size: clamp(2rem, 9.4vw, 2.85rem);
    line-height: 1;
  }

  .filled-editorial-page .article-layout {
    width: calc(100vw - 24px);
    padding-top: 38px;
  }

  .filled-editorial-page .article-body > h2 {
    margin-top: 38px;
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .filled-editorial-page .answer-box { padding: 22px 20px; }

  .filled-editorial-page .editorial-process-grid,
  .filled-editorial-page .editorial-trends-grid { grid-template-columns: 1fr; }

  .filled-editorial-page .editorial-process-grid article,
  .filled-editorial-page .editorial-trends-grid article { padding: 20px; }

  .filled-editorial-page .editorial-callout,
  .filled-editorial-page .editorial-sources { padding: 22px 20px; }
}
