/* ============================================================
   SABORES DA DORI — Ateliê Artesanal
   Design: Editorial de Confeitaria · Quente · Memória Afetiva
   Fonts: Abril Fatface (display) · Cormorant Garamond (headers)
          Lora (body) · DM Mono (labels)
   ============================================================ */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ---------- Tokens ---------- */
:root {
  --chocolate:   #1A0E08;
  --aubergine:   #3E1E35;
  --mauve:       #7D4E6B;
  --rose:        #C98A7D;
  --honey:       #CF8524;
  --honey-light: #F0B85A;
  --cream:       #FAF5E8;
  --vanilla:     #F0E8D5;
  --parchment:   #E5D9C0;
  --sage:        #6B8C5E;
  --white:       #FFFFFF;

  --text:        #1A0E08;
  --text-muted:  #7A6558;
  --border:      rgba(26, 14, 8, 0.1);
  --border-light: rgba(250, 245, 232, 0.15);

  --bar-h:       44px;
  --nav-h:       76px;
  --container:   1280px;
  --pad-x:       clamp(20px, 5vw, 64px);
  --section-pad: clamp(80px, 10vw, 140px);

  --r-sm:  8px;
  --r-md:  16px;
  --r-lg:  32px;
  --r-xl:  48px;
  --r-pill: 999px;

  --shadow-warm-sm: 0 2px 16px rgba(26,14,8,0.08);
  --shadow-warm-md: 0 8px 40px rgba(26,14,8,0.14);
  --shadow-warm-lg: 0 24px 80px rgba(26,14,8,0.22);

  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);

  --t: 0.35s var(--ease-out);
}

/* ---------- Base Body ---------- */
body {
  font-family: 'Lora', Georgia, serif;
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  cursor: none;
}

/* ---------- Custom Cursor ---------- */
.cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--honey);
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s, width 0.3s var(--ease-out), height 0.3s var(--ease-out), background 0.3s;
  mix-blend-mode: multiply;
}
.cursor-ring {
  position: fixed;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--aubergine);
  pointer-events: none;
  z-index: 99998;
  transform: translate(-50%, -50%);
  transition: transform 0.2s var(--ease-out), width 0.3s var(--ease-out), height 0.3s var(--ease-out), opacity 0.3s, border-color 0.3s;
  opacity: 0.5;
}
body:has(a:hover) .cursor { width: 14px; height: 14px; }
body:has(a:hover) .cursor-ring { width: 48px; height: 48px; opacity: 0.3; border-color: var(--honey); }
body:has(.btn:hover) .cursor { background: var(--cream); mix-blend-mode: difference; }
@media (hover: none) { .cursor, .cursor-ring { display: none; } }

/* ---------- Lucide Icons ---------- */
[data-lucide] {
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.dif-card__icon [data-lucide] {
  width: 26px; height: 26px;
  stroke: var(--aubergine);
}
.hero__badge-icon [data-lucide] {
  width: 18px; height: 18px;
  stroke: var(--aubergine);
}
.sobre__pill-icon [data-lucide] {
  width: 18px; height: 18px;
  stroke: var(--aubergine);
}
.credential-badge [data-lucide] {
  width: 18px; height: 18px;
  stroke: var(--aubergine);
}
.contact-ch__icon [data-lucide] {
  width: 22px; height: 22px;
}
.contact-ch__icon--green  [data-lucide] { stroke: #16A34A; }
.contact-ch__icon--purple [data-lucide] { stroke: var(--aubergine); }
.contact-ch__icon--pink   [data-lucide] { stroke: #BE123C; }
.contact-ch__icon--orange [data-lucide] { stroke: var(--honey); }
.insta-placeholder [data-lucide] {
  width: 28px; height: 28px;
  stroke: rgba(250,245,232,0.22);
}
.footer__contact-item [data-lucide] {
  width: 14px; height: 14px;
  stroke: var(--rose);
  flex-shrink: 0;
  margin-top: 3px;
}
.urgency-bar [data-lucide] {
  width: 13px; height: 13px;
  display: inline-block;
  vertical-align: middle;
  stroke: var(--chocolate);
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.nav__icon-btn [data-lucide] {
  width: 16px; height: 16px;
}
.footer__social-link [data-lucide] {
  width: 15px; height: 15px;
  fill: currentColor;
  stroke: none;
}
.polaroid-card__link [data-lucide] {
  width: 12px; height: 12px;
  stroke: currentColor;
  flex-shrink: 0;
}

/* ---------- Grain Overlay ---------- */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9997;
  opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 300px;
}

/* ---------- Typography Scale ---------- */
.font-display  { font-family: 'Abril Fatface', serif; }
.font-heading  { font-family: 'Cormorant Garamond', serif; }
.font-body     { font-family: 'Lora', serif; }
.font-mono     { font-family: 'DM Mono', monospace; }

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.05;
  font-weight: 600;
}
h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2.2rem, 4.5vw, 4rem); }
h3 { font-size: clamp(1.5rem, 2.5vw, 2.2rem); }

/* ---------- Eyebrow Labels ---------- */
.label {
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--mauve);
}
.label::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}
.label--cream { color: rgba(250,245,232,0.6); }
.label--cream::before { background: var(--honey-light); opacity: 0.6; }
.label--honey { color: var(--honey-light); }
.label--honey::before { background: var(--honey-light); }

/* ---------- Layout ---------- */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}
.section {
  padding: var(--section-pad) 0;
}

/* ---------- Scroll Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.75s var(--ease-out), transform 0.75s var(--ease-out);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-up { opacity: 0; transform: translateY(40px); transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); }
.reveal-up.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.08s; }
.d2 { transition-delay: 0.18s; }
.d3 { transition-delay: 0.28s; }
.d4 { transition-delay: 0.38s; }

/* ============================================================
   WAVY DIVIDERS
   ============================================================ */
.wave {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.wave svg {
  display: block;
  width: 100%;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: background 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out), height 0.3s var(--ease-out), backdrop-filter 0.45s;
}
.nav.scrolled {
  background: rgba(250,245,232,0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 var(--border), var(--shadow-warm-sm);
  height: 64px;
}
.nav--dark { background: var(--aubergine); }
.nav--dark.scrolled { background: rgba(62,30,53,0.97); }

.nav__inner {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.nav__logo img {
  height: 44px;
  width: auto;
  transition: height 0.3s var(--ease-out);
  border-radius: var(--r-sm);
}
.nav.scrolled .nav__logo img { height: 38px; }

.nav__links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav__link {
  font-family: 'DM Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  position: relative;
  padding-bottom: 2px;
}
.nav__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--honey);
  transition: width 0.35s var(--ease-out);
}
.nav__link:hover::after, .nav__link.active::after { width: 100%; }
.nav--dark .nav__link { color: rgba(250,245,232,0.8); }
.nav--dark .nav__link:hover { color: var(--cream); }

