/*
 * Public-site refresh 2026
 * This stylesheet intentionally loads after base/mobile/desktop so the existing
 * catalogue and admin logic can remain intact while the public shell and key
 * pages receive the new visual system.
 */
:root {
    --sc-ink: #102d31;
    --sc-ink-soft: #29484b;
    --sc-teal: #087b84;
    --sc-teal-dark: #075f66;
    --sc-green: #62b33c;
    --sc-lime: #cfe969;
    --sc-mint: #e9f5e4;
    --sc-ice: #eef7f7;
    --sc-paper: #fbfcfa;
    --sc-white: #ffffff;
    --sc-line: rgba(16, 45, 49, 0.10);
    --sc-shadow-sm: 0 12px 30px rgba(16, 45, 49, 0.08);
    --sc-shadow-md: 0 24px 60px rgba(16, 45, 49, 0.12);
    --sc-shadow-lg: 0 36px 90px rgba(16, 45, 49, 0.16);
}

body:not(.admin-body) {
    color: var(--sc-ink);
    background: var(--sc-paper);
    overflow-x: hidden;
}

body:not(.admin-body) p {
    color: #617477;
}

body.menu-open {
    overflow: hidden;
}

body:not(.admin-body) h1,
body:not(.admin-body) h2,
body:not(.admin-body) h3 {
    color: var(--sc-ink);
    letter-spacing: -0.035em;
}

.skip-link {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 200;
    transform: translateY(-180%);
    padding: 0.7rem 1rem;
    border-radius: 12px;
    background: var(--sc-ink);
    color: #fff;
    font-weight: 700;
    transition: transform .2s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

/* ---------- Header / navigation ---------- */
body:not(.admin-body) .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid transparent;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(20px) saturate(150%);
    transition: box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

body:not(.admin-body) .site-header.is-scrolled {
    border-bottom-color: var(--sc-line);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 30px rgba(16, 45, 49, .06);
}

body:not(.admin-body) .topbar {
    min-height: 78px;
    gap: 1.4rem;
}

.brand-modern {
    min-width: 0;
    gap: .75rem;
}

.brand-modern .brand-logo {
    width: 150px;
    max-height: 54px;
    object-fit: contain;
    object-position: left center;
}

.brand-company {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding-left: .85rem;
    border-left: 1px solid var(--sc-line);
    color: #738285;
    font-size: .76rem;
    font-weight: 600;
    white-space: nowrap;
}

body:not(.admin-body) .site-nav {
    gap: .25rem;
}

body:not(.admin-body) .site-nav>a:not(.nav-whatsapp-mobile) {
    position: relative;
    padding: .68rem .9rem;
    border-radius: 999px;
    color: #52666a;
    font-size: .94rem;
    font-weight: 600;
    transition: color .18s ease, background .18s ease;
}

body:not(.admin-body) .site-nav>a:not(.nav-whatsapp-mobile):hover {
    color: var(--sc-ink);
    background: #f2f6f3;
}

body:not(.admin-body) .site-nav>a.active:not(.nav-whatsapp-mobile) {
    color: var(--sc-teal-dark);
    background: #ecf6f3;
}

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

.header-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    min-height: 42px;
    padding: .62rem 1rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(37, 211, 102, .22);
    transition: transform .18s ease, background .18s ease;
}

.header-whatsapp:hover {
    transform: translateY(-1px);
    background: #1ebe5b;
}

.header-whatsapp i {
    font-size: 1.05rem;
}

.nav-whatsapp-mobile {
    display: none;
}

.nav-backdrop {
    position: fixed;
    inset: 78px 0 0;
    z-index: 55;
    width: 100%;
    border: 0;
    background: rgba(10, 29, 31, .28);
    backdrop-filter: blur(4px);
}

/* ---------- Shared modern primitives ---------- */
.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    width: fit-content;
    margin-bottom: 1.15rem;
    padding: .62rem .9rem;
    border: 1px solid rgba(8, 123, 132, .13);
    border-radius: 999px;
    background: rgba(238, 247, 247, .78);
    color: var(--sc-teal-dark);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .045em;
}

body:not(.admin-body) .eyebrow {
    color: var(--sc-teal-dark);
    letter-spacing: .11em;
}

.section-soft {
    background: #f2f6f2;
}

.modern-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.modern-section-heading>div {
    max-width: 720px;
}

.modern-section-heading h2 {
    margin-top: .55rem;
    margin-bottom: 0;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: .98;
    text-wrap: balance;
}

.modern-text-link {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--sc-teal-dark);
    font-weight: 700;
    white-space: nowrap;
}

.modern-text-link i {
    font-size: .85rem;
    transition: transform .18s ease;
}

.modern-text-link:hover i {
    transform: translateX(3px);
}

.btn-large {
    min-height: 54px;
    padding-inline: 1.35rem;
}

body:not(.admin-body) .btn {
    gap: .55rem;
    border-radius: 14px;
    box-shadow: none;
}

body:not(.admin-body) .btn-primary {
    background: var(--sc-teal);
    box-shadow: 0 14px 30px rgba(8, 123, 132, .2);
}

body:not(.admin-body) .btn-primary:hover {
    background: var(--sc-teal-dark);
    transform: translateY(-1px);
}

.btn-ghost {
    border: 1px solid var(--sc-line);
    background: rgba(255, 255, 255, .86);
    color: var(--sc-ink);
}

.btn-ghost:hover,
body:not(.admin-body) .btn-secondary:hover {
    border-color: rgba(8, 123, 132, .22);
    background: #fff;
}

.btn-dark-outline {
    border-color: rgba(16, 45, 49, .18) !important;
    background: transparent !important;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1.15rem;
    color: #829093;
    font-size: .84rem;
    font-weight: 600;
}

.breadcrumbs a {
    color: #64777a;
}

.breadcrumbs a:hover {
    color: var(--sc-teal-dark);
}

/* ---------- Home ---------- */
.home-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(3.2rem, 6vw, 6.6rem) 0 clamp(4rem, 7vw, 7rem);
    background:
        radial-gradient(circle at 88% 20%, rgba(207, 233, 105, .34), transparent 24%),
        radial-gradient(circle at 72% 55%, rgba(8, 123, 132, .11), transparent 28%),
        linear-gradient(180deg, #fbfcfa 0%, #f6f9f5 100%);
}

