@charset "UTF-8";

:root {
  --black: #0d0704;
  --dark: #160c07;
  --dark-2: #21120a;
  --panel: #24140b;
  --coffee: #3e2314;
  --gold: #c9984d;
  --gold-2: #e6bf78;
  --cream: #fff2d7;
  --soft: #d8c09a;
  --muted: #a78b65;
  --border: rgba(211, 158, 74, .38);
  --shadow: 0 30px 80px rgba(0, 0, 0, .38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 18% 0%, rgba(201, 152, 77, .18), transparent 25%),
    linear-gradient(180deg, #0d0704 0%, #1b0f08 40%, #130a06 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(201,152,77,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,152,77,.025) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.25), transparent 72%);
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(13, 7, 4, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(201, 152, 77, .24);
}

.nav {
  min-height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: var(--gold-2);
  border: 1px solid rgba(230, 191, 120, .42);
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(201,152,77,.11));
  font-size: 1.45rem;
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--cream);
  font-size: 1.55rem;
  line-height: .95;
  font-weight: 500;
  letter-spacing: -.5px;
}

.brand em {
  color: var(--gold-2);
  font-style: normal;
}

.brand small {
  display: block;
  color: var(--gold-2);
  margin-top: 4px;
  font-size: .78rem;
  letter-spacing: .3px;
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 54px);
  color: #f0d8ad;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.03rem;
}

.nav-links a {
  position: relative;
  opacity: .9;
  transition: .22s;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold-2);
  opacity: 1;
}

.nav-links a.active::after,
.nav-links a:hover::after {
  width: 100%;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 0;
  height: 2px;
  background: var(--gold-2);
  transition: .22s;
}

.btn {
  border: 0;
  border-radius: 999px;
  min-height: 48px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: .3px;
  transition: .22s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
  filter: saturate(1.06);
}

.btn-gold {
  color: #241308;
  background: linear-gradient(135deg, #f0cc87 0%, #c9984d 45%, #a66b2e 100%);
  border: 1px solid rgba(255, 242, 215, .45);
  box-shadow: 0 18px 45px rgba(160, 101, 41, .28);
}

.btn-dark {
  color: var(--cream);
  background: rgba(13, 7, 4, .55);
  border: 1px solid rgba(230,191,120,.28);
  box-shadow: none;
}

.btn.small {
  min-height: 44px;
  padding-inline: 18px;
  font-size: .82rem;
}

.btn.full {
  width: 100%;
  margin-top: 22px;
}

.hero {
  min-height: 565px;
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-bottom: 1px solid rgba(201, 152, 77, .38);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13,7,4,.88) 0%, rgba(13,7,4,.66) 30%, rgba(13,7,4,.16) 65%, rgba(13,7,4,.12) 100%),
    linear-gradient(180deg, rgba(13,7,4,.12), rgba(13,7,4,.24));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 565px;
}

.hero-copy {
  width: min(620px, 100%);
  padding: 54px 0;
}

.ornament {
  color: var(--gold-2);
  font-size: 2rem;
  margin-bottom: 14px;
  letter-spacing: 8px;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(2.55rem, 5.1vw, 5.8rem);
  line-height: .98;
  letter-spacing: -3px;
  color: #fff7e8;
  text-shadow: 0 14px 35px rgba(0,0,0,.45);
}

.hero p {
  width: min(430px, 100%);
  margin: 24px 0 26px;
  color: #ead7b7;
  line-height: 1.65;
  font-size: 1rem;
  text-shadow: 0 10px 22px rgba(0,0,0,.45);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.specialties {
  padding: 22px 0 14px;
  background: linear-gradient(180deg, #170c06 0%, #201209 100%);
}

.section-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 16px;
}

.section-head span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,152,77,.55));
}

.section-head span:last-child {
  background: linear-gradient(90deg, rgba(201,152,77,.55), transparent);
}

.section-head h2 {
  margin: 0;
  color: #f1d39c;
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: clamp(1.12rem, 2.2vw, 1.82rem);
  font-weight: 500;
}

.special-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.special-card {
  position: relative;
  min-height: 185px;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  overflow: hidden;
  border-radius: 9px;
  border: 1px solid var(--border);
  background: #201108;
  box-shadow: 0 22px 55px rgba(0,0,0,.22);
}

