:root {
  /* Identidade visual oficial — Casa Manjericão */
  --cream: #FAF8F2;
  --cream-2: #FAF8F2;
  --olive: #4F6F52;
  --moss: #4F6F52;
  --moss-dark: #4F6F52;
  --sage: #A8B89A;
  --sand: #E8DDC7;
  --brown: #765C48;
  --mustard: #D6A84B;
  --white: #FAF8F2;
  --text: #765C48;
  --muted: #765C48;
  --line: rgba(79, 111, 82, .20);
  --shadow: 0 24px 70px rgba(79, 111, 82, .14);
  --shadow-soft: 0 14px 40px rgba(118, 92, 72, .10);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { display: block; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 10px 16px;
  background: var(--olive);
  color: white;
  border-radius: 10px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--cream) 91%, transparent);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(15px);
  transition: .25s ease;
}
.site-header.scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 10px 30px rgba(79, 111, 82, .07);
}
.header-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 28px;
}
.brand {
  width: 105px;
  height: 105px;
  margin-bottom: -22px;
  position: relative;
  z-index: 2;
}
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  font-size: .93rem;
  font-weight: 600;
}
.main-nav a {
  position: relative;
  padding: 30px 0 24px;
  transition: color .2s ease;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 2px;
  background: var(--moss);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}
.main-nav a:hover,
.main-nav a.active { color: var(--moss); }
.main-nav a:hover::after,
.main-nav a.active::after { transform: scaleX(1); }
.menu-toggle { display: none; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; height: 21px; fill: currentColor; }
.button-primary,
.button-whatsapp {
  color: white;
  background: var(--moss);
  box-shadow: 0 10px 24px rgba(95, 118, 59, .23);
}
.button-primary:hover,
.button-whatsapp:hover { background: var(--moss-dark); box-shadow: 0 14px 30px rgba(64, 84, 38, .28); }
.button-outline {
  color: var(--olive);
  border-color: var(--olive);
  background: rgba(255,255,255,.5);
}
.button-outline:hover { background: var(--olive); color: white; }
.header-cta { white-space: nowrap; font-size: .92rem; min-height: 44px; padding-inline: 18px; }

.section-decorated { position: relative; isolation: isolate; }
.section-decorated > * { position: relative; z-index: 1; }
.leaf-cluster {
  position: absolute;
  z-index: 0;
  width: 210px;
  height: 300px;
  opacity: .75;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 310'%3E%3Cg fill='none' stroke='%235F763B' stroke-width='3'%3E%3Cpath d='M18 292C67 220 113 141 189 18'/%3E%3Cpath d='M47 246c-31-6-45-24-43-54 30 4 49 21 43 54Z' fill='%2395A574'/%3E%3Cpath d='M74 204c-35-3-53-21-56-52 34 1 56 17 56 52Z' fill='%237B9159'/%3E%3Cpath d='M107 154c-31-11-43-32-33-61 31 9 47 30 33 61Z' fill='%2395A574'/%3E%3Cpath d='M137 107c-27-14-34-36-21-63 28 12 39 33 21 63Z' fill='%237B9159'/%3E%3Cpath d='M54 242c30 4 52-7 65-35-29-7-51 2-65 35Z' fill='%23B2BC92'/%3E%3Cpath d='M84 193c32 4 55-8 68-37-32-5-55 6-68 37Z' fill='%2395A574'/%3E%3Cpath d='M115 143c29 2 50-10 61-37-29-3-50 8-61 37Z' fill='%23B2BC92'/%3E%3C/g%3E%3C/svg%3E");
}
.leaf-left { left: -55px; top: 65px; transform: rotate(-11deg); }
.leaf-right { right: -55px; top: 15px; transform: scaleX(-1) rotate(-4deg); }
.leaf-low { top: auto; bottom: -70px; opacity: .4; }