.home-hero::after {
    content: '';
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -95px;
    height: 160px;
    border-radius: 50% 50% 0 0;
    background: var(--sc-paper);
}

.home-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5.5rem);
}

.home-hero-copy {
    width: 100%;
    max-width: 1040px;
}

.home-hero-copy h1 {
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: clamp(3.1rem, 5.6vw, 5.35rem);
    line-height: .92;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.home-hero-lead {
    max-width: 820px;
    margin: 1.45rem 0 0;
    font-size: 1.08rem;
    line-height: 1.72;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.6rem;
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1.25rem;
    margin-top: 1.6rem;
    padding-top: 1.45rem;
    border-top: 1px solid var(--sc-line);
    color: #65787b;
    font-size: .86rem;
    font-weight: 600;
}

.hero-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
}

.hero-trust-row i {
    color: var(--sc-green);
}

.hero-showcase {
    position: relative;
    min-height: 560px;
}

.hero-showcase-orb {
    position: absolute;
    inset: 8% 7% 7% 12%;
    border-radius: 44% 56% 57% 43% / 46% 40% 60% 54%;
    background:
        radial-gradient(circle at 34% 27%, rgba(255, 255, 255, .98), rgba(238, 247, 247, .75) 38%, rgba(216, 235, 211, .92) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .76), var(--sc-shadow-lg);
}

.hero-product {
    position: absolute;
    z-index: 2;
    display: grid;
    gap: .5rem;
    transition: transform .25s ease;
}

.hero-product:hover {
    transform: translateY(-5px);
}

.hero-product-image {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    --smart-scale: 1;
    --smart-shift-x: 0%;
    --smart-shift-y: 0%;
}

.hero-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 28px 24px rgba(16, 45, 49, .18));
    transform: translate(var(--smart-shift-x), var(--smart-shift-y)) scale(var(--smart-scale));
}

.hero-product-caption {
    display: grid;
    width: fit-content;
    max-width: 190px;
    padding: .72rem .85rem;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 14px;
    background: rgba(255, 255, 255, .82);
    box-shadow: var(--sc-shadow-sm);
    backdrop-filter: blur(12px);
}

.hero-product-caption span {
    color: #77888a;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hero-product-caption strong {
    margin-top: .15rem;
    font-family: 'Urbanist', sans-serif;
    font-size: .88rem;
    line-height: 1.05;
}

.hero-product-1 {
    top: 3%;
    left: 5%;
    width: 42%;
    height: 63%;
}

.hero-product-1 .hero-product-caption {
    margin-top: -1rem;
    margin-left: 1rem;
}

.hero-product-2 {
    top: 5%;
    right: 1%;
    width: 37%;
    height: 54%;
}

.hero-product-2 .hero-product-caption {
    justify-self: end;
    margin-top: -1rem;
}

.hero-product-3 {
    bottom: 1%;
    left: 38%;
    width: 39%;
    height: 51%;
}

.hero-product-3 .hero-product-caption {
    justify-self: center;
    margin-top: -1.5rem;
}

.hero-showcase-note {
    position: absolute;
    right: 2%;
    bottom: 7%;
    z-index: 4;
    display: grid;
    min-width: 130px;
    padding: 1rem;
    border-radius: 18px;
    background: var(--sc-ink);
    color: #fff;
    box-shadow: var(--sc-shadow-md);
}

.hero-showcase-note span {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
}

.hero-showcase-note small {
    max-width: 10ch;
    color: rgba(255, 255, 255, .72);
    font-size: .7rem;
    line-height: 1.25;
}

.home-categories-section {
    padding-top: 4.5rem;
}

.home-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .9rem;
}

.home-category-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .85rem;
    min-height: 96px;
    padding: 1rem;
    overflow: hidden;
    border: 1px solid var(--sc-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(16, 45, 49, .04);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-category-card:hover {
    transform: translateY(-3px);
    border-color: rgba(8, 123, 132, .2);
    box-shadow: var(--sc-shadow-sm);
}

.home-category-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #edf7f5;
    color: var(--sc-teal-dark);
}

.home-category-card h3 {
    margin: 0 0 .2rem;
    font-size: 1rem;
    letter-spacing: -.02em;
}

.home-category-card p {
    margin: 0;
    font-size: .79rem;
    line-height: 1.3;
}

.home-category-arrow {
    color: #a2afb0;
    font-size: .75rem;
}

.modern-featured-section {
    padding-block: 5rem;
}

.modern-featured-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1rem;
}

.modern-featured-card {
    border: 1px solid var(--sc-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.modern-featured-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sc-shadow-md);
}

.modern-featured-card .featured-card-media {
    background: linear-gradient(180deg, #f8fbf8 0%, #eef5ed 100%);
}

.modern-featured-card .featured-card-body {
    padding: 1rem 1.05rem 1.1rem;
}

.modern-featured-card .featured-card-body h3 {
    font-size: 1.1rem;
}

.price-tag-muted {
    background: #f1f3f1;
    color: #6a7a7c;
}

.card-arrow-link {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--sc-ink);
    color: #fff;
    transition: transform .2s ease, background .2s ease;
}

.card-arrow-link:hover {
    transform: translateX(2px);
    background: var(--sc-teal);
}

.brand-story-section {
    padding-block: 6rem;
}

.brand-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 6rem);
}

.brand-story-visual {
    position: relative;
    min-height: 470px;
}

.brand-story-visual-bg {
    position: absolute;
    inset: 4% 4% 7% 1%;
    border-radius: 42px;
    background:
        radial-gradient(circle at 20% 20%, rgba(207, 233, 105, .58), transparent 30%),
        linear-gradient(145deg, #e9f5e4, #e8f4f4);
}

.brand-story-visual img {
    position: absolute;
    z-index: 2;
    left: -2%;
    bottom: 8%;
    width: 105%;
    height: auto;
    filter: drop-shadow(0 28px 28px rgba(16, 45, 49, .16));
}

.brand-story-badge {
    position: absolute;
    right: -1%;
    bottom: 1%;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .85rem 1rem;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    box-shadow: var(--sc-shadow-sm);
}

.brand-story-badge i {
    color: var(--sc-green);
}

.brand-story-badge span {
    display: flex;
    flex-direction: column;
    color: #6f8082;
    font-size: .76rem;
}

.brand-story-badge strong {
    color: var(--sc-ink);
    font-size: .95rem;
}

.brand-story-copy h2 {
    max-width: 13ch;
    margin-top: .55rem;
    font-size: clamp(2.3rem, 4.4vw, 4rem);
    line-height: .98;
}

.brand-story-copy>p {
    max-width: 600px;
    font-size: 1.02rem;
}

.brand-values-list {
    display: grid;
    gap: .8rem;
    margin: 1.6rem 0 1.8rem;
}

.brand-values-list>div {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    color: #586d70;
    line-height: 1.55;
}

.brand-values-list i {
    display: grid;
    place-items: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-top: .05rem;
    border-radius: 50%;
    background: #e8f5e2;
    color: var(--sc-green);
    font-size: .7rem;
}

.home-cta-section {
    padding-top: 1rem;
    padding-bottom: 5rem;
}

.home-cta-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(1.6rem, 4vw, 3rem);
    overflow: hidden;
    border-radius: 30px;
    background:
        radial-gradient(circle at 90% 0, rgba(207, 233, 105, .22), transparent 34%),
        var(--sc-ink);
    color: #fff;
}

