:root {
  --bg: #f7f0e6;
  --bg-deep: #efe3d3;
  --paper: rgba(255, 251, 245, 0.92);
  --white: #fff9f1;
  --ink: #34261a;
  --ink-soft: rgba(52, 38, 26, 0.76);
  --line: rgba(163, 121, 67, 0.2);
  --gold: #bc8748;
  --gold-deep: #986731;
  --gold-soft: #d9bc8b;
  --brown: #5f4027;
  --shadow-lg: 0 28px 60px rgba(85, 53, 25, 0.16);
  --shadow-md: 0 18px 36px rgba(85, 53, 25, 0.12);
  --content: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.95), transparent 30%),
    linear-gradient(180deg, #fbf6ef 0%, #f4ebdf 48%, #ecddca 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background:
    radial-gradient(circle at 15% 12%, rgba(210, 177, 130, 0.15), transparent 18%),
    radial-gradient(circle at 82% 20%, rgba(214, 185, 144, 0.18), transparent 20%),
    linear-gradient(rgba(180, 131, 64, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 131, 64, 0.02) 1px, transparent 1px);
  background-size: auto, auto, 130px 130px, 130px 130px;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.announcement-bar,
.site-header,
main,
.site-footer,
.footer-bottom {
  width: min(100%, var(--content));
  margin: 0 auto;
}

.announcement-bar {
  padding: 12px 24px;
  text-align: center;
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #b58143, #c3904f, #b58143);
}

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 26px 42px;
  background: rgba(255, 251, 245, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(161, 117, 62, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.brand-mark {
  width: 96px;
  color: var(--gold-deep);
}

.brand-lockup {
  display: grid;
  line-height: 1;
}

.brand-lockup strong,
.brand-lockup span {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-lockup strong {
  font-size: 1.15rem;
}

.brand-lockup span {
  position: relative;
  margin-top: 7px;
  font-size: 0.75rem;
}

.brand-lockup span::before,
.brand-lockup span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 1px;
  background: rgba(152, 103, 49, 0.4);
}

.brand-lockup span::before {
  right: calc(100% + 10px);
}

.brand-lockup span::after {
  left: calc(100% + 10px);
}

.site-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 38px;
}

.site-nav a,
.eyebrow,
.assurance-item h2,
.badge-copy,
.footer-column h3 {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding-bottom: 6px;
  font-size: 0.8rem;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--gold), transparent);
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  display: inline-flex;
  gap: 10px;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.icon-button:hover,
.icon-button:focus-visible {
  background: rgba(188, 135, 72, 0.08);
  transform: translateY(-1px);
}

.icon-button svg {
  width: 20px;
  height: 20px;
}

main {
  overflow: hidden;
}

.hero-panel {
  position: relative;
  min-height: 760px;
  padding: 96px 56px 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  align-items: center;
  gap: 40px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(26, 15, 8, 0.16), rgba(26, 15, 8, 0.32)),
    url("./assets/hero-generated.png") center/cover no-repeat;
}

.hero-sky,
.hero-ridges,
.hero-river,
.hero-flowers,
.hero-rock {
  position: absolute;
}

.hero-sky,
.hero-ridges,
.hero-river,
.hero-flowers,
.hero-rock,
.bee {
  display: none;
}

.hero-sky {
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 240, 193, 0.96), transparent 14%),
    radial-gradient(circle at 23% 19%, rgba(255, 194, 95, 0.5), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 24%);
  mix-blend-mode: screen;
}

.hero-ridges-back {
  left: 24%;
  right: -6%;
  top: 13%;
  height: 41%;
  opacity: 0.92;
  background: linear-gradient(180deg, rgba(255, 241, 224, 0.92), rgba(77, 53, 52, 0.96));
  clip-path: polygon(0 78%, 8% 55%, 15% 70%, 22% 44%, 28% 72%, 39% 32%, 47% 59%, 55% 34%, 63% 58%, 71% 29%, 80% 61%, 88% 34%, 95% 57%, 100% 44%, 100% 100%, 0 100%);
}

.hero-ridges-back::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.94) 0 24%, transparent 25% 100%);
  clip-path: inherit;
}

.hero-ridges-mid {
  left: -3%;
  right: 10%;
  top: 28%;
  height: 32%;
  opacity: 0.92;
  background: linear-gradient(180deg, rgba(113, 80, 61, 0.88), rgba(53, 31, 22, 0.98));
  clip-path: polygon(0 66%, 8% 58%, 17% 62%, 28% 42%, 38% 68%, 47% 48%, 57% 66%, 69% 44%, 80% 68%, 90% 55%, 100% 64%, 100% 100%, 0 100%);
}

