/* =========================================================
   Cofetăria Paradisul Dulce
   ========================================================= */
:root {
  --rose: #f2a7b5;
  --rose-deep: #e98aa0;
  --rose-soft: #fde8ed;
  --blush: #fdf2f4;
  --cream: #fff8f4;
  --cocoa: #7b4b52;
  --cocoa-dark: #3f2428;
  --coral: #f2706d;
  --coral-2: #f58c7a;
  --ink: #2e1f22;
  --muted: #7f6c70;
  --white: #fff;
  --line: rgba(123, 75, 82, .14);

  --f-head: "Playfair Display", Georgia, serif;
  --f-body: "Nunito", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-script: "Dancing Script", cursive;

  --radius: 22px;
  --shadow: 0 18px 50px -18px rgba(123, 75, 82, .35);
  --shadow-sm: 0 8px 24px -10px rgba(123, 75, 82, .3);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--f-head); line-height: 1.15; margin: 0 0 .5em; color: var(--ink); }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.container { width: min(1240px, 100% - 40px); margin-inline: auto; position: relative; z-index: 2; }
.section { padding: 110px 0; position: relative; }

.script { font-family: var(--f-script); font-size: 1.7rem; color: var(--coral); display: inline-block; line-height: 1.2; margin-bottom: .2em; }
.title { font-size: clamp(2rem, 4.2vw, 3.2rem); font-weight: 800; }
.title em { font-style: italic; color: var(--rose-deep); }
.lead { color: var(--muted); font-size: 1.08rem; max-width: 620px; }