.home-cta-card h2 {
    max-width: 17ch;
    margin: .5rem 0 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.eyebrow-light {
    color: #bde3dc !important;
}

.home-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

.btn-light {
    background: #fff;
    color: var(--sc-ink);
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, .24) !important;
    background: rgba(255, 255, 255, .07) !important;
    color: #fff;
}

/* ---------- Generic page hero / catalogue shell ---------- */
body:not(.admin-body) .page-hero {
    padding-top: 4rem;
}

body:not(.admin-body) .page-hero.compact {
    padding-bottom: 1rem;
}

body:not(.admin-body) .page-hero h1 {
    max-width: 18ch;
    font-size: clamp(2.4rem, 5.2vw, 4.7rem);
    line-height: .96;
}

body:not(.admin-body) .page-hero p {
    max-width: 650px;
}

/* Deliberately light catalogue touch: preserve the existing grid/filter behaviour. */
body:not(.admin-body) .catalog-filter-strip {
    border-bottom-color: var(--sc-line);
}

body:not(.admin-body) .filter-launcher,
body:not(.admin-body) .carousel-button {
    box-shadow: 0 8px 22px rgba(16, 45, 49, .07);
}

body:not(.admin-body) .filter-launcher-icon,
body:not(.admin-body) .filter-option-icon {
    color: var(--sc-teal-dark);
    background: #e9f5ef;
}

body:not(.admin-body) .filter-option.active {
    border-color: rgba(8, 123, 132, .22);
    background: #edf7f4;
    color: var(--sc-teal-dark);
}

/* ---------- Company ---------- */
.company-modern-hero {
    padding: clamp(3rem, 6vw, 6rem) 0 5.5rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 18%, rgba(207, 233, 105, .34), transparent 25%),
        linear-gradient(180deg, #fbfcfa, #f4f8f4);
}

.company-modern-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
}

.company-modern-copy h1 {
    max-width: 11ch;
    margin: 0;
    font-size: clamp(3rem, 5.8vw, 5.4rem);
    line-height: .91;
}

.company-modern-copy>p {
    max-width: 620px;
    margin-top: 1.35rem;
    font-size: 1.06rem;
}

.company-facts-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .65rem;
    margin-top: 1.7rem;
}

.company-fact {
    display: grid;
    gap: .18rem;
    padding: .95rem 1rem;
    border-top: 1px solid var(--sc-line);
}

.company-fact strong {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.05rem;
}

.company-fact span {
    color: #7b8b8d;
    font-size: .76rem;
}

.company-modern-visual {
    position: relative;
    min-height: 500px;
}

.company-visual-surface {
    position: absolute;
    inset: 7% 4% 6%;
    border-radius: 44px;
    background:
        radial-gradient(circle at 30% 22%, rgba(255, 255, 255, .95), transparent 22%),
        linear-gradient(145deg, #dfeeda, #e7f4f4);
    box-shadow: var(--sc-shadow-md);
}

.company-van {
    position: absolute;
    z-index: 2;
    left: -2%;
    bottom: 6%;
    width: 105%;
    filter: drop-shadow(0 30px 26px rgba(16, 45, 49, .17));
}

.company-visual-chip {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .72rem .9rem;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 999px;
    background: rgba(255, 255, 255, .93);
    color: var(--sc-ink-soft);
    box-shadow: var(--sc-shadow-sm);
    font-size: .8rem;
    font-weight: 700;
}

.company-visual-chip i {
    color: var(--sc-green);
}

.company-visual-chip-top {
    top: 7%;
    right: 1%;
}

.company-visual-chip-bottom {
    bottom: 4%;
    left: 4%;
}

.company-pillars-section {
    padding-block: 5.5rem;
}

.company-heading-narrow {
    max-width: 800px;
}

.company-pillar-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .9rem;
}

.company-pillar-card {
    padding: 1.45rem;
    border: 1px solid var(--sc-line);
    border-radius: 24px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.company-pillar-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--sc-shadow-sm);
}

.company-pillar-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 1.4rem;
    border-radius: 15px;
    background: #edf7f4;
    color: var(--sc-teal-dark);
}

.company-pillar-card:nth-child(3) .company-pillar-icon,
.company-pillar-card:nth-child(4) .company-pillar-icon {
    background: #eef7e8;
    color: #4a9431;
}

.company-pillar-card h3 {
    margin-bottom: .55rem;
    font-size: 1.25rem;
}

.company-pillar-card p {
    margin: 0;
    font-size: .92rem;
    line-height: 1.65;
}

.company-service-section {
    padding-block: 5.5rem;
}

.company-service-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
    gap: 1.2rem;
    align-items: stretch;
}

.company-service-copy,
.company-guarantee-card {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-radius: 28px;
}

.company-service-copy {
    border: 1px solid var(--sc-line);
    background: #fff;
}

.company-service-copy h2 {
    max-width: 13ch;
    margin-top: .55rem;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.company-service-copy>p {
    max-width: 630px;
}

.company-service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.5rem;
}

.company-guarantee-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        radial-gradient(circle at 85% 10%, rgba(207, 233, 105, .25), transparent 35%),
        var(--sc-ink);
    color: #fff;
}

.company-guarantee-card .eyebrow {
    color: #bce1db;
}