.hero-ridges-front {
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background:
    radial-gradient(circle at 20% 28%, rgba(176, 103, 58, 0.52), transparent 16%),
    radial-gradient(circle at 78% 18%, rgba(227, 152, 88, 0.34), transparent 20%),
    linear-gradient(180deg, rgba(90, 60, 39, 0.18), rgba(39, 24, 18, 0.98));
  clip-path: polygon(0 48%, 9% 37%, 18% 43%, 28% 24%, 37% 51%, 48% 30%, 59% 48%, 70% 36%, 81% 48%, 90% 38%, 100% 45%, 100% 100%, 0 100%);
}

.hero-river {
  left: 51%;
  top: 40%;
  width: 220px;
  height: 280px;
  opacity: 0.62;
  background: linear-gradient(180deg, rgba(226, 221, 210, 0.9), rgba(184, 170, 147, 0.1));
  clip-path: polygon(42% 0, 58% 8%, 50% 21%, 66% 34%, 56% 47%, 72% 62%, 59% 79%, 74% 100%, 38% 100%, 29% 77%, 38% 61%, 27% 46%, 37% 28%, 27% 12%);
}

.hero-flowers {
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  opacity: 0.88;
  background:
    radial-gradient(circle at 9% 55%, rgba(209, 127, 165, 0.9) 0 9px, transparent 10px),
    radial-gradient(circle at 12% 59%, rgba(231, 184, 207, 0.88) 0 8px, transparent 9px),
    radial-gradient(circle at 15% 55%, rgba(205, 126, 154, 0.88) 0 8px, transparent 9px),
    radial-gradient(circle at 79% 70%, rgba(204, 126, 162, 0.86) 0 8px, transparent 9px),
    radial-gradient(circle at 82% 74%, rgba(232, 183, 207, 0.84) 0 8px, transparent 9px),
    linear-gradient(180deg, transparent 0 36%, rgba(91, 60, 35, 0.12) 37%, rgba(45, 27, 19, 0.96) 100%);
}

.hero-rock {
  bottom: -5%;
  background: linear-gradient(180deg, #7d5a3e, #352116);
  box-shadow: inset 0 1px 0 rgba(255, 231, 193, 0.2);
}

.hero-rock-left {
  left: -4%;
  width: 34%;
  height: 25%;
  clip-path: polygon(0 100%, 0 44%, 20% 54%, 39% 38%, 58% 52%, 76% 30%, 100% 49%, 100% 100%);
}

.hero-rock-right {
  right: 2%;
  width: 29%;
  height: 25%;
  clip-path: polygon(0 100%, 0 47%, 16% 36%, 35% 42%, 54% 26%, 70% 41%, 84% 31%, 100% 42%, 100% 100%);
}

.hero-copy,
.hero-product {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 560px;
  padding-top: 26px;
  text-shadow: 0 10px 24px rgba(21, 10, 6, 0.28);
}

.hero-copy h1,
.editorial-copy h2,
.recipe-copy h2 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hero-copy h1 {
  max-width: 9ch;
  font-size: clamp(3rem, 5.8vw, 5.5rem);
  line-height: 0.97;
  text-shadow: 0 12px 26px rgba(37, 19, 12, 0.22);
}

.hero-body {
  max-width: 33ch;
  margin: 24px 0 0;
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(255, 245, 230, 0.92);
}

.hero-actions,
.footer-legal,
.social-links {
  display: flex;
  flex-wrap: wrap;
}

.hero-actions {
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  padding: 14px 24px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-solid {
  color: var(--white);
  background: linear-gradient(135deg, #ca9858, #a87439);
  box-shadow: 0 12px 24px rgba(67, 40, 17, 0.22);
}

.button-outline {
  color: var(--white);
  border-color: rgba(255, 244, 222, 0.52);
  background: rgba(29, 17, 10, 0.14);
}

.button-outline-dark {
  color: var(--ink);
  border-color: rgba(152, 103, 49, 0.42);
  background: rgba(255, 255, 255, 0.36);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 42px;
}

.round-badge {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  padding: 14px;
  text-align: center;
  border: 1px solid rgba(246, 222, 184, 0.68);
  border-radius: 50%;
  background: rgba(29, 17, 10, 0.18);
  backdrop-filter: blur(4px);
}

.round-badge svg {
  width: 36px;
  height: 36px;
}

.badge-strong {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  font-size: 2rem;
  line-height: 1;
}

.badge-copy {
  font-size: 0.68rem;
  line-height: 1.35;
}

.hero-product {
  display: none;
}

.jar-stage {
  position: relative;
  width: min(460px, 100%);
  filter: drop-shadow(0 24px 40px rgba(37, 18, 9, 0.4));
}

.jar-stage::before {
  content: "";
  position: absolute;
  inset: 12% 10% 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 223, 172, 0.5), rgba(255, 223, 172, 0.06) 56%, transparent 72%);
  filter: blur(16px);
}

.jar-stage img,
.section-jar {
  position: relative;
  z-index: 1;
}

.hero-seal {
  width: 138px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  padding: 24px;
  text-align: center;
  border-radius: 50%;
  color: #f1d79f;
  border: 1px solid rgba(222, 183, 111, 0.44);
  background: rgba(20, 12, 7, 0.9);
  box-shadow: var(--shadow-md);
}

.hero-seal span,
.hero-seal small {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-seal small {
  font-size: 0.58rem;
  line-height: 1.55;
}

.bee {
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 14px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 6px 4px, rgba(255, 237, 170, 0.92) 0 2px, transparent 3px),
    linear-gradient(90deg, #23170f 0 24%, #d39d3f 24% 38%, #23170f 38% 52%, #d39d3f 52% 66%, #23170f 66% 100%);
  box-shadow:
    -8px -1px 0 -4px rgba(255, 255, 255, 0.65),
    -2px -5px 0 -4px rgba(255, 255, 255, 0.58),
    7px -1px 0 -4px rgba(255, 255, 255, 0.62);
  opacity: 0.9;
}

.bee-one {
  left: 7%;
  top: 32%;
  transform: rotate(-14deg);
}

.bee-two {
  left: 34%;
  top: 52%;
  transform: rotate(18deg) scale(0.95);
}

.assurance-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.95), rgba(247, 239, 229, 0.92));
  border-bottom: 1px solid rgba(154, 111, 57, 0.12);
}