.hero {
  min-height: 700px;
  padding: 105px 0 92px;
  background:
    radial-gradient(circle at 78% 40%, rgba(230, 232, 210, .74), transparent 30%),
    linear-gradient(180deg, var(--cream) 0%, #FAF8F2 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: 38px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--moss);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .77rem;
  font-weight: 800;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}
.eyebrow-light { color: rgba(255,255,255,.82); }
.hero h1,
.section-heading h2,
.created-copy h2,
.contact h2,
.modal-content h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--olive);
  line-height: 1.08;
  margin: 14px 0 20px;
}
.hero h1 { font-size: clamp(3.1rem, 5.4vw, 5.6rem); letter-spacing: -.04em; }
.hero h1 span {
  display: block;
  margin-top: 4px;
  color: var(--moss);
  font-family: "Playfair Display", Georgia, serif;
  font-size: .72em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.02em;
}
.hero-copy > p {
  max-width: 630px;
  margin: 0;
  color: #765C48;
  font-size: 1.08rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  color: var(--olive);
  font-size: .9rem;
  font-weight: 700;
}
.hero-benefits li { display: flex; align-items: center; gap: 8px; }
.mini-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sand);
}
.hero-visual { min-height: 510px; position: relative; }
.food-orbit {
  position: absolute;
  overflow: hidden;
  border: 12px solid rgba(255,255,255,.9);
  border-radius: 50%;
  box-shadow: 0 25px 55px rgba(79, 111, 82, .2);
  background: white;
}
.food-orbit img { width: 100%; height: 100%; object-fit: cover; }
.food-orbit-main { width: 440px; height: 440px; right: 20px; top: 14px; }
.food-orbit-secondary { width: 245px; height: 245px; left: 4px; bottom: 16px; border-width: 8px; }
.hero-seal {
  position: absolute;
  width: 138px;
  height: 138px;
  left: 12px;
  top: 25px;
  padding: 7px;
  border-radius: 50%;
  background: rgba(250,248,242,.95);
  box-shadow: var(--shadow-soft);
}
.hero-seal img { width: 100%; height: 100%; object-fit: contain; }
.floating-note {
  position: absolute;
  padding: 9px 15px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(79,111,82,.15);
  border-radius: 999px;
  color: var(--olive);
  box-shadow: 0 10px 25px rgba(49,63,31,.1);
  font-size: .78rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}
.note-one { right: -5px; bottom: 55px; }
.note-two { left: 135px; top: 75px; }

.created-by { padding: 52px 0 84px; }
.created-card {
  min-height: 485px;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: stretch;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--moss);
  box-shadow: var(--shadow);
}
.vet-photo-wrap {
  min-height: 485px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 65%, rgba(168,184,154,.25), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,.06), transparent);
}
.vet-photo-wrap::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 30px;
  background: rgba(79,111,82,.28);
  filter: blur(18px);
  border-radius: 50%;
}
.vet-photo-wrap img {
  position: relative;
  z-index: 1;
  width: min(92%, 430px);
  height: 470px;
  object-fit: contain;
  object-position: center bottom;
}
.created-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px 68px;
  color: rgba(255,255,255,.86);
  background: linear-gradient(125deg, rgba(255,255,255,.03), rgba(255,255,255,.1));
}
.created-copy h2 { margin-bottom: 14px; color: white; font-size: clamp(2rem, 3.4vw, 3.25rem); }
.created-copy p { max-width: 630px; }
.created-copy .specialty { margin: 8px 0 4px; color: white; font-size: 1.08rem; font-weight: 700; }
.created-copy .academic-credentials { margin: 12px 0 2px; color: rgba(255,255,255,.82); font-size: .94rem; line-height: 1.65; }
.botanical-divider { display: flex; align-items: center; gap: 14px; margin: 4px 0 10px; color: var(--sage); }
.botanical-divider span { width: 100px; height: 1px; background: rgba(255,255,255,.42); }
.botanical-divider b { font-size: 1.2rem; }
.instagram-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 12px;
  color: white;
  font-weight: 700;
}
.instagram-link svg { width: 24px; height: 24px; fill: currentColor; }
.instagram-link:hover { text-decoration: underline; }

.why { padding: 90px 0 105px; }
.section-heading { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.section-heading p { margin: 0; color: var(--muted); }
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.benefit-card {
  min-height: 285px;
  padding: 32px 22px 28px;
  text-align: center;
  border: 1px solid rgba(79,111,82,.16);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.62);
  box-shadow: 0 14px 34px rgba(49,63,31,.06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.benefit-card:hover {
  transform: translateY(-7px);
  border-color: rgba(79,111,82,.35);
  box-shadow: var(--shadow-soft);
}
.benefit-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--sand);
}
.benefit-icon svg { width: 43px; height: 43px; fill: none; stroke: var(--moss-dark); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.3; }
.benefit-card h3 { margin: 0 0 10px; color: var(--olive); font-family: "Playfair Display", Georgia, serif; font-size: 1.2rem; line-height: 1.25; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }

.menu-section {
  position: relative;
  padding: 90px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(168,184,154,.16), transparent 23%),
    radial-gradient(circle at 85% 75%, rgba(168,184,154,.12), transparent 27%),
    var(--moss);
}
.menu-section::before,
.menu-section::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}
.menu-section::before { left: -130px; top: -130px; }
.menu-section::after { right: -120px; bottom: -140px; }
.section-heading-light h2,
.section-heading-light p { color: white; }
.section-heading-light p { opacity: .8; }
.carousel-shell { position: relative; padding-inline: 64px; }
.carousel-viewport {
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  border-radius: var(--radius-md);
}
.carousel-viewport::-webkit-scrollbar { display: none; }
.carousel-track { display: flex; gap: 24px; }
.product-card {
  flex: 0 0 min(760px, 70%);
  min-height: 390px;
  display: grid;
  grid-template-columns: 48% 52%;
  overflow: hidden;
  scroll-snap-align: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: var(--radius-md);
  background: var(--cream-2);
  box-shadow: 0 22px 50px rgba(118,92,72,.24);
}
.product-image { min-height: 390px; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.product-kicker { color: var(--moss); text-transform: uppercase; letter-spacing: .13em; font-size: .71rem; font-weight: 800; }
.product-copy h3 { margin: 10px 0 12px; color: var(--olive); font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.6rem, 2.4vw, 2.25rem); line-height: 1.12; }
.product-copy p { margin: 0 0 24px; color: var(--muted); font-size: .94rem; }
.button-card { align-self: flex-start; min-height: 44px; background: var(--moss); color: white; }
.carousel-button {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  background: rgba(79,111,82,.45);
  color: white;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease;
  backdrop-filter: blur(8px);
}
.carousel-button:hover { background: white; color: var(--moss-dark); transform: translateY(-50%) scale(1.06); }
.carousel-button svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.carousel-prev { left: 0; }
.carousel-next { right: 0; }
.carousel-dots { display: flex; justify-content: center; gap: 9px; margin-top: 28px; }
.carousel-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.42); cursor: pointer; transition: width .2s ease, background .2s ease; }
.carousel-dots button.active { width: 28px; border-radius: 8px; background: white; }

