@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Oswald:wght@400;500;600;700&family=Bitter:wght@400;500;700&display=swap');

:root {
    --bg: #f3eee4;
    --surface: #fffaf1;
    --surface-strong: #4e2b1f;
    --text: #2f2018;
    --muted: #6e574c;
    --primary: #2f5f3b;
    --primary-dark: #22462b;
    --border: rgba(78, 43, 31, 0.22);
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

.site-top-strip {
    background: linear-gradient(180deg, #3f241b 0%, #2f1a13 100%);
    border-bottom: 1px solid rgba(198, 161, 86, 0.22);
    color: rgba(246, 233, 206, 0.9);
    font-size: 12px;
}

.site-top-strip__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0.35rem 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    align-items: center;
}

.site-top-strip__inner span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.site-top-strip__right {
    margin-left: auto;
}

.site-top-strip a {
    color: rgba(250, 233, 199, 0.92);
    text-decoration: none;
}

.site-top-strip a:hover,
.site-top-strip a:focus {
    color: #ffffff;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Bitter", Georgia, "Times New Roman", serif;
    background:
        radial-gradient(70% 55% at 50% -5%, rgba(91, 38, 21, 0.1), transparent 65%),
        linear-gradient(180deg, #fbf4e8 0%, #f3eee4 58%, #ece2d2 100%);
    color: var(--text);
}

body.page-home {
    background: #f7f3ea;
}

body.page-home .site-main {
    background: #f7f3ea;
}

h1,
h2,
h3,
h4,
.site-brand__text strong,
.footer-brand__text {
    font-family: "Cinzel", "Times New Roman", serif;
    letter-spacing: 0.02em;
}

.site-header,
.admin-header {
    z-index: 1200;
}

.site-header {
    position: sticky;
    top: 0;
    background: linear-gradient(180deg, #f7f1e5 0%, #eee3d0 100%);
    border-bottom: 1px solid rgba(74, 42, 29, 0.26);
    box-shadow: 0 8px 20px rgba(36, 18, 12, 0.16);
}

.site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--org-home-bg-image, none);
    background-size: cover;
    background-position: center;
    opacity: 0.07;
    filter: saturate(0.7) contrast(1.05);
    pointer-events: none;
}

.site-header > * {
    position: relative;
    z-index: 1;
}

.admin-header {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
}

.admin-subtitle {
    color: var(--muted);
    font-size: 12px;
}

.site-navbar {
    background: transparent;
}

.site-navbar__inner {
    position: relative;
    min-height: 84px;
    gap: 12px;
    justify-content: space-between;
    padding: 8px 12px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #3c261c;
    text-decoration: none;
    margin: 0 8px 0 0;
    flex: 0 0 auto;
}

.site-brand:hover,
.site-brand:focus {
    color: #3c261c;
}

.site-brand__logo-wrap {
    width: 156px;
    height: 156px;
    border-radius: 10px;
    background: rgba(198, 161, 86, 0.08);
    border: 1px solid rgba(198, 161, 86, 0.5);
    box-shadow: inset 0 0 0 1px rgba(255, 226, 168, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.site-brand__logo {
    width: 132px;
    height: 132px;
    object-fit: contain;
}

.site-header-search {
    flex: 0 0 0;
    max-width: 0;
    display: inline-flex;
    align-items: center;
    border: 0 solid rgba(74, 42, 29, 0.32);
    border-radius: 4px;
    overflow: hidden;
    background: #fff8eb;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: max-width 0.22s ease, opacity 0.18s ease, border-width 0.18s ease;
}

.site-header-search.is-open {
    flex: 0 0 290px;
    max-width: 290px;
    border-width: 1px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.site-header-search input {
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    color: #3f281e;
    padding: 0.48rem 0.62rem;
    font-size: 12px;
}

.site-header-search input:focus {
    outline: none;
}

.site-header-search button {
    border: 0;
    width: 38px;
    height: 34px;
    background: #2f5f3b;
    color: #fff;
}

.site-header-contact {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    line-height: 1.15;
    color: #7d2f24;
    min-width: 185px;
}

.site-header-contact__row {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.site-header-contact__row i {
    color: #b03d2f;
    font-size: 13px;
}

.site-header-contact strong {
    color: #a82f21;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.site-header-contact span {
    color: #9a473b;
    font-family: "Cinzel", "Times New Roman", serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: none;
}

.site-brand__logo-fallback {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}

.site-brand__text {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.08;
}

.site-brand__text strong {
    font-size: 21px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4a2a1d;
}

.site-brand__text small {
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2f5f3b;
}

.site-navbar-toggler {
    border: 1px solid rgba(74, 42, 29, 0.3);
    background: rgba(74, 42, 29, 0.06);
}

.site-navbar-toggler .navbar-toggler-icon {
    filter: none;
}

.site-nav-list {
    margin: 0 auto;
    align-items: center;
    gap: 2px;
    justify-content: center;
    width: 100%;
}

.site-navbar .nav-link {
    color: #7d2f24;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 13px;
    font-weight: 700;
    font-family: "Cinzel", "Times New Roman", serif;
    padding: 0.95rem 0.8rem 0.8rem;
    border-bottom: 2px solid transparent;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus,
.site-navbar .nav-link.active {
    color: #a82f21;
    background: transparent;
    border-bottom-color: #a82f21;
}

.site-nav-side {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.site-nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: -40px;
}

.store-legacy-hero {
    display: none;
}

.restaurant-home {
    background: #f3ece0;
    border: 1px solid rgba(74, 42, 29, 0.16);
}

.restaurant-hero {
    position: relative;
    min-height: clamp(320px, 43vw, 540px);
    overflow: hidden;
    border-bottom: 1px solid rgba(74, 42, 29, 0.35);
}

.restaurant-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--restaurant-hero-image, none);
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}

.restaurant-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(92deg, rgba(22, 14, 10, 0.86) 0%, rgba(22, 14, 10, 0.5) 42%, rgba(22, 14, 10, 0.12) 74%);
}

.restaurant-hero__content {
    position: relative;
    z-index: 2;
    max-width: 520px;
    padding: clamp(1.4rem, 4vw, 3.3rem) clamp(1rem, 4vw, 4.2rem);
}

.restaurant-hero__content h1 {
    margin: 0;
    text-transform: uppercase;
    color: #fff4da;
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 0.98;
    font-size: clamp(2rem, 1.3rem + 2.4vw, 4.3rem);
}

.restaurant-hero__content h1 span {
    display: block;
    color: #d8b04a;
}

.restaurant-hero__content p {
    margin: 1rem 0 1.25rem;
    color: #f4e8cf;
    font-size: clamp(0.95rem, 0.82rem + 0.42vw, 1.2rem);
    max-width: 430px;
}

.restaurant-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.restaurant-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 13px;
    padding: 0.58rem 1.06rem;
    border: 1px solid transparent;
}

.restaurant-btn--primary {
    background: #9f2f22;
    border-color: #9f2f22;
    color: #fff;
}

.restaurant-btn--primary:hover,
.restaurant-btn--primary:focus {
    background: #842418;
    border-color: #842418;
    color: #fff;
}

.btn-add-order,
.btn-add-order.btn-primary {
    background: #5a1f17;
    border-color: #5a1f17;
    color: #fff;
}

.btn-add-order:hover,
.btn-add-order:focus,
.btn-add-order.btn-primary:hover,
.btn-add-order.btn-primary:focus {
    background: #471710;
    border-color: #471710;
    color: #fff;
}

.restaurant-btn--ghost {
    background: rgba(20, 14, 11, 0.15);
    border-color: rgba(247, 219, 162, 0.7);
    color: #f8e9cb;
}

.restaurant-btn--ghost:hover,
.restaurant-btn--ghost:focus {
    background: rgba(20, 14, 11, 0.42);
    color: #fff0cf;
}

.restaurant-btn--solid {
    background: #2f5f3b;
    border-color: #2f5f3b;
    color: #fff;
    margin-top: 0.25rem;
}

.restaurant-btn--solid:hover,
.restaurant-btn--solid:focus {
    background: #24462d;
    border-color: #24462d;
    color: #fff;
}

.restaurant-intro {
    display: grid;
    grid-template-columns: 1.62fr 1.88fr;
    background: #f7f0e3;
    border-top: 1px solid rgba(74, 42, 29, 0.14);
    border-bottom: 1px solid rgba(74, 42, 29, 0.14);
}

.restaurant-welcome {
    padding: 1.05rem;
    border-right: 1px solid rgba(74, 42, 29, 0.12);
    display: grid;
    grid-template-columns: minmax(260px, 60%) minmax(0, 1fr);
    gap: 1rem;
    align-items: stretch;
}

.restaurant-welcome__media {
    margin: 0;
    border: 2px solid rgba(74, 42, 29, 0.2);
    background: linear-gradient(135deg, rgba(74, 42, 29, 0.08) 0%, rgba(74, 42, 29, 0.02) 100%);
    min-height: 210px;
    overflow: hidden;
}

.restaurant-welcome__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.restaurant-welcome__media.is-empty::after {
    content: "Espacio para foto de fachada";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #6f5749;
    font-family: "Oswald", Arial, sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 0.86rem;
    text-align: center;
    padding: 0.75rem;
}

.restaurant-welcome__content {
    min-width: 0;
}

.restaurant-welcome h2 {
    margin: 0 0 0.65rem;
    text-transform: uppercase;
    font-family: "Oswald", Arial, sans-serif;
    color: #4a2a1d;
    line-height: 0.95;
    font-size: clamp(1.55rem, 1.3rem + 0.9vw, 2.2rem);
}

.restaurant-welcome h2 span {
    display: block;
    color: #8d2117;
}

.restaurant-welcome p {
    margin: 0 0 0.8rem;
    color: #604738;
    font-size: 0.95rem;
    line-height: 1.55;
}

.restaurant-pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.restaurant-pillar {
    padding: 1.1rem 0.9rem 0;
    border-left: 1px solid rgba(74, 42, 29, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    overflow: hidden;
}

.restaurant-pillar:first-child {
    border-left: 0;
}

.restaurant-pillar__icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff9eb;
    font-size: 28px;
}

.restaurant-pillar__icon.is-menu { background: #9f2f22; }
.restaurant-pillar__icon.is-drinks { background: #2f5f3b; }
.restaurant-pillar__icon.is-family { background: #ba8a1f; }
.restaurant-pillar__icon.is-order { background: #6e412f; }

.restaurant-pillar h3 {
    margin: 0.35rem 0 0;
    text-transform: uppercase;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1.2rem;
    color: #4a2a1d;
    line-height: 1;
}

.restaurant-pillar p {
    margin: 0;
    color: #5f4839;
    font-size: 1rem;
    line-height: 1.35;
}

.restaurant-pillar a {
    margin-top: 0.2rem;
    color: #9f2f22;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 1.02rem;
    letter-spacing: 0.02em;
}

.restaurant-pillar a:hover,
.restaurant-pillar a:focus {
    color: #6f1c14;
}

.restaurant-pillar__photo {
    width: calc(100% + 1.8rem);
    margin: 0.55rem -0.9rem 0;
    min-height: 112px;
    border-top: 1px solid rgba(74, 42, 29, 0.14);
    background: linear-gradient(180deg, #f0e4d1 0%, #e2d1b6 100%);
}

.restaurant-pillar__photo img {
    width: 100%;
    height: 112px;
    object-fit: cover;
    display: block;
}

.restaurant-pillar__photo.is-empty::after {
    content: "Imagen tarjeta";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 112px;
    color: #7a604f;
    font-family: "Oswald", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.78rem;
}

.restaurant-gallery-strip {
    background: linear-gradient(180deg, #2a1a13 0%, #1d120d 100%);
    padding: 0.8rem 0.7rem 0.95rem;
}

.restaurant-gallery-strip__head h3 {
    margin: 0 0 0.5rem;
    color: #f4e3bf;
    text-transform: uppercase;
    font-family: "Oswald", Arial, sans-serif;
    letter-spacing: 0.04em;
    font-size: 1.15rem;
}

.restaurant-gallery-strip__track-wrap {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 8px;
    align-items: center;
}

.restaurant-gallery-strip__arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(247, 224, 178, 0.4);
    background: rgba(247, 224, 178, 0.06);
    color: #f6deb0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.restaurant-gallery-strip__track {
    display: grid;
    grid-template-columns: repeat(10, minmax(74px, 1fr));
    gap: 8px;
}

.restaurant-gallery-strip__item {
    margin: 0;
    border: 1px solid rgba(247, 224, 178, 0.35);
    background: #2f1d15;
    border-radius: 4px;
    overflow: hidden;
}

.restaurant-gallery-strip__item.is-hidden {
    display: none;
}

.restaurant-gallery-strip__link {
    display: block;
}

.restaurant-gallery-strip__link:hover,
.restaurant-gallery-strip__link:focus {
    filter: brightness(1.07);
}

.restaurant-gallery-strip__item img {
    width: 100%;
    height: 84px;
    object-fit: cover;
    display: block;
}

.restaurant-gallery-strip__item.is-empty {
    min-height: 84px;
    background: linear-gradient(135deg, rgba(247, 224, 178, 0.08) 0%, rgba(247, 224, 178, 0.03) 100%);
}

.store-home-uniform {
    background: #f8f2e7;
}

.store-home-uniform .store-showcase,
.store-home-uniform .store-newsletter,
.store-home-uniform .store-benefits {
    background: #f7f3ea;
    border-color: rgba(12, 95, 102, 0.24);
}

.store-home-uniform .store-benefits {
    gap: 0;
}

.store-home-uniform .store-benefits article {
    background: #f7f3ea;
    border-left: 1px solid rgba(12, 95, 102, 0.12);
}

.store-home-uniform .store-benefits article:first-child {
    border-left: 0;
}

.store-home-uniform .store-benefits i {
    color: #2f5f3b;
}

.store-home-uniform .store-benefits strong {
    color: #4a2a1d;
}

.store-home-uniform .store-benefits span {
    color: #6e574c;
}

.store-home-uniform .store-newsletter__content h3,
.store-home-uniform .store-newsletter__content p {
    color: #4a2a1d;
}

.store-home-uniform .store-newsletter__content input {
    border-color: rgba(74, 42, 29, 0.32);
    background: #fff;
    color: #2f2018;
}

.store-hero {
    position: relative;
    min-height: clamp(280px, 42vw, 460px);
    border-radius: 0;
    overflow: hidden;
    margin: 0 0 0.75rem;
    border: 1px solid rgba(74, 42, 29, 0.24);
    background: #f5ead7;
}

.store-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--store-hero-image, none);
    background-size: cover;
    background-position: center;
}

.store-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 13, 10, 0.82) 0%, rgba(20, 13, 10, 0.42) 62%, rgba(20, 13, 10, 0.15) 100%);
}

.store-hero__content {
    position: relative;
    z-index: 2;
    max-width: 520px;
    padding: clamp(1.3rem, 3.2vw, 2.5rem);
}

.store-hero__eyebrow {
    margin: 0 0 0.45rem;
    color: #eccf94;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 11px;
    font-weight: 700;
}

.store-hero h1 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(1.55rem, 1rem + 2vw, 2.8rem);
    line-height: 1.05;
}

.store-hero__lead {
    color: #f2e7d2;
    margin: 0.7rem 0 1.2rem;
    max-width: 430px;
}

.store-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 0.6rem 1rem;
    background: #2f5f3b;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
}