.assurance-item {
  padding: 38px 28px 36px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.assurance-item:last-child {
  border-right: 0;
}

.assurance-item svg {
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  color: var(--gold-deep);
}

.assurance-item h2 {
  margin: 0;
  font-size: 0.85rem;
}

.assurance-item p,
.editorial-copy p,
.recipe-copy p,
.footer-brand p {
  margin: 14px 0 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  align-items: stretch;
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.8), transparent 18%),
    linear-gradient(180deg, rgba(255, 250, 244, 0.92), rgba(242, 232, 220, 0.94));
  border-bottom: 1px solid rgba(154, 111, 57, 0.12);
}

.editorial-copy {
  padding: 72px 56px 72px 64px;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 0.76rem;
  color: var(--gold-deep);
}

.editorial-copy h2,
.recipe-copy h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.05;
}

.editorial-copy h2 {
  max-width: 12ch;
}

.editorial-copy h2::after,
.recipe-copy h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 20px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.feature-list {
  margin: 22px 0 30px;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
  color: var(--ink-soft);
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

.image-panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.product-section .image-panel {
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.08), rgba(255, 252, 247, 0.08)),
    url("./assets/honey-still-life-generated.png") center/cover no-repeat;
}

.fabric-sweep {
  position: absolute;
  left: 12%;
  bottom: 11%;
  width: 48%;
  height: 30%;
  border-radius: 46% 54% 44% 56% / 49% 39% 61% 51%;
  background:
    linear-gradient(145deg, rgba(255, 249, 240, 0.95), rgba(220, 203, 181, 0.8)),
    repeating-linear-gradient(135deg, rgba(179, 151, 120, 0.08) 0 12px, transparent 12px 24px);
  box-shadow: var(--shadow-md);
}

.honey-bowl {
  position: absolute;
  right: 17%;
  bottom: 18%;
  width: 160px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 43%, rgba(247, 229, 186, 0.9) 0 34%, rgba(216, 183, 120, 0.92) 35% 52%, #c4b09b 53% 60%, #8d7560 61% 100%);
  box-shadow: var(--shadow-md);
}

