:root {
  --cream: #ffd96f;
  --cream-soft: #fff6d1;
  --lilac: #54209a;
  --lilac-deep: #30105f;
  --violet: #56209a;
  --violet-dark: #241037;
  --violet-soft: rgba(86, 32, 154, 0.16);
  --chocolate: #572819;
  --chocolate-soft: rgba(87, 40, 25, 0.16);
  --teal: #009fad;
  --pink: #f01962;
  --orange: #ff6a1f;
  --gold: #ffd96f;
  --white-glass: rgba(255, 248, 213, 0.74);
  --border: rgba(255, 217, 111, 0.34);
  --shadow: 0 26px 70px rgba(36, 16, 55, 0.18);
  --product-shadow: 0 48px 92px rgba(36, 16, 55, 0.32);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--violet-dark);
  background:
    radial-gradient(circle at 73% 12%, rgba(255, 106, 31, 0.34), transparent 21rem),
    radial-gradient(circle at 9% 78%, rgba(0, 159, 173, 0.26), transparent 24rem),
    linear-gradient(123deg, var(--cream-soft) 0 48%, #ffe27b 48% 62%, #fff0b6 62% 100%);
  font-family: "Avenir Next", Avenir, "Trebuchet MS", Arial, sans-serif;
}

button,
input,
textarea,
select,
a {
  font: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

section {
  scroll-margin-top: 7rem;
}

.stage-background {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.stage-background::before {
  content: "";
  position: absolute;
  inset: -16%;
  background:
    radial-gradient(ellipse at 80% 18%, rgba(255, 106, 31, 0.52), transparent 20rem),
    radial-gradient(ellipse at 12% 74%, rgba(0, 159, 173, 0.38), transparent 26rem),
    radial-gradient(ellipse at 82% 78%, rgba(240, 25, 98, 0.34), transparent 23rem),
    radial-gradient(ellipse at 42% 36%, rgba(86, 32, 154, 0.24), transparent 28rem);
  animation: slow-pan 24s ease-in-out infinite alternate;
}

.stage-background::after {
  content: "";
  position: absolute;
  inset: -18%;
  background:
    linear-gradient(115deg, transparent 0 30%, rgba(255, 106, 31, 0.34) 30% 37%, rgba(240, 25, 98, 0.28) 37% 50%, transparent 50%),
    radial-gradient(ellipse at 68% 60%, rgba(0, 159, 173, 0.3), transparent 22rem);
  opacity: 0.86;
  animation: colorway-flow 30s ease-in-out infinite alternate;
}

.dot-cloud {
  position: absolute;
  width: 16.25rem;
  height: 46rem;
  background-image: radial-gradient(circle, rgba(255, 217, 111, 0.86) 0 0.42rem, transparent 0.46rem);
  background-position: 0 0;
  background-size: 3.25rem 3.25rem;
  opacity: 0.42;
  mask-image: linear-gradient(to bottom, transparent, black 12%, black 88%, transparent);
  animation: dots-rise 18s linear infinite;
}

.dot-cloud-left {
  left: clamp(1.75rem, 4.4vw, 4.5rem);
  top: 7rem;
}

.dot-cloud-right {
  right: clamp(1.75rem, 4.4vw, 4.5rem);
  top: 9rem;
  animation-delay: -11s;
}

.bg-asset {
  position: absolute;
  display: block;
  object-fit: contain;
  user-select: none;
  transform-origin: center;
}

.cacao-art {
  width: clamp(18rem, 30vw, 31rem);
  opacity: 0.11;
  filter: sepia(1) saturate(1.55) hue-rotate(306deg) contrast(1.3);
  mix-blend-mode: multiply;
  mask-image: radial-gradient(ellipse at center, black 0 48%, rgba(0, 0, 0, 0.62) 62%, transparent 78%);
  animation: cocoa-drift 18s ease-in-out infinite;
}

.cacao-art-one {
  right: -5rem;
  top: 13rem;
  rotate: -10deg;
}

.cacao-art-two {
  left: -8rem;
  bottom: 17%;
  width: clamp(16rem, 26vw, 26rem);
  rotate: 18deg;
  animation-delay: -8s;
}

.chocolate-art {
  width: clamp(11rem, 18vw, 18rem);
  opacity: 0.24;
  filter: sepia(1) saturate(1.25) hue-rotate(342deg) drop-shadow(0 1.2rem 1.8rem rgba(87, 40, 25, 0.12));
  animation: chocolate-drift 20s ease-in-out infinite;
}

.chocolate-art-one {
  left: 34%;
  top: 9rem;
  rotate: -8deg;
}

.chocolate-art-two {
  right: 8%;
  bottom: 12%;
  width: clamp(9rem, 15vw, 15rem);
  rotate: 15deg;
  animation-delay: -9s;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 1rem 0;
}

.brand {
  display: block;
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 50%;
  filter: drop-shadow(0 16px 30px rgba(36, 16, 55, 0.22));
}

.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.92rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.nav a {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  min-height: 2.72rem;
  padding: 0.66rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--violet-dark);
  font-size: 0.9rem;
  font-weight: 820;
  text-decoration: none;
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.nav a:first-child {
  background: rgba(255, 255, 255, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav a:hover {
  transform: translateY(-1px);
  color: var(--cream-soft);
  border-color: rgba(255, 217, 111, 0.5);
  background: linear-gradient(135deg, var(--pink), var(--violet));
  box-shadow: 0 12px 24px rgba(36, 16, 55, 0.2);
}

.hero,
.intro-section,
.detail-section,
.occasion-section,
.place-section,
.split-section,
.usp-section,
.b2b-section,
.b2b-page-hero,
.b2b-offer-section,
.faq-section,
.closing-section,
.imprint-section,
.footer {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(18rem, 1.06fr);
  align-items: center;
  gap: clamp(2rem, 4.6vw, 4.8rem);
  min-height: 92svh;
  padding: 6.8rem 0 2.4rem;
}

.hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

h1,
h2 {
  margin: 0;
  color: var(--violet);
  font-family: "Cooper Black", "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-weight: 950;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 9.4ch;
  font-size: clamp(3.65rem, 5.45vw, 5.9rem);
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 0.08em 0 rgba(255, 217, 111, 0.64);
}

h2 {
  max-width: 13ch;
  font-size: clamp(2.55rem, 4.5vw, 5rem);
  line-height: 0.94;
}

p {
  margin: 1.2rem 0 0;
  color: var(--violet-dark);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 500;
  line-height: 1.64;
}

strong {
  font-weight: 760;
}

.hero-copy p {
  max-width: 39rem;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
}

.hero-availability {
  max-width: 34rem;
}

.hero-actions {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 0;
}

.primary-link,
.plain-link,
.b2b-contact-line,
.nav a,
.footer-links a,
.cookie-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  min-height: 3rem;
  padding: 0 1.55rem;
  border: 2px solid var(--violet-dark);
  border-radius: 10px;
  color: var(--violet-dark);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38), transparent 42%),
    linear-gradient(135deg, var(--cream-soft), var(--gold) 64%, rgba(0, 159, 173, 0.24));
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 8px 8px 0 var(--violet-dark);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.primary-link::after,
.plain-link::after,
.b2b-contact-line::after,
.nav a::after,
.footer-links a::after,
.cookie-button::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 3rem;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--violet-dark), var(--violet) 58%, var(--teal));
  transform: translate(8px, 8px);
  transition: transform 0.2s ease-out;
}