.contact { padding: 95px 0; }
.contact-card {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 50px;
  padding: 55px 64px;
  border: 1px solid rgba(79,111,82,.16);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(168,184,154,.72), rgba(255,255,255,.68));
  box-shadow: var(--shadow-soft);
}
.contact h2 { margin-bottom: 14px; font-size: clamp(2.3rem, 4vw, 3.5rem); }
.contact-copy p { margin: 0; color: var(--muted); }
.contact-actions { display: grid; gap: 14px; }
.contact-action {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(79,111,82,.15);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  transition: transform .2s ease, box-shadow .2s ease;
}
.contact-action:hover { transform: translateX(6px); box-shadow: var(--shadow-soft); }
.action-icon { width: 50px; height: 50px; flex: 0 0 50px; display: grid; place-items: center; border-radius: 50%; background: var(--moss); color: white; }
.instagram-action .action-icon { background: linear-gradient(135deg, #F9CE34, #EE2A7B, #6228D7); }
.action-icon svg { width: 25px; height: 25px; fill: currentColor; }
.contact-action span:last-child { display: grid; }
.contact-action small { color: var(--muted); font-size: .78rem; }
.contact-action strong { color: var(--olive); font-size: 1.05rem; overflow-wrap: anywhere; }

.site-footer { padding: 30px 0; border-top: 1px solid var(--line); background: #E8DDC7; }
.footer-inner { display: grid; grid-template-columns: 1.1fr 1fr 1fr; align-items: center; gap: 30px; color: var(--muted); font-size: .83rem; }
.footer-inner p { margin: 0; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 74px; height: 74px; object-fit: contain; }
.footer-brand div { display: grid; }
.footer-brand strong { color: var(--olive); font-family: "Playfair Display", Georgia, serif; font-size: 1.25rem; }
.footer-brand span { font-style: italic; }

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 3px solid white;
  border-radius: 50%;
  color: white;
  background: #25D366;
  box-shadow: 0 12px 30px rgba(37,211,102,.34);
  transition: transform .2s ease;
}
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.04); }
.floating-whatsapp svg { width: 29px; height: 29px; fill: currentColor; }

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.modal.is-open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(28,36,19,.72); backdrop-filter: blur(7px); }
.modal-panel {
  position: relative;
  width: min(1050px, 100%);
  max-height: min(88vh, 760px);
  display: grid;
  grid-template-columns: 42% 58%;
  overflow: hidden;
  border-radius: 28px;
  background: var(--cream-2);
  box-shadow: 0 35px 90px rgba(15,20,10,.42);
  transform: translateY(24px) scale(.98);
  transition: transform .25s ease;
}
.modal.is-open .modal-panel { transform: translateY(0) scale(1); }
.modal-close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: var(--olive);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0,0,0,.1);
}
.modal-media { min-height: 100%; background: var(--sage); }
.modal-media img { width: 100%; height: 100%; object-fit: cover; }
.modal-content { overflow-y: auto; padding: 48px 48px 42px; }
.modal-content h2 { margin: 8px 0 16px; font-size: clamp(2rem, 3.7vw, 3.2rem); }
.modal-description p { margin: 0 0 12px; color: var(--muted); }
.modal-content h3 { margin: 28px 0 12px; color: var(--olive); font-family: "Playfair Display", Georgia, serif; font-size: 1.25rem; }
.ingredient-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.ingredient-list li { display: grid; grid-template-columns: 30px 1fr; gap: 9px; color: var(--muted); }
.ingredient-list b { color: var(--olive); }
.ingredient-list .ingredient-emoji { font-size: 1.1rem; }
.indication { display: grid; gap: 4px; margin-top: 24px; padding: 16px 18px; border-radius: 16px; background: var(--sage); color: var(--olive); }
.modal-cta { margin-top: 24px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 100px 1fr auto; gap: 18px; }
  .main-nav { gap: 18px; font-size: .86rem; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .food-orbit-main { width: 380px; height: 380px; }
  .food-orbit-secondary { width: 210px; height: 210px; }
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-card:nth-child(4), .benefit-card:nth-child(5) { transform: translateX(50%); }
  .product-card { flex-basis: 78%; }
}