.store-hero__cta:hover,
.store-hero__cta:focus {
    color: #fff;
    background: #3a794a;
}

.store-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: #3d241b;
    margin-bottom: 1rem;
    border: 1px solid rgba(78, 43, 31, 0.24);
}

.store-benefits article {
    padding: 0.8rem 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #4a2a1d;
}

.store-benefits i {
    font-size: 19px;
    color: #f4bf67;
}

.store-benefits strong {
    display: block;
    font-size: 12px;
    color: #f9e5c6;
    text-transform: uppercase;
}

.store-benefits span {
    display: block;
    font-size: 11px;
    color: #f0cf9d;
}

.store-benefits--producto-detalle {
    background: #e4e7eb;
    border: 1px solid #d8dee5;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0;
}

.store-benefits--producto-detalle article {
    background: #ffffff;
    padding: 0.85rem 0.95rem;
    min-height: 74px;
}

.store-benefits--producto-detalle i {
    color: #2b616b;
    font-size: 20px;
}

.store-benefits--producto-detalle strong {
    color: #222b33;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
}

.store-benefits--producto-detalle span {
    color: #2f3d4c;
    font-size: 0.91rem;
}

.store-showcase {
    background: #fff9ef;
    border: 1px solid rgba(74, 42, 29, 0.16);
    border-radius: 2px;
    padding: 1rem;
    margin-bottom: 0.95rem;
}