.primary-link:hover::after,
.plain-link:hover::after,
.b2b-contact-line:hover::after,
.nav a:hover::after,
.footer-links a:hover::after,
.cookie-button:hover::after,
.cookie-button:focus-visible::after {
  transform: translate(0, 0);
}

.primary-link:hover,
.plain-link:hover,
.b2b-contact-line:hover,
.nav a:hover,
.footer-links a:hover,
.cookie-button:hover,
.cookie-button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 var(--violet-dark);
  transform: translate(6px, 6px);
}

.primary-link:focus-visible,
.plain-link:focus-visible,
.b2b-contact-line:focus-visible,
.nav a:focus-visible,
.footer-links a:focus-visible,
.cookie-button:focus-visible {
  outline: 3px solid rgba(0, 159, 173, 0.28);
  outline-offset: 5px;
}

.primary-link:active,
.plain-link:active,
.b2b-contact-line:active,
.nav a:active,
.footer-links a:active,
.cookie-button:active {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 42%),
    linear-gradient(135deg, var(--gold), var(--orange) 56%, var(--pink));
}

.primary-link {
  color: var(--cream-soft);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(135deg, var(--pink), var(--orange) 56%, var(--violet));
}

.plain-link {
  color: var(--violet-dark);
}

.primary-link:hover {
  color: var(--cream-soft);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(135deg, var(--orange), var(--pink) 54%, var(--violet));
}

.plain-link:hover {
  color: var(--violet-dark);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 42%),
    linear-gradient(135deg, var(--gold), #fff3b2 62%, rgba(240, 25, 98, 0.25));
}

.nav a,
.nav a:first-child {
  color: var(--violet-dark);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38), transparent 42%),
    linear-gradient(135deg, var(--cream-soft), var(--gold) 64%, rgba(0, 159, 173, 0.24));
  box-shadow: 8px 8px 0 var(--violet-dark);
}

