/*
Theme Name: Cardápio Tech
Theme URI: https://example.com/
Author: OpenAI
Description: Tema mobile-first para cardápios digitais interativos.
Version: 1.2.25
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: cardapio-tech
*/

:root { --ct-bg: #f1eeeb; --ct-surface: #fffaf6; --ct-text: #2d2b31; --ct-muted: #6d6870; --ct-accent: #b85e3e; --ct-blue: #3f6882; --ct-ochre: #c9854b; --ct-sage: #7d896b; --ct-fade-start: 151px; --ct-fade-end: 136px; --ct-fade-cut: 151px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ct-bg); color: var(--ct-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.ct-site { min-height: 100vh; overflow-x: hidden; background-image: linear-gradient(rgba(241,238,235,.78), rgba(241,238,235,.78)), url('assets/lapa-background.jpg'); background-position: center top; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-color: var(--ct-bg); }
.ct-topbar { position: fixed; top: 0; left: 50%; z-index: 50; display: flex; align-items: center; justify-content: flex-start; width: min(1180px, calc(100% - 40px)); min-height: 64px; margin: 0 auto; padding: 8px 0; border: 0; background: transparent; box-shadow: none; transform: translateX(-50%); }
.ct-logo { position: relative; z-index: 1; }
.ct-logo img { display: block; width: 150px; height: auto; }
.ct-topbar__actions { position: absolute; right: 0; z-index: 1; display: flex; align-items: center; gap: 9px; }
.ct-gtranslate { display: flex; align-items: center; min-height: 24px; background: transparent; }
.ct-gtranslate .gtranslate_wrapper, .ct-gtranslate .gt_switcher, .ct-gtranslate .gt_switcher_wrapper { display: flex !important; align-items: center; gap: 3px; min-height: 24px; background: transparent !important; box-shadow: none !important; }
.ct-gtranslate .gt_switcher a, .ct-gtranslate .gt_switcher .gt_selected a, .ct-gtranslate a.glink { display: inline-flex !important; align-items: center; justify-content: center; min-width: 22px; min-height: 22px; padding: 0 !important; border: 0 !important; background: transparent !important; color: transparent !important; text-decoration: none; }
.ct-gtranslate .gt_switcher img, .ct-gtranslate img.gt_flag, .ct-gtranslate a.glink img { display: block; width: 20px !important; height: 14px !important; margin: 0 !important; object-fit: cover; border-radius: 2px; box-shadow: 0 1px 3px rgba(45,43,49,.2); }
.ct-gtranslate .gt_switcher a:hover, .ct-gtranslate .gt_switcher a:focus-visible, .ct-gtranslate a.glink:hover, .ct-gtranslate a.glink:focus-visible { transform: translateY(-1px) scale(1.08); opacity: .8; outline: none; }
.ct-gtranslate .gt_selected, .ct-gtranslate .gt_option, .ct-gtranslate .gt_switcher .gt_arrow { background: transparent !important; border: 0 !important; box-shadow: none !important; }
.ct-gtranslate .gt_switcher .gt_selected a { min-width: 22px; }
.ct-main { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 78px 0 150px; }
.ct-hero { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 30px; padding: 16px 0 20px; }
.ct-hero__eyebrow { color: var(--ct-accent); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.ct-hero h1 { max-width: 680px; margin: 14px 0 16px; font-size: clamp(48px, 9vw, 112px); letter-spacing: -.09em; line-height: .84; }
.ct-hero p { max-width: 420px; margin: 0; color: var(--ct-muted); font-size: 15px; line-height: 1.6; }
.ct-hero__signal { justify-self: end; width: min(100%, 350px); padding: 24px; border: 1px solid rgba(45,43,49,.12); border-radius: 20px; background: linear-gradient(140deg, rgba(201,133,75,.18), rgba(255,255,255,.42)); }
.ct-hero__signal-line { display: flex; align-items: center; gap: 9px; color: var(--ct-accent); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.ct-hero__pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--ct-accent); box-shadow: 0 0 0 5px rgba(184,94,62,.14); }
.ct-hero__signal strong { display: block; margin-top: 24px; font-size: 38px; letter-spacing: -.06em; }
.ct-hero__signal span:last-child { display: block; margin-top: 4px; color: var(--ct-muted); font-size: 12px; }
.ct-menu-area { padding-top: 6px; }
.ct-footer { display: flex; justify-content: space-between; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 40px; border-top: 1px solid rgba(45,43,49,.1); color: var(--ct-muted); font-size: 11px; }
@media (max-width: 760px) {
  .ct-topbar, .ct-main, .ct-footer { width: min(100% - 28px, 620px); }
  .ct-logo img { width: 132px; }
  .ct-topbar__actions { gap: 5px; }
  .ct-gtranslate .gtranslate_wrapper, .ct-gtranslate .gt_switcher, .ct-gtranslate .gt_switcher_wrapper { gap: 0; }
  .ct-main { padding-top: 72px; padding-bottom: 130px; }
  .ct-hero { grid-template-columns: 1fr; gap: 20px; padding: 8px 0 14px; }
  .ct-hero__signal { justify-self: stretch; width: 100%; }
  .ct-footer { flex-direction: column; gap: 8px; }
}
