:root {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #f8f6f1;
  background: linear-gradient(135deg, #080808, #1f1b16 55%, #37221a);
  line-height: 1.6;
  font-weight: 400;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(135deg, #080808, #1f1b16 55%, #37221a);
}

body.is-loading { overflow: hidden; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 42%, rgba(222, 107, 35, 0.22), transparent 32%), #090807;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.loader-logo-wrap {
  width: 112px;
  height: 112px;
  padding: 7px;
  border: 1px solid rgba(255, 184, 107, 0.35);
  border-radius: 30px;
  animation: loaderPulse 1.4s ease-in-out infinite;
}

.loader-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 23px;
}

.loader-brand {
  color: #fff4e8;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.loader-line {
  width: 150px;
  height: 3px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.1);
}

.loader-line span {
  display: block;
  width: 45%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f8a74b, #de6b23);
  animation: loaderSlide 1.1s ease-in-out infinite;
}

@keyframes loaderPulse {
  50% { transform: translateY(-5px) scale(1.03); box-shadow: 0 20px 50px rgba(222, 107, 35, 0.3); }
}

@keyframes loaderSlide {
  from { transform: translateX(-110%); }
  to { transform: translateX(330%); }
}

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

button,
input,
select,
textarea { font: inherit; }

button { cursor: pointer; }
body.modal-open { overflow: hidden; }

.site-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-areas: "brand navigation actions";
  align-items: center;
  padding: 14px 24px;
  max-width: 1200px;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(8px);
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  gap: 12px;
}

.header-actions-group {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
  grid-area: actions;
  margin-left: auto;
  flex-shrink: 0;
}

.site-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  border: 0;
  background: transparent;
  padding: 4px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #ffd9a8;
}

.site-nav-group {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: navigation;
  justify-self: center;
  min-width: 0;
}