.company-guarantee-card h3 {
    max-width: 12ch;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.company-guarantee-card p {
    color: rgba(255, 255, 255, .7);
}

.company-guarantee-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: auto;
    border-radius: 17px;
    background: rgba(255, 255, 255, .1);
    color: var(--sc-lime);
    font-size: 1.15rem;
}

.company-origin-section {
    padding-block: 6rem;
}

.company-origin-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.company-origin-image {
    overflow: hidden;
    border-radius: 28px;
    box-shadow: var(--sc-shadow-md);
}

.company-origin-image img {
    aspect-ratio: 16/8;
    object-fit: contain;
}

.company-origin-copy h2 {
    max-width: 13ch;
    margin-top: .55rem;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.company-origin-copy p {
    max-width: 570px;
}

/* ---------- Product detail ---------- */
.product-modern-section {
    padding: 2rem 0 5.5rem;
    background: #fbfcfa;
}

.product-breadcrumbs {
    margin-top: .3rem;
    margin-bottom: 1.5rem;
}

.product-modern-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}

.modern-product-gallery {
    min-width: 0;
}

.modern-gallery-main {
    position: relative;
    /* Mantener la geometría 4:5 con la que se calibraron los ajustes detalle_* del admin. */
    min-height: 640px;
    aspect-ratio: 4 / 5 !important;
    border: 1px solid var(--sc-line);
    border-radius: 30px !important;
    background:
        radial-gradient(circle at 50% 15%, rgba(255, 255, 255, .95), transparent 36%),
        linear-gradient(180deg, #f5f8f4 0%, #eef4ed 100%) !important;
    box-shadow: none !important;
}

.modern-gallery-main img {
    /* No añadir padding a la propia imagen: alteraría el encuadre guardado en detalle_scale/offset. */
    padding: 0;
}

.modern-thumb-button {
    --smart-scale: 1;
    --smart-shift-x: 0%;
    --smart-shift-y: 0%;
}

.modern-thumb-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    transform: translate(var(--smart-shift-x), var(--smart-shift-y)) scale(var(--smart-scale));
    transform-origin: center center;
}

.detail-featured-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .55rem .75rem;
    border-radius: 999px;
    background: var(--sc-ink);
    color: #fff;
    font-size: .74rem;
    font-weight: 700;
}

.modern-gallery-thumbs {
    gap: .65rem;
    overflow-x: auto;
    padding: .1rem .05rem .5rem;
    scrollbar-width: thin;
}

.modern-thumb-button {
    flex: 0 0 82px;
    width: 82px;
    height: 82px;
    border: 1px solid var(--sc-line) !important;
    border-radius: 16px !important;
    background: #f5f8f4 !important;
    box-shadow: none !important;
    opacity: .72;
    transition: opacity .18s ease, border-color .18s ease, transform .18s ease;
}

.modern-thumb-button:hover,
.modern-thumb-button.is-active {
    opacity: 1;
    border-color: rgba(8, 123, 132, .42) !important;
    transform: translateY(-1px);
}

.product-modern-summary {
    position: sticky;
    top: 102px;
    display: grid;
    gap: 1.1rem;
}

.product-heading-block {
    padding-bottom: .4rem;
}

.product-category-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: .8rem;
    padding: .35rem .7rem;
    border-radius: 999px;
    background: #edf7f4;
    color: var(--sc-teal-dark);
    font-size: .74rem;
    font-weight: 700;
}

.product-order-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-bottom: .85rem;
    padding: .7rem 1rem;
    border-radius: 16px;
    background: #fff3d9;
    border: 1px solid rgba(194, 134, 0, 0.18);
    color: #8a5a00;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.product-heading-block h1 {
    max-width: 13ch;
    margin: 0;
    font-size: clamp(2.65rem, 4.8vw, 4.8rem);
    line-height: .91;
}

.product-modern-description {
    max-width: 620px;
    margin: 1rem 0 0;
    font-size: 1.05rem;
    line-height: 1.62;
}

.product-purchase-card {
    padding: 1.3rem;
    border: 1px solid var(--sc-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(16, 45, 49, .07);
}

.product-price-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid var(--sc-line);
}

.product-price-label {
    display: block;
    margin-bottom: .18rem;
    color: #7b8b8e;
    font-size: .76rem;
    font-weight: 600;
}

.product-modern-price {
    display: block;
    color: var(--sc-ink);
    font-family: 'Urbanist', sans-serif;
    font-size: 2rem;
    line-height: 1;
}

.product-modern-price-consult {
    font-size: 1.55rem;
}

.product-availability {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-top: .3rem;
    color: #65777a;
    font-size: .72rem;
    font-weight: 600;
}

.product-availability span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sc-green);
    box-shadow: 0 0 0 4px rgba(98, 179, 60, .12);
}

.product-spec-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
    padding: 1rem 0;
}

.product-spec-item {
    display: grid;
    gap: .15rem;
    padding: .75rem .8rem;
    border-radius: 14px;
    background: #f6f8f6;
}

.product-spec-item span {
    color: #849194;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-weight: 700;
}

.product-spec-item strong {
    overflow-wrap: anywhere;
    font-family: 'Urbanist', sans-serif;
    font-size: .9rem;
    line-height: 1.15;
}

.product-main-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .65rem;
}

.btn-product-main,
.btn-product-call {
    min-height: 52px !important;
}

.product-price-note {
    margin: .75rem 0 0;
    color: #899597 !important;
    font-size: .72rem;
    line-height: 1.45;
}

.product-description-panel {
    padding: 1.15rem 1.25rem;
    border: 1px solid var(--sc-line);
    border-radius: 20px;
    background: #f6f8f6;
}

.product-description-panel p {
    margin: .6rem 0 0;
    font-size: .92rem;
    line-height: 1.6;
}

.product-order-note {
    margin-top: .65rem;
    padding: .9rem 1rem;
    border-radius: 16px;
    background: #fff3d9;
    border: 1px solid rgba(194, 134, 0, 0.18);
}

.product-order-note strong {
    display: block;
    color: #8a5a00;
    font-size: .9rem;
    font-weight: 900;
    line-height: 1.35;
    text-transform: uppercase;
}

.product-brand-assurances {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
}

.product-brand-assurances>div {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    padding: .8rem .9rem;
}

.product-brand-assurances i {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    background: #edf7f4;
    color: var(--sc-teal-dark);
}

.product-brand-assurances span {
    display: grid;
    gap: .12rem;
}