.nav__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav__icon-btn {
  width: 38px; height: 38px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(26,14,8,0.06);
  color: var(--text);
  transition: background var(--t), color var(--t), transform 0.2s var(--ease-spring);
}
.nav__icon-btn:hover { background: var(--aubergine); color: var(--cream); transform: translateY(-2px); }
.nav--dark .nav__icon-btn { background: rgba(250,245,232,0.12); color: var(--cream); }
.nav--dark .nav__icon-btn:hover { background: var(--honey); color: var(--chocolate); }
.nav__icon-btn svg { width: 16px; height: 16px; fill: currentColor; }

.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: none;
  padding: 4px;
}
.nav__hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--text);
  transition: transform 0.3s var(--ease-out), opacity 0.3s;
}
.nav--dark .nav__hamburger span { background: var(--cream); }
.nav__hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__hamburger.open span:nth-child(2) { opacity: 0; }
.nav__hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.nav__mobile {
  display: none;
  position: fixed;
  top: var(--nav-h);
  left: 0; right: 0;
  background: var(--cream);
  padding: 28px var(--pad-x) 36px;
  transform: translateY(-16px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s var(--ease-out), opacity 0.4s;
  z-index: 999;
  border-bottom: 1px solid var(--border);
}
.nav__mobile.open { transform: translateY(0); opacity: 1; pointer-events: all; }
.nav__mobile-link {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 500;
  font-style: italic;
  color: var(--text);
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  transition: color var(--t), padding-left var(--t);
}
.nav__mobile-link:hover { color: var(--mauve); padding-left: 12px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 55% 45%;
  position: relative;
  overflow: hidden;
}

/* Left panel: cream */
.hero__panel-text {
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--nav-h) + 60px) var(--pad-x) 80px;
  position: relative;
  overflow: hidden;
}

/* Giant watermark "DORI" behind text */
.hero__watermark {
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translateY(-55%);
  font-family: 'Abril Fatface', serif;
  font-size: 30vw;
  line-height: 1;
  color: var(--aubergine);
  opacity: 0.04;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.hero__label {
  margin-bottom: 28px;
  position: relative;
}

.hero__title {
  font-family: 'Abril Fatface', serif;
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--chocolate);
  margin-bottom: 32px;
  position: relative;
}
.hero__title em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--mauve);
  font-size: 1.15em;
  display: block;
  letter-spacing: 0;
}

.hero__sub {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--text-muted);
  max-width: 440px;
  margin-bottom: 44px;
  position: relative;
}

.hero__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
}

.hero__scroll-hint {
  position: absolute;
  bottom: 36px;
  left: var(--pad-x);
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  opacity: 0.5;
}
.hero__scroll-line {
  width: 40px; height: 1px;
  background: var(--text-muted);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { width: 40px; opacity: 0.5; }
  50% { width: 64px; opacity: 1; }
}

/* Right panel: aubergine */
.hero__panel-image {
  background: var(--aubergine);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/* Decorative radial glow */
.hero__panel-image::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding-top: 80%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(207, 133, 36, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.hero__img-frame {
  position: relative;
  width: min(480px, 78%);
  aspect-ratio: 3/4;
  border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(201,138,125,0.3) 0%, rgba(62,30,53,0.6) 100%);
  border: 1px solid rgba(250,245,232,0.12);
  box-shadow: 0 40px 120px rgba(26,14,8,0.5), 0 0 0 1px rgba(250,245,232,0.08);
}
.hero__img-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero__img-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 16px;
  color: rgba(250,245,232,0.35);
  font-family: 'DM Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 32px;
}
.hero__img-placeholder svg { width: 52px; height: 52px; opacity: 0.3; }

/* Floating credential badges */
.hero__badge {
  position: absolute;
  background: rgba(250,245,232,0.95);
  backdrop-filter: blur(12px);
  border-radius: var(--r-md);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow-warm-md);
  white-space: nowrap;
}
.hero__badge--tl { top: 20%; left: -6%; animation: floatA 7s ease-in-out infinite; }
.hero__badge--br { bottom: 22%; right: -4%; animation: floatB 7s ease-in-out infinite 2s; }
@keyframes floatA {
  0%, 100% { transform: translateY(0) rotate(-1.5deg); }
  50% { transform: translateY(-10px) rotate(-1.5deg); }
}
@keyframes floatB {
  0%, 100% { transform: translateY(0) rotate(1.5deg); }
  50% { transform: translateY(-8px) rotate(1.5deg); }
}
.hero__badge-icon {
  width: 38px; height: 38px;
  border-radius: var(--r-sm);
  background: var(--vanilla);
  display: flex; align-items: center; justify-content: center;
}
.hero__badge-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--chocolate);
  line-height: 1.1;
}
.hero__badge-label {
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  text-transform: uppercase;
}

/* Decorative dots pattern on right panel */
.hero__dots {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  opacity: 0.2;
}
.hero__dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--cream);
}

/* ============================================================
   MARQUEE / TICKER
   ============================================================ */
.marquee-bar {
  background: var(--aubergine);
  padding: 18px 0;
  overflow: hidden;
  position: relative;
}
.marquee-bar::before,
.marquee-bar::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.marquee-bar::before { left: 0; background: linear-gradient(90deg, var(--aubergine), transparent); }
.marquee-bar::after { right: 0; background: linear-gradient(-90deg, var(--aubergine), transparent); }

.marquee-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: marqueeScroll 30s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }

@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 32px;
  font-family: 'DM Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250,245,232,0.7);
  white-space: nowrap;
}
.marquee-sep {
  color: var(--honey-light);
  font-size: 0.6rem;
  flex-shrink: 0;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 34px;
  border-radius: var(--r-pill);
  font-family: 'DM Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: none;
  border: none;
  transition: transform 0.3s var(--ease-spring), box-shadow var(--t), background var(--t), color var(--t);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(-1px); }

.btn--primary {
  background: var(--aubergine);
  color: var(--cream);
  box-shadow: 0 4px 24px rgba(62,30,53,0.35);
}
.btn--primary:hover { background: var(--chocolate); box-shadow: 0 8px 40px rgba(62,30,53,0.45); }

.btn--honey {
  background: var(--honey);
  color: var(--chocolate);
  font-weight: 500;
  box-shadow: 0 4px 24px rgba(207,133,36,0.35);
}
.btn--honey:hover { background: var(--honey-light); box-shadow: 0 8px 40px rgba(207,133,36,0.4); }

.btn--outline {
  background: transparent;
  color: var(--aubergine);
  border: 1.5px solid var(--aubergine);
}
.btn--outline:hover { background: var(--aubergine); color: var(--cream); }

