/* =========================================================
   ADORO TERRÁRIOS — CSS CONSOLIDADO
   Limpeza de regras duplicadas e overrides acumulados.
   Base: arquivo refinado em uso.
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: .86;
  letter-spacing: -.03em;
}

.eyebrow {
  display: inline-block;
  color: var(--forest-soft);
  font-size: .72rem;
  letter-spacing: .2em;
  font-weight: 700;
  margin-bottom: 18px;
}

.eyebrow.light {
  color: #d9caa9;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  line-height: 1.03;
  font-weight: 600;
  letter-spacing: -.035em;
}

h1 {
  font-size: clamp(3rem, 6vw, 6.8rem);
  margin-bottom: 28px;
}

h1 em {
  font-weight: 600;
  color: var(--forest-soft);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 0;
  font-weight: 700;
  transition: .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--forest);
  color: #fff;
}

.btn-secondary {
  background: var(--forest);
  color: #fff;
}

.btn-cream {
  background: var(--cream);
  color: var(--forest-deep);
}

.btn.full {
  width: 100%;
}

.text-link {
  font-weight: 700;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

.hero-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.hero-photo img {
  object-position: center top;
}

.section {
  padding: clamp(72px, 9vw, 140px) clamp(20px, 5vw, 72px);
}

.occasions {
  background: var(--paper);
}

.section-heading {
  margin-bottom: 48px;
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 80px;
  align-items: end;
}

.split-heading h2,
.editorial-copy h2,
.process-intro h2,
.corporate h2,
.ready-shop h2,
.proof-section h2,
.contact-section h2 {
  font-size: clamp(2.4rem, 4.2vw, 5.2rem);
  margin-bottom: 0;
}

.split-heading>p {
  max-width: 550px;
  color: var(--muted);
  margin-bottom: 8px;
}

.carousel-shell {
  position: relative;
}

.carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  grid-template-rows: 1fr;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 3px 3px 18px;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.occasion-card {
  scroll-snap-align: start;
  min-width: 0;
}

.occasion-image {
  aspect-ratio: .78;
  overflow: hidden;
  border-radius: 24px;
  background: #d7c2a5;
  margin-bottom: 16px;
}

.occasion-card span {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 600;
}

.occasion-card p {
  color: var(--muted);
  font-size: .9rem;
  margin-top: 7px;
}

.crop-a img {
  object-position: 25% 44%;
}

.crop-b img {
  object-position: 50% 14%;
}

.crop-c img {
  object-position: 74% 25%;
}

.crop-d img {
  object-position: 46% 44%;
}

.crop-e img {
  object-position: center;
}

.crop-f img {
  object-position: 50% 82%;
}

.carousel-arrow {
  position: absolute;
  z-index: 3;
  top: 38%;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 250, 243, .94);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .13);
}

.carousel-arrow.prev {
  left: -20px;
}

.carousel-arrow.next {
  right: -20px;
}

.swipe-hint {
  display: none;
  color: var(--muted);
  font-size: .8rem;
  margin-top: 10px;
}

.collage-main {
  grid-row: 1/3;
}

.collage-detail {
  grid-column: 2;
  grid-row: 1/3;
}

.collage-main img {
  object-position: 50% 68%;
}

.collage-detail img {
  object-position: 50% 55%;
}

.corporate-photo {
  margin: 0;
  overflow: hidden;
}

.ready-shop-copy small {
  display: block;
  margin-top: 12px;
  color: #756b5f;
  font-size: .72rem;
}

.p1 img {
  object-position: 12% 62%;
}

.p2 img {
  object-position: 50% 48%;
}

.p3 img {
  object-position: 73% 65%;
}

.delivery-card:last-child {
  border-right: 0;
}

.mosaic-tall img {
  object-position: 50% 50%;
}

.mosaic figure:nth-child(2) img {
  object-position: 50% 24%;
}

.mosaic figure:nth-child(3) img {
  object-position: 50% 60%;
}

.quote-strip p {
  margin: 0;
  max-width: 900px;
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(2rem, 4vw, 4.3rem);
  line-height: 1.1;
}

.contact-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, .67);
  font-size: 1.05rem;
  margin-top: 28px;
}

.budget-form label {
  display: grid;
  gap: 8px;
}

.budget-form label span {
  font-size: .82rem;
  color: rgba(255, 255, 255, .72);
}

.budget-form input::placeholder {
  color: rgba(255, 255, 255, .4);
}

.budget-form small {
  color: rgba(255, 255, 255, .46);
  font-size: .7rem;
}

.footer-brand {
  color: #fff;
  display: block;
  width: 110px;
}

.footer-logo {
  display: block;
  width: 100%;
  height: auto;
  filter: invert(1);
}

footer p {
  margin: 0;
  text-align: center;
}

footer>a:last-child {
  justify-self: end;
}

@media (min-width:1100px) {

  .carousel-track {
    grid-auto-columns: calc((100% - 72px)/4.35);
  }
}

@media (prefers-reduced-motion:reduce) {

  html {
    scroll-behavior: auto;
  }

  .btn {
    transition: none;
  }
}

.footer-links {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a {
  border-bottom: 1px solid rgba(255, 255, 255, .28);
}

.moments-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.moments-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity .45s ease;
  pointer-events: none;
}

.moments-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.moments-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moments-prev {
  left: 18px;
}

.moments-next {
  right: 18px;
}

.moments-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 4;
}

.moments-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, .6);
  padding: 0;
}

.moments-dots button.is-active {
  background: var(--forest);
}

.moment-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moment-thumb.is-active {
  border-color: var(--forest);
}

:root {
  --forest: #284421;
  --forest-deep: #173019;
  --forest-soft: #49623e;
  --cream: #f3eadc;
  --sand: #dac1a0;
  --sand-deep: #c7ad8c;
  --paper: #efe3d1;
  --paper-2: #e5d2b7;
  --warm: #c9a77c;
  --ink: #22301f;
  --muted: #6f685d;
  --white: #fffaf3;
  --radius: 28px;
  --shadow: 0 18px 50px rgba(44, 36, 26, .12);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: #1f281d;
  background: #f3eadc;
  line-height: 1.55;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.025em;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;

  min-height: 76px;
  padding: 14px clamp(28px, 4.4vw, 72px);

  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;

  background: transparent;
  color: #1f2f1c;
  backdrop-filter: none;
  border-bottom: 0;
}

.brand-main {
  font-family: var(--serif);
  font-size: 2.05rem;
  font-weight: 400;
}

.brand-sub {
  font-size: .55rem;
  letter-spacing: .32em;
  margin-top: 8px;
  margin-left: 2px;
  color: #273224;
}

.desktop-nav {
  justify-self: center;
  display: flex;
  gap: 30px;
  font-size: 1rem;
  font-weight: 700;
  color: #273224;
}

.header-cta {
  border: 0;
  background: var(--forest);
  color: white;
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .88rem;
  min-height: 44px;
  box-shadow: 0 8px 24px rgba(34, 55, 28, .16);
}

.header-cta::before {
  font-size: .9rem;
  margin-right: 7px;
}

.hero {
  min-height: 690px;
  padding: 30 px clamp(28px, 4.4vw, 72px) 50px;
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(520px, 1.28fr);
  align-items: start;
  gap: 34px;
  background: linear-gradient(90deg, #f1e5d3 0%, #ebdac1 47%, #dac09e 100%);
}

.hero-copy {
  max-width: 560px;
  align-self: start;
}

.hero .eyebrow {
  display: none;
}

.hero h1 {
  font-size: clamp(3.2rem, 5.1vw, 5.8rem);
  line-height: .98;
  margin-bottom: 20px;
}

.hero h1 em {
  color: var(--forest-soft);
  font-weight: 400;
}

.hero-copy>p {
  font-size: 1rem;
  max-width: 490px;
  color: #33382f;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: stretch;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.hero-actions .btn,
.hero-actions .text-link {
  flex: 0 0 250px;
  width: 250px;
  min-height: 56px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0;
  padding: 0 20px;

  box-sizing: border-box;
  text-align: center;
}

.hero .btn {
  width: 250px;
  min-height: 56px;
  padding: 0 20px;
}

.hero .text-link {
  display: flex;
  width: 250px;
  min-height: 56px;

  margin: 0;
  padding: 0 20px;

  align-items: center;
  justify-content: center;

  border: 1px solid rgba(36, 49, 31, .25);
  border-radius: 999px;

  font-size: .84rem;
  text-align: center;
}

.hero-notes {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.hero-notes span {
  background: transparent;
  border: 0;
  border-radius: 999px;
  padding: 0;
  font-size: .76rem;
  color: #3d4839;
}

.hero-notes span::before {
  content: "♡";
  margin-right: 7px;
  color: var(--forest);
}

.hero-gallery {
  display: block;
  grid-template-columns: 1fr .52fr;
  grid-template-rows: 1fr .72fr;
  min-height: 400px;
  gap: 14px;
  position: relative;
}

.hero-photo-large {
  grid-row: 1/3;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
}

.hero-photo-large img {
  object-position: center 48%;
}

.hero-photo-small {
  grid-column: 2;
  grid-row: 2;
  display: none;
}

.moments-section {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(390px, .87fr);
  gap: clamp(38px, 5vw, 76px);
  align-items: center;
  padding: 72px clamp(28px, 4.4vw, 72px);
  background: #f3eadc;
}

.moments-main {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 1.22;
  background: #e1ccb0;
  box-shadow: none;
}

.moments-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fffaf3;
  color: var(--forest-deep);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .15);
}

.moments-thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 9px;
  margin-top: 12px;
}

.moment-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 11px;
  overflow: hidden;
  aspect-ratio: 1.15;
  background: #d3b99a;
}

.moments-copy .eyebrow {
  font-size: .68rem;
  margin-bottom: 12px;
  color: #806d4e;
}

.moments-copy h2 {
  font-size: clamp(3rem, 4vw, 4.9rem);
  margin-bottom: 20px;
  line-height: 1.02;
}

.moments-copy h2 em {
  color: #536c46;
  font-weight: 400;
  display: block;
}

.moments-copy>p {
  color: #31352e;
  max-width: 640px;
  font-size: .98rem;
  margin-bottom: 24px;
  line-height: 1.7;
}

/* =========================================================
   MOMENTOS — LISTA LEVE COM SEPARADORES
   ========================================================= */

