/* ===========================================================
   Doce Felicidade — REDESIGN "Jornal da Padaria"
   Editorial · rústico-premium · LARANJA #F08A01 + BRANCO
   =========================================================== */
:root {
  --orange:      #f08a01;   /* sampled from logo.png */
  --orange-600:  #d97c00;
  --orange-700:  #b06300;
  --orange-tint: #fdf1df;
  --paper:       #fffdf8;   /* base */
  --cream:       #faf3e7;
  --cream-2:     #f3e8d5;
  --line:        #e8dcc6;
  --ink:         #2e2014;   /* deep warm brown */
  --ink-soft:    #624d3b;
  --maxw:        1240px;
  --serif: "Fraunces", "Georgia", serif;
  --sans:  "Instrument Sans", system-ui, -apple-system, sans-serif;
  --sh:    0 24px 60px -28px rgba(46, 32, 20, .45);
  --sh-sm: 0 10px 30px -16px rgba(46, 32, 20, .35);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scrollbar-width: thin; scrollbar-color: var(--orange) var(--cream); }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.68;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--orange); color: #fff; }

h1, h2, h3 { font-family: var(--serif); font-weight: 560; line-height: .98; letter-spacing: -0.022em; }
em.o { font-style: italic; color: var(--orange); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }
.sec { padding: clamp(72px, 10vw, 150px) 0; }
.sec--cream { background: var(--cream); }
.sec--rule { border-top: 1px solid var(--line); }

/* numbered editorial section head */
.sec-head { display: flex; align-items: baseline; gap: 18px; margin-bottom: clamp(36px, 5vw, 64px); }
.sec-head .no { font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: var(--orange); flex: none; }
.sec-head .rule { flex: 1; height: 1px; background: var(--line); align-self: center; }
.sec-head .lbl { font-size: .78rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: var(--ink-soft); flex: none; }
.sec-title { font-size: clamp(2.6rem, 6.4vw, 5rem); margin-bottom: clamp(20px, 3vw, 34px); }
.sec-title.center { text-align: center; }
.lead { color: var(--ink-soft); font-size: 1.12rem; max-width: 58ch; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: .98rem; letter-spacing: .01em;
  padding: 16px 28px; border-radius: 12px; cursor: pointer;
  border: 1.5px solid transparent; transition: transform .25s ease, box-shadow .25s ease, background .25s, color .25s, border-color .25s;
  white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; flex: none; }