.special-card img {
  width: 100%;
  height: 100%;
  min-height: 185px;
  object-fit: cover;
  opacity: .92;
}

.special-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(13,7,4,.18) 45%, rgba(13,7,4,.77) 72%, rgba(13,7,4,.92) 100%);
  pointer-events: none;
}

.special-info {
  position: relative;
  z-index: 2;
  padding: 24px 22px;
  align-self: center;
}

.special-icon {
  color: var(--gold-2);
  font-size: 1.75rem;
}

.special-info h3 {
  margin: 8px 0 8px;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  line-height: .98;
  font-weight: 500;
  text-transform: uppercase;
}

.special-info p {
  margin: 0 0 15px;
  color: #e6cfab;
  font-size: .86rem;
  line-height: 1.42;
}

.special-info a {
  display: inline-flex;
  height: 30px;
  align-items: center;
  padding-inline: 18px;
  border-radius: 7px;
  border: 1px solid rgba(255, 242, 215, .42);
  color: #fff2d7;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .9px;
}

.menu-preview {
  padding: 14px 0 24px;
  background: #170c06;
}

.grid-layout {
  display: grid;
  grid-template-columns: .67fr 1.58fr 1.25fr;
  gap: 18px;
  align-items: stretch;
}

.menu-callout,
.category-strip,
.delivery-card {
  min-height: 170px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background:
    linear-gradient(145deg, rgba(38, 21, 10, .96), rgba(20, 11, 6, .96)),
    radial-gradient(circle at 80% 18%, rgba(201,152,77,.18), transparent 30%);
  box-shadow: 0 22px 55px rgba(0,0,0,.2);
}

.menu-callout {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-callout h2 {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.menu-callout p {
  margin: 0 0 20px;
  color: #ecd8b5;
  line-height: 1.55;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

.category-strip article {
  padding: 22px;
  border-right: 1px solid var(--border);
}

.category-strip article:last-child {
  border-right: 0;
}

.category-strip span {
  color: var(--gold-2);
  font-size: 1.45rem;
}

.category-strip h3 {
  margin: 7px 0 8px;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.category-strip p {
  min-height: 54px;
  margin: 0 0 14px;
  color: #e3caa2;
  font-size: .86rem;
  line-height: 1.35;
}

.category-strip img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}

.delivery-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 28px;
  overflow: hidden;
}

.delivery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 20%, rgba(201,152,77,.21), transparent 35%),
    linear-gradient(90deg, rgba(13,7,4,.0), rgba(13,7,4,.28));
  pointer-events: none;
}

.delivery-card > * {
  position: relative;
  z-index: 1;
}

.delivery-icon {
  color: var(--gold-2);
  font-size: 3.3rem;
}

.delivery-card h2 {
  margin: 0 0 8px;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}

.delivery-card p {
  margin: 0 0 18px;
  color: #ead4ae;
  line-height: 1.45;
}

.full-menu {
  padding: 76px 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(201,152,77,.12), transparent 28%),
    linear-gradient(180deg, #fff3dc 0%, #f3dfbb 100%);
  color: var(--coffee);
}

.section-title {
  text-align: center;
  margin-bottom: 34px;
}

.section-title span {
  color: #8c5a25;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: .78rem;
  font-weight: 1000;
}

.section-title h2 {
  margin: 8px 0 0;
  color: #2b170c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -1.8px;
}

.menu-columns {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 18px;
}

.menu-panel {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 250, 238, .72);
  border: 1px solid rgba(92, 50, 31, .18);
  box-shadow: 0 22px 60px rgba(48, 23, 10, .12);
}

.panel-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(92, 50, 31, .16);
}

.panel-title span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(201, 152, 77, .16);
  color: #75461d;
  font-size: 1.35rem;
}

.panel-title h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.menu-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: end;
  padding: 10px 0;
}

.menu-item b {
  font-size: .92rem;
}

.menu-item i {
  border-bottom: 2px dotted rgba(92, 50, 31, .31);
  transform: translateY(-6px);
}

.menu-item strong {
  color: #211209;
  font-size: .88rem;
}

.care-section {
  padding: 0 0 26px;
  background: #170c06;
}

.care-grid {
  display: grid;
  grid-template-columns: .98fr .92fr 1.08fr;
  gap: 18px;
}