.product-brand-assurances strong {
    font-size: .82rem;
}

.product-brand-assurances small {
    color: #7f8e90;
    font-size: .7rem;
    line-height: 1.3;
}

.related-products-modern {
    padding-block: 5rem;
}

.mobile-product-cta {
    display: none;
}

/* ---------- Contact ---------- */
.contact-modern-hero {
    padding: clamp(3rem, 6vw, 5.7rem) 0 3rem;
    background:
        radial-gradient(circle at 82% 10%, rgba(207, 233, 105, .26), transparent 28%),
        linear-gradient(180deg, #fbfcfa, #f6f9f5);
}

.contact-modern-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 290px);
    align-items: end;
    gap: 2rem;
}

.contact-modern-hero-grid>div:first-child {
    min-width: 0;
}

.contact-modern-hero h1 {
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: clamp(3rem, 5vw, 4.75rem);
    line-height: .94;
    text-wrap: balance;
}

.contact-modern-hero p {
    max-width: 620px;
    margin-top: 1.1rem;
    font-size: 1.03rem;
}

.contact-hero-badge {
    display: flex;
    align-items: center;
    gap: .8rem;
    min-width: 270px;
    padding: 1rem 1.1rem;
    border: 1px solid var(--sc-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .85);
    box-shadow: var(--sc-shadow-sm);
}

.contact-hero-badge>i {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #edf7f4;
    color: var(--sc-teal-dark);
}

.contact-hero-badge div {
    display: grid;
    gap: .15rem;
}

.contact-hero-badge span {
    color: #7f8f91;
    font-size: .72rem;
}

.contact-hero-badge strong {
    font-size: .88rem;
}

.contact-modern-section {
    padding-block: 4.5rem 5.5rem;
}

.contact-modern-grid {
    display: grid;
    grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
    gap: 1rem;
    align-items: start;
}

.contact-details-panel,
.contact-modern-form {
    border: 1px solid var(--sc-line);
    border-radius: 28px;
    background: #fff;
}

.contact-details-panel {
    padding: clamp(1.4rem, 3vw, 2rem);
}

.contact-details-panel h2 {
    max-width: 12ch;
    margin-top: .5rem;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
}

.contact-method-list {
    display: grid;
    gap: .65rem;
    margin-top: 1.6rem;
}

.contact-method-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .8rem;
    min-height: 80px;
    padding: .85rem;
    border: 1px solid var(--sc-line);
    border-radius: 17px;
    background: #fafbfa;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.contact-method-card:not(.contact-method-static):hover {
    transform: translateY(-2px);
    border-color: rgba(8, 123, 132, .2);
    background: #fff;
}

.contact-method-primary {
    border-color: rgba(98, 179, 60, .2);
    background: #f2f8ef;
}

.contact-method-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: #edf7f4;
    color: var(--sc-teal-dark);
}

.contact-method-primary .contact-method-icon {
    background: #e7f5e1;
    color: #3e9829;
    font-size: 1.1rem;
}

.contact-method-copy {
    display: grid;
    gap: .1rem;
    min-width: 0;
}

.contact-method-copy small {
    color: #8b989a;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 700;
}

.contact-method-copy strong {
    overflow-wrap: anywhere;
    font-size: .91rem;
}

.contact-method-copy em {
    color: #899597;
    font-size: .7rem;
    font-style: normal;
}

.contact-method-arrow {
    color: #a0abad;
    font-size: .78rem;
}

.contact-modern-form {
    padding: clamp(1.5rem, 3vw, 2.3rem);
    box-shadow: var(--sc-shadow-sm);
}

.contact-form-heading {
    margin-bottom: 1.6rem;
}

.contact-form-heading h2 {
    margin: .45rem 0 .4rem;
    font-size: clamp(2.2rem, 3.6vw, 3.2rem);
}

.contact-form-heading p {
    max-width: 620px;
    margin: 0;
    font-size: .9rem;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
}

.contact-modern-form .field {
    margin: 0;
}

.contact-modern-form .field-full {
    grid-column: 1 / -1;
}

.contact-modern-form .field label {
    color: var(--sc-ink-soft);
    font-size: .8rem;
}

.contact-modern-form .field input,
.contact-modern-form .field textarea,
.contact-modern-form .field select {
    min-height: 50px;
    border: 1px solid #dce4e0;
    border-radius: 13px;
    background: #fbfcfb;
    color: var(--sc-ink);
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.contact-modern-form .field textarea {
    min-height: 130px;
    resize: vertical;
}

.contact-modern-form .field input:focus,
.contact-modern-form .field textarea:focus,
.contact-modern-form .field select:focus {
    border-color: rgba(8, 123, 132, .5);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(8, 123, 132, .08);
}

.contact-submit {
    width: 100%;
    min-height: 54px !important;
    margin-top: 1rem;
}

.contact-form-privacy {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin: .8rem 0 0;
    color: #8a9698 !important;
    font-size: .72rem;
}

.contact-company-strip-section {
    padding-top: 0;
    padding-bottom: 5rem;
}

.contact-company-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(1.4rem, 3vw, 2rem);
    border-radius: 25px;
    background: #f0f5f0;
}

.contact-company-strip h2 {
    margin: .45rem 0 .35rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.contact-company-strip p {
    max-width: 620px;
    margin: 0;
}

/* ---------- Category ---------- */
.category-modern-hero {
    padding: 3.4rem 0 2.4rem;
    background: linear-gradient(180deg, #fbfcfa, #f7faf6);
}

.category-modern-hero-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}

.category-modern-hero h1 {
    max-width: 13ch;
    margin: .45rem 0 .6rem;
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    line-height: .93;
}

.category-modern-hero p {
    max-width: 650px;
    margin: 0;
}

.category-count-card {
    display: grid;
    min-width: 120px;
    padding: 1rem;
    border: 1px solid var(--sc-line);
    border-radius: 18px;
    background: #fff;
    text-align: center;
}

.category-count-card strong {
    font-family: 'Urbanist', sans-serif;
    font-size: 2rem;
}

.category-count-card span {
    color: #879496;
    font-size: .74rem;
}

.category-products-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}

.modern-not-found {
    min-height: 55vh;
}

/* ---------- Footer ---------- */
body:not(.admin-body) .site-footer {
    position: relative;
    padding: 4.5rem 0 1.4rem;
    background: #f0f4ef;
    border-top: 1px solid var(--sc-line);
}