.btn--primary { background: var(--orange); color: #fff; box-shadow: 0 14px 30px -12px rgba(240,138,1,.65); }
.btn--primary:hover { background: var(--orange-600); transform: translateY(-2px); }
.btn--ink { background: var(--ink); color: #fff; }
.btn--ink:hover { background: #000; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.btn--white { background: #fff; color: var(--orange-700); }
.btn--white:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -14px rgba(0,0,0,.4); }
.btn--lg { padding: 18px 34px; font-size: 1.05rem; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px clamp(18px, 3.4vw, 42px);
  transition: background .35s ease, box-shadow .35s ease;
}
.nav--solid { background: var(--paper); backdrop-filter: none; box-shadow: 0 1px 0 var(--line); }
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo img { height: 44px; width: auto; }
.nav-logo b { font-family: var(--serif); font-weight: 600; font-size: 1.12rem; letter-spacing: -.01em; }
.nav:not(.nav--solid) .nav-logo b,
.nav:not(.nav--solid) .nav-links a { color: #fff; text-shadow: 0 1px 14px rgba(0,0,0,.4); }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: 1; transition: color .2s; }
.nav-links a:hover { color: var(--orange); opacity: 1; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-cta .btn { padding: 12px 22px; font-size: .9rem; }
.nav-burger { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; z-index: 71; }
.nav-burger span { width: 26px; height: 2px; background: currentColor; color: var(--ink); border-radius: 2px; transition: .3s; }
.nav:not(.nav--solid) .nav-burger span { color: #fff; }

/* ---------- Cinematic scrub ---------- */
.cine { position: relative; background: var(--ink); }
.cine--hero { height: 460vh; }
.cine--push { height: 360vh; }
.cine .sticky { position: sticky; top: 0; height: 100vh; width: 100%; overflow: hidden; background: var(--ink); }
.cine canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.cine .scrim {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(20,12,5,.5) 0%, transparent 30%),
    linear-gradient(0deg, rgba(20,12,5,.72) 0%, transparent 46%);
}

/* hero copy — editorial, bottom-left */
.hero-copy {
  position: absolute; left: clamp(20px, 5vw, 64px); right: clamp(20px, 5vw, 64px);
  bottom: clamp(84px, 11vh, 120px); z-index: 10;
  display: grid; gap: 20px; justify-items: start; max-width: 880px;
  will-change: opacity, transform;
}
.hero-logo { height: clamp(70px, 9vw, 104px); width: auto; filter: drop-shadow(0 8px 22px rgba(0,0,0,.35)); }
.hero-kicker { color: #fff; font-size: .8rem; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; opacity: .92; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.hero-title {
  color: #fff; font-size: clamp(3rem, 9.6vw, 7.4rem); font-weight: 560;
  text-shadow: 0 8px 46px rgba(0,0,0,.55);
}
.hero-title em { font-style: italic; color: var(--orange); }
.hero-tag { color: rgba(255,255,255,.94); font-size: clamp(1.02rem, 2.2vw, 1.3rem); max-width: 42ch; text-shadow: 0 2px 18px rgba(0,0,0,.6); }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 6px; }

/* scrubbed lines (push section) */
.cine-overlay { position: absolute; inset: 0; z-index: 10; }
.reveal-line {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: max-content; max-width: 88vw; opacity: 0; color: #fff; text-align: center;
  font-family: var(--serif); font-weight: 560; font-size: clamp(2rem, 5.8vw, 4.4rem);
  letter-spacing: -.02em; text-shadow: 0 6px 40px rgba(0,0,0,.65); will-change: opacity, transform;
}
.reveal-line em { font-style: italic; color: var(--orange); }
.reveal-line small { display: block; font-family: var(--sans); font-weight: 600; font-size: .34em; letter-spacing: .24em; text-transform: uppercase; opacity: .9; margin-top: 16px; }

.scroll-hint {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 12;
  font-size: .7rem; font-weight: 700; letter-spacing: .34em; text-transform: uppercase;
  color: rgba(255,255,255,.85); transition: opacity .4s; animation: bob 1.9s ease-in-out infinite;
}
@keyframes bob { 0%,100%{ transform: translateX(-50%) translateY(0);} 50%{ transform: translateX(-50%) translateY(7px);} }
.cine .progress { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(255,255,255,.18); z-index: 12; }
.cine .progress-fill { height: 100%; width: 0; background: var(--orange); box-shadow: 0 0 16px rgba(240,138,1,.9); }

/* ---------- Scroll World — da terra ao sabor ---------- */
#scroll-world,
#scroll-world.sw-root {
  --sw-bg: var(--paper);
  --sw-ink: var(--ink);
  --sw-ink-soft: var(--ink-soft);
  --sw-accent: var(--orange);
  --sw-font-display: var(--serif);
  --sw-font-body: var(--sans);
  position: relative;
  isolation: isolate;
  background: var(--paper);
}
#scroll-world .sw-sky { background: var(--paper); }
#scroll-world .sw-copylayer::before {
  width: min(46vw, 650px);
  background: linear-gradient(90deg,
    rgba(255,253,248,.96) 0%,
    rgba(255,253,248,.84) 24%,
    rgba(255,253,248,.38) 48%,
    transparent 78%);
}
#scroll-world .sw-copy { width: min(40vw, 490px); }
#scroll-world .sw-copy__num { color: var(--orange-700); }
#scroll-world .sw-copy__eyebrow {
  font-family: var(--sans);
  color: var(--orange-700);
}
#scroll-world .sw-copy__title {
  font-family: var(--serif);
  font-weight: 560;
  letter-spacing: -.022em;
}
#scroll-world .sw-copy__body { color: var(--ink-soft); }
#scroll-world .sw-copy__tags li {
  color: var(--orange-700);
  background: rgba(240,138,1,.1);
  border-color: rgba(217,124,0,.24);
}
#scroll-world .sw-btn {
  border-radius: 12px;
  font-family: var(--sans);
  font-weight: 700;
}
#scroll-world .sw-btn--primary {
  background: var(--orange);
  box-shadow: 0 14px 30px -12px rgba(240,138,1,.58);
}
#scroll-world .sw-btn--ghost { border-color: rgba(46,32,20,.45); }
#scroll-world .sw-route__dot i,
#scroll-world .sw-route::before,
#scroll-world .sw-scrollbar span { background: var(--orange); }
#scroll-world .sw-route__label { display: none; }
#scroll-world .sw-hint { color: var(--ink-soft); }

/* The final source frame contains two generated fragments floating in empty
   space. Feather a small paper-coloured patch over that unused corner. */
