/*
Theme Name: Prosa Deliciosa
Theme URI: https://prosadeliciosa.com.br
Author: Prosa Deliciosa
Description: Tema leve e orientado a conversão para as marcas do grupo Prosa Deliciosa.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: prosa-deliciosa
*/

:root {
  --cream: #f7f0e4;
  --paper: #fffdf8;
  --ink: #40160c;
  --coffee: #40160c;
  --terracotta: #a64f03;
  --terracotta-dark: #732002;
  --gold: #d98014;
  --green: #9c9030;
  --line: rgba(115, 32, 2, .16);
  --shadow: 0 18px 50px rgba(64, 22, 12, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.eyebrow { margin: 0 0 12px; color: var(--terracotta); font-size: .78rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.05; margin-top: 0; }
h1 { font-size: clamp(2.75rem, 7vw, 5.6rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4.4vw, 3.6rem); letter-spacing: -.035em; }
h3 { font-size: 1.45rem; }
.lead { font-size: clamp(1.04rem, 2vw, 1.25rem); max-width: 650px; color: #5c493d; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 14px 22px; border: 0; border-radius: 999px;
  background: var(--terracotta); color: #fff; font-weight: 850; text-decoration: none;
  box-shadow: 0 10px 24px rgba(173, 63, 40, .24); transition: .2s ease;
}
.button:hover, .button:focus-visible { background: var(--terracotta-dark); transform: translateY(-2px); }
.button--ghost { background: transparent; color: var(--coffee); box-shadow: inset 0 0 0 1px var(--line); }
.button--ghost:hover { background: #fff; color: var(--coffee); }
.site-header { position: absolute; z-index: 5; width: 100%; padding: 20px 0; color: #fff; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: block; width: 230px; text-decoration: none; }
.brand img { width: 100%; height: auto; border-radius: 5px; }
.site-header .button { min-height: 44px; padding: 10px 17px; background: #fff; color: var(--terracotta-dark); box-shadow: none; }
.hero { min-height: 760px; display: grid; align-items: center; position: relative; overflow: hidden; color: #fff; background: #352017; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(40,12,5,.96) 0%, rgba(64,22,12,.78) 40%, rgba(64,22,12,.08) 74%), url('assets/hero-oficial.jpg') center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 140px; background: linear-gradient(transparent, rgba(0,0,0,.35)); pointer-events: none; }
.hero__content { position: relative; z-index: 2; max-width: 690px; padding: 150px 0 100px; }
.hero .eyebrow { color: #ffd47e; }
.hero .lead { color: rgba(255,255,255,.86); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__note { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; font-size: .9rem; color: rgba(255,255,255,.78); }
.hero__note span::before { content: "✓"; color: #ffd47e; margin-right: 7px; font-weight: 900; }
.section { padding: clamp(76px, 10vw, 120px) 0; }
.section--cream { background: var(--cream); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 8px 30px rgba(67,41,29,.06); }
.card__icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; background: #f8e8c7; font-size: 1.35rem; }
.card p { margin-bottom: 0; color: #6d594c; }
.story { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(38px, 7vw, 90px); }
.story__visual { min-height: 520px; border-radius: 32px; background: url('assets/prato-carne-panela.jpg') center/cover; box-shadow: var(--shadow); }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.menu-item { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 8px 30px rgba(64,22,12,.07); }
.menu-item img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.menu-item__body { padding: 22px; }
.menu-item__body h3 { margin-bottom: 8px; }
.menu-item__body p { margin: 0; color: #6d4b3c; }
.checks { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.checks li { position: relative; padding-left: 32px; font-weight: 700; }
.checks li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.order { text-align: center; color: #fff; background: var(--coffee); }
.order .eyebrow { color: #ffd47e; }
.order .lead { margin-left: auto; margin-right: auto; color: rgba(255,255,255,.8); }
.order .button { margin-top: 20px; }
.location { margin-top: 18px; font-size: .92rem; color: rgba(255,255,255,.67); }
.site-footer { padding: 30px 0 110px; background: #21150f; color: rgba(255,255,255,.68); font-size: .88rem; }
.site-footer__inner { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.site-footer a { color: #fff; }
.sticky-order { display: none; }
@media (max-width: 800px) {
  .site-header .button { display: none; }
  .hero { min-height: 720px; }
  .brand { width: 196px; }
  .hero::before { background: linear-gradient(180deg, rgba(40,12,5,.06) 0%, rgba(40,12,5,.58) 39%, rgba(40,12,5,.98) 78%), url('assets/hero-oficial.jpg') 54% center/cover no-repeat; }
  .hero__content { align-self: end; padding: 180px 0 75px; }
  .cards { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr; }
  .story { grid-template-columns: 1fr; }
  .story__visual { min-height: 330px; }
  .sticky-order { display: flex; position: fixed; z-index: 20; left: 14px; right: 14px; bottom: 12px; }
  .sticky-order .button { width: 100%; box-shadow: 0 12px 30px rgba(45,20,14,.35); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