.btn--outline-cream {
  background: transparent;
  color: var(--cream);
  border: 1.5px solid rgba(250,245,232,0.4);
}
.btn--outline-cream:hover { background: rgba(250,245,232,0.12); border-color: rgba(250,245,232,0.7); }

.btn--whatsapp {
  background: #22C55E;
  color: var(--white);
  box-shadow: 0 4px 24px rgba(34,197,94,0.35);
}
.btn--whatsapp:hover { background: #16A34A; box-shadow: 0 8px 40px rgba(34,197,94,0.45); }

.btn--lg { padding: 20px 42px; font-size: 0.78rem; }
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ============================================================
   SECTION HEADER (centered)
   ============================================================ */
.section-header {
  text-align: center;
  margin-bottom: clamp(52px, 7vw, 96px);
}
.section-header .label { justify-content: center; margin-bottom: 24px; }
.section-header h2 { margin-bottom: 20px; }
.section-header p {
  font-size: 1.05rem;
  line-height: 1.82;
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto;
}
.section-header--light h2 { color: var(--cream); }
.section-header--light .label { color: var(--honey-light); }
.section-header--light .label::before { background: var(--honey-light); }
.section-header--light p { color: rgba(250,245,232,0.6); }

/* ============================================================
   CARDÁPIO — Polaroid Cards
   ============================================================ */
.cardapio {
  background: var(--cream);
  position: relative;
}

.polaroid-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: start;
  padding: 24px 12px 48px;
}

.polaroid-card {
  background: var(--white);
  border-radius: 3px;
  overflow: visible;
  cursor: none;
  position: relative;
  box-shadow:
    0 1px 2px rgba(26,14,8,0.1),
    0 8px 32px rgba(26,14,8,0.12),
    0 2px 4px rgba(26,14,8,0.06);
  transition: transform 0.45s var(--ease-spring), box-shadow 0.45s var(--ease-out), z-index 0s;
  will-change: transform;
}

.polaroid-card:nth-child(1) { transform: rotate(-2.5deg); margin-top: 20px; }
.polaroid-card:nth-child(2) { transform: rotate(1.8deg); }
.polaroid-card:nth-child(3) { transform: rotate(-1.2deg); margin-top: 32px; }
.polaroid-card:nth-child(4) { transform: rotate(2.5deg); margin-top: 12px; }

.polaroid-card:hover {
  transform: rotate(0deg) translateY(-16px) scale(1.02);
  box-shadow: 0 32px 80px rgba(26,14,8,0.22), 0 2px 8px rgba(26,14,8,0.1);
  z-index: 10;
}

.polaroid-card__photo {
  aspect-ratio: 4/3;
  background: linear-gradient(140deg, var(--vanilla) 0%, var(--parchment) 100%);
  position: relative;
  overflow: hidden;
  margin: 10px 10px 0;
  border-radius: 2px;
}
.polaroid-card__photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}
.polaroid-card:hover .polaroid-card__photo img { transform: scale(1.06); }

.polaroid-card__photo-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 10px;
  color: rgba(26,14,8,0.2);
  font-size: 0.7rem;
  font-family: 'DM Mono', monospace;
  letter-spacing: 0.1em;
  text-align: center;
}
.polaroid-card__photo-placeholder span { font-size: 2.2rem; }

.polaroid-card__tag {
  position: absolute;
  top: 10px; right: 10px;
  background: rgba(250,245,232,0.92);
  backdrop-filter: blur(8px);
  border-radius: var(--r-pill);
  padding: 4px 10px;
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mauve);
}

.polaroid-card__caption {
  padding: 18px 14px 20px;
}
.polaroid-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  font-style: italic;
  color: var(--chocolate);
  margin-bottom: 6px;
  line-height: 1.2;
}
.polaroid-card__desc {
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 14px;
}
.polaroid-card__link {
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mauve);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap var(--t), color var(--t);
}
.polaroid-card__link:hover { gap: 10px; color: var(--aubergine); }
.polaroid-card__link svg { width: 12px; height: 12px; }

/* Pin decoration */
.polaroid-card::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, var(--honey-light), var(--honey));
  box-shadow: 0 2px 6px rgba(26,14,8,0.25);
}

.cardapio-footer {
  text-align: center;
  padding-top: 16px;
}

/* ============================================================
   SOBRE A DORI
   ============================================================ */
.sobre {
  background: var(--vanilla);
  position: relative;
  overflow: hidden;
}

.sobre__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
}

.sobre__image-wrap {
  position: relative;
}
.sobre__image {
  aspect-ratio: 4/5;
  border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
  overflow: hidden;
  background: linear-gradient(160deg, var(--parchment) 0%, var(--rose) 100%);
  position: relative;
}
.sobre__image img { width: 100%; height: 100%; object-fit: cover; }
.sobre__image-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 14px;
  color: rgba(255,255,255,0.5);
  font-family: 'DM Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-align: center;
}
/* Decorative ring around image */
.sobre__image-wrap::before {
  content: '';
  position: absolute;
  inset: -16px;
  border-radius: inherit;
  border: 1.5px dashed var(--parchment);
  border-radius: 42% 58% 52% 48% / 42% 42% 58% 58%;
  animation: rotateRing 20s linear infinite;
  pointer-events: none;
}
@keyframes rotateRing {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.sobre__image-wrap::after {
  content: '';
  position: absolute;
  inset: -32px;
  border-radius: inherit;
  border: 1px dashed var(--parchment);
  border-radius: 44% 56% 54% 46% / 44% 44% 56% 56%;
  animation: rotateRing 30s linear infinite reverse;
  pointer-events: none;
  opacity: 0.5;
}

/* Credential pills */
.sobre__pills {
  position: absolute;
  bottom: -20px;
  right: -20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sobre__pill {
  background: var(--white);
  border-radius: var(--r-md);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--shadow-warm-md);
  white-space: nowrap;
}
.sobre__pill-icon { display: flex; align-items: center; justify-content: center; }
.sobre__pill-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--chocolate);
}
.sobre__pill-sub {
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  text-transform: uppercase;
  display: block;
}

.sobre__content .label { margin-bottom: 24px; }
.sobre__content h2 {
  margin-bottom: 28px;
  font-style: italic;
}
.sobre__content h2 strong {
  font-style: normal;
  font-weight: 700;
  color: var(--mauve);
}
.sobre__text {
  font-size: 1rem;
  line-height: 1.88;
  color: var(--text-muted);
  margin-bottom: 22px;
}
.sobre__text em { font-style: italic; color: var(--mauve); }

.sobre__quote {
  border-left: 3px solid var(--rose);
  padding-left: 24px;
  margin: 36px 0;
}
.sobre__quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  color: var(--aubergine);
}