.mobile-menu-panel {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding-top: 8px;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-nav a {
  color: #ffd9a8;
  font-weight: 700;
  padding: 6px 0;
}

.brand {
  display: flex;
  align-items: center;
  grid-area: brand;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-logo {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

.site-nav {
  display: flex;
  gap: 18px;
  color: #3b2a1a;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
}

.site-nav a {
  opacity: 1;
  color: #f56207;
  font-weight: 700;
  letter-spacing: 0.02em;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
}

.site-nav a:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #c97b2e, #9f4f16);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(159, 79, 22, 0.18);
}

.call-pill,
.whatsapp-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  min-height: 44px;
  transition: transform 180ms ease, color 180ms ease, box-shadow 180ms ease;
  box-shadow: none;
  background: transparent;
  border: 0;
}

.call-pill {
  color: #ffd9a8;
}

.whatsapp-pill {
  color: #f7fffa;
  background: linear-gradient(135deg, #25d366 0%, #1ebe5b 45%, #128c7e 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 24px rgba(18, 140, 126, 0.28);
  padding: 10px 16px;
}

.call-pill:hover,
.whatsapp-pill:hover {
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(18, 140, 126, 0.34);
}

.phone-icon,
.whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: white;
  font-size: 0.95rem;
  line-height: 1;
}

.whatsapp-icon svg {
  width: 16px;
  height: 16px;
}

.phone-icon {
  background: transparent;
  color: #ffffff;
}

.whatsapp-icon {
  background: transparent;
  color: #ffffff;
}

.hero {
  min-height: calc(100vh - 75px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 20px 70px;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: center;
  gap: clamp(34px, 6vw, 74px);
  width: min(100%, 1100px);
  background: rgba(10, 10, 10, 0.75);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 28px;
  padding: clamp(34px, 5vw, 62px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
}

.hero-content::before {
  content: '';
  position: absolute;
  width: 260px;
  height: 260px;
  top: -150px;
  right: -90px;
  border-radius: 50%;
  background: #de6b23;
  opacity: 0.16;
  filter: blur(8px);
  pointer-events: none;
}

.hero-text,
.hero-showcase { position: relative; z-index: 1; }

.hero-availability {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 7px 11px;
  border: 1px solid rgba(62, 229, 125, 0.2);
  border-radius: 999px;
  color: #c9f8da;
  background: rgba(37, 211, 102, 0.07);
  font-size: 0.75rem;
  font-weight: 800;
}

.hero-availability strong { font: inherit; }

.hero-availability.is-closed {
  border-color: rgba(255, 91, 91, 0.24);
  color: #ffd1d1;
  background: rgba(220, 53, 69, 0.09);
}

.hero-availability.is-closed span {
  background: #ff5b5b;
  box-shadow: 0 0 0 5px rgba(255, 91, 91, 0.1), 0 0 13px rgba(255, 91, 91, 0.55);
}

.hero-availability span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3ee57d;
  box-shadow: 0 0 0 5px rgba(62, 229, 125, 0.1), 0 0 13px rgba(62, 229, 125, 0.65);
}

.brand-row {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 15px;
}
.gallery-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.logo {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 23px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.78rem;
  color: #ffb86b;
  margin-bottom: 12px;
}

.brand-row .eyebrow { margin: 0; font-size: 0.69rem; }

.hero-brand-title {
  min-width: 0;
  flex: 1;
}

.hero-brand-title h1 {
  margin: 5px 0 0;
  color: #fff8ee;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

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

h1 {
  font-size: clamp(2.7rem, 5.5vw, 4.75rem);
  line-height: 0.94;
  margin-bottom: 16px;
  max-width: 680px;
  letter-spacing: -0.035em;
}

.hero-tagline {
  margin: 22px 0 10px;
  color: #ffb86b;
  font-size: clamp(1.35rem, 2.7vw, 2rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.hero-copy {
  font-size: 1.05rem;
  color: #e9dfd0;
  max-width: 570px;
}

.hero-showcase {
  min-width: 0;
  padding: 48px 20px 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 217, 168, 0.17);
  border-radius: 28px;
  background: linear-gradient(155deg, rgba(91, 48, 25, 0.7), rgba(12, 11, 10, 0.86));
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.3);
}

.showcase-label {
  position: absolute;
  top: 17px;
  left: 18px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  color: #201208;
  background: #ffb86b;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.showcase-glow {
  position: absolute;
  width: 240px;
  height: 240px;
  top: 15px;
  right: -50px;
  border-radius: 50%;
  background: rgba(222, 107, 35, 0.32);
  filter: blur(55px);
}

.hero-showcase > img {
  position: relative;
  z-index: 1;
  width: 115%;
  max-width: none;
  height: auto;
  margin: 15px -7.5% 22px;
  filter: drop-shadow(0 22px 23px rgba(0, 0, 0, 0.52));
  transition: transform 350ms ease;
}

.hero-showcase:hover > img { transform: scale(1.04) rotate(-1deg); }

.showcase-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.showcase-footer div { display: flex; flex-direction: column; }
.showcase-footer small { color: #b9aa99; font-size: 0.7rem; }
.showcase-footer strong { color: #fff5e8; font-size: 1.08rem; }

.showcase-order {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #1c1108;
  background: linear-gradient(135deg, #f8a74b, #de6b23);
  font-size: 1.25rem;
  font-weight: 900;
  transition: transform 180ms ease;
  border: 0;
}

.showcase-order:hover { transform: translateX(3px); }

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.hero-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 217, 168, 0.16);
  border-radius: 999px;
  color: #f6e9d8;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.82rem;
  font-weight: 600;
}

.hero-highlights span::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f8a74b;
  box-shadow: 0 0 12px rgba(248, 167, 75, 0.75);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, #f8a74b, #de6b23);
  color: #111;
  box-shadow: 0 12px 30px rgba(222, 107, 35, 0.25);
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
}

main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

.section {
  margin-top: 32px;
}

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

.presentation-section {
  gap: 24px;
  align-items: stretch;
}

.card.story-card,
.card.practical-card {
  padding: clamp(26px, 4vw, 38px);
  border-radius: 28px;
}

.card.story-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
}

.story-card::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  right: -105px;
  top: -105px;
  border: 28px solid rgba(248, 167, 75, 0.07);
  border-radius: 50%;
}

.story-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #f8a74b;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story-card > h2 {
  margin-bottom: 17px;
  color: #fff8ee;
  font-size: clamp(2rem, 3.7vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.story-lead {
  margin: 0;
  color: #d8ccbd;
  font-size: 1rem;
}

.story-points {
  display: grid;
  gap: 18px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.story-point {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 13px;
  align-items: start;
}

.story-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(248, 167, 75, 0.25);
  border-radius: 12px;
  color: #ffb86b;
  background: rgba(248, 167, 75, 0.08);
  font-size: 0.67rem;
  font-weight: 900;
}

.story-point h3 {
  margin: 0 0 3px;
  color: #fff3e5;
  font-size: 0.96rem;
}

.story-point p {
  margin: 0;
  color: #bfb3a5;
  font-size: 0.84rem;
}

.card, .quote-card, .gallery-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.quote-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
  margin-top: 76px;
  padding: clamp(30px, 6vw, 64px);
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 5% 10%, rgba(248, 167, 75, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,0.09), rgba(248,167,75,0.1));
}