.nav a[aria-current="page"],
.nav a:hover {
  color: var(--cream-soft);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(135deg, var(--pink), var(--orange) 56%, var(--violet));
}

.hero-product {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  min-width: 0;
  margin: 0;
  place-items: center;
}

.product-halo {
  position: absolute;
  width: min(33rem, 78vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 246, 209, 0.74) 0 15%, rgba(255, 217, 111, 0.46) 16% 36%, rgba(0, 159, 173, 0.28) 37% 58%, rgba(240, 25, 98, 0.22) 59% 72%, transparent 73%);
  filter: blur(0.25rem);
  animation: halo-pulse 5.8s ease-in-out infinite;
}

.pack-duo {
  position: relative;
  isolation: isolate;
  display: grid;
  width: min(35rem, 86vw);
  min-width: 0;
  place-items: center;
}

.pack-duo img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.pack-shot-main {
  position: relative;
  z-index: 2;
  max-width: min(28rem, 72vw);
  max-height: 76svh;
  filter: drop-shadow(var(--product-shadow));
  transform-origin: 50% 56%;
  animation: pack-bounce 3.6s cubic-bezier(0.34, 0, 0.2, 1) infinite;
  will-change: transform;
}

.pack-shot-behind {
  --behind-x: 7.85rem;
  --behind-y: -0.45rem;
  --behind-scale: 0.82;
  --behind-scale-hover: 0.84;

  position: absolute;
  z-index: 1;
  max-width: min(23rem, 58vw);
  max-height: 64svh;
  opacity: 0.84;
  filter: drop-shadow(0 26px 42px rgba(36, 16, 55, 0.25));
  transform-origin: 50% 56%;
  animation: pack-behind-float 5.8s ease-in-out infinite;
  will-change: transform;
}

.intro-section,
.place-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.82fr);
  align-items: center;
  gap: clamp(2.4rem, 6vw, 6rem);
  padding: clamp(4.5rem, 8vw, 8rem) 0;
}

.intro-section {
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1fr);
}

.intro-section .floating-bar {
  order: -1;
}

.section-copy {
  min-width: 0;
}

.section-copy p {
  max-width: 44rem;
}

.floating-bar {
  position: relative;
  display: grid;
  min-height: min(82svh, 45rem);
  margin: 0;
  place-items: center;
}

.floating-bar img {
  display: block;
  width: auto;
  max-width: min(22rem, 72vw);
  max-height: 82svh;
  object-fit: contain;
  filter: drop-shadow(0 31px 48px rgba(36, 16, 55, 0.28));
  transform-origin: center;
  animation: bare-float 8s ease-in-out infinite;
  will-change: transform;
}

.detail-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(3.2rem, 7vw, 6.5rem);
  padding: clamp(3.5rem, 7vw, 7rem) 0;
}

.info-card,
.usp-section article {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.info-card {
  width: min(100%, 46rem);
  padding: 0;
  min-width: 0;
}

.detail-section .info-card:nth-child(even) {
  justify-self: end;
}

.detail-section .info-card:nth-child(3) {
  margin-left: clamp(0rem, 8vw, 7rem);
}

.info-card h2,
.usp-section h2 {
  max-width: 14ch;
  color: var(--violet);
  font-size: clamp(2.25rem, 4vw, 4.3rem);
  line-height: 0.94;
}

.info-card p {
  max-width: 42rem;
  font-size: clamp(1rem, 1.16vw, 1.12rem);
}

.occasion-section {
  position: relative;
  padding: clamp(5rem, 9vw, 9rem) 0;
}

.occasion-section::before {
  content: "";
  position: absolute;
  inset: 18% -8% 12%;
  z-index: -1;
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 36%, rgba(0, 159, 173, 0.15), transparent 14rem),
    radial-gradient(circle at 16% 72%, rgba(240, 25, 98, 0.12), transparent 16rem),
    rgba(255, 246, 209, 0.44);
  box-shadow: inset 0 0 0 1px rgba(255, 217, 111, 0.18);
}

.place-section {
  grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1fr);
}

.place-product {
  display: grid;
  place-items: center;
  min-width: 0;
}

.pack-duo-small {
  width: min(31rem, 74vw);
}

.pack-duo-small .pack-shot-main {
  max-width: min(22rem, 66vw);
  max-height: 68svh;
  filter: drop-shadow(0 32px 54px rgba(36, 16, 55, 0.3));
  animation: pack-small-hover 6.5s ease-in-out infinite;
}

.pack-duo-small .pack-shot-behind {
  --behind-x: 5.9rem;
  --behind-y: -0.35rem;
  --behind-scale: 0.8;
  --behind-scale-hover: 0.815;

  max-width: min(18rem, 52vw);
  max-height: 56svh;
  opacity: 0.78;
}