.store-showcase__head {
    text-align: center;
    margin-bottom: 0.75rem;
}

.store-showcase__head h2 {
    color: #4a2a1d;
    text-transform: uppercase;
    font-size: clamp(1.2rem, 1rem + 0.8vw, 1.8rem);
    margin: 0;
}

.category-circles {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.8rem;
}

.category-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    text-decoration: none;
}

.category-circle__icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, #f8e9c8, #c27e2e);
    color: #2f210a;
    font-size: 28px;
    font-weight: 700;
}

.category-circle__name {
    text-align: center;
    color: #4a2a1d;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.featured-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.featured-product {
    border: 1px solid rgba(74, 42, 29, 0.2);
    background: #fff;
}

.featured-product__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    background: #f8f2e6;
}

.featured-product__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-product__placeholder {
    font-size: 30px;
    color: #6a8492;
}

.featured-product__body {
    padding: 0.7rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.featured-product__body h3 {
    margin: 0 0 0.3rem;
    color: #000;
    font-size: 13px;
    min-height: 34px;
    text-transform: uppercase;
    line-height: 1.2;
}

.featured-product__meta {
    margin: 0;
    color: #6a7f8c;
    font-size: 11px;
    text-transform: uppercase;
}

.restaurant-icon-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    margin: 0.15rem 0 0.3rem;
}

.restaurant-icon-band__item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.16rem;
}

.restaurant-icon-band__badge {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff6e7;
    font-size: 14px;
}

.restaurant-icon-band__badge.is-menu {
    background: #a7412b;
}

.restaurant-icon-band__badge.is-drinks {
    background: #325f43;
}

.restaurant-icon-band__badge.is-family {
    background: #bb8a20;
}

.restaurant-icon-band__item strong {
    margin: 0;
    font-family: "Oswald", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #3f281e;
    font-size: 11px;
}

.restaurant-icon-band__item p {
    margin: 0;
    color: #6d5549;
    font-size: 10px;
    line-height: 1.15;
}

.restaurant-icon-band--compact .restaurant-icon-band__badge {
    width: 30px;
    height: 30px;
    font-size: 12px;
}

.restaurant-icon-band--compact .restaurant-icon-band__item strong {
    font-size: 10px;
}

.restaurant-icon-band--compact .restaurant-icon-band__item p {
    font-size: 9px;
}

.restaurant-icon-band--detail {
    background: #fff8ec;
    border: 1px solid rgba(74, 42, 29, 0.2);
    border-radius: 10px;
    padding: 1rem 0.8rem;
    gap: 0.8rem;
}

.restaurant-icon-band--detail .restaurant-icon-band__badge {
    width: 64px;
    height: 64px;
    font-size: 24px;
}

.restaurant-icon-band--detail .restaurant-icon-band__item strong {
    font-size: 31px;
    font-size: clamp(16px, 1.7vw, 31px);
    line-height: 1.05;
}

.restaurant-icon-band--detail .restaurant-icon-band__item p {
    font-size: 30px;
    font-size: clamp(15px, 1.3vw, 30px);
    line-height: 1.2;
    max-width: 300px;
}

.featured-product__price {
    margin: 0.2rem 0 0.55rem;
    color: #2f5f3b;
    font-weight: 700;
    font-size: 18px;
}

.product-card__title {
    text-transform: uppercase;
    line-height: 1.2;
}

.product-card__meta-attrs {
    text-transform: uppercase;
    font-size: 10.5px;
}

.product-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
    min-height: calc(1.35em * 3);
}

.product-card__more {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #2f5f3b;
    text-decoration: none;
}

.product-card__more:hover,
.product-card__more:focus {
    color: #22462b;
    text-decoration: underline;
}

.store-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 18px;
}

.store-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    padding: 0.5rem 0.8rem;
    border: 1px solid rgba(74, 42, 29, 0.24);
    background: #ffffff;
    color: #4a2a1d;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.92rem;
    font-weight: 700;
}

.store-pagination__link:hover,
.store-pagination__link:focus {
    color: #ffffff;
    background: #2f5f3b;
    border-color: #2f5f3b;
}

.store-pagination__link.is-active {
    color: #ffffff;
    background: #4a2a1d;
    border-color: #4a2a1d;
}

.featured-product__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    padding: 0.45rem 0.8rem;
    background: #2f5f3b;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    width: 100%;
}

.featured-product__cta:hover,
.featured-product__cta:focus {
    color: #fff;
    background: #3a794a;
}

.store-showcase__footer {
    text-align: center;
    margin-top: 0.85rem;
}

.store-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4a2a1d;
    color: #4a2a1d;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.48rem 0.85rem;
}

.store-outline-btn:hover,
.store-outline-btn:focus {
    color: #fff;
    background: #4a2a1d;
}

.store-newsletter {
    display: grid;
    grid-template-columns: 1.2fr 1.8fr;
    border: 1px solid rgba(198, 161, 86, 0.24);
    background: #4a2a1d;
    overflow: hidden;
    margin-bottom: 1rem;
}

.store-newsletter__media {
    min-height: 150px;
    background-image: var(--store-newsletter-image, none);
    background-size: cover;
    background-position: center;
}

.store-newsletter__content {
    padding: 1.2rem;
}

.store-newsletter__content h3 {
    margin: 0;
    text-transform: uppercase;
    color: #f8e4bf;
}

.store-newsletter__content p {
    margin: 0.3rem 0 0.7rem;
    color: #f2ddbe;
}

.store-newsletter__content form {
    display: flex;
    gap: 8px;
}

.store-newsletter__content input {
    flex: 1 1 auto;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 0.58rem 0.7rem;
}

.store-newsletter__content button {
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: #2f5f3b;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.58rem 0.9rem;
}

.home-feed-hidden {
    display: none;
}

.site-nav-side--mobile {
    display: none;
}

.site-search-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(74, 42, 29, 0.26);
    color: #4a2a1d;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-search-btn:hover,
.site-search-btn:focus {
    background: rgba(74, 42, 29, 0.08);
    color: #8d2117;
}

.site-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(47, 95, 59, 0.62);
    background: rgba(47, 95, 59, 0.12);
    border-radius: 4px;
    color: #2f5f3b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.site-login-btn:hover,