@media (max-width: 900px) {
  .header-inner { grid-template-columns: 90px 1fr auto; min-height: 74px; }
  .brand { width: 88px; height: 88px; margin-bottom: -14px; }
  .menu-toggle {
    display: grid;
    gap: 5px;
    justify-self: end;
    width: 44px;
    height: 44px;
    place-content: center;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255,255,255,.65);
    cursor: pointer;
  }
  .menu-toggle span { width: 21px; height: 2px; background: var(--olive); transition: .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 8px);
    display: grid;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(250,248,242,.98);
    box-shadow: var(--shadow-soft);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .2s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 12px 10px; }
  .main-nav a::after { display: none; }
  .header-cta { justify-self: end; }

  .hero { padding-top: 85px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; text-align: center; margin-inline: auto; }
  .hero-copy .eyebrow, .hero-actions, .hero-benefits { justify-content: center; }
  .hero-visual { width: min(620px, 100%); margin-inline: auto; }
  .created-card { grid-template-columns: 1fr; }
  .vet-photo-wrap { min-height: 410px; }
  .vet-photo-wrap img { height: 410px; }
  .created-copy { padding: 48px; text-align: center; align-items: center; }
  .created-copy .eyebrow { justify-content: center; }
  .created-copy p { margin-inline: auto; }
  .product-card { flex-basis: 88%; }
  .contact-card { grid-template-columns: 1fr; text-align: center; }
  .contact-copy .eyebrow { justify-content: center; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { grid-template-columns: 72px 1fr auto; }
  .brand { width: 74px; height: 74px; }
  .header-cta { width: 44px; height: 44px; min-height: 44px; padding: 0; font-size: 0; }
  .header-cta svg { width: 23px; height: 23px; }
  .hero { min-height: auto; padding: 72px 0 64px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-benefits { display: grid; grid-template-columns: 1fr; justify-items: center; }
  .hero-visual { min-height: 430px; }
  .food-orbit-main { width: min(340px, 79vw); height: min(340px, 79vw); right: 0; }
  .food-orbit-secondary { width: 170px; height: 170px; left: 0; bottom: 4px; }
  .hero-seal { width: 104px; height: 104px; top: 5px; left: -2px; }
  .floating-note { font-size: .68rem; }
  .note-two { left: 100px; top: 52px; }
  .note-one { bottom: 30px; }

  .created-by { padding: 28px 0 65px; }
  .created-card { border-radius: 24px; }
  .vet-photo-wrap { min-height: 340px; }
  .vet-photo-wrap img { height: 340px; }
  .created-copy { padding: 38px 25px 42px; }
  .created-copy h2 { font-size: 2.05rem; }
  .created-copy .specialty { font-size: 1rem; }

  .why { padding: 70px 0 80px; }
  .section-heading { margin-bottom: 34px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .benefit-card:nth-child(4), .benefit-card:nth-child(5) { transform: none; }

  .menu-section { padding: 70px 0 60px; }
  .carousel-shell { padding-inline: 0; }
  .carousel-button { top: auto; bottom: -70px; }
  .carousel-prev { left: calc(50% - 66px); }
  .carousel-next { right: calc(50% - 66px); }
  .carousel-dots { margin-top: 35px; margin-bottom: 55px; }
  .product-card { flex-basis: 91%; grid-template-columns: 1fr; }
  .product-image { min-height: 285px; height: 285px; }
  .product-copy { padding: 28px; }
  .product-copy h3 { font-size: 1.8rem; }

  .contact { padding: 70px 0; }
  .contact-card { padding: 38px 22px; gap: 32px; }
  .contact-action { text-align: left; }
  .contact-action strong { font-size: .94rem; }

  .modal { padding: 10px; }
  .modal-panel { max-height: 94vh; grid-template-columns: 1fr; overflow-y: auto; }
  .modal-media { height: 240px; min-height: 240px; }
  .modal-content { overflow: visible; padding: 32px 24px; }
  .modal-content h2 { font-size: 2rem; }
}

@media (max-width: 420px) {
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 360px; }
  .food-orbit-main { width: 280px; height: 280px; }
  .food-orbit-secondary { width: 145px; height: 145px; }
  .hero-seal { width: 88px; height: 88px; }
  .floating-note { display: none; }
  .vet-photo-wrap { min-height: 300px; }
  .vet-photo-wrap img { height: 300px; }
  .contact-action { padding: 14px; gap: 12px; }
  .action-icon { width: 44px; height: 44px; flex-basis: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

  

/* ===== Refinos de identidade visual 2026 ===== */
body {
  background: var(--cream);
  color: var(--text);
}

.hero h1,
.section-heading h2,
.created-copy h2,
.contact h2,
.modal-content h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: var(--olive);
}

.main-nav,
.button,
.hero-copy > p,
.created-copy,
.benefit-card,
.menu-card,
.contact,
.site-footer,
.modal-content {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Verde manjericão nos maiores pontos de destaque */
.button-primary,
.button-whatsapp,
.created-card,
.menu-section {
  background-color: var(--moss);
}

/* Superfícies suaves e naturais */
.benefit-card,
.modal-panel,
.contact-card {
  border-color: rgba(79, 111, 82, .18);
}

.mini-icon,
.benefit-icon {
  background: var(--sand);
}

/* Mostarda apenas como pequeno acento visual */
.eyebrow::before {
  background: var(--mustard);
}
.carousel-dots button.active {
  background: var(--mustard);
}
.botanical-divider {
  color: var(--mustard);
}

/* Leitura confortável e profissional */
p, li, .main-nav a, .button {
  text-rendering: optimizeLegibility;
}

.hero-copy > p,
.created-copy p,
.benefit-card p,
.menu-card p,
.contact p,
.modal-content p,
.modal-content li {
  font-weight: 400;
}


/* Aplicação final da paleta oficial */
.created-copy,
.created-copy h2,
.created-copy .specialty,
.section-heading-light h2,
.section-heading-light p,
.eyebrow-light,
.carousel-button {
  color: var(--cream);
}

.created-copy .academic-credentials {
  color: rgba(250, 248, 242, .88);
}

.botanical-divider span {
  background: rgba(232, 221, 199, .62);
}

.contact-card {
  border-color: rgba(79, 111, 82, .18);
  background: linear-gradient(135deg, rgba(168, 184, 154, .48), rgba(250, 248, 242, .92));
}

.contact-action {
  border-color: rgba(79, 111, 82, .16);
  background: rgba(250, 248, 242, .86);
}

.product-card,
.modal-panel {
  background: var(--cream);
}

.button-card,
.button-primary,
.button-whatsapp {
  background: var(--moss);
  color: var(--cream);
}

.button-outline {
  border-color: var(--moss);
  color: var(--moss);
  background: transparent;
}

.button-outline:hover {
  background: var(--sage);
  color: var(--brown);
}

.hero-benefits,
.benefit-card h3,
.product-copy h3 {
  color: var(--olive);
}

.product-copy p,
.benefit-card p,
.contact-copy p {
  color: var(--brown);
}


/* ===== Atendimento Veterinário Online ===== */
.online-care {
  padding: 92px 0 104px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(168, 184, 154, .34), transparent 25%),
    linear-gradient(180deg, var(--cream) 0%, rgba(232, 221, 199, .42) 100%);
}

.online-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 34px;
}

.online-service-card {
  padding: 30px 28px;
  border: 1px solid rgba(79, 111, 82, .16);
  border-radius: var(--radius-md);
  background: rgba(250, 248, 242, .82);
  box-shadow: var(--shadow-soft);
}

.online-service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--sand);
  font-size: 1.45rem;
}