.moment-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;

  column-gap: 0;
  row-gap: 12px;

  margin: 28px 0 34px;
}


/* CADA OCASIÃO */
.moment-tags span {
  display: inline-flex;
  align-items: center;

  /* remove completamente a aparência de caixa */
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;

  color: #394834;

  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;

  white-space: nowrap;
}


/* BOLINHA ENTRE OS ITENS */

.moment-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;

  column-gap: 0;
  row-gap: 12px;

  margin: 28px 0 34px;
}

.moment-tags span {
  display: inline-flex;
  align-items: center;
}

/* Cria as bolinhas entre os itens */
.moment-tags span:not(:last-child)::after {
  content: "";

  width: 5px;
  height: 5px;

  margin: 0 14px;

  border-radius: 50%;
  background: #9b896b;

  flex: 0 0 auto;
}

/* Remove a bolinha depois de "15 anos",
   mas mantém o espaço entre os itens */
.moment-tags span:nth-child(4)::after {
  background: transparent;
}

/* Remove a bolinha depois de "Eventos corporativos",
   mas mantém o espaço entre os itens */
.moment-tags span:nth-child(7)::after {
  background: transparent;
}


/* =========================================================
   PROCESSO COMPACTO — BLOCO MOMENTOS
   ========================================================= */

.moments-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  position: relative;

  margin-top: 46px;
  padding-top: 40px;

  border-top: 0;
}


