/* ================================================================
   ARLEIA VARGAS BOLOS E DOCES
   CSS organizado por partes para facilitar alterações futuras.
   As cores principais ficam nas variáveis logo abaixo.
   ================================================================ */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap");

:root {
  --pink: #dd6f9f;
  --pink-dark: #b94d7e;
  --rose: #f7dce8;
  --cream: #fffaf5;
  --brown: #654b3c;
  --ink: #3e2e29;
  --muted: #7c6a64;
  --line: #ecdeda;
}

/* Base */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fffdfb; font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; }

/* Elementos compartilhados */
.eyebrow { color: var(--pink-dark); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #f6bfd5; }
.button { display: inline-flex; justify-content: center; align-items: center; padding: 15px 24px; border: 0; border-radius: 999px; color: #fff; background: var(--pink-dark); font: 700 14px "DM Sans", sans-serif; cursor: pointer; }
.button:hover { background: #a94170; transform: translateY(-1px); }
.button-small { padding: 11px 18px; }
.text-link { border-bottom: 1px solid currentColor; font-weight: 700; }
.section-heading { max-width: 700px; margin: 0 auto 50px; text-align: center; }
.section-heading h2, .about h2, .order h2 { margin: 12px 0 16px; font: 700 clamp(36px, 5vw, 50px)/1.08 "Playfair Display", serif; }
.section-heading p { color: var(--muted); line-height: 1.7; }

/* Cabeçalho */
.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { color: var(--pink-dark); font: 700 19px "Playfair Display", serif; }
.brand small { margin-top: 7px; color: #9f8f88; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.site-header nav { display: flex; gap: 30px; color: #63524c; font-size: 14px; font-weight: 600; }
.site-header nav a:hover { color: var(--pink-dark); }

/* Apresentação */
.hero { position: relative; background: linear-gradient(120deg, #fff7f4, #fff2f6); border-top: 1px solid #f7e9e6; overflow: hidden; }
.hero-grid { min-height: 590px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; }
.hero-copy { padding: 70px 0 100px; }
.hero-copy h1 { max-width: 680px; margin: 18px 0 22px; font: 700 clamp(42px, 5vw, 68px)/1.04 "Playfair Display", serif; letter-spacing: -.03em; }
.hero-copy h1 em { display: block; color: var(--pink-dark); font-weight: 600; }
.hero-copy > p { max-width: 620px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 40px; color: #705e58; font-size: 12px; font-weight: 600; }

/* Ilustração do bolo da primeira tela (construída em CSS). */
.hero-art { position: relative; height: 490px; display: flex; align-items: center; justify-content: center; }
.halo { position: absolute; width: 415px; height: 415px; border: 1px solid #eab5ca; border-radius: 50%; background: #f2c9d9; box-shadow: inset 0 0 0 25px #f8dfe8; }
.cake-illustration { position: relative; z-index: 2; width: 280px; margin-top: 58px; filter: drop-shadow(0 23px 17px #7f53652b); }
.cake-layer { position: relative; margin: auto; border: 3px solid #9b5b74; background: #f7a9c4; }
.cake-layer::before { content: ""; position: absolute; inset: 8px 9px auto; height: 16px; background: radial-gradient(circle at 10px 0, #fff8ef 9px, transparent 10px) 0 0 / 31px 22px; }
.cake-top { width: 125px; height: 70px; border-radius: 18px 18px 5px 5px; }
.cake-top span { position: absolute; top: 34px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 22px; }
.cake-middle { width: 205px; height: 82px; border-radius: 14px 14px 4px 4px; background: #ef88ad; }
.cake-bottom { width: 280px; height: 90px; border-radius: 14px 14px 25px 25px; background: #dc6f9f; }
.candle { position: absolute; top: -43px; z-index: 3; width: 8px; height: 43px; border-radius: 3px; background: repeating-linear-gradient(45deg, #fff 0 5px, #ed85ab 5px 10px); }
.candle::before { content: ""; position: absolute; top: -15px; left: -4px; width: 15px; height: 18px; border-radius: 60% 40% 60% 40%; background: #f0af57; transform: rotate(45deg); }
.candle-1 { left: 105px; }
.candle-2 { top: -52px; left: 137px; height: 52px; }
.candle-3 { left: 168px; }
.love-seal { position: absolute; right: 8px; bottom: 55px; z-index: 3; width: 86px; height: 86px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--brown); box-shadow: 0 8px 20px #56382a38; text-align: center; font: italic 13px "Playfair Display", serif; transform: rotate(8deg); }
.love-seal strong { font-size: 21px; }
.spark { position: absolute; color: var(--pink-dark); font-size: 25px; }
.spark-1 { top: 90px; left: 48px; }
.spark-2 { top: 120px; right: 5px; }
.spark-3 { top: 60px; right: 60px; }
.hero-wave { position: absolute; bottom: -1px; left: -2%; width: 104%; height: 52px; background: #fffdfb; clip-path: ellipse(55% 45% at 50% 100%); }

/* Cardápio de bolos */
.menu-block { margin-bottom: 68px; }
.menu-title { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.menu-title h3, .custom-box h3, .special-grid h3 { margin: 5px 0 0; font: 700 30px "Playfair Display", serif; }
.menu-icon { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 18px; background: var(--rose); font-size: 28px; }
.cake-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.menu-card { position: relative; min-height: 470px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.price { padding: 13px; border-radius: 12px; color: #fff; background: var(--pink-dark); text-align: center; font-size: 14px; font-weight: 700; }
.menu-card ul { margin: 20px 0 55px; padding: 0; list-style: none; }
.menu-card li { padding: 9px 0 9px 18px; border-bottom: 1px dashed #eadbd6; color: #62514b; font-size: 14px; }
.menu-card li::before { content: "•"; position: absolute; margin-left: -15px; color: var(--pink-dark); }
.menu-card a { position: absolute; bottom: 24px; left: 24px; color: var(--pink-dark); font-size: 13px; font-weight: 700; }
.custom-box { margin-top: 22px; padding: 28px 32px; border-radius: 22px; color: #fff; background: linear-gradient(115deg, #6b5143, #4f3b32); }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.choice-grid > div { padding: 17px; border: 1px solid #ffffff20; border-radius: 13px; background: #ffffff0d; }
.choice-grid p { margin: 7px 0 0; color: #e8ddd7; font-size: 13px; line-height: 1.55; }
.important-note { padding: 14px 18px; border: 1px solid #efd8e1; border-radius: 13px; color: #6d554c; background: #fff7fa; }
.important-note strong { color: var(--pink-dark); }

/* Docinhos e personalizados */
.sweets-box { padding: 32px; border: 1px solid #f0dce4; border-radius: 24px; background: #fff7f8; }
.sweets-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 35px; }
.sweets-grid > div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 3px; border-bottom: 1px dashed #e4cdd6; font-size: 14px; }
.sweets-grid strong { color: var(--pink-dark); white-space: nowrap; }
.minimum { display: flex; align-items: center; gap: 12px; }
.minimum b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--pink-dark); }
.special-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.special-grid article { position: relative; min-height: 270px; padding: 30px; border-radius: 22px; background: #f7e8ee; }
.special-grid article:last-child { background: #f1e9e3; }
.special-grid .menu-icon { margin-bottom: 20px; }
.special-grid p { color: var(--muted); line-height: 1.7; }
.special-grid a { position: absolute; bottom: 28px; left: 30px; color: var(--pink-dark); font-weight: 700; }

/* Sobre e etapas */
.about { padding: 95px 0; background: #f7e8e8; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.about-logo { padding: 25px; border-radius: 45%; background: #fff; box-shadow: 0 18px 60px #80534a18; }
.about p { color: #6f5d57; line-height: 1.85; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.steps article { text-align: center; }
.steps article > b { width: 57px; height: 57px; display: grid; place-items: center; margin: auto; border-radius: 50%; color: #fff; background: var(--pink-dark); }
.steps h3 { font: 700 24px "Playfair Display", serif; }
.steps p { color: var(--muted); line-height: 1.65; }

/* Formulário */
.order { padding: 90px 0; color: #fff; background: var(--brown); }
.order-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.order p { color: #e8ddd6; line-height: 1.8; }
.location { margin-top: 28px; color: #f8dce7; font-size: 13px; font-weight: 700; }
.order form { padding: 34px; border-radius: 22px; color: var(--ink); background: var(--cream); }
.order label { display: block; margin: 14px 0 7px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.order input, .order select, .order textarea { width: 100%; padding: 13px; border: 1px solid #e9d9d2; border-radius: 9px; color: var(--ink); background: #fff; font: 14px "DM Sans", sans-serif; }
.order textarea { min-height: 80px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.order form .button { width: 100%; margin-top: 18px; }

/* Rodapé */
footer { padding: 48px 0 24px; color: #e9ddd7; background: #2f2420; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.6fr auto; gap: 38px; align-items: center; }
.footer-brand img { border-radius: 50%; background: #fff; }
.footer-contact p { margin: 5px 0; color: #d6c7c0; font-size: 13px; }
.footer-contact a, .footer-grid > a { color: #f0b5cd; font-weight: 700; }
.footer-contact small { display: block; margin-top: 10px; color: #9f8f88; line-height: 1.55; }
.copyright { margin-top: 32px; padding-top: 22px; border-top: 1px solid #4d3e37; color: #8f807a; text-align: center; font-size: 11px; }

/* Tablet */
@media (max-width: 850px) {
  .site-header nav { display: none; }
  .hero-grid, .about-grid, .order-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 40px; }
  .hero-copy { padding: 40px 0 15px; text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .trust { justify-content: center; }
  .hero-art { height: 430px; }
  .cake-grid { grid-template-columns: 1fr 1fr; }
  .cake-grid article:last-child { grid-column: 1 / -1; min-height: 330px; }
  .choice-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 45px; text-align: center; }
  .about-logo { width: min(430px, 85%); margin: auto; }
  .order-grid { gap: 35px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
}

/* Celular */
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header { min-height: 76px; }
  .site-header > .button { display: none; }
  .brand img { width: 48px; height: 48px; }
  .section { padding: 72px 0; }
  .hero-copy h1 { font-size: 42px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-art { height: 365px; margin: -15px; transform: scale(.87); }
  .cake-grid, .sweets-grid, .special-grid, .steps, .form-row { grid-template-columns: 1fr; }
  .cake-grid article:last-child { grid-column: auto; }
  .menu-card { min-height: auto; padding-bottom: 75px; }
  .sweets-box, .custom-box, .order form { padding: 22px 18px; }
  .special-grid article { min-height: 255px; }
  .about, .order { padding: 70px 0; }
}
/* Galeria de trabalhos */
.gallery-section{padding:90px 0;background:linear-gradient(145deg,#fff8f5 0%,#fde9ef 100%)}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery-item{padding:0;border:0;border-radius:24px;overflow:hidden;background:#fff;cursor:zoom-in;box-shadow:0 14px 35px rgba(91,60,46,.12);aspect-ratio:1}
.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.gallery-item:hover img,.gallery-item:focus-visible img{transform:scale(1.035)}
.gallery-item:focus-visible{outline:4px solid #c1487b;outline-offset:4px}
.gallery-note{text-align:center;max-width:720px;margin:24px auto 0;color:#74584b}

/* Foto ampliada */
.lightbox[hidden],.cookie-banner[hidden]{display:none!important}
.lightbox{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:32px;background:rgba(45,28,23,.9)}
.lightbox img{max-width:min(90vw,900px);max-height:88vh;border-radius:18px;box-shadow:0 22px 70px rgba(0,0,0,.4)}
.lightbox-close{position:fixed;top:18px;right:22px;width:48px;height:48px;border:0;border-radius:50%;background:#fff;color:#4a3028;font-size:32px;line-height:1;cursor:pointer}
.lightbox-open{overflow:hidden}

/* Atalho flutuante do WhatsApp */
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:800;display:flex;align-items:center;gap:9px;padding:13px 18px;border-radius:999px;background:#208a4b;color:#fff;text-decoration:none;box-shadow:0 12px 30px rgba(24,100,55,.3);font-weight:800}
.whatsapp-float span{display:grid;place-items:center;width:28px;height:28px;border:2px solid currentColor;border-radius:50%;font-size:18px}
.whatsapp-float:hover{background:#176f3b;transform:translateY(-2px)}

/* Aviso de cookies */
.cookie-banner{position:fixed;left:22px;right:22px;bottom:22px;z-index:900;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:780px;padding:18px 20px;border:1px solid #efc2d3;border-radius:18px;background:#fffaf8;color:#51372e;box-shadow:0 18px 55px rgba(66,39,30,.2)}
.cookie-banner strong{display:block;margin-bottom:3px}.cookie-banner p{margin:0;font-size:14px;line-height:1.45}
.cookie-banner button{flex:none;border:0;border-radius:999px;padding:12px 17px;background:#bd4778;color:#fff;font-weight:800;cursor:pointer}

@media (max-width:800px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-section{padding:64px 0}.cookie-banner{bottom:86px;flex-direction:column;align-items:stretch}.cookie-banner button{width:100%}.whatsapp-float b{display:none}.whatsapp-float{width:58px;height:58px;padding:0;justify-content:center}.whatsapp-float span{border:0;font-size:28px}}
@media (max-width:480px){.gallery-grid{gap:10px}.gallery-item{border-radius:16px}.lightbox{padding:14px}}
