:root {
  --cream: #fff7ed;
  --cream-2: #f9eddb;
  --vanilla: #fff1c7;
  --strawberry: #f6b7c6;
  --raspberry: #e96b86;
  --mint: #b8e1cf;
  --pistachio: #d7e8a8;
  --chocolate: #4b2b22;
  --coffee: #7c513d;
  --ink: #1f1714;
  --muted: #755e52;
  --white: #fffdf9;
  --line: rgba(75, 43, 34, .14);
  --shadow: 0 28px 80px rgba(74, 42, 23, .18);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1180px, calc(100vw - 36px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--cream);
  color: var(--ink);
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, canvas { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }

.site-noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: .28;
  mix-blend-mode: multiply;
  background-image: radial-gradient(rgba(75,43,34,.13) .7px, transparent .7px);
  background-size: 5px 5px;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 18px;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 999px;
  z-index: 200;
}
.skip-link:focus { top: 18px; }
.container { width: var(--container); margin-inline: auto; }

.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  padding: 12px 0 0;
  transition: transform .35s ease, background .35s ease;
}
.topbar.scrolled { background: rgba(255, 247, 237, .72); backdrop-filter: blur(18px); box-shadow: 0 18px 50px rgba(75,43,34,.08); }
.announcement {
  width: var(--container);
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--cream);
  background: rgba(75,43,34,.94);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  box-shadow: 0 16px 40px rgba(75,43,34,.16);
}
.announcement a { font-weight: 800; }
.nav-shell {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 14px 12px 16px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 999px;
  background: rgba(255, 253, 249, .72);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 60px rgba(75,43,34,.11);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--chocolate), var(--coffee));
  color: var(--vanilla);
  font-family: Fraunces, serif;
  font-size: 22px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.brand strong { display: block; font-family: Fraunces, serif; font-size: 20px; line-height: 1; letter-spacing: -.03em; }
.brand small { display: block; color: var(--muted); font-weight: 700; font-size: 11px; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { padding: 11px 13px; border-radius: 999px; color: var(--coffee); font-weight: 800; font-size: 14px; transition: .25s ease; }
.nav-links a:hover { background: rgba(75,43,34,.08); color: var(--ink); transform: translateY(-1px); }
.nav-links .nav-cta { background: var(--ink); color: var(--cream); padding-inline: 18px; }
.menu-button { display: none; border: 0; background: transparent; width: 46px; height: 46px; padding: 11px; border-radius: 999px; }
.menu-button span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 10px; transition: .25s ease; }

.hero {
  position: relative;
  min-height: 100vh;
  padding: 190px 0 84px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
#ice-world { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 30%, rgba(246,183,198,.42), transparent 30%),
    radial-gradient(circle at 84% 20%, rgba(184,225,207,.45), transparent 28%),
    linear-gradient(135deg, #fff9ef 0%, #faead6 48%, #fff2d0 100%);
}
.hero-bg-orb { position: absolute; border-radius: 50%; filter: blur(5px); opacity: .72; z-index: -1; }
.orb-one { width: 330px; height: 330px; background: rgba(233,107,134,.25); top: 18%; left: -90px; }
.orb-two { width: 260px; height: 260px; background: rgba(215,232,168,.35); bottom: 5%; right: -60px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 66px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--raspberry); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 900; }
.hero-title, h2, h3 { font-family: Fraunces, Georgia, serif; letter-spacing: -.055em; }
.hero-title { margin: 0; max-width: 780px; font-size: clamp(58px, 9vw, 126px); line-height: .86; }
.hero-lead { max-width: 660px; margin: 26px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 23px); line-height: 1.55; font-weight: 600; }
.hero-actions, .event-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: var(--cream); box-shadow: 0 18px 40px rgba(31,23,20,.2); }
.button.ghost { background: rgba(255,255,255,.62); border: 1px solid rgba(75,43,34,.16); color: var(--ink); }
.button.ghost.dark { background: rgba(255,247,237,.1); color: var(--cream); border-color: rgba(255,247,237,.24); }
.button.compact { min-height: 46px; margin-top: 20px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 610px; margin-top: 42px; }
.hero-stats article {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,253,249,.6);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 18px 46px rgba(75,43,34,.08);
}
.hero-stats strong { display: block; font-family: Fraunces, serif; font-size: 36px; letter-spacing: -.05em; }
.hero-stats span { color: var(--muted); font-size: 13px; font-weight: 800; }
.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: rgba(255,253,249,.74);
  border: 1px solid rgba(255,255,255,.76);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}
