:root {
  --green-950: #06351f;
  --green-900: #075229;
  --green-800: #087a32;
  --green-100: #edf6e9;
  --orange: #ef7200;
  --yellow: #f4cf31;
  --cream: #fffaf1;
  --paper: #ffffff;
  --ink: #15211a;
  --muted: #657066;
  --line: #e4e1d8;
  --shadow: 0 12px 28px rgba(16, 26, 19, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 76px;
  padding: 8px max(18px, calc((100vw - 1280px) / 2 + 18px));
  background: rgba(255, 255, 255, 0.96);
  border-top: 10px solid #050936;
  border-bottom: 1px solid rgba(228, 225, 216, 0.9);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

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

.top-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  min-width: 0;
}

.top-actions a {
  color: #050505;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.top-actions a:hover,
.top-actions a:focus-visible {
  color: var(--green-800);
  outline: none;
}

.top-actions .nav-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 22px;
  color: #fff;
  background: #08963b;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(8, 122, 50, 0.22);
}

.top-actions .nav-order:hover,
.top-actions .nav-order:focus-visible {
  color: #fff;
  background: var(--green-800);
}

.app-shell {
  overflow: hidden;
  background: #fff;
}

.hero-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(480px, 1.28fr);
  align-items: end;
  width: min(1280px, 100%);
  min-height: 730px;
  margin: 0 auto;
  padding: 24px 48px 0;
}

.hero-panel::before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: 0;
  left: -80px;
  z-index: -1;
  height: 150px;
  background:
    repeating-linear-gradient(90deg, rgba(140, 97, 48, 0.12) 0 1px, transparent 1px 92px),
    linear-gradient(180deg, #fff9f0, #e9d4b7);
  border-top: 1px solid #dfd5c6;
}

.hero-copy {
  position: relative;
  z-index: 3;
  align-self: start;
  max-width: 470px;
  padding-top: 12px;
}

.hero-logo {
  display: block;
  width: 142px;
  height: 104px;
  margin: 0 0 6px 22px;
  object-fit: contain;
}

.hero-kicker {
  width: 190px;
  margin: 0 0 24px;
  color: var(--green-800);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.hero-title {
  margin: 0 0 18px;
  color: var(--green-800);
  font-family: Impact, "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 6.2rem;
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-title span {
  display: inline-block;
}

.hero-title span + span {
  color: var(--orange);
  transform: rotate(-3deg) translateY(8px);
}

.hero-description {
  position: relative;
  max-width: 360px;
  margin: 0 0 18px 12px;
  padding-left: 54px;
  color: var(--green-800);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.35;
}

.hero-description::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 34px;
  height: 24px;
  background: var(--green-800);
  clip-path: polygon(0 50%, 25% 18%, 68% 22%, 100% 50%, 68% 78%, 25% 82%);
}

.hero-description::after {
  content: "";
  position: absolute;
  top: 13px;
  left: -8px;
  width: 14px;
  height: 14px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 14px solid var(--green-800);
}

.paint-cta {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 370px;
  min-height: 104px;
  margin: 6px 0 0 4px;
  padding: 18px 34px 18px 104px;
  color: #fff;
  background: var(--orange);
  clip-path: polygon(1% 18%, 10% 4%, 74% 0, 99% 12%, 93% 32%, 100% 45%, 91% 61%, 97% 84%, 40% 96%, 7% 91%, 0 70%, 6% 54%);
  text-decoration: none;
  transform: rotate(-4deg);
}

.paint-cta::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 32px;
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}

.paint-cta strong,
.paint-cta span {
  display: block;
  transform: rotate(4deg);
}

.paint-cta strong {
  font-size: 1.45rem;
  line-height: 1.15;
}

.paint-cta span {
  margin-top: 2px;
  font-size: 0.95rem;
  font-weight: 800;
}

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

.hero-media img {
  display: block;
  width: 760px;
  height: 760px;
  max-width: none;
  object-fit: cover;
  object-position: 35% 50%;
  border-radius: 50%;
  box-shadow: 0 28px 54px rgba(19, 28, 20, 0.18);
  transform: translate(92px, 62px);
}

.taste-ribbon {
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 4;
  width: 330px;
  color: var(--green-800);
  text-align: center;
  transform: rotate(-2deg);
}

.taste-ribbon span {
  display: block;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 2rem;
  line-height: 1;
}