.footer-modern-grid {
    display: grid;
    grid-template-columns: minmax(230px, 1.3fr) .65fr 1fr minmax(240px, .9fr);
    gap: clamp(1.3rem, 3vw, 3rem);
    align-items: start;
}

.footer-brand-block {
    max-width: 360px;
}

.footer-logo-link img {
    width: 150px;
    height: auto;
    margin-bottom: 1rem;
}

.footer-brand-block p {
    margin: 0;
    font-size: .86rem;
    line-height: 1.6;
}

.footer-company {
    display: block;
    margin-top: .9rem;
    color: #7d8b8d;
    font-size: .74rem;
    font-weight: 700;
}

.footer-column {
    display: grid;
    gap: .65rem;
}

.footer-column h3,
.footer-cta-card h3 {
    margin: 0 0 .35rem;
    font-size: .95rem;
    letter-spacing: -.01em;
}

.footer-column a,
.footer-column p {
    margin: 0;
    color: #65777a;
    font-size: .82rem;
    line-height: 1.45;
}

.footer-column a:hover {
    color: var(--sc-teal-dark);
}

.footer-contact-column a,
.footer-contact-column p {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
}

.footer-contact-column i {
    width: 14px;
    margin-top: .15rem;
    color: var(--sc-teal-dark);
}

.footer-cta-card {
    padding: 1.2rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 45, 49, .06);
}

.footer-cta-card h3 {
    margin: .45rem 0 1rem;
    font-size: 1.25rem;
}

.footer-cta-card .btn {
    width: 100%;
    min-height: 46px;
    padding: .7rem .85rem;
    font-size: .82rem;
}

.footer-bottom-modern {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--sc-line);
}

.footer-bottom-modern p {
    margin: 0;
    color: #8a9698;
    font-size: .72rem;
}

.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 35;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 16px 34px rgba(24, 84, 49, .22);
    font-size: 1.5rem;
    transition: transform .18s ease;
}

.floating-whatsapp:hover {
    transform: translateY(-3px) scale(1.02);
}