/* ============================================================
   DIFERENCIAIS — Numbered Cards
   ============================================================ */
.diferenciais {
  background: var(--cream);
  overflow: hidden;
}

.diferenciais-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
}

.dif-card {
  background: var(--cream);
  padding: clamp(36px, 4vw, 56px);
  position: relative;
  overflow: hidden;
  transition: background var(--t);
}
.dif-card:hover { background: var(--vanilla); }

.dif-card__num {
  position: absolute;
  top: -20px;
  right: -10px;
  font-family: 'Abril Fatface', serif;
  font-size: 9rem;
  line-height: 1;
  color: var(--aubergine);
  opacity: 0.05;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.4s;
}
.dif-card:hover .dif-card__num { opacity: 0.09; }

.dif-card__icon {
  width: 52px; height: 52px;
  border-radius: var(--r-md);
  background: var(--vanilla);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
  transition: background var(--t), transform 0.3s var(--ease-spring);
}
.dif-card:hover .dif-card__icon { background: var(--parchment); transform: scale(1.1) rotate(-3deg); }

.dif-card__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 600;
  font-style: italic;
  color: var(--chocolate);
  margin-bottom: 12px;
  position: relative;
}
.dif-card__text {
  font-size: 0.92rem;
  line-height: 1.78;
  color: var(--text-muted);
  position: relative;
}

/* ============================================================
   INSTAGRAM
   ============================================================ */
.instagram {
  background: var(--chocolate);
  position: relative;
  overflow: hidden;
}
.instagram::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; padding-top: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(207,133,36,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.instagram .section-header { position: relative; }

.insta-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
}
.insta-item {
  border-radius: var(--r-md);
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  position: relative;
  cursor: none;
  transition: transform 0.35s var(--ease-spring), box-shadow 0.35s;
}
.insta-item:hover { transform: scale(1.02); box-shadow: 0 20px 60px rgba(26,14,8,0.5); }
.insta-item--big { grid-row: span 2; aspect-ratio: auto; }
.insta-item--sm { aspect-ratio: 1; }
.insta-item img { width: 100%; height: 100%; object-fit: cover; }
.insta-item__overlay {
  position: absolute; inset: 0;
  background: rgba(62,30,53,0.6);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.insta-item:hover .insta-item__overlay { opacity: 1; }
.insta-item__overlay svg { width: 28px; height: 28px; fill: white; }
.insta-placeholder {
  width: 100%; height: 100%; min-height: 160px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 8px;
  color: rgba(250,245,232,0.2);
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.insta-placeholder span { font-size: 1.8rem; opacity: 0.3; }

/* Behold.so widget container */
.behold-wrap {
  margin: 0 0 40px;
  border-radius: var(--r-md);
  overflow: hidden;
}
.behold-wrap behold-widget {
  --behold-font-family: 'Lora', serif;
  --behold-border-radius: 8px;
  --behold-gap: 10px;
  display: block;
}

.insta-footer {
  text-align: center;
  margin-top: 48px;
}

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.depoimentos {
  background: var(--vanilla);
  position: relative;
  overflow: hidden;
}
.depoimentos::before {
  content: '"';
  position: absolute;
  top: -40px; left: -20px;
  font-family: 'Abril Fatface', serif;
  font-size: 35vw;
  color: var(--aubergine);
  opacity: 0.025;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.testimonials-wrap {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 24px;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: var(--rose) transparent;
}
.testimonials-wrap:active { cursor: grabbing; }
.testimonials-wrap::-webkit-scrollbar { height: 3px; }
.testimonials-wrap::-webkit-scrollbar-thumb { background: var(--rose); border-radius: 3px; }

.t-card {
  flex: 0 0 min(440px, 85vw);
  scroll-snap-align: start;
  background: var(--white);
  border-radius: var(--r-lg);
  padding: clamp(32px, 4vw, 48px);
  border: 1px solid var(--border);
  position: relative;
}
.t-card__quote-mark {
  font-family: 'Abril Fatface', serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--rose);
  opacity: 0.35;
  margin-bottom: -16px;
  display: block;
}
.t-card__stars {
  display: flex; gap: 3px;
  margin-bottom: 20px;
}
.t-card__stars span { color: var(--honey); font-size: 1rem; }
.t-card__text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.65;
  color: var(--chocolate);
  margin-bottom: 28px;
}
.t-card__author {
  display: flex; align-items: center; gap: 14px;
}
.t-card__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--aubergine), var(--rose));
  display: flex; align-items: center; justify-content: center;
  color: white;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 700;
  flex-shrink: 0;
}
.t-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--chocolate);
}
.t-card__meta {
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-top: 2px;
}
.dep-footer {
  text-align: center;
  margin-top: 44px;
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--aubergine);
  position: relative;
  overflow: hidden;
  padding: var(--section-pad) 0;
}
.cta-banner::before {
  content: 'DORI';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Abril Fatface', serif;
  font-size: 28vw;
  color: rgba(250,245,232,0.03);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.cta-banner__inner {
  position: relative;
  text-align: center;
}
.cta-banner__inner .label { justify-content: center; margin-bottom: 24px; color: var(--honey-light); }
.cta-banner__inner .label::before { background: var(--honey-light); }
.cta-banner h2 {
  color: var(--cream);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-style: italic;
  margin-bottom: 24px;
}
.cta-banner h2 strong { font-style: normal; color: var(--honey-light); }
.cta-banner__sub {
  color: rgba(250,245,232,0.65);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto 48px;
}
.cta-banner__btns {
  display: flex; gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-banner__note {
  margin-top: 24px;
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(250,245,232,0.35);
}

/* ============================================================
   FLOAT WHATSAPP
   ============================================================ */
.float-wa {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 900;
  display: flex;
  align-items: center;
  gap: 12px;
}
.float-wa__btn {
  width: 56px; height: 56px;
  background: #22C55E;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 24px rgba(34,197,94,0.45);
  transition: transform 0.3s var(--ease-spring), box-shadow var(--t);
}
.float-wa__btn:hover { transform: scale(1.1) translateY(-3px); box-shadow: 0 8px 40px rgba(34,197,94,0.55); }
.float-wa__btn svg { width: 26px; height: 26px; fill: white; }
.float-wa__label {
  background: var(--chocolate);
  color: var(--cream);
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  padding: 10px 16px;
  border-radius: var(--r-pill);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}
.float-wa:hover .float-wa__label { opacity: 1; transform: translateX(0); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--chocolate);
  padding: 80px 0 36px;
  color: rgba(250,245,232,0.65);
}
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 60px;
}
.footer__logo img {
  height: 44px; width: auto;
  margin-bottom: 20px;
  border-radius: var(--r-sm);
}
.footer__brand-text {
  font-size: 0.88rem;
  line-height: 1.8;
  color: rgba(250,245,232,0.45);
  max-width: 280px;
  margin-bottom: 28px;
}
.footer__social {
  display: flex; gap: 10px;
}
.footer__social-link {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(250,245,232,0.06);
  display: flex; align-items: center; justify-content: center;
  color: rgba(250,245,232,0.5);
  transition: background var(--t), color var(--t), transform 0.3s var(--ease-spring);
}
.footer__social-link:hover {
  background: var(--aubergine);
  color: var(--cream);
  transform: translateY(-3px);
}
.footer__social-link svg { width: 15px; height: 15px; fill: currentColor; }