.place-section .primary-link,
.closing-section .primary-link {
  margin-top: 1.65rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  padding: clamp(3.8rem, 7vw, 7rem) 0;
}

.brand-card {
  display: grid;
  grid-template-columns: minmax(5rem, 9rem) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.2rem, 3vw, 2rem);
}

.brand-card img {
  width: min(9rem, 32vw);
  filter: drop-shadow(0 16px 24px rgba(36, 16, 55, 0.18));
}

.usp-section {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(1.15rem, 2.1vw, 1.8rem) clamp(2.4rem, 6vw, 5rem);
  padding: clamp(1.8rem, 3.4vw, 3.4rem) 0;
}

.usp-section::before {
  content: "";
  position: absolute;
  top: clamp(1.15rem, 2vw, 1.8rem);
  bottom: clamp(1.15rem, 2vw, 1.8rem);
  left: 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 18% 50%, rgba(240, 25, 98, 0.16), transparent 25rem),
    radial-gradient(circle at 78% 42%, rgba(0, 159, 173, 0.13), transparent 24rem),
    linear-gradient(108deg, rgba(255, 246, 209, 0.9), rgba(255, 217, 111, 0.58));
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
  pointer-events: none;
}

.usp-section article {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0;
  min-width: 0;
}

.usp-section h2 {
  max-width: 100%;
  font-size: clamp(1.45rem, 2.25vw, 2.35rem);
  line-height: 1.14;
  overflow-wrap: break-word;
  hyphens: auto;
}

.usp-section p {
  max-width: 25rem;
  margin-top: 0;
  font-size: clamp(0.98rem, 1.08vw, 1.06rem);
  line-height: 1.45;
}

.b2b-section {
  position: relative;
  padding: clamp(3.7rem, 7vw, 7rem) 0 clamp(3rem, 6vw, 5.5rem);
}

.b2b-section .section-copy {
  width: min(100%, 44rem);
  margin-left: auto;
}

.b2b-section h2 {
  max-width: 8ch;
}

.b2b-section .primary-link {
  margin-top: 1.65rem;
}

.b2b-section::before {
  content: "";
  position: absolute;
  inset: 18% auto 16% -8%;
  z-index: -1;
  width: min(40rem, 62vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 159, 173, 0.16), transparent 68%);
  pointer-events: none;
}

.faq-section {
  position: relative;
  padding: clamp(3.7rem, 7vw, 7rem) 0;
}

.faq-section .section-copy {
  width: min(100%, 55rem);
}

.faq-section h2 {
  max-width: 15ch;
}

.faq-list {
  display: grid;
  gap: clamp(1.05rem, 2vw, 1.45rem);
  margin: clamp(1.6rem, 3vw, 2.4rem) 0 0;
}

.faq-list div {
  position: relative;
  padding-top: clamp(0.92rem, 1.7vw, 1.2rem);
  border-top: 2px solid rgba(86, 32, 154, 0.26);
}

.faq-list div::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: min(4.6rem, 34%);
  height: 2px;
  background: linear-gradient(90deg, var(--pink), var(--orange), var(--teal));
}

.faq-list dt {
  color: var(--violet);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  font-weight: 900;
  line-height: 1.25;
}

.faq-list dd {
  max-width: 45rem;
  margin: 0.42rem 0 0;
  color: var(--violet-dark);
  font-size: clamp(0.98rem, 1.08vw, 1.06rem);
  font-weight: 500;
  line-height: 1.55;
}

.b2b-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(15rem, 0.7fr);
  align-items: center;
  gap: clamp(2.4rem, 6vw, 6rem);
  min-height: 88svh;
  padding: 7rem 0 clamp(3.5rem, 7vw, 6.5rem);
}

.b2b-page-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.b2b-page-copy h1 {
  max-width: 9ch;
}

.b2b-page-copy p {
  max-width: 42rem;
}

.b2b-contact-line {
  margin-top: 1.35rem;
  color: var(--cream-soft);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(135deg, var(--teal), var(--violet) 58%, var(--pink));
}

.b2b-page-product {
  position: relative;
  display: grid;
  min-width: 0;
  margin: 0;
  place-items: center;
}

.b2b-page-product::before {
  content: "";
  position: absolute;
  width: min(29rem, 72vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 246, 209, 0.78) 0 17%, rgba(255, 217, 111, 0.4) 18% 38%, rgba(0, 159, 173, 0.26) 39% 58%, rgba(240, 25, 98, 0.2) 59% 72%, transparent 73%);
  filter: blur(0.2rem);
  animation: halo-pulse 5.8s ease-in-out infinite;
}

