/*
Theme Name: Solric Theme
Theme URI: https://solricbarcelona.com
Author: Solric Barcelona
Description: Tema WordPress para Solric Barcelona – Restaurante Mediterráneo en Sants
Version: 1.4.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: solrictheme
*/

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

/* ── DISPLAY FONT ── */
:root {
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body: 'Inter', sans-serif;
}

:root {
  --bg-dark: #1a0e0b;
  --bg-mid: #201412;
  --bg-deep: #160e0b;
  --bg-black: #0d0805;
  --accent: #e2715a;
  --text-white: #ffffff;
  --text-muted: rgba(255,255,255,0.8);
  --text-dim: rgba(255,255,255,0.67);
  --text-faint: rgba(255,255,255,0.5);
  --divider: rgba(255,255,255,0.08);
  --item-divider: rgba(255,255,255,0.06);
  --border: rgba(255,255,255,0.1);
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--bg-dark); color: var(--text-white); overflow-x: hidden; margin: 0; }

/* ── TIPOGRAFÍA DISPLAY: Barlow Condensed ── */
.hero-title,
.section-title,
.beer-title,
.cta-title,
.nos-cta-title,
.contact-info-title,
.col-title,
.form-title,
.map-title,
.res-left-title,
.res-right-title,
.val-title,
.sep-title,
h1, h2, h3 {
  font-family: var(--font-display);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* ── NAVBAR ── */
.solric-header {
  position: sticky; top: 0; z-index: 1000; width: 100%; height: 80px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 56px; background: rgba(32,20,18,0.95); backdrop-filter: blur(12px);
  transition: background 0.3s;
}
.solric-header.transparent { background: transparent; }
.solric-nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.solric-logo-img {
  width: 70px; height: 70px; border-radius: 50%;
  background-size: cover; background-position: center; flex-shrink: 0; display: block;
}
.solric-logo-text { font-size: 18px; font-weight: 700; color: var(--text-white) !important; letter-spacing: 0.5px; text-decoration: none; }
.solric-logo-img-wrap { display: flex; align-items: center; }
.solric-logo-img-wrap img { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; }
.footer-logo-img-wrap { display: flex; align-items: center; }
.footer-logo-img-wrap img { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; }
.solric-logo-img-wrap a,
.footer-logo-img-wrap a { display: flex; line-height: 0; }
.solric-nav-links {
  display: flex; align-items: center; gap: 36px;
  list-style: none; margin: 0; padding: 0;
}
.solric-nav-links li { list-style: none; }
.solric-nav-links li a,
.solric-nav-links a {
  color: var(--text-muted); text-decoration: none; font-size: 14px; font-weight: 500;
  transition: color 0.2s;
}
.solric-nav-links li a:hover,
.solric-nav-links a:hover,
.solric-nav-links li.current-menu-item > a,
.solric-nav-links li.current_page_item > a { color: var(--accent); }
.solric-nav-links .wp-block-navigation__submenu-container { display: none; }
.nav-cta, .wp-block-button.nav-cta .wp-block-button__link {
  background: var(--accent) !important; color: #fff !important; text-decoration: none !important;
  padding: 10px 24px !important; border-radius: 4px !important; font-size: 14px !important;
  font-weight: 600 !important; transition: opacity 0.2s !important; white-space: nowrap;
}
.nav-cta:hover, .wp-block-button.nav-cta .wp-block-button__link:hover { opacity: 0.85; }

/* Nav block overrides */
.wp-block-navigation { --navigation-layout-justification-setting: flex-end; }
.wp-block-navigation .wp-block-navigation-item__content {
  color: var(--text-muted) !important; font-size: 14px !important; font-weight: 500 !important;
  text-decoration: none !important; transition: color 0.2s;
}
.wp-block-navigation .wp-block-navigation-item__content:hover,
.wp-block-navigation .current-menu-item .wp-block-navigation-item__content { color: var(--accent) !important; }

/* ── HERO ── */
.hero {
  position: relative; width: 100%; overflow: hidden;
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.hero-home { height: 780px; }
.hero-inner { height: 420px; }
.hero-medium { height: 520px; }
.hero-small { height: 360px; }
.hero-overlay {
  position: absolute; inset: 0;
  background: rgba(26,14,11,0.85);
}
.hero-overlay-grad-b {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(26,14,11,0.67) 0%, rgba(26,14,11,0.94) 100%);
}
.hero-overlay-grad-b2 {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(26,14,11,0.6) 0%, rgba(26,14,11,0.95) 100%);
}
.hero-overlay-grad-b3 {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(26,14,11,0.73) 0%, rgba(26,14,11,0.96) 100%);
}
.hero-content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 24px; padding: 0 120px; text-align: center;
}
.hero-label {
  font-size: 12px; font-weight: 700; letter-spacing: 4px;
  color: var(--accent); text-transform: uppercase;
}
.hero-title {
  font-size: 80px; font-weight: 800; line-height: 1.0;
  color: var(--text-white); max-width: 900px;
}
.hero-title-md { font-size: 68px; }
.hero-sub {
  font-size: 18px; font-weight: 400; color: var(--text-muted);
  max-width: 560px; line-height: 1.6;
}
.hero-sub-sm { font-size: 16px; }
.hero-divider { width: 60px; height: 3px; background: var(--accent); border-radius: 2px; }
.hero-btns { display: flex; gap: 16px; margin-top: 8px; }
.hero-chips { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
.chip {
  padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 600;
  border: 1px solid rgba(255,255,255,0.2); color: var(--accent);
  cursor: pointer; transition: all 0.2s;
}
.chip.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.chip:hover { border-color: var(--accent); color: var(--accent); }

/* ── BUTTONS ── */
.btn-primary {
  background: var(--accent); color: #fff; text-decoration: none;
  padding: 14px 32px; border-radius: 4px; font-size: 15px; font-weight: 700;
  transition: opacity 0.2s; display: inline-block;
}
.btn-primary:hover { opacity: 0.85; }
.btn-outline {
  border: 1.5px solid rgba(255,255,255,0.4); color: #fff; text-decoration: none;
  padding: 14px 32px; border-radius: 4px; font-size: 15px; font-weight: 600;
  transition: border-color 0.2s, color 0.2s; display: inline-block;
}
.btn-outline:hover { border-color: #fff; }

/* ── SECTION SHARED ── */
.section-label {
  font-size: 12px; font-weight: 700; letter-spacing: 3px;
  color: var(--accent); text-transform: uppercase;
}
.section-title { font-size: 52px; font-weight: 800; line-height: 1.05; color: var(--text-white); }
.section-divider { width: 48px; height: 3px; background: var(--accent); border-radius: 2px; }

/* ── ABOUT ── */
.about {
  display: flex; gap: 80px; padding: 100px 120px;
  background: var(--bg-mid); width: 100%;
}
.about-left { flex: 1; display: flex; flex-direction: column; gap: 24px; }
.about-text { font-size: 16px; line-height: 1.7; color: var(--text-muted); }
.about-stats { display: flex; gap: 40px; margin-top: 8px; }
.stat-num { font-size: 36px; font-weight: 800; color: var(--accent); }
.stat-label { font-size: 13px; color: var(--text-dim); margin-top: 4px; }
.about-right { width: 560px; display: flex; flex-direction: column; gap: 12px; }
.about-img-main {
  width: 100%; height: 280px; border-radius: 8px;
  background-size: cover; background-position: center;
}
.about-img-row { display: flex; gap: 12px; }
.about-img-small {
  flex: 1; height: 200px; border-radius: 8px;
  background-size: cover; background-position: center;
}

/* ── MENU SECTION (homepage) ── */
.menu-section {
  background: var(--bg-deep); padding: 100px 120px;
  display: flex; flex-direction: column; align-items: center; gap: 56px; width: 100%;
}
.menu-header { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; width: 100%; }
.menu-cards { display: flex; gap: 24px; width: 100%; height: 500px; }
.menu-card {
  flex: 1; border-radius: 8px; overflow: hidden;
  position: relative; cursor: pointer; transition: transform 0.3s;
}
.menu-card:hover { transform: translateY(-4px); }
.menu-card-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center; transition: transform 0.4s;
}
.menu-card:hover .menu-card-img { transform: scale(1.04); }
.menu-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,14,11,0.95) 0%, rgba(26,14,11,0.2) 60%);
}
.menu-card-body {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 32px 24px; display: flex; flex-direction: column; gap: 8px;
}
.menu-card-tag { font-size: 11px; font-weight: 700; letter-spacing: 3px; color: var(--accent); text-transform: uppercase; }
.menu-card-name { font-size: 22px; font-weight: 700; color: #fff; }
.menu-card-desc { font-size: 13px; color: var(--text-dim); line-height: 1.5; }
.menu-card-price { font-size: 16px; font-weight: 700; color: var(--accent); margin-top: 4px; }

/* ── BEER EXPERIENCE ── */
.beer {
  position: relative; width: 100%; height: 600px; overflow: hidden;
  background-size: cover; background-position: center;
}
.beer-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(26,14,11,0.92) 0%, rgba(26,14,11,0.88) 100%);
}
.beer-content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 32px; padding: 80px 120px; text-align: center;
}
.beer-title { font-size: 68px; font-weight: 900; color: #fff; line-height: 1.0; }
.beer-sub { font-size: 17px; color: var(--text-muted); max-width: 520px; line-height: 1.6; }
.beer-btns { display: flex; gap: 16px; }

/* ── TESTIMONIALS ── */
.testimonials {
  background: #ffffff; padding: 100px 120px;
  display: flex; flex-direction: column; align-items: center; gap: 48px; width: 100%;
}
.testimonials .section-label { color: var(--accent); }
.testimonials .section-title { color: var(--bg-dark); text-align: center; }
.testi-grid { display: flex; gap: 32px; width: 100%; }
.testi-card {
  flex: 1; background: #f7f3f1; border-radius: 12px;
  padding: 32px; display: flex; flex-direction: column; gap: 16px;
}
.testi-stars { display: flex; gap: 4px; }
.testi-stars span { color: #f59e0b; font-size: 18px; }
.testi-quote { font-size: 15px; line-height: 1.7; color: #4a3028; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.testi-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.testi-name { font-size: 14px; font-weight: 700; color: var(--bg-dark); }

/* ── CONTACT TEASER ── */
.contact-teaser { display: flex; width: 100%; }
.contact-left {
  flex: 1; background: var(--bg-mid); padding: 80px 64px;
  display: flex; flex-direction: column; gap: 40px;
}
.contact-info-title { font-size: 32px; font-weight: 700; color: #fff; }
.contact-info-sub { font-size: 15px; color: var(--text-muted); line-height: 1.6; }
.info-row { display: flex; align-items: flex-start; gap: 16px; }
.info-icon {
  width: 44px; height: 44px; border-radius: 50%; background: rgba(226,113,90,0.15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 18px;
}
.info-body { display: flex; flex-direction: column; gap: 4px; }
.info-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; color: var(--accent); text-transform: uppercase; }
.info-value { font-size: 15px; color: var(--text-muted); line-height: 1.5; }
.contact-right {
  width: 560px; min-height: 480px;
  background-size: cover; background-position: center;
  position: relative; overflow: hidden;
}
.contact-right-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,14,11,0.7) 0%, rgba(26,14,11,0.1) 70%);
}
.contact-badge {
  position: absolute; bottom: 32px; left: 32px;
  background: var(--accent); color: #fff;
  padding: 12px 20px; border-radius: 6px; font-size: 14px; font-weight: 700;
}

/* ── MENU PAGE ── */
.menu-body { background: var(--bg-dark); padding: 80px 120px 0; }
.menu-row { display: flex; gap: 64px; padding-bottom: 80px; }
.menu-col { display: flex; flex-direction: column; gap: 0; flex: 1; }
.col-with-photo { flex: 1; }
.col-header { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.col-label { font-size: 11px; font-weight: 700; letter-spacing: 3px; color: var(--accent); text-transform: uppercase; }
.col-title { font-size: 26px; font-weight: 700; color: #fff; }
.col-divider { width: 36px; height: 2px; background: var(--accent); border-radius: 1px; margin-top: 4px; }
.col-photo {
  width: 100%; height: 200px; border-radius: 8px; margin-bottom: 20px;
  background-size: cover; background-position: center; overflow: hidden;
}
.menu-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 0; border-bottom: 1px solid var(--item-divider);
}
.menu-item:last-child { border-bottom: none; }
.item-name { font-size: 14px; color: var(--text-muted); }
.item-price { font-size: 14px; font-weight: 700; color: var(--accent); flex-shrink: 0; margin-left: 16px; }
.sep-strip {
  position: relative; width: 100%; height: 200px; overflow: hidden;
  background-size: cover; background-position: center;
}
.sep-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(26,14,11,1) 0%, rgba(26,14,11,0.53) 50%, rgba(26,14,11,1) 100%);
}
.sep-content {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 8px; text-align: center; padding: 0 120px;
}
.sep-label { font-size: 11px; font-weight: 700; letter-spacing: 4px; color: var(--accent); text-transform: uppercase; }
.sep-title { font-size: 28px; font-weight: 700; color: #fff; }
.allergen-note {
  margin-top: 16px; padding: 12px 16px; border-radius: 6px;
  background: rgba(255,255,255,0.04); border: 1px solid var(--item-divider);
  font-size: 12px; color: var(--text-faint); line-height: 1.5;
}
.cta-section {
  background: var(--bg-mid); padding: 80px 120px;
  display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center;
}
.cta-label { font-size: 12px; font-weight: 700; letter-spacing: 4px; color: var(--accent); text-transform: uppercase; }
.cta-title { font-size: 56px; font-weight: 900; color: #fff; }
.cta-sub { font-size: 16px; color: var(--text-muted); max-width: 520px; line-height: 1.6; }
.cta-btns { display: flex; gap: 16px; margin-top: 8px; }

/* ── NOSOTROS PAGE ── */
.story {
  display: flex; gap: 80px; padding: 100px 120px;
  background: var(--bg-mid); align-items: flex-start;
}
.story-left { flex: 1; display: flex; flex-direction: column; gap: 32px; }
.story-text { font-size: 15px; color: var(--text-muted); line-height: 1.75; }
.story-stats { display: flex; gap: 40px; }
.story-right { width: 520px; display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; }
.story-img-main {
  width: 100%; height: 280px; border-radius: 8px; overflow: hidden;
  background-size: cover; background-position: center;
}
.story-img-row { display: flex; gap: 12px; }
.story-img-sm {
  flex: 1; height: 200px; border-radius: 8px;
  background-size: cover; background-position: center;
}
.valores {
  background: var(--bg-dark); padding: 100px 120px;
  display: flex; flex-direction: column; align-items: center; gap: 56px;
}
.vals-header { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.vals-sub { font-size: 16px; color: var(--text-muted); max-width: 600px; line-height: 1.65; }
.vals-grid { display: flex; gap: 24px; width: 100%; }
.val-card {
  flex: 1; background: var(--bg-mid); border-radius: 12px;
  padding: 40px 32px; display: flex; flex-direction: column; gap: 20px;
  border: 1px solid var(--divider); transition: border-color 0.3s;
}
.val-card:hover { border-color: rgba(226,113,90,0.3); }
.val-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(226,113,90,0.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; flex-shrink: 0;
}
.val-title { font-size: 22px; font-weight: 700; color: #fff; }
.val-desc { font-size: 14px; color: var(--text-dim); line-height: 1.65; }
.gallery { display: flex; height: 400px; width: 100%; }
.gallery-img {
  flex: 1; background-size: cover; background-position: center;
  transition: flex 0.4s ease; cursor: pointer; overflow: hidden;
}
.gallery-img:hover { flex: 2; }
.ubicacion { display: flex; width: 100%; }
.ubic-left {
  flex: 1; position: relative; min-height: 500px; overflow: hidden;
  background-size: cover; background-position: center;
}
.ubic-left-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,14,11,0.6) 0%, rgba(26,14,11,0.1) 70%);
}
.ubic-badge {
  position: absolute; top: 32px; left: 32px;
  background: rgba(32,20,18,0.85); backdrop-filter: blur(8px);
  border: 1px solid var(--divider); border-radius: 8px;
  padding: 12px 20px; display: flex; align-items: center; gap: 10px;
}
.ubic-badge-icon { font-size: 20px; }
.ubic-badge-text { font-size: 14px; font-weight: 600; color: #fff; }
.ubic-right {
  flex: 1; background: var(--bg-mid); padding: 64px;
  display: flex; flex-direction: column; gap: 32px; justify-content: center;
}
.ubic-info-rows { display: flex; flex-direction: column; gap: 20px; }
.ubic-info-row { display: flex; align-items: flex-start; gap: 14px; }
.ubic-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.ubic-body { display: flex; flex-direction: column; gap: 3px; }
.ubic-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; color: var(--accent); text-transform: uppercase; }
.ubic-value { font-size: 14px; color: var(--text-muted); line-height: 1.55; }
.btn-maps {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent); color: #fff; text-decoration: none;
  padding: 14px 28px; border-radius: 6px; font-size: 14px; font-weight: 700;
  margin-top: 8px; width: fit-content; transition: opacity 0.2s;
}
.btn-maps:hover { opacity: 0.85; }
.nos-cta {
  position: relative; width: 100%; height: 460px; overflow: hidden;
  background-size: cover; background-position: center;
}
.nos-cta-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(26,14,11,0.73) 0%, rgba(26,14,11,0.94) 100%);
}
.nos-cta-content {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 28px;
  padding: 0 200px; text-align: center;
}
.nos-cta-label { font-size: 11px; font-weight: 700; letter-spacing: 4px; color: var(--accent); text-transform: uppercase; }
.nos-cta-title { font-size: 62px; font-weight: 900; color: #fff; line-height: 1.0; }
.nos-cta-sub { font-size: 17px; color: var(--text-muted); max-width: 520px; line-height: 1.6; }
.nos-cta-btns { display: flex; gap: 16px; margin-top: 4px; }

/* ── CONTACTO PAGE ── */
.main-row {
  display: flex; gap: 80px; padding: 100px 120px;
  background: var(--bg-dark); align-items: flex-start;
}
.info-col { width: 460px; display: flex; flex-direction: column; gap: 48px; flex-shrink: 0; }
.info-header { display: flex; flex-direction: column; gap: 12px; }
.section-desc { font-size: 15px; color: var(--text-muted); line-height: 1.7; }
.info-cards { display: flex; flex-direction: column; gap: 24px; }
.info-card { display: flex; align-items: flex-start; gap: 16px; }
.social-row { display: flex; gap: 12px; }
.social-btn-card {
  display: flex; align-items: center; gap: 8px;
  border: 1px solid var(--border); border-radius: 6px;
  padding: 10px 16px; text-decoration: none; color: var(--text-muted);
  font-size: 13px; font-weight: 600; transition: all 0.2s;
}
.social-btn-card:hover { border-color: var(--accent); color: var(--accent); }
.form-col {
  flex: 1; background: var(--bg-mid); border-radius: 12px;
  padding: 48px; display: flex; flex-direction: column; gap: 32px;
}
.form-header { display: flex; flex-direction: column; gap: 8px; }
.form-title { font-size: 28px; font-weight: 700; color: #fff; }
.form-sub { font-size: 14px; color: var(--text-dim); line-height: 1.6; }
.form-row { display: flex; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.form-label { font-size: 12px; font-weight: 600; color: var(--text-dim); letter-spacing: 0.5px; }
.form-input, .form-textarea {
  background: rgba(255,255,255,0.05); border: 1px solid var(--border);
  border-radius: 6px; padding: 12px 16px; color: #fff;
  font-family: 'Inter', sans-serif; font-size: 14px;
  transition: border-color 0.2s; outline: none; width: 100%;
}
.form-input:focus, .form-textarea:focus { border-color: var(--accent); }
.form-input::placeholder, .form-textarea::placeholder { color: var(--text-faint); }
.form-textarea { resize: vertical; min-height: 140px; }
.asunto-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.asunto-chip {
  padding: 7px 16px; border-radius: 20px; font-size: 12px; font-weight: 600;
  border: 1px solid var(--border); color: var(--text-dim); cursor: pointer; transition: all 0.2s;
}
.asunto-chip.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.asunto-chip:hover:not(.active) { border-color: var(--accent); color: var(--accent); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.privacy-note { font-size: 12px; color: var(--text-faint); line-height: 1.5; max-width: 260px; }
.btn-send {
  background: var(--accent); color: #fff; border: none; cursor: pointer;
  padding: 14px 28px; border-radius: 6px; font-size: 14px; font-weight: 700;
  font-family: 'Inter', sans-serif; display: flex; align-items: center; gap: 8px;
  transition: opacity 0.2s; flex-shrink: 0;
}
.btn-send:hover { opacity: 0.85; }
.map-section {
  position: relative; width: 100%; height: 440px; overflow: hidden;
  background-size: cover; background-position: center;
}
.map-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(32,20,18,0.93) 0%, rgba(32,20,18,0) 60%);
}
.map-content {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  justify-content: center; gap: 24px; padding: 0 120px; max-width: 560px;
}
.map-label { font-size: 11px; font-weight: 700; letter-spacing: 3px; color: var(--accent); text-transform: uppercase; }
.map-title { font-size: 36px; font-weight: 700; color: #fff; line-height: 1.2; }
.map-rows { display: flex; flex-direction: column; gap: 16px; }
.map-row { display: flex; align-items: center; gap: 12px; }
.map-icon { font-size: 18px; }
.map-text { font-size: 14px; color: var(--text-muted); }
.reservas-banner { display: flex; width: 100%; }
.res-left {
  flex: 1; background: var(--accent); padding: 72px 64px;
  display: flex; flex-direction: column; gap: 28px;
}
.res-left-title { font-size: 36px; font-weight: 800; color: #fff; line-height: 1.2; }
.res-left-sub { font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.6; }
.res-btns { display: flex; flex-direction: column; gap: 12px; }
.btn-white {
  display: flex; align-items: center; gap: 10px;
  background: #fff; color: var(--accent); text-decoration: none;
  padding: 14px 24px; border-radius: 6px; font-size: 14px; font-weight: 700;
  width: fit-content; transition: opacity 0.2s;
}
.btn-white:hover { opacity: 0.9; }
.btn-white-outline {
  display: flex; align-items: center; gap: 10px;
  border: 2px solid rgba(255,255,255,0.5); color: #fff; text-decoration: none;
  padding: 13px 24px; border-radius: 6px; font-size: 14px; font-weight: 700;
  width: fit-content; transition: border-color 0.2s;
}
.btn-white-outline:hover { border-color: #fff; }
.res-right {
  flex: 1; background: var(--bg-deep); padding: 72px 64px;
  display: flex; flex-direction: column; gap: 20px;
}
.res-right-label { font-size: 11px; font-weight: 700; letter-spacing: 3px; color: var(--accent); text-transform: uppercase; }
.res-right-title { font-size: 28px; font-weight: 700; color: #fff; }
.horario-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 0; border-bottom: 1px solid var(--divider);
}
.horario-day { font-size: 14px; color: var(--text-dim); }
.horario-hours { font-size: 14px; font-weight: 600; color: var(--text-muted); }

/* ── FOOTER ── */
.solric-footer { background: var(--bg-black); width: 100%; }
.footer-top {
  display: flex; gap: 80px; justify-content: space-between;
  padding: 64px 120px; width: 100%;
}
.footer-brand { display: flex; flex-direction: column; gap: 16px; max-width: 280px; }
.footer-logo { display: flex; align-items: center; gap: 10px; }
.footer-logo-img {
  width: 70px; height: 70px; border-radius: 50%;
  background-size: cover; background-position: center; flex-shrink: 0;
}
.footer-logo-name { font-size: 16px; font-weight: 700; color: #fff; }
.footer-desc { font-size: 13px; color: var(--text-dim); line-height: 1.6; }
.footer-col { display: flex; flex-direction: column; gap: 16px; }
.footer-col-title { font-size: 12px; font-weight: 700; letter-spacing: 2px; color: var(--accent); text-transform: uppercase; }
.footer-col a { font-size: 14px; color: var(--text-dim); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: #fff; }
.footer-col p { font-size: 13px; color: var(--text-dim); line-height: 1.6; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-col ul li a { font-size: 14px; color: var(--text-dim); text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: #fff; }
.footer-divider { height: 1px; background: var(--divider); margin: 0; }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 120px; width: 100%;
}
.footer-copy { font-size: 13px; color: var(--text-faint); }
.footer-social { display: flex; gap: 16px; }
.social-btn {
  width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--divider);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-dim); text-decoration: none; font-size: 14px; font-weight: 700;
  transition: border-color 0.2s, color 0.2s;
}
.social-btn:hover { border-color: var(--accent); color: var(--accent); }

/* ── LEGAL PAGE ── */
.legal-section {
  background: var(--bg-mid); padding: 80px 120px 100px;
}
.legal-container {
  max-width: 800px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 48px;
}
.legal-block {
  display: flex; flex-direction: column; gap: 16px;
}
.legal-intro {
  font-size: 16px; color: var(--text-muted); line-height: 1.75;
  padding-bottom: 16px; border-bottom: 1px solid var(--divider);
}
.legal-title {
  font-size: 26px; font-weight: 700; color: #fff;
}
.legal-divider {
  width: 36px; height: 2px; background: var(--accent); border-radius: 1px;
}
.legal-text {
  font-size: 15px; color: var(--text-muted); line-height: 1.75;
}
.legal-text a {
  color: var(--accent); text-decoration: none; transition: opacity 0.2s;
}
.legal-text a:hover { opacity: 0.8; }
.legal-data-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.legal-data-list li {
  font-size: 15px; color: var(--text-muted); line-height: 1.6;
  padding: 10px 0; border-bottom: 1px solid var(--item-divider);
}
.legal-data-list li:last-child { border-bottom: none; }
.legal-data-label {
  font-size: 12px; font-weight: 700; letter-spacing: 1px;
  color: var(--accent); text-transform: uppercase; margin-right: 8px;
}
.legal-data-list a {
  color: var(--accent); text-decoration: none; transition: opacity 0.2s;
}
.legal-data-list a:hover { opacity: 0.8; }
.legal-intro strong { color: #fff; }
.legal-number {
  font-family: var(--font-display); font-size: 48px; font-weight: 900;
  color: rgba(226,113,90,0.15); line-height: 1; letter-spacing: -2px;
}
.legal-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.legal-list li {
  font-size: 15px; color: var(--text-muted); line-height: 1.7;
  padding-left: 20px; position: relative;
}
.legal-list li::before {
  content: ''; position: absolute; left: 0; top: 10px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
}
.legal-note {
  display: flex; gap: 14px; align-items: flex-start;
  background: rgba(226,113,90,0.08); border: 1px solid rgba(226,113,90,0.2);
  border-radius: 8px; padding: 16px 20px; margin-top: 8px;
}
.legal-note-icon { font-size: 18px; color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.legal-note p { font-size: 14px; color: var(--text-muted); line-height: 1.65; margin: 0; }
.legal-note strong { color: #fff; }
.legal-note a { color: var(--accent); text-decoration: none; transition: opacity 0.2s; }
.legal-note a:hover { opacity: 0.8; }

/* ── FOOTER LEGAL LINK ── */
.footer-legal {
  display: flex; align-items: center; gap: 16px;
}
.footer-legal a {
  font-size: 13px; color: var(--text-faint); text-decoration: none; transition: color 0.2s;
}
.footer-legal a:hover { color: var(--accent); }
.footer-legal-sep {
  width: 1px; height: 12px; background: var(--divider);
}

/* ══════════════════════════════════════════════
   CARTA PAGE
   ══════════════════════════════════════════════ */

.hero-carta { background-size: cover; background-position: center; }

/* ── Sticky section nav ── */
.carta-nav {
  position: sticky; top: 0; z-index: 90;
  background: rgba(26,14,11,0.97); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--divider);
}
.carta-nav-inner {
  display: flex; align-items: center; gap: 4px; flex-wrap: wrap;
  padding: 0 48px; height: 52px; overflow-x: auto;
}
.carta-nav-inner a {
  font-size: 12px; font-weight: 600; text-decoration: none; color: var(--text-dim);
  padding: 5px 14px; border-radius: 20px; border: 1px solid var(--divider);
  transition: all 0.2s; white-space: nowrap;
}
.carta-nav-inner a:hover,
.carta-nav-inner a.active {
  background: var(--accent); color: #fff; border-color: var(--accent);
}

/* ── Section wrapper ── */
.carta-section {
  padding: 60px 80px;
  background: var(--bg-dark);
}
.carta-section-alt { background: var(--bg-mid); }

/* ── Section headers ── */
.cs-header { margin-bottom: 8px; }
.cs-title {
  font-family: var(--font-display);
  font-size: clamp(44px,6vw,68px); font-weight: 800;
  text-transform: uppercase; line-height: 1;
  color: var(--text-white);
}
.cs-sub { font-size: 22px; font-style: italic; margin-top: 4px; }
.cs-sub-accent { color: var(--accent); }
.cs-sub-green  { color: #6a9a3a; }
.cs-sub-gold   { color: #9a8040; }
.cs-sub-brown  { color: #9a7a50; }
.cs-sub-orange { color: #c46020; }
.cs-sub-teal   { color: #2a8888; }
.cs-sub-pink   { color: #a03070; }

.cs-title-accent { color: var(--text-white); }
.cs-title-green  { color: var(--text-white); }
.cs-title-gold   { color: var(--text-white); }
.cs-title-brown  { color: var(--text-white); }
.cs-title-orange { color: var(--text-white); }
.cs-title-teal   { color: var(--text-white); }
.cs-title-pink   { color: var(--text-white); }

.cs-line {
  height: 2px; border-radius: 1px; margin: 10px 0 24px;
}
.cs-line-accent { background: var(--accent); width: 400px; max-width:100%; }
.cs-line-green  { background: #6a9a3a; width: 300px; max-width:100%; }
.cs-line-gold   { background: #9a8040; width: 400px; max-width:100%; }
.cs-line-brown  { background: #9a7a50; width: 400px; max-width:100%; }
.cs-line-orange { background: #c46020; width: 400px; max-width:100%; }
.cs-line-teal   { background: #2a8888; width: 300px; max-width:100%; }
.cs-line-pink   { background: #a03070; width: 300px; max-width:100%; }

/* ── Menu item rows ── */
.ci {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ci:last-child { border-bottom: none; }
.ci-highlighted {
  border: 1px solid rgba(226,113,90,0.25) !important;
  background: rgba(226,113,90,0.06);
  border-radius: 6px; padding: 8px 12px; margin-top:4px;
}
.ci-dark { border-bottom-color: rgba(255,255,255,0.12); }
.ci-p {
  font-size: 13px; font-weight: 700; color: var(--text-white);
  min-width: 46px; flex-shrink: 0; padding-top: 1px;
}
.ci-b { flex: 1; }
.ci-n { font-size: 13px; color: var(--text-dim); line-height: 1.55; }
.ci-n strong { color: var(--text-white); font-weight: 600; }
.ci-e { font-size: 11px; font-style: italic; color: var(--text-faint); line-height: 1.4; margin-top: 2px; }
.ci-sauce .ci-sauce-name {
  display: block; font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.5px;
  color: var(--text-white); margin-bottom: 2px;
}

/* ── Two column layout ── */
.cs-two-col { display: flex; gap: 48px; align-items: flex-start; width: 100%; }
.cs-col { flex: 1; }
@media (max-width: 860px) {
  .cs-two-col { flex-direction: column; gap: 0; }
  .carta-section { padding: 48px 24px; }
  .carta-nav-inner { padding: 0 20px; }
}

/* ── Divider ── */
.cs-divider {
  width: 100%; height: 1px; background: rgba(255,255,255,0.08); margin: 32px 0;
}
.cs-sep-line { width: 600px; max-width:100%; height: 2px; margin: 28px auto; border-radius: 1px; }
.cs-sep-accent { background: var(--accent); }
.cs-sep-gold   { background: #9a8040; }

/* ── Flourish / ornament ── */
.cs-flourish { display: flex; align-items: center; gap: 12px; margin: 32px 0; }
.cs-flourish-line { flex: 1; height: 1px; background: rgba(255,255,255,0.1); }
.cs-flourish-symbol { font-size: 14px; color: var(--text-faint); letter-spacing: 4px; }

/* ── Photo strip ── */
.cs-photo-strip { display: flex; gap: 16px; height: 200px; }
.cs-photo {
  flex: 1; border-radius: 10px;
  background-size: cover; background-position: center;
}
.cs-photo-lg { height: 220px; }
.cs-two-photo-row { display: flex; gap: 20px; }
@media (max-width: 600px) {
  .cs-photo-strip { height: 130px; }
}

/* ── Dark callout boxes (Nachos/Croquetas) ── */
.cs-callout-dark {
  border-radius: 8px; padding: 16px 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
}
.cs-callout-accent-left { border-left: 4px solid var(--accent) !important; }
.cs-callout-dashed { border-style: dashed !important; }
.cs-callout-title {
  font-family: var(--font-display); font-size: 22px; font-weight: 800;
  text-transform: uppercase; color: var(--text-white);
}
.cs-callout-price-inline {
  font-size: 18px; font-weight: 800; color: var(--accent); margin-left: 12px;
}

/* ── Ensaladas photo column ── */
.cs-ensaladas-photos {
  width: 380px; flex-shrink: 0;
  display: flex; flex-direction: column; gap: 16px; padding-top: 20px;
}
.cs-ensaladas-img {
  width: 100%; height: 280px; border-radius: 10px;
  background-size: cover; background-position: center;
}
.cs-ensaladas-img-sm { height: 160px; }
@media (max-width: 900px) {
  .cs-ensaladas-photos { display: none; }
}

/* ── Pasta sauce chooser label ── */
.cs-sauce-chooser-label {
  text-align: center; font-size: 17px; font-style: italic;
  color: var(--text-dim); margin: 20px 0 4px;
}
.cs-sauce-chooser-label em { color: var(--accent); }

/* ── Pasta types row ── */
.cs-pasta-types-label {
  text-align: center; margin: 24px 0 12px;
}
.cs-pasta-types-label p {
  font-size: 16px; font-style: italic; color: var(--text-dim);
}
.cs-pasta-types-label em { color: var(--accent); }
.cs-pasta-row {
  display: flex; gap: 12px; flex-wrap: wrap;
  justify-content: center; padding: 16px 0;
}
.cs-pasta-item {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  width: 120px; text-align: center;
}
.cs-pasta-img {
  width: 90px; height: 90px; border-radius: 10px;
  background-size: cover; background-position: center;
  background-color: #fff;
}
.cs-pasta-name { font-size: 12px; font-weight: 700; color: var(--text-white); }
.cs-pasta-desc { font-size: 10px; font-style: italic; color: var(--text-faint); line-height: 1.4; }

/* ── Lasagna box ── */
.cs-lasagna-box {
  background: rgba(255,255,255,0.04); border-radius: 10px;
  padding: 20px 28px; border-left: 4px solid #9a8040;
  margin-bottom: 28px; max-width: 100%;
}
.cs-lasagna-title {
  font-family: var(--font-display); font-size: 24px; font-weight: 800;
  text-transform: uppercase; color: var(--text-white);
}

/* ── Full width photo ── */
.cs-full-photo {
  width: 100%; height: 220px; border-radius: 10px;
  background-size: cover; background-position: center;
}

/* ── Sub section headers (Risotto / Paellas) ── */
.cs-sub-header { text-align: center; margin: 28px 0 0; }
.cs-sub-title {
  font-family: var(--font-display); display: block;
  font-size: clamp(36px,5vw,56px); font-weight: 800;
  text-transform: uppercase; color: var(--text-white);
}
.cs-items-center { max-width: 600px; margin: 0 auto; }

/* ── Paella photo ── */
.carta-paella-ph {
  width: 440px; max-width: 100%; height: 240px;
  border-radius: 10px; display: inline-block;
  background-size: cover; background-position: center;
}

/* ── Carnes background image ── */
.carta-carnes-bg-img {
  position: absolute; right: 0; top: 0;
  width: 45%; height: 100%;
  background-size: cover; background-position: center;
  opacity: 0.07;
}

/* ── Featured item (Entrecot / Burger) ── */
.cs-featured {
  display: flex; align-items: stretch; gap: 20px;
  border-radius: 10px; padding: 20px 28px; margin: 24px 0;
}
.cs-featured-brown  { background: rgba(154,122,80,0.15); border-left: 4px solid #9a7a50; }
.cs-featured-orange { background: rgba(196,96,32,0.13); border-left: 4px solid #c46020; }
.cs-featured-price {
  font-size: 24px; font-weight: 900; color: var(--text-white);
  flex-shrink: 0; display: flex; align-items: center; min-width: 70px;
}
.cs-featured-sep { width: 2px; flex-shrink: 0; }
.cs-sep-brown  { background: #9a7a50; }
.cs-sep-orange { background: #c46020; }
.cs-featured-body { flex: 1; }
.cs-featured-label {
  display: block; font-size: 10px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; margin-bottom: 4px;
}
.cs-label-brown  { color: #9a7a50; }
.cs-label-orange { color: #c46020; }
.cs-featured-name {
  font-family: var(--font-display); font-size: 28px; font-weight: 800;
  text-transform: uppercase; color: var(--text-white); line-height: 1.1;
}
.cs-featured-name em { font-style: normal; font-size: 18px; font-weight: 400; text-transform: none; }
.cs-featured-desc { font-size: 13px; color: var(--text-dim); margin-top: 6px; line-height: 1.6; }

/* ── Sauces box ── */
.cs-sauces-box {
  background: rgba(255,255,255,0.04); border-radius: 8px;
  padding: 20px 28px; border-top: 3px solid #9a7a50;
}
.cs-sauces-title { font-size: 16px; font-weight: 600; color: var(--text-muted); margin-bottom: 14px; }
.cs-sauces-title em { font-style: italic; color: #9a7a50; }
.cs-sauce-chips { display: flex; gap: 12px; flex-wrap: wrap; }
.cs-sauce-chip {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px; padding: 10px 18px;
  display: flex; flex-direction: column; gap: 2px;
}
.cs-chip-name { font-size: 13px; font-weight: 700; color: var(--text-white); }
.cs-chip-eng  { font-size: 11px; font-style: italic; color: var(--text-faint); }
.cs-sauce-note { font-size: 12px; color: var(--text-faint); margin-top: 12px; }

/* ── Fish subsection ── */
.cs-fish-section {
  margin-top: 48px; padding-top: 40px;
  border-top: 2px solid rgba(255,255,255,0.1);
}

/* ══════════════════════════════════════════════
   PIZZAS + CALZONE section (split layout)
   ══════════════════════════════════════════════ */
.carta-pizzas-section {
  position: relative; overflow: hidden;
  min-height: 1100px; background: var(--bg-dark);
}
.carta-pizzas-bg-img {
  position: absolute; left: 0; top: 0;
  width: 50%; height: 100%;
  background-size: cover; background-position: center;
}
.carta-pizzas-bg-overlay {
  position: absolute; left: 0; top: 0;
  width: 50%; height: 100%;
  background: linear-gradient(
    to right,
    rgba(26,14,11,0.97) 0%,
    rgba(26,14,11,0.7) 55%,
    rgba(26,14,11,0) 100%
  );
}
.carta-pizzas-layout {
  position: relative; display: flex; min-height: 1100px;
}
.carta-pizzas-left {
  width: 660px; flex-shrink: 0; padding: 48px 40px;
}
.carta-calzone-wrapper {
  flex: 1; position: relative;
}
.carta-calzone-bg {
  position: absolute; left: 0; top: 20px; right: 0; bottom: 0;
  background: rgba(32,20,18,0.97); border-radius: 20px 0 0 20px;
}
.carta-calzone-accent-line {
  position: absolute; left: 28px; top: 88px;
  width: 4px; height: 340px;
  background: var(--accent); border-radius: 2px;
}
.carta-calzone-content {
  position: relative; padding: 56px 40px 40px 60px;
}
.carta-calzone-photo {
  width: 100%; height: 320px; border-radius: 12px; margin-top: 32px;
  background-size: cover; background-position: center;
}
.carta-calzone-tagline {
  text-align: right; margin-top: 24px; line-height: 1.2;
}
.carta-calzone-tagline p {
  font-family: var(--font-display); font-size: 28px; font-weight: 800;
  text-transform: uppercase; color: var(--accent);
}
.carta-calzone-tagline p em {
  font-style: italic; text-transform: none; color: rgba(226,113,90,0.6);
}
@media (max-width: 900px) {
  .carta-pizzas-section { min-height: auto; }
  .carta-pizzas-layout { flex-direction: column; }
  .carta-pizzas-left { width: 100%; padding: 40px 24px; }
  .carta-pizzas-bg-img,
  .carta-pizzas-bg-overlay { width: 100%; height: 300px; }
  .carta-calzone-wrapper { margin-top: 0; }
  .carta-calzone-bg { border-radius: 0; top: 0; }
  .carta-calzone-content { padding: 40px 24px; }
}

/* ══════════════════════════════════════════════
   POSTRES section (layered layout)
   ══════════════════════════════════════════════ */
.carta-postres-section {
  position: relative; overflow: hidden;
  min-height: 900px; background: var(--bg-dark);
}
.carta-postres-corner {
  position: absolute; right: 0; top: 0;
  width: 420px; height: 260px;
  background: rgba(160,48,112,0.18);
  border-radius: 0 0 0 40px;
}
.carta-postres-tilted {
  position: absolute; left: 460px; top: 30px;
  width: 440px; height: 340px;
  background-size: cover; background-position: center;
  border-radius: 0 0 24px 24px;
  transform: rotate(-5deg); transform-origin: top center;
  opacity: 0.7;
}
.carta-postres-bottom {
  position: absolute; bottom: 0; left: 0; right: 0; height: 480px;
  background-size: cover; background-position: center;
}
.carta-postres-bottom-overlay {
  position: absolute; bottom: 0; left: 0; right: 0; height: 480px;
  background: linear-gradient(
    to bottom,
    rgba(26,14,11,1) 0%,
    rgba(26,14,11,0.5) 40%,
    rgba(0,0,0,0.35) 100%
  );
}
.carta-postres-layout {
  position: relative;
  display: flex; gap: 60px; padding: 56px 80px; min-height: 900px;
  align-items: flex-start;
}
.carta-postres-left { width: 480px; flex-shrink: 0; }
.carta-postres-right {
  flex: 1; display: flex; flex-direction: column;
  align-items: flex-end; padding-top: 32px;
}
.carta-postres-tagline { text-align: right; line-height: 1.2; }
.carta-postres-tagline p {
  font-family: var(--font-display); font-size: 34px; font-weight: 800;
  text-transform: uppercase; color: #c05090;
}
.carta-postres-tagline p em {
  font-style: italic; text-transform: none;
  font-size: 28px; color: rgba(192,80,144,0.7);
}
@media (max-width: 900px) {
  .carta-postres-section { min-height: auto; }
  .carta-postres-layout { flex-direction: column; gap: 32px; padding: 40px 24px; }
  .carta-postres-left { width: 100%; }
  .carta-postres-tilted { display: none; }
}

/* ── Featured callout (Cheesecake style) ── */
.cs-callout-feat {
  display: flex; align-items: stretch; gap: 16px;
  border-radius: 8px; padding: 16px 20px;
  width: 380px; max-width: 100%;
  background: rgba(255,255,255,0.05);
}
.cs-callout-pink {
  border: 1px solid rgba(192,80,144,0.25);
}
.cs-callout-feat-price {
  font-size: 16px; font-weight: 800; color: var(--text-white);
  flex-shrink: 0; display: flex; align-items: center;
}
.cs-callout-feat-sep { width: 2px; flex-shrink: 0; }
.cs-callout-pink .cs-callout-feat-sep { background: #c05090; }
.cs-callout-feat-body { flex: 1; }
.cs-callout-feat-title {
  font-family: var(--font-display); font-size: 24px; font-weight: 800;
  text-transform: uppercase; color: var(--text-white);
}
.cs-callout-feat-desc { font-size: 12px; color: var(--text-dim); margin-top: 4px; line-height: 1.55; }

/* ── CTA Footer ── */
.carta-cta {
  background: var(--bg-black); padding: 80px 48px;
  text-align: center; display: flex; flex-direction: column;
  align-items: center; gap: 20px;
}
.carta-cta-label {
  font-size: 11px; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; color: var(--accent);
}
.carta-cta-title {
  font-family: var(--font-display);
  font-size: clamp(40px,6vw,64px); font-weight: 800;
  text-transform: uppercase; color: var(--text-white); line-height: 1;
}
.carta-cta-sub { font-size: 16px; color: var(--text-dim); max-width: 480px; }
.carta-cta-btns { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }

/* Section header */
.carta-section-header {
  display: flex; align-items: flex-start; gap: 20px; margin-bottom: 24px;
}
.carta-section-icon {
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: #fff; flex-shrink: 0; margin-top: 4px;
}
.carta-icon-red    { background: var(--accent); }
.carta-icon-green  { background: #5a7a30; }
.carta-icon-gold   { background: #8b7040; }
.carta-icon-brown  { background: #7a6040; }
.carta-icon-orange { background: #c46020; }
.carta-icon-teal   { background: #2a7a7a; }
.carta-icon-pink   { background: #903060; }

.carta-section-label {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--text-faint); margin-bottom: 6px;
}
.carta-section-title {
  font-family: var(--font-display); font-size: clamp(44px, 6vw, 72px);
  font-weight: 800; text-transform: uppercase; letter-spacing: -0.5px;
  color: var(--text-white); line-height: 1;
}
.carta-section-subtitle {
  font-size: 15px; font-style: italic; color: var(--text-faint); margin-top: 4px;
}

/* Dividers */
.carta-divider {
  height: 2px; width: 80px; border-radius: 1px; margin-bottom: 32px;
}
.carta-divider-red    { background: var(--accent); }
.carta-divider-green  { background: #5a7a30; }
.carta-divider-gold   { background: #8b7040; }
.carta-divider-brown  { background: #7a6040; }
.carta-divider-orange { background: #c46020; }
.carta-divider-teal   { background: #2a7a7a; }
.carta-divider-pink   { background: #903060; }

/* Menu item rows */
.carta-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 10px 0; border-bottom: 1px solid var(--divider);
}
.carta-item:last-child { border-bottom: none; }
.carta-item-highlight {
  background: rgba(226,113,90,0.06); border-radius: 6px;
  padding: 10px 12px; border: 1px solid rgba(226,113,90,0.2) !important;
  margin-top: 4px;
}
.carta-price {
  font-size: 14px; font-weight: 700; color: var(--text-white);
  min-width: 48px; flex-shrink: 0; padding-top: 1px;
}
.carta-body { flex: 1; }
.carta-name {
  font-size: 14px; color: var(--text-muted); line-height: 1.55;
}
.carta-name strong { color: var(--text-white); font-weight: 600; }
.carta-eng {
  font-size: 12px; font-style: italic; color: var(--text-faint);
  line-height: 1.4; margin-top: 3px;
}

/* Two column layout */
.carta-two-col {
  display: flex; gap: 48px; align-items: flex-start;
}
.carta-col { flex: 1; }
@media (max-width: 860px) {
  .carta-two-col { flex-direction: column; gap: 0; }
}

/* Full-width items */
.carta-items-full { width: 100%; }

/* Sauce style items */
.carta-item-sauce .carta-sauce-name {
  font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.5px; color: var(--text-white); display: block;
}

/* Callout boxes */
.carta-callouts {
  display: flex; gap: 24px; margin-top: 32px; flex-wrap: wrap;
}
.carta-callout {
  display: flex; align-items: stretch; gap: 16px;
  background: rgba(255,255,255,0.04); border-radius: 8px;
  padding: 16px 20px; border: 1px solid var(--divider);
  flex: 1; min-width: 280px;
}
.carta-callout-red  .carta-callout-sep { background: var(--accent); }
.carta-callout-gold .carta-callout-sep { background: #8b7040; }
.carta-callout-pink .carta-callout-sep { background: #903060; }
.carta-callout-sep { width: 2px; flex-shrink: 0; }
.carta-callout-price {
  font-size: 16px; font-weight: 800; color: var(--text-white);
  flex-shrink: 0; display: flex; align-items: center;
}
.carta-callout-body { flex: 1; }
.carta-callout-title {
  font-family: var(--font-display); font-size: 22px; font-weight: 800;
  text-transform: uppercase; color: var(--text-white);
}
.carta-callout-desc { font-size: 13px; color: var(--text-dim); line-height: 1.5; margin-top: 4px; }
.carta-callout-eng  { font-size: 12px; font-style: italic; color: var(--text-faint); margin-top: 3px; }

/* Photo row */
.carta-photo-row {
  display: flex; gap: 16px; margin-top: 32px; height: 200px;
}
.carta-photo {
  flex: 1; border-radius: 10px; background-size: cover; background-position: center;
}
@media (max-width: 600px) {
  .carta-photo-row { height: 140px; }
}

/* Ornament separator */
.carta-sep-ornament {
  display: flex; align-items: center; gap: 16px; margin: 40px 0;
}
.carta-sep-line { flex: 1; height: 1px; background: var(--divider); }
.carta-sep-icon { color: var(--text-faint); font-size: 16px; }

/* Full-width separator lines */
.carta-sep-line-full {
  width: 100%; max-width: 700px; margin: 28px auto; height: 2px; border-radius: 1px;
}
.carta-sep-red   { background: var(--accent); }
.carta-sep-gold  { background: #8b7040; }

/* Subsection headers */
.carta-subsection-header { text-align: center; margin: 28px 0 0; }
.carta-subsection-sub {
  font-size: 20px; font-style: italic; color: var(--accent); display: block;
}
.carta-subsection-title {
  font-family: var(--font-display); font-size: clamp(36px,5vw,56px);
  font-weight: 800; text-transform: uppercase; color: var(--text-white); display: block;
}

/* Pasta chooser */
.carta-sauce-header {
  text-align: center; font-size: 16px; color: var(--text-dim);
  margin-bottom: 24px; font-style: italic;
}
.carta-pasta-chooser {
  background: rgba(255,255,255,0.04); border-radius: 10px;
  border: 1px solid var(--divider); padding: 24px 28px; margin: 28px 0;
  text-align: center;
}
.carta-pasta-chooser-title {
  font-size: 15px; color: var(--text-dim); margin-bottom: 20px; font-style: italic;
}
.carta-pasta-types {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px;
}
.carta-pasta-type {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 12px 16px; border-radius: 8px; background: rgba(255,255,255,0.05);
  border: 1px solid var(--divider); font-size: 13px; font-weight: 600;
  color: var(--text-muted); min-width: 100px; transition: all 0.2s;
}
.carta-pasta-type i { font-size: 20px; color: var(--accent); }
.carta-pasta-type:hover { border-color: var(--accent); color: var(--text-white); }

/* Featured item */
.carta-featured {
  display: flex; align-items: stretch; gap: 20px;
  border-radius: 10px; padding: 20px 28px; margin: 24px 0; max-width: 720px;
}
.carta-featured-brown  { background: rgba(122,96,64,0.18); border-left: 4px solid #7a6040; }
.carta-featured-orange { background: rgba(196,96,32,0.15); border-left: 4px solid #c46020; }
.carta-featured-price {
  font-size: 22px; font-weight: 900; color: var(--text-white);
  flex-shrink: 0; display: flex; align-items: center;
}
.carta-featured-sep { width: 2px; flex-shrink: 0; }
.carta-featured-brown  .carta-featured-sep { background: #7a6040; }
.carta-featured-orange .carta-featured-sep { background: #c46020; }
.carta-featured-body { flex: 1; }
.carta-featured-label {
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  display: block; margin-bottom: 4px;
}
.carta-featured-brown  .carta-featured-label { color: #a08050; }
.carta-featured-orange .carta-featured-label { color: #c46020; }
.carta-featured-name {
  font-family: var(--font-display); font-size: 26px; font-weight: 800;
  text-transform: uppercase; color: var(--text-white); line-height: 1.1;
}
.carta-featured-name em { font-style: normal; font-size: 18px; font-weight: 400; }
.carta-featured-desc { font-size: 13px; color: var(--text-dim); margin-top: 6px; line-height: 1.6; }

/* Sauces box */
.carta-sauces-box {
  background: rgba(255,255,255,0.04); border-radius: 8px;
  padding: 20px 28px; border-top: 3px solid #7a6040;
  margin-top: 32px; max-width: 700px;
}
.carta-sauces-title {
  font-size: 16px; font-weight: 600; color: var(--text-muted);
  margin-bottom: 14px;
}
.carta-sauces-title em { font-style: italic; color: #a08050; }
.carta-sauce-chips { display: flex; gap: 12px; flex-wrap: wrap; }
.carta-sauce-chip {
  background: rgba(255,255,255,0.06); border: 1px solid var(--divider);
  border-radius: 6px; padding: 10px 18px;
}
.carta-sauce-chip-name { display: block; font-size: 13px; font-weight: 700; color: var(--text-white); }
.carta-sauce-chip-eng  { display: block; font-size: 11px; font-style: italic; color: var(--text-faint); }
.carta-sauce-note { font-size: 12px; color: var(--text-faint); margin-top: 12px; }
.carta-sauce-note i { margin-right: 4px; }

/* Subsection divider with icon */
.carta-subsection-divider {
  display: flex; align-items: center; gap: 16px; margin: 48px 0;
}
.carta-subsection-divider-line { flex: 1; height: 1px; background: var(--divider); }
.carta-subsection-divider-icon { color: var(--accent); font-size: 18px; }

/* Pizza grid - wider items */
.carta-pizza-grid { width: 100%; }

/* Desserts right column */
.carta-postres-right {
  display: flex; flex-direction: column; align-items: flex-end; gap: 28px;
}
.carta-postres-tagline {
  text-align: right; line-height: 1.15;
}
.carta-postres-tagline p {
  font-family: var(--font-display); font-size: 32px; font-weight: 800;
  text-transform: uppercase; color: var(--accent);
}
.carta-postres-tagline p em {
  font-style: italic; text-transform: none; font-size: 26px;
  color: rgba(226,113,90,0.7);
}

/* CTA */
.carta-cta {
  background: var(--bg-black); padding: 80px 48px;
  text-align: center; display: flex; flex-direction: column;
  align-items: center; gap: 20px;
}
.carta-cta-label {
  font-size: 11px; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; color: var(--accent);
}
.carta-cta-title {
  font-family: var(--font-display); font-size: clamp(40px,6vw,64px);
  font-weight: 800; text-transform: uppercase; color: var(--text-white); line-height: 1;
}
.carta-cta-sub {
  font-size: 16px; color: var(--text-dim); max-width: 480px;
}
.carta-cta-btns { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }

/* ── POPUP AGRADECIMIENTO CONTACTO ── */
.solric-thanks-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(10,5,3,0.82);
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(4px);
  animation: fadeInOverlay 0.3s ease;
}
@keyframes fadeInOverlay { from { opacity: 0; } to { opacity: 1; } }
.solric-thanks-modal {
  background: #1e1109; border: 1px solid rgba(226,113,90,0.35);
  border-radius: 20px; padding: 52px 48px; max-width: 440px; width: 90%;
  text-align: center; box-shadow: 0 24px 80px rgba(0,0,0,0.6);
  animation: slideUpModal 0.35s cubic-bezier(0.34,1.56,0.64,1);
}
@keyframes slideUpModal { from { opacity: 0; transform: translateY(40px) scale(0.95); } to { opacity: 1; transform: none; } }
.solric-thanks-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--accent); color: #fff;
  font-size: 28px; font-weight: 900;
  margin: 0 auto 24px; display: flex; align-items: center; justify-content: center;
}
.solric-thanks-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px; font-weight: 800; text-transform: uppercase;
  color: var(--text-white); margin: 0 0 12px;
}
.solric-thanks-sub {
  font-size: 15px; color: var(--text-dim); line-height: 1.7; margin: 0 0 32px;
}
.solric-thanks-btn {
  background: var(--accent); color: #fff; border: none; cursor: pointer;
  padding: 12px 36px; border-radius: 8px; font-size: 15px; font-weight: 700;
  transition: opacity 0.2s;
}
.solric-thanks-btn:hover { opacity: 0.85; }

/* ══════════════════════════════════════════════
   HAMBURGER + MOBILE MENU
   ══════════════════════════════════════════════ */

.solric-nav-hamburger {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; padding: 10px;
  background: transparent; border: none; cursor: pointer;
  flex-shrink: 0; z-index: 1100; position: relative;
}
.solric-nav-hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--text-white); border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.25s ease, width 0.25s ease;
  transform-origin: center;
}
.solric-nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.solric-nav-hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.solric-nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.solric-mobile-menu {
  display: none;
  position: fixed; inset: 0; z-index: 1050;
  background: var(--bg-black);
  flex-direction: column;
  padding: 88px 40px 60px;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto; pointer-events: none;
}
.solric-mobile-menu.open {
  transform: translateX(0);
  pointer-events: auto;
}
.solric-mobile-menu-nav {
  display: flex; flex-direction: column; flex: 1;
  border-top: 1px solid var(--divider);
}
.solric-mobile-menu-nav a {
  font-family: var(--font-display);
  font-size: 38px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.02em; color: var(--text-white); text-decoration: none;
  padding: 20px 0; border-bottom: 1px solid var(--divider);
  transition: color 0.2s, padding-left 0.2s;
  display: block;
}
.solric-mobile-menu-nav a:hover,
.solric-mobile-menu-nav a.active { color: var(--accent); padding-left: 8px; }
.solric-mobile-menu-cta {
  display: block; margin-top: 40px;
  background: var(--accent); color: #fff; text-decoration: none;
  text-align: center; border-radius: 8px; padding: 18px;
  font-family: var(--font-display); font-size: 24px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.03em;
  transition: opacity 0.2s;
}
.solric-mobile-menu-cta:hover { opacity: 0.9; }

/* ══════════════════════════════════════════════
   RESPONSIVE — 1100px (reduce large paddings)
   ══════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .hero-content { padding: 0 64px; }
  .about { padding: 80px 64px; gap: 56px; }
  .menu-section { padding: 80px 64px; }
  .beer-content { padding: 72px 80px; }
  .testimonials { padding: 80px 64px; }
  .contact-left { padding: 64px 48px; }
  .story { padding: 80px 64px; gap: 56px; }
  .valores { padding: 80px 64px; }
  .main-row { padding: 80px 64px; }
  .map-content { padding: 0 64px; }
  .nos-cta-content { padding: 0 80px; }
  .cta-section { padding: 80px 64px; }
  .menu-body { padding: 64px 64px 0; }
  .sep-content { padding: 0 64px; }
  .footer-top { padding: 64px 64px; gap: 48px; }
  .footer-bottom { padding: 24px 64px; }
  .legal-section { padding: 72px 64px 80px; }
  .res-left { padding: 64px 48px; }
  .res-right { padding: 64px 48px; }
  .carta-section { padding: 56px 56px; }
  .carta-nav-inner { padding: 0 40px; }
}

/* ══════════════════════════════════════════════
   RESPONSIVE — 900px (large tablet)
   ══════════════════════════════════════════════ */
@media (max-width: 900px) {
  /* About */
  .about { flex-direction: column; gap: 40px; padding: 72px 48px; }
  .about-right { width: 100%; }
  .about-img-row { gap: 8px; }

  /* Contact teaser */
  .contact-teaser { flex-direction: column; }
  .contact-right { width: 100%; min-height: 260px; }

  /* Story */
  .story { flex-direction: column; gap: 40px; padding: 72px 48px; }
  .story-right { width: 100%; flex-shrink: unset; }

  /* Ubicacion */
  .ubicacion { flex-direction: column; }
  .ubic-left { min-height: 280px; }

  /* Reservas banner */
  .reservas-banner { flex-direction: column; }

  /* Footer */
  .footer-top { flex-wrap: wrap; gap: 40px; padding: 56px 48px; }
  .footer-brand { max-width: 100%; }
}

/* ══════════════════════════════════════════════
   RESPONSIVE — 768px (tablet / mobile)
   ══════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* ── Header ── */
  .solric-header { padding: 0 20px; height: 64px; z-index: 1100; }
  .solric-nav-links,
  .nav-cta { display: none !important; }
  .solric-nav-hamburger { display: flex; padding: 0; }
  .solric-mobile-menu { display: flex; }
  .solric-mobile-menu.open { display: flex; }
  .solric-logo-img,
  .solric-logo-img-wrap img { width: 48px; height: 48px; }

  /* ── Hero ── */
  .hero-home { height: 520px; }
  .hero-inner { height: 300px; }
  .hero-medium { height: 360px; }
  .hero-small { height: 260px; }
  .hero-content { padding: 0 28px; gap: 14px; }
  .hero-title { font-size: 50px; }
  .hero-title-md { font-size: 42px; }
  .hero-sub { font-size: 15px; max-width: 100%; }
  .hero-sub-sm { font-size: 14px; }
  .hero-btns { flex-direction: column; align-items: center; gap: 12px; }
  .hero-chips { gap: 8px; }

  /* ── Section shared ── */
  .section-title { font-size: 36px; }

  /* ── About ── */
  .about { padding: 56px 24px; gap: 36px; }
  .about-stats { gap: 24px; flex-wrap: wrap; }
  .stat-num { font-size: 30px; }
  .about-img-main { height: 220px; }
  .about-img-small { height: 160px; }

  /* ── Menu section (homepage) ── */
  .menu-section { padding: 56px 24px; gap: 36px; }
  .menu-cards { flex-direction: column; height: auto; gap: 16px; }
  .menu-card { height: 220px; }

  /* ── Beer ── */
  .beer { height: auto; min-height: 360px; }
  .beer-content { padding: 56px 24px; text-align: left; align-items: flex-start; }
  .beer-title { font-size: 42px; }
  .beer-sub { max-width: 100%; }
  .beer-btns { flex-direction: column; align-items: flex-start; gap: 12px; }

  /* ── Testimonials ── */
  .testimonials { padding: 56px 24px; gap: 36px; }
  .testi-grid { flex-direction: column; gap: 16px; }

  /* ── Contact teaser ── */
  .contact-left { padding: 48px 24px; }
  .contact-right { min-height: 240px; }

  /* ── Nosotros story ── */
  .story { padding: 56px 24px; gap: 36px; }
  .story-stats { gap: 20px; flex-wrap: wrap; }
  .story-img-main { height: 220px; }
  .story-img-sm { height: 150px; }

  /* ── Valores ── */
  .valores { padding: 56px 24px; gap: 36px; }
  .vals-grid { flex-direction: column; gap: 16px; }

  /* ── Gallery ── */
  .gallery { height: 200px; }

  /* ── Ubicacion ── */
  .ubic-right { padding: 40px 24px; }
  .ubic-badge { top: 16px; left: 16px; }

  /* ── Nos CTA ── */
  .nos-cta { height: auto; min-height: 360px; }
  .nos-cta-content { padding: 56px 24px; align-items: flex-start; text-align: left; }
  .nos-cta-title { font-size: 44px; }
  .nos-cta-sub { max-width: 100%; }
  .nos-cta-btns { flex-direction: column; align-items: flex-start; gap: 12px; }

  /* ── Contacto page ── */
  .main-row { flex-direction: column; gap: 40px; padding: 56px 24px; }
  .info-col { width: 100%; }
  .form-col { padding: 28px 20px; }
  .form-row { flex-direction: column; gap: 16px; }
  .form-footer { flex-direction: column; align-items: flex-start; gap: 16px; }
  .privacy-note { max-width: 100%; }
  .btn-send { width: 100%; justify-content: center; }

  /* ── Map ── */
  .map-section { height: auto; }
  .map-overlay { background: rgba(32,20,18,0.88); }
  .map-content { position: relative; max-width: 100%; padding: 48px 24px; }
  .map-title { font-size: 30px; }

  /* ── Reservas banner ── */
  .res-left { padding: 48px 24px; }
  .res-right { padding: 48px 24px; }
  .res-left-title { font-size: 28px; }

  /* ── CTA section ── */
  .cta-section { padding: 56px 24px; }
  .cta-title { font-size: 38px; }
  .cta-btns { flex-direction: column; align-items: center; gap: 12px; }

  /* ── Menu body (old menu page) ── */
  .menu-body { padding: 40px 24px 0; }
  .menu-row { flex-direction: column; gap: 32px; padding-bottom: 40px; }
  .sep-content { padding: 0 24px; }
  .sep-title { font-size: 22px; }

  /* ── Footer ── */
  .footer-top { flex-direction: column; gap: 32px; padding: 48px 24px; }
  .footer-brand { max-width: 100%; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; padding: 20px 24px; }
  .footer-legal { flex-wrap: wrap; justify-content: center; gap: 12px; }
  .footer-social { justify-content: center; }

  /* ── Legal ── */
  .legal-section { padding: 48px 24px 56px; }

  /* ── Carta nav ── */
  .carta-nav-inner {
    height: auto; padding: 10px 16px; gap: 6px;
    flex-wrap: wrap; overflow-x: visible;
  }
  .carta-nav-inner a { font-size: 11px; padding: 5px 12px; }

  /* ── Carta sections ── */
  .carta-section { padding: 40px 20px; }

  /* ── Carta pizzas ── */
  .carta-pizzas-section { min-height: auto; }
  .carta-pizzas-layout { flex-direction: column; min-height: auto; }
  .carta-pizzas-left { width: 100%; padding: 36px 20px; }
  .carta-pizzas-bg-img { width: 100%; height: 180px; position: relative; }
  .carta-pizzas-bg-overlay { width: 100%; height: 180px; position: relative; }
  .carta-calzone-wrapper { margin-top: 0; }
  .carta-calzone-bg { border-radius: 0; top: 0; }
  .carta-calzone-content { padding: 36px 20px; }
  .carta-calzone-photo { height: 200px; }

  /* ── Carta postres ── */
  .carta-postres-section { min-height: auto; }
  .carta-postres-layout { flex-direction: column; gap: 28px; padding: 36px 20px; min-height: auto; }
  .carta-postres-left { width: 100%; }
  .carta-postres-tilted { display: none; }
  .carta-postres-corner { display: none; }
  .carta-postres-right { align-items: flex-start; padding-top: 0; }
  .carta-postres-tagline { text-align: left; }
  .carta-postres-bottom { height: 300px; }
  .carta-postres-bottom-overlay { height: 300px; }

  /* ── Carta featured items ── */
  .cs-featured,
  .carta-featured { padding: 16px; }
  .cs-featured-price,
  .carta-featured-price { font-size: 20px; min-width: 56px; }

  /* ── Carta CTA ── */
  .carta-cta { padding: 64px 24px; }

  /* ── Carta callouts ── */
  .carta-callouts { flex-direction: column; gap: 16px; }
}

/* ══════════════════════════════════════════════
   RESPONSIVE — 480px (small phones)
   ══════════════════════════════════════════════ */
@media (max-width: 480px) {
  .hero-home { height: 460px; }
  .hero-title { font-size: 38px; }
  .hero-title-md { font-size: 32px; }
  .hero-sub { font-size: 14px; }
  .hero-content { padding: 0 20px; }

  .section-title { font-size: 30px; }

  .about { padding: 44px 16px; }
  .about-stats { flex-direction: column; gap: 14px; }
  .stat-num { font-size: 28px; }

  .menu-section { padding: 44px 16px; }
  .menu-card { height: 200px; }

  .beer-content { padding: 44px 16px; }
  .beer-title { font-size: 34px; }

  .testimonials { padding: 44px 16px; }
  .contact-left { padding: 40px 16px; }

  .story { padding: 44px 16px; }
  .story-stats { flex-direction: column; gap: 14px; }

  .valores { padding: 44px 16px; }
  .val-card { padding: 28px 20px; }

  .ubic-right { padding: 32px 16px; }

  .nos-cta-content { padding: 44px 16px; }
  .nos-cta-title { font-size: 36px; }

  .main-row { padding: 44px 16px; }
  .form-col { padding: 20px 16px; }

  .map-content { padding: 40px 16px; }
  .map-title { font-size: 26px; }

  .res-left { padding: 40px 16px; }
  .res-right { padding: 40px 16px; }

  .cta-section { padding: 44px 16px; }
  .cta-title { font-size: 32px; }

  .footer-top { padding: 40px 16px; }
  .footer-bottom { padding: 16px; }

  .legal-section { padding: 40px 16px 48px; }

  .carta-section { padding: 32px 14px; }
  .carta-nav-inner { padding: 8px 14px; gap: 5px; }
  .carta-cta { padding: 48px 16px; }

  .cs-featured,
  .carta-featured { flex-direction: column; gap: 10px; padding: 14px; }
  .cs-featured-sep,
  .carta-featured-sep { display: none; }
  .cs-featured-price,
  .carta-featured-price { font-size: 18px; }

  .carta-callout { padding: 14px 16px; }
  .carta-callout-title,
  .cs-callout-title { font-size: 18px; }

  .solric-mobile-menu { padding: 76px 24px 48px; }
  .solric-mobile-menu-nav a { font-size: 32px; padding: 16px 0; }
  .solric-mobile-menu-cta { font-size: 20px; padding: 16px; margin-top: 32px; }

  .solric-thanks-modal { padding: 40px 28px; }
  .solric-thanks-title { font-size: 26px; }
}