/* LINHA ANTES DO "COMO FUNCIONA?" */
.moments-process::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: calc(50% - 95px);
  height: 1px;

  background: rgba(57, 72, 52, .22);
}


/* "COMO FUNCIONA? ♡" + LINHA DEPOIS */
.moments-process::after {
  content: "Como funciona?  ♡";

  position: absolute;
  top: 0;
  left: 50%;

  transform: translate(-50%, -50%);

  padding: 0;

  background: transparent;

  font-family: var(--serif);
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;

  color: #526b47;

  white-space: nowrap;

  box-shadow:
    110px 0 0 -109px rgba(57, 72, 52, .22);
}


/* LINHA DEPOIS DO CORAÇÃO */
.moments-process {
  background-image: linear-gradient(
    to right,
    transparent 0,
    transparent calc(50% + 95px),
    rgba(57, 72, 52, .22) calc(50% + 95px),
    rgba(57, 72, 52, .22) 100%
  );

  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left top;
}


/* =========================================================
   ETAPAS
   ========================================================= */

.moments-process-item {
  padding: 0 22px;

  border-right: 1px solid rgba(57, 72, 52, .14);

  text-align: center;
}

.moments-process-item:first-child {
  padding-left: 0;
}

.moments-process-item:last-child {
  padding-right: 0;
  border-right: 0;
}


/* NÚMEROS 01 / 02 / 03 */
.moments-process-number {
  display: block;

  margin-bottom: 8px;

  font-family: var(--serif);
  font-size: 1.45rem;

  color: #9b8057;
}


/* TÍTULO DAS ETAPAS */
.moments-process-item strong {
  display: block;

  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.25;

  color: #263321;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

.moments-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  width: 100%;

  margin-top: 38px;
  padding-top: 40px;

  column-gap: 0;
}

    margin-top: 40px;
    padding-top: 32px;

    background-image: linear-gradient(
      to right,
      transparent 0,
      transparent calc(50% + 82px),
      rgba(57, 72, 52, .22) calc(50% + 82px),
      rgba(57, 72, 52, .22) 100%
    );
  }

  .moments-process::before {
    left: 0;

    width: calc(50% - 82px);
  }

  .moments-process::after {
    left: 50%;

    transform: translate(-50%, -50%);

    font-size: .95rem;
  }

 .moments-process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  min-width: 0;
  padding: 10px 8px;

  border-right: 1px solid rgba(57, 72, 52, .14);
  border-bottom: 0;

  text-align: center;
}

.moments-process-item:last-child {
  border-right: 0;
}

  .moments-process-number {
    margin-bottom: 0;

    font-size: 1.25rem;
  }

  .moments-process-item strong {
    font-size: 1rem;
  }

}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

  .moment-tags {
    row-gap: 10px;
    margin: 24px 0 30px;
  }

  .moment-tags span {
    font-size: .9rem;
  }

  .moment-tags span:not(:last-child)::after {
    width: 4px;
    height: 4px;

    margin: 0 10px;
  }

  .moment-tags span:last-child {
    font-size: 1rem;
  }

}

.moments-note strong {
  font-family: var(--sans);
  font-size: .9rem;
}

.moments-note span {
  color: var(--muted);
  font-size: .85rem;
}

.editorial-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f0e4d3;
  min-height: 600px;
}

.editorial-collage {
  display: grid;
  grid-template-columns: 1.12fr .72fr;
  gap: 10px;
  padding: 0;
}

.editorial-collage figure {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}

.editorial-copy {
  padding: clamp(58px, 6vw, 86px);
  align-self: center;
}

