:root {
  --pink: #ec4899;
  --pink-deep: #db2777;
  --magenta: #c2186a;
  --purple: #8b5cf6;
  --ink: #3b2048;
  --muted: #6b4a78;
  --card: #ffffff;
  --whats: #25d366;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", "Segoe UI", sans-serif;
  line-height: 1.5;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, #ffe4f1 0%, transparent 38%),
    radial-gradient(circle at top right, #f3e8ff 0%, transparent 32%),
    linear-gradient(180deg, #fff7fb 0%, #fff 45%, #fdf2f8 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 3px solid var(--pink);
}

.header-bar {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}

.logo-circle {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  background: linear-gradient(135deg, var(--pink), var(--purple));
  box-shadow: 0 8px 18px rgba(236, 72, 153, 0.28);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text strong {
  font-family: "Fredoka", sans-serif;
  font-size: 1.25rem;
  color: var(--pink-deep);
}

.brand-text small {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--muted);
}

.nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.nav a {
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--ink);
}

.nav a:hover {
  color: var(--pink-deep);
}

.btn-whatsapp,
.btn-primary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.75rem 1.15rem;
}

.btn-whatsapp {
  background: var(--whats);
  color: #fff;
}

.btn-primary {
  background: linear-gradient(135deg, var(--pink), var(--purple));
  color: #fff;
  box-shadow: 0 8px 20px rgba(236, 72, 153, 0.28);
}

.btn-ghost {
  background: #fff;
  color: var(--pink-deep);
  border: 2px solid #f9a8d4;
}

.hero {
  padding: 2.4rem 0 3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  color: var(--pink-deep);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 0.55rem;
}

.hero h1,
.section-head h2,
.contato h2 {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  line-height: 1.05;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  color: var(--pink-deep);
  margin-bottom: 0.8rem;
}

.lead,
.section-head p {
  color: var(--muted);
  font-weight: 700;
  max-width: 560px;
}

.hero-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin: 1.3rem 0 1rem;
}

.hero-pills {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  list-style: none;
}

.hero-pills li {
  background: #fce7f3;
  color: #be185d;
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 800;
}

.hero-photo,
.story-photo,
.shot {
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(190, 24, 93, 0.16);
  background: #fff;
}

.hero-photo img,
.story-photo img,
.shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff3f9;
}

.historia,
.portfolio,
.catalogo {
  padding: 3rem 0;
}

.historia h2,
.section-head h2 {
  font-family: "Fredoka", sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  margin-bottom: 0.4rem;
}

.section-head {
  margin-bottom: 1.6rem;
}

.historia-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.6rem;
  align-items: center;
  margin-bottom: 1.4rem;
}

.story-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-top: 1.1rem;
}

.story-card {
  background: #fff;
  border: 1px solid #fce7f3;
  border-radius: 18px;
  padding: 1.15rem;
  box-shadow: 0 10px 24px rgba(190, 24, 93, 0.08);
}

.story-card h3 {
  font-family: "Fredoka", sans-serif;
  color: var(--pink-deep);
  margin-bottom: 0.4rem;
}

.values {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.values li {
  background: #fff;
  border-radius: 16px;
  padding: 1rem;
  text-align: center;
  border: 1px solid #fce7f3;
}

.values span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}

.values strong {
  display: block;
}

.values small {
  color: var(--muted);
  font-weight: 700;
}

.brand-board {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 1rem;
}

.brand-side {
  display: grid;
  gap: 1rem;
}

.brand-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(190, 24, 93, 0.12);
}

.brand-card img {
  width: 100%;
  object-fit: contain;
  background: #fff3f9;
}

.brand-card figcaption {
  padding: 0.85rem 1rem 1rem;
}

.brand-card strong {
  display: block;
  font-family: "Fredoka", sans-serif;
  color: var(--pink-deep);
}

.brand-card span {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.88rem;
}