.honey-bowl::after {
  content: "";
  position: absolute;
  inset: 18% 20% 28%;
  border-radius: 50%;
  background: radial-gradient(circle at 45% 35%, #fff0c3, #e7c980 72%, #d4ae58 100%);
}

.honey-dipper {
  position: absolute;
  right: 8%;
  top: 15%;
  width: 280px;
  height: 28px;
  transform: rotate(23deg);
  transform-origin: right center;
  background: linear-gradient(90deg, #c78f4d, #e8b56d 42%, #c18446 100%);
  border-radius: 999px;
}

.honey-dipper::before {
  content: "";
  position: absolute;
  left: 8px;
  top: -14px;
  width: 82px;
  height: 54px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(252, 235, 186, 0.92) 0 26%, rgba(231, 181, 92, 0.92) 27% 100%);
  box-shadow:
    0 -10px 0 -8px rgba(231, 181, 92, 0.9),
    0 10px 0 -8px rgba(231, 181, 92, 0.9);
}

.honey-dipper::after {
  content: "";
  position: absolute;
  left: 38px;
  top: 42px;
  width: 22px;
  height: 150px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(249, 230, 181, 0.94), rgba(223, 177, 84, 0.98));
}

.section-jar {
  position: absolute;
  left: 24%;
  bottom: 10%;
  width: min(340px, 36vw);
  filter: drop-shadow(0 22px 36px rgba(65, 35, 14, 0.22));
}

.product-section .fabric-sweep,
.product-section .honey-bowl,
.product-section .honey-dipper,
.product-section .section-jar {
  display: none;
}

.origin-section .image-panel {
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.04), rgba(255, 252, 247, 0.04)),
    url("./assets/origin-valley-generated.png") center/cover no-repeat;
}

.valley-sky,
.valley-range,
.valley-river,
.valley-flowers {
  position: absolute;
}

.origin-section .valley-sky,
.origin-section .valley-range,
.origin-section .valley-river,
.origin-section .valley-flowers {
  display: none;
}

.valley-sky {
  inset: 0;
  background:
    radial-gradient(circle at 36% 16%, rgba(255, 255, 255, 0.72), transparent 15%),
    linear-gradient(180deg, #f0ece6 0%, #d8ceb9 38%, #b49267 100%);
}

.valley-range-back {
  left: 0;
  right: 0;
  top: 16%;
  height: 36%;
  background: linear-gradient(180deg, rgba(255, 247, 236, 0.95), rgba(91, 81, 75, 0.95));
  clip-path: polygon(0 68%, 10% 48%, 18% 60%, 27% 35%, 36% 58%, 46% 31%, 55% 54%, 66% 28%, 76% 57%, 87% 34%, 100% 52%, 100% 100%, 0 100%);
}

.valley-range-front {
  left: 0;
  right: 0;
  bottom: 0;
  height: 48%;
  background:
    radial-gradient(circle at 24% 45%, rgba(164, 121, 75, 0.24), transparent 16%),
    linear-gradient(180deg, rgba(112, 90, 61, 0.16), rgba(54, 43, 31, 0.94));
  clip-path: polygon(0 44%, 10% 34%, 21% 42%, 31% 27%, 43% 48%, 54% 32%, 67% 49%, 79% 37%, 90% 48%, 100% 40%, 100% 100%, 0 100%);
}

.valley-river {
  left: 42%;
  top: 36%;
  width: 190px;
  height: 250px;
  background: linear-gradient(180deg, rgba(237, 236, 230, 0.92), rgba(193, 186, 168, 0.16));
  clip-path: polygon(45% 0, 57% 8%, 52% 18%, 64% 31%, 57% 46%, 70% 60%, 60% 78%, 75% 100%, 33% 100%, 26% 80%, 33% 62%, 23% 45%, 32% 29%, 24% 14%);
  opacity: 0.78;
}

.valley-flowers {
  left: 0;
  right: 0;
  bottom: 0;
  height: 22%;
  background:
    radial-gradient(circle at 8% 55%, rgba(200, 120, 156, 0.88) 0 7px, transparent 8px),
    radial-gradient(circle at 11% 59%, rgba(231, 181, 203, 0.88) 0 6px, transparent 7px),
    radial-gradient(circle at 15% 56%, rgba(199, 120, 154, 0.88) 0 6px, transparent 7px),
    radial-gradient(circle at 85% 58%, rgba(199, 120, 154, 0.88) 0 7px, transparent 8px),
    linear-gradient(180deg, transparent 0 34%, rgba(95, 73, 48, 0.12) 35%, rgba(51, 38, 28, 0.95) 100%);
}

.beekeeper-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 0.72fr;
  gap: 14px;
  padding: 18px 18px 18px 0;
  background: linear-gradient(180deg, rgba(244, 236, 226, 0.95), rgba(234, 221, 204, 0.95));
}