#scroll-world .sw-scene--dive.sw-scene--section-3::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 36%;
  height: 29%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,253,248,0), rgba(255,253,248,.98) 18%, #fffdf8 42%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0 68%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0 68%, transparent 100%);
}
.sw-seo-fallback {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 120px clamp(20px,4vw,48px) 80px;
}
.sw-seo-fallback h1,
.sw-seo-fallback h2 { margin: 28px 0 12px; }
.sw-seo-fallback p { max-width: 64ch; color: var(--ink-soft); }

/* ---------- Scroll reveal ---------- */
.reveal,
.reveal.in { opacity: 1; transform: none; }
.reveal.d1,
.reveal.d2,
.reveal.d3 { transition-delay: 0s; }

/* ---------- Editorial split ---------- */
.ed-split { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(32px, 6vw, 84px); align-items: center; }
.ed-media { position: relative; }
.ed-media img, .ed-media .imgph { width: 100%; border-radius: 14px; box-shadow: var(--sh); }
.ed-media::before {
  content: ""; position: absolute; inset: -16px auto auto -16px; width: 46%; height: 46%;
  border-top: 2px solid var(--orange); border-left: 2px solid var(--orange); border-radius: 14px 0 0 0; pointer-events: none;
}
.ed-copy p + p { margin-top: 16px; }
/* ---------- Estrelas — menu cards ---------- */
.menu-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 36px); }
.mcard { position: relative; }
.mcard .ph { border-radius: 14px; overflow: hidden; box-shadow: var(--sh-sm); }
.mcard .ph img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.mcard:hover .ph img { transform: scale(1.05); }
.mcard .row { display: flex; align-items: baseline; gap: 12px; margin-top: 18px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.mcard .row h3 { font-size: clamp(1.5rem, 2.4vw, 1.9rem); }
.mcard .row .idx { font-family: var(--serif); font-style: italic; color: var(--orange); font-size: 1rem; }
.mcard .row .dots { flex: 1; border-bottom: 2px dotted var(--line); transform: translateY(-6px); }
.mcard .row .tag { font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--orange-700); }
.mcard p { margin-top: 12px; color: var(--ink-soft); font-size: .98rem; }
.origin-note {
  display: grid;
  grid-template-columns: minmax(150px,.55fr) minmax(0,1.7fr) auto;
  gap: clamp(18px,3vw,38px);
  align-items: center;
  margin-top: clamp(38px,5vw,60px);
  padding: clamp(22px,3vw,32px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.origin-note__label {
  color: var(--orange-700);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.origin-note h3 { font-family: var(--serif); font-size: clamp(1.35rem,2.4vw,1.8rem); margin-bottom: 6px; }
.origin-note p { color: var(--ink-soft); max-width: 68ch; }

/* ---------- Bolos secos ---------- */
.stamps { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 44px; }
.stamp {
  border: 1.5px dashed var(--orange); color: var(--ink); background: var(--paper);
  font-weight: 700; font-size: .9rem; padding: 11px 20px; border-radius: 8px;
}
.flavour-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.flavour {
  display: grid;
  gap: 3px;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--orange);
  border-radius: 10px;
  background: var(--paper);
}
.flavour strong { font-family: var(--serif); font-size: 1.08rem; }
.flavour span { color: var(--ink-soft); font-size: .88rem; line-height: 1.45; }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2.4vw, 28px); }
.duo .tile { aspect-ratio: auto; }
.tile { position: relative; border-radius: 14px; overflow: hidden; box-shadow: var(--sh-sm); cursor: pointer; background: var(--cream-2); }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.tile:hover img { transform: scale(1.05); }
.tile .cap {
  position: absolute; left: 12px; bottom: 12px; z-index: 2;
  background: rgba(255,253,248,.92); color: var(--ink); font-size: .72rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; padding: 7px 12px; border-radius: 8px;
  opacity: 1; transform: none; transition: background .2s;
}
.tile:hover .cap { background: var(--paper); }