.editorial-copy h2 {
  font-size: clamp(3rem, 4.2vw, 5rem);
}

.editorial-copy>p {
  font-size: .96rem;
  color: #4f493f;
  max-width: 590px;
  margin: 22px 0 28px;
  line-height: 1.7;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.detail-grid div {
  min-height: 0;
  padding: 8px;
  border: 0;
  background: transparent;
  border-radius: 18px;
  display: block;
  gap: 14px;
  align-items: flex-start;
  text-align: center;
}

.detail-grid strong {
  font-family: var(--serif);
  font-size: 1.25rem;
  color: var(--forest);
  display: block;
  margin-bottom: 6px;
}

.detail-grid span {
  font-size: .76rem;
  line-height: 1.35;
}

.process-section {
  background: #263d22;
  color: #fff;
  padding: 55px clamp(28px, 4.4vw, 72px);
}

.process-intro {
  max-width: none;
  margin-bottom: 34px;
  text-align: center;
}

.process-intro .eyebrow {
  display: none;
}

.process-intro h2 {
  font-size: clamp(2.2rem, 3.2vw, 3.5rem);
  margin-bottom: 8px;
}

.process-intro p {
  color: rgba(255, 255, 255, .66);
  font-size: .9rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

.process-grid article {
  background: transparent;
  padding: 18px 22px;
  min-height: 190px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid span {
  display: block;
  color: #ddcfaa;
  font-family: var(--serif);
  font-size: 1.35rem;
  margin-bottom: 14px;
}

.process-grid h3 {
  font-family: var(--serif);
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.process-grid p {
  color: rgba(255, 255, 255, .62);
  font-size: .78rem;
  line-height: 1.55;
}

/* ========================================================= */
/* CORPORATIVO                                               */
/* ========================================================= */

.corporate {
  display: grid;

  grid-template-columns: minmax(360px, .8fr) minmax(700px, 1.65fr);

  gap: 64px;

  padding: 64px clamp(30px, 4vw, 72px);

  min-height: 600px;

  background: #2a4725;

  color: #f3eadc;

  align-items: center;
}


/* ========================================================= */
/* TEXTO                                                     */
/* ========================================================= */

.corporate-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  max-width: 540px;
}

.corporate-copy .eyebrow {
  color: #d7bd99;
}

.corporate-copy h2 {
  margin: 18px 0 18px;

  color: #f3eadc;

  font-family: var(--serif);
  font-size: clamp(2.5rem, 3.4vw, 4.1rem);
  line-height: 1.04;
}

.corporate-copy p {
  margin: 0 0 28px;

  max-width: 510px;

  color: rgba(243, 234, 220, .82);

  font-size: 1rem;
  line-height: 1.65;
}


/* BOTÃO */

.corporate .btn-cream {
  background: #f3eadc;
  color: #284421;

  border-radius: 999px;

  padding: 15px 26px;

  font-weight: 700;
}


/* ========================================================= */
/* ÁREA DOS CARDS                                            */
/* ========================================================= */

.corporate-options {
  display: block;
  width: 100%;
  min-width: 0;
}

/* ========================================================= */
/* CARD                                                      */
/* ========================================================= */

.corporate-card {
  overflow: hidden;

  background: #f3eadc;

  border-radius: 20px;

  border: 1px solid rgba(215, 189, 153, .45);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.corporate-card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 20px 40px rgba(0, 0, 0, .18);
}


/* ========================================================= */
/* IMAGEM                                                    */
/* ========================================================= */

.corporate-card-image {
  width: 100%;

  aspect-ratio: 1 / 1.08;

  overflow: hidden;

  background: #d7bd99;
}

.corporate-card-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .55s ease;
}

.corporate-card:hover .corporate-card-image img {
  transform: scale(1.06);
}


/* ========================================================= */
/* FAIXA BEGE                                                */
/* ========================================================= */

.corporate-card-info {
  min-height: 98px;

  padding: 16px 16px;

  display: flex;
  align-items: center;

  gap: 14px;

  background: #f3eadc;

  color: #284421;
}

.corporate-card-info > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.corporate-card-info strong {
  display: block;

  font-size: .98rem;
  line-height: 1.25;
}

.corporate-card-info span {
  display: block;

  color: rgba(40, 68, 33, .72);

  font-size: .75rem;
  line-height: 1.4;
}


/* ========================================================= */
/* ÍCONE                                                     */
/* ========================================================= */

.corporate-card-icon {
  width: 48px;
  height: 48px;

  flex: 0 0 48px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #284421;
  color: #f3eadc;

  font-size: 1.35rem;
}


/* ========================================================= */
/* PERSONALIZAÇÃO                                            */
/* ========================================================= */

.corporate-brand {
  grid-column: 1 / -1;

  display: grid;
  grid-template-columns: 1fr auto 1fr;

  align-items: center;

  gap: 22px;

  margin-top: 24px;

  color: #d7bd99;
  text-align: center;
}

.corporate-brand > span {
  height: 1px;

  background: rgba(215, 189, 153, .55);
}

.corporate-brand div {
  display: flex;
  flex-direction: column;

  gap: 3px;
}

.corporate-brand strong {
  font-size: 1rem;
}

.corporate-brand small {
  color: rgba(243, 234, 220, .72);

  font-size: .78rem;
}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 1100px) {

  .corporate {
    grid-template-columns: 1fr;

    gap: 38px;
  }

  .corporate-copy {
    max-width: 700px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 700px) {

  .corporate {
    display: block;

    padding: 52px 20px;
  }

  .corporate-copy {
    margin-bottom: 36px;
  }

  .corporate-copy h2 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .corporate-options {
  display: block;
  width: 100%;
}

/* CARROSSEL CORPORATIVO — SOMENTE MOBILE */

.corporate-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.corporate-slides {
  position: relative;
  display: flex;
  gap: 12px;
  width: 100%;
  overflow: visible;
  transition: transform .45s ease;
}

.corporate-slide {
  position: relative;
  inset: auto;

  flex: 0 0 88%;
  width: 88%;
  height: auto;

  margin: 0;

  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.corporate-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* SETAS */

.corporate-arrow {
  position: absolute;
  top: 45%;
  z-index: 10;

  width: 40px;
  height: 40px;

  display: grid;
  place-items: center;

  border: 0;
  border-radius: 50%;

  background: rgba(42, 71, 37, .82);
  color: #fff;

  font-size: 1.1rem;
  cursor: pointer;

  transform: translateY(-50%);
}

.corporate-prev {
  left: 12px;
}

.corporate-next {
  right: 12px;
}


/* BOLINHAS */

.corporate-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 10;

  transform: translateX(-50%);

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.corporate-dot {
  width: 7px;
  height: 7px;
  padding: 0;

  border: 0;
  border-radius: 50%;

  background: rgba(255, 255, 255, .55);
}

.corporate-dot.is-active {
  background: #fff;
}


/* TEXTO "PERSONALIZAMOS COM SUA MARCA" */

.corporate-brand {
  margin-top: 20px;
}

  .corporate-card-image {
    aspect-ratio: 1.3;
  }

  .corporate-brand {
    grid-template-columns: 1fr;

    gap: 10px;

    margin-top: 30px;
  }

  .corporate-brand > span {
    display: none;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

  .corporate {
    grid-template-columns: 1fr;

    height: auto;
    min-height: 0;
  }


  .corporate-copy {
    padding: 38px 22px 34px;
  }


  .corporate-copy h2 {
    max-width: 430px;

    font-size: clamp(2rem, 9vw, 2.7rem);
  }


  .corporate-copy p {
    margin: 16px 0 22px;

    font-size: .9rem;
  }


  .corporate-photo {
    height: 280px;
    min-height: 0;
  }

/* =========================================================
   OPÇÕES PRONTAS — CARROSSEL AUTOMÁTICO MOBILE
   ========================================================= */

.ready-preview {
  position: relative;

  display: block;

  width: 88%;
  max-width: 360px;

  aspect-ratio: 1 / 1;

  margin: 0 auto;
  padding: 0;

  gap: 0;

  overflow: hidden;

  border-radius: 12px;

  box-sizing: border-box;
}

.ready-preview .preview-card {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;

  opacity: 0;

  transform: none !important;

  transition: opacity .6s ease;

  pointer-events: none;
}

.ready-preview .preview-card.is-active {
  opacity: 1;
}

.ready-preview .preview-card img {
  display: block;

  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;

  object-fit: cover;
  object-position: 50% 50% !important;
}

}

.ready-shop {
  background: #eadbc5;
  display: grid;
  grid-template-columns: .64fr 1.36fr;
  gap: 38px;
  padding: 46px clamp(28px, 4.4vw, 72px);
  align-items: center;
}

.ready-shop h2 {
  font-size: clamp(2.6rem, 3.4vw, 4.1rem);
}

.ready-shop-copy p {
  color: var(--muted);
  max-width: 540px;
  margin: 18px 0 22px;
  font-size: .9rem;
}

.ready-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  min-height: 290px;
}

.preview-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
  background: #e6d5bd;
}

.delivery {
  background: #d9c7a8;
  padding: 24px clamp(28px, 4.4vw, 72px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.delivery-card {
  display: flex;
  gap: 18px;
  padding: 12px 20px;
  border-right: 1px solid rgba(45, 40, 33, .14);
  align-items: center;
}

.delivery-card strong {
  font-family: var(--sans);
  font-size: .88rem;
}

.delivery-card p {
  font-size: .72rem;
  color: #5e554b;
  margin: 6px 0 0;
  line-height: 1.4;
}

.delivery-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 46px;
  border: 1px solid rgba(45, 40, 33, .22);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  flex-basis: 38px;
}

.proof-section {
  background: #f2e7d8;
  padding: 60px clamp(28px, 4.4vw, 72px);
  display: grid;
  grid-template-columns: .48fr 1.52fr;
  gap: 38px;
  align-items: start;
}

.proof-copy {
  position: static;
  top: 120px;
}

.proof-copy h2 {
  font-size: clamp(2.5rem, 3.2vw, 3.8rem);
}

.proof-copy p {
  max-width: 440px;
  color: var(--muted);
  margin-top: 24px;
  font-size: .85rem;
  line-height: 1.6;
}

.mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 280px;
  gap: 10px;
}

.mosaic-tall {
  grid-row: auto;
}

.mosaic figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
}

.quote-strip {
  padding: 70px 20px;
  display: none;
  place-items: center;
  background: #b89a75;
}

.contact-section {
  background: #1d351b;
  color: #fff;
  padding: 72px clamp(28px, 6vw, 90px);
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.contact-copy h2 {
  font-size: clamp(3rem, 4vw, 4.8rem);
}

.budget-form {
  background: #294525;
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 22px;
  border-radius: 18px;
  display: grid;
  gap: 16px;
}

.budget-form input,
.budget-form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .14);
  background: #20391e;
  color: #fff;
  padding: 15px 16px;
  border-radius: 10px;
  outline: none;
}