.site-login-btn:focus {
    color: #fffdf7;
    background: linear-gradient(180deg, #3c6f49 0%, #2a5235 100%);
}

.site-login-btn--account {
    width: auto;
    min-width: 124px;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    cursor: default;
}

.social-top-links {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.social-top-link {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(74, 42, 29, 0.22);
    background: rgba(74, 42, 29, 0.05);
    color: #4a2a1d;
    text-decoration: none;
    transition: all 0.2s ease;
}

.social-top-link:hover,
.social-top-link:focus {
    background: rgba(47, 95, 59, 0.14);
    color: #2f5f3b;
    border-color: rgba(47, 95, 59, 0.34);
    transform: translateY(-1px);
}

.social-top-link.is-placeholder {
    opacity: 0.45;
    cursor: default;
    pointer-events: none;
}

.social-top-links--mobile {
    padding: 0;
}

.site-affiliation-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(198, 161, 86, 0.58);
    background: rgba(198, 161, 86, 0.1);
    color: #f9e9c9;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.site-affiliation-btn:hover,
.site-affiliation-btn:focus {
    color: #1a1a1a;
    background: linear-gradient(180deg, #d7b06a 0%, #bb944c 100%);
}

.lang-switcher {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    z-index: 15;
    background: rgba(125, 47, 36, 0.06);
    border: 1px solid rgba(125, 47, 36, 0.42);
    border-radius: 999px;
    padding: 4px 8px;
}

.lang-switcher__label {
    font-size: 10px;
    font-weight: 700;
    color: #7d2f24;
    margin: 0;
    text-transform: uppercase;
}

.lang-switcher__select {
    border: 1px solid rgba(125, 47, 36, 0.55);
    border-radius: 999px;
    padding: 3px 8px;
    font-size: 11px;
    color: #7d2f24;
    background: rgba(255, 248, 243, 0.95);
}

.lang-switcher__select:focus {
    outline: none;
    border-color: #a82f21;
    box-shadow: 0 0 0 0.15rem rgba(168, 47, 33, 0.18);
}

.google-translate-element {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.goog-te-banner-frame.skiptranslate,
.goog-logo-link,
.goog-te-gadget span,
.goog-te-gadget-simple {
    display: none !important;
}

body {
    top: 0 !important;
}

.navbar .nav-link {
    transition: background-color 0.2s ease, color 0.2s ease;
}

.menu-item {
    position: relative;
}

.dropdown-menu {
    min-width: 220px;
    background: rgba(63, 36, 27, 0.97);
    border: 1px solid rgba(198, 126, 92, 0.42);
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 12px 24px rgba(27, 13, 9, 0.5);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-toggle::after {
    float: right;
    margin-top: 0.5rem;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-right: 0;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: calc(100% - 0.15rem);
    margin-top: -0.25rem;
}

.dropdown-submenu > .dropdown-menu.show {
    display: block;
}

.dropdown-item {
    color: #f5e6cf;
    border-radius: 8px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff8ea;
    background: rgba(156, 54, 36, 0.38);
}

.dropdown-divider {
    border-top-color: rgba(216, 161, 132, 0.28);
}

.site-main,
.admin-main {
    max-width: 1180px;
    flex: 1 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .py-lg-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.mb-3 {
    margin-bottom: 0.3rem !important;
}

.mb-4 {
    margin-bottom: 0.3rem !important;
}

.hero {
    position: relative;
    z-index: 3;
    max-width: min(100%, 980px);
    margin: 0 auto 18px;
    background:
        linear-gradient(180deg, rgba(250, 249, 244, 0.94) 0%, rgba(244, 240, 230, 0.94) 100%),
        radial-gradient(120% 80% at 10% 0%, rgba(12, 95, 102, 0.08), transparent 60%);
    border: 1px solid rgba(12, 95, 102, 0.24);
    border-radius: 14px;
    box-shadow: 0 14px 28px rgba(10, 52, 57, 0.14);
    backdrop-filter: blur(2px);
    padding: 22px;
}

.hero.hero--carousel-only {
    padding: 0;
    overflow: hidden;
}

.hero-carousel {
    position: relative;
    width: 100%;
    height: clamp(190px, 28vw, 360px);
    margin: 0 0 16px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(12, 95, 102, 0.26);
    background: #dfeee9;
    box-shadow: inset 0 0 0 1px rgba(207, 240, 232, 0.32);
}

.hero.hero--carousel-only .hero-carousel {
    margin: 0;
    height: clamp(260px, 36vw, 560px);
    border: 0;
    border-radius: inherit;
    box-shadow: none;
}

.hero-carousel__slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none;
    overflow: hidden;
}

.hero-carousel__slide.is-active {
    opacity: 1;
}

.hero-carousel__slide::before {
    content: "";
    position: absolute;
    inset: -14px;
    background-image: var(--slide-bg-image, none);
    background-size: cover;
    background-position: center;
    filter: blur(18px) brightness(0.62);
    transform: scale(1.08);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.hero-carousel__slide img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.95) contrast(1.05);
}

.hero-carousel__slide.is-small-source::before {
    opacity: 1;
}

.hero-carousel__slide.is-small-source img {
    object-fit: contain;
    padding: 8px;
}

.hero-carousel__dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(3, 15, 30, 0.45);
    border: 1px solid rgba(198, 161, 86, 0.28);
    border-radius: 999px;
    padding: 4px 10px;
}

.hero-carousel__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(227, 236, 250, 0.55);
}

.hero-carousel__dot.is-active {
    background: #d7b06a;
    box-shadow: 0 0 0 2px rgba(215, 176, 106, 0.3);
}

.eyebrow {
    margin: 0 0 8px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero h1 {
    color: #1b4850;
    font-size: clamp(1.55rem, 1.25rem + 1vw, 2.45rem);
    margin-bottom: 0.5rem;
}

.hero-slogan {
    font-size: 18px;
    color: #2f6a72;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.65rem);
}

.org-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px 18px;
    margin-top: 18px;
}

.org-details a,
.social-links a {
    color: var(--primary);
    text-decoration: none;
}

.hero p,
.org-details {
    color: #3f6268;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    background: rgba(198, 161, 86, 0.11);
    border: 1px solid rgba(198, 161, 86, 0.35);
    border-radius: 999px;
    font-weight: 600;
}

.social-links a:hover,
.social-links a:focus {
    background: rgba(198, 161, 86, 0.22);
    color: #ffefcb;
}

.publicaciones-band {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #f7f3ea;
    margin-bottom: 12px;
    isolation: isolate;
    border: 1px solid rgba(12, 95, 102, 0.24);
}

.publicaciones-band.publicaciones-band--listing {
    background: #f7f3ea;
}

.publicaciones-band.publicaciones-band--listing .publicaciones-band__media {
    display: none;
}

.publicaciones-band__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.publicaciones-band.is-media-active .publicaciones-band__media {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
}

.publicaciones-band__video,
.publicaciones-band__image,
.publicaciones-band__overlay {
    position: absolute;
    inset: 0;
}

.publicaciones-band__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.publicaciones-band__image {
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.publicaciones-band__overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(243, 239, 228, 0.55) 100%);
}

.publicaciones-band__content {
    position: relative;
    z-index: 2;
    padding: 2px 10px;
    border-radius: 14px;
}

.publicaciones-band__content--liga {
    background: #fff;
}

.liga-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: clamp(1.4rem, 1.15rem + 0.9vw, 2rem);
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #10243f;
}

.liga-title__icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffe28a 0%, #e3a71f 100%);
    color: #3b2a00;
    box-shadow: 0 6px 14px rgba(227, 167, 31, 0.35);
    flex: 0 0 auto;
}

.liga-title__icon i {
    font-size: 1rem;
}

.liga-title__text {
    line-height: 1.1;
}

.publicaciones-band h2,
.publicaciones-band h3,
.publicaciones-band p {
    color: #1b2430;
}

.publicaciones-band .text-secondary,
.publicaciones-band .feed-card__meta {
    color: var(--muted) !important;
}

.publicaciones-band__category-title {
    color: #0b636b !important;
}

