:root {
  --cream: #fff8ef;
  --cream-2: #fff2e5;
  --paper: #fffdf8;
  --rose: #f6b7aa;
  --rose-2: #ffd9d2;
  --pink: #cf6f7f;
  --mint: #a9d8d2;
  --mint-dark: #438f86;
  --choco: #563328;
  --ink: #352821;
  --muted: #806f65;
  --gold: #d2a55d;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(86, 51, 40, .14);
  --soft-shadow: 0 18px 45px rgba(86, 51, 40, .10);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 217, 210, .65), transparent 28rem),
    radial-gradient(circle at 90% 16%, rgba(169, 216, 210, .42), transparent 30rem),
    linear-gradient(180deg, var(--cream), #fffaf3 55%, #fff5ea);
  min-height: 100vh;
  overflow-x: hidden;
  cursor: none;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .42;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(86,51,40,.07) 1px, transparent 0),
    linear-gradient(120deg, rgba(255,255,255,.6), rgba(255,255,255,0));
  background-size: 18px 18px, 100% 100%;
  mix-blend-mode: multiply;
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  pointer-events: none;
  z-index: 9999;
  transition: width .2s ease, height .2s ease, opacity .2s ease, background .2s ease, border-color .2s ease;
}
.cursor-dot {
  width: 8px;
  height: 8px;
  background: var(--pink);
  box-shadow: 0 0 20px rgba(207,111,127,.45);
}
.cursor-ring {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(207,111,127,.45);
  background: rgba(255, 217, 210, .12);
  backdrop-filter: blur(2px);
}
.cursor-ring.is-hover {
  width: 58px;
  height: 58px;
  border-color: rgba(67,143,134,.55);
  background: rgba(169,216,210,.16);
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--max), calc(100% - 36px));
  min-height: 78px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  background: rgba(255, 253, 248, .78);
  border: 1px solid rgba(86,51,40,.10);
  border-radius: 999px;
  box-shadow: 0 18px 55px rgba(86,51,40,.10);
  backdrop-filter: blur(18px);
  z-index: 100;
  transition: all .28s ease;
}
.site-header.is-scrolled {
  top: 10px;
  min-height: 68px;
  background: rgba(255, 253, 248, .92);
  box-shadow: 0 18px 45px rgba(86,51,40,.12);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}