.footer__col-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer__links { display: flex; flex-direction: column; gap: 12px; }
.footer__link {
  font-size: 0.875rem;
  color: rgba(250,245,232,0.45);
  transition: color var(--t), padding-left var(--t);
}
.footer__link:hover { color: var(--honey-light); padding-left: 6px; }

.footer__contact-item {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.875rem;
  color: rgba(250,245,232,0.45);
  margin-bottom: 14px;
  line-height: 1.6;
}
.footer__contact-item svg { width: 14px; height: 14px; fill: var(--rose); flex-shrink: 0; margin-top: 3px; }

.footer__bottom {
  border-top: 1px solid rgba(250,245,232,0.07);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer__copy {
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: rgba(250,245,232,0.25);
}
.footer__copy a { color: var(--honey-light); transition: opacity 0.2s; }
.footer__copy a:hover { opacity: 0.7; }

/* ============================================================
   PAGE HEADER (inner pages)
   ============================================================ */
.page-hero {
  background: var(--aubergine);
  min-height: 50vh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--nav-h) + 80px) 0 clamp(60px, 8vw, 100px);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 30%, rgba(207,133,36,0.15) 0%, transparent 60%);
}
.page-hero::after {
  content: attr(data-word);
  position: absolute;
  right: -2%;
  bottom: -10%;
  font-family: 'Abril Fatface', serif;
  font-size: 28vw;
  color: rgba(250,245,232,0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.page-hero__inner { position: relative; }
.page-hero .label { margin-bottom: 20px; }
.page-hero h1 { color: var(--cream); font-style: italic; font-size: clamp(3rem, 6vw, 5.5rem); }
.page-hero__sub {
  color: rgba(250,245,232,0.65);
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 540px;
  margin-top: 20px;
}

/* ============================================================
   HISTORY PAGE
   ============================================================ */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(48px, 7vw, 100px);
  align-items: start;
}
.story-img {
  position: sticky;
  top: calc(var(--nav-h) + 32px);
  border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: linear-gradient(160deg, var(--parchment) 0%, var(--rose) 100%);
}
.story-img img { width: 100%; height: 100%; object-fit: cover; }
.story-img-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 14px;
  color: rgba(255,255,255,0.4);
  font-family: 'DM Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.story-content h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-style: italic;
  margin-bottom: 28px;
  color: var(--chocolate);
}
.story-content h2 em { color: var(--mauve); font-style: normal; }
.story-p {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.story-p em { font-style: italic; color: var(--mauve); }
.story-blockquote {
  border-left: 3px solid var(--rose);
  padding: 20px 24px;
  margin: 36px 0;
  background: var(--vanilla);
  border-radius: 0 var(--r-md) var(--r-md) 0;
}
.story-blockquote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-style: italic;
  color: var(--aubergine);
  line-height: 1.55;
}

/* Timeline */
.timeline {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 20px;
  width: 1px;
  background: linear-gradient(180deg, var(--aubergine) 0%, var(--rose) 100%);
}
.t-item { position: relative; padding: 0 0 52px 64px; }
.t-item:last-child { padding-bottom: 0; }
.t-dot {
  position: absolute;
  left: 13px; top: 4px;
  width: 15px; height: 15px;
  border-radius: 50%;
  background: var(--cream);
  border: 2.5px solid var(--aubergine);
  z-index: 1;
}
.t-dot--gold { background: var(--honey); border-color: var(--honey); }
.t-era {
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mauve);
  margin-bottom: 8px;
}
.t-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  color: var(--chocolate);
  margin-bottom: 10px;
}
.t-text { font-size: 0.9rem; line-height: 1.78; color: var(--text-muted); }

/* Credentials grid */
.cred-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.cred-card {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  border: 1px solid var(--border);
  transition: transform 0.3s var(--ease-spring), box-shadow 0.3s, border-color 0.3s;
}
.cred-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-warm-sm); border-color: rgba(62,30,53,0.2); }
.cred-num {
  font-family: 'Abril Fatface', serif;
  font-size: 2.5rem;
  color: var(--rose);
  opacity: 0.5;
  margin-bottom: 12px;
  line-height: 1;
}
.cred-title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 700; font-style: italic; color: var(--chocolate); margin-bottom: 8px; }
.cred-text { font-size: 0.83rem; line-height: 1.7; color: var(--text-muted); }

/* Story CTA */
.story-cta-box {
  background: var(--vanilla);
  border-radius: var(--r-xl);
  padding: clamp(40px, 5vw, 72px);
  text-align: center;
}
.story-cta-box h2 { margin-bottom: 16px; font-style: italic; }
.story-cta-box p { color: var(--text-muted); font-size: 1rem; line-height: 1.78; margin-bottom: 36px; }
.story-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.contact-label { margin-bottom: 20px; }
.contact-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  font-style: italic;
  color: var(--chocolate);
  margin-bottom: 10px;
}
.contact-title strong { font-style: normal; color: var(--mauve); }
.contact-sub { font-size: 0.95rem; line-height: 1.78; color: var(--text-muted); margin-bottom: 40px; }