.b2b-page-product > img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: min(23rem, 68vw);
  max-height: 72svh;
  object-fit: contain;
  filter: drop-shadow(var(--product-shadow));
  animation: pack-small-hover 6.5s ease-in-out infinite;
}

.pack-duo-b2b {
  width: min(32rem, 78vw);
}

.pack-duo-b2b .pack-shot-main {
  max-width: min(24rem, 66vw);
  max-height: 72svh;
}

.pack-duo-b2b .pack-shot-behind {
  --behind-x: 6.4rem;
  --behind-y: -0.3rem;
  --behind-scale: 0.8;
  --behind-scale-hover: 0.815;

  max-width: min(19rem, 52vw);
  max-height: 62svh;
}

.b2b-offer-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.8rem, 4vw, 4rem);
  padding: clamp(3rem, 6vw, 6rem) 0 clamp(4rem, 7vw, 7rem);
}

.b2b-offer-section article {
  position: relative;
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.4rem) 0 0;
  border-top: 3px solid rgba(86, 32, 154, 0.72);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.b2b-offer-section article::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: min(5rem, 46%);
  height: 3px;
  background: linear-gradient(90deg, var(--pink), var(--orange), var(--gold));
}

.b2b-offer-section h2 {
  max-width: 100%;
  font-size: clamp(1.3rem, 2.2vw, 2.05rem);
  line-height: 1.05;
}

.b2b-offer-section p {
  font-size: clamp(0.98rem, 1.05vw, 1.05rem);
  line-height: 1.55;
}

.closing-section {
  display: grid;
  justify-items: center;
  padding: clamp(4.5rem, 8vw, 8rem) 0;
  text-align: center;
}

.closing-section h2 {
  max-width: 14ch;
}

.closing-section p {
  max-width: 44rem;
}

.imprint-section {
  position: relative;
  padding: clamp(3.8rem, 7vw, 7rem) 0;
}

.imprint-page {
  min-height: calc(100svh - 5.5rem);
  padding-top: clamp(7.4rem, 12vw, 10rem);
}

.imprint-section::before {
  content: "";
  position: absolute;
  inset: 12% -10% 10%;
  z-index: -1;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 24%, rgba(240, 25, 98, 0.12), transparent 18rem),
    radial-gradient(circle at 86% 72%, rgba(0, 159, 173, 0.13), transparent 20rem),
    rgba(255, 246, 209, 0.42);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 16%, black 84%, transparent);
  mask-image: linear-gradient(to bottom, transparent, black 16%, black 84%, transparent);
}

.section-kicker {
  margin: 0 0 0.52rem;
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.imprint-heading {
  width: min(100%, 42rem);
}

.imprint-heading h1 {
  max-width: 9ch;
}

.imprint-grid,
.imprint-notes {
  display: grid;
  gap: clamp(1.6rem, 3.4vw, 3rem);
}

.imprint-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(2rem, 4vw, 3.6rem);
}

.imprint-notes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(1.2rem, 2.6vw, 2rem);
}

.privacy-grid article:nth-child(2),
.privacy-grid article:nth-child(3) {
  grid-column: span 2;
}

.privacy-notes article {
  grid-column: span 1;
}

.legal-updated {
  margin-top: clamp(2rem, 4vw, 3.4rem);
  font-size: 0.95rem;
  font-weight: 760;
}

.imprint-section article {
  position: relative;
  min-width: 0;
  padding: 1rem 0 0;
  border: 0;
  border-top: 2px solid rgba(86, 32, 154, 0.34);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.imprint-section article::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: min(4.5rem, 42%);
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--pink), var(--orange));
}

.imprint-section h2 {
  margin: 0;
  color: var(--violet);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.1;
}

.imprint-section article p {
  margin-top: 0.72rem;
  font-size: 0.92rem;
  line-height: 1.5;
}

