:root {
  --plum: rgb(136, 82, 122);
  --plum-dark: #5d3955;
  --lilac: #c89dd4;
  --lilac-soft: #efe2f1;
  --cream: #fff7ee;
  --fg: #3a2236;
  --muted: #7a6172;
  --border: #e3d3e6;
  --wa: #25d366;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  background: var(--cream);
  color: var(--fg);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
.serif {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
.script {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
}
.script-alt {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
}
.italic {
  font-style: italic;
}
.accent {
  color: var(--lilac);
}
.lilac {
  color: var(--lilac);
}
.primary {
  color: var(--plum);
}
.center {
  text-align: center;
}
.muted {
  color: var(--muted);
  margin-top: 0.5rem;
}
.muted-light {
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0.5rem;
  font-size: 0.85rem;
  line-height: 1.5;
}
.body-lg {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--fg);
  opacity: 0.85;
  margin-top: 2rem;
}
.micro {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(58, 34, 54, 0.55);
}
.micro-soft {
  font-size: 0.72rem;
  color: rgba(58, 34, 54, 0.6);
  margin-top: 0.25rem;
}
.eyebrow {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: rgba(126, 78, 114, 0.7);
}
.eyebrow-light {
  color: rgba(255, 255, 255, 0.7);
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.narrow {
  max-width: 760px;
}
.mb-lg {
  margin-bottom: 3.5rem;
}

/* nav */
.nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(215, 194, 207, 0.92);
  border-bottom: 1px solid rgba(126, 78, 114, 0.2);
  box-shadow: 0 10px 30px rgba(58, 34, 54, 0.08);
  backdrop-filter: blur(16px);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.brand .serif {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  color: var(--plum);
}
.nav-links {
  display: none;
  gap: 2.5rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(58, 34, 54, 0.82);
}
.nav-links a:hover {
  color: var(--plum);
}
.nav-wa {
  display: none;
}
@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }
  .nav-wa {
    display: inline-flex;
  }
}

/* buttons */
.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--wa);
  color: #fff;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
}
.btn-wa:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.35);
}
.btn-lg {
  padding: 1rem 2.25rem;
  font-size: 0.78rem;
  letter-spacing: 0.25em;
}
.btn-sm {
  padding: 0.55rem 1rem;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  margin-top: 0.75rem;
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(126, 78, 114, 0.3);
  color: var(--plum);
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  transition:
    background 0.2s,
    color 0.2s;
}
.btn-outline:hover {
  background: var(--plum);
  color: #fff;
}
.link-soft {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(126, 78, 114, 0.8);
  text-underline-offset: 4px;
}
.link-soft:hover {
  text-decoration: underline;
}
.i-wa {
  width: 16px;
  height: 16px;
  display: inline-block;
}

/* hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 9rem 0 6rem;
  background: linear-gradient(135deg, #4b2d45 0%, #6f4567 52%, #8a5f83 100%);
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(200, 157, 212, 0.3),
      transparent 34%
    ),
    radial-gradient(
      circle at 82% 36%,
      rgba(250, 247, 241, 0.12),
      transparent 30%
    );
}
.hero-bg::before,
.hero-bg::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(96px);
  opacity: 0.48;
}
.hero-bg::before {
  top: -140px;
  left: -120px;
  width: 620px;
  height: 420px;
  background: rgba(200, 157, 212, 0.5);
  transform: rotate(-12deg);
}
.hero-bg::after {
  top: 130px;
  right: -180px;
  width: 560px;
  height: 360px;
  background: rgba(58, 34, 54, 0.72);
  opacity: 0.42;
  transform: rotate(18deg);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3rem;
  align-items: center;
}
.hero-copy {
  text-align: center;
}
.hero .eyebrow {
  color: rgb(255, 255, 255);
}
.hero-title {
  font-size: 3rem;
  line-height: 1.05;
  color: #fff8fb;
  text-shadow: 0 2px 18px rgba(58, 34, 54, 0.22);
}
.hero-title .accent {
  color: #efd8f4;
}
.hero-title .script {
  font-size: 3.75rem;
  display: inline-block;
  margin-top: 0.5rem;
}
.lead {
  margin: 2rem auto 0;
  max-width: 440px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(58, 34, 54, 0.7);
}
.hero .lead {
  color: rgba(250, 247, 241, 0.86);
}
.hero-cta {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.hero .link-soft {
  color: rgba(250, 247, 241, 0.82);
}
.hero .link-soft:hover {
  color: #fff;
}
.hero-art {
  position: relative;
}
.hero-art-glow {
  position: absolute;
  inset: -2rem;
  border-radius: 2.5rem;
  background: linear-gradient(
    135deg,
    rgba(200, 157, 212, 0.55),
    rgba(250, 247, 241, 0.35) 48%,
    rgba(126, 78, 114, 0.16)
  );
  filter: blur(52px);
}
.hero-card {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 2rem;
  padding: 2.5rem;
  box-shadow: 0 20px 50px -20px rgba(126, 78, 114, 0.25);
}
.hero-card img {
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
  height: auto;
}
.hero-mono {
  display: none;
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid rgba(126, 78, 114, 0.2);
  padding: 0.75rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
}
.hero-mono img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .hero {
    padding: 11rem 0 8rem;
  }
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
  .hero-copy {
    text-align: left;
  }
  .hero-cta {
    flex-direction: row;
    align-items: flex-start;
  }
  .hero-title {
    font-size: 4.5rem;
  }
  .hero-title .script {
    font-size: 5.5rem;
  }
  .lead {
    margin-left: 0;
  }
  .hero-mono {
    display: flex;
  }
}

/* sobre */
.sobre {
  background: rgba(147, 99, 156, 0.72);
  padding: 6rem 0;
  & p {
    color: #fff;
  }
}
.h2 {
  font-size: 2.25rem;
  line-height: 1.2;
  color: #ffff;
  margin-top: 1rem;
}

.h2 .script,
.h2 .script-alt {
  font-size: 2.75rem;
  display: inline-block;
  color: #fff;
}
.h2.light {
  color: #fff;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 3rem;
  }
  .h2 .script,
  .h2 .script-alt {
    font-size: 3.5rem;
  }
}
.ornament {
  height: 1px;
  width: 120px;
  background: rgb(255, 255, 255);
  margin: 0 auto 1.5rem;
  position: relative;
}
.ornament::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: rgb(255, 255, 255);
  transform: translateX(-50%) rotate(45deg);
}

/* sections */
.section {
  padding: 6rem 0;
}

/* grids */
.grid-3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
.grid-4 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 640px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
}

/* card */
.card {
  background: #f5eee4;
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -15px rgba(126, 78, 114, 0.25);
}
.card-img {
  position: relative;
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-img img {
  width: 42%;
  height: auto;
  opacity: 0.7;
  transition: transform 0.5s;
}
.card-img img.product-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
.card:hover .card-img img {
  transform: scale(1.05);
}
.tone-lilac {
  background: rgba(200, 157, 212, 0.66);
}
.tone-cream {
  background: #dec6e4;
}
.tone-plum {
  background: rgba(126, 78, 114, 0.3);
}
.tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(233, 220, 205, 0.94);
  color: var(--plum);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
}
.card-body {
  padding: 1.75rem;
  text-align: center;
}
.card-body h3 {
  font-size: 1.4rem;
  color: var(--plum);
}
.price {
  font-size: 1.25rem;
  color: var(--plum);
  margin-top: 1rem;
  display: block;
}