.brand img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--white);
  box-shadow: 0 10px 25px rgba(86,51,40,.15);
}
.brand strong {
  display: block;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: -.02em;
}
.brand small {
  display: block;
  color: var(--muted);
  margin-top: 2px;
  font-size: .8rem;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.nav a {
  padding: 12px 14px;
  border-radius: 999px;
  color: rgba(53,40,33,.78);
  font-weight: 700;
  font-size: .92rem;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.nav a:hover {
  background: rgba(246,183,170,.18);
  color: var(--choco);
  transform: translateY(-1px);
}
.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -.01em;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.header-cta,
.btn-primary {
  background: linear-gradient(135deg, var(--pink), #a75b60 58%, var(--choco));
  color: var(--white);
  box-shadow: 0 16px 34px rgba(207,111,127,.28);
}
.header-cta:hover,
.btn-primary:hover,
.btn-soft:hover {
  transform: translateY(-3px);
}
.btn-soft {
  background: rgba(255,255,255,.7);
  border-color: rgba(86,51,40,.12);
  color: var(--choco);
  box-shadow: 0 10px 24px rgba(86,51,40,.08);
}
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  background: rgba(246,183,170,.18);
  border-radius: 16px;
  padding: 12px;
  cursor: none;
}
.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--choco);
  border-radius: 99px;
  margin: 6px 0;
  transition: transform .25s ease, opacity .25s ease;
}
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 100vh;
  padding: 160px 0 90px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .14;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,248,239,.96) 0%, rgba(255,248,239,.88) 38%, rgba(255,248,239,.72) 100%);
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) blur(1px);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .78fr;
  align-items: center;
  gap: 58px;
  position: relative;
  z-index: 1;
}
.hero-copy h1,
.section h2,
.contact h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  letter-spacing: -.055em;
  color: var(--choco);
}
.hero-copy h1 {
  font-size: clamp(3.15rem, 7vw, 6.75rem);
  line-height: .9;
  max-width: 820px;
}
.hero-text {
  font-size: clamp(1.06rem, 1.7vw, 1.26rem);
  color: var(--muted);
  line-height: 1.78;
  max-width: 650px;
  margin: 26px 0 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--pink);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .76rem;
}
.eyebrow.center { justify-content: center; }
.eyebrow span {
  width: 38px;
  height: 2px;
  background: linear-gradient(90deg, var(--pink), var(--gold));
  border-radius: 999px;
}
.hero-actions,
.contact-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
  max-width: 570px;
}
.trust-row div {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(86,51,40,.08);
  border-radius: 22px;
  padding: 18px;
  box-shadow: var(--soft-shadow);
}
.trust-row strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  color: var(--choco);
  line-height: 1;
}
.trust-row span {
  display: block;
  color: var(--muted);
  font-size: .86rem;
  margin-top: 4px;
  font-weight: 700;
}
.hero-card {
  position: relative;
  padding: 18px;
  background: rgba(255, 253, 248, .82);
  border: 1px solid rgba(86,51,40,.10);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 28px;
  border: 1px dashed rgba(207,111,127,.32);
  pointer-events: none;
}
.hero-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 8px 16px;
}
.owner-photo {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--white);
}
.hero-card-top strong { display: block; color: var(--choco); }
.hero-card-top span { color: var(--muted); font-size: .92rem; }
.hero-photo-stack {
  position: relative;
  min-height: 490px;
}
.photo-main {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 22px 50px rgba(86,51,40,.16);
}
.photo-floating {
  position: absolute;
  right: -26px;
  bottom: -24px;
  width: 190px;
  height: 190px;
  object-fit: cover;
  border-radius: 30px;
  border: 10px solid var(--cream);
  box-shadow: 0 24px 45px rgba(86,51,40,.18);
  animation: floatCake 4.8s ease-in-out infinite;
}
.hero-card p {
  margin: 18px 10px 8px;
  color: var(--muted);
  line-height: 1.65;
}
.hero-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
  z-index: -1;
  animation: floatShape 8s ease-in-out infinite;
}
.shape-one {
  width: 240px;
  height: 240px;
  background: rgba(255,217,210,.65);
  top: 140px;
  right: 8%;
}
.shape-two {
  width: 180px;
  height: 180px;
  background: rgba(169,216,210,.5);
  bottom: 110px;
  left: 6%;
  animation-delay: -3s;
}

@keyframes floatCake {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-14px) rotate(2deg); }
}
@keyframes floatShape {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, 24px, 0); }
}

.mini-bar {
  margin-top: -42px;
  position: relative;
  z-index: 3;
}
.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.mini-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,253,248,.88);
  border: 1px solid rgba(86,51,40,.10);
  border-radius: 28px;
  padding: 18px;
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(12px);
}
.mini-item span {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(246,183,170,.35), rgba(169,216,210,.25));
  font-size: 1.45rem;
}
.mini-item p { margin: 0; color: var(--muted); line-height: 1.35; }
.mini-item strong { color: var(--choco); }