.photo-card,
.hours-card,
.love-card {
  min-height: 150px;
  border-radius: 10px;
  border: 1px solid var(--border);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(38, 21, 10, .96), rgba(20, 11, 6, .96));
}

.photo-card img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
}

.hours-card {
  padding: 25px;
}

.hours-card > span {
  color: var(--gold-2);
  font-size: 1.6rem;
}

.hours-card h2 {
  margin: 0 0 18px;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.hours-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.hours-row div {
  padding: 0 14px;
  border-right: 1px solid var(--border);
  text-align: center;
}

.hours-row div:first-child {
  padding-left: 0;
}

.hours-row div:last-child {
  border-right: 0;
  padding-right: 0;
}

.hours-row small {
  display: block;
  color: #dec39a;
  margin-bottom: 8px;
}

.hours-row strong {
  display: block;
  color: #fff3da;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.38rem;
  font-weight: 500;
}

.love-card {
  position: relative;
}

.love-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .34;
}

.love-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 11, 6, .94), rgba(20, 11, 6, .52));
}

.love-card div {
  position: relative;
  z-index: 1;
  padding: 25px;
}

.love-card span {
  color: var(--gold-2);
  font-size: 1.7rem;
}

.love-card h2 {
  margin: 4px 0 8px;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 1.45rem;
}

.love-card p {
  margin: 0 0 10px;
  color: #ead3aa;
  line-height: 1.45;
}

.love-card strong {
  color: #f2c678;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 1.35rem;
  font-weight: 400;
}

.contact-bar {
  padding: 0 0 22px;
  background: #170c06;
}

.contact-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1.1fr;
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: rgba(27, 15, 8, .92);
}

.contact-inner div,
.contact-inner button {
  min-height: 78px;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-items: center;
  color: #f4ddba;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--border);
  text-align: left;
}

.contact-inner div:last-child,
.contact-inner button:last-child {
  border-right: 0;
}

.contact-inner button {
  cursor: pointer;
}

.contact-inner button:hover strong {
  color: var(--gold-2);
}

.contact-inner span {
  grid-row: span 2;
  color: var(--gold-2);
  font-size: 1.5rem;
}

.contact-inner strong {
  align-self: end;
  font-size: .98rem;
}

.contact-inner small {
  align-self: start;
  color: #b99b70;
}

.footer {
  padding: 28px 0;
  background: #0d0704;
  border-top: 1px solid rgba(201, 152, 77, .22);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}

.footer p {
  margin: 0;
  color: #d5ba8b;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.footer-actions {
  justify-self: end;
  display: flex;
  gap: 10px;
}

.footer-actions button {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(201, 152, 77, .35);
  color: #f6dfb6;
  background: rgba(255,255,255,.03);
  cursor: pointer;
}

.whats-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,.82);
  color: #fff;
  background: linear-gradient(135deg, #238b55, #69bf72);
  font-size: 1.6rem;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(31, 139, 85, .35);
}

@media (max-width: 1120px) {
  .nav {
    grid-template-columns: auto auto;
  }

  .nav-links {
    display: none;
  }

  .special-grid,
  .grid-layout,
  .menu-columns,
  .care-grid,
  .contact-inner,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .contact-inner div,
  .contact-inner button {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .contact-inner div:last-child {
    border-bottom: 0;
  }

  .category-strip {
    grid-template-columns: 1fr;
  }

  .category-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .category-strip article:last-child {
    border-bottom: 0;
  }

  .footer-inner {
    text-align: center;
  }

  .footer .brand,
  .footer-actions {
    justify-self: center;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 24px, 1320px);
  }

  .topbar .btn {
    display: none;
  }

  .nav {
    min-height: 66px;
  }

  .brand-mark {
    width: 43px;
    height: 43px;
  }

  .brand strong {
    font-size: 1.25rem;
  }

  .brand small {
    font-size: .7rem;
  }

  .hero,
  .hero-content {
    min-height: 610px;
  }

  .hero-bg {
    object-position: 62% center;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(13,7,4,.94) 0%, rgba(13,7,4,.76) 50%, rgba(13,7,4,.33) 100%),
      linear-gradient(180deg, rgba(13,7,4,.12), rgba(13,7,4,.24));
  }

  .hero-copy {
    padding: 44px 0;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.55rem);
    letter-spacing: -1.7px;
  }

  .hero p {
    width: 96%;
    font-size: .96rem;
  }

  .special-card {
    grid-template-columns: 1fr;
    min-height: 330px;
  }

  .special-card img {
    min-height: 330px;
  }

  .special-card::after {
    background: linear-gradient(180deg, transparent 0%, rgba(13,7,4,.55) 42%, rgba(13,7,4,.96) 100%);
  }

  .special-info {
    position: absolute;
    inset: auto 0 0 0;
  }

  .section-head {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 10px;
  }

  .section-head span {
    display: none;
  }

  .menu-item {
    grid-template-columns: 1fr auto;
  }

  .menu-item i {
    display: none;
  }

  .hours-row {
    grid-template-columns: 1fr;
  }

  .hours-row div {
    border-right: 0;
    border-bottom: 1px solid var(--border);
    padding: 14px 0;
  }

  .hours-row div:first-child {
    padding-top: 0;
  }

  .hours-row div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .whats-float {
    width: 56px;
    height: 56px;
    right: 14px;
    bottom: 14px;
  }
}