.beekeeper-card {
  min-height: 360px;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(163, 121, 67, 0.14);
}

.beekeeper-portrait {
  background: url("./assets/beekeeper-portrait-generated.png") center/cover no-repeat;
}

.apiary-card {
  background: url("./assets/apiary-generated.png") center/cover no-repeat;
  position: relative;
}

.apiary-card::before {
  display: none;
}

.bee-macro {
  background: url("./assets/bee-macro-generated.png") center/cover no-repeat;
  filter: blur(0.15px);
}

.recipe-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  align-items: stretch;
  min-height: 430px;
  color: var(--white);
  background: linear-gradient(90deg, #58371f 0%, #8a5b35 28%, #ba8753 100%);
}

.recipe-copy {
  position: relative;
  z-index: 1;
  padding: 56px 52px 56px 64px;
}

.recipe-copy p {
  color: rgba(255, 242, 220, 0.88);
}

.recipe-scene {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 245, 228, 0.04), rgba(255, 245, 228, 0.04)),
    url("./assets/recipe-banner-generated.png") center/cover no-repeat;
}

.recipe-bowl,
.recipe-cup,
.recipe-jar,
.recipe-drizzle,
.recipe-berries {
  position: absolute;
}

.recipe-scene .recipe-bowl,
.recipe-scene .recipe-cup,
.recipe-scene .recipe-jar,
.recipe-scene .recipe-drizzle,
.recipe-scene .recipe-berries {
  display: none;
}

.recipe-bowl {
  left: 28%;
  bottom: 15%;
  width: 320px;
  height: 170px;
  border-radius: 0 0 180px 180px;
  background:
    radial-gradient(circle at 50% 22%, rgba(246, 242, 236, 0.96) 0 31%, rgba(215, 198, 177, 0.96) 32% 52%, rgba(125, 91, 58, 0.96) 53% 100%);
  box-shadow: var(--shadow-lg);
}

.recipe-bowl::before {
  content: "";
  position: absolute;
  inset: 14px 16px 56px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 55%, #fcfbf7 0 42%, #d6c6aa 43% 44%, transparent 45%),
    radial-gradient(circle at 45% 60%, rgba(201, 163, 90, 0.98) 0 11%, transparent 12%),
    radial-gradient(circle at 40% 38%, rgba(117, 82, 47, 0.95) 0 6%, transparent 7%),
    radial-gradient(circle at 55% 40%, rgba(117, 82, 47, 0.95) 0 5%, transparent 6%),
    radial-gradient(circle at 62% 48%, rgba(117, 82, 47, 0.95) 0 5%, transparent 6%),
    radial-gradient(circle at 70% 58%, rgba(117, 82, 47, 0.95) 0 5%, transparent 6%);
}

.recipe-cup {
  left: 11%;
  bottom: 32%;
  width: 150px;
  height: 140px;
  border-radius: 0 0 26px 26px;
  background: linear-gradient(180deg, rgba(223, 199, 169, 0.95), rgba(112, 78, 49, 0.92));
  box-shadow: var(--shadow-md);
}

.recipe-cup::before {
  content: "";
  position: absolute;
  right: -28px;
  top: 34px;
  width: 48px;
  height: 48px;
  border: 8px solid rgba(213, 191, 163, 0.92);
  border-left: 0;
  border-radius: 0 30px 30px 0;
}

.recipe-jar {
  right: 9%;
  bottom: 12%;
  width: 190px;
  height: 260px;
  border-radius: 24px 24px 44px 44px;
  background:
    linear-gradient(180deg, rgba(255, 247, 229, 0.95) 0 20%, rgba(231, 205, 164, 0.95) 20% 24%, rgba(248, 227, 180, 0.92) 24% 100%);
  box-shadow: var(--shadow-lg);
}

.recipe-jar::before {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  top: -24px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(180deg, #dcb26d, #9c6c39);
}

.recipe-drizzle {
  right: 27%;
  top: 18%;
  width: 250px;
  height: 24px;
  border-radius: 999px;
  transform: rotate(20deg);
  background: linear-gradient(90deg, #bd8448, #ecba74 48%, #bd8448);
}

.recipe-drizzle::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -12px;
  width: 72px;
  height: 48px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(254, 236, 190, 0.92) 0 26%, rgba(232, 183, 92, 0.92) 27% 100%);
  box-shadow:
    0 -9px 0 -7px rgba(232, 183, 92, 0.92),
    0 9px 0 -7px rgba(232, 183, 92, 0.92);
}