.contact-ch {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 22px;
  background: var(--white);
  border-radius: var(--r-md);
  border: 1px solid var(--border);
  margin-bottom: 10px;
  transition: transform 0.3s var(--ease-spring), box-shadow 0.3s, border-color 0.3s;
  color: inherit;
}
.contact-ch:hover { transform: translateX(8px); box-shadow: var(--shadow-warm-sm); border-color: rgba(62,30,53,0.2); }
.contact-ch__icon {
  width: 46px; height: 46px;
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-ch__icon--purple { background: rgba(62,30,53,0.07); }
.contact-ch__icon--green { background: #DCFCE7; }
.contact-ch__icon--pink { background: #FEE2E2; }
.contact-ch__icon--orange { background: #FEF3C7; }
.contact-ch__ch-label {
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 3px;
}
.contact-ch__value { font-size: 0.95rem; font-weight: 500; color: var(--chocolate); font-family: 'Lora', serif; }

/* Form */
.contact-form {
  background: var(--white);
  border-radius: var(--r-xl);
  padding: clamp(32px, 4vw, 52px);
  box-shadow: var(--shadow-warm-md);
  border: 1px solid var(--border);
}
.form-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: italic;
  color: var(--chocolate);
  margin-bottom: 6px;
}
.form-sub { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 32px; line-height: 1.65; }
.form-group { margin-bottom: 20px; }
.form-label {
  display: block;
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.form-control {
  width: 100%;
  padding: 14px 18px;
  border-radius: var(--r-sm);
  border: 1.5px solid var(--border);
  background: var(--cream);
  color: var(--text);
  font-family: 'Lora', serif;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  -webkit-appearance: none;
}
.form-control:focus {
  border-color: var(--aubergine);
  box-shadow: 0 0 0 3px rgba(62,30,53,0.1);
}
textarea.form-control { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-success {
  display: none;
  background: #DCFCE7;
  border: 1px solid #22C55E;
  border-radius: var(--r-sm);
  padding: 14px 18px;
  color: #15803D;
  font-size: 0.88rem;
  text-align: center;
  margin-top: 16px;
}
.form-success.show { display: block; }
.form-error {
  display: none;
  background: #FEF2F2;
  border: 1px solid #F87171;
  border-radius: var(--r-sm);
  padding: 14px 18px;
  color: #B91C1C;
  font-size: 0.88rem;
  text-align: center;
  margin-top: 16px;
}
.form-error.show { display: block; }

/* ============================================================
   PÁSCOA 2026
   ============================================================ */

/* --- Product card photo --- */
.pascoa-card__fig {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  flex-shrink: 0;
}
.pascoa-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s var(--ease-out);
}
.pascoa-card:hover .pascoa-card__img { transform: scale(1.06); }

/* Thinner shell stripe when image is present */
.pascoa-card__fig + .pascoa-card__shell { height: 3px; }

/* --- Tradicionais / Travessa: side-by-side layout --- */
.pascoa-trad-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: start;
}
.pascoa-trad-layout__img {
  border-radius: var(--r-xl);
  overflow: hidden;
  position: sticky;
  top: calc(var(--nav-h, 76px) + 24px);
}
.pascoa-trad-layout__img img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* --- Kit card photo --- */
.pascoa-kit-card__fig {
  width: calc(100% + 48px);
  margin: -28px -24px 20px;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  flex-shrink: 0;
}
.pascoa-kit-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s var(--ease-out);
}
.pascoa-kit-card:hover .pascoa-kit-card__img { transform: scale(1.06); }

/* --- Banner featured image (egg-shaped) --- */
.pascoa-banner__feature {
  width: 300px;
  aspect-ratio: 3/4;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 24px 64px rgba(26,14,8,0.45);
  position: relative;
}
.pascoa-banner__feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Subtle golden rim on the egg */
.pascoa-banner__feature::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid rgba(207,133,36,0.3);
  pointer-events: none;
}

/* --- Nav link highlight --- */
.nav__link--pascoa,
.nav__mobile-link--pascoa {
  color: var(--honey) !important;
  font-weight: 500;
}
.nav__link--pascoa::after { background: var(--honey) !important; }

/* --- Hero --- */
.pascoa-hero {
  background: var(--chocolate);
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: calc(var(--nav-h) + 80px) 0 clamp(60px, 8vw, 100px);
}
.pascoa-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(207,133,36,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 80%, rgba(62,30,53,0.6) 0%, transparent 50%);
}
.pascoa-hero__inner {
  position: relative;
  max-width: 760px;
}
.pascoa-hero h1 {
  font-family: 'Abril Fatface', serif;
  font-size: clamp(3.2rem, 7vw, 6rem);
  color: var(--cream);
  line-height: 1.05;
  margin: 20px 0 28px;
}
.pascoa-hero h1 em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--honey-light);
}
.pascoa-hero__sub {
  color: rgba(250,245,232,0.72);
  font-family: 'Lora', serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.75;
  margin-bottom: 40px;
}
.pascoa-hero__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.pascoa-hero__ctas .btn { display: inline-flex; align-items: center; gap: 8px; }
.pascoa-hero__prazo {
  font-family: 'DM Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: rgba(250,245,232,0.45);
  display: flex;
  align-items: center;
  gap: 8px;
}
.pascoa-hero__prazo [data-lucide] { width: 13px; height: 13px; stroke: var(--honey); }

/* Decorative CSS eggs */
.pascoa-egg {
  position: absolute;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  pointer-events: none;
}
.pascoa-egg--1 {
  width: 180px; height: 240px;
  background: linear-gradient(160deg, rgba(207,133,36,0.12), rgba(207,133,36,0.04));
  border: 1px solid rgba(207,133,36,0.15);
  top: 12%; right: 8%;
  transform: rotate(15deg);
}
.pascoa-egg--2 {
  width: 120px; height: 160px;
  background: linear-gradient(160deg, rgba(250,245,232,0.06), transparent);
  border: 1px solid rgba(250,245,232,0.08);
  top: 55%; right: 22%;
  transform: rotate(-8deg);
}
.pascoa-egg--3 {
  width: 80px; height: 106px;
  background: linear-gradient(160deg, rgba(207,133,36,0.08), transparent);
  border: 1px solid rgba(207,133,36,0.1);
  bottom: 15%; right: 5%;
  transform: rotate(25deg);
}
.pascoa-egg--4 {
  width: 260px; height: 350px;
  background: radial-gradient(ellipse at center, rgba(62,30,53,0.3) 0%, transparent 70%);
  top: -60px; right: -40px;
  transform: rotate(-10deg);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

/* --- Sections --- */
.pascoa-section { background: var(--cream); }
.pascoa-section--alt { background: var(--vanilla); }
.pascoa-section--dark {
  background: var(--aubergine);
  color: var(--cream);
}
.pascoa-section--dark h2 { color: var(--cream); }
.pascoa-section--dark h2 em { color: var(--honey-light); }

.pascoa-section-header {
  margin-bottom: clamp(40px, 5vw, 64px);
}
.pascoa-section-header h2 {
  font-family: 'Abril Fatface', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  color: var(--chocolate);
  line-height: 1.1;
  margin: 8px 0 16px;
}
.pascoa-section-header h2 em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--aubergine);
}
.pascoa-section-header p {
  font-family: 'Lora', serif;
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 540px;
}
.pascoa-section-header--light h2 { color: var(--cream); }
.pascoa-section-header--light p { color: rgba(250,245,232,0.65); }

.pascoa-num {
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--honey);
  display: block;
}
.pascoa-num--light { color: rgba(240,184,90,0.8); }

.pascoa-sub-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--aubergine);
  letter-spacing: 0.02em;
  margin: 0 0 24px;
}