.online-service-card h3,
.online-contact-copy h3 {
  margin: 0 0 10px;
  color: var(--olive);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 1.2;
}

.online-service-card h3 { font-size: 1.45rem; }
.online-service-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.online-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  gap: 48px;
  align-items: center;
  padding: 52px;
  border: 1px solid rgba(79, 111, 82, .16);
  border-radius: var(--radius-lg);
  background: var(--moss);
  box-shadow: var(--shadow);
}

.online-contact-copy { color: rgba(250, 248, 242, .88); }
.online-contact-copy .eyebrow { color: var(--sand); }
.online-contact-copy h3 {
  margin: 14px 0 18px;
  color: var(--cream);
  font-size: clamp(2rem, 3vw, 3rem);
}
.online-contact-copy > p { margin: 0; max-width: 520px; }

.online-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(250, 248, 242, .2);
}
.online-note span {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mustard);
  color: var(--brown);
  font-weight: 800;
}
.online-note p { margin: 1px 0 0; font-size: .9rem; }

.whatsapp-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 32px;
  border-radius: var(--radius-md);
  background: var(--cream);
  box-shadow: 0 18px 46px rgba(41, 54, 42, .18);
}

.form-field { display: grid; gap: 7px; }
.form-field-full { grid-column: 1 / -1; }
.form-field label {
  color: var(--olive);
  font-size: .88rem;
  font-weight: 700;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(79, 111, 82, .22);
  border-radius: 13px;
  outline: none;
  background: rgba(250, 248, 242, .9);
  color: var(--brown);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.form-field textarea { min-height: 126px; resize: vertical; }
.form-field select { cursor: pointer; }
.form-field input::placeholder,
.form-field textarea::placeholder { color: rgba(118, 92, 72, .58); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--moss);
  background: white;
  box-shadow: 0 0 0 4px rgba(79, 111, 82, .11);
}
.form-submit { width: 100%; border: 0; }
.form-helper {
  margin: 9px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: .78rem;
}

@media (max-width: 1080px) {
  .online-contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .online-contact-copy { text-align: center; }
  .online-contact-copy .eyebrow { justify-content: center; }
  .online-contact-copy > p { margin-inline: auto; }
  .online-note { justify-content: center; max-width: 600px; margin-inline: auto; }
}

@media (max-width: 800px) {
  .online-services { grid-template-columns: 1fr; }
  .online-service-card { text-align: center; }
  .online-service-icon { margin-inline: auto; }
  .online-contact-grid { padding: 34px 24px; }
}