/* ===== Logo da marca inserida no site ===== */
.brand-with-logo {
  gap: 14px;
}

.brand-logo {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 18px;
  background: rgba(0,0,0,.15);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
  flex-shrink: 0;
}

.footer-brand-logo {
  display: inline-flex;
  align-items: center;
}

.footer-logo-image {
  width: 380px;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

@media (max-width: 720px) {
  .brand-logo {
    width: 74px;
    height: 74px;
    border-radius: 14px;
  }

  .footer-logo-image {
    width: 280px;
  }
}

.brand-text { display:block; }


/* ===== Rodapé final: direitos autorais e desenvolvedor ===== */
.footer-copy {
  text-align: center;
  display: grid;
  gap: 6px;
  color: #d5ba8b;
}

.footer-copy p {
  margin: 0;
}

.footer-copy small {
  display: block;
  color: #b99b70;
  font-size: .82rem;
  line-height: 1.45;
}

.footer-copy strong {
  color: var(--gold-2);
  font-weight: 900;
}

@media (max-width: 1120px) {
  .footer-copy {
    justify-self: center;
  }
}


/* ===== Página/Seção Faça seu pedido ===== */
.order-section{padding:86px 0;color:var(--cream);background:radial-gradient(circle at 15% 8%,rgba(201,152,77,.20),transparent 28%),radial-gradient(circle at 87% 18%,rgba(230,191,120,.13),transparent 24%),linear-gradient(180deg,#100804 0%,#211108 48%,#120905 100%);border-top:1px solid rgba(201,152,77,.28);border-bottom:1px solid rgba(201,152,77,.28)}
.order-hero{display:grid;grid-template-columns:1fr 330px;gap:28px;align-items:end;margin-bottom:28px}
.order-kicker{display:inline-flex;align-items:center;gap:12px;color:var(--gold-2);text-transform:uppercase;letter-spacing:3px;font-size:.78rem;font-weight:1000}
.order-kicker::before{content:"";width:42px;height:1px;background:var(--gold-2)}
.order-hero h2{width:min(780px,100%);margin:10px 0 14px;color:#fff6e1;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.15rem,4vw,4.35rem);line-height:.98;font-weight:500;letter-spacing:-1.7px}
.order-hero p{width:min(760px,100%);margin:0;color:#e3caa2;line-height:1.75;font-size:1.04rem}
.order-badge{padding:24px;border-radius:24px;border:1px solid rgba(230,191,120,.30);background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(201,152,77,.08));box-shadow:0 24px 60px rgba(0,0,0,.20)}
.order-badge span{display:block;font-size:2.2rem;margin-bottom:10px}
.order-badge strong{display:block;color:#fff2d7;font-family:Georgia,"Times New Roman",serif;font-size:1.35rem;font-weight:500}
.order-badge small{display:block;margin-top:8px;color:#d7bb8d;line-height:1.45}
.order-layout{display:grid;grid-template-columns:1fr 390px;gap:22px;align-items:start}
.order-products{display:grid;gap:18px}
.order-category{padding:24px;border-radius:26px;border:1px solid rgba(230,191,120,.26);background:linear-gradient(145deg,rgba(39,21,10,.92),rgba(19,10,5,.94));box-shadow:0 24px 70px rgba(0,0,0,.23)}
.order-category-title{display:flex;align-items:center;gap:13px;padding-bottom:17px;margin-bottom:17px;border-bottom:1px solid rgba(230,191,120,.20)}
.order-category-title span{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;background:rgba(201,152,77,.16);border:1px solid rgba(230,191,120,.25);font-size:1.35rem}
.order-category-title h3{margin:0;color:var(--gold-2);font-family:Georgia,"Times New Roman",serif;font-size:1.75rem;font-weight:500}
.order-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.order-product-grid button{min-height:86px;border:1px solid rgba(230,191,120,.20);border-radius:18px;padding:14px;color:#fff4d8;background:radial-gradient(circle at 80% 10%,rgba(230,191,120,.13),transparent 34%),rgba(255,255,255,.045);text-align:left;cursor:pointer;transition:.22s ease}
.order-product-grid button:hover{transform:translateY(-2px);border-color:rgba(230,191,120,.48);background:rgba(201,152,77,.13)}
.order-product-grid strong{display:block;font-size:.9rem;line-height:1.25}
.order-product-grid small{display:block;margin-top:8px;color:var(--gold-2);font-weight:900}
.order-summary{position:sticky;top:94px;padding:24px;border-radius:28px;border:1px solid rgba(230,191,120,.34);background:radial-gradient(circle at 80% 0%,rgba(230,191,120,.18),transparent 32%),linear-gradient(145deg,rgba(255,246,224,.98),rgba(232,206,160,.96));color:#2b170c;box-shadow:0 30px 90px rgba(0,0,0,.30)}
.order-summary.pulse{animation:pulseResumo .45s ease}
@keyframes pulseResumo{0%{transform:scale(1)}45%{transform:scale(1.018)}100%{transform:scale(1)}}
.summary-head{display:flex;align-items:center;gap:14px;padding-bottom:16px;margin-bottom:14px;border-bottom:1px solid rgba(92,50,31,.17)}
.summary-head>span{width:48px;height:48px;display:grid;place-items:center;border-radius:17px;background:rgba(201,152,77,.18);font-size:1.45rem}
.summary-head h3{margin:0;color:#2b170c;font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;font-weight:500}
.summary-head small{display:block;margin-top:3px;color:#875a2c;font-weight:900}
.empty-order{margin:0 0 14px;color:#745033;line-height:1.55;font-size:.93rem}
.pedido-lista{list-style:none;padding:0;margin:0 0 16px;display:grid;gap:9px}
.pedido-lista li{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px dashed rgba(92,50,31,.21)}
.pedido-lista strong{display:block;color:#2b170c;font-size:.93rem}
.pedido-lista small{display:block;margin-top:3px;color:#82552a;font-weight:800}
.pedido-lista button{border:0;color:#8d3e24;background:transparent;font-size:.78rem;font-weight:900;cursor:pointer}
.order-form{display:grid;gap:11px;margin-top:12px}
.order-form label{display:grid;gap:6px;color:#4b2a18;font-size:.83rem;font-weight:900}
.order-form input,.order-form select,.order-form textarea{width:100%;border:1px solid rgba(92,50,31,.20);border-radius:14px;padding:12px 13px;outline:none;color:#2b170c;background:rgba(255,255,255,.62);font:inherit}
.order-form input:focus,.order-form select:focus,.order-form textarea:focus{border-color:rgba(201,152,77,.72);box-shadow:0 0 0 4px rgba(201,152,77,.16)}
.order-final-btn{width:100%;margin-top:16px;min-height:54px}
.summary-note{display:block;margin-top:12px;color:#745033;line-height:1.45;text-align:center}
@media (max-width:1120px){.order-hero,.order-layout{grid-template-columns:1fr}.order-summary{position:static}.order-product-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:720px){.order-section{padding:62px 0}.order-category,.order-summary,.order-badge{padding:20px;border-radius:22px}.order-product-grid{grid-template-columns:1fr}}



/* =========================================================
   AJUSTES FINAIS - JOSYRE CAFÉ
   ========================================================= */

.hero-content {
  justify-content: flex-end;
}

.hero-copy {
  margin-left: auto;
  margin-right: 0;
  width: min(560px, 100%);
  padding: 42px 0;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-copy::before {
  display: none;
}

.hero h1 {
  max-width: 540px;
  font-size: clamp(2rem, 3.8vw, 4.15rem);
  line-height: 1.04;
  letter-spacing: -1.4px;
  text-shadow:
    0 4px 10px rgba(0, 0, 0, 0.85),
    0 18px 38px rgba(0, 0, 0, 0.65);
}

.hero p {
  max-width: 460px;
  text-shadow:
    0 3px 8px rgba(0, 0, 0, 0.85),
    0 12px 28px rgba(0, 0, 0, 0.55);
}

.hero-bg {
  width: 112%;
  object-position: 54% center;
  transform: translateX(0);
}

.hero::after {
  background:
    linear-gradient(
      90deg,
      rgba(13, 7, 4, 0.18) 0%,
      rgba(13, 7, 4, 0.28) 36%,
      rgba(13, 7, 4, 0.64) 70%,
      rgba(13, 7, 4, 0.78) 100%
    ),
    linear-gradient(
      180deg,
      rgba(13, 7, 4, 0.08),
      rgba(13, 7, 4, 0.22)
    );
}

.order-section {
  position: relative;
  overflow: hidden;
}

.order-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(230, 191, 120, 0.16), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(201, 152, 77, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(13, 7, 4, 0.18), rgba(13, 7, 4, 0.42));
  pointer-events: none;
}

.order-section .container {
  position: relative;
  z-index: 2;
}

.order-hero {
  padding: 34px;
  border-radius: 32px;
  border: 1px solid rgba(230, 191, 120, 0.24);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.055),
      rgba(201, 152, 77, 0.055)
    );
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 242, 215, 0.04);
}

.order-badge {
  background:
    radial-gradient(circle at 70% 10%, rgba(230, 191, 120, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(24, 13, 7, 0.92), rgba(54, 30, 14, 0.78));
}

.order-badge small {
  display: none;
}

.order-products {
  gap: 22px;
}

.order-category {
  position: relative;
  overflow: hidden;
}

.order-category::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 191, 120, 0.13), transparent 66%);
  pointer-events: none;
}

.order-category-title,
.order-product-grid {
  position: relative;
  z-index: 2;
}

.order-product-grid button {
  min-height: 98px;
  border-color: rgba(230, 191, 120, 0.24);
  background:
    linear-gradient(145deg, rgba(255, 246, 224, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 0 0 1px rgba(255, 242, 215, 0.035);
}

.order-product-grid button::after {
  content: "+ adicionar";
  display: inline-flex;
  margin-top: 10px;
  color: #f0cc87;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  opacity: 0.85;
}

.order-summary {
  border: 1px solid rgba(230, 191, 120, 0.55);
  background:
    radial-gradient(circle at 85% 0%, rgba(201, 152, 77, 0.24), transparent 30%),
    linear-gradient(145deg, #fff7e7, #e7cfa4);
}

.summary-head h3 {
  font-size: 1.75rem;
}

.full-menu {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(201, 152, 77, 0.24), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(92, 50, 31, 0.12), transparent 26%),
    linear-gradient(180deg, #fff4dd 0%, #f0d6aa 100%);
}

.full-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(92, 50, 31, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 50, 31, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.full-menu .container {
  position: relative;
  z-index: 2;
}

.menu-panel {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 252, 243, 0.92), rgba(240, 218, 181, 0.84));
  border: 1px solid rgba(92, 50, 31, 0.18);
  box-shadow:
    0 28px 80px rgba(92, 50, 31, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.panel-title,
.menu-item {
  position: relative;
  z-index: 2;
}

.panel-title h3 {
  color: #2b170c;
  font-size: 2rem;
}

.menu-panel:nth-child(2),
.menu-panel:nth-child(3) {
  background:
    radial-gradient(circle at 86% 8%, rgba(230, 191, 120, 0.14), transparent 30%),
    linear-gradient(145deg, #211108, #3a2112);
  border-color: rgba(230, 191, 120, 0.28);
}

.menu-panel:nth-child(2) .panel-title h3,
.menu-panel:nth-child(3) .panel-title h3,
.menu-panel:nth-child(2) .menu-item b,
.menu-panel:nth-child(3) .menu-item b {
  color: #fff3da;
}

.menu-panel:nth-child(2) .menu-item strong,
.menu-panel:nth-child(3) .menu-item strong {
  color: #f0cc87;
}

.special-grid {
  align-items: stretch;
}

.special-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(35, 19, 10, 0.96), rgba(13, 7, 4, 0.96));
}

.special-card::after {
  display: none;
}

.special-card img {
  width: 100%;
  height: 205px;
  min-height: 205px;
  object-fit: cover;
  opacity: 0.92;
  filter: brightness(0.82) contrast(1.06) saturate(1.04);
}

.special-info {
  position: relative;
  z-index: 2;
  flex: 1;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at 88% 0%, rgba(230, 191, 120, 0.10), transparent 34%),
    linear-gradient(145deg, rgba(35, 19, 10, 0.98), rgba(13, 7, 4, 0.98));
  border-top: 1px solid rgba(230, 191, 120, 0.18);
}

.menu-preview {
  padding: 34px 0 36px;
  background:
    radial-gradient(circle at 20% 0%, rgba(201, 152, 77, 0.10), transparent 26%),
    linear-gradient(180deg, #160b05 0%, #0f0703 100%);
  border-top: 1px solid rgba(230, 191, 120, 0.14);
  border-bottom: 1px solid rgba(230, 191, 120, 0.14);
}

.menu-callout,
.category-strip,
.delivery-card {
  border-radius: 24px;
  border: 1px solid rgba(230, 191, 120, 0.24);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 242, 215, 0.035);
}

.delivery-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.26), transparent 28%),
    linear-gradient(145deg, rgba(230, 191, 120, 0.18), rgba(201, 152, 77, 0.08));
  border: 1px solid rgba(230, 191, 120, 0.26);
  font-size: 2.2rem;
}

#inicio,
#especialidades,
#cardapio,
#pedido,
#cardapio-completo,
#sobre,
#encomendas,
#contato {
  scroll-margin-top: 126px;
}

.brand-logo {
  width: 104px;
  height: 92px;
  object-fit: contain;
  object-position: center;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-logo-image {
  width: 360px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 720px) {
  .nav {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    padding: 10px 0;
  }

  .brand {
    justify-content: center;
    text-align: center;
  }

  .brand-logo {
    width: 78px;
    height: 70px;
  }

  .hero-content {
    justify-content: flex-start;
  }

  .hero-copy {
    margin-left: 0;
    margin-right: 0;
    width: min(100%, 430px);
    padding: 34px 0;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8.7vw, 2.9rem);
  }

  .hero-bg {
    width: 132%;
    object-position: 66% center;
    transform: translateX(-8%);
  }

  .hero::after {
    background:
      linear-gradient(
        90deg,
        rgba(13, 7, 4, 0.92) 0%,
        rgba(13, 7, 4, 0.74) 48%,
        rgba(13, 7, 4, 0.34) 100%
      ),
      linear-gradient(
        180deg,
        rgba(13, 7, 4, 0.10),
        rgba(13, 7, 4, 0.24)
      );
  }

  .special-card {
    min-height: auto;
  }

  .special-card img {
    height: 230px;
    min-height: 230px;
  }

  .special-info {
    position: relative;
    inset: auto;
  }

  .order-product-grid {
    grid-template-columns: 1fr;
  }

  .footer-logo-image {
    width: 260px;
  }

  #inicio,
  #especialidades,
  #cardapio,
  #pedido,
  #cardapio-completo,
  #sobre,
  #encomendas,
  #contato {
    scroll-margin-top: 104px;
  }
}


/* =========================================================
   AJUSTE FINAL - HERO SEM TEXTO DUPLICADO NA IMAGEM
   ========================================================= */

.hero-bg {
  object-position: center center;
}

.hero::after {
  background:
    linear-gradient(
      90deg,
      rgba(13, 7, 4, 0.16) 0%,
      rgba(13, 7, 4, 0.24) 38%,
      rgba(13, 7, 4, 0.64) 72%,
      rgba(13, 7, 4, 0.80) 100%
    ),
    linear-gradient(
      180deg,
      rgba(13, 7, 4, 0.06),
      rgba(13, 7, 4, 0.24)
    );
}