.feed-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dashboard-stats-row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
}

.publicaciones-band__intro {
    max-width: min(100%, 980px);
    margin: 0 auto;
    padding: 12px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(12, 95, 102, 0.22);
    backdrop-filter: blur(2px);
}

.feed-card {
    max-width: min(100%, 980px);
    width: 100%;
    margin: 0 auto;
    padding: 22px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(12, 95, 102, 0.2);
    backdrop-filter: blur(2px);
    box-shadow: 0 12px 24px rgba(10, 52, 57, 0.16);
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.feed-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.feed-card__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.feed-card__avatar {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(180deg, #d5b473 0%, #9d782f 100%);
    color: #1d1304;
    font-size: 22px;
    font-weight: 700;
    flex: 0 0 auto;
}

.product-card__header .feed-card__avatar {
    background: linear-gradient(180deg, #5a1f17 0%, #471710 100%);
    color: #ffffff;
}

.feed-card__meta {
    color: var(--muted);
    font-size: 13px;
}

.feed-card__body {
    line-height: 1.7;
    color: #1f2d42;
    white-space: normal;
    background: #ffffff;
    border: 1px solid rgba(16, 47, 89, 0.14);
    border-radius: 12px;
    padding: 14px;
    margin-top: 6px;
}

.feed-card__body h1,
.feed-card__body h2,
.feed-card__body h3,
.feed-card__body h4,
.feed-card__body h5,
.feed-card__body h6,
.feed-card__body p,
.feed-card__body li,
.feed-card__body strong,
.feed-card__body span,
.feed-card__body div {
    color: #1f2d42;
}

.feed-card__body a {
    color: #0f3d76;
}

.store-section {
    max-width: min(100%, 980px);
    margin: 18px auto 0;
}

.store-section__header {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 10px 16px;
    margin-bottom: 14px;
    padding: 0 4px;
}

.store-section__header p {
    color: rgba(243, 229, 198, 0.82);
}

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

.feed-card--product {
    position: relative;
    max-width: none;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: visible;
    z-index: 1;
}

.feed-card--product:hover,
.feed-card--product:focus-within {
    z-index: 40;
}

.product-card__media {
    position: relative;
    isolation: isolate;
    aspect-ratio: 4 / 3;
    background: linear-gradient(180deg, rgba(14, 44, 84, 0.94) 0%, rgba(8, 24, 46, 0.98) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(198, 161, 86, 0.16);
    cursor: zoom-in;
}

.product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__zoom-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(34rem, calc(100vw - 2rem));
    height: min(28rem, 72vh);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 16px;
    background: transparent;
    border: 0;
    box-shadow: 0 0 0 999px rgba(4, 11, 21, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.92);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 12;
}

.product-card__zoom-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(214, 180, 68, 0.95);
    box-shadow: 0 0 0 1px rgba(255, 224, 130, 0.24), 0 18px 42px rgba(0, 0, 0, 0.28);
}

.product-card__media:hover .product-card__zoom-preview,
.product-card__media:focus .product-card__zoom-preview,
.product-card__media:focus-within .product-card__zoom-preview {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.product-card__media:hover,
.product-card__media:focus,
.product-card__media:focus-within {
    z-index: 14;
}

@media (hover: none), (pointer: coarse) {
    .product-card__media {
        cursor: default;
    }

    .product-card__zoom-preview {
        display: none;
    }
}

.producto-galeria-principal {
    position: relative;
}

.producto-imagen-clickable {
    cursor: zoom-in;
}

.producto-image-modal-open {
    overflow: hidden;
}

.producto-image-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
}

.producto-image-modal.is-open {
    display: block;
}

.producto-image-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 18, 30, 0.78);
}

.producto-image-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(92vw, 1020px);
    margin: 4vh auto;
    max-height: 92vh;
    background: #ffffff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.35);
}

.producto-image-modal__img {
    width: 100%;
    max-height: calc(92vh - 70px);
    object-fit: contain;
    display: block;
}

.producto-image-modal__close {
    border: 0;
    background: #ffffff;
    color: #142b43;
    font-size: 34px;
    line-height: 1;
    padding: 0 10px;
    margin-left: auto;
    display: block;
    cursor: pointer;
}

.producto-image-modal__close:hover {
    color: #0b8fa2;
}

/* ---- Preview imagen para redes sociales ---- */
.producto-social-preview {
    position: fixed;
    inset: 0;
    z-index: 2100;
    display: none;
}

.producto-social-preview.is-open {
    display: block;
}

.producto-social-preview__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 18, 30, 0.82);
    cursor: pointer;
}

.producto-social-preview__dialog {
    position: relative;
    z-index: 1;
    width: min(96vw, 860px);
    margin: 3vh auto;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.38);
    display: flex;
    flex-direction: column;
    max-height: 94vh;
    overflow: hidden;
}

.producto-social-preview__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px 10px;
    border-bottom: 1px solid #e8eaec;
}

.producto-social-preview__title {
    font-weight: 700;
    font-size: 1rem;
    color: #0f2d45;
}

.producto-social-preview__body {
    flex: 1;
    overflow-y: auto;
    padding: 18px;
    display: flex;
    justify-content: center;
    background: #f4f6f8;
}

.producto-social-preview__canvas {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
}

.producto-social-preview__footer {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 14px 18px;
    border-top: 1px solid #e8eaec;
}

.producto-detalle-media {
    display: block;
}

