:root {
  --rosa: #f7a8c4;
  --rosa-escuro: #e77ca4;
  --bege: #fff4ea;
  --choco: #5b2d24;
  --choco-suave: #7a4235;
  --texto: #3a2925;
  --branco: #ffffff;
  --shadow: 0 10px 30px rgba(91, 45, 36, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: var(--texto);
  background: linear-gradient(180deg, #fff9f5 0%, #ffeef4 100%);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.bg-decor {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 10%, rgba(247, 168, 196, 0.25), transparent 35%),
    radial-gradient(circle at 90% 20%, rgba(255, 244, 234, 0.8), transparent 30%),
    radial-gradient(circle at 20% 90%, rgba(231, 124, 164, 0.12), transparent 30%);
  z-index: -1;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

#sobre p {
  margin: 0;
  width: 100%;
  line-height: 1.7;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 30;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  gap: 16px;
}

.brand {
  display: flex;
  gap: 10px;
  align-items: center;
}

.brand h1 {
  margin: 0;
  font-size: 2rem;
  font-family: "Great Vibes", cursive;
  color: #ff4f9a;

}

.brand p {
  margin: 0;
  font-size: 0.8rem;
  color: transparent;
}

.logo-dot {
  display: none;
}

nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

nav a {
  text-decoration: none;
  color: #2a1a16;
  font-weight: 500;
}

nav a:hover {
  color: var(--rosa-escuro);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(42, 26, 22, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 0;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: #2a1a16;
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 20px;
  min-height: 100vh;
  width: 100%;
  padding: 120px 0 40px;
  position: relative;
}

.hero-text {
  grid-column: 1 / -1;
  max-width: 760px;
  justify-self: center;
  text-align: center;
  z-index: 2;
}

.kicker {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0 0 8px;
}

.hero h2 {
  margin: 0 0 12px;
  font-family: "Great Vibes", cursive;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: 0.95;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, .45);
}

.subtitle {
  font-size: 1.8rem;
  font-family: "Great Vibes", cursive;
  color: #fff;
  margin-bottom: 24px;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .45);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #2a1208;
  color: #fff;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.3rem;
  box-shadow: 0 12px 25px rgba(0, 0, 0, .25);
  transition: transform .25s ease, filter .25s ease;
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.05);
}

.btn-primary.big {
  padding: 14px 28px;
  font-size: 1.3rem;
}

.hero-art {
  position: absolute;
  inset: 0;
  min-height: 100vh;
  border-radius: 0;
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.55)),
    url("img/foto capa.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: none;
  z-index: -1;
}

.donut {
  display: none;
}

.section {
  width: min(1120px, 92%);
  margin-left: auto;
  margin-right: auto;
  padding: 44px 0 20px;
  background: #FDF0E8;
}

#galeria {
  background: #ffffff;
}

#galeria h3 {
  text-align: center;
}

.section h3 {
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  margin-top: 0;
  color: var(--choco);

}

.subtitle-sabores {
  color: var(--choco-suave);
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 24px;
  font-weight: bold;
}

.flavors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
}

.flavor-card {
  background: var(--roxo);
  border: 1px solid rgba(91, 45, 36, .08);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  transition: transform .25s ease;

}

.flavor-card:hover {
  transform: translateY(-4px);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.gallery-item {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
  transition: transform .3s ease;
}

.gallery-item:hover {
  transform: scale(1.03);
}

.gallery-item span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: var(--branco);
  background: rgba(0, 0, 0, .35);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .8rem;
}

.g1 {
  background: url("img/item g1.jpeg") center/cover no-repeat;
}

.g2 {
  background: url("img/item g2.jpeg") center/cover no-repeat;
}

.g3 {
  background: url("img/item g3.jpeg") center/cover no-repeat;
}

.g4 {
  background: url("img/item g4.jpeg") center/cover no-repeat;
}

.g5 {
  background: url("img/item g5.jpeg") center/cover no-repeat;
}

.g6 {
  background: url("img/item g6.jpeg") center/cover no-repeat;
}

.g7 {
  background: url("img/item g7.jpeg") center/cover no-repeat;
}

.g8 {
  background: url("img/item g8.jpeg") center/cover no-repeat;
}

.g9 {
  background: url("img/item g9.png") center/cover no-repeat;
}

#como-funciona {
  background: radial-gradient(circle at top, #2a130f 0%, #140908 65%, #0d0504 100%);
  border-radius: 0;
  border: 1px solid rgba(255, 192, 203, 0.14);
  box-shadow: inset 0 0 60px rgba(255, 111, 170, 0.08);
  padding: 48px 24px;
}

#como-funciona h3 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 24px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step-card {
  background: linear-gradient(180deg, #3b1d16 0%, #2b130f 100%);
  border: 1px solid rgba(255, 188, 216, 0.18);
  border-radius: 18px;
  padding: 20px 16px;
  text-align: center;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.step-number {
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
  color: #ff4f9a;
  margin-bottom: 10px;
}

.step-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 1.3rem;
}