.recipe-drizzle::after {
  content: "";
  position: absolute;
  left: 36px;
  top: 36px;
  width: 18px;
  height: 92px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 235, 188, 0.92), rgba(228, 181, 88, 0.96));
}

.recipe-berries {
  left: 54%;
  bottom: 28%;
  width: 92px;
  height: 42px;
  background:
    radial-gradient(circle at 18% 50%, #be2d38 0 12px, transparent 13px),
    radial-gradient(circle at 44% 58%, #213763 0 10px, transparent 11px),
    radial-gradient(circle at 68% 46%, #2f4f8e 0 11px, transparent 12px),
    radial-gradient(circle at 84% 56%, #172f56 0 9px, transparent 10px);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr) 1.2fr;
  gap: 28px;
  padding: 44px 52px 30px;
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.95), rgba(244, 235, 225, 0.94));
}

.footer-brandmark .brand-mark {
  width: 84px;
}

.footer-brand p {
  max-width: 22ch;
}

.social-links {
  gap: 10px;
  margin-top: 20px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 0.7rem;
  text-transform: uppercase;
  background: rgba(188, 135, 72, 0.08);
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-column h3 {
  margin: 8px 0 8px;
  font-size: 0.82rem;
}

.footer-column a,
.footer-bottom p,
.footer-legal a {
  color: var(--ink-soft);
}

.footer-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}

.footer-badges article {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 110px;
  padding: 14px;
  text-align: center;
  border: 1px solid rgba(152, 103, 49, 0.18);
  border-radius: 50%;
  aspect-ratio: 1;
}

.footer-badges span {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  font-size: 1rem;
  text-transform: uppercase;
}

.footer-badges small {
  margin-top: 5px;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 52px 34px;
  border-top: 1px solid rgba(154, 111, 57, 0.12);
  background: rgba(244, 235, 225, 0.94);
}

.footer-bottom p {
  margin: 0;
}

.footer-legal {
  gap: 28px;
}

@media (max-width: 1180px) {
  .site-header,
  .hero-panel,
  .editorial-copy,
  .recipe-copy,
  .site-footer,
  .footer-bottom {
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero-panel,
  .recipe-banner,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 0;
    padding-top: 64px;
  }

  .hero-copy h1 {
    max-width: 11ch;
  }

  .hero-product {
    justify-self: center;
    padding-top: 30px;
  }

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

  .image-panel {
    min-height: 460px;
  }

  .beekeeper-grid {
    padding: 0 28px 28px;
  }

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

@media (max-width: 760px) {
  .announcement-bar {
    padding: 10px 16px;
    font-size: 0.68rem;
  }

  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .site-nav {
    gap: 14px 20px;
  }

  .hero-panel {
    padding: 42px 20px 26px;
  }

  .hero-copy h1 {
    font-size: clamp(2.5rem, 12vw, 4.1rem);
  }

  .hero-body,
  .editorial-copy p,
  .recipe-copy p {
    font-size: 0.98rem;
  }

  .hero-product {
    flex-direction: column;
  }

  .hero-seal {
    width: 120px;
  }

  .assurance-strip {
    grid-template-columns: 1fr;
  }

  .assurance-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .assurance-item:last-child {
    border-bottom: 0;
  }

  .editorial-copy {
    padding: 48px 20px 38px;
  }

  .image-panel {
    min-height: 360px;
  }

  .section-jar {
    left: 14%;
    width: min(260px, 52vw);
  }

  .honey-dipper {
    right: -2%;
    width: 210px;
  }

  .beekeeper-grid {
    grid-template-columns: 1fr;
    padding: 0 20px 20px;
  }

  .beekeeper-card {
    min-height: 250px;
  }

  .recipe-copy {
    padding: 44px 20px 26px;
  }

  .recipe-scene {
    min-height: 320px;
  }

  .recipe-bowl {
    left: 18%;
    width: 220px;
    height: 118px;
  }

  .recipe-cup {
    left: 5%;
    width: 104px;
    height: 102px;
  }

  .recipe-jar {
    right: 3%;
    width: 118px;
    height: 180px;
  }

  .recipe-drizzle {
    right: 18%;
    top: 12%;
    width: 190px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 34px 20px 22px;
  }

  .footer-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-bottom {
    flex-direction: column;
    padding: 14px 20px 24px;
  }
}