.hero-card-image {
  min-height: 340px;
  background:
    radial-gradient(circle at 60% 10%, rgba(255,255,255,.7), transparent 22%),
    radial-gradient(circle at 38% 33%, #f9c7d3 0 14%, transparent 15%),
    radial-gradient(circle at 64% 45%, #d8efb0 0 17%, transparent 18%),
    radial-gradient(circle at 45% 62%, #ffe193 0 20%, transparent 21%),
    linear-gradient(135deg, #f2c6b2, #fff0d9 58%, #d5eccc);
  position: relative;
}
.hero-card-image::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 170px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -42%) rotate(-10deg);
  border-radius: 56px 56px 28px 28px;
  background: linear-gradient(160deg, #ffe7a9, #f5a9bd 58%, #a5d9c0);
  box-shadow: 0 32px 60px rgba(75,43,34,.22), inset 0 0 0 2px rgba(255,255,255,.42);
}
.hero-card-image::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 110px;
  left: calc(50% - 4px);
  top: calc(50% + 68px);
  transform: rotate(-10deg);
  border-radius: 999px;
  background: #c99762;
  box-shadow: inset 0 0 0 1px rgba(75,43,34,.14);
}
.floating-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,253,249,.85);
  font-weight: 900;
  color: var(--coffee);
}
.hero-card-content { padding: 28px; }
.mini-label { margin: 0 0 8px; color: var(--raspberry); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
h2 { font-size: clamp(36px, 6vw, 72px); line-height: .95; margin: 0; }
h3 { font-size: 30px; line-height: 1.02; margin: 0; }
p { line-height: 1.65; }
.hero-card p:not(.mini-label) { color: var(--muted); margin-bottom: 0; }
.text-link { display: inline-flex; margin-top: 18px; color: var(--ink); font-weight: 900; }
.text-link::after { content: "→"; margin-left: 7px; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.ticker { overflow: hidden; background: var(--ink); color: var(--cream); padding: 15px 0; }
.ticker-track { display: flex; width: max-content; gap: 16px; align-items: center; will-change: transform; }
.ticker span { padding: 0 20px; font-weight: 900; white-space: nowrap; }
.ticker span::before { content: "✦"; color: var(--strawberry); margin-right: 16px; }

.section { position: relative; padding: 112px 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.intro-text { color: var(--muted); font-size: 19px; font-weight: 600; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.feature-card, .product-card, .contact-form, .contact-cards a {
  background: rgba(255,253,249,.72);
  border: 1px solid rgba(75,43,34,.1);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 70px rgba(75,43,34,.08);
}
.feature-card { padding: 28px; min-height: 230px; }
.icon { display: inline-grid; place-items: center; width: 56px; height: 56px; margin-bottom: 28px; border-radius: 18px; background: rgba(246,183,198,.26); font-size: 28px; }
.feature-card p { color: var(--muted); margin-bottom: 0; }
.section-heading { max-width: 850px; text-align: center; margin-bottom: 48px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-weight: 600; font-size: 18px; }
.product-section { background: linear-gradient(180deg, rgba(255,253,249,.2), rgba(249,237,219,.85)); }
.product-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 18px; }
.product-card { padding: 24px; overflow: hidden; min-height: 380px; }
.product-card.big-card { display: grid; grid-template-columns: 1fr 1.05fr; gap: 28px; align-items: center; }
.product-card p { color: var(--muted); }
.product-visual {
  min-height: 210px;
  border-radius: 26px;
  margin-bottom: 22px;
  background: linear-gradient(135deg, #ffe3a4, #f9b5c6);
  position: relative;
  overflow: hidden;
}
.big-card .product-visual { min-height: 360px; margin: 0; }
.product-visual::before, .product-visual::after { content: ""; position: absolute; border-radius: 50%; }
.product-visual.waffle { background: radial-gradient(circle at 28% 30%, #fff2ba 0 16%, transparent 17%), radial-gradient(circle at 62% 35%, #f7b8c8 0 18%, transparent 19%), radial-gradient(circle at 47% 48%, #cce6bd 0 17%, transparent 18%), linear-gradient(135deg, #f6c27a, #fff0d5); }
.product-visual.waffle::before { width: 140px; height: 170px; left: 50%; top: 46%; transform: translate(-50%, -20%) rotate(45deg); border-radius: 12px 12px 70px 12px; background: repeating-linear-gradient(90deg, rgba(75,43,34,.14) 0 6px, transparent 6px 22px), repeating-linear-gradient(0deg, rgba(75,43,34,.12) 0 6px, transparent 6px 22px), #d59755; }
.product-visual.tub { background: linear-gradient(135deg, #d7e8a8, #fff7da 70%); }
.product-visual.tub::before { width: 148px; height: 104px; left: 50%; top: 50%; transform: translate(-50%, -42%); border-radius: 26px; background: #fffdf9; box-shadow: 0 24px 45px rgba(75,43,34,.18), inset 0 0 0 10px #f6b7c6; }
.product-visual.popsicle { background: linear-gradient(135deg, #f6b7c6, #b8e1cf); }
.product-visual.popsicle::before { width: 82px; height: 128px; left: 50%; top: 35%; transform: translate(-50%, -40%) rotate(-8deg); border-radius: 42px 42px 20px 20px; background: linear-gradient(180deg, #ffe193, #e96b86); box-shadow: 0 22px 42px rgba(75,43,34,.2); }
.product-visual.popsicle::after { width: 22px; height: 76px; left: 51%; top: 62%; transform: translateX(-50%) rotate(-8deg); border-radius: 999px; background: #c79562; }
.clean-list { list-style: none; padding: 0; margin: 18px 0 0; color: var(--coffee); font-weight: 800; }
.clean-list li { padding: 9px 0; border-top: 1px solid rgba(75,43,34,.1); }

.flavor-section { background: var(--ink); color: var(--cream); overflow: hidden; }
.flavor-header { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.flavor-header p:not(.eyebrow) { color: rgba(255,247,237,.72); font-size: 18px; font-weight: 600; }
.flavor-rail { display: flex; gap: 18px; padding-left: max(18px, calc((100vw - 1180px) / 2)); padding-right: 18px; width: max-content; }
.flavor-card {
  width: min(360px, 82vw);
  min-height: 420px;
  padding: 28px;
  border-radius: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #261712;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.2);
}
.flavor-card::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 210px;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%) rotate(-9deg);
  border-radius: 78px 78px 32px 32px;
  background: rgba(255,255,255,.34);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.22);
}
.flavor-card::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 110px;
  left: 50%;
  top: 59%;
  transform: translateX(-50%) rotate(-9deg);
  border-radius: 999px;
  background: rgba(116,72,42,.8);
}
.flavor-card > * { position: relative; z-index: 2; }
.flavor-card span { font-weight: 900; opacity: .64; }
.flavor-card p { margin-bottom: 0; font-weight: 700; color: rgba(38,23,18,.72); }
.strawberry { background: linear-gradient(160deg, #ffccd8, #f17494); }
.dubai { background: linear-gradient(160deg, #ca8c5d, #5d3225); color: #fff7ed; }
.dubai p { color: rgba(255,247,237,.75); }
.koldskal { background: linear-gradient(160deg, #fff2bb, #f7d05c); }
.brunsviger { background: linear-gradient(160deg, #d39a63, #774333); color: #fff7ed; }
.brunsviger p { color: rgba(255,247,237,.78); }
.lemon { background: linear-gradient(160deg, #fff09d, #f3b24e); }
.pistachio { background: linear-gradient(160deg, #dceeb1, #91c69d); }

.garden-section { background: linear-gradient(180deg, var(--ink), #fff7ed 18%); padding-top: 140px; }
.garden-card {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 620px;
  overflow: hidden;
  border-radius: 42px;
  background: #fffdf9;
  box-shadow: var(--shadow);
}
.garden-image {
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.88), transparent 18%),
    radial-gradient(circle at 70% 72%, rgba(255,247,237,.88), transparent 18%),
    linear-gradient(135deg, #9fcda9, #f3dda3 46%, #efb3bf);
  min-height: 420px;
  transform: scale(1.08);
}
.garden-content { padding: clamp(34px, 6vw, 70px); align-self: center; }
.garden-content p { color: var(--muted); font-size: 18px; font-weight: 600; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.pill-row span { padding: 10px 13px; border-radius: 999px; background: rgba(184,225,207,.36); font-weight: 900; color: var(--coffee); }

.event-section { background: var(--ink); color: var(--cream); overflow: hidden; }
.event-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(246,183,198,.16), transparent 26%), radial-gradient(circle at 80% 66%, rgba(184,225,207,.15), transparent 30%); }
.event-grid { position: relative; display: grid; grid-template-columns: 1fr .85fr; gap: 54px; align-items: center; }
.event-copy p:not(.eyebrow) { color: rgba(255,247,237,.74); font-size: 18px; font-weight: 600; }
.event-panel { display: grid; gap: 18px; }
.price-card { padding: 30px; border-radius: 30px; background: rgba(255,247,237,.12); border: 1px solid rgba(255,247,237,.14); backdrop-filter: blur(14px); }
.price-card.soft { background: rgba(246,183,198,.14); }
.price-card span { display: block; color: var(--strawberry); font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; margin-bottom: 10px; }
.price-card strong { display: block; font-family: Fraunces, serif; font-size: clamp(30px, 4vw, 48px); line-height: 1; letter-spacing: -.04em; }
.price-card p { color: rgba(255,247,237,.72); margin-bottom: 0; }

.dealer-section { background: linear-gradient(135deg, #fff7ed, #f6e1c8); }
.contact-section { background: linear-gradient(180deg, #f6e1c8, #fff7ed); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; }
.contact-copy p { color: var(--muted); font-weight: 600; }
.contact-cards { display: grid; gap: 10px; margin-top: 28px; }
.contact-cards a { display: block; padding: 18px; transition: transform .2s ease; }
.contact-cards a:hover { transform: translateY(-2px); }
.contact-cards span { display: block; color: var(--raspberry); font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.contact-cards strong { display: block; margin-top: 5px; }
.contact-form { padding: 28px; display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: var(--coffee); font-weight: 900; }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(75,43,34,.14);
  background: rgba(255,255,255,.75);
  border-radius: 16px;
  padding: 14px 15px;
  color: var(--ink);
  outline: none;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: rgba(233,107,134,.65); box-shadow: 0 0 0 4px rgba(233,107,134,.12); }
.form-note { margin: 0; color: var(--muted); font-size: 13px; }
.footer { padding: 38px 0; background: var(--ink); color: var(--cream); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer .brand small { color: rgba(255,247,237,.62); }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-links a { padding: 10px 12px; color: rgba(255,247,237,.74); font-weight: 800; }
.footer-links a:hover { color: var(--cream); }

.reveal { opacity: 0; transform: translateY(28px); }

@media (max-width: 980px) {
  .announcement { display: none; }
  .topbar { padding-top: 10px; }
  .nav-shell { border-radius: 28px; align-items: center; }
  .menu-button { display: block; }
  .nav-links {
    position: fixed;
    top: 86px;
    left: 18px;
    right: 18px;
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 28px;
    background: rgba(255,253,249,.96);
    box-shadow: var(--shadow);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
  }
  body.menu-open .nav-links { transform: translateY(0); opacity: 1; pointer-events: auto; }
  body.menu-open .menu-button span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.menu-open .menu-button span:nth-child(2) { opacity: 0; }
  body.menu-open .menu-button span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links a { display: block; padding: 14px 16px; }
  .hero { padding-top: 128px; }
  .hero-grid, .split, .flavor-header, .garden-card, .event-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 36px; }
  .hero-card { max-width: 540px; }
  .feature-grid, .product-grid { grid-template-columns: 1fr; }
  .product-card.big-card { grid-template-columns: 1fr; }
  .big-card .product-visual { min-height: 280px; margin-bottom: 0; }
  .garden-card { min-height: auto; }
  .garden-image { min-height: 320px; }
}

@media (max-width: 620px) {
  :root { --container: min(100vw - 26px, 1180px); }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 10px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: auto; padding-bottom: 60px; }
  .hero-title { font-size: clamp(50px, 18vw, 78px); }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-card-image { min-height: 270px; }
  .section { padding: 78px 0; }
  .feature-card, .product-card, .contact-form { padding: 20px; border-radius: 22px; }
  .flavor-card { min-height: 360px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