.ico { width: 15px; height: 15px; fill: currentColor; vertical-align: -2px; margin-right: 4px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 34px; border-radius: 999px; border: 0;
  font-family: var(--f-body); font-weight: 800; font-size: .95rem;
  letter-spacing: .06em; text-transform: uppercase;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s;
  position: relative; overflow: hidden; isolation: isolate;
}
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.5; transition: transform .3s; }
.btn:hover { transform: translateY(-3px); }
.btn:hover svg { transform: translateX(4px); }
.btn::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.35) 50%, transparent 70%);
  transform: translateX(-100%); transition: transform .7s;
}
.btn:hover::after { transform: translateX(100%); }
.btn--coral { background: linear-gradient(135deg, var(--coral-2), var(--coral)); color: #fff; box-shadow: 0 14px 30px -12px rgba(242,112,109,.8); }
.btn--cocoa { background: var(--cocoa); color: #fff; box-shadow: 0 14px 30px -12px rgba(123,75,82,.7); }
.btn--white { background: #fff; color: var(--cocoa); }
.btn--ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,.7); }
.btn--ghost:hover { background: rgba(255,255,255,.12); }

/* ---------- Preloader ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 1000; background: var(--cream);
  display: grid; place-content: center; justify-items: center; gap: 8px;
  transition: opacity .6s, visibility .6s;
}
.preloader p { font-family: var(--f-script); font-size: 1.6rem; color: var(--cocoa); margin: 0; }
.preloader__cake { width: 90px; height: 90px; animation: hop 0.9s var(--ease) infinite; }
.preloader__cake svg { width: 100%; height: 100%; }
.preloader.is-done { opacity: 0; visibility: hidden; }
@keyframes hop {
  0%, 100% { transform: translateY(0) scale(1, 1); }
  30% { transform: translateY(-26px) scale(.95, 1.05) rotate(-6deg); }
  60% { transform: translateY(0) scale(1.08, .92); }
}

/* ---------- Scroll progress ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 4px; z-index: 300;
  background: repeating-linear-gradient(-45deg, var(--coral) 0 10px, var(--rose) 10px 20px);
  transform-origin: 0 50%; transform: scaleX(0);
}

/* ---------- Topbar ---------- */
.topbar { background: var(--cocoa); color: #f7e3e6; font-size: .86rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 16px; }
.topbar__info { display: flex; gap: 26px; flex-wrap: wrap; }
.topbar a:hover { color: #fff; }
.topbar__social { display: flex; gap: 14px; }
.topbar__social .ico { width: 16px; height: 16px; margin: 0; }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 200; background: #fff; transition: box-shadow .3s; }
.header__inner { height: var(--header-h); display: flex; align-items: center; transition: height .35s var(--ease); }
.header__wave {
  position: absolute; left: 0; right: 0; top: calc(100% - 1px); height: 22px; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 30' preserveAspectRatio='none'%3E%3Cpath d='M0 0H120V14C100 30 80 30 60 14S20-2 0 14Z' fill='%23fff'/%3E%3C/svg%3E") repeat-x;
  background-size: 120px 22px;
  filter: drop-shadow(0 6px 6px rgba(123,75,82,.08));
}

.logo {
  position: absolute; left: 50%; top: 4px; transform: translateX(-50%);
  width: 156px; height: 156px; border-radius: 50%; z-index: 3;
  background: #fff; padding: 4px;
  box-shadow: 0 12px 30px -10px rgba(123,75,82,.45);
  transition: width .4s var(--ease), height .4s var(--ease), top .4s var(--ease);
}
.logo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; transition: transform .6s var(--ease); }
.logo:hover img { transform: rotate(-8deg) scale(1.04); }

.nav { flex: 1; display: grid; grid-template-columns: 1fr 200px 1fr; align-items: center; }
.nav__list { display: flex; align-items: center; gap: clamp(8px, 2.2vw, 34px); }
.nav__list--left { grid-column: 1; justify-content: flex-end; padding-right: 10px; }
.nav__list--right { grid-column: 3; justify-content: flex-start; padding-left: 10px; padding-right: 80px; }
.nav__link {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 9px 18px; border-radius: 999px;
  font-weight: 700; font-size: .93rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink); position: relative; transition: color .25s, box-shadow .25s;
}
.nav__link:hover { color: var(--coral); }
.nav__link.is-active { color: var(--coral); box-shadow: inset 0 0 0 2px var(--coral); }
.chev { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .3s; }

.has-drop { position: relative; }
.drop {
  position: absolute; top: calc(100% + 14px); left: 50%; min-width: 230px;
  background: #fff; border-radius: 18px; padding: 10px; box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translate(-50%, 10px);
  transition: .3s var(--ease);
}
.drop::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.drop a { display: block; padding: 10px 16px; border-radius: 12px; font-weight: 600; transition: background .2s, color .2s, padding .2s; }
.drop a:hover { background: var(--rose-soft); color: var(--cocoa); padding-left: 22px; }
.has-drop:hover .drop, .has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.has-drop:hover .chev { transform: rotate(180deg); }

.order-btn {
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  display: inline-flex; align-items: center; gap: 8px;
  height: 50px; min-width: 50px; padding: 0 14px; border-radius: 999px;
  background: var(--cocoa-dark); color: #fff; transition: background .3s, transform .3s;
}
.order-btn svg { width: 22px; height: 22px; fill: currentColor; }
.order-btn__label { display: none; font-weight: 800; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; }
.order-btn:hover { background: var(--coral); }
@media (min-width: 1320px) { .order-btn__label { display: inline; } .order-btn { padding: 0 20px; } .nav__list--right { padding-right: 150px; } }

.burger { display: none; }

.header.is-scrolled { box-shadow: 0 8px 30px -14px rgba(0,0,0,.2); }
.header.is-scrolled .header__inner { height: 70px; }
.header.is-scrolled .logo { width: 96px; height: 96px; top: 2px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: clamp(580px, calc(100vh - 124px), 900px);
  display: grid; overflow: hidden; background: var(--cocoa-dark); isolation: isolate;
}
.hero__slides { position: absolute; inset: 0; }
.hero__slide {
  position: absolute; inset: 0; display: grid; place-items: center;
  opacity: 0; visibility: hidden; transition: opacity 1.1s ease, visibility 1.1s;
}
.hero__slide.is-active { opacity: 1; visibility: visible; }
.hero__bg { position: absolute; inset: -4%; background-size: cover; background-position: center; transform: scale(1.12); transition: transform 7s linear; will-change: transform; }
.hero__slide.is-active .hero__bg { transform: scale(1); }
.hero__slide::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(46, 24, 29, .35) 0%, rgba(46, 24, 29, .72) 100%),
    linear-gradient(180deg, rgba(46,24,29,.2), rgba(46,24,29,.35));
}
.hero__content {
  position: relative; z-index: 3; text-align: center; color: #fff;
  max-width: 820px; padding: 170px 24px 120px;
}
.hero__content .script { color: #ffd1dc; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.hero__content h1, .hero__content .h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem); color: #fff; font-weight: 800; letter-spacing: -.01em;
  text-shadow: 0 6px 30px rgba(0,0,0,.25); margin-bottom: .3em;
}
.hero__content p { font-size: clamp(1rem, 1.6vw, 1.2rem); max-width: 640px; margin: 0 auto 2em; color: #fbeef0; }
.hero__content > * { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.hero__slide.is-active .hero__content > * { opacity: 1; transform: none; }
.hero__slide.is-active .hero__content > :nth-child(1) { transition-delay: .35s; }
.hero__slide.is-active .hero__content > :nth-child(2) { transition-delay: .5s; }
.hero__slide.is-active .hero__content > :nth-child(3) { transition-delay: .65s; }
.hero__slide.is-active .hero__content > :nth-child(4) { transition-delay: .8s; }

.hero__arrow {
  position: absolute; top: 50%; z-index: 5; transform: translateY(-50%);
  width: 54px; height: 54px; border-radius: 50%; border: 0;
  background: rgba(255,255,255,.14); backdrop-filter: blur(6px); color: #fff;
  display: grid; place-items: center; transition: background .3s, transform .3s;
}
.hero__arrow svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.4; }
.hero__arrow:hover { background: var(--coral); transform: translateY(-50%) scale(1.08); }
.hero__arrow--prev { left: 24px; }
.hero__arrow--next { right: 24px; }
.hero__dots { position: absolute; bottom: 70px; left: 50%; transform: translateX(-50%); z-index: 5; display: flex; gap: 10px; }
.hero__dots button { width: 12px; height: 12px; border-radius: 999px; border: 0; background: rgba(255,255,255,.5); padding: 0; transition: width .4s var(--ease), background .3s; }
.hero__dots button.is-active { width: 36px; background: #fff; }

.scroll-hint { position: absolute; bottom: 56px; right: 40px; z-index: 5; width: 28px; height: 46px; border: 2px solid rgba(255,255,255,.7); border-radius: 20px; }
.scroll-hint span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 4px; background: #fff; animation: wheel 1.6s infinite; }
@keyframes wheel { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(16px); } }

.sprinkles { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden; }
.sprinkle {
  position: absolute; top: -20px; width: 5px; height: 16px; border-radius: 4px;
  animation: fall linear infinite; opacity: .85;
}
@keyframes fall {
  to { transform: translate3d(var(--dx, 40px), calc(100vh + 900px), 0) rotate(var(--rot, 540deg)); }
}

.wave { position: absolute; left: 0; right: 0; height: 40px; z-index: 4; pointer-events: none; }
.wave--bottom {
  bottom: -1px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 34' preserveAspectRatio='none'%3E%3Cpath d='M0 20C20 4 40 4 60 20S100 36 120 20V34H0Z' fill='%23fff8f4'/%3E%3C/svg%3E") repeat-x;
  background-size: 140px 40px;
}

/* ---------- Drips ---------- */
.drip {
  position: absolute; left: 0; right: 0; height: 50px; z-index: 3; pointer-events: none;
  background: var(--drip, var(--cream));
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 50' preserveAspectRatio='none'%3E%3Cpath d='M0 0H200V14C190 14 186 18 186 26S182 40 176 40 168 34 168 26 164 14 150 14H128C120 14 118 20 118 30S112 46 104 46 92 40 92 30 88 14 76 14H52C44 14 42 18 42 22S38 30 32 30 22 26 22 20 14 14 0 14Z'/%3E%3C/svg%3E") repeat-x 0 0 / 200px 50px;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 50' preserveAspectRatio='none'%3E%3Cpath d='M0 0H200V14C190 14 186 18 186 26S182 40 176 40 168 34 168 26 164 14 150 14H128C120 14 118 20 118 30S112 46 104 46 92 40 92 30 88 14 76 14H52C44 14 42 18 42 22S38 30 32 30 22 26 22 20 14 14 0 14Z'/%3E%3C/svg%3E") repeat-x 0 0 / 200px 50px;
}
.drip--top { top: -1px; }
.drip--bottom { bottom: -1px; transform: scaleY(-1); }

/* ---------- Floaters (efecte la scroll) ---------- */
[data-floaters] { position: relative; }
.floater { position: absolute; z-index: 1; pointer-events: none; width: var(--s, 70px); height: var(--s, 70px); will-change: transform; }
.floater__in { width: 100%; height: 100%; animation: bob var(--bob, 6s) ease-in-out infinite; animation-delay: var(--delay, 0s); filter: drop-shadow(0 10px 12px rgba(80, 40, 48, .18)); }
.floater svg { width: 100%; height: 100%; overflow: visible; }
.hero .floater { z-index: 2; }
@keyframes bob {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-16px) rotate(8deg); }
}