.section {
  padding: 110px 0;
  position: relative;
}
.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 42px;
}
.section-head h2,
.section-copy h2,
.contact h2 {
  font-size: clamp(2.25rem, 4.6vw, 4.25rem);
  line-height: .98;
}
.section-head p,
.section-copy p,
.contact p {
  color: var(--muted);
  line-height: 1.78;
  font-size: 1.03rem;
}
.about-grid,
.process-grid,
.testimonials-grid,
.faq-grid {
  display: grid;
  grid-template-columns: .82fr 1fr;
  align-items: center;
  gap: 64px;
}
.about-media {
  position: relative;
}
.about-media img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  border: 12px solid rgba(255,255,255,.7);
}
.about-badge {
  position: absolute;
  right: -20px;
  bottom: 32px;
  max-width: 220px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--choco), #7e4b3d);
  color: var(--white);
  box-shadow: 0 20px 45px rgba(86,51,40,.22);
}
.about-badge strong { display: block; font-size: 1.05rem; }
.about-badge span { color: rgba(255,255,255,.76); font-size: .88rem; }
.feature-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.feature-list article {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(86,51,40,.08);
  box-shadow: 0 10px 28px rgba(86,51,40,.06);
}
.feature-list b { display: block; color: var(--choco); margin-bottom: 6px; }
.feature-list small { display: block; color: var(--muted); line-height: 1.6; font-size: .94rem; }

.products {
  background:
    linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,242,229,.78)),
    radial-gradient(circle at 85% 10%, rgba(169,216,210,.3), transparent 28rem);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.product-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  border-radius: 32px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
  border: 1px solid rgba(86,51,40,.09);
  transform: translateZ(0);
}
.product-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}
.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(53,40,33,0) 28%, rgba(53,40,33,.74) 100%);
}
.product-card:hover img { transform: scale(1.06); }
.product-card div {
  position: relative;
  z-index: 1;
  padding: 22px;
  color: var(--white);
}
.product-card h3 { margin: 10px 0 8px; font-size: 1.35rem; }
.product-card p { margin: 0; line-height: 1.55; color: rgba(255,255,255,.82); }
.tag {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  color: var(--white);
  font-size: .78rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.process-grid { grid-template-columns: .85fr 1.15fr; }
.steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.step {
  position: relative;
  padding: 26px;
  min-height: 180px;
  border-radius: 28px;
  background: rgba(255,253,248,.78);
  border: 1px solid rgba(86,51,40,.08);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}
.step::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  right: -36px;
  top: -36px;
  background: rgba(246,183,170,.22);
}
.step span {
  display: inline-flex;
  color: var(--pink);
  font-weight: 900;
  letter-spacing: .12em;
  font-size: .78rem;
}
.step b {
  display: block;
  margin: 20px 0 8px;
  color: var(--choco);
  font-size: 1.18rem;
}
.step small {
  color: var(--muted);
  line-height: 1.6;
  font-size: .94rem;
}

.portfolio {
  background: linear-gradient(180deg, rgba(255,242,229,.5), rgba(255,248,239,.96));
}
.filter-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.filter {
  border: 1px solid rgba(86,51,40,.10);
  background: rgba(255,255,255,.68);
  color: var(--muted);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  cursor: none;
  box-shadow: 0 10px 22px rgba(86,51,40,.06);
  transition: all .2s ease;
}
.filter:hover,
.filter.active {
  background: var(--choco);
  color: var(--white);
  transform: translateY(-2px);
}
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gallery-card {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  border-radius: 26px;
  aspect-ratio: 1 / 1.08;
  background: rgba(255,255,255,.75);
  box-shadow: var(--soft-shadow);
  cursor: none;
  isolation: isolate;
}
.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(53,40,33,0) 55%, rgba(53,40,33,.62));
  opacity: .9;
  transition: opacity .25s ease;
}
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s ease, filter .25s ease;
}
.gallery-card span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: var(--choco);
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(53,40,33,.12);
  backdrop-filter: blur(10px);
}
.gallery-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.06);
}
.gallery-card.is-hidden,
.gallery-card.is-mobile-hidden {
  display: none;
}

.gallery-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.gallery-more {
  display: none;
}
.gallery-more.is-visible {
  display: inline-flex;
}