footer {
  background: #11240f;
  color: rgba(255, 255, 255, .74);
  padding: 28px clamp(28px, 4.4vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  font-size: .82rem;
}

.nav-loja {
  font-weight: 700;
  color: #fffaf3;
}

/* Quando o cabeçalho ganha fundo ao rolar */
.site-header.is-scrolled .nav-loja {
  color: var(--forest);
}

/* Hover dos links */
.desktop-nav a:hover {
  color: var(--forest);
}

/* Loja online no topo: hover continua visível */
.site-header:not(.is-scrolled) .nav-loja:hover {
  color: #fffaf3;
  opacity: .7;
}

@media (max-width:1000px) {

  .desktop-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 45px;
    gap: 28px;
  }

  .hero-gallery {
    min-height: 520px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .editorial-block {
    grid-template-columns: 1fr;
  }

  .editorial-collage {
    min-height: 620px;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .corporate {
    grid-template-columns: 1fr;
  }

  .corporate-photo {
    min-height: 520px;
  }

  .ready-shop {
    grid-template-columns: 1fr;
  }

  .proof-section {
    grid-template-columns: 1fr;
  }

  .proof-copy {
    position: static;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .moments-section {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: relative;
    background: #f1e5d3;
  }

  .moments-section,
  .editorial-block,
  .corporate,
  .ready-shop,
  .proof-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .detail-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mosaic {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 260px;
  }
}

@media (max-width:700px) {

  :root {
    --radius: 22px;
  }

/* =========================================================
   HEADER MOBILE
   ========================================================= */

.site-header {
  min-height: 68px;

  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;

  padding: 9px 14px;

  background: #f1e5d3;

  gap: 12px;
}


/* LOGO */

.site-header .brand {
  width: 72px;
  min-width: 72px;
}

.site-header .brand img {
  width: 100%;
  height: auto;
}


/* ÁREA DA DIREITA */

.header-actions {
  justify-self: end;

  display: flex;
  align-items: center;

  gap: 9px;
}


/* INSTAGRAM + WHATSAPP */

.header-social {
  width: 25px;
  height: 25px;
}

.header-social svg {
  width: 21px;
  height: 21px;
}


/* DIVISÓRIA */

.header-social-divider {
  height: 19px;
  margin: 0;
}


/* BOTÃO */

.header-cta {
  min-height: 42px;

  margin-left: 2px;

  padding: 8px 15px;

  border-radius: 999px;

  font-size: .72rem;
  line-height: 1.15;

  text-align: center;
  white-space: normal;

  max-width: 118px;
}

  /* =========================================================
     HERO MOBILE — TEXTO > FOTO > CTA
     ========================================================= */

 .hero {
  display: flex;
  flex-direction: column;

  width: 100%;
  max-width: none;
  min-height: 0;

  padding: 28px 16px 16px;
  gap: 0;

  background: #efe0ca;
}

.hero-copy,
.hero-gallery,
.hero-actions,
.hero-notes {
  width: 100%;
  max-width: none;
}

.hero-notes {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-notes span {
  text-align: center;
}

.hero-photo-large {
  width: 100%;
  max-width: none;
}

  /* Faz os elementos internos do texto participarem da ordem do hero */
  .hero-copy {
    display: contents;
  }

  .hero-copy h1 {
    order: 1;
    margin-bottom: 16px;
    font-size: clamp(2.75rem, 13vw, 4rem);
    line-height: .98;
  }

  .hero-copy > p {
    order: 2;
    margin: 0;
    font-size: .96rem;
    line-height: 1.55;
  }

  /* FOTO CENTRAL */
  .hero-gallery {
    order: 3;

    display: block;
    width: 100%;
    min-height: 0;
    height: auto;

    margin: 26px 0 18px;
  }

  .hero-photo-large {
    position: relative;
    inset: auto;

    width: 100%;
    height: auto;
    aspect-ratio: 1.22 / 1;

    margin: 0;
    overflow: hidden;
    border-radius: 20px;
  }

  .hero-photo-large img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
    transform: none;
  }

  .hero-photo-small {
    display: none;
  }

  /* CTA LOGO ABAIXO DA FOTO */
  .hero-actions {
    order: 4;

    display: flex;
    flex-direction: column;
    align-items: stretch;

    width: 100%;
    gap: 10px;
    margin: 0 0 10px;
  }

  .hero-actions .btn,
  .hero-actions .text-link {
  flex: 0 0 auto;

  width: 100%;
  height: 52px;
  min-height: 52px;

  margin: 0;
  padding: 0 16px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;
  text-align: center;
}

  /* INFORMAÇÕES ABAIXO DOS CTAs */
  .hero-notes {
    order: 5;
    gap: 8px;
    margin-top: 4px;
  }

  .hero-notes span {
    font-size: .7rem;
  }

  .section {
    padding: 72px 16px;
  }

  .split-heading h2,
  .editorial-copy h2,
  .process-intro h2,
  .corporate h2,
  .ready-shop h2,
  .proof-section h2,
  .contact-section h2 {
    font-size: clamp(2.45rem, 12vw, 3.8rem);
  }

  .carousel-track {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    grid-auto-columns: 82vw;
    gap: 12px;
    scroll-padding-inline: 16px;
  }

  .occasion-image {
    aspect-ratio: .82;
    border-radius: 20px;
  }

  .occasion-card span {
    font-size: 1.35rem;
  }

  .occasion-card p {
    font-size: .86rem;
  }

  .carousel-arrow {
    display: none;
  }

  .swipe-hint {
    display: block;
  }

  .editorial-collage {
    min-height: 500px;
    grid-template-columns: 1fr .5fr;
    padding: 10px;
  }

  .editorial-collage figure {
    border-radius: 18px;
  }

  .editorial-copy {
    padding: 54px 18px;
  }

  .detail-grid {
    grid-template-columns: 1fr 1fr;
  }

  .detail-grid div {
    min-height: auto;
  }

  .process-section {
    padding: 50px 16px;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-grid article {
    min-height: auto;
    padding: 20px 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .process-grid span {
    margin-bottom: 18px;
  }

  .corporate-copy {
    padding: 54px 18px;
  }

  .corporate-photo {
    min-height: 460px;
  }

  .ready-shop {
    padding: 58px 16px;
    gap: 34px;
  }


  .delivery {
    grid-template-columns: 1fr;
    padding: 26px 16px;
  }

  .delivery-card {
    border-right: 0;
    border-bottom: 1px solid rgba(45, 40, 33, .14);
  }

  .delivery-card:last-child {
    border-bottom: 0;
  }

  .proof-section {
    padding: 58px 16px;
    gap: 34px;
  }

  .mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 220px;
    gap: 10px;
  }

  .mosaic figure {
    border-radius: 18px;
  }

  .quote-strip {
    padding: 58px 20px;
  }

  .contact-section {
    padding: 62px 16px;
  }

  .budget-form {
    padding: 18px;
    border-radius: 20px;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  footer p {
    text-align: left;
  }

  footer>a:last-child {
    justify-self: start;
  }

  .footer-links {
    justify-self: start;
    gap: 14px;
  }

/* =========================================================
   MOMENTOS — MOBILE
   foto principal full bleed + conteúdo alinhado
   ========================================================= */

.moments-section {
  width: 100%;
  max-width: none;
  padding: 62px 0;
  gap: 30px;
  overflow: hidden;
}

/* O wrapper visual era o ponto que ainda podia limitar a largura */
.moments-visual {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
}

/* Foto principal realmente de ponta a ponta */
.moments-main {
  width: 100vw;
  max-width: none;
  margin: 0;
  aspect-ratio: .92;
  border-radius: 0;
  overflow: hidden;
}

/* Texto continua com respiro lateral */
.moments-copy {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

/* Setas escondidas no celular */
.moments-arrow {
  display: none;
}

/* Miniaturas: carrossel horizontal, mas sem estourar a página */
.moments-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 72px;
  grid-template-columns: none;

  width: 100%;
  max-width: 100%;

  overflow-x: auto;
  gap: 8px;

  margin: 10px 0 0;
  padding: 0 16px 6px;

  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}


  .moments-thumbs::-webkit-scrollbar {
    display: none;
  }

  .moment-thumb {
    scroll-snap-align: start;
    border-radius: 14px;
  }

  .moments-copy h2 {
    font-size: clamp(2.7rem, 12vw, 3.8rem);
  }

 .moment-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  row-gap: 8px;
  column-gap: 0;

  margin: 22px 0 34px;
}

.moment-tags span {
  display: inline-flex;
  align-items: center;
  padding: 4px 0;
  font-size: .86rem;
  line-height: 1.25;
}

  .mosaic figure:first-child {
    grid-row: 1/3;
  }
}



@media (min-width:1001px) {

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    min-height: 690px !important;
    padding: 110px
      clamp(28px, 4.4vw, 72px)
      55px !important;
    background: #efe1cc !important;
  }

  .hero-copy {
    max-width: 730px !important;
    width: 56% !important;
    position: relative !important;
    z-index: 4 !important;
    align-self: initial !important;
    padding-top: 72px !important;
  }

  .hero-gallery {
    width: 55% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 0 !important;
    justify-self: end;
    align-self: center;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: block !important;
    z-index: 1 !important;
    -webkit-mask-image: linear-gradient(
  to right,
  transparent 0%,
  rgba(0,0,0,.14) 7%,
  rgba(0,0,0,.34) 14%,
  rgba(0,0,0,.58) 21%,
  rgba(0,0,0,.82) 28%,
  #000 44%
);

mask-image: linear-gradient(
  to right,
  transparent 0%,
  rgba(0,0,0,.14) 7%,
  rgba(0,0,0,.34) 14%,
  rgba(0,0,0,.58) 21%,
  rgba(0,0,0,.82) 28%,
  #000 44%
);
  }

  .hero-photo-large {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    inset: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

.hero-photo-large img {
  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
  object-position: 50% 34% !important;

  transform: scale(1.08);
  transform-origin: center center;
}

  .hero-copy h1 {
    max-width: 650px !important;
  }

  .hero-photo-small {
    display: none !important;
  }

 .hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58%;
  pointer-events: none;

  background: linear-gradient(
    to right,
    rgba(239,225,204,.42) 0%,
    rgba(239,225,204,.28) 10%,
    rgba(239,225,204,.14) 18%,
    rgba(239,225,204,.05) 26%,
    rgba(239,225,204,0) 34%
  );
}
}

.desktop-nav a {
  position: relative;
  padding-bottom: 5px;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 0;
  height: 2px;

  background: currentColor;

  transition: width .25s ease;
}

.desktop-nav a:hover::after {
  width: 100%;
}

.site-header .brand {
  display: block;
  width: 92px;
  line-height: normal;
}

.site-header .brand img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-social {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--forest);
  transition: opacity .2s ease, transform .2s ease;
}

.header-social svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-social .social-dot {
  fill: currentColor;
  stroke: none;
}

.header-social:hover {
  opacity: .65;
  transform: translateY(-1px);
}

.header-social-divider {
  width: 1px;
  height: 22px;
  background: rgba(31, 47, 28, .35);
  margin: 0 2px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-left: 8px;
}

.header-cta span {
  font-size: 1.1rem;
  font-weight: 400;
} 

.site-header {
  transition:
    background-color .3s ease,
    box-shadow .3s ease,
    backdrop-filter .3s ease;
}

.site-header.is-scrolled {
  background: rgba(239, 225, 204, .96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 18px rgba(31, 40, 29, .08);
}

/* =========================================================
   WHATSAPP FLUTUANTE
   ========================================================= */

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;

  width: 58px;
  height: 58px;

  display: grid;
  place-items: center;

  padding: 0;

  background: #25D366;
  color: #ffffff;

  border-radius: 50%;

  box-shadow: 0 6px 22px rgba(0, 0, 0, .22);

  text-decoration: none;

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.05);

  box-shadow: 0 9px 28px rgba(0, 0, 0, .28);
}


/* MOBILE */

@media (max-width: 700px) {

  .whatsapp-float {
    right: 16px;
    bottom: 16px;

    width: 54px;
    height: 54px;
  }

  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }

}