/* ---------- Desktop niceties ---------- */
@media (min-width: 1024px) {
    body:not(.admin-body) .site-nav {
        margin-left: auto;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .brand-company {
        display: none;
    }

    .brand-modern .brand-logo {
        width: 132px;
    }

    body:not(.admin-body) .site-nav>a:not(.nav-whatsapp-mobile) {
        padding-inline: .68rem;
        font-size: .87rem;
    }

    .header-whatsapp span {
        display: none;
    }

    .header-whatsapp {
        width: 42px;
        padding: 0;
        justify-content: center;
    }

    .home-hero-grid,
    .contact-modern-hero-grid,
    .company-modern-grid {
        grid-template-columns: 1fr;
    }

    .home-hero-copy h1,
    .contact-modern-hero h1 {
        width: 100%;
        max-width: none;
        font-size: clamp(2.9rem, 7vw, 4.4rem);
        text-wrap: auto;
        line-height: .94;
    }

    .home-hero-copy,
    .contact-modern-hero-grid>div:first-child {
        width: 100%;
    }

    .home-category-grid,
    .company-pillar-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

/* ---------- Mobile ---------- */
@media (max-width: 767px) {
    body:not(.admin-body) .container {
        width: min(calc(100% - 1.5rem), var(--container));
    }

    body:not(.admin-body) .topbar {
        min-height: 70px;
    }

    .brand-modern .brand-logo {
        width: 126px;
        max-height: 47px;
    }

    .brand-company,
    .header-whatsapp {
        display: none;
    }

    body:not(.admin-body) .menu-toggle {
        position: relative;
        z-index: 61;
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        border: 1px solid var(--sc-line);
        border-radius: 13px;
        background: #fff;
    }

    body:not(.admin-body) .menu-toggle span {
        position: absolute;
        width: 19px;
        height: 2px;
        margin: 0;
        background: var(--sc-ink);
        transition: transform .2s ease, opacity .2s ease;
    }

    body:not(.admin-body) .menu-toggle span:nth-child(1) {
        transform: translateY(-6px);
    }

    body:not(.admin-body) .menu-toggle span:nth-child(3) {
        transform: translateY(6px);
    }

    body:not(.admin-body) .menu-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: rotate(45deg);
    }

    body:not(.admin-body) .menu-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    body:not(.admin-body) .menu-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: rotate(-45deg);
    }

    body:not(.admin-body) .site-nav {
        position: fixed;
        left: .75rem;
        right: .75rem;
        top: 78px;
        z-index: 60;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: .25rem;
        padding: .75rem;
        border: 1px solid var(--sc-line);
        border-radius: 20px;
        background: rgba(255, 255, 255, .98);
        box-shadow: var(--sc-shadow-lg);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px) scale(.985);
        transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    }

    body:not(.admin-body) .site-nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }

    body:not(.admin-body) .site-nav>a:not(.nav-whatsapp-mobile) {
        min-height: 48px;
        padding: .82rem .9rem;
        border-radius: 13px;
        font-size: .98rem;
    }

    .nav-whatsapp-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
        min-height: 49px;
        margin-top: .35rem;
        border-radius: 13px;
        background: #25d366;
        color: #fff;
        font-weight: 700;
    }

    .nav-backdrop {
        inset: 70px 0 0;
    }

    .modern-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: .85rem;
        margin-bottom: 1.35rem;
    }

    .modern-section-heading h2 {
        font-size: clamp(2rem, 9vw, 2.75rem);
    }

    .modern-text-link {
        font-size: .85rem;
    }

    .home-hero {
        padding: 2.3rem 0 3.7rem;
    }

    .home-hero::after {
        display: none;
    }

    .home-hero-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .home-hero-copy h1 {
        width: 100%;
        max-width: none;
        font-size: clamp(2.35rem, 11vw, 3.55rem);
        line-height: .94;
        text-wrap: auto;
    }

    .home-hero-lead {
        margin-top: 1rem;
        font-size: .98rem;
        line-height: 1.62;
    }

    .home-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 1.2rem;
    }

    .home-hero-actions .btn {
        width: 100%;
    }

    .hero-trust-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: .65rem;
        margin-top: 1.2rem;
        padding-top: 1rem;
        font-size: .74rem;
    }

    .hero-showcase {
        min-height: 390px;
        margin-top: .3rem;
    }

    .hero-showcase-orb {
        inset: 7% 2% 5%;
        border-radius: 34px;
    }

    .hero-product-caption {
        display: none;
    }

    .hero-product-1 {
        top: 5%;
        left: 3%;
        width: 47%;
        height: 64%;
    }

    .hero-product-2 {
        top: 3%;
        right: -1%;
        width: 43%;
        height: 56%;
    }

    .hero-product-3 {
        bottom: 1%;
        left: 34%;
        width: 47%;
        height: 54%;
    }

    .hero-showcase-note {
        right: 3%;
        bottom: 4%;
        min-width: 105px;
        padding: .8rem;
        border-radius: 14px;
    }

    .hero-showcase-note span {
        font-size: 1.35rem;
    }

    .home-categories-section {
        padding-top: 3.2rem;
    }

    .home-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .65rem;
    }

    .home-category-card {
        grid-template-columns: auto minmax(0, 1fr);
        min-height: 84px;
        padding: .8rem;
    }

    .home-category-icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .home-category-card h3 {
        font-size: .9rem;
    }

    .home-category-card p {
        font-size: .7rem;
    }

    .home-category-arrow {
        display: none;
    }

    .modern-featured-section {
        padding-block: 3.5rem;
    }

    .modern-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: .7rem;
    }

    .modern-featured-card {
        border-radius: 17px;
    }

    .modern-featured-card .featured-card-body {
        padding: .75rem;
    }

    .modern-featured-card .featured-card-body h3 {
        font-size: .95rem;
    }

    .modern-featured-card .eyebrow {
        font-size: .58rem;
    }

    .modern-featured-card .price-tag {
        padding: .3rem .5rem;
        font-size: .72rem;
    }

    .card-arrow-link {
        width: 31px;
        height: 31px;
    }

    .brand-story-section {
        padding-block: 3.8rem;
    }

    .brand-story-grid {
        grid-template-columns: 1fr;
        gap: 1.7rem;
    }

    .brand-story-visual {
        min-height: 300px;
        order: 2;
    }

    .brand-story-visual-bg {
        inset: 3% 0 7%;
        border-radius: 28px;
    }

    .brand-story-visual img {
        left: -7%;
        width: 112%;
    }

    .brand-story-badge {
        right: 0;
        bottom: 0;
    }

    .brand-story-copy h2 {
        max-width: 100%;
        font-size: clamp(2.3rem, 10vw, 3.1rem);
    }

    .home-cta-section {
        padding-bottom: 3rem;
    }

    .home-cta-card {
        align-items: flex-start;
        flex-direction: column;
        padding: 1.45rem;
        border-radius: 22px;
    }

    .home-cta-card h2 {
        max-width: 100%;
        font-size: 2rem;
    }

    .home-cta-actions {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
    }

    .home-cta-actions .btn {
        width: 100%;
    }

    body:not(.admin-body) .page-hero {
        padding-top: 2.3rem;
    }

    body:not(.admin-body) .page-hero h1 {
        font-size: clamp(2.4rem, 11vw, 3.4rem);
        max-width: 100%;
    }

    /* Company mobile */
    .company-modern-hero {
        padding: 2.25rem 0 3.4rem;
    }

    .company-modern-grid {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .company-modern-copy h1 {
        max-width: 100%;
        font-size: clamp(2.65rem, 12vw, 3.8rem);
    }

    .company-modern-copy>p {
        font-size: .96rem;
    }

    .company-facts-row {
        grid-template-columns: 1fr 1fr;
        gap: .4rem;
    }

    .company-fact {
        padding: .7rem .4rem;
    }

    .company-modern-visual {
        min-height: 320px;
    }

    .company-visual-surface {
        inset: 4% 0 5%;
        border-radius: 30px;
    }

    .company-van {
        left: -7%;
        width: 114%;
    }

    .company-visual-chip-top {
        top: 3%;
        right: 1%;
    }

    .company-visual-chip-bottom {
        bottom: 1%;
        left: 1%;
    }

    .company-pillars-section,
    .company-service-section,
    .company-origin-section {
        padding-block: 3.5rem;
    }

    .company-pillar-grid {
        grid-template-columns: 1fr;
        gap: .7rem;
    }

    .company-pillar-card {
        padding: 1.15rem;
        border-radius: 20px;
    }

    .company-pillar-icon {
        margin-bottom: 1rem;
    }

    .company-service-grid,
    .company-origin-grid {
        grid-template-columns: 1fr;
    }

    .company-service-copy,
    .company-guarantee-card {
        padding: 1.25rem;
        border-radius: 22px;
    }

    .company-service-copy h2,
    .company-origin-copy h2 {
        max-width: 100%;
    }

    .company-guarantee-card {
        min-height: 320px;
    }

    .company-origin-image {
        border-radius: 20px;
    }

    .company-origin-image img {
        aspect-ratio: 16/10;
    }

    /* Product mobile */
    .product-page {
        padding-bottom: 76px;
    }

    .product-modern-section {
        padding: 1rem 0 3.3rem;
    }

    .product-breadcrumbs {
        margin-bottom: 1rem;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: .25rem;
        flex-wrap: nowrap;
        scrollbar-width: none;
    }

    .product-breadcrumbs::-webkit-scrollbar {
        display: none;
    }

    .product-modern-grid {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .modern-gallery-main {
        min-height: 420px;
        aspect-ratio: 4/5 !important;
        padding: .75rem;
        border-radius: 22px !important;
    }

    .modern-gallery-main img {
        padding: 0;
    }

    .modern-gallery-thumbs {
        margin-top: .7rem;
    }

    .modern-thumb-button {
        flex-basis: 68px;
        width: 68px;
        height: 68px;
        border-radius: 13px !important;
    }

    .product-modern-summary {
        position: static;
        gap: .9rem;
    }

    .product-heading-block h1 {
        max-width: 100%;
        font-size: clamp(2.45rem, 12vw, 3.55rem);
    }

    .product-modern-description {
        font-size: .96rem;
    }

    .product-purchase-card {
        padding: 1rem;
        border-radius: 20px;
    }

    .product-price-row {
        align-items: flex-end;
    }

    .product-modern-price {
        font-size: 1.7rem;
    }

    .product-availability {
        max-width: 120px;
        text-align: right;
        justify-content: flex-end;
    }

    .product-spec-list {
        gap: .5rem;
    }

    .product-spec-item {
        padding: .65rem;
    }

    .product-main-actions {
        grid-template-columns: 1fr;
    }

    .product-brand-assurances {
        grid-template-columns: 1fr;
    }

    .related-products-modern {
        padding-block: 3.2rem;
    }

    .mobile-product-cta {
        position: fixed;
        left: .65rem;
        right: .65rem;
        bottom: .65rem;
        z-index: 45;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .8rem;
        min-height: 62px;
        padding: .6rem .65rem .6rem .9rem;
        border: 1px solid rgba(255, 255, 255, .78);
        border-radius: 18px;
        background: rgba(16, 45, 49, .96);
        box-shadow: 0 18px 44px rgba(16, 45, 49, .28);
        backdrop-filter: blur(14px);
    }

    .mobile-product-cta>div {
        display: grid;
        gap: .05rem;
    }

    .mobile-product-cta span {
        color: rgba(255, 255, 255, .6);
        font-size: .62rem;
    }

    .mobile-product-cta strong {
        color: #fff;
        font-family: 'Urbanist', sans-serif;
        font-size: 1rem;
    }

    .mobile-product-cta>a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: .4rem;
        min-height: 44px;
        padding: .6rem .8rem;
        border-radius: 12px;
        background: #25d366;
        color: #fff;
        font-size: .78rem;
        font-weight: 700;
    }

    .product-page .floating-whatsapp {
        display: none;
    }

    /* Contact mobile */
    .contact-modern-hero {
        padding: 2.2rem 0 2rem;
    }

    .contact-modern-hero-grid {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 1rem;
    }

    .contact-modern-hero h1 {
        width: 100%;
        max-width: none;
        font-size: clamp(2.35rem, 10.6vw, 3.45rem);
        text-wrap: auto;
        line-height: .96;
    }

    .contact-hero-badge {
        min-width: 0;
        width: 100%;
        box-shadow: none;
    }

    .contact-modern-section {
        padding-block: 2.7rem 3.5rem;
    }

    .contact-modern-grid {
        grid-template-columns: 1fr;
        gap: .8rem;
    }

    .contact-details-panel,
    .contact-modern-form {
        padding: 1.15rem;
        border-radius: 21px;
    }

    .contact-details-panel h2,
    .contact-form-heading h2 {
        max-width: 100%;
        font-size: 2.2rem;
    }

    .contact-method-card {
        min-height: 72px;
        padding: .7rem;
    }

    .contact-method-copy strong {
        font-size: .84rem;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: .75rem;
    }

    .contact-modern-form .field-full {
        grid-column: auto;
    }

    .contact-company-strip-section {
        padding-bottom: 3rem;
    }

    .contact-company-strip {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
        padding: 1.2rem;
        border-radius: 20px;
    }

    .contact-company-strip .btn {
        width: 100%;
    }

    /* Category mobile */
    .category-modern-hero {
        padding: 2.2rem 0 1.8rem;
    }

    .category-modern-hero-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .category-modern-hero h1 {
        max-width: 100%;
        font-size: clamp(2.65rem, 11vw, 3.5rem);
    }

    .category-count-card {
        grid-template-columns: auto auto;
        align-items: baseline;
        gap: .35rem;
        min-width: 0;
        padding: .6rem .85rem;
        border-radius: 14px;
    }

    .category-count-card strong {
        font-size: 1.35rem;
    }

    /* Footer mobile */
    body:not(.admin-body) .site-footer {
        padding: 3rem 0 1rem;
    }

    .footer-modern-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.7rem 1rem;
    }

    .footer-brand-block,
    .footer-cta-card {
        grid-column: 1 / -1;
    }

    .footer-brand-block {
        max-width: 100%;
    }

    .footer-logo-link img {
        width: 140px;
    }

    .footer-cta-card {
        order: 4;
    }

    .footer-bottom-modern {
        align-items: flex-start;
        flex-direction: column;
        gap: .35rem;
        margin-top: 1.7rem;
    }

    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 420px) {
    .hero-trust-row {
        grid-template-columns: 1fr;
    }

    .home-category-grid,
    .modern-featured-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .company-facts-row {
        grid-template-columns: 1fr;
    }

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

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

.catalog-download-section {
    padding: 32px 0 0;
}

.catalog-download-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;

    padding: 30px 34px;

    border: 1px solid rgba(18, 116, 82, 0.12);
    border-radius: 24px;

    background:
        radial-gradient(circle at 0 0,
            rgba(82, 196, 120, 0.14),
            transparent 35%),
        #ffffff;

    box-shadow:
        0 20px 50px rgba(18, 55, 42, 0.07);
}