.producto-detalle-media.has-thumbs {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.producto-galeria-principal {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.producto-galeria-thumbs--side {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.producto-galeria-thumbs .producto-thumb {
    width: 82px;
    height: 82px;
    overflow: hidden;
    border-radius: 4px;
}

.producto-galeria-thumbs .producto-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.producto-galeria-thumbs .producto-thumb {
    border-width: 2px;
    border-color: #d8dee5;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.producto-galeria-thumbs .producto-thumb:hover {
    transform: translateY(-1px);
    border-color: #708da8;
}

.producto-galeria-thumbs .producto-thumb.is-active {
    border-color: #1f5d7a;
    box-shadow: 0 0 0 2px rgba(31, 93, 122, 0.16);
}

@media (max-width: 991.98px) {
    .producto-detalle-media.has-thumbs {
        display: block;
    }

    .producto-galeria-principal {
        min-height: 360px;
    }

    .producto-galeria-thumbs--side {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 12px;
    }
}

.carrito-item {
    border: 1px solid rgba(12, 95, 102, 0.18);
}

.carrito-item__head {
    border-bottom: 1px solid rgba(12, 95, 102, 0.15);
    padding-bottom: 10px;
}

.carrito-item__meta {
    min-width: 0;
    flex: 1 1 320px;
}

.carrito-item__title {
    color: #10243f;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.carrito-item__sku {
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.carrito-item__price-box {
    flex: 0 0 auto;
    min-width: 180px;
    background: rgba(12, 95, 102, 0.06);
    border: 1px solid rgba(12, 95, 102, 0.16);
    border-radius: 10px;
    padding: 8px 10px;
}

.carrito-item__image,
.carrito-item__image-placeholder {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.carrito-item__controls {
    align-items: stretch;
}

.carrito-item__attr-card {
    height: 100%;
    padding: 10px;
    border: 1px solid rgba(12, 95, 102, 0.18);
    border-radius: 10px;
    background: #fff;
}

.carrito-item__attr-label {
    display: block;
    font-weight: 700;
    color: #0b636b;
    line-height: 1.2;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carrito-item__attr-value {
    margin: 0;
    color: #21424f;
    line-height: 1.3;
}

.carrito-item__actions {
    justify-content: flex-start;
}

.product-barcode {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 8px 10px;
    border: 1px solid rgba(12, 95, 102, 0.2);
    border-radius: 10px;
    background: #fff;
}

.product-barcode__svg {
    display: block;
    width: 240px;
    max-width: 100%;
    height: 58px;
    margin: 0 auto;
}

.product-barcode__number {
    display: block;
    width: 240px;
    max-width: 100%;
    text-align: center;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #1f2d42;
}

.producto-precio-ref {
    margin: 0;
    font-size: clamp(2rem, 1.4rem + 1.2vw, 2.6rem);
    font-weight: 800;
    letter-spacing: 0.015em;
    line-height: 1;
    color: #123f4c;
    text-transform: uppercase;
}

.carrito-summary {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
}

.carrito-summary__checkout {
    grid-column: 2;
    justify-self: center;
}

.carrito-summary__total {
    grid-column: 3;
    justify-self: end;
    min-width: 220px;
}

@media (max-width: 767.98px) {
    .carrito-item__price-box {
        min-width: 100%;
        text-align: left !important;
    }

    .carrito-item__title {
        -webkit-line-clamp: 3;
    }

    .carrito-summary {
        grid-template-columns: 1fr;
    }

    .carrito-summary__checkout,
    .carrito-summary__total {
        grid-column: 1;
        width: 100%;
    }

    .carrito-summary__checkout {
        justify-self: center;
    }

    .carrito-summary__total {
        justify-self: stretch;
        text-align: right !important;
    }
}

.product-card__placeholder {
    width: 96px;
    height: 96px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #f3e5c6;
    font-size: 40px;
}

.product-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 18px;
}

.product-card__header {
    margin-bottom: 12px;
}

.product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
}

.product-card__details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-card__details span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #edf3fb;
    color: #24405f;
    font-size: 0.92rem;
}

.product-card__price {
    background: #f5e7bf !important;
    color: #5b3d00 !important;
    font-weight: 700;
}

.publicacion-contacto {
    background: #ffffff;
    border: 0;
    border-radius: 12px;
    padding: 0;
    margin: 6px 0;
    overflow: hidden;
}

.publicacion-contacto .registro-form-col {
    border-left: 1px solid rgba(198, 161, 86, 0.22);
}

.publicacion-contacto__hp {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.publicacion-contacto__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0.6rem 1.1rem;
    font-weight: 700;
}

.publicacion-contacto__notice {
    background: #fff5d9;
    border: 1px solid #e8d395;
    border-radius: 8px;
    color: #6b4f1a;
    padding: 10px 12px;
}

.feed-card h3,
.publicaciones-band__intro h2 {
    color: #f3e5c6;
}

.feed-card--product .product-card__title {
    color: #000 !important;
    font-size: 15px;
    line-height: 1.2;
    font-family: "Source Sans 3", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
}

.feed-card--product .feed-card__meta {
    font-size: 13px;
    color: #4b5f66 !important;
}

.feed-card__body img,
.feed-card__body video,
.feed-card__body iframe {
    max-width: 100%;
}

.facebook-comments-block {
    max-width: min(100%, 980px);
    width: 100%;
    margin: 6px auto 0;
    padding: 14px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    backdrop-filter: blur(3px);
}

.facebook-comments-block .fb-comments,
.facebook-comments-block .fb-comments span,
.facebook-comments-block .fb-comments iframe {
    width: 100% !important;
}

.publication-media__image,
.publication-media__video {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 12px auto;
    border-radius: 12px;
    object-fit: contain;
}

.publication-media__video {
    background: #0b1320;
}

.publication-media__iframe-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    margin: 12px auto;
    border-radius: 12px;
    background: #0b1320;
}

.publication-media__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(1, 11, 24, 0.35);
}

.metric {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary);
    margin: 0;
}

.site-footer {
    position: relative;
    z-index: 3;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(246, 233, 206, 0.9);
    padding: 24px 0 0;
    background: linear-gradient(180deg, #3f241b 0%, #2f1a13 100%);
    overflow: hidden;
}

.footer-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 0.7rem;
}

.footer-payments span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 66px;
    padding: 0.3rem 0.45rem;
    border: 1px solid rgba(247, 223, 175, 0.35);
    background: rgba(247, 223, 175, 0.12);
    color: #f8e8c8;
    font-size: 11px;
    font-weight: 700;
}

.footer-mini-title {
    margin-top: 0.85rem;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--org-home-bg-image, none);
    background-size: cover;
    background-position: center;
    opacity: 0.08;
    pointer-events: none;
}

.site-footer > * {
    position: relative;
    z-index: 1;
}