/* ---------- Banda laranja (aniversário) ---------- */
.band { background: var(--orange); color: #fff; padding: clamp(64px, 8vw, 110px) 0; }
.band .sec-head .rule { background: rgba(255,255,255,.4); }
.band .sec-head .no, .band .sec-head .lbl { color: #fff; }
.band .sec-title { color: #fff; }
.band .sec-title em { color: var(--ink); font-style: italic; }
.band .lead { color: rgba(255,255,255,.92); }
.band-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.band .grid-3 { margin-top: 0; }

/* ---------- Grids ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2vw, 22px); }
.grid-3 .tile { aspect-ratio: 1/1; }
.grid-3--tall .tile { aspect-ratio: 3/4.4; } /* bolos de aniversário — fotos verticais */
.masonry { columns: 3; column-gap: 18px; }
.masonry .tile { display: inline-block; width: 100%; margin: 0 0 18px; break-inside: avoid; }

/* ---------- Testemunhos ---------- */
.quotes { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.6vw, 30px); }
.quote { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 40px 36px 30px; }
.quote::before { content: "“"; position: absolute; top: -6px; left: 24px; font-family: var(--serif); font-size: 5.4rem; line-height: 1; color: var(--orange); }
.quote p { font-family: var(--serif); font-style: italic; font-size: 1.16rem; line-height: 1.5; padding-top: 18px; }
.quote .who { margin-top: 20px; font-weight: 700; font-size: .95rem; display: flex; align-items: center; gap: 10px; }
.quote .who::before { content: ""; width: 26px; height: 2px; background: var(--orange); }
.quote .who span { font-weight: 500; color: var(--ink-soft); }

/* ---------- Placeholder de imagem (drop-in) ---------- */
.imgph { position: relative; background: repeating-linear-gradient(45deg, var(--cream-2) 0 14px, #eee0c8 14px 28px); display: grid; place-items: center; overflow: hidden; border-radius: 14px; }
.imgph > img { width: 100%; height: 100%; object-fit: cover; }
.imgph__fb { display: none; text-align: center; padding: 26px; color: var(--ink-soft); }
.imgph.is-missing > img { display: none; }
.imgph.is-missing .imgph__fb { display: grid; gap: 10px; justify-items: center; }
.imgph__name { font-weight: 800; color: var(--orange-700); font-size: 1rem; background: var(--paper); padding: 7px 16px; border-radius: 8px; border: 1.5px dashed var(--orange); }
.imgph__fb small { font-size: .82rem; max-width: 30ch; }
.tile.imgph { aspect-ratio: 1/1; }

/* ---------- About ---------- */
.about-media .imgph, .about-media img { aspect-ratio: 4/5; object-fit: cover; width: 100%; border-radius: 14px; box-shadow: var(--sh); }

/* ---------- Visite-nos ---------- */
.visit { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(24px, 4vw, 52px); align-items: stretch; }
.visit .info { display: flex; flex-direction: column; gap: 22px; }
.visit .addr { font-family: var(--serif); font-size: clamp(1.35rem, 2.4vw, 1.7rem); line-height: 1.35; }
.visit .addr b { color: var(--orange-700); }
.visit .exterior img, .visit .exterior .imgph { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 14px; box-shadow: var(--sh-sm); }
.visit .btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.visit .map-wrap { border-radius: 14px; overflow: hidden; box-shadow: var(--sh); min-height: 380px; }
.visit iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }

/* ===========================================================
   POST-SCROLL REBUILD
   A clear, readable shopfront after the cinematic experience.
   =========================================================== */
#scroll-world,
#scroll-world.sw-root { isolation: auto; }

.after-world {
  position: relative;
  z-index: 1;
  background: var(--paper);
}
.after-world section[id],
.after-world article[id] { scroll-margin-top: 88px; }
.after-world em { color: var(--orange-700); font-style: italic; }
.after-world p { color: var(--ink-soft); }

.eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--orange-700);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .22em;
  line-height: 1.3;
  text-transform: uppercase;
}
.section-intro {
  display: grid;
  gap: 0;
  max-width: 850px;
  margin-bottom: clamp(40px, 6vw, 72px);
}
.section-intro--compact { max-width: 740px; }
.section-intro h2,
.ingredient-story h2,
.dry-cakes h2,
.celebration h2,
.about h2,
.store-card h2 {
  font-size: clamp(2.55rem, 5.8vw, 5.25rem);
  line-height: .98;
}
.section-intro p {
  max-width: 64ch;
  margin-top: 24px;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}
.text-link,
.phone-link {
  display: inline-flex;
  width: fit-content;
  color: var(--orange-700);
  font-weight: 750;
  border-bottom: 1px solid currentColor;
}
.text-link:hover,
.phone-link:hover { color: var(--orange); }

/* Signature products */
.specialties { padding: clamp(82px, 10vw, 148px) 0 clamp(72px, 9vw, 132px); }
.signature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 30px);
}
.signature-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 20px 50px -38px rgba(46,32,20,.55);
}
.signature-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--cream-2);
}
.signature-card__body {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 2.8vw, 36px);
}
.product-number {
  margin-bottom: 20px;
  color: var(--orange-700);
  font: 700 .76rem/1 var(--sans);
  letter-spacing: .22em;
}
.signature-card h3 {
  margin-bottom: 18px;
  font-size: clamp(1.7rem, 2.8vw, 2.45rem);
  line-height: 1.04;
}
.signature-card p { font-size: .98rem; }
.availability {
  margin-top: auto;
  padding-top: 24px;
  color: var(--orange-700);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.order-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: clamp(24px, 3vw, 38px) 0 clamp(68px, 9vw, 126px);
  padding: clamp(24px, 3.2vw, 38px);
  background: var(--ink);
  border-radius: 20px;
}
.order-bar p { color: #f3e7d7; font-size: 1.02rem; }
.order-bar strong { color: #fff; }

.ingredient-story {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: stretch;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 24px;
}
.ingredient-story__image img {
  width: 100%;
  height: 100%;
  min-height: 530px;
  object-fit: cover;
}
.ingredient-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(34px, 6vw, 82px);
}
.ingredient-story__copy p { margin: 26px 0; font-size: 1.05rem; }

/* Dry cakes: the varieties are always readable */
.dry-cakes {
  padding: clamp(80px, 10vw, 144px) 0;
  color: #fff;
  background: var(--ink);
}
.dry-cakes__layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(38px, 7vw, 92px);
  align-items: center;
}
.dry-cakes__media { position: relative; }
.dry-cakes__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 22px;
}
.product-gallery {
  display: grid;
  gap: 10px;
  overflow: hidden;
  border-radius: 22px;
}
.product-gallery button {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  color: #fff;
  background: var(--cream-2);
  border: 0;
  cursor: zoom-in;
}
.product-gallery button::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(28,17,8,.78));
  pointer-events: none;
}
.product-gallery button img,
.dry-cakes__media .product-gallery button img,
.celebration__media .product-gallery button img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  transition: transform .55s ease;
}
.product-gallery button:hover img { transform: scale(1.035); }
.product-gallery button:focus-visible { outline: 3px solid #fff; outline-offset: -5px; }
.product-gallery button span {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 12px;
  left: 14px;
  color: #fff;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
}
.product-gallery--dry {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1.2fr .8fr;
  aspect-ratio: 4 / 5;
}
.product-gallery--dry .product-gallery__main { grid-column: 1 / -1; }
.product-gallery--cakes {
  grid-template-columns: 1.45fr .75fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  aspect-ratio: 4 / 5;
}
.product-gallery--cakes .product-gallery__main { grid-row: 1 / -1; }
.photo-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 13px 16px;
  color: var(--ink);
  background: rgba(255,253,248,.95);
  border-radius: 10px;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.dry-cakes__media .photo-label {
  position: static;
  display: block;
  margin-top: 12px;
  color: #e7d5c2;
  background: transparent;
  border: 1px solid rgba(255,255,255,.15);
}
.dry-cakes .eyebrow { color: #ffb143; }
.dry-cakes h2 { color: #fff; }
.dry-cakes h2 em { color: #ffb143; }
.dry-cakes__copy > p { margin: 26px 0 30px; color: #ddcdbd; }
.flavour-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}
.flavour-list li {
  display: grid;
  gap: 2px;
  min-height: 92px;
  align-content: center;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-left: 3px solid var(--orange);
  border-radius: 11px;
  background: rgba(255,255,255,.045);
}
.flavour-list strong { font-family: var(--serif); font-size: 1.1rem; }
.flavour-list span { color: #cdb8a3; font-size: .84rem; }

/* Celebration */
.celebration { padding: clamp(80px, 10vw, 142px) 0; background: var(--orange); }
.celebration__layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(38px, 7vw, 88px);
  align-items: center;
}
.celebration .eyebrow { color: #5b3200; }
.celebration h2 { color: #fff; }
.celebration h2 em { color: var(--ink); }
.celebration__copy > p { margin: 26px 0; color: #fff8ed; font-size: 1.05rem; }
.service-points { display: grid; gap: 0; margin: 6px 0 32px; list-style: none; }
.service-points li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(46,32,20,.24);
}
.service-points li:last-child { border-bottom: 1px solid rgba(46,32,20,.24); }
.service-points strong { color: var(--ink); }
.service-points span { color: #fff8ed; }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -18px rgba(46,32,20,.7); }
.celebration__media > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 28px 60px -28px rgba(46,32,20,.7);
}
.celebration__media p {
  margin-top: 14px;
  color: #593100;
  font-size: .86rem;
  font-weight: 700;
}

/* Trade */
.trade { padding: clamp(82px, 10vw, 146px) 0; background: var(--cream); }
.trade-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.trade-grid article {
  min-height: 250px;
  padding: clamp(26px, 3.2vw, 40px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
}
.trade-grid article > span { color: var(--orange-700); font-size: .76rem; font-weight: 800; letter-spacing: .18em; }
.trade-grid h3 { margin: 30px 0 14px; font-size: clamp(1.45rem, 2.3vw, 2rem); }
.trade-cta { display: flex; align-items: center; gap: 26px; margin-top: 34px; }

/* Facts */
.proof-band { padding: clamp(52px, 6vw, 78px) 0; color: #fff; background: var(--ink); }
.proof-band__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-band__grid > * {
  display: grid;
  gap: 12px;
  padding: 16px clamp(22px, 4vw, 50px);
  border-left: 1px solid rgba(255,255,255,.15);
}
.proof-band__grid > *:first-child { padding-left: 0; border-left: 0; }
.proof-band strong { color: var(--orange); font: 600 clamp(2.8rem, 5vw, 4.9rem)/1 var(--serif); }
.proof-band span { max-width: 23ch; color: #d6c4b1; font-size: .92rem; }

/* Gallery, captions never hidden */
.gallery { padding: clamp(82px, 10vw, 144px) 0; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(12px, 2vw, 22px);
}
.gallery-item {
  grid-column: span 4;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  cursor: pointer;
}
.gallery-item--wide { grid-column: span 6; }
.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .6s ease;
}
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption {
  padding: 16px 18px;
  color: var(--ink);
  background: #fff;
  font-weight: 750;
}

/* About */
.about { padding: clamp(82px, 10vw, 144px) 0; background: var(--cream); }
.about__layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(38px, 7vw, 90px);
  align-items: center;
}
.about__media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 22px;
}
.about__copy p { margin-top: 24px; font-size: 1.03rem; }

/* Ordering */
.ordering { padding: clamp(82px, 10vw, 142px) 0; }
.order-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
}
.order-steps li {
  min-height: 230px;
  padding: clamp(24px, 3vw, 38px);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 18px;
}
.order-steps li > span { display: block; margin-bottom: 38px; color: var(--orange-700); font-weight: 800; letter-spacing: .18em; }
.order-steps h3 { margin-bottom: 12px; font-size: 1.6rem; }
.order-steps p { font-size: .94rem; }
.ordering__cta { display: flex; justify-content: center; margin-top: 38px; }

/* Store: real photo and factual address */
.store { position: relative; padding-bottom: clamp(70px, 8vw, 110px); background: var(--cream); }
.store__photo img {
  width: 100%;
  height: clamp(480px, 62vw, 760px);
  object-fit: cover;
  object-position: center center;
}
.store__card-wrap { position: relative; margin-top: clamp(-170px, -13vw, -110px); }
.store-card {
  display: grid;
  max-width: 570px;
  gap: 18px;
  padding: clamp(30px, 5vw, 64px);
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--sh);
  font-style: normal;
}
.store-card .eyebrow { margin-bottom: 0; }
.store-card h2 { margin: 2px 0 12px; }
.store-card__name { color: var(--orange-700) !important; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.store-card p { font-size: 1.03rem; }
.store-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 8px; }
.store-hours { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.store-hours p { padding: 14px 16px; background: var(--cream); border: 1px solid var(--line); border-radius: 12px; font-size: .92rem; }
.text-link--light { display: block; margin-top: 20px; color: #fff; }

/* Footer */
.site-footer { padding: clamp(56px, 7vw, 88px) 0 28px; color: #e9dac9; background: #21150d; }
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr .8fr 1fr;
  gap: clamp(32px, 5vw, 74px);
  align-items: start;
}
.site-footer__brand { display: flex; gap: 18px; align-items: center; }
.site-footer__brand img { width: 66px; height: 66px; object-fit: contain; }
.site-footer__brand div { display: grid; gap: 3px; }
.site-footer__brand strong { color: #fff; font: 600 1.4rem/1.1 var(--serif); }
.site-footer__brand span { color: #bda993; font-size: .84rem; }
.site-footer__links,
.site-footer__contact { display: grid; gap: 10px; }
.site-footer a { color: #e9dac9; }
.site-footer a:hover { color: var(--orange); }
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 46px;
  padding-top: 22px;
  color: #a58f7a;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .8rem;
}

@media (max-width: 980px) {
  .signature-grid { grid-template-columns: 1fr; }
  .signature-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .signature-card > img { height: 100%; aspect-ratio: auto; }
  .signature-card__body { min-height: 280px; }
  .ingredient-story,
  .dry-cakes__layout,
  .celebration__layout,
  .about__layout { grid-template-columns: 1fr; }
  .ingredient-story__image img { min-height: 400px; max-height: 560px; }
  .dry-cakes__media { max-width: 650px; }
  .dry-cakes__media img,
  .celebration__media img { aspect-ratio: 16 / 10; }
  .trade-grid,
  .order-steps { grid-template-columns: 1fr; }
  .trade-grid article,
  .order-steps li { min-height: 0; }
  .order-steps li { display: grid; grid-template-columns: 68px 1fr; }
  .order-steps li > span { margin-bottom: 0; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .store-hours { grid-template-columns: 1fr; }
  .section-intro h2,
  .ingredient-story h2,
  .dry-cakes h2,
  .celebration h2,
  .about h2,
  .store-card h2 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .signature-card { display: block; }
  .signature-card__body { min-height: 0; }
  .availability { margin-top: 24px; }
  .order-bar { align-items: stretch; flex-direction: column; }
  .order-bar .btn { justify-content: center; white-space: normal; text-align: center; }
  .ingredient-story__image img { min-height: 320px; }
  .flavour-list { grid-template-columns: 1fr; }
  .service-points li { grid-template-columns: 84px 1fr; }
  .trade-cta { align-items: flex-start; flex-direction: column; }
  .proof-band__grid { grid-template-columns: 1fr; }
  .proof-band__grid > * { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }
  .proof-band__grid > *:first-child { border-top: 0; }
  .gallery-item,
  .gallery-item--wide { grid-column: span 12; }
  .about__media img { aspect-ratio: 4 / 3; }
  .order-steps li { grid-template-columns: 54px 1fr; padding: 24px 20px; }
  .store__photo img { height: 430px; }
  .store__card-wrap { margin-top: -54px; }
  .store-card { border-radius: 18px; }
  .store-card__actions { align-items: stretch; flex-direction: column; }
  .store-card__actions .btn { justify-content: center; white-space: normal; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__brand { grid-column: auto; }
  .site-footer__bottom { flex-direction: column; }
}

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 20px; bottom: 22px; z-index: 70;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--orange); color: #fff; display: grid; place-items: center;
  box-shadow: 0 14px 34px -8px rgba(240,138,1,.75); transition: transform .25s, box-shadow .25s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 31px; height: 31px; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(24,15,7,.94); display: none; place-items: center; }
.lightbox.open { display: grid; }
.lb-stage { position: relative; width: 100%; height: 100%; display: grid; place-items: center; padding: 5vh 6vw; }
.lb-img { max-width: 90vw; max-height: 84vh; border-radius: 12px; box-shadow: 0 30px 90px rgba(0,0,0,.65); }
.lb-cap { position: absolute; bottom: 3vh; left: 0; right: 0; text-align: center; color: rgba(255,255,255,.85); font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; }
.lb-close, .lb-prev, .lb-next { position: absolute; background: rgba(255,255,255,.12); color: #fff; border: 0; cursor: pointer; border-radius: 50%; width: 50px; height: 50px; font-size: 1.4rem; display: grid; place-items: center; transition: background .2s; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: var(--orange); }
.lb-close { top: 4vh; right: 4vw; }
.lb-prev { left: 3vw; top: 50%; transform: translateY(-50%); }
.lb-next { right: 3vw; top: 50%; transform: translateY(-50%); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #ecdcc8; padding: clamp(60px, 8vw, 100px) 0 34px; }
.footer .mega {
  font-family: var(--serif); font-size: clamp(2.6rem, 8vw, 6rem); color: #fff;
  letter-spacing: -.02em; line-height: 1; margin-bottom: clamp(36px, 5vw, 60px);
}
.footer .mega em { font-style: italic; color: var(--orange); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 36px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 40px; }
.footer h4 { font-size: .74rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: var(--orange); margin-bottom: 14px; font-family: var(--sans); }
.footer p { color: #d4bfa6; font-size: .95rem; max-width: 34ch; }
.footer ul { list-style: none; display: grid; gap: 9px; }
.footer a { color: #f4e8da; opacity: 1; } .footer a:hover { color: var(--orange); }
.footer .copy { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; border-top: 1px solid rgba(255,255,255,.14); margin-top: 44px; padding-top: 22px; font-size: .82rem; color: #b99f83; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .menu-cards { grid-template-columns: 1fr 1fr; }
  .band-inner { grid-template-columns: 1fr; }
  .visit { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .nav-links { position: fixed; inset: 0 0 0 auto; width: min(80vw, 330px); background: var(--paper);
    flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px; padding: 44px;
    transform: translateX(100%); transition: transform .35s ease; box-shadow: var(--sh); z-index: 70; }
  body.menu-open .nav-links { transform: none; }
  .nav-links a { font-size: 1rem; color: var(--ink) !important; text-shadow: none !important; }
  .nav-cta .btn { display: none; }
  .nav-burger { display: flex; }
  body.menu-open .nav-burger span { color: var(--ink); }
  body.menu-open .nav-burger span:nth-child(1){ transform: translateY(7px) rotate(45deg);}
  body.menu-open .nav-burger span:nth-child(2){ opacity:0;}
  body.menu-open .nav-burger span:nth-child(3){ transform: translateY(-7px) rotate(-45deg);}
  .ed-split { grid-template-columns: 1fr; }
  .ed-split .ed-media { order: -1; }
  .menu-cards { grid-template-columns: 1fr; }
  .origin-note { grid-template-columns: 1fr; align-items: start; }
  .flavour-grid { grid-template-columns: 1fr; }
  .duo { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .quotes { grid-template-columns: 1fr; }
  .masonry { columns: 2; }
  .footer-grid { grid-template-columns: 1fr; }
  .cine--hero { height: 320vh; } .cine--push { height: 280vh; }
  .hero-copy { bottom: 72px; }
  #scroll-world .sw-copylayer::before {
    width: 100%;
    height: 66%;
    background: linear-gradient(0deg,
      rgba(255,253,248,.99) 7%,
      rgba(255,253,248,.82) 42%,
      rgba(255,253,248,.28) 68%,
      transparent 100%);
  }
  #scroll-world .sw-copy {
    left: 20px;
    right: 42px;
    bottom: calc(58px + env(safe-area-inset-bottom));
    width: auto;
  }
  #scroll-world .sw-copy__body { line-height: 1.45; }
  #scroll-world .sw-copy__tags { margin-top: 16px; }
  #scroll-world .sw-copy__cta { margin-top: 20px; }
}
@media (max-width: 460px) { .masonry { columns: 1; } .grid-3 { grid-template-columns: 1fr 1fr; } }
/* ---------- Novos componentes (SPEC Fase 2) ---------- */
.tlink { color: var(--orange-700); font-weight: 600; border-bottom: 1.5px solid var(--orange); transition: color .2s; }
.tlink:hover { color: var(--orange); }

.price-note { margin-top: clamp(24px, 3vw, 36px); color: var(--ink-soft); font-size: .98rem; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* banda de festa sem grelha de imagens */
.band-inner--solo { grid-template-columns: 1fr; max-width: 720px; }

/* B2B */
.b2b-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.6vw, 30px); }
.b2b-point { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 30px 28px; display: grid; gap: 8px; }
.b2b-point b { font-family: var(--serif); font-size: 1.25rem; }
.b2b-point b::after { content: ""; display: block; width: 26px; height: 2px; background: var(--orange); margin-top: 10px; }
.b2b-point span { color: var(--ink-soft); font-size: .95rem; }

/* prova real */
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.6vw, 30px); }
.proof { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 36px 30px; display: grid; gap: 10px; justify-items: start; transition: transform .25s, box-shadow .25s; }
a.proof:hover { transform: translateY(-3px); box-shadow: var(--sh-sm); }
.proof-big { font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 3.6rem); color: var(--orange); line-height: 1; }
.proof-lbl { font-weight: 700; line-height: 1.4; }
.proof-lbl small { display: block; font-weight: 500; color: var(--ink-soft); margin-top: 4px; }

/* como encomendar */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.6vw, 30px); }
.step { position: relative; background: var(--cream); border-radius: 14px; padding: 34px 28px 30px; display: grid; gap: 8px; }
.step-no { font-family: var(--serif); font-style: italic; font-size: 2rem; color: var(--orange); line-height: 1; }
.step b { font-family: var(--serif); font-size: 1.25rem; }
.step span:not(.step-no) { color: var(--ink-soft); font-size: .95rem; }

/* cartão-mapa (sem iframe) */
.map-card { position: relative; display: block; height: 100%; min-height: 380px; border-radius: 14px; overflow: hidden; }
.map-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.map-card:hover img { transform: scale(1.04); }
.map-card .map-pin {
  position: absolute; left: 16px; right: 16px; bottom: 16px;
  background: rgba(255,253,248,.95); color: var(--ink); font-weight: 700; font-size: .92rem;
  padding: 14px 18px; border-radius: 10px; box-shadow: var(--sh-sm);
}
.footer .contacto small { color: #b99f83; }

@media (max-width: 1020px) {
  .b2b-points, .proof-grid, .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .b2b-points, .proof-grid, .steps { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  .scroll-hint { animation: none; }
}