@media (max-width: 620px) {
  .online-care { padding: 70px 0 80px; }
  .online-contact-grid { padding: 28px 16px 16px; border-radius: 24px; }
  .whatsapp-form { grid-template-columns: 1fr; padding: 22px 16px; }
  .form-field-full { grid-column: auto; }
  .online-contact-copy h3 { font-size: 2rem; }
}


/* ===== Ajuste de leitura do pop-up do cardápio ===== */
.modal {
  padding: 18px;
}

.modal-panel {
  width: min(1180px, 100%);
  max-height: 94vh;
  grid-template-columns: minmax(280px, 36%) minmax(0, 64%);
  overflow: hidden;
  border-radius: 26px;
}

.modal-media {
  position: relative;
  min-height: 100%;
  background: var(--sage);
}

.modal-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.modal-content {
  max-height: 94vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 42px 54px 48px 48px;
  scrollbar-width: auto;
  scrollbar-color: var(--moss) rgba(168, 184, 154, .28);
}

.modal-content::-webkit-scrollbar {
  width: 11px;
}

.modal-content::-webkit-scrollbar-track {
  background: rgba(168, 184, 154, .22);
  border-radius: 20px;
}

.modal-content::-webkit-scrollbar-thumb {
  background: var(--moss);
  border: 3px solid var(--cream);
  border-radius: 20px;
}

.modal-content h2 {
  margin: 8px 48px 18px 0;
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  line-height: 1.12;
}

.modal-description p {
  margin: 0 0 14px;
  color: var(--brown);
  font-size: .98rem;
  line-height: 1.72;
}

.modal-content h3 {
  margin: 30px 0 16px;
  font-size: 1.28rem;
}

.ingredient-list {
  gap: 0;
  border-top: 1px solid rgba(79, 111, 82, .14);
}

.ingredient-list li {
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(79, 111, 82, .12);
  color: var(--brown);
  font-size: .94rem;
  line-height: 1.62;
}

.ingredient-list b {
  color: var(--olive);
  font-weight: 700;
}

.indication {
  margin-top: 26px;
  padding: 18px 20px;
  line-height: 1.55;
}

.modal-cta {
  margin-top: 24px;
  margin-bottom: 4px;
}

.modal-close {
  position: fixed;
}

/* Informação de porção e valor no final do cardápio */
.menu-final-info {
  width: min(920px, 100%);
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 22px 26px;
  border: 1px solid rgba(250, 248, 242, .30);
  border-radius: 22px;
  background: rgba(250, 248, 242, .11);
  color: var(--cream);
  box-shadow: 0 16px 40px rgba(52, 76, 55, .16);
  backdrop-filter: blur(6px);
}

.menu-final-info-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--sand);
  font-size: 1.45rem;
}

.menu-final-info-copy strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.18rem;
  color: var(--cream);
}

.menu-final-info-copy p {
  margin: 0;
  color: rgba(250, 248, 242, .92);
  font-size: .95rem;
  line-height: 1.55;
}

.menu-final-price {
  min-width: 150px;
  padding-left: 22px;
  border-left: 1px solid rgba(250, 248, 242, .26);
  text-align: right;
}