.imprint-section a {
  font-weight: 800;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 0 2rem;
  border-top: 2px solid rgba(255, 217, 111, 0.42);
  color: rgba(36, 16, 55, 0.72);
  font-size: 0.9rem;
  font-weight: 760;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.footer-links a {
  min-height: 2.7rem;
  padding: 0.32rem 0.78rem;
  font-size: 0.82rem;
}

.footer-links a::after {
  min-height: 2.7rem;
}

.footer-links a:hover {
  color: var(--violet-dark);
}

.cookie-banner {
  position: fixed;
  right: clamp(0.75rem, 2vw, 1.4rem);
  bottom: clamp(0.75rem, 2vw, 1.4rem);
  z-index: 40;
  width: min(100% - 1.5rem, 48rem);
  color: var(--violet-dark);
  pointer-events: none;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(16rem, 0.95fr);
  gap: clamp(1rem, 2.4vw, 1.7rem);
  overflow: hidden;
  padding: clamp(1rem, 2.3vw, 1.45rem);
  border: 1px solid rgba(255, 217, 111, 0.62);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 217, 111, 0.74), transparent 11rem),
    radial-gradient(circle at 92% 72%, rgba(0, 159, 173, 0.28), transparent 12rem),
    linear-gradient(135deg, rgba(255, 246, 209, 0.94), rgba(255, 221, 127, 0.9));
  box-shadow:
    0 28px 80px rgba(36, 16, 55, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  pointer-events: auto;
  transform: translateY(1.1rem) scale(0.98);
  opacity: 0;
  transition: opacity 260ms ease, transform 260ms ease;
  backdrop-filter: blur(20px) saturate(1.3);
}

.cookie-banner.is-visible .cookie-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.cookie-card::before,
.cookie-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.cookie-card::before {
  inset: -38% auto auto 36%;
  width: 18rem;
  height: 28rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(240, 25, 98, 0.58), rgba(255, 106, 31, 0.42));
  transform: rotate(22deg);
}

.cookie-card::after {
  right: 1.2rem;
  bottom: 1.05rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 217, 111, 0.92) 0 0.2rem, transparent 0.24rem);
  background-size: 1.45rem 1.45rem;
  opacity: 0.52;
}

.cookie-copy,
.cookie-options,
.cookie-actions {
  position: relative;
  z-index: 1;
}

.cookie-kicker {
  margin: 0 0 0.38rem;
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.cookie-copy h2 {
  max-width: 12ch;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 0.95;
}

.cookie-copy p:not(.cookie-kicker) {
  max-width: 31rem;
  margin-top: 0.85rem;
  font-size: 0.96rem;
  line-height: 1.5;
}

.cookie-options {
  display: grid;
  gap: 0.58rem;
}

.cookie-toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.72rem 0.8rem;
  border: 1px solid rgba(86, 32, 154, 0.14);
  border-radius: 18px;
  background: rgba(255, 246, 209, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.cookie-toggle strong,
.cookie-toggle small {
  display: block;
}

.cookie-toggle strong {
  color: var(--violet);
  font-size: 0.94rem;
  font-weight: 900;
}

.cookie-toggle small {
  margin-top: 0.15rem;
  color: rgba(36, 16, 55, 0.72);
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.3;
}

.cookie-toggle input {
  appearance: none;
  position: relative;
  width: 3.05rem;
  height: 1.7rem;
  margin: 0;
  border: 1px solid rgba(86, 32, 154, 0.24);
  border-radius: 999px;
  background: rgba(36, 16, 55, 0.16);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}

.cookie-toggle input::before {
  content: "";
  position: absolute;
  top: 0.22rem;
  left: 0.22rem;
  width: 1.16rem;
  height: 1.16rem;
  border-radius: 50%;
  background: var(--cream-soft);
  box-shadow: 0 4px 10px rgba(36, 16, 55, 0.2);
  transition: transform 180ms ease;
}

.cookie-toggle input:checked {
  border-color: rgba(255, 217, 111, 0.7);
  background: linear-gradient(135deg, var(--teal), var(--violet));
}

.cookie-toggle input:checked::before {
  transform: translateX(1.34rem);
}

.cookie-toggle input:disabled {
  cursor: not-allowed;
}

.cookie-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.62rem;
  margin-top: -0.15rem;
}

.cookie-button {
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
}

.cookie-button-primary {
  color: var(--cream-soft);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(135deg, var(--pink), var(--orange) 56%, var(--violet));
}

.cookie-button-ghost {
  color: var(--violet-dark);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 42%),
    linear-gradient(135deg, var(--cream-soft), var(--gold) 62%, rgba(0, 159, 173, 0.2));
}

.reveal {
  opacity: 0;
  transform: translateY(1.35rem);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slow-pan {
  from {
    transform: translate3d(-0.8%, -0.8%, 0);
  }
  to {
    transform: translate3d(1.2%, 0.9%, 0);
  }
}

@keyframes colorway-flow {
  from {
    transform: translate3d(-1.2%, 0.4%, 0) rotate(-1deg);
  }
  to {
    transform: translate3d(1.4%, -0.8%, 0) rotate(1.2deg);
  }
}

@keyframes dots-rise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -13rem;
  }
}

@keyframes cocoa-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0.8rem, -1rem, 0) scale(1.025);
  }
}

@keyframes chocolate-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-0.7rem, 0.85rem, 0);
  }
}

@keyframes halo-pulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(1);
  }
  50% {
    opacity: 0.92;
    transform: scale(1.04);
  }
}