.catalog-links {
  display: flex;
  gap: 1rem;
  margin-top: 0.8rem;
}

.catalog-links a {
  font-weight: 800;
  color: var(--pink-deep);
}

.catalog-pages {
  display: grid;
  gap: 1.6rem;
}

.catalog-spread {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: start;
  background: #fff;
  border: 1px solid #fce7f3;
  border-radius: 24px;
  padding: 0.85rem;
  box-shadow: 0 14px 32px rgba(190, 24, 93, 0.08);
}

.catalog-page-photo {
  overflow: hidden;
  border-radius: 16px;
  background: #fff3f9;
}

.catalog-page-photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.catalog-page-info {
  min-width: 0;
}

.page-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  padding: 0.7rem 0.8rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #fdf2f8, #f3e8ff);
}

.page-badge {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--pink), var(--purple));
  color: #fff;
  font-family: "Fredoka", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.page-line {
  color: var(--pink-deep);
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.catalog-page-info h3 {
  font-family: "Fredoka", sans-serif;
  font-size: 1.15rem;
  line-height: 1.15;
}

.page-refs {
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.ref-card {
  background: #fff7fb;
  border: 1px solid #fce7f3;
  border-radius: 16px;
  padding: 0.75rem 0.8rem;
}

.ref-top {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  margin-bottom: 0.55rem;
}

.ref-id {
  flex-shrink: 0;
  min-width: 46px;
  text-align: center;
  background: #fff;
  border: 1px solid #f9a8d4;
  color: #7c3aed;
  font-family: "Fredoka", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 10px;
  padding: 0.28rem 0.35rem;
}

.ref-card h4 {
  font-size: 0.92rem;
  line-height: 1.25;
}

.ref-size {
  color: var(--pink-deep);
  font-weight: 800;
  font-size: 0.8rem;
  margin-top: 0.15rem;
}

.ref-prices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.price-chip {
  background: #fff;
  border: 1px solid #f9a8d4;
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--ink);
}

.price-chip b {
  color: var(--pink-deep);
  margin-right: 0.2rem;
}

.contato {
  padding: 1rem 0 3.5rem;
}

.contato-box {
  text-align: center;
  background: linear-gradient(135deg, var(--pink), var(--purple), #3b82f6);
  color: #fff;
  border-radius: 28px;
  padding: 2.4rem 1.4rem;
}

.contato-box p {
  margin: 0.6rem 0 1.1rem;
}

.contato-box .btn-primary {
  background: #fff;
  color: var(--pink-deep);
}

.social a {
  color: #fff;
}

.footer {
  padding: 1.4rem 0 2rem;
  text-align: center;
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 860px) {
  .header-bar {
    gap: 0.55rem;
  }

  .nav {
    width: 100%;
    order: 3;
    justify-content: space-between;
    gap: 0.35rem;
  }

  .nav a {
    flex: 1;
    text-align: center;
    background: #fff3f9;
    border-radius: 999px;
    padding: 0.55rem 0.4rem;
    font-size: 0.82rem;
  }

  .btn-whatsapp {
    margin-left: auto;
    padding: 0.65rem 0.9rem;
    font-size: 0.85rem;
  }

  .hero,
  .historia,
  .catalogo {
    padding: 1.6rem 0;
  }

  .hero-grid,
  .historia-layout,
  .story-pair,
  .catalog-spread,
  .values {
    grid-template-columns: 1fr;
  }

  .values {
    grid-template-columns: 1fr 1fr;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-ghost {
    width: 100%;
  }

  .catalog-spread {
    padding: 0.7rem;
  }

  .catalog-page-info {
    order: 2;
  }

  .page-badge {
    width: 44px;
    height: 44px;
  }

  .ref-card h4 {
    font-size: 0.88rem;
  }

  .price-chip {
    font-size: 0.72rem;
  }

  .contato-box {
    border-radius: 20px;
    padding: 1.6rem 1rem;
  }
}