.menu-final-price span,
.menu-final-price small {
  display: block;
  color: rgba(250, 248, 242, .82);
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.menu-final-price strong {
  display: block;
  margin: 2px 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1.1;
  color: var(--cream);
}

@media (max-width: 900px) {
  .modal {
    align-items: start;
    padding: 10px;
    overflow-y: auto;
  }

  .modal-panel {
    max-height: none;
    margin: 10px auto;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .modal-media {
    height: min(290px, 34vh);
    min-height: 220px;
  }

  .modal-media img {
    min-height: 0;
    height: 100%;
  }

  .modal-content {
    max-height: none;
    overflow: visible;
    padding: 30px 24px 36px;
  }

  .modal-content h2 {
    margin-right: 42px;
    font-size: clamp(1.75rem, 7vw, 2.2rem);
  }

  .modal-close {
    position: sticky;
    float: right;
    top: 12px;
    margin: 12px 12px -54px 0;
  }

  .menu-final-info {
    grid-template-columns: auto 1fr;
    padding: 20px;
  }

  .menu-final-price {
    grid-column: 1 / -1;
    min-width: 0;
    padding: 16px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(250, 248, 242, .26);
    text-align: left;
  }
}

@media (max-width: 520px) {
  .modal {
    padding: 0;
  }

  .modal-panel {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .modal-media {
    height: 220px;
    min-height: 220px;
  }

  .modal-content {
    padding: 26px 18px 32px;
  }

  .ingredient-list li {
    grid-template-columns: 28px minmax(0, 1fr);
    font-size: .92rem;
  }

  .menu-final-info {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 12px;
  }

  .menu-final-info-icon {
    margin: 0 auto;
  }

  .menu-final-price {
    text-align: center;
  }
}



/* ===== Porção e valor junto de cada sabor ===== */
.product-card {
  min-height: 455px;
}

.product-copy {
  justify-content: center;
}

.product-copy > p {
  margin-bottom: 16px;
}

.product-serving-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin: 0 0 18px;
  padding: 14px 15px;
  border: 1px solid rgba(79, 111, 82, .18);
  border-radius: 15px;
  background: rgba(168, 184, 154, .20);
}

.product-serving-copy strong {
  display: block;
  margin-bottom: 4px;
  color: var(--olive);
  font-family: "Playfair Display", Georgia, serif;
  font-size: .96rem;
  line-height: 1.2;
}

.product-serving-copy span {
  display: block;
  color: var(--brown);
  font-size: .78rem;
  line-height: 1.45;
}

.product-serving-price {
  min-width: 105px;
  padding-left: 13px;
  border-left: 1px solid rgba(79, 111, 82, .18);
  text-align: right;
}

.product-serving-price small,
.product-serving-price span {
  display: block;
  color: var(--brown);
  font-size: .66rem;
  font-weight: 700;
  line-height: 1.25;
}

.product-serving-price small {
  text-transform: uppercase;
  letter-spacing: .08em;
}

.product-serving-price strong {
  display: block;
  margin: 1px 0 2px;
  color: var(--moss);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
}

.modal-serving-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 17px 19px;
  border: 1px solid rgba(79, 111, 82, .18);
  border-radius: 16px;
  background: rgba(168, 184, 154, .20);
}

.modal-serving-info > div:first-child > strong {
  display: block;
  margin-bottom: 5px;
  color: var(--olive);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
}

.modal-serving-info p {
  margin: 0;
  color: var(--brown);
  font-size: .9rem;
  line-height: 1.55;
}

.modal-serving-price {
  min-width: 126px;
  padding-left: 18px;
  border-left: 1px solid rgba(79, 111, 82, .18);
  text-align: right;
}

.modal-serving-price small,
.modal-serving-price span {
  display: block;
  color: var(--brown);
  font-size: .72rem;
  font-weight: 700;
}

.modal-serving-price small {
  text-transform: uppercase;
  letter-spacing: .08em;
}

.modal-serving-price strong {
  display: block;
  margin: 3px 0;
  color: var(--moss);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .product-card {
    min-height: 0;
  }

  .product-serving-info,
  .modal-serving-info {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .product-serving-price,
  .modal-serving-price {
    min-width: 0;
    padding: 10px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(79, 111, 82, .18);
    text-align: left;
  }
}


/* ===== Kits, planos e complemento no cardápio ===== */
.offer-card .product-image {
  background: var(--sand);
}

.offer-card .product-image img {
  object-fit: cover;
}

.offer-card .product-copy {
  justify-content: center;
}

.offer-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px solid rgba(79, 111, 82, .18);
  border-radius: 15px;
  background: rgba(168, 184, 154, .20);
}

.offer-summary strong {
  color: var(--moss);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.48rem;
  line-height: 1;
  white-space: nowrap;
}

.offer-summary span {
  color: var(--brown);
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
}

.offer-bonus {
  margin: -4px 0 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(214, 168, 75, .16);
  color: var(--brown);
  font-size: .82rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .offer-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .offer-summary span {
    text-align: left;
  }
}


.brand img {
  display: block;
  width: 170px;
  height: auto;
  object-fit: contain;
}

.hero-visual img[alt="Casa Manjericão"] {
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(79, 111, 82, 0.12));
}