.taste-ribbon strong {
  display: inline-block;
  margin-top: 4px;
  padding: 12px 42px;
  color: #fff;
  background: var(--orange);
  clip-path: polygon(0 34%, 100% 0, 94% 76%, 5% 100%);
  font-size: 1.25rem;
  line-height: 1;
  transform: rotate(-4deg);
}

.fresh-badge {
  position: absolute;
  right: 20px;
  bottom: 46px;
  z-index: 5;
  display: grid;
  place-content: center;
  gap: 6px;
  width: 162px;
  height: 162px;
  color: #fff;
  background: var(--green-800);
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0 12px 22px rgba(7, 82, 41, 0.2);
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transform: rotate(7deg);
}

.tool-section {
  width: min(1180px, 100%);
  margin: 0 auto 44px;
  padding: 0 24px;
}

.featured-section {
  position: relative;
  z-index: 6;
  margin-top: -70px;
}

.section-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.featured-section .section-row {
  justify-content: center;
  margin-bottom: 14px;
}

h2 {
  margin-bottom: 0;
  color: var(--green-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.featured-section h2 {
  color: var(--green-800);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.06rem;
  font-weight: 900;
  text-align: center;
}

.featured-section h2::before,
.featured-section h2::after {
  content: "";
  display: inline-block;
  width: 145px;
  height: 1px;
  margin: 0 12px 4px;
  background: #b7b238;
}

.count-pill {
  flex: 0 0 auto;
  color: var(--green-900);
  background: var(--green-100);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.78rem;
  font-weight: 900;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  width: min(820px, 100%);
  margin: 0 auto;
}

.featured-card {
  position: relative;
  min-width: 0;
  text-align: center;
}

.featured-card:first-child::before {
  content: "BEST\A SELLER";
  position: absolute;
  top: -18px;
  left: -8px;
  z-index: 2;
  display: grid;
  place-content: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: var(--green-800);
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1.05;
  white-space: pre;
}

.featured-card img {
  display: block;
  width: 106px;
  height: 106px;
  margin: 0 auto 8px;
  object-fit: cover;
  background: var(--green-100);
  border: 1px solid var(--green-800);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(7, 82, 41, 0.12);
  cursor: zoom-in;
}

.featured-body {
  display: grid;
  gap: 5px;
}

.featured-body h3 {
  margin: 0;
  color: var(--green-900);
  font-family: Impact, "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.featured-meta {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: 0.82rem;
}

.featured-meta span {
  display: none;
}

.price {
  color: var(--green-800);
  font-weight: 900;
  white-space: nowrap;
}

.add-button,
.custom-form button,
.whatsapp-button,
.secondary-button,
.ghost-button,
.qty-button,
.row-add {
  border: 0;
  cursor: pointer;
  font-weight: 900;
}

.add-button {
  justify-self: center;
  min-height: 32px;
  padding: 0 15px;
  color: var(--green-950);
  background: var(--yellow);
  border-radius: 999px;
}

.add-button:hover,
.add-button:focus-visible,
.row-add:hover,
.row-add:focus-visible,
.custom-form button:hover,
.custom-form button:focus-visible {
  filter: brightness(0.97);
  outline: 3px solid rgba(244, 207, 49, 0.35);
}

.menu-section,
.custom-item,
.gallery-section {
  padding-top: 28px;
}

.menu-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 14px;
  align-items: end;
  margin-bottom: 18px;
}

.search-field,
.custom-form label,
.customer-form label {
  display: grid;
  gap: 6px;
  color: var(--green-950);
  font-size: 0.82rem;
  font-weight: 900;
}

.search-field input,
.custom-form input,
.customer-form input,
.customer-form textarea {
  width: 100%;
  min-height: 44px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
}

.customer-form textarea {
  resize: vertical;
}

.search-field input:focus,
.custom-form input:focus,
.customer-form input:focus,
.customer-form textarea:focus {
  border-color: var(--green-800);
  outline: 3px solid rgba(8, 122, 50, 0.14);
}

.category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category-filter button {
  min-height: 37px;
  color: var(--green-900);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  font-weight: 900;
}

.category-filter button.active {
  color: #fff;
  background: var(--green-800);
  border-color: var(--green-800);
}

.menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.menu-pagination-wrap {
  margin-top: 18px;
}

.menu-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.menu-pagination button {
  min-width: 42px;
  min-height: 40px;
  padding: 8px 13px;
  color: var(--green-900);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.menu-pagination button:hover,
.menu-pagination button:focus-visible {
  color: #fff;
  background: var(--green-800);
  border-color: var(--green-800);
  outline: none;
}

.menu-pagination button.active {
  color: var(--green-950);
  background: var(--yellow);
  border-color: var(--yellow);
}

.menu-pagination button:disabled {
  color: var(--muted);
  background: #f4f1ea;
  cursor: not-allowed;
  opacity: 0.58;
}

.pagination-gap {
  min-width: 22px;
  color: var(--muted);
  font-weight: 900;
  text-align: center;
}

.menu-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 42px;
  align-items: center;
  gap: 10px;
  min-height: 82px;
  padding: 15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 5px 14px rgba(13, 24, 17, 0.05);
}

.menu-row h3 {
  margin: 0 0 5px;
  color: var(--green-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.22;
}

.menu-row small {
  display: block;
  color: var(--muted);
  font-size: 0.83rem;
}

.row-add {
  width: 42px;
  height: 42px;
  color: var(--green-950);
  background: var(--yellow);
  border-radius: 50%;
  font-size: 1.28rem;
}

.cart-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 14px 24px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 44px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  scroll-margin-top: 96px;
}

.cart-panel .section-row {
  grid-column: 1 / -1;
  margin-bottom: 2px;
}

.cart-panel h2 {
  font-size: 1.9rem;
}

.ghost-button {
  color: #a5382f;
  background: transparent;
  border-radius: 999px;
  padding: 8px 0 8px 10px;
}

.cart-items {
  display: grid;
  grid-column: 1;
  gap: 9px;
  max-height: 390px;
  overflow: auto;
  padding-right: 3px;
}

.cart-empty {
  color: var(--muted);
  background: var(--cream);
  border: 1px dashed var(--line);
  border-radius: 8px;
  padding: 18px;
  text-align: center;
}

.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.cart-item h3 {
  margin: 0 0 5px;
  color: var(--green-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
  line-height: 1.25;
}

.cart-item small {
  color: var(--muted);
}

.qty-control {
  display: grid;
  grid-template-columns: 32px 36px 32px;
  align-items: center;
  justify-items: center;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}

.qty-button {
  width: 32px;
  height: 34px;
  color: var(--green-950);
  background: var(--green-100);
  font-size: 1.05rem;
}

.qty-control span {
  width: 36px;
  font-weight: 900;
  text-align: center;
}

.customer-form {
  display: grid;
  grid-column: 2;
  grid-row: 2 / span 5;
  gap: 10px;
  margin-top: 0;
}

.customer-form fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.customer-form legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: var(--green-950);
  font-size: 0.82rem;
  font-weight: 900;
}

.radio-pill {
  position: relative;
  display: block;
}

.radio-pill input {
  position: absolute;
  opacity: 0;
}

.radio-pill span {
  display: block;
  min-height: 40px;
  padding: 10px 12px;
  color: var(--green-900);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
}

.radio-pill input:checked + span {
  color: #fff;
  background: var(--green-800);
  border-color: var(--green-800);
}

.cart-total {
  display: flex;
  grid-column: 1;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 2px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--green-950);
  font-size: 1.12rem;
  font-weight: 900;
}