@keyframes pack-bounce {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(1.5deg) scale(1);
  }
  36% {
    transform: translate3d(0, -1.85rem, 0) rotate(-0.5deg) scale(1.018);
  }
  55% {
    transform: translate3d(0, -1.12rem, 0) rotate(1deg) scale(1.008);
  }
}

@keyframes pack-bounce-mobile {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(1.2deg) scale(1);
  }
  36% {
    transform: translate3d(0, -0.75rem, 0) rotate(-0.25deg) scale(1.012);
  }
  55% {
    transform: translate3d(0, -0.42rem, 0) rotate(0.8deg) scale(1.006);
  }
}

@keyframes bare-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(0.3rem, -0.65rem, 0) rotate(1.2deg);
  }
}

@keyframes pack-small-hover {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(0, -0.85rem, 0) rotate(0.6deg);
  }
}

@keyframes pack-behind-float {
  0%,
  100% {
    transform: translate3d(var(--behind-x), var(--behind-y), 0) rotate(2.5deg) scale(var(--behind-scale));
  }
  50% {
    transform: translate3d(calc(var(--behind-x) + 0.35rem), calc(var(--behind-y) - 0.55rem), 0) rotate(1deg) scale(var(--behind-scale-hover));
  }
}

@media (max-width: 980px) {
  .hero,
  .intro-section,
  .place-section,
  .split-section,
  .b2b-page-hero {
    grid-template-columns: 1fr;
  }

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

  .imprint-notes {
    grid-template-columns: 1fr;
  }

  .intro-section .floating-bar {
    order: 0;
  }

  .hero {
    gap: 1.2rem;
    padding-top: 6.15rem;
  }

  .hero-copy,
  .hero-product,
  .hero-actions {
    grid-column: 1;
    grid-row: auto;
  }

  h1 {
    max-width: 10ch;
  }

  .hero-product {
    margin-top: -1.4rem;
  }

  .pack-duo-hero .pack-shot-main {
    max-width: min(25rem, 76vw);
    max-height: 58svh;
  }

  .pack-duo-hero .pack-shot-behind {
    --behind-x: 6.2rem;
    --behind-y: -0.35rem;
    --behind-scale: 0.78;
    --behind-scale-hover: 0.795;

    max-width: min(20rem, 58vw);
    max-height: 50svh;
  }

  .b2b-page-product {
    order: -1;
  }

  .b2b-page-product > img {
    max-width: min(20rem, 70vw);
    max-height: 48svh;
  }

  .pack-duo-b2b .pack-shot-main {
    max-width: min(20rem, 70vw);
    max-height: 48svh;
  }

  .pack-duo-b2b .pack-shot-behind {
    --behind-x: 5rem;
    --behind-y: -0.2rem;
    --behind-scale: 0.76;
    --behind-scale-hover: 0.775;

    max-width: min(15.5rem, 54vw);
    max-height: 42svh;
  }

  .intro-section,
  .place-section {
    padding: 4.7rem 0;
  }

  .floating-bar {
    min-height: 37rem;
  }
}

