*,
*::before,
*::after { box-sizing: border-box; }

:root {
  --bg: #fff9f5;
  --surface: #ffffff;
  --surface-soft: #fff1e8;
  --text: #1d1d1d;
  --muted: #666;
  --accent: #f5541f;
  --accent-dark: #dd4210;
  --accent-soft: #ffe0d1;
  --white: #ffffff;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0 18px 40px rgba(26, 16, 10, 0.08);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --container: 1180px;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: radial-gradient(circle at top left, #fff4ec 0%, #fff9f5 40%, #fff9f5 100%);
  color: var(--text);
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
}

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 249, 245, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.brand-logo {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #fff;
  padding: 5px;
  box-shadow: var(--shadow);
}

.brand-name {
  display: block;
  font-size: 1rem;
}

.brand-tag {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
}

.main-nav {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}

.main-nav a {
  font-weight: 700;
  color: #333;
}

.main-nav a:hover { color: var(--accent-dark); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.language-switcher {
  display: inline-flex;
  background: #fff;
  border: 1px solid var(--border);
  padding: 4px;
  border-radius: 999px;
}

.lang-btn {
  border: 0;
  background: transparent;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.lang-btn.active {
  background: var(--accent);
  color: #fff;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  font-size: 1.2rem;
}

/* BUTTONS */
.call-btn, .primary-btn, .ghost-btn, .white-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  font-weight: 800;
  transition: .2s ease;
}

.call-btn, .primary-btn {
  background: linear-gradient(180deg, #ff6e34, var(--accent));
  color: #fff;
  box-shadow: var(--shadow);
}

.call-btn:hover, .primary-btn:hover {
  transform: translateY(-1px);
  background: var(--accent-dark);
}

.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  font-weight: 800;
  background: #fff;
  border: 1px solid var(--border);
  transition: 0.2s ease;
}

.ghost-btn:hover {
  border-color: var(--accent);
  color: var(--accent-dark);
}

.white-btn {
  background: #fff;
  color: var(--accent-dark);
}

/* GLORIA BUTTONS */
.glf-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  padding: 0.95rem 1.2rem !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
  line-height: 1.1 !important;
  cursor: pointer !important;
  background: linear-gradient(180deg, #ff6e34, var(--accent)) !important;
  color: #fff !important;
  box-shadow: var(--shadow) !important;
  border: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  text-align: center !important;
}

.glf-button:hover {
  transform: translateY(-1px);
  background: var(--accent-dark) !important;
}

.city-call {
  font-weight: 700;
  white-space: nowrap;
}

/* HERO */
.hero {
  padding: 52px 0 34px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.hero-copy {
  padding: 1rem 0;
}

.hero-badge, .eyebrow, .mini-label {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.88rem;
}

.hero-badge, .eyebrow {
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.eyebrow.white {
  background: rgba(255,255,255,0.14);
  color: #fff;
}

.hero h1 {
  margin: 1rem 0 0.9rem;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.hero-text {
  max-width: 620px;
  font-size: 1.08rem;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.hero-actions .order-widget {
  display: flex;
}

.hero-actions .order-widget .glf-button,
.hero-actions .ghost-btn {
  min-width: 240px;
}

.hero-card {
  position: relative;
  background: transparent;
  border-radius: var(--radius-xl);
  padding: 0;
  box-shadow: none;
  min-height: auto;
  overflow: hidden;
}

.hero-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-xl);
}

/* PROMO */
.promo-strip {
  padding: 6px 0 22px;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.promo-item {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.promo-item span { font-size: 1.4rem; }

/* GENERAL SECTIONS */
.section { padding: 80px 0; }

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2rem;
}

.section-heading h2,
.about-copy h2,
.contact-card h2,
.seo-grid h2 {
  margin: 0.7rem 0 0.8rem;
  font-size: clamp(1.9rem, 2.8vw, 3rem);
  line-height: 1.08;
}

.section-heading p,
.about-copy p,
.contact-card p,
.seo-grid p {
  color: var(--muted);
}

/* LOCATIONS */
.locations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.location-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.location-card h3 {
  margin: 0.55rem 0 1rem;
  font-size: 1.45rem;
}

.location-card p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.location-card a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.working-hours {
  margin: 0 0 1rem;
  color: var(--muted);
}

.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.35rem;
}

.hours-row span:last-child {
  white-space: nowrap;
}

.map-thumb-link {
  display: block;
  margin-top: 1rem;
}

.map-thumb {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: 0.2s ease;
}

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

/* ABOUT / CONTACT / SEO */
.about-grid,
.contact-grid,
.seo-grid {
  display: grid;
  gap: 1.2rem;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}

.about-visual,
.contact-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.about-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.about-copy {
  padding-right: 1rem;
}

.contact-card {
  padding: 1.5rem;
}

.contact-list {
  padding-left: 1.1rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.contact-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.accent-card {
  background: linear-gradient(135deg, #ff6d36, #e74a15);
  color: #fff;
}

.accent-card p {
  color: rgba(255,255,255,0.9);
}

.seo-section {
  background: linear-gradient(180deg, rgba(245,84,31,0.03), rgba(245,84,31,0.06));
}

.mini-label {
  background: var(--accent-soft);
  color: var(--accent-dark);
}

/* POPULAR */
.popular-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
}

.popular-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.popular-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.popular-card.featured {
  grid-row: span 2;
}

.popular-card.featured img {
  height: 320px;
}

.popular-body {
  padding: 1rem 1rem 1.2rem;
}

.popular-body h3 {
  margin: 0.25rem 0 0.45rem;
  font-size: 1.22rem;
}

.popular-body p {
  margin: 0;
  color: var(--muted);
}

/* FOOTER */
.site-footer {
  padding: 26px 0 40px;
  background: #fff;
  border-top: 1px solid var(--border);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.footer-brand strong {
  font-size: 1rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-weight: 700;
}

.footer-zones {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
  font-size: 0.85rem;
  color: var(--muted);
}

.footer-zone-group + .footer-zone-group {
  margin-top: 0.9rem;
}

.footer-zone-group h4 {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  color: var(--text);
}

.footer-zone-group p {
  margin: 0;
  line-height: 1.6;
}

/* STICKY MOBILE */
.sticky-mobile-cta {
  display: none;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-grid,
  .about-grid,
  .contact-grid,
  .seo-grid,
  .locations-grid {
    grid-template-columns: 1fr;
  }

  .popular-grid,
  .promo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .popular-card.featured {
    grid-row: auto;
  }
}

@media (max-width: 860px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 88px;
    left: 1rem;
    right: 1rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav.open { display: flex; }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

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

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

@media (max-width: 640px) {
  .section { padding: 64px 0; }

  .brand-tag { display: none; }

  .promo-grid,
  .popular-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .primary-btn, .ghost-btn, .white-btn,
  .hero-actions .order-widget,
  .hero-actions .order-widget .glf-button,
  .contact-cta-buttons .glf-button {
    width: 100%;
    min-width: unset !important;
  }

  .sticky-mobile-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    z-index: 1200;
  }

  .sticky-order, .sticky-call {
    min-height: 56px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(0,0,0,0.16);
  }

  .sticky-order {
    background: var(--accent);
    color: #fff;
  }

  .sticky-call {
    background: #fff;
    color: var(--text);
    border: 1px solid var(--border);
  }
}

@media (max-width: 430px) {
  .brand-name {
    font-size: 0.95rem;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }
}