.whatsapp-button,
.secondary-button {
  display: flex;
  grid-column: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border-radius: 999px;
  text-decoration: none;
}

.whatsapp-button {
  color: #fff;
  background: var(--green-800);
}

.whatsapp-button.disabled {
  pointer-events: none;
  opacity: 0.45;
}

.secondary-button {
  color: var(--green-950);
  background: var(--yellow);
}

.invoice-preview {
  grid-column: 1;
  overflow: auto;
  max-height: 190px;
  margin: 0;
  padding: 12px;
  color: #26352b;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.78rem;
  white-space: pre-wrap;
}

.custom-form {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(110px, 0.7fr) minmax(78px, 0.45fr) auto;
  align-items: end;
  gap: 10px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(13, 24, 17, 0.07);
}

.custom-form button {
  min-height: 44px;
  color: var(--green-950);
  background: var(--yellow);
  border-radius: 999px;
  padding: 0 18px;
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.photo-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--green-100);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(13, 24, 17, 0.08);
  cursor: zoom-in;
}

.wide-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0 24px;
}

.reviews-section {
  margin-top: 28px;
  padding: 64px 0;
  color: #fff;
  background: var(--green-800);
}

.reviews-section .wide-container {
  text-align: center;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-kicker::before,
.section-kicker::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: var(--yellow);
}