/* diferenciais */
.diferenciais {
  background: var(--plum);
  color: #fff;
  padding: 6rem 0;
}
.diferenciais .h2 {
  color: #fff;
}
.diferenciais h3 {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  color: #fff;
}
.num {
  margin: 0 auto 1rem;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(200, 157, 212, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  color: var(--lilac);
}

/* instagram */
.instagram {
  background: rgba(216, 190, 222, 0.72);
  padding: 6rem 0;

  h2,
  p {
    color: rgb(150, 79, 165);
  }

  span {
    display: none;
  }
}
.feed-item {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #f5eee4;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}
.feed-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.feed-item:hover img {
  transform: scale(1.1);
}
.feed-item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  font-size: 0.85rem;
  background: linear-gradient(to top, rgba(93, 57, 85, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.feed-item:hover span {
  opacity: 1;
}

/* depoimentos */
#depoimentos .eyebrow {
  color: rgba(58, 34, 54, 0.82);
}
#depoimentos .h2 {
  color: #3a2236;
}
#depoimentos .h2 .accent {
  color: #5d3955;
}
.quote {
  background: #f5eee4;
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.quote blockquote {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(58, 34, 54, 0.8);
}
.quote figcaption {
  margin-top: 1.25rem;
}

/* cta */
.cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #4b2d45 0%, #6f4567 52%, #8a5f83 100%);
  padding: 6rem 0;
  color: #fff8fb;
}
.cta-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(200, 157, 212, 0.3),
      transparent 34%
    ),
    radial-gradient(
      circle at 82% 36%,
      rgba(250, 247, 241, 0.12),
      transparent 30%
    );
  pointer-events: none;
}
.cta-bg::before,
.cta-bg::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(96px);
  opacity: 0.48;
}
.cta-bg::before {
  top: -140px;
  left: -120px;
  width: 620px;
  height: 420px;
  background: rgba(200, 157, 212, 0.5);
  transform: rotate(-12deg);
}
.cta-bg::after {
  top: 130px;
  right: -180px;
  width: 560px;
  height: 360px;
  background: rgba(58, 34, 54, 0.72);
  opacity: 0.42;
  transform: rotate(18deg);
}
.cta .container {
  position: relative;
  z-index: 1;
}
.cta .h2 {
  color: #fff8fb;
  text-shadow: 0 2px 18px rgba(58, 34, 54, 0.22);
}
.cta .h2 .accent {
  color: #efd8f4;
}
.cta .muted {
  color: rgba(250, 247, 241, 0.86);
}
.cta .eyebrow {
  color: rgba(250, 247, 241, 0.78);
}
.mono {
  margin: 0 auto 1.5rem;
}
.contact-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .contact-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.contact-card {
  background: rgba(250, 247, 241, 0.86);
  border: 1px solid rgba(250, 247, 241, 0.22);
  border-radius: 1rem;
  padding: 1.25rem;
  text-align: center;
  box-shadow: 0 18px 40px rgba(58, 34, 54, 0.18);
}
.contact-card a {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.05rem;
  color: var(--plum);
}
.contact-card a:hover {
  color: var(--lilac);
}

/* footer */
.footer {
  border-top: 1px solid rgba(126, 78, 114, 0.24);
  background: rgba(215, 194, 207, 0.92);
  padding: 3rem 0;
}
.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
    align-items: start;
  }
  .foot-social {
    text-align: right;
  }
}
.foot-brand .brand {
  justify-content: center;
}
@media (min-width: 768px) {
  .foot-brand .brand {
    justify-content: flex-start;
  }
}
.social-links {
  display: flex;
  gap: 1.25rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(58, 34, 54, 0.78);
  justify-content: center;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .social-links {
    justify-content: flex-end;
  }
}
.social-links a:hover {
  color: var(--plum-dark);
}
.footer .primary {
  color: #5d3955;
}
.footer .micro {
  color: rgba(58, 34, 54, 0.68);
}
.footer .micro-soft {
  color: rgba(58, 34, 54, 0.72);
}

/* whatsapp float */
.wa-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--wa);
  color: #fff;
  padding: 1rem 1.25rem;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s;
}
.wa-float:hover {
  transform: scale(1.05);
}
.wa-float .i-wa {
  width: 24px;
  height: 24px;
  position: relative;
}
.wa-label {
  display: none;
  font-size: 0.85rem;
  font-weight: 500;
}
@media (min-width: 640px) {
  .wa-label {
    display: inline;
  }
}
.wa-ping {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: var(--wa);
  opacity: 0.3;
  animation: ping 1.6s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes ping {
  75%,
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

#colecao {
  background: rgba(216, 190, 222, 0.72);

  & h2,
  p,
  span {
    color: rgb(150, 79, 165);
  }
}