/* --- Kits --- */
.pascoa-kits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
.pascoa-kit-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: box-shadow var(--t), transform var(--t);
}
.pascoa-kit-card:hover {
  box-shadow: var(--shadow-warm-sm);
  transform: translateY(-4px);
}
.pascoa-kit-card__top { margin-bottom: 12px; }
.pascoa-kit-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--chocolate);
  margin: 6px 0 2px;
}
.pascoa-kit-weight {
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
}
.pascoa-kit-desc {
  font-family: 'Lora', serif;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 20px;
}
.pascoa-kit-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}
.pascoa-kit-price {
  font-family: 'Abril Fatface', serif;
  font-size: 1.5rem;
  color: var(--chocolate);
}

/* --- Badges --- */
.pascoa-badge {
  display: inline-block;
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  margin-bottom: 8px;
}
.pascoa-badge--popular { background: var(--honey); color: var(--chocolate); }
.pascoa-badge--gift { background: var(--aubergine); color: var(--cream); }
.pascoa-badge--custom { background: var(--mauve); color: var(--cream); }

/* --- Product cards grid --- */
.pascoa-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
.pascoa-card {
  background: var(--white);
  border-radius: var(--r-lg);
  border: 1.5px solid var(--border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--t), transform var(--t);
}
.pascoa-card:hover {
  box-shadow: 0 16px 48px rgba(26,14,8,0.12);
  transform: translateY(-6px);
}
.pascoa-card--kids { border-color: var(--honey); }
.pascoa-card--highlight { border-color: var(--mauve); }

/* Shell color stripe (chocolate type indicator) */
.pascoa-card__shell {
  height: 6px;
  flex-shrink: 0;
}
.pascoa-card__shell--milk  { background: linear-gradient(90deg, #7B3F00, #A0522D); }
.pascoa-card__shell--white { background: linear-gradient(90deg, #F5E6D8, #E8D5C0); }
.pascoa-card__shell--gold  { background: linear-gradient(90deg, var(--honey), var(--honey-light)); }
.pascoa-card__shell--mix   { background: linear-gradient(90deg, #7B3F00 0%, #A0522D 40%, #F5E6D8 60%, #E8D5C0 100%); }

.pascoa-card__body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pascoa-card__cat {
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mauve);
  margin-bottom: 6px;
  display: block;
}
.pascoa-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--chocolate);
  line-height: 1.2;
  margin-bottom: 8px;
}
.pascoa-card__desc {
  font-family: 'Lora', serif;
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 16px;
}
.pascoa-card__prices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 16px;
  font-family: 'DM Mono', monospace;
  font-size: 0.8rem;
  color: var(--text-muted);
}
.pascoa-card__prices strong {
  color: var(--chocolate);
  font-size: 0.92rem;
}
.pascoa-card__btn {
  display: block;
  text-align: center;
  background: var(--aubergine);
  color: var(--cream);
  font-family: 'DM Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 11px 16px;
  border-radius: var(--r-sm);
  transition: background var(--t), transform 0.2s var(--ease-spring);
  margin-top: auto;
}
.pascoa-card__btn:hover {
  background: var(--mauve);
  transform: translateY(-2px);
}

/* --- Custom / DIY egg block --- */
.pascoa-custom {
  background: var(--aubergine);
  border-radius: var(--r-xl);
  padding: clamp(32px, 5vw, 60px);
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: center;
}
.pascoa-custom__content { text-align: left; min-width: 0; }
.pascoa-custom__photo {
  border-radius: 50% 50% 50% 50% / 55% 55% 45% 45%;
  overflow: hidden;
  box-shadow: 0 32px 72px rgba(0,0,0,0.45);
  flex-shrink: 0;
}
.pascoa-custom__photo img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.pascoa-custom__header { margin-bottom: 36px; }
.pascoa-custom__header h3 {
  font-family: 'Abril Fatface', serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: var(--cream);
  margin: 12px 0 10px;
}
.pascoa-custom__header p {
  font-family: 'Lora', serif;
  color: rgba(250,245,232,0.65);
  font-size: 1rem;
}
.pascoa-custom__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
  margin-bottom: 36px;
}
.pascoa-custom__col-title {
  font-family: 'DM Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--honey-light);
  margin-bottom: 12px;
}
.pascoa-custom__col-title em {
  font-family: 'Lora', serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.78rem;
  color: rgba(240,184,90,0.6);
}
.pascoa-custom__col ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pascoa-custom__col li {
  font-family: 'Lora', serif;
  font-size: 0.88rem;
  color: rgba(250,245,232,0.75);
  padding-left: 12px;
  position: relative;
}
.pascoa-custom__col li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--honey);
}
.pascoa-custom__prices {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.pascoa-custom__price-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: rgba(250,245,232,0.08);
  border: 1px solid rgba(250,245,232,0.15);
  border-radius: var(--r-md);
  padding: 16px 28px;
}
.pascoa-custom__price-size {
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: rgba(250,245,232,0.5);
  text-transform: uppercase;
}
.pascoa-custom__price-val {
  font-family: 'Abril Fatface', serif;
  font-size: 1.8rem;
  color: var(--honey-light);
}
.pascoa-custom .btn { display: inline-flex; align-items: center; gap: 8px; }

/* --- Traditional eggs table --- */
.pascoa-trad-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.pascoa-trad-col {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 28px 24px;
}
.pascoa-trad-col h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--chocolate);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.pascoa-trad-desc {
  font-family: 'Lora', serif;
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}
.pascoa-trad-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed var(--border);
  font-family: 'Lora', serif;
  font-size: 0.95rem;
  color: var(--text);
}
.pascoa-trad-row strong {
  font-family: 'DM Mono', monospace;
  font-size: 0.9rem;
  color: var(--aubergine);
}
.pascoa-trad-row--big {
  padding: 14px 0;
  font-size: 1.05rem;
}

/* --- Info cards (how to order) --- */
.pascoa-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
.pascoa-info-card {
  background: rgba(250,245,232,0.07);
  border: 1px solid rgba(250,245,232,0.12);
  border-radius: var(--r-md);
  padding: 24px 20px;
}
.pascoa-info-card [data-lucide] {
  width: 22px; height: 22px;
  stroke: var(--honey);
  margin-bottom: 14px;
}
.pascoa-info-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 8px;
}
.pascoa-info-card p {
  font-family: 'Lora', serif;
  font-size: 0.86rem;
  color: rgba(250,245,232,0.6);
  line-height: 1.65;
}
.pascoa-cta-final {
  text-align: center;
}
.pascoa-cta-final .btn { display: inline-flex; align-items: center; gap: 10px; }
.pascoa-cta-final__note {
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: rgba(250,245,232,0.35);
  margin-top: 16px;
}