.reviews-section h2,
.visit-section h2 {
  text-align: center;
}

.reviews-section h2 {
  color: #fff;
}

.reviews-intro {
  max-width: 620px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.84);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  text-align: left;
}

.review-card {
  min-height: 216px;
  padding: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.stars {
  margin-bottom: 10px;
  color: var(--yellow);
  font-size: 0.92rem;
}

.review-card p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.review-author span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--green-950);
  background: var(--yellow);
  border-radius: 999px;
  font-weight: 900;
}

.review-author strong {
  color: #fff;
  font-size: 0.9rem;
}

.visit-section {
  padding: 64px 0;
  background: #fff;
}

.visit-section .section-kicker {
  display: flex;
  justify-content: center;
  color: var(--green-800);
}

.visit-section .section-kicker::before,
.visit-section .section-kicker::after {
  background: var(--green-800);
}

.visit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(330px, 1.1fr);
  gap: 26px;
  align-items: start;
  margin-top: 24px;
}

.contact-map {
  display: grid;
  gap: 13px;
}

.contact-line {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  color: var(--muted);
  font-size: 0.88rem;
}

.contact-line strong {
  color: var(--green-950);
}

.contact-line a {
  color: var(--muted);
  text-decoration: none;
}

.contact-map iframe {
  width: 100%;
  height: 220px;
  margin-top: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.reservation-card {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.reservation-card h3 {
  margin: 0 0 16px;
  color: var(--green-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.14rem;
  font-weight: 800;
}

.reservation-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.reservation-card label {
  display: grid;
  gap: 6px;
  color: var(--green-950);
  font-size: 0.78rem;
  font-weight: 900;
}

.reservation-card input,
.reservation-card textarea {
  width: 100%;
  min-height: 40px;
  padding: 9px 11px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.reservation-card textarea {
  resize: vertical;
}

.reservation-card input:focus,
.reservation-card textarea:focus {
  border-color: var(--green-800);
  outline: 3px solid rgba(8, 122, 50, 0.14);
}

.reservation-note {
  grid-column: 1 / -1;
}

.reservation-card button {
  width: 100%;
  min-height: 42px;
  margin-top: 14px;
  color: #fff;
  background: var(--green-800);
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.site-footer {
  color: #dbe4ef;
  background: #111821;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 72px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 30px 24px 36px;
}

.footer-column img {
  display: block;
  width: 118px;
  height: 78px;
  object-fit: contain;
  margin-bottom: 10px;
  background: #fff;
}

.footer-column h3 {
  margin: 20px 0 16px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16rem;
  font-weight: 800;
}

.footer-column p {
  margin-bottom: 16px;
  color: #cdd7e3;
  font-size: 0.92rem;
}

.footer-column a {
  color: #dbe4ef;
  text-decoration: none;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.footer-copy {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 22px 24px 28px;
  color: #cdd7e3;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.78rem;
  text-align: center;
}

.image-dialog {
  width: min(1120px, calc(100vw - 28px));
  max-width: none;
  padding: 0;
  background: transparent;
  border: 0;
}

.image-dialog::backdrop {
  background: rgba(5, 20, 12, 0.78);
}

.image-dialog img {
  display: block;
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
}

.dialog-close {
  position: absolute;
  top: -14px;
  right: -10px;
  width: 40px;
  height: 40px;
  color: var(--green-950);
  background: var(--yellow);
  border: 0;
  border-radius: 999px;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}

.copy-dialog {
  width: min(560px, calc(100vw - 28px));
  max-width: none;
  padding: 0;
  background: transparent;
  border: 0;
}

.copy-dialog::backdrop {
  background: rgba(5, 20, 12, 0.7);
}

.copy-dialog-inner {
  display: grid;
  gap: 14px;
  padding: 22px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.copy-dialog h2 {
  color: var(--green-800);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.35rem;
}

.copy-dialog p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.copy-dialog textarea {
  width: 100%;
  min-height: 190px;
  padding: 12px;
  color: #26352b;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.86rem;
  resize: vertical;
}

.copy-dialog-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.copy-dialog-actions .secondary-button,
.copy-dialog-actions .whatsapp-button {
  grid-column: auto;
}

@media (max-width: 1120px) {
  .top-actions {
    gap: 16px;
  }

  .hero-panel {
    grid-template-columns: minmax(280px, 0.8fr) minmax(390px, 1.2fr);
    min-height: 660px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .hero-title {
    font-size: 5rem;
  }

  .hero-media {
    min-height: 610px;
  }

  .hero-media img {
    width: 650px;
    height: 650px;
    transform: translate(68px, 48px);
  }

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

  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
    padding: 8px 14px 10px;
  }

  .top-actions {
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
    padding: 22px 18px 0;
    text-align: center;
  }

  .hero-panel::before {
    height: 110px;
  }

  .hero-copy {
    display: grid;
    justify-items: center;
    max-width: 560px;
    padding-top: 0;
  }

  .hero-logo {
    margin-left: 0;
  }

  .hero-kicker {
    margin-bottom: 16px;
  }

  .hero-title {
    font-size: 4.4rem;
  }

  .hero-description {
    max-width: 390px;
    margin-left: 0;
    padding-left: 0;
  }

  .hero-description::before,
  .hero-description::after {
    display: none;
  }

  .paint-cta {
    min-width: min(360px, 100%);
    padding-left: 82px;
  }

  .hero-media {
    width: 100%;
    min-height: 500px;
  }

  .hero-media img {
    width: 500px;
    height: 500px;
    max-width: 92vw;
    transform: none;
  }

  .taste-ribbon {
    top: 12px;
    left: 50%;
    width: min(330px, 92vw);
    transform: translateX(-50%) rotate(-2deg);
  }

  .fresh-badge {
    right: 18px;
    bottom: 24px;
    width: 128px;
    height: 128px;
    font-size: 1rem;
  }

  .featured-section {
    margin-top: 18px;
  }

  .featured-section h2::before,
  .featured-section h2::after {
    width: 54px;
  }

  .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
  }

  .menu-toolbar,
  .cart-panel,
  .custom-form,
  .visit-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .cart-panel {
    width: calc(100% - 32px);
  }

  .cart-items,
  .customer-form,
  .cart-total,
  .whatsapp-button,
  .secondary-button,
  .invoice-preview {
    grid-column: 1;
  }

  .customer-form {
    grid-row: auto;
  }

  .photo-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    gap: 18px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 13px;
  }

  .brand img {
    width: 54px;
    height: 42px;
  }

  .top-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 8px;
    overflow: visible;
  }

  .top-actions a {
    font-size: 0.95rem;
  }

  .top-actions .nav-order {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 34px;
    padding: 0 14px;
  }

  .hero-panel {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hero-logo {
    width: 116px;
    height: 86px;
  }

  .hero-kicker {
    width: 170px;
    font-size: 0.92rem;
  }

  .hero-title {
    font-size: 3.55rem;
  }

  .paint-cta {
    min-height: 94px;
    padding: 16px 22px 16px 70px;
  }

  .paint-cta::before {
    left: 24px;
    top: 31px;
    width: 32px;
    height: 32px;
  }

  .paint-cta strong {
    font-size: 1.08rem;
  }

  .paint-cta span {
    font-size: 0.8rem;
  }

  .hero-media {
    min-height: 380px;
  }

  .hero-media img {
    width: 360px;
    height: 360px;
  }

  .taste-ribbon span {
    font-size: 1.55rem;
  }

  .taste-ribbon strong {
    padding: 10px 28px;
    font-size: 0.98rem;
  }

  .fresh-badge {
    right: 88px;
    bottom: 20px;
    width: 104px;
    height: 104px;
    border-width: 4px;
    font-size: 0.84rem;
  }

  .tool-section {
    padding: 0 12px;
  }

  .featured-section h2::before,
  .featured-section h2::after {
    width: 28px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .featured-card img {
    width: 98px;
    height: 98px;
  }

  .featured-body h3 {
    font-size: 0.88rem;
  }

  h2 {
    font-size: 1.55rem;
  }

  .section-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .featured-section .section-row {
    align-items: center;
  }

  .menu-row {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 14px;
  }

  .menu-row .price {
    align-self: start;
  }

  .row-add {
    grid-column: 1 / -1;
    justify-self: end;
    width: 38px;
    height: 38px;
  }

  .menu-pagination {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .menu-pagination button {
    min-width: 0;
    padding: 8px 10px;
  }

  .cart-panel {
    width: calc(100% - 24px);
    padding: 18px 14px;
  }

  .copy-dialog-actions {
    grid-template-columns: 1fr;
  }

  .customer-form fieldset,
  .contact-line,
  .reservation-fields {
    grid-template-columns: 1fr;
  }

  .contact-map iframe {
    height: 230px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .wide-container {
    padding: 0 12px;
  }
}