.footer-content {
    max-width: 1220px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.footer-content h4 {
    color: #f9e4be;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 10px;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f6e8c8;
    text-decoration: none;
}

.footer-brand__logo-wrap {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(247, 223, 175, 0.38);
    background: rgba(247, 223, 175, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-brand__logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.footer-brand__text {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
}

.footer-desc {
    margin: 10px 0 0;
    color: rgba(250, 229, 196, 0.86);
    font-size: 13px;
    line-height: 1.45;
}

.footer-social {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.footer-social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(247, 223, 175, 0.38);
    color: #f8e9cb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.footer-social__item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(247, 223, 175, 0.38);
    color: #f8e9cb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.footer-social a:hover,
.footer-social a:focus {
    background: rgba(194, 73, 47, 0.28);
}

.footer-social__item.is-placeholder {
    opacity: 0.45;
}

.footer-affiliation-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 0.56rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(198, 161, 86, 0.58);
    background: rgba(198, 161, 86, 0.1);
    color: #f9e9c9;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-affiliation-btn:hover,
.footer-affiliation-btn:focus {
    color: #1a1a1a;
    background: linear-gradient(180deg, #d7b06a 0%, #bb944c 100%);
}

.afiliacion-section {
    background: transparent;
    margin-bottom: 12px;
}

.afiliacion-card {
    max-width: 1040px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 25px 55px rgba(10, 18, 45, 0.16);
    border: 1px solid rgba(17, 44, 112, 0.08);
    padding: 0;
    overflow: hidden;
}

.afiliacion-layout {
    display: grid;
    grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
}

.afiliacion-side {
    background: linear-gradient(160deg, #0f2a5f 0%, #0a214d 60%, #0c1e44 100%);
    color: #e5ecfa;
    border: 0;
    border-right: 1px solid rgba(198, 161, 86, 0.26);
    border-radius: 0;
    padding: 1.15rem 1rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.afiliacion-side__block + .afiliacion-side__block {
    margin-top: 0.9rem;
}

.afiliacion-side__block {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 0.9rem 0.85rem;
}

.afiliacion-side__block h3 {
    margin: 0 0 0.45rem;
    font-size: 1rem;
    color: #f6dfae;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.afiliacion-side__block p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(226, 235, 251, 0.92);
}

.afiliacion-side__block ul {
    margin: 0;
    padding-left: 1.05rem;
}

.afiliacion-side__block li {
    margin: 0 0 0.34rem;
    line-height: 1.45;
    color: rgba(226, 235, 251, 0.92);
}

.afiliacion-main {
    min-width: 0;
    padding: 1.45rem 1.55rem;
}

.afiliacion-head h1 {
    color: #0f255f;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.afiliacion-head p {
    color: #516182;
    margin-bottom: 1.25rem;
}

.afiliacion-subtitle {
    margin: 0.4rem 0 0.2rem;
    padding: 0.48rem 0.7rem;
    background: #f0f2f7;
    border: 1px solid rgba(17, 44, 112, 0.2);
    border-radius: 8px;
    color: #102a61;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.afiliacion-declaracion {
    padding: 0.75rem 0.8rem;
    border: 1px solid rgba(198, 161, 86, 0.5);
    border-radius: 9px;
    background: #fffdf7;
    color: #2b3d67;
    line-height: 1.45;
    font-size: 0.92rem;
}

/* ── Pagina de agradecimiento ──────────────────────────────── */
.afiliacion-gracias-box {
    padding: 1.8rem 1.2rem 1.4rem;
}

.afiliacion-gracias-icon {
    font-size: 3.6rem;
    line-height: 1;
    color: #c6a156;
    margin-bottom: 0.6rem;
}

.afiliacion-gracias-titulo {
    font-size: 1.45rem;
    font-weight: 700;
    color: #102a61;
    margin-bottom: 0.7rem;
}

.afiliacion-gracias-num {
    color: #c6a156;
    font-size: 1.05em;
}

.afiliacion-gracias-msg {
    font-size: 1.05rem;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.afiliacion-gracias-submsg {
    font-size: 0.93rem;
    color: #4a5568;
    max-width: 560px;
    margin: 0 auto 0.5rem;
    line-height: 1.55;
}

.afiliacion-gracias-divider {
    border-color: rgba(198, 161, 86, 0.4);
    margin: 1.2rem auto;
    max-width: 400px;
}

.afiliacion-gracias-acciones {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.afiliacion-btn-pdf {
    background: #102a61;
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 0.5rem 1.2rem;
    border-radius: 8px;
    font-size: 0.92rem;
    transition: background 0.18s;
}

.afiliacion-btn-pdf:hover {
    background: #c6a156;
    color: #fff;
}

.afiliacion-btn-nuevo {
    background: transparent;
    color: #102a61;
    border: 2px solid #102a61;
    font-weight: 600;
    padding: 0.5rem 1.2rem;
    border-radius: 8px;
    font-size: 0.92rem;
    transition: all 0.18s;
}

.afiliacion-btn-nuevo:hover {
    background: #102a61;
    color: #fff;
}

.afiliacion-btn-inicio {
    background: transparent;
    color: #6b7280;
    border: 1px solid #d1d5db;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.88rem;
    transition: all 0.18s;
}

.afiliacion-btn-inicio:hover {
    background: #f3f4f6;
    color: #374151;
}

.afiliacion-gracias-nota {
    font-size: 0.82rem;
    color: #6b7280;
    margin-top: 0.2rem;
}

.afiliacion-form .form-label {
    font-weight: 600;
    color: #153173;
}

.afiliacion-form .form-control {
    border-radius: 10px;
    border: 1px solid rgba(198, 161, 86, 0.82);
    background: #fffdf9;
}

.afiliacion-form .form-control:focus {
    border-color: #c79e47;
    box-shadow: 0 0 0 0.2rem rgba(199, 158, 71, 0.28);
}

.afiliacion-submit-wrap {
    margin-top: 1.4rem;
    text-align: center;
}

.afiliacion-submit {
    min-width: 230px;
    border-radius: 999px;
    padding: 0.7rem 1.25rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

@media (max-width: 991.98px) {
    .afiliacion-section .container {
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .afiliacion-layout {
        grid-template-columns: 1fr;
    }

    .afiliacion-side {
        display: none;
    }

    .afiliacion-main {
        width: 100%;
        padding: 0.95rem;
    }
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin: 0 0 8px;
    color: rgba(245, 225, 192, 0.82);
    font-size: 13px;
}

.footer-links a {
    color: rgba(250, 233, 199, 0.92);
    text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #ffffff;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.footer-contact i {
    margin-top: 2px;
}

.footer-subscribe {
    display: flex;
    align-items: center;
    border: 1px solid rgba(198, 161, 86, 0.3);
    border-radius: 4px;
    overflow: hidden;
    margin-top: 8px;
}

.footer-subscribe input {
    flex: 1;
    min-width: 0;
    border: 0;
    padding: 10px 12px;
    background: rgba(8, 27, 54, 0.94);
    color: #f2e6ca;
    font-size: 13px;
}

.footer-subscribe button {
    width: 42px;
    height: 39px;
    border: 0;
    background: rgba(198, 161, 86, 0.2);
    color: #f8e8c2;
}

.footer-bottom {
    margin-top: 18px;
    padding: 12px;
    text-align: center;
    border-top: 1px solid rgba(198, 161, 86, 0.22);
    color: rgba(240, 219, 184, 0.84);
    font-size: 12px;
}

.footer-bottom__link {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
}

.footer-bottom__link:hover,
.footer-bottom__link:focus {
    color: inherit;
    text-decoration: underline;
}

.footer-content p {
    margin: 6px 0;
}

.login-wrap {
    width: 100%;
}

.registro-layout {
    background: #ffffff;
    border: 1px solid rgba(198, 161, 86, 0.24);
    border-radius: 1rem;
    overflow: hidden;
}

.registro-info-strip {
    display: none;
    background: linear-gradient(180deg, #3f241b 0%, #2f1a13 100%);
    color: rgba(246, 233, 206, 0.9);
    min-height: 100%;
    padding: 1.1rem 0.95rem;
    margin: 0;
}

.registro-info-strip__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.registro-info-card {
    border: 1px solid rgba(247, 223, 175, 0.24);
    background: rgba(247, 223, 175, 0.1);
    border-radius: 12px;
    padding: 0.9rem 0.8rem;
}

.registro-info-card h3 {
    margin: 0 0 0.65rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #f9e4be;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.registro-info-card p {
    margin: 0;
    line-height: 1.55;
    font-size: 0.92rem;
    color: rgba(250, 229, 196, 0.9);
}

.registro-info-card ul {
    margin: 0;
    padding-left: 1.05rem;
}

.registro-info-card li {
    margin-bottom: 0.45rem;
    line-height: 1.45;
    font-size: 0.92rem;
    color: rgba(250, 229, 196, 0.9);
}

.registro-info-card li:last-child {
    margin-bottom: 0;
}

.registro-form-col {
    background: #ffffff;
}

.registro-form-body {
    background: #ffffff;
}

@media (min-width: 768px) {
    .registro-layout {
        display: grid;
        grid-template-columns: minmax(220px, 30%) 1fr;
        align-items: stretch;
    }

    .registro-info-strip {
        display: flex;
        align-self: stretch;
        height: 100%;
    }
}

.login-form {
    display: grid;
    gap: 10px;
}

button {
    border-radius: 8px;
}

button {
    border: 0;
    background: linear-gradient(180deg, #d2ad68 0%, #b18a43 100%);
    color: #1c1304;
    font-weight: 600;
    cursor: pointer;
}

button:hover {
    background: linear-gradient(180deg, #c29854 0%, #9b742f 100%);
}

.alert-error {
    margin-bottom: 12px;
    border: 1px solid #f4b5b5;
    background: #fee;
    color: #9f1f1f;
    border-radius: 8px;
    padding: 10px 12px;
}

.table-wrap {
    overflow-x: auto;
    background: rgba(8, 27, 54, 0.92);
    border: 1px solid var(--border);
    border-radius: 12px;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th,
.admin-table td {
    border-bottom: 1px solid var(--border);
    text-align: left;
    padding: 10px 12px;
}

@media (max-width: 991.98px) {
    .restaurant-hero {
        min-height: 420px;
    }

    .restaurant-hero__content {
        max-width: 480px;
        padding: 1.2rem 1rem 1.5rem;
    }

    .restaurant-intro {
        grid-template-columns: 1fr;
    }

    .restaurant-welcome {
        border-right: 0;
        border-bottom: 1px solid rgba(74, 42, 29, 0.1);
        grid-template-columns: 1fr;
    }

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

    .restaurant-pillar:nth-child(odd) {
        border-left: 0;
    }

    .restaurant-gallery-strip__track {
        grid-template-columns: repeat(5, minmax(90px, 1fr));
    }

    .site-navbar__inner {
        min-height: 72px;
        justify-content: space-between;
        padding: 8px 12px;
    }

    .site-brand {
        max-width: calc(100% - 72px);
        min-width: 0;
        gap: 8px;
    }

    .site-brand__logo-wrap {
        width: 108px;
        height: 108px;
        flex: 0 0 auto;
    }

    .site-brand__logo {
        width: 92px;
        height: 92px;
    }

    .site-header-contact {
        display: none;
    }

    .site-header-search {
        display: none;
        position: absolute;
        right: 62px;
        top: 98px;
        color: #6a4c3c;
        width: min(260px, calc(100vw - 84px));
        max-width: min(260px, calc(100vw - 84px));
        flex: 0 0 auto;
        background: #fffdf8;
        color: #2f5f3b;
        box-shadow: 0 10px 20px rgba(36, 18, 12, 0.25);
    }

    .site-header-search.is-open {
        color: #8c7364;
        max-width: min(260px, calc(100vw - 84px));
    }

    .site-brand__text {
        min-width: 0;
    }

    .site-brand__text strong {
        font-size: 15px;
        letter-spacing: 0.03em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .site-navbar-toggler {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 12;
        flex: 0 0 auto;
    }

    #publicNavbar:not(.show) {
        display: none !important;
    }

    #publicNavbar.show {
        display: block !important;
    }

    #publicNavbar {
        width: 100%;
        margin-top: 8px;
        padding: 10px 12px;
        background: rgba(246, 240, 227, 0.98);
        border: 1px solid rgba(74, 42, 29, 0.22);
        border-radius: 10px;
    }

    #publicNavbar .site-nav-list {
        margin: 0;
        width: 100%;
        align-items: stretch;
    }

    #publicNavbar .site-nav-side {
        position: static;
        right: auto;
        top: auto;
        transform: none;
        margin: 10px 0 0;
        padding-top: 10px;
        border-top: 1px solid rgba(74, 42, 29, 0.22);
        flex-wrap: wrap;
        gap: 8px;
    }

    #publicNavbar .site-nav-actions {
        margin-top: 0;
        flex-wrap: wrap;
    }

    .site-nav-side--desktop {
        display: none !important;
    }

    .site-nav-side--mobile {
        display: flex;
    }

    #publicNavbar .site-search-btn,
    #publicNavbar .site-login-btn,
    #publicNavbar .lang-switcher {
        display: inline-flex;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 14px;
    }

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

    .category-circles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .restaurant-icon-band {
        gap: 0.35rem;
    }

    .restaurant-icon-band__item strong {
        font-size: 10px;
    }

    .restaurant-icon-band__item p {
        font-size: 9px;
    }

    .store-newsletter {
        grid-template-columns: 1fr;
    }

    .site-top-strip__right {
        margin-left: 0;
    }

    .site-brand__text small {
        display: none;
    }

    .site-navbar .nav-link {
        padding: 0.7rem 0;
        border-bottom: 1px solid rgba(198, 161, 86, 0.2);
    }

    .dropdown-submenu > .dropdown-menu {
        position: static;
        margin: 0.2rem 0 0.35rem 0.7rem;
        border-left: 2px solid rgba(198, 161, 86, 0.24);
    }

    .feed-card {
        max-width: 100%;
        padding: 18px;
    }

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

    .publicaciones-band__intro {
        max-width: 100%;
        padding: 10px;
    }

    .hero {
        max-width: 100%;
        padding: 18px;
    }

    .hero-carousel {
        height: clamp(165px, 42vw, 260px);
        margin-bottom: 14px;
    }

    .hero.hero--carousel-only .hero-carousel {
        height: clamp(190px, 52vw, 320px);
        margin-bottom: 0;
    }

    .publicaciones-band {
        border-radius: 14px;
    }

    .publicaciones-band__image {
        opacity: 1;
    }

    .publicaciones-band__overlay {
        background: transparent;
    }

    .publicacion-contacto__grid {
        grid-template-columns: 1fr;
    }

    .site-affiliation-btn {
        font-size: 10px;
        padding: 0.42rem 0.7rem;
    }

    .afiliacion-card {
        border-radius: 14px;
        padding: 0;
    }

    .afiliacion-head h1 {
        font-size: 1.3rem;
    }

    .afiliacion-side {
        border-radius: 0;
        padding: 0.8rem;
    }

    .afiliacion-side__block {
        border-radius: 10px;
        padding: 0.75rem;
    }

    .afiliacion-side__block h3 {
        font-size: 0.95rem;
    }
}

@media (max-width: 575.98px) {
    .site-brand__logo-wrap {
        width: 78px;
        height: 78px;
    }

    .site-brand__logo {
        width: 66px;
        height: 66px;
    }
}

@media (min-width: 992px) {
    .site-navbar__inner {
        min-height: 204px;
        padding-left: max(420px, calc(8% + 360px));
        padding-right: 280px;
    }

    .site-navbar .nav-link {
        font-size: 14.5px;
        padding: 1.1rem 0.85rem 0.95rem;
        white-space: nowrap;
    }

    .site-brand {
        position: absolute;
        left: 5%;
        top: 32%;
        transform: translateY(-50%);
        margin: 0;
    }

    #publicNavbar {
        position: absolute;
        left: 50%;
        top: 74%;
        transform: translate(-50%, -50%);
        display: block !important;
        flex: 0 0 auto;
        width: max-content;
        max-width: calc(100% - 700px);
    }

    .site-nav-list {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .site-nav-side {
        right: 12px;
    }

    .publicaciones-band {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        min-height: 100vh;
        border-radius: 0;
        border-left: 1px solid rgba(198, 161, 86, 0.42);
        border-right: 1px solid rgba(198, 161, 86, 0.42);
        border-top: 0;
        border-bottom: 0;
    }

    .publicaciones-band.has-video .publicaciones-band__video {
        display: block;
    }

    .publicaciones-band.has-video .publicaciones-band__image {
        opacity: 1;
    }

    .publicaciones-band__overlay {
        background: transparent;
    }

    .publicaciones-band__content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 2px 12px 16px;
        border-radius: 14px;
    }
}

@media (max-width: 767.98px) {
    .restaurant-hero {
        min-height: 360px;
    }

    .restaurant-hero__content h1 {
        font-size: clamp(1.7rem, 1.2rem + 3vw, 2.7rem);
    }

    .restaurant-hero__content p {
        font-size: 0.92rem;
    }

    .restaurant-hero__actions {
        width: 100%;
    }

    .restaurant-btn {
        flex: 1 1 auto;
    }

    .restaurant-pillars {
        grid-template-columns: 1fr;
    }

    .restaurant-pillar {
        border-left: 0;
        border-top: 1px solid rgba(74, 42, 29, 0.1);
    }

    .restaurant-pillar:first-child {
        border-top: 0;
    }

    .restaurant-gallery-strip__track-wrap {
        grid-template-columns: 1fr;
    }

    .restaurant-gallery-strip__arrow {
        display: none;
    }

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

    .site-top-strip__inner {
        gap: 6px 12px;
        font-size: 11px;
    }

    .store-benefits {
        grid-template-columns: 1fr;
    }

    .featured-products-grid,
    .category-circles {
        grid-template-columns: 1fr 1fr;
    }

    .store-newsletter__content form {
        flex-direction: column;
    }

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

    .store-section__header {
        padding: 0;
    }

    .product-card__content {
        padding: 16px;
    }

    .restaurant-icon-band {
        gap: 0.5rem;
    }

    .restaurant-icon-band__badge {
        width: 36px;
        height: 36px;
    }

    .restaurant-icon-band--detail {
        grid-template-columns: 1fr;
    }

    .restaurant-icon-band--detail .restaurant-icon-band__badge {
        width: 54px;
        height: 54px;
        font-size: 20px;
    }

    .restaurant-icon-band--detail .restaurant-icon-band__item strong {
        font-size: 18px;
    }

    .restaurant-icon-band--detail .restaurant-icon-band__item p {
        font-size: 14px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .site-nav-side--desktop {
        display: flex;
    }

    .site-nav-side--mobile {
        display: none !important;
    }
}

@media (min-width: 1920px) {
    .feed-card {
        max-width: min(100%, 1100px);
    }
}