.catalog-download-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 66px;
    height: 66px;

    border-radius: 18px;

    background: rgba(48, 170, 91, 0.1);
    color: var(--primary, #269c58);

    font-size: 27px;
}

.catalog-download-content h2 {
    margin: 5px 0 7px;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    line-height: 1.2;
}

.catalog-download-content p {
    max-width: 680px;
    margin: 0;

    color: var(--text-soft, #647067);
    line-height: 1.6;
}

.catalog-download-action {
    flex-shrink: 0;
}


/* MÓVIL */
@media (max-width: 760px) {

    .catalog-download-section {
        padding-top: 20px;
    }

    .catalog-download-card {
        grid-template-columns: 1fr;
        gap: 18px;

        padding: 24px;

        text-align: left;
    }

    .catalog-download-icon {
        width: 54px;
        height: 54px;

        border-radius: 15px;
        font-size: 23px;
    }

    .catalog-download-action {
        width: 100%;
    }

    .catalog-download-action .btn {
        width: 100%;
        justify-content: center;
    }
}

.footer-icon-column a,
.footer-icon-column p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-icon-column a i,
.footer-icon-column p i {
    width: 18px;
    min-width: 18px;
    text-align: center;
    flex-shrink: 0;
}

.footer-column a i {
    color: #075f66;
}

body:not(.admin-body) {
    padding-top: 78px;
}

.site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(16, 45, 49, 0.08);
}

@media (max-width: 767px) {
    body:not(.admin-body) {
        padding-top: 74px !important;
    }

    .site-header {
        height: 70px !important;
        padding-top: 0 !important;
        transform: none !important;
        -webkit-transform: none !important;
        will-change: auto !important;
    }

    .site-header .topbar {
        min-height: 70px !important;
        height: 70px !important;
    }
}