@media (max-width: 820px) {
  .usp-section {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .usp-section p {
    max-width: 33rem;
  }

  .b2b-offer-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: absolute;
    width: min(100% - 1rem, var(--max));
    align-items: flex-start;
  }

  .brand {
    width: 4.35rem;
    height: 4.35rem;
  }

  .nav {
    max-width: calc(100vw - 5.7rem);
    overflow-x: auto;
    padding: 0.28rem 0.45rem 0.45rem 0;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    min-height: 2.35rem;
    padding: 0.52rem 0.62rem;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .nav a::after {
    min-height: 2.35rem;
  }

  .hero,
  .intro-section,
  .detail-section,
  .occasion-section,
  .place-section,
  .split-section,
  .usp-section,
  .b2b-section,
  .b2b-page-hero,
  .b2b-offer-section,
  .faq-section,
  .closing-section,
  .imprint-section,
  .footer {
    width: min(100% - 1rem, var(--max));
  }

  .hero {
    min-height: 94svh;
    padding-top: 5.55rem;
    padding-bottom: 2.1rem;
    gap: 0.95rem;
  }

  h1 {
    max-width: 9.5ch;
    font-size: clamp(2.45rem, 10.8vw, 3.45rem);
    line-height: 0.9;
  }

  h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 10vw, 3.15rem);
  }

  p,
  .hero-copy p,
  .info-card p {
    font-size: 0.98rem;
    line-height: 1.52;
  }

  .hero-copy p {
    max-width: 26rem;
  }

  .hero-availability {
    margin-top: 0.9rem;
  }

  .hero-actions {
    gap: 0.75rem 0.95rem;
    justify-content: center;
    margin-top: -0.3rem;
  }

  .primary-link,
  .plain-link,
  .b2b-contact-line,
  .cookie-button {
    min-height: 2.85rem;
    font-size: 0.88rem;
  }

  .primary-link,
  .plain-link,
  .b2b-contact-line,
  .cookie-button {
    padding: 0.72rem 0.95rem;
  }

  .hero-product {
    justify-self: center;
    align-self: start;
    margin-top: 0.55rem;
  }

  .product-halo {
    width: min(24rem, 104vw);
  }

  .pack-duo-hero .pack-shot-main {
    max-width: min(18.25rem, 76vw);
    max-height: 35svh;
    animation-name: pack-bounce-mobile;
  }

  .pack-duo-hero .pack-shot-behind {
    --behind-x: 4.15rem;
    --behind-y: -0.25rem;
    --behind-scale: 0.76;
    --behind-scale-hover: 0.775;

    max-width: min(14rem, 58vw);
    max-height: 30svh;
  }

  .b2b-page-hero {
    min-height: auto;
    padding: 6.2rem 0 3rem;
  }

  .b2b-contact-line {
    width: 100%;
    justify-content: center;
    border-radius: 10px;
    text-align: center;
  }

  .dot-cloud {
    width: 6.8rem;
    height: 38rem;
    background-size: 2.75rem 2.75rem;
    background-position: center top;
    opacity: 0.24;
  }

  .dot-cloud-left {
    left: -2.65rem;
    top: 8rem;
  }

  .dot-cloud-right {
    right: -2.65rem;
    top: 12rem;
  }

  .cacao-art-one {
    right: -11rem;
    top: 13rem;
  }

  .cacao-art-two {
    left: -12rem;
    bottom: 22%;
  }

  .chocolate-art-one {
    left: 45%;
    top: 23rem;
  }

  .intro-section,
  .place-section {
    gap: 1.5rem;
    padding: 4rem 0;
  }

  .floating-bar {
    min-height: 31rem;
  }

  .floating-bar img {
    max-width: min(16rem, 76vw);
    max-height: 52svh;
  }

  .detail-section,
  .split-section,
  .usp-section {
    grid-template-columns: 1fr;
  }

  .detail-section,
  .usp-section {
    gap: 1.2rem;
  }

  .faq-section {
    padding: 3.6rem 0;
  }

  .faq-list dt {
    font-size: 1.02rem;
  }

  .info-card {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }

  .detail-section .info-card:nth-child(even),
  .detail-section .info-card:nth-child(3) {
    justify-self: start;
    margin-left: 0;
  }

  .info-card h2,
  .usp-section h2 {
    max-width: 100%;
    font-size: clamp(1.5rem, 5.8vw, 1.9rem);
    line-height: 1.02;
    overflow-wrap: normal;
    hyphens: auto;
  }

  .occasion-section::before {
    inset: 4% -4% 6%;
  }

  .place-product {
    order: 2;
  }

  .pack-duo-small {
    width: min(21rem, 84vw);
  }

  .pack-duo-small .pack-shot-main {
    max-width: min(17rem, 74vw);
  }

  .pack-duo-small .pack-shot-behind {
    --behind-x: 3.45rem;
    --behind-y: -0.15rem;
    --behind-scale: 0.74;
    --behind-scale-hover: 0.755;

    max-width: min(13.6rem, 56vw);
  }

  .brand-card {
    grid-template-columns: 1fr;
  }

  .brand-card img {
    width: 7rem;
  }

  .imprint-grid {
    grid-template-columns: 1fr;
  }

  .privacy-grid article:nth-child(2),
  .privacy-grid article:nth-child(3),
  .privacy-notes article {
    grid-column: auto;
  }

  .imprint-section article {
    padding: 0.9rem 0 0;
  }

  .cookie-banner {
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    width: auto;
  }

  .cookie-card {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-height: calc(100svh - 1rem);
    overflow-y: auto;
    padding: 1rem;
    border-radius: 22px;
  }

  .cookie-copy h2 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .cookie-copy p:not(.cookie-kicker) {
    font-size: 0.9rem;
  }

  .cookie-toggle {
    padding: 0.68rem 0.72rem;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-button {
    flex: 1 1 100%;
    min-height: 2.85rem;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .stage-background::before,
  .stage-background::after,
  .dot-cloud,
  .bg-asset,
  .product-halo,
  .pack-shot-main,
  .pack-shot-behind,
  .floating-bar img {
    animation: none !important;
    transform: none !important;
  }

  .pack-shot-behind {
    transform: translate3d(var(--behind-x), var(--behind-y), 0) scale(var(--behind-scale)) !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