.testimonials-grid { align-items: start; }
.rating-card {
  display: inline-grid;
  margin-top: 20px;
  padding: 22px 26px;
  border-radius: 28px;
  background: var(--white);
  border: 1px solid rgba(86,51,40,.08);
  box-shadow: var(--soft-shadow);
}
.rating-card strong {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--choco);
  font-size: 3rem;
  line-height: .9;
}
.rating-card span { color: #f1a928; letter-spacing: .1em; margin-top: 8px; }
.rating-card small { color: var(--muted); font-weight: 800; }
.review-list { display: grid; gap: 16px; }
.review-list article {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,253,248,.78);
  border: 1px solid rgba(86,51,40,.08);
  box-shadow: var(--soft-shadow);
}
.review-list div { color: #f1a928; letter-spacing: .14em; font-size: .92rem; }
.review-list p { color: var(--muted); line-height: 1.72; margin: 12px 0; }
.review-list b { color: var(--choco); }

.faq { padding-top: 60px; }
.faq-grid { align-items: start; }
.accordion { display: grid; gap: 12px; }
details {
  background: rgba(255,253,248,.78);
  border: 1px solid rgba(86,51,40,.08);
  border-radius: 24px;
  padding: 0 22px;
  box-shadow: var(--soft-shadow);
}
summary {
  list-style: none;
  padding: 22px 0;
  color: var(--choco);
  font-weight: 900;
  cursor: none;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  color: var(--pink);
  font-size: 1.4rem;
  line-height: 1;
}
details[open] summary::after { content: "–"; }
details p { margin: -4px 0 22px; color: var(--muted); line-height: 1.65; }

.contact {
  padding: 80px 0 110px;
}
.contact-card {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 38px;
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 42px;
  background:
    radial-gradient(circle at 92% 0%, rgba(169,216,210,.34), transparent 18rem),
    linear-gradient(135deg, rgba(255,253,248,.95), rgba(255,242,229,.86));
  border: 1px solid rgba(86,51,40,.10);
  box-shadow: var(--shadow);
}
.contact-info {
  display: grid;
  gap: 14px;
}
.contact-info a {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  row-gap: 2px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(86,51,40,.08);
  transition: transform .2s ease, background .2s ease;
}
.contact-info a:hover { transform: translateY(-2px); background: rgba(255,255,255,.92); }
.contact-info span {
  grid-row: span 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(246,183,170,.22);
}
.contact-icon img {
  width: 24px;
  height: 24px;
  display: block;
}
.contact-icon.is-whatsapp {
  background: linear-gradient(135deg, #25d366, #13994b);
}
.contact-info b { color: var(--choco); }
.contact-info small { color: var(--muted); }

.order-section {
  padding-top: 42px;
}
.order-card {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 28px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 38px;
  background:
    radial-gradient(circle at 0% 0%, rgba(246,183,170,.18), transparent 22rem),
    linear-gradient(135deg, rgba(255,253,248,.96), rgba(255,242,229,.9));
  border: 1px solid rgba(86,51,40,.10);
  box-shadow: var(--shadow);
}
.order-intro {
  padding: 8px 4px;
}
.order-intro-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(86,51,40,.08);
  box-shadow: var(--soft-shadow);
}
.order-intro h3 {
  margin: 22px 0 14px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: .95;
  letter-spacing: -.045em;
  color: var(--choco);
}
.order-intro p {
  color: var(--muted);
  line-height: 1.75;
}
.order-tips {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.order-tips li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}
.order-tips li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--gold));
}
.order-form {
  display: grid;
  gap: 18px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.field {
  display: grid;
  gap: 10px;
}
.field > span {
  color: var(--choco);
  font-weight: 800;
  font-size: .98rem;
}
.field > span small {
  color: var(--muted);
  font-size: .85rem;
  font-weight: 700;
}
.field input,
.field select {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(86,51,40,.12);
  background: rgba(255,255,255,.88);
  color: var(--choco);
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.field input:focus,
.field select:focus {
  border-color: rgba(207,111,127,.48);
  box-shadow: 0 0 0 4px rgba(207,111,127,.10);
  background: #fff;
}
.field-block {
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(86,51,40,.08);
  background: rgba(255,255,255,.72);
  box-shadow: var(--soft-shadow);
}
.check-grid,
.radio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px;
}
.check-grid label,
.radio-grid label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(86,51,40,.10);
  background: rgba(255,253,248,.95);
  color: var(--choco);
  font-weight: 700;
}
.check-grid input,
.radio-grid input {
  accent-color: var(--pink);
}
.flavor-grid,
.mass-grid {
  gap: 14px;
}
.check-grid .flavor-option,
.radio-grid .mass-option {
  position: relative;
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: none;
}
.flavor-option input,
.mass-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.flavor-card,
.mass-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 14px 16px;
  border-radius: 22px;
  border: 1px solid rgba(86,51,40,.10);
  background: rgba(255,253,248,.96);
  box-shadow: 0 10px 24px rgba(86,51,40,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.flavor-option:hover .flavor-card,
.mass-option:hover .mass-card {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(86,51,40,.08);
}
.flavor-emoji,
.mass-emoji {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.9rem;
  background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(246,183,170,.34));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 10px 20px rgba(207,111,127,.10);
  flex: 0 0 auto;
}
.flavor-text,
.mass-text {
  color: var(--choco);
  font-weight: 800;
  line-height: 1.2;
}
.flavor-option input:checked + .flavor-card,
.mass-option input:checked + .mass-card {
  background: linear-gradient(135deg, rgba(255,223,230,.92), rgba(246,183,170,.42));
  border-color: rgba(207,111,127,.56);
  box-shadow: 0 16px 32px rgba(207,111,127,.14);
}
.flavor-option input:checked + .flavor-card .flavor-emoji,
.mass-option input:checked + .mass-card .mass-emoji {
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,205,219,.78));
  transform: scale(1.03);
}
.flavor-option input:focus-visible + .flavor-card,
.mass-option input:focus-visible + .mass-card {
  border-color: rgba(207,111,127,.62);
  box-shadow: 0 0 0 4px rgba(207,111,127,.12);
}
.field-help {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 700;
}
.field-help.is-error {
  color: #b84a54;
}
.form-actions {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.6;
}