/* =========================================================
   MOBILE — AJUSTE FINAL DE ESPAÇAMENTOS E CTAs
   Mantém o desktop intacto.
   ========================================================= */
@media (max-width: 700px) {

  /* HERO */
  .hero {
    padding: 24px 16px 12px;
  }

  .hero-gallery {
    margin: 20px 0 14px;
  }

  .hero-actions {
    width: 100%;
    gap: 10px;
    margin: 0 0 10px;
  }

  .hero .hero-actions .btn,
  .hero .hero-actions .text-link {
    flex: 0 0 auto !important;
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;

    margin: 0 !important;
    padding: 0 16px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 999px;
    box-sizing: border-box;
  }

  .hero-notes {
    margin-top: 2px;
    margin-bottom: 0;
  }

  /* ESPAÇAMENTO PADRÃO ENTRE SEÇÕES */
  .section {
    padding: 52px 16px;
  }

  /* MOMENTOS / OCASIÕES */
  .moments-section {
    padding: 44px 0;
    gap: 22px;
  }

  .moments-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .moment-tags {
    margin-top: 20px;
    margin-bottom: 26px;
  }

  .moments-process {
    margin-top: 32px;
    padding-top: 32px;
  }

  /* BLOCO EDITORIAL */
  .editorial-copy {
    padding: 42px 18px;
  }

  /* PROCESSO */
  .process-section {
    padding: 40px 16px;
  }

  /* CORPORATIVO */
  .corporate {
    padding: 44px 16px;
  }

  .corporate-copy {
    padding: 0;
    margin-bottom: 28px;
  }

  .corporate-brand {
    margin-top: 22px;
  }

  /* OPÇÕES PRONTAS */
  .ready-shop {
    padding: 44px 16px;
    gap: 24px;
  }

  /* PROVA / GALERIA */
  .proof-section {
    padding: 44px 16px;
    gap: 24px;
  }

  /* CONTATO */
  .contact-section {
    padding: 46px 16px;
  }

  /* RODAPÉ */
  footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}


/* =========================================================
   WHATSAPP FLUTUANTE — SUBIR BOTÃO
   ========================================================= */

.whatsapp-fixo,
.whatsapp-flutuante,
.botao-whatsapp,
a[href*="wa.me"] {
  bottom: 80px !important;
}