/* --- Easter promo banner on index.html --- */
.pascoa-banner {
  background: var(--chocolate);
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 7vw, 80px) 0;
}
.pascoa-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(207,133,36,0.15) 0%, transparent 60%);
  pointer-events: none;
}
.pascoa-banner__egg {
  position: absolute;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  pointer-events: none;
}
.pascoa-banner__egg--a {
  width: 160px; height: 210px;
  background: rgba(207,133,36,0.08);
  border: 1px solid rgba(207,133,36,0.12);
  top: -30px; right: 6%;
  transform: rotate(12deg);
}
.pascoa-banner__egg--b {
  width: 90px; height: 120px;
  background: rgba(250,245,232,0.04);
  border: 1px solid rgba(250,245,232,0.06);
  bottom: -20px; right: 16%;
  transform: rotate(-6deg);
}
.pascoa-banner__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 48px;
  align-items: center;
}
.pascoa-banner__text .label { margin-bottom: 12px; }
.pascoa-banner__text h2 {
  font-family: 'Abril Fatface', serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: var(--cream);
  line-height: 1.1;
  margin-bottom: 14px;
}
.pascoa-banner__text h2 em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--honey-light);
}
.pascoa-banner__text p {
  font-family: 'Lora', serif;
  color: rgba(250,245,232,0.65);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 480px;
}
.pascoa-banner__ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  flex-shrink: 0;
}
.pascoa-banner__deadline {
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: rgba(250,245,232,0.35);
  text-align: center;
}

/* --- Buttons additions --- */
.btn--outline-cream {
  background: transparent;
  border: 1.5px solid rgba(250,245,232,0.4);
  color: var(--cream);
}
.btn--outline-cream:hover {
  background: rgba(250,245,232,0.1);
  border-color: var(--cream);
}

/* ============================================================
   URGENCY BAR
   ============================================================ */
.urgency-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1002;
  background: var(--honey);
  padding: 13px 0;
  text-align: center;
}
.urgency-bar p {
  font-family: 'DM Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--chocolate);
  font-weight: 500;
}
.urgency-bar a { color: var(--aubergine); text-decoration: underline; }

/* Pages with urgency bar: push nav + mobile menu down */
.has-urgency-bar .nav { top: var(--bar-h); }
.has-urgency-bar .nav__mobile { top: calc(var(--bar-h) + var(--nav-h)); }
.has-urgency-bar .page-hero { padding-top: calc(var(--bar-h) + var(--nav-h) + 80px); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__panel-text { padding-top: calc(var(--nav-h) + 48px); text-align: center; }
  .hero__sub { margin: 0 auto 40px; }
  .hero__ctas { justify-content: center; }
  .hero__scroll-hint { display: none; }
  .hero__panel-image { min-height: 480px; }
  .hero__badge--tl { top: 10%; left: 4%; }
  .hero__badge--br { bottom: 10%; right: 4%; }

  .polaroid-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .polaroid-card:nth-child(1), .polaroid-card:nth-child(2) { margin-top: 0; }
  .polaroid-card:nth-child(3), .polaroid-card:nth-child(4) { margin-top: 0; }

  .sobre__grid { grid-template-columns: 1fr; }
  .sobre__image-wrap { max-width: 420px; margin: 0 auto; }
  .sobre__pills { position: static; margin-top: 24px; flex-direction: row; flex-wrap: wrap; }
  .sobre__content { text-align: center; }
  .sobre__quote { text-align: left; }

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

  .insta-grid { grid-template-columns: 1fr 1fr; }
  .insta-item--big { grid-column: span 2; aspect-ratio: 2/1; }

  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__logo { grid-column: span 2; }

  .contact-grid { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .story-img { position: static; max-width: 420px; margin: 0 auto; }
  .cred-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav__links, .nav__actions { display: none; }
  .nav__hamburger { display: flex; }
  .nav__mobile { display: block; }

  .polaroid-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .polaroid-card:nth-child(1) { transform: rotate(-1.5deg); }
  .polaroid-card:nth-child(2) { transform: rotate(1deg); }
  .polaroid-card:nth-child(3) { transform: rotate(-1deg); }
  .polaroid-card:nth-child(4) { transform: rotate(1.5deg); }

  .insta-grid { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__logo { grid-column: auto; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .cred-grid { grid-template-columns: 1fr; }
  .diferenciais-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero__ctas { flex-direction: column; align-items: center; }
  .cta-banner__btns { flex-direction: column; align-items: center; }
  .story-cta-btns { flex-direction: column; align-items: center; }
  .polaroid-grid { grid-template-columns: 1fr; }
  .insta-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   PÁSCOA — RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .pascoa-kits { grid-template-columns: 1fr 1fr; }
  .pascoa-products-grid { grid-template-columns: 1fr 1fr; }
  .pascoa-info-grid { grid-template-columns: 1fr 1fr; }
  .pascoa-custom { grid-template-columns: 1fr 260px; gap: 32px; }
  .pascoa-custom__grid { grid-template-columns: 1fr 1fr; }
  .pascoa-banner__inner { grid-template-columns: 1fr auto; }
  .pascoa-banner__feature { width: 220px; }
  .pascoa-banner__ctas { align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
  .pascoa-banner__deadline { text-align: left; }
}

@media (max-width: 768px) {
  .pascoa-hero { min-height: auto; padding-top: calc(var(--nav-h) + 48px); }
  .pascoa-kits { grid-template-columns: 1fr; }
  .pascoa-products-grid { grid-template-columns: 1fr 1fr; }
  .pascoa-trad-grid { grid-template-columns: 1fr; }
  .pascoa-info-grid { grid-template-columns: 1fr; }
  .pascoa-custom { padding: 32px 20px; grid-template-columns: 1fr; overflow: hidden; }
  .pascoa-custom__photo { display: none; }
  .pascoa-custom__content { text-align: center; min-width: 0; width: 100%; }
  .pascoa-custom__grid { grid-template-columns: 1fr; }
  .pascoa-custom__col li { white-space: normal; overflow-wrap: break-word; }
  .pascoa-custom__prices { flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
  .pascoa-custom__price-item { width: 100%; max-width: 240px; }
  .pascoa-custom .btn { width: 100%; justify-content: center; white-space: normal; text-align: center; }
  .pascoa-hero__ctas { flex-direction: column; align-items: flex-start; }
  .pascoa-egg--1 { width: 100px; height: 134px; }
  .pascoa-egg--4 { display: none; }
  .pascoa-banner__inner { grid-template-columns: 1fr; }
  .pascoa-banner__feature { display: none; }
  .pascoa-trad-layout { grid-template-columns: 1fr; }
  .pascoa-trad-layout__img { position: static; }
}

@media (max-width: 480px) {
  .pascoa-banner__ctas { flex-direction: column; }
  .pascoa-kit-footer { flex-direction: column; align-items: flex-start; }
}