.footer {
  background: #38241e;
  color: rgba(255,255,255,.78);
  padding: 58px 0 26px;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.08) 1px, transparent 0);
  background-size: 18px 18px;
  opacity: .35;
}
.footer-grid,
.footer-bottom { position: relative; z-index: 1; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .5fr .8fr;
  gap: 36px;
}
.footer-brand img { width: 56px; height: 56px; }
.footer .brand strong { color: var(--white); }
.footer .brand small { color: rgba(255,255,255,.62); }
.footer p { max-width: 420px; line-height: 1.7; }
.footer b { color: var(--white); display: block; margin-bottom: 12px; }
.footer a:not(.brand) {
  display: block;
  margin: 8px 0;
  color: rgba(255,255,255,.72);
}
.footer a:hover { color: var(--rose-2); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 22px;
  margin-top: 38px;
  font-size: .9rem;
}

.float-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #13994b);
  color: white;
  font-size: 1.55rem;
  box-shadow: 0 18px 38px rgba(19,153,75,.25);
  animation: pulseWhats 2.8s ease-in-out infinite;
}
.float-whatsapp-icon img {
  width: 28px;
  height: 28px;
  display: block;
}
.icon-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  flex: 0 0 auto;
}
.icon-chip img {
  width: 14px;
  height: 14px;
  display: block;
}
.icon-chip.is-whatsapp {
  background: linear-gradient(135deg, #25d366, #13994b);
  box-shadow: 0 10px 18px rgba(19,153,75,.22);
}
@keyframes pulseWhats {
  0%,100% { transform: translateY(0); box-shadow: 0 18px 38px rgba(19,153,75,.25); }
  50% { transform: translateY(-5px); box-shadow: 0 22px 44px rgba(19,153,75,.34); }
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(53,40,33,.82);
  backdrop-filter: blur(12px);
}
.lightbox.is-open { display: grid; }
.lightbox img {
  max-width: min(92vw, 900px);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 26px;
  box-shadow: 0 28px 80px rgba(0,0,0,.38);
  background: var(--cream);
}
.lightbox-close {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--choco);
  font-size: 2rem;
  line-height: 1;
  cursor: none;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }

@media (max-width: 1020px) {
  body { cursor: none; }
  a, button, summary, .filter, .gallery-card, .menu-toggle, .lightbox-close { cursor: none; }
  .cursor-dot,
  .cursor-ring { display: none; }
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    border-radius: 28px;
  }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .nav {
    position: fixed;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    justify-content: stretch;
    gap: 8px;
    padding: 16px;
    border-radius: 28px;
    background: rgba(255,253,248,.96);
    border: 1px solid rgba(86,51,40,.08);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all .25s ease;
  }
  .menu-open .nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .nav a { text-align: center; padding: 14px; }
  .hero-grid,
  .about-grid,
  .process-grid,
  .testimonials-grid,
  .faq-grid,
  .contact-card,
  .order-card {
    grid-template-columns: 1fr;
  }
  .hero { padding-top: 132px; }
  .hero-card { max-width: 620px; margin: 0 auto; }
  .mini-grid,
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 360px; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .about-badge { right: 20px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 26px, var(--max)); }
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 66px;
    padding: 8px 10px;
  }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: .94rem; }
  .hero { min-height: auto; padding: 118px 0 68px; }
  .hero-copy h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions .btn,
  .contact-actions .btn { width: 100%; }
  .trust-row { grid-template-columns: 1fr; }
  .hero-photo-stack { min-height: 372px; }
  .photo-main { height: 350px; }
  .photo-floating {
    width: 132px;
    height: 132px;
    right: 0;
    bottom: -12px;
    border-width: 7px;
    border-radius: 22px;
  }
  .mini-bar { margin-top: 0; }
  .section { padding: 76px 0; }
  .section-head { margin-bottom: 28px; }
  .section-head h2,
  .section-copy h2,
  .contact h2 { font-size: clamp(2.2rem, 10.5vw, 3.3rem); }
  .about-grid,
  .process-grid,
  .testimonials-grid,
  .faq-grid,
  .order-card { gap: 34px; }
  .about-media img { border-width: 8px; border-radius: 28px; }
  .about-badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -34px 18px 0 auto;
  }
  .steps { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 11px; }
  .form-grid,
  .check-grid,
  .radio-grid { grid-template-columns: 1fr; }
  .flavor-card,
  .mass-card { min-height: 82px; padding: 12px 14px; }
  .flavor-emoji,
  .mass-emoji { width: 52px; height: 52px; font-size: 1.7rem; }
  .field-block { padding: 16px; }
  .gallery-more.is-visible { width: 100%; }
  .gallery-card { border-radius: 20px; }
  .gallery-card span { left: 9px; right: 9px; bottom: 9px; padding: 8px 10px; font-size: .78rem; }
  .contact-card { border-radius: 30px; }
  .contact-info a { grid-template-columns: 1fr; }
  .contact-info span { grid-row: auto; }
  .footer-bottom { display: grid; }
  .float-whatsapp { width: 56px; height: 56px; right: 16px; bottom: 16px; }
}

@media (max-width: 420px) {
  .gallery { grid-template-columns: 1fr 1fr; }
  .filter-row { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }
  .filter { white-space: nowrap; }
}

@media (max-width: 720px) {
  .order-intro-badge { width: max-content; max-width: 100%; }
  .order-form .btn { width: 100%; }
}

.field input[type="text"],
.field input[type="date"],
.field select {
  cursor: auto;
}


.mobile-hero-gallery-cta {
  display: none;
  margin-top: 18px;
  width: 100%;
}

@media (max-width: 720px) {
  .mobile-hero-gallery-cta {
    display: inline-flex;
  }
}