/* ---------- Reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(40px); transition: opacity .9s var(--ease) var(--d, 0s), transform .9s var(--ease) var(--d, 0s); }
.js .reveal--left { transform: translateX(-60px); }
.js .reveal--right { transform: translateX(60px); }
.js .reveal--zoom { transform: scale(.86); }
.js .reveal.is-in { opacity: 1; transform: none; }

/* ---------- Perks ---------- */
.perks { padding: 70px 0 20px; background: var(--cream); }
.perks__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.perk {
  background: #fff; border-radius: var(--radius); padding: 34px 26px 28px; text-align: center;
  box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s;
}
.perk:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.perk__ico {
  width: 86px; height: 86px; margin: 0 auto 18px; border-radius: 50%;
  background: var(--rose-soft); display: grid; place-items: center; transition: transform .6s var(--ease);
}
.perk__ico svg { width: 56px; height: 56px; }
.perk:hover .perk__ico { transform: rotate(-12deg) scale(1.08); }
.perk h3 { font-size: 1.2rem; }
.perk p { color: var(--muted); font-size: .95rem; margin: 0; }

/* ---------- About ---------- */
.about { background: var(--cream); padding-bottom: 150px; }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about__media { position: relative; padding: 0 60px 60px 0; }
.about__img { border-radius: 200px 200px 28px 28px; overflow: hidden; box-shadow: var(--shadow); }
.about__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.about__img:hover img { transform: scale(1.06); }
.about__img--main { aspect-ratio: 4/5; }
.about__img--small {
  position: absolute; right: 0; bottom: 0; width: 46%; aspect-ratio: 1;
  border-radius: 50%; border: 10px solid var(--cream);
}
.about__badge {
  position: absolute; left: -24px; top: 12%;
  width: 136px; height: 136px; border-radius: 50%;
  background: var(--coral); color: #fff; display: grid; place-content: center; text-align: center;
  box-shadow: 0 16px 30px -10px rgba(242,112,109,.7);
  animation: spinSlow 18s linear infinite;
}
.about__badge::before { content: ""; position: absolute; inset: 7px; border-radius: 50%; border: 2px dashed rgba(255,255,255,.6); }
.about__badge strong { font-family: var(--f-head); font-size: 2rem; line-height: 1; }
.about__badge span { font-size: .78rem; line-height: 1.25; font-weight: 700; }
@keyframes spinSlow { 0%,100% { transform: rotate(-8deg); } 50% { transform: rotate(8deg); } }