.step-card h4 {
  margin: 0 0 8px;
  font-size: 1.9rem;
  color: #fff;
  font-family: "Great Vibes", cursive;
}

.step-card p {
  margin: 0;
  color: #f0bfd0;
  font-size: 1.05rem;
  line-height: 1.35;
}

.entrega {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  background: linear-gradient(135deg, #ffe1ec 0%, #ffd3e3 45%, #ffc7dc 100%);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.65);
  padding: 30px 34px;
}

.entrega-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.35);
  color: #4a1f13;
  font-size: 2.1rem;
}

.entrega-texto h3 {
  margin: 0 0 8px;
  font-family: "Great Vibes", cursive;
  font-size: 3rem;
  color: #ff5e9f;
  line-height: 1;
}

.entrega-texto p {
  margin: 0;
  color: #4a1f13;
  font-size: 1.05rem;
  line-height: 1.4;
  max-width: 700px;
}

.entrega-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #2a1208;
  color: #fff;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  transition: transform .25s ease, filter .25s ease;
}

.entrega-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.cta {
  text-align: center;
  padding-bottom: 40px;
}

.instagram a {
  color: var(--rosa-escuro);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}



.footer-extra {
  width: 100%;
  margin-top: 0;
  padding: 56px 0 24px;
  background: radial-gradient(circle at top left, #2a0f0b 0%, #1a0907 60%, #120605 100%);
  color: #f7dfd6;
}

.footer-extra-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.footer-col h4 {
  margin: 0 0 14px;
  color: #ff4f9a;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.footer-brand-title {
  margin: 0 0 10px;
  color: #ff4f9a;
  font-family: "Great Vibes", cursive;
  font-size: 3rem;
  line-height: 1;
}

.footer-col p {
  margin: 0 0 8px;
  color: #f3d5c8;
  line-height: 1.45;
}

.footer-col a {
  display: block;
  margin-bottom: 8px;
  color: #f8e6de;
  text-decoration: none;
  font-size: 1.05rem;
}

.footer-col a:hover {
  color: #ff4f9a;
}

.footer-extra-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer-extra-bottom small {
  color: #e2bcae;
  font-size: 0.95rem;
}

.footer-extra-bottom span {
  color: #ffffff;
  font-family: "Great Vibes", cursive;
  font-size: 2.4rem;
}

.whats-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.4rem;
  background: #25ad3c !important;
  border: 0 solid #25ad3c;
  color: #fff;
  box-shadow: 0 0 0 4px #25D366;
  z-index: 50;
}

.icon-inline {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.insta-icon {
  width: 20px;
  height: 20px;
}

.icon-float {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.pulse {
  animation: pulse 2s infinite;
}

.floating {
  animation: floaty 4s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(231, 124, 164, .35), var(--shadow);
  }

  70% {
    box-shadow: 0 0 0 14px rgba(231, 124, 164, 0), var(--shadow);
  }
}

@keyframes floaty {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.about-sabores-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px;
  align-items: start;
}

.about-sabores-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: var(--shadow);
  position: sticky;
  top: 110px;
}

.about-sabores-content {
  display: grid;
  gap: 24px;
}

.sabores-content-inline {
  padding-top: 4px;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 110px;
  }

  .hero-text {
    max-width: 100%;
    justify-self: center;
    text-align: center;
  }

  .flavors {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .entrega {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .entrega-texto p {
    max-width: 100%;
  }

  .about-sabores-layout {
    grid-template-columns: 1fr;
  }

  .about-sabores-image img {
    position: static;
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    width: calc(100% - 32px);
  }

  .menu-toggle {
    display: inline-flex;
  }

  #main-menu {
    position: absolute;
    top: 64px;
    right: 20px;
    width: min(260px, calc(100% - 40px));
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(91, 45, 36, 0.12);
    border-radius: 12px;
    box-shadow: var(--shadow);
    padding: 12px;
    display: none;
    flex-direction: column;
    gap: 10px;
    z-index: 35;
  }

  #main-menu.open {
    display: flex;
  }

  #main-menu a {
    padding: 8px 10px;
    border-radius: 8px;
  }

  #main-menu a:hover {
    background: rgba(247, 168, 196, 0.22);
  }

  .flavors,
  .gallery,
  .insta-mock {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  #como-funciona {
    padding: 34px 16px;
  }

  .entrega {
    padding: 24px 16px;
  }

  .entrega-texto h3 {
    font-size: 2.4rem;
  }

  .hero {
    min-height: 100svh;
    padding: 96px 16px 36px;
    overflow: hidden;
  }

  .hero-art {
    min-height: 100svh;
    background-color: #f7a8c4;
    background-size: cover, contain;
    background-position: center, center top;
  }

  .hero h2 {
    font-size: clamp(2.4rem, 14vw, 4rem);
  }

  .subtitle {
    font-size: 1.45rem;
  }

  .btn-primary {
    width: min(100%, 320px);
    justify-content: center;
    padding: 13px 18px;
    font-size: 1rem;
    text-align: center;
  }

  .footer-extra-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-extra-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-extra-bottom span {
    font-size: 2rem;
  }
}