.quote-card::before {
  content: '';
  position: absolute;
  width: 230px;
  height: 230px;
  right: -100px;
  bottom: -130px;
  border: 34px solid rgba(255, 184, 107, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.reviews-copy,
.review-panel {
  position: relative;
  z-index: 1;
}

.reviews-copy h2 {
  margin-bottom: 16px;
  color: #fff8ee;
  font-size: clamp(2.2rem, 4.5vw, 3.7rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.reviews-intro {
  max-width: 520px;
  margin: 0;
  color: #ded1c2;
  font-size: 1.02rem;
}

.review-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.review-highlights span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 217, 168, 0.15);
  border-radius: 999px;
  color: #f5dfc2;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.77rem;
  font-weight: 700;
}

.review-panel {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(9, 8, 7, 0.46);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.23);
  backdrop-filter: blur(10px);
}

.review-score {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.google-mark {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #4285f4 0 35%, #34a853 35% 55%, #fbbc05 55% 75%, #ea4335 75%);
  font-size: 1.35rem;
  font-weight: 900;
}

.review-score-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.review-stars {
  color: #ffcf74;
  font-size: 1.08rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.review-score strong {
  color: #fff5e8;
  font-size: 0.92rem;
}

.review-panel blockquote {
  position: relative;
  margin: 22px 0;
  padding: 4px 0 0 34px;
}

.review-panel blockquote p {
  margin: 0;
  color: #e8dccd;
  font-size: 1rem;
  line-height: 1.65;
}

.quote-mark {
  position: absolute;
  top: -14px;
  left: 0;
  color: #f8a74b;
  font-family: Georgia, serif;
  font-size: 3.4rem;
  line-height: 1;
}

.review-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 14px;
  color: #17100b;
  background: linear-gradient(135deg, #f8a74b, #de6b23);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.review-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(222, 107, 35, 0.24);
}

.review-cta span {
  font-size: 1.3rem;
}

.accent-card {
  background: linear-gradient(135deg, rgba(248,167,75,0.18), rgba(196,83,35,0.14));
}

.practical-card {
  background: radial-gradient(circle at 100% 0%, rgba(248, 167, 75, 0.23), transparent 34%), linear-gradient(145deg, rgba(86, 44, 23, 0.64), rgba(31, 20, 15, 0.78));
}

.practical-heading .eyebrow { margin: 0 0 8px; }
.practical-heading h2 { margin-bottom: 24px; font-size: 1.7rem; }

.practical-list {
  display: grid;
  gap: 11px;
}

.practical-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(8, 8, 8, 0.18);
}

.practical-item > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  color: #1b1109;
  background: #ffb86b;
  font-size: 1.05rem;
  font-weight: 900;
}

.practical-item div { display: flex; flex-direction: column; }
.practical-item small { color: #bcae9e; font-size: 0.7rem; }
.practical-item strong,
.practical-item a { color: #fff5e8; font-size: 0.88rem; font-weight: 800; }

.practical-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 13px 16px;
  border-radius: 14px;
  color: #17100b;
  background: linear-gradient(135deg, #f8a74b, #de6b23);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
  width: 100%;
  border: 0;
}

.practical-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(222, 107, 35, 0.24);
}

.payment-block {
  margin-top: 22px;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.payment-title {
  margin: 0 0 12px;
  color: #fff3e3;
  font-weight: 800;
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.payment-method {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 217, 168, 0.2);
  border-radius: 13px;
  color: #fff8ee;
  background: rgba(8, 8, 8, 0.25);
  font-size: 0.9rem;
  font-weight: 700;
}

.payment-method svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #ffb86b;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-us-section {
  margin-top: 36px;
}

.section-intro {
  margin-bottom: 18px;
}

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

.why-card h3 {
  color: #ffd9a8;
  margin-bottom: 8px;
}

.why-card p {
  margin: 0;
  color: #f3e7db;
}

.contact-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(32px, 7vw, 80px);
  align-items: center;
  margin-top: 76px;
  padding: clamp(30px, 6vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(255, 184, 107, 0.14);
  border-radius: 32px;
  background: radial-gradient(circle at 0% 100%, rgba(222, 107, 35, 0.2), transparent 34%), rgba(255, 255, 255, 0.045);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.contact-copy h2 {
  margin-bottom: 15px;
  color: #fff8ee;
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.contact-copy > p:not(.eyebrow) {
  margin: 0;
  color: #d4c7b7;
}

.contact-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  padding: 8px 11px;
  border: 1px solid rgba(62, 229, 125, 0.18);
  border-radius: 999px;
  color: #c9f8da;
  background: rgba(37, 211, 102, 0.07);
  font-size: 0.76rem;
  font-weight: 800;
}

.contact-status > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3ee57d;
  box-shadow: 0 0 10px rgba(62, 229, 125, 0.65);
}

.contact-methods { display: grid; gap: 11px; }

.contact-method {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 13px;
  align-items: center;
  min-height: 70px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 17px;
  background: rgba(8, 8, 8, 0.3);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.contact-method:hover {
  transform: translateX(5px);
  border-color: rgba(248, 167, 75, 0.35);
  background: rgba(255, 255, 255, 0.07);
}

.contact-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  color: #191008;
  background: #ffb86b;
  font-size: 1.15rem;
  font-weight: 900;
}

.contact-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.contact-icon .insta-dot { fill: currentColor; stroke: none; }
.contact-method > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }
.contact-method small { color: #a99c8d; font-size: 0.7rem; }
.contact-method strong { overflow: hidden; color: #fff5e8; font-size: 0.95rem; text-overflow: ellipsis; }
.contact-method > span:last-child { color: #ffb86b; font-size: 1.25rem; }

.contact-whatsapp .contact-icon { color: #06150d; background: #3ee57d; }
.contact-instagram .contact-icon { color: #fff; background: linear-gradient(135deg, #833ab4, #fd1d1d 55%, #fcb045); }

.gallery-section {
  position: relative;
  margin-top: 36px;
  padding: clamp(28px, 5vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(255, 184, 107, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 95% 0%, rgba(248, 167, 75, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(63, 36, 22, 0.78), rgba(13, 12, 11, 0.92) 48%);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
}

.gallery-header {
  max-width: 720px;
  margin-bottom: 30px;
}

.gallery-header h2,
.presentation-intro h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4.5vw, 3.35rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.gallery-header > p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: #e6d8c7;
  font-size: 1.02rem;
}

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

.extras-heading {
  max-width: 680px;
  margin: 54px 0 24px;
  padding-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.extras-heading .eyebrow { margin-bottom: 8px; }
.extras-heading h3 { margin-bottom: 8px; color: #fff8ee; font-size: clamp(1.8rem, 4vw, 2.7rem); letter-spacing: -0.035em; }
.extras-heading > p:last-child { margin: 0; color: #d5c8b8; }

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

.extra-visual { height: 300px; padding: 42px 10px 10px; }
.menu-card .extra-visual .gallery-image { height: 100%; max-height: none; object-fit: contain; }

.poster-visual {
  height: 360px;
  background: #070707;
}

.menu-card .poster-visual .gallery-image {
  width: 100%;
  margin: 0;
  object-fit: contain;
}

.extra-card .menu-content { min-height: 270px; }

.menu-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.24);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.menu-card:hover {
  transform: translateY(-7px);
  border-color: rgba(248, 167, 75, 0.42);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.34);
}

.menu-card-featured::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(248, 167, 75, 0.17);
}

.menu-visual {
  position: relative;
  height: 220px;
  display: flex;
  align-items: center;
  padding: 44px 14px 16px;
  overflow: hidden;
  background: radial-gradient(circle at 70% 30%, rgba(248, 167, 75, 0.24), transparent 45%), linear-gradient(145deg, #21150f, #0c0b0a);
}

.menu-visual::after {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 15px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  filter: blur(14px);
}

.menu-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  color: #1a1109;
  background: #ffb86b;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-card .gallery-image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 170px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.5));
  transition: transform 300ms ease;
}

.menu-card:hover .gallery-image { transform: scale(1.045); }

.menu-content {
  display: flex;
  min-height: 258px;
  flex-direction: column;
  padding: 22px;
}

.menu-number {
  margin: 0 0 4px;
  color: #f8a74b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu-content h3 {
  margin-bottom: 8px;
  color: #fff8ee;
  font-size: 1.45rem;
}

.menu-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.menu-title-row h3 { margin: 0; }

.menu-price {
  flex: 0 0 auto;
  color: #ffb86b;
  font-size: 1.06rem;
  white-space: nowrap;
}

.menu-content > p:not(.menu-number) {
  margin: 0 0 20px;
  color: #d9cdbf;
  font-size: 0.93rem;
}

.menu-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffd9a8;
  font-weight: 800;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
}

.menu-order span {
  font-size: 1.35rem;
  transition: transform 180ms ease;
}

.menu-order:hover span { transform: translateX(4px); }

.menu-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-reassurance span {
  color: #d9cdbf;
  font-size: 0.82rem;
  text-align: center;
}

.menu-reassurance strong {
  display: block;
  margin-bottom: 2px;
  color: #ffb86b;
  font-size: 1.02rem;
}

.presentation-intro {
  position: relative;
  max-width: 760px;
  margin: clamp(82px, 10vw, 124px) auto 34px;
  text-align: center;
}

.presentation-intro::before {
  content: '';
  position: absolute;
  top: -48px;
  left: 50%;
  width: 54px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #f8a74b, #de6b23);
  transform: translateX(-50%);
  box-shadow: 0 0 22px rgba(248, 167, 75, 0.4);
}

.presentation-intro > p:last-child {
  max-width: 600px;
  margin: 0 auto;
  color: #d9cdbf;
  font-size: 1.02rem;
}

.gallery-card {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffd9a8;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,140,0,0.14));
}

.btn {
  border: 1px solid transparent;
}

.btn:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.site-footer {
  width: min(calc(100% - 40px), 1100px);
  margin: 30px auto 0;
  padding: 46px 0 28px;
  color: #f1e2cd;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(145px, 0.65fr));
  gap: clamp(26px, 5vw, 58px);
  padding-bottom: 40px;
}

.footer-brand-column > p {
  max-width: 410px;
  margin: 17px 0 22px;
  color: #cfc2b2;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff8ee;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-brand img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
}

.footer-order {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 46px;
  padding: 10px 17px;
  border-radius: 14px;
  color: #17100b;
  background: linear-gradient(135deg, #f8a74b, #de6b23);
  box-shadow: 0 12px 28px rgba(222, 107, 35, 0.2);
  font-size: 0.9rem;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
  border: 0;
}

.footer-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(222, 107, 35, 0.28);
}

.footer-order span { font-size: 1.2rem; }

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-title {
  margin: 0 0 8px;
  color: #ffb86b;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-column a {
  color: #f1e2cd;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-column a:hover {
  color: #ffb86b;
  transform: translateX(3px);
}

.footer-contact > p:not(.footer-title) {
  margin: 0;
  color: #cfc2b2;
}

.footer-contact > a {
  color: #fff8ee;
  font-size: 1.08rem;
  font-weight: 800;
}

.footer-contact .footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #e7d7c5;
  font-size: 0.8rem;
}

.footer-service { gap: 12px; }

.footer-service-item {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 8px;
  align-items: start;
}

.footer-service-item > span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 8px;
  color: #ffb86b;
  background: rgba(248, 167, 75, 0.08);
  font-size: 0.78rem;
}

.footer-service-item p {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.footer-service-item small { color: #918679; font-size: 0.65rem; }
.footer-service-item strong { color: #e9ddce; font-size: 0.78rem; }

.footer-instagram svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ff8f70;
  stroke-width: 1.8;
}

.footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}

.footer-payments span {
  padding: 5px 9px;
  border: 1px solid rgba(255, 217, 168, 0.16);
  border-radius: 8px;
  color: #eaddcc;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.72rem;
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom > p {
  margin: 0;
  color: #968b7e;
  font-size: 0.78rem;
}

.inline-link {
  color: #ffd9a8;
  font-weight: 700;
  text-decoration: none;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
  align-items: center;
}

.legal-links a {
  color: #a99c8e;
  font-size: 0.76rem;
  transition: color 180ms ease;
}

.legal-links a:hover { color: #ffd9a8; }

.mobile-order-bar { display: none; }

.floating-cart {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(255, 217, 168, 0.24);
  border-radius: 17px;
  color: #fff5e8;
  background: rgba(20, 17, 14, 0.94);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.38);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(0.96);
  backdrop-filter: blur(12px);
  transition: opacity 200ms ease, visibility 200ms ease, transform 200ms ease, border-color 180ms ease;
}

.floating-cart.has-items {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

body.modal-open .floating-cart {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.floating-cart:hover { border-color: rgba(248, 167, 75, 0.58); }

.floating-cart-icon {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #17100b;
  background: linear-gradient(135deg, #f8a74b, #de6b23);
}

.floating-cart-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-cart-copy { display: flex; min-width: 70px; flex-direction: column; align-items: flex-start; }
.floating-cart-copy strong { font-size: 0.76rem; }
.floating-cart-copy small { color: #ffb86b; font-size: 0.72rem; font-weight: 800; }

.order-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.order-modal.is-open { opacity: 1; visibility: visible; }

.order-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 4, 4, 0.78);
  backdrop-filter: blur(9px);
}

.order-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 650px);
  max-height: min(900px, calc(100vh - 40px));
  padding: clamp(25px, 5vw, 40px);
  overflow-y: auto;
  border: 1px solid rgba(255, 184, 107, 0.22);
  border-radius: 28px;
  color: #f8f6f1;
  background: radial-gradient(circle at 100% 0%, rgba(222, 107, 35, 0.2), transparent 32%), #15120f;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.55);
  transform: translateY(18px) scale(0.98);
  transition: transform 220ms ease;
}

.order-modal.is-open .order-dialog { transform: translateY(0) scale(1); }

.order-close {
  position: absolute;
  top: 17px;
  right: 17px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #fff4e8;
  background: rgba(255, 255, 255, 0.06);
  font-size: 1.6rem;
  line-height: 1;
}

.order-heading { padding-right: 38px; }
.order-heading .eyebrow { margin: 0 0 7px; }
.order-heading h2 { margin-bottom: 8px; font-size: clamp(1.8rem, 5vw, 2.6rem); }
.order-heading > p:last-child { margin: 0; color: #cfc1b1; }

.order-form { display: grid; gap: 16px; margin-top: 26px; }

.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 12px;
}

.order-builder {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 92px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.formula-choices {
  display: grid;
  grid-column: 1 / 4;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.formula-choices.is-hidden { display: none; }

.add-to-order {
  min-height: 48px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  color: #17100b;
  background: linear-gradient(135deg, #f8a74b, #de6b23);
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.order-cart {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 15px;
  background: rgba(5, 5, 5, 0.23);
}

.cart-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
  color: #f5dfc2;
  font-size: 0.78rem;
  font-weight: 800;
}

.cart-heading strong { color: #ffb86b; }
.cart-items { display: grid; gap: 8px; }
.cart-empty { margin: 0; color: #968b7e; font-size: 0.8rem; }

.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 10px 11px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.055);
}

.cart-item:last-child { animation: cartItemIn 260ms ease both; }

@keyframes cartItemIn {
  from { opacity: 0; transform: translateY(-6px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.add-to-order.is-added {
  color: #08150e;
  background: #3ee57d;
  transform: scale(0.98);
}

.cart-item-info { display: flex; min-width: 0; flex-direction: column; }
.cart-item-info strong { overflow: hidden; color: #fff6ea; font-size: 0.84rem; text-overflow: ellipsis; white-space: nowrap; }
.cart-item-info small { color: #aa9e90; font-size: 0.68rem; }
.cart-item-price { color: #ffb86b; font-size: 0.82rem; font-weight: 900; white-space: nowrap; }

.cart-remove {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 91, 91, 0.18);
  border-radius: 9px;
  color: #ff9b9b;
  background: rgba(255, 91, 91, 0.07);
}

.form-field { display: grid; gap: 7px; }

.form-field > span,
.payment-choice legend {
  color: #f5dfc2;
  font-size: 0.78rem;
  font-weight: 800;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  outline: none;
  color: #fff8ee;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-field input,
.form-field select { min-height: 48px; padding: 0 13px; }
.form-field textarea { padding: 12px 13px; resize: vertical; }
.form-field select option { color: #111; background: #fff; }

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #f8a74b;
  box-shadow: 0 0 0 3px rgba(248, 167, 75, 0.12);
}

.payment-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  border: 0;
}

.payment-choice legend { margin-bottom: 8px; }

.payment-choice label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.84rem;
}

.payment-choice input { accent-color: #f8a74b; }

.order-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.order-total span { color: #cfc1b1; }
.order-total strong { color: #ffb86b; font-size: 1.35rem; }
.order-note { margin: -8px 0 0; color: #9f9488; font-size: 0.7rem; }

.order-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 12px 17px;
  border: 0;
  border-radius: 14px;
  color: #17100b;
  background: linear-gradient(135deg, #f8a74b, #de6b23);
  box-shadow: 0 14px 30px rgba(222, 107, 35, 0.22);
  font-weight: 900;
}

@media (max-width: 960px) {
  .hero-content {
    grid-template-columns: 1fr;
    width: min(100%, 720px);
  }

  .hero-showcase { max-width: 560px; }
}

@media (max-width: 780px) {
  .card-grid,
  .gallery-grid,
  .extras-grid,
  .why-us-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand actions"
      "mobile-menu mobile-menu";
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
  }

  .site-footer {
    width: min(calc(100% - 32px), 1100px);
    padding-top: 36px;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
  }

  .footer-brand-column { grid-column: 1 / -1; }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-links { justify-content: flex-start; }

  .header-actions-group {
    margin-left: auto;
    grid-area: actions;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav-group {
    display: none;
  }

  .site-header.menu-open .mobile-menu-panel {
    display: flex;
  }

  .mobile-menu-panel {
    grid-area: mobile-menu;
    padding: 12px 4px 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
  }

  .mobile-nav,
  .mobile-nav a { width: 100%; }

  .mobile-nav a { padding: 10px 4px; }

  .site-actions {
    gap: 8px;
  }

  .site-actions .call-pill,
  .site-actions .whatsapp-pill {
    padding: 8px;
    min-height: 34px;
  }

  .site-actions .call-pill span:last-child,
  .site-actions .whatsapp-pill span:last-child {
    display: none;
  }

  .site-actions .phone-icon,
  .site-actions .whatsapp-icon {
    width: 18px;
    height: 18px;
    font-size: 0.8rem;
  }

  .brand-row {
    flex-direction: row;
    align-items: flex-start;
  }

  .hero-content {
    padding: 28px;
  }

  .logo {
    width: 70px;
    height: 70px;
    border-radius: 19px;
  }

  .gallery-section {
    padding: 28px 20px;
    border-radius: 26px;
  }

  .menu-reassurance {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .menu-reassurance span {
    display: flex;
    justify-content: center;
    gap: 7px;
  }

  .menu-reassurance strong { margin: 0; }

  .presentation-intro {
    margin-top: 88px;
  }

  .quote-card {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 58px;
    padding: 30px 22px;
    border-radius: 26px;
  }

  .reviews-copy h2 br { display: none; }

  .review-panel {
    padding: 22px 18px;
  }

  .contact-section {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 58px;
    padding: 30px 22px;
    border-radius: 26px;
  }

  .order-builder {
    grid-template-columns: minmax(0, 1fr) 90px;
  }

  .order-builder .form-field:nth-child(3) { grid-column: 1; }
  .formula-choices { grid-column: 1; grid-template-columns: 1fr; }
  .add-to-order { grid-column: 2; }

  .mobile-order-bar {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    z-index: 70;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 7px;
    min-height: 56px;
    padding: 10px 17px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    color: #17100b;
    background: linear-gradient(135deg, #f8a74b, #de6b23);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.42);
    text-align: left;
  }

  .floating-cart {
    right: 14px;
    bottom: calc(max(14px, env(safe-area-inset-bottom)) + 68px);
  }

  .mobile-order-bar strong { font-size: 0.82rem; }
  .mobile-order-bar > span:last-child { justify-self: end; font-size: 1.3rem; }

  .site-footer { padding-bottom: 100px; }
}

@media (max-width: 480px) {
  .brand span { display: none; }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .hero {
    min-height: auto;
    padding: 24px 14px 38px;
  }

  .hero-content {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .hero-actions .btn { width: 100%; }
  .hero-highlights { gap: 7px; }
  .hero-highlights span { font-size: 0.75rem; }

  .brand-row { flex-direction: column; }
  .hero-brand-title { width: 100%; }
  .hero-brand-title h1 { font-size: 1.9rem; }
  .hero-brand-title .eyebrow { letter-spacing: 0.16em; }

  .footer-main { grid-template-columns: 1fr; }
  .footer-brand-column { grid-column: auto; }
  .footer-order { width: 100%; justify-content: space-between; }

  .order-modal { padding: 10px; }
  .order-dialog { max-height: calc(100vh - 20px); border-radius: 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .order-builder { grid-template-columns: 1fr; }
  .order-builder .form-field:nth-child(3),
  .formula-choices,
  .add-to-order { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