.checks { margin: 24px 0 30px; display: grid; gap: 10px; }
.checks li { position: relative; padding-left: 36px; font-weight: 600; }
.checks li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 24px; height: 24px; border-radius: 50%;
  background: var(--rose-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l4 4 8-9' fill='none' stroke='%23f2706d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px no-repeat;
}
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 34px; }
.stat { background: #fff; border-radius: 18px; padding: 18px 14px; text-align: center; box-shadow: var(--shadow-sm); }
.stat strong { display: block; font-family: var(--f-head); font-size: 2.1rem; color: var(--cocoa); line-height: 1.1; }
.stat span { font-size: .85rem; color: var(--muted); font-weight: 700; }

/* ---------- Parade ---------- */
.parade {
  position: relative; background: linear-gradient(135deg, var(--rose), #f6b7a8);
  padding: 90px 0; overflow: hidden;
}
.parade .drip--top { --drip: var(--cream); }
.parade .drip--bottom { --drip: #fff; }
.parade__row { display: flex; align-items: center; gap: 40px; width: max-content; will-change: transform; }
.parade__row + .parade__row { margin-top: 18px; }
.parade__item { width: 90px; height: 90px; flex: none; }
.parade__item svg { width: 100%; height: 100%; filter: drop-shadow(0 10px 10px rgba(123,75,82,.25)); }
.parade__item:nth-child(4n+1) svg { animation: bob 5s ease-in-out infinite; }
.parade__item:nth-child(4n+3) svg { animation: bob 6s ease-in-out infinite reverse; }
.parade__word {
  font-family: var(--f-head); font-weight: 800; font-size: clamp(2.4rem, 5vw, 4.2rem); color: #fff; white-space: nowrap;
  text-shadow: 0 4px 0 rgba(123,75,82,.18);
}
.parade__row--alt .parade__word {
  font-family: var(--f-script); font-weight: 700; color: var(--cocoa);
  text-shadow: none;
}
.parade__row--alt .parade__item { width: 70px; height: 70px; }

/* ---------- Section heads ---------- */
.section-head { text-align: center; position: relative; margin-bottom: 60px; }
.section-head .lead { margin: 0 auto; }
.ghost {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -58%);
  font-family: var(--f-head); font-weight: 800; font-size: clamp(4rem, 13vw, 10rem);
  text-transform: uppercase; letter-spacing: .12em; white-space: nowrap; line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px rgba(123, 75, 82, .1);
  pointer-events: none; z-index: -1; user-select: none;
}

/* ---------- Featured ---------- */
.featured { background: #fff; padding-top: 130px; }
.featured__grid { display: grid; grid-template-columns: 1fr minmax(320px, 500px) 1fr; gap: 50px; align-items: center; }
.featured__col { display: grid; gap: 52px; }
.featured__col--right { text-align: right; }
.fitem h3 { font-size: 1.6rem; margin-bottom: .35em; position: relative; display: inline-block; }
.fitem h3::after { content: ""; position: absolute; left: 0; bottom: -4px; height: 3px; width: 34px; background: var(--rose); border-radius: 3px; transition: width .4s var(--ease); }
.featured__col--right .fitem h3::after { left: auto; right: 0; }
.fitem:hover h3::after { width: 100%; }
.fitem p { color: var(--muted); margin: 0; }

.featured__stage { position: relative; aspect-ratio: 1; }
.featured__ring {
  position: absolute; inset: -18px; border-radius: 50%;
  border: 2px dashed var(--rose); animation: spin 40s linear infinite;
}
.featured__ring::before, .featured__ring::after {
  content: ""; position: absolute; width: 18px; height: 18px; border-radius: 50%; background: var(--coral);
  top: 50%; left: -10px; box-shadow: 0 0 0 6px rgba(242,112,109,.2);
}
.featured__ring::after { left: auto; right: -10px; background: var(--rose-deep); }
@keyframes spin { to { transform: rotate(360deg); } }
.featured__slides { position: absolute; inset: 0; border-radius: 50%; overflow: hidden; box-shadow: 0 40px 80px -30px rgba(123,75,82,.55); }
.fslide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.15) rotate(-8deg); transition: opacity .9s var(--ease), transform 1.1s var(--ease); }
.fslide.is-active { opacity: 1; transform: none; }
.fslide img { width: 100%; height: 100%; object-fit: cover; }
.price-pill {
  position: absolute; left: 50%; bottom: 6%; transform: translateX(-50%); z-index: 3;
  display: flex; align-items: center; gap: 18px; white-space: nowrap;
  background: #fff; border-radius: 999px; padding: 8px 8px 8px 28px; box-shadow: var(--shadow);
}
.price-pill strong { display: block; font-size: 1.4rem; line-height: 1.1; font-family: var(--f-head); color: var(--ink); }
.price-pill small { color: var(--muted); font-weight: 600; }
.price-pill__add {
  width: 58px; height: 58px; border-radius: 50%; background: var(--coral-2); color: #fff; display: grid; place-items: center;
  transition: transform .4s var(--ease), background .3s;
}
.price-pill__add svg { width: 26px; height: 26px; stroke: currentColor; stroke-width: 2.4; fill: none; }
.price-pill__add:hover { transform: rotate(90deg); background: var(--coral); }
.featured__dots { position: absolute; left: 50%; bottom: -60px; transform: translateX(-50%); display: flex; gap: 14px; }
.featured__dots button { width: 11px; height: 11px; border-radius: 50%; border: 0; padding: 0; background: #d9d0d2; transition: background .3s, transform .3s; }
.featured__dots button.is-active { background: var(--ink); transform: scale(1.2); }

/* ---------- Products ---------- */
.products { background: var(--blush); padding-top: 150px; }
.products .drip--top { --drip: #fff; }
.filters { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 46px; }
.filter {
  border: 0; background: #fff; color: var(--cocoa); padding: 11px 26px; border-radius: 999px;
  font-weight: 800; letter-spacing: .04em; box-shadow: var(--shadow-sm); transition: background .3s, color .3s, transform .3s;
}
.filter:hover { transform: translateY(-2px); }
.filter.is-active { background: var(--cocoa); color: #fff; }

.pgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.pcard {
  background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; transition: transform .45s var(--ease), box-shadow .45s;
  transform-style: preserve-3d;
}
.pcard:hover { box-shadow: var(--shadow); }
.pcard.is-hidden { display: none; }
.pcard.pop { animation: pop .6s var(--ease) both; }
@keyframes pop { from { opacity: 0; transform: translateY(24px) scale(.94); } to { opacity: 1; transform: none; } }
.pcard__img { position: relative; aspect-ratio: 5/4; overflow: hidden; }
.pcard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.pcard:hover .pcard__img img { transform: scale(1.1) rotate(1.5deg); }
.tag {
  position: absolute; top: 14px; left: 14px; background: var(--coral); color: #fff;
  padding: 4px 14px; border-radius: 999px; font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
}
.tag--rose { background: var(--cocoa); }
.pcard__body { padding: 22px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.pcard__body h3 { font-size: 1.22rem; margin-bottom: .35em; }
.pcard__body p { color: var(--muted); font-size: .93rem; flex: 1; }
.pcard__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px dashed var(--line); padding-top: 14px; }
.price { font-family: var(--f-head); font-weight: 800; font-size: 1.2rem; color: var(--cocoa); }
.price small { font-family: var(--f-body); font-size: .78rem; color: var(--muted); font-weight: 700; margin-left: 2px; }
.pcard__btn {
  font-weight: 800; font-size: .8rem; letter-spacing: .05em; text-transform: uppercase;
  padding: 9px 16px; border-radius: 999px; background: var(--rose-soft); color: var(--cocoa); white-space: nowrap;
  transition: background .3s, color .3s;
}
.pcard__btn:hover { background: var(--coral); color: #fff; }

/* ---------- Build a cake ---------- */
.build { background: var(--cream); }
.build__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.steps { margin-top: 40px; display: grid; gap: 18px; counter-reset: s; }
.step {
  display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start;
  padding: 22px 24px; border-radius: var(--radius); background: #fff;
  box-shadow: var(--shadow-sm); opacity: .5; transform: scale(.97); transition: opacity .5s, transform .5s var(--ease), box-shadow .5s;
}
.step.is-active { opacity: 1; transform: none; box-shadow: var(--shadow); }
.step__n {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--f-head); font-weight: 800; font-size: 1.4rem; background: var(--rose-soft); color: var(--cocoa); transition: background .5s, color .5s;
}
.step.is-active .step__n { background: var(--coral); color: #fff; }
.step h3 { font-size: 1.2rem; margin-bottom: .25em; }
.step p { color: var(--muted); margin: 0; font-size: .95rem; }
.build__visual { position: relative; }
.build__sticky { position: sticky; top: 130px; }
.cake-build { width: 100%; max-width: 480px; margin: 0 auto; display: block; overflow: visible; }
.cake-build .piece { will-change: transform, opacity; }
.build__occasions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 20px; }
.build__occasions span {
  padding: 8px 18px; border-radius: 999px; background: #fff; color: var(--cocoa); font-weight: 800; font-size: .9rem;
  box-shadow: var(--shadow-sm); animation: bob 5s ease-in-out infinite;
}
.build__occasions span:nth-child(2) { animation-delay: -1s; }
.build__occasions span:nth-child(3) { animation-delay: -2s; }
.build__occasions span:nth-child(4) { animation-delay: -3s; }
.build__occasions span:nth-child(5) { animation-delay: -4s; }

/* ---------- CTA ---------- */
.cta { background: var(--cream); padding: 30px 0 110px; }
.cta__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  background: linear-gradient(120deg, var(--cocoa) 0%, #a15f66 55%, var(--coral) 120%);
  color: #fff; border-radius: 34px; padding: 56px 64px; overflow: hidden; position: relative;
}
.cta__inner::before {
  content: ""; position: absolute; right: -80px; top: -80px; width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.18), transparent 70%);
}
.cta .script { color: #ffd1dc; }
.cta h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.cta p { color: #f8e3e6; margin: 0; }
.cta__actions { display: flex; gap: 14px; flex-wrap: wrap; flex: none; }

/* ---------- Gallery ---------- */
.gallery { background: #fff; }
.ggrid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; grid-auto-flow: dense; gap: 18px; }
.gitem { position: relative; border-radius: 20px; overflow: hidden; display: block; }
.gitem--tall { grid-row: span 2; }
.gitem img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease), filter .5s; }
.gitem::after {
  content: ""; position: absolute; inset: 0; background: rgba(63,36,40,.45) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/42px no-repeat;
  opacity: 0; transition: opacity .4s;
}
.gitem:hover img { transform: scale(1.1); }
.gitem:hover::after { opacity: 1; }

.lightbox { position: fixed; inset: 0; z-index: 900; background: rgba(30,16,19,.92); display: grid; place-items: center; padding: 30px; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: min(1000px, 92vw); text-align: center; animation: pop .45s var(--ease); }
.lightbox img { max-height: 80vh; border-radius: 16px; margin: 0 auto; }
.lightbox figcaption { color: #fff; font-family: var(--f-script); font-size: 1.6rem; margin-top: 12px; }
.lightbox__close { position: absolute; top: 18px; right: 24px; border: 0; background: none; color: #fff; font-size: 3rem; line-height: 1; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 0; background: rgba(255,255,255,.12); color: #fff; display: grid; place-items: center; }
.lightbox__nav:hover { background: var(--coral); }
.lightbox__nav svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.4; }
.lightbox__nav--prev { left: 20px; }
.lightbox__nav--next { right: 20px; }

/* ---------- Contact ---------- */
.contact { position: relative; min-height: 780px; display: flex; align-items: stretch; background: #e9e3e0; }
.contact__map { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.85); }
.contact__panel {
  position: relative; z-index: 2; margin-left: 8%; width: min(540px, 100%);
  background: rgba(74, 44, 52, .9); backdrop-filter: blur(4px);
  color: #fff; padding: 70px 56px 50px; text-align: center;
}
.contact__panel h2 { color: #fff; font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 600; }
.contact__panel > p { color: #f0dfe2; margin-bottom: 30px; }
.cform { text-align: left; display: grid; gap: 26px; }
.field { position: relative; }
.field input, .field textarea {
  width: 100%; background: transparent; border: 0; border-bottom: 1.5px solid rgba(255,255,255,.55);
  color: #fff; font: inherit; padding: 30px 0 10px; outline: none; resize: vertical; transition: border-color .3s;
}
.field label {
  position: absolute; left: 0; top: 30px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .92rem;
  color: #fff; pointer-events: none; transition: top .3s var(--ease), font-size .3s, color .3s;
}
.field label b { color: var(--coral-2); }
.field input:focus, .field textarea:focus { border-color: var(--coral-2); }
.field input:focus + label, .field input:not(:placeholder-shown) + label,
.field textarea:focus + label, .field textarea:not(:placeholder-shown) + label { top: 2px; font-size: .74rem; color: #f7c5cf; }
.field.is-invalid input, .field.is-invalid textarea { border-color: #ff9d9d; }
.cform .btn { justify-self: center; margin-top: 10px; }
.cform__note { text-align: center; min-height: 1.4em; margin: 0; color: #ffd1dc; font-weight: 700; }
.contact__open { display: inline-flex; align-items: center; gap: 6px; margin-top: 20px; color: #f7c5cf; font-weight: 700; }
.contact__open svg { width: 18px; height: 18px; fill: currentColor; }
.contact__open:hover { color: #fff; }

/* ---------- Footer ---------- */
.footer { background: var(--cocoa-dark); color: #d9c3c7; position: relative; padding-top: 90px; }
.footer .drip--top {
  --drip: var(--cocoa-dark); top: -49px; transform: scaleY(-1);
}
.footer__grid { display: grid; grid-template-columns: 1.1fr 1fr 1.2fr; gap: 50px; padding-bottom: 60px; }
.footer__brand img { width: 120px; height: 120px; border-radius: 50%; background: #fff; padding: 4px; margin-bottom: 18px; }
.footer h4 { color: #fff; font-size: 1.3rem; margin-bottom: 18px; position: relative; padding-bottom: 12px; }
.footer h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; border-radius: 3px; background: var(--rose); }
.footer h4.mt { margin-top: 30px; }
.footer__social { display: flex; gap: 10px; }
.footer__social a { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); transition: background .3s, transform .3s; }
.footer__social a:hover { background: var(--coral); transform: translateY(-3px); }
.footer__social a { color: #fff; }
.footer__social svg { width: 18px; height: 18px; fill: currentColor; }
.hours li { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; border-bottom: 1px dashed rgba(255,255,255,.12); }
.clist { display: grid; gap: 10px; }
.clist li { display: flex; gap: 10px; align-items: center; }
.clist svg { width: 18px; height: 18px; fill: var(--rose); flex: none; }
.clist a:hover { color: #fff; }
.footer__map { border-radius: 20px; overflow: hidden; height: 260px; box-shadow: 0 20px 40px -20px rgba(0,0,0,.6); }
.footer__map iframe { width: 100%; height: 100%; border: 0; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; font-size: .9rem; }
.footer__bottom .container { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.footer__bottom p { margin: 0; }
.footer__links { display: flex; gap: 20px; }
.footer__links a:hover { color: #fff; }

/* ---------- Back to top ---------- */
.to-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 250; width: 60px; height: 60px; border-radius: 50%;
  background: #fff; box-shadow: var(--shadow); display: grid; place-items: center;
  opacity: 0; visibility: hidden; transform: translateY(20px); transition: .4s var(--ease);
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { transform: translateY(-4px); }
.to-top__ring { position: absolute; inset: 0; transform: rotate(-90deg); }
.to-top__ring circle { fill: none; stroke: var(--rose-soft); stroke-width: 4; }
.to-top__ring .to-top__bar { stroke: var(--coral); stroke-dasharray: 169.65; stroke-dashoffset: 169.65; stroke-linecap: round; }
.to-top__ico { width: 34px; height: 34px; position: relative; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1180px) {
  .pgrid { grid-template-columns: repeat(3, 1fr); }
  .featured__grid { grid-template-columns: 1fr minmax(280px, 400px) 1fr; gap: 34px; }
  .nav__link { padding: 8px 12px; font-size: .85rem; }
}

@media (max-width: 1024px) {
  :root { --header-h: 72px; }
  .burger {
    display: grid; gap: 5px; width: 46px; height: 46px; place-content: center;
    border: 0; background: var(--rose-soft); border-radius: 50%; position: relative; z-index: 260;
  }
  .burger span { width: 20px; height: 2.5px; background: var(--cocoa); border-radius: 2px; transition: transform .35s var(--ease), opacity .3s; }
  .burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

  .logo { width: 104px; height: 104px; top: 4px; }
  .header.is-scrolled .logo { width: 76px; height: 76px; }
  .header.is-scrolled .header__inner { height: 64px; }

  .nav {
    position: fixed; top: 0; left: 0; bottom: 0; width: min(340px, 86vw); z-index: 250;
    background: #fff; display: flex; flex-direction: column; align-items: stretch; gap: 0;
    padding: 90px 22px 30px; overflow-y: auto;
    transform: translateX(-105%); transition: transform .45s var(--ease); box-shadow: 20px 0 60px -30px rgba(0,0,0,.4);
  }
  .nav.is-open { transform: none; }
  .nav__list { flex-direction: column; align-items: stretch; gap: 4px; padding: 0 !important; }
  .nav__list + .nav__list { margin-top: 4px; }
  .nav__link { display: flex; justify-content: space-between; padding: 14px 18px; font-size: .95rem; }
  .drop { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; padding: 0 0 0 14px; min-width: 0; background: transparent; }
  .drop a { padding: 8px 16px; font-size: .92rem; color: var(--muted); }
  .has-drop:hover .drop { transform: none; }
  .nav-overlay { position: fixed; inset: 0; z-index: 240; background: rgba(46,24,29,.45); opacity: 0; visibility: hidden; transition: .4s; }
  .nav-overlay.is-open { opacity: 1; visibility: visible; }
  .order-btn { height: 46px; min-width: 46px; padding: 0 12px; }

  .perks__grid { grid-template-columns: repeat(2, 1fr); }
  .about__grid, .build__grid { grid-template-columns: 1fr; gap: 60px; }
  .about__media { max-width: 560px; margin: 0 auto; width: 100%; }
  .featured__grid { grid-template-columns: 1fr 1fr; }
  .featured__stage { grid-column: 1 / -1; grid-row: 1; max-width: 440px; width: 100%; margin: 0 auto 70px; }
  .featured__col--right { text-align: left; }
  .featured__col--right .fitem h3::after { left: 0; right: auto; }
  .build__visual { order: -1; }
  .build__sticky { position: relative; top: 0; }
  .cake-build { max-width: 340px; }
  .steps .step { opacity: 1; transform: none; }
  .cta__inner { flex-direction: column; text-align: center; padding: 48px 32px; }
  .cta__actions { justify-content: center; }
  .ggrid { grid-template-columns: repeat(3, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__col--map { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .section { padding: 80px 0; }
  .topbar__social { display: none; }
  .topbar__inner { justify-content: center; }
  .topbar__info { justify-content: center; gap: 4px 18px; font-size: .8rem; }
  .hero { min-height: 640px; }
  .hero__content { padding: 140px 18px 110px; }
  .hero__arrow { display: none; }
  .scroll-hint { display: none; }
  .perks__grid { gap: 14px; }
  .perk { padding: 24px 16px; }
  .perk__ico { width: 70px; height: 70px; }
  .perk__ico svg { width: 44px; height: 44px; }
  .perk h3 { font-size: 1.02rem; }
  .perk p { font-size: .86rem; }
  .about__media { padding: 0 30px 40px 0; }
  .about__badge { width: 104px; height: 104px; left: -8px; }
  .about__badge strong { font-size: 1.5rem; }
  .stats { gap: 10px; }
  .stat strong { font-size: 1.6rem; }
  .parade { padding: 70px 0; }
  .parade__item { width: 64px; height: 64px; }
  .parade__row--alt .parade__item { width: 52px; height: 52px; }
  .featured__grid { grid-template-columns: 1fr; gap: 30px; }
  .featured__col { gap: 26px; }
  .pgrid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .pcard__body { padding: 16px; }
  .pcard__body h3 { font-size: 1.05rem; }
  .pcard__body p { font-size: .86rem; }
  .pcard__foot { flex-direction: column; align-items: flex-start; }
  .ggrid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; gap: 12px; }
  .contact { flex-direction: column; min-height: 0; }
  .contact__map { position: relative; height: 340px; order: 2; }
  .contact__panel { margin: 0; width: 100%; padding: 56px 22px 44px; background: var(--cocoa-dark); }
  .footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .footer__bottom .container { justify-content: center; text-align: center; }
  .price-pill { padding-left: 20px; gap: 12px; }
  .price-pill__add { width: 48px; height: 48px; }
  .to-top { width: 52px; height: 52px; right: 14px; bottom: 14px; }
}

@media (max-width: 440px) {
  .pgrid { grid-template-columns: 1fr; }
  .pcard__foot { flex-direction: row; align-items: center; }
  .perks__grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr 1fr; }
  .stat span { font-size: .72rem; }
}

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

/* meniul mobil deasupra overlay-ului */
body.nav-open { overflow: hidden; }
body.nav-open .header { z-index: 260; }
