/* =========================================================================
   J. Cogorro, S.L. — sitio público
   Diseño 2026 · sin framework · mobile-first · claro/oscuro-neutro
   ========================================================================= */

:root {
    --red: #c81a1a;
    --red-dark: #a11414;
    --red-soft: #fceaea;
    --ink: #17191d;
    --ink-2: #3d434d;
    --muted: #6b7280;
    --line: #e6e3de;
    --paper: #ffffff;
    --sand: #f7f5f1;
    --sand-2: #efece6;
    --leaf: #2e7d32;
    --wa: #25d366;

    --maxw: 1180px;
    --gut: clamp(1rem, 4vw, 2.5rem);
    --r: 14px;
    --r-sm: 9px;
    --shadow-sm: 0 1px 2px rgba(20, 20, 20, .06), 0 2px 8px rgba(20, 20, 20, .05);
    --shadow: 0 6px 18px rgba(20, 20, 20, .08), 0 2px 6px rgba(20, 20, 20, .05);
    --shadow-lg: 0 24px 60px -12px rgba(20, 20, 20, .22);
    --ring: 0 0 0 3px rgba(200, 26, 26, .28);

    --header-h: 76px;
    --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

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

[hidden] { display: none !important; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--font);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--ink-2);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
    font-weight: 750;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin: 0 0 .5em;
}

h1 { font-size: clamp(1.9rem, 1.2rem + 3.4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 1.1rem + 2vw, 2.15rem); }
h3 { font-size: clamp(1.2rem, 1rem + 1vw, 1.5rem); }

p { margin: 0 0 1rem; }

a { color: var(--red); text-decoration: none; transition: color .15s; }
a:hover { color: var(--red-dark); }

hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }

:focus-visible { outline: none; box-shadow: var(--ring); border-radius: 6px; }

.skip-link {
    position: absolute; left: -999px; top: 0; z-index: 999;
    background: var(--ink); color: #fff; padding: .7rem 1.1rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }

.section { padding-block: clamp(2.75rem, 1.5rem + 6vw, 5rem); }
.section--tight { padding-block: clamp(2rem, 1.2rem + 3vw, 3rem); }
.section + .section { padding-top: 0; }

.section-head { max-width: 46rem; margin-bottom: clamp(1.5rem, 1rem + 2vw, 2.75rem); }
.section-head.center { margin-inline: auto; text-align: center; }

.eyebrow {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
    color: var(--red); margin-bottom: .75rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--red); border-radius: 2px; }
.center .eyebrow::before { display: none; }

.lead { font-size: 1.12rem; color: var(--ink-2); }
.muted { color: var(--muted); }

/* ---------- buttons ---------- */
.btn {
    --bg: var(--red); --fg: #fff;
    display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
    padding: .85rem 1.4rem; border-radius: 999px;
    font: inherit; font-weight: 650; line-height: 1;
    background: var(--bg); color: var(--fg);
    border: 1px solid transparent; cursor: pointer;
    transition: transform .12s ease, box-shadow .15s ease, background .15s ease;
    box-shadow: var(--shadow-sm);
}
.btn:hover { color: #fff; transform: translateY(-1px); box-shadow: var(--shadow); background: var(--red-dark); }
.btn:active { transform: translateY(0); }
.btn--ghost { --bg: transparent; --fg: var(--ink); border-color: currentColor; box-shadow: none; }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--light { --bg: #fff; --fg: var(--ink); }
.btn--light:hover { background: #fff; color: var(--red); }
.btn--wa { --bg: var(--wa); --fg: #05331b; }
.btn--wa:hover { background: #1fbe5c; color: #05331b; }
.btn--lg { padding: 1rem 1.7rem; font-size: 1.05rem; }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; }

/* ---------- header / nav ---------- */
.site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid transparent;
    transition: border-color .2s, box-shadow .2s;
}
/* backdrop-filter/transform on an ancestor would trap position:fixed of the
   mobile drawer, so keep the header free of them. */
.site-header.is-stuck { border-bottom-color: var(--line); box-shadow: var(--shadow-sm); }

.site-header__bar {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem; min-height: var(--header-h);
}

.brand { display: flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.brand img { height: 44px; width: auto; }
.brand__txt { font-weight: 800; letter-spacing: -.02em; color: var(--ink); font-size: 1.05rem; line-height: 1; }
.brand__txt small { display: block; font-size: .68rem; font-weight: 600; letter-spacing: .18em; color: var(--red); margin-top: 3px; }

.nav { display: flex; align-items: center; gap: .1rem; }
.nav a {
    display: inline-block; padding: .5rem .62rem; border-radius: 8px;
    color: var(--ink-2); font-weight: 600; font-size: .92rem; white-space: nowrap;
    position: relative;
}
.nav a::after {
    content: ""; position: absolute; left: .62rem; right: .62rem; bottom: .3rem; height: 2px;
    background: var(--red); border-radius: 2px; transform: scaleX(0); transform-origin: left;
    transition: transform .18s ease;
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--ink); }
.nav .btn--wa { display: none; }  /* sólo en el cajón móvil */

.header-cta { display: flex; align-items: center; gap: .7rem; }
.header-cta .phone {
    display: none; align-items: center; gap: .45rem; font-weight: 750; color: var(--ink);
    white-space: nowrap; font-size: .95rem;
}
.header-cta .phone svg { width: 18px; height: 18px; fill: var(--red); }
@media (min-width: 1280px) { .header-cta .phone { display: inline-flex; } }

.nav-toggle {
    display: none;
    width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px;
    background: #fff; cursor: pointer; padding: 0; align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
    content: ""; display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px;
    transition: transform .22s ease, opacity .18s ease;
}
.nav-toggle span::before { position: relative; top: -6px; }
.nav-toggle span::after { position: relative; top: 4px; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { transform: translateY(6px) rotate(45deg); }
body.nav-open .nav-toggle span::after { transform: translateY(-6px) rotate(-45deg); }

.nav-backdrop {
    position: fixed; inset: 0; background: rgba(15, 16, 20, .5);
    opacity: 0; visibility: hidden; transition: opacity .2s; z-index: 90;
}
body.nav-open .nav-backdrop { opacity: 1; visibility: visible; }

@media (max-width: 1080px) {
    .nav-toggle { display: inline-flex; }
    .header-cta .phone { display: none; }
    .nav {
        position: fixed; top: 0; right: 0; z-index: 95;
        width: min(82vw, 340px); height: 100dvh;
        flex-direction: column; align-items: stretch; gap: 0;
        background: #fff; padding: calc(var(--header-h) + 1rem) 1.25rem 2rem;
        box-shadow: var(--shadow-lg);
        transform: translateX(100%); transition: transform .28s cubic-bezier(.4, 0, .2, 1);
        overflow-y: auto;
    }
    body.nav-open .nav { transform: translateX(0); }
    .nav a { padding: .95rem .6rem; font-size: 1.05rem; border-bottom: 1px solid var(--line); border-radius: 0; }
    .nav a::after { display: none; }
    .nav a[aria-current="page"] { color: var(--red); }
    .nav .btn--wa { display: flex; margin-top: 1.1rem; }
}

/* ---------- hero ---------- */
.hero {
    position: relative; color: #fff; isolation: isolate;
    background:
        radial-gradient(130% 100% at 12% 0%, #6a1213 0%, transparent 55%),
        linear-gradient(155deg, #201f22 0%, #131316 60%, #0d0d0f 100%);
}
.hero__media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero__media img {
    width: 100%; height: 100%; object-fit: cover;
    opacity: .16; filter: blur(4px) saturate(1.15); transform: scale(1.1);
}
.hero__media::after {
    content: ""; position: absolute; inset: 0;
    background:
        radial-gradient(120% 90% at 15% 8%, rgba(200, 26, 26, .35), transparent 55%),
        linear-gradient(180deg, rgba(15, 16, 20, .35), rgba(13, 13, 15, .78));
}
.hero__inner { display: grid; gap: 1.4rem; padding-block: clamp(3rem, 2rem + 8vw, 6.5rem); max-width: 44rem; }
.hero__logo { height: 74px; width: auto; }
.hero h1 { color: #fff; }
.hero p { font-size: clamp(1.05rem, .95rem + .6vw, 1.3rem); color: rgba(255, 255, 255, .85); margin: 0; }
.hero .btn-row { margin-top: .6rem; }

.hero__strip {
    background: var(--red); color: #fff;
    font-weight: 650; font-size: .98rem;
}
.hero__strip .wrap { padding-block: .8rem; display: flex; gap: .6rem 1.4rem; flex-wrap: wrap; align-items: center; }
.hero__strip svg { width: 18px; height: 18px; fill: currentColor; vertical-align: -3px; margin-right: .35rem; }

/* ---------- generic content / rich text ---------- */
.page-hero { background: var(--sand); border-bottom: 1px solid var(--line); }
.page-hero .wrap { padding-block: clamp(2.25rem, 1.5rem + 4vw, 3.75rem); }
.page-hero h1 { margin-bottom: .35rem; }
.page-hero .crumb { font-size: .9rem; color: var(--muted); }
.page-hero .crumb a { color: var(--muted); }
.page-hero .crumb a:hover { color: var(--red); }

.rich-text { color: var(--ink-2); }
.rich-text > :first-child { margin-top: 0; }
.rich-text h2, .rich-text h3, .rich-text h4 { margin-top: 2rem; }
.rich-text p { margin: 0 0 1rem; }
.rich-text a { text-decoration: underline; text-underline-offset: 2px; }
.rich-text ul, .rich-text ol { margin: 0 0 1.2rem; padding-left: 1.3rem; }
.rich-text li { margin-bottom: .4rem; }
.rich-text img { border-radius: var(--r-sm); margin: 1.25rem 0; box-shadow: var(--shadow-sm); }
.rich-text blockquote {
    margin: 1.5rem 0; padding: .4rem 0 .4rem 1.2rem;
    border-left: 3px solid var(--red); color: var(--ink); font-style: italic;
}
.rich-text .ql-align-center { text-align: center; }
.rich-text .ql-align-right { text-align: right; }
.rich-text .ql-align-justify { text-align: justify; }
.rich-text strong { color: var(--ink); }

.prose-cols { display: grid; gap: clamp(1.5rem, 1rem + 3vw, 3.5rem); grid-template-columns: 1fr; }
@media (min-width: 900px) { .prose-cols { grid-template-columns: 1.55fr .95fr; align-items: start; } }

.split { display: grid; gap: clamp(1.5rem, 1rem + 4vw, 3.5rem); align-items: center; grid-template-columns: 1fr; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split--media-first > .split__media { order: -1; } }
.split__media img { width: 100%; border-radius: var(--r); box-shadow: var(--shadow); background: var(--sand); }

/* ---------- cards / grids ---------- */
.card-grid {
    display: grid; gap: clamp(1rem, .6rem + 1.6vw, 1.75rem);
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.card {
    background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
    padding: 1.5rem; box-shadow: var(--shadow-sm);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.card--link:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #d9d4cc; }
.card h3 { margin-bottom: .5rem; }
.card__icon {
    width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
    background: var(--red-soft); color: var(--red); margin-bottom: 1rem;
}
.card__icon svg { width: 24px; height: 24px; fill: currentColor; }

.feature-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.feature-list li { padding-left: 1.7rem; position: relative; }
.feature-list li::before {
    content: ""; position: absolute; left: 0; top: .45em; width: 1.05rem; height: 1.05rem;
    background: var(--leaf); border-radius: 50%;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* ---------- categorías ---------- */
.cat-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.cat-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); overflow: clip; box-shadow: var(--shadow-sm); }
.cat-card__head {
    background: var(--ink); color: #fff; padding: 1rem 1.25rem; font-weight: 700;
    display: flex; align-items: center; gap: .6rem;
}
.cat-card__head svg { width: 20px; height: 20px; fill: var(--red); flex-shrink: 0; }
.cat-card ul { list-style: none; margin: 0; padding: .5rem .5rem; }
.cat-card li { padding: .55rem .95rem; border-radius: 8px; font-size: .96rem; }
.cat-card li + li { border-top: 1px solid var(--line); }

/* ---------- marcas ---------- */
.brand-group + .brand-group { margin-top: 2.5rem; }
.brand-group__title {
    display: flex; align-items: baseline; gap: .8rem; margin-bottom: 1.25rem;
    font-size: 1.15rem; font-weight: 750; color: var(--ink);
}
.brand-group__title::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.brand-grid { display: grid; gap: .9rem; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }
.brand-tile {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm);
    aspect-ratio: 3 / 2; display: grid; place-items: center; padding: .9rem;
    box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .15s;
}
.brand-tile img { max-height: 100%; max-width: 100%; width: auto; object-fit: contain; }
.brand-tile:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: #d9d4cc; }

/* ---------- outlet ---------- */
.product-grid { display: grid; gap: clamp(1rem, .6rem + 1.5vw, 1.75rem); grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.product {
    background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); overflow: clip;
    box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
    transition: transform .15s, box-shadow .15s;
}
.product:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product__img { aspect-ratio: 4 / 3; background: var(--sand); }
.product__img img { width: 100%; height: 100%; object-fit: cover; }
.product__body { padding: 1.1rem 1.2rem 1.35rem; display: flex; flex-direction: column; gap: .3rem; flex: 1; }
.product__name { font-weight: 700; color: var(--ink); }
.product__price { color: var(--red); font-weight: 800; font-size: 1.15rem; }
.product__price s { color: var(--muted); font-weight: 500; font-size: .9rem; margin-left: .4rem; }
.product__desc { font-size: .92rem; color: var(--muted); margin-top: .35rem; }
.product__desc p { margin: 0; }
.tag {
    align-self: flex-start; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    background: var(--red-soft); color: var(--red); padding: .3rem .6rem; border-radius: 6px;
}

/* ---------- blog ---------- */
.post__title { font-size: clamp(1.6rem, 1.2rem + 2vw, 2.3rem); }
.post__meta { color: var(--muted); font-size: .9rem; margin-bottom: 1.5rem; }
.post-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .2rem; }
.post-list a { display: block; padding: .9rem 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 600; }
.post-list a:hover { color: var(--red); }
.post-list time { display: block; font-size: .82rem; color: var(--muted); font-weight: 500; margin-top: .15rem; }
.aside-card { background: var(--sand); border: 1px solid var(--line); border-radius: var(--r); padding: 1.4rem 1.5rem; }
.aside-card h3 { font-size: 1.05rem; }

/* ---------- forms ---------- */
.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); overflow: clip; }
.form-card__head { background: var(--ink); color: #fff; padding: 1.1rem 1.5rem; font-weight: 650; }
.form-card__body { padding: clamp(1.25rem, 1rem + 2vw, 2rem); }

.field-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 620px) { .field-grid.cols-2 { grid-template-columns: 1fr 1fr; } }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 650; color: var(--ink); letter-spacing: .01em; }
.field input, .field select, .field textarea {
    font: inherit; color: var(--ink);
    padding: .8rem .9rem; border: 1px solid var(--line); border-radius: var(--r-sm);
    background: #fff; width: 100%; transition: border-color .15s, box-shadow .15s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: var(--ring); outline: none; }
.field input::placeholder, .field textarea::placeholder { color: #9aa0a8; }

.consent { display: flex; gap: .6rem; align-items: flex-start; font-size: .9rem; color: var(--muted); }
.consent input { margin-top: .2rem; width: 1.05rem; height: 1.05rem; accent-color: var(--red); flex-shrink: 0; }
.form-note { font-size: .8rem; color: var(--muted); margin-top: .9rem; }
.g-recaptcha { margin: .4rem 0; }

.alert {
    display: flex; gap: .7rem; align-items: flex-start;
    padding: .9rem 1.1rem; border-radius: var(--r-sm); font-weight: 500;
    background: #ecfdf3; border: 1px solid #abefc6; color: #067647; margin-bottom: 1.25rem;
}
.alert--warn { background: #fffaeb; border-color: #fde68a; color: #b54708; }
.alert svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; margin-top: .1rem; }

/* ---------- contact info ---------- */
.info-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.25rem; }
.info-list li { display: grid; grid-template-columns: 42px 1fr; gap: .9rem; align-items: start; }
.info-list .ico { width: 42px; height: 42px; border-radius: 11px; background: var(--red-soft); color: var(--red); display: grid; place-items: center; }
.info-list .ico svg { width: 20px; height: 20px; fill: currentColor; }
.info-list b { display: block; color: var(--ink); margin-bottom: .15rem; }
.info-list p { margin: 0; white-space: pre-line; color: var(--ink-2); }
.map-embed { border-radius: var(--r); overflow: clip; border: 1px solid var(--line); box-shadow: var(--shadow-sm); aspect-ratio: 16 / 10; }
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(.2); }

/* ---------- empty / construction ---------- */
.empty-state { text-align: center; max-width: 34rem; margin-inline: auto; padding-block: clamp(2rem, 1rem + 6vw, 5rem); }
.empty-state .badge {
    display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
    font-size: .8rem; color: var(--red); background: var(--red-soft); padding: .5rem .9rem; border-radius: 999px; margin-bottom: 1.25rem;
}
.confirm { text-align: center; max-width: 34rem; margin-inline: auto; padding-block: clamp(2rem, 1rem + 6vw, 4.5rem); }
.confirm .check {
    width: 68px; height: 68px; border-radius: 50%; background: #ecfdf3; color: #067647;
    display: grid; place-items: center; margin: 0 auto 1.5rem;
}
.confirm .check svg { width: 34px; height: 34px; fill: currentColor; }

/* ---------- legal ---------- */
.legal { max-width: 52rem; }
.legal p { margin-bottom: 1rem; }
.legal strong { color: var(--ink); }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, .72); }
.site-footer a { color: rgba(255, 255, 255, .72); }
.site-footer a:hover { color: #fff; }
.site-footer__grid {
    display: grid; gap: 2rem clamp(1.5rem, 1rem + 3vw, 4rem);
    grid-template-columns: 1fr; padding-block: clamp(2.5rem, 2rem + 3vw, 3.5rem);
}
@media (min-width: 680px) { .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.site-footer h4 { color: #fff; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.site-footer .brand__txt, .site-footer .brand__txt small { color: #fff; }
.site-footer__about p { margin: .9rem 0 1.1rem; max-width: 32ch; }
.social { display: flex; gap: .6rem; }
.social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255, 255, 255, .08); display: grid; place-items: center; }
.social a:hover { background: var(--red); }
.social svg { width: 18px; height: 18px; fill: #fff; }
.site-footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); }
.site-footer__bottom .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1.5rem; justify-content: space-between; padding-block: 1.25rem; font-size: .85rem; }
.made-by {
    display: inline-flex; align-items: center; gap: .45rem;
    font-size: .72rem; color: rgba(255, 255, 255, .5); letter-spacing: .02em;
    transition: color .15s, opacity .15s; opacity: .85;
}
.made-by:hover { color: #fff; opacity: 1; }
.made-by img { height: 15px; width: auto; display: block; }

/* ---------- misc ---------- */
.floating-wa {
    position: fixed; right: 18px; bottom: 18px; z-index: 80;
    width: 56px; height: 56px; border-radius: 50%; background: var(--wa); color: #fff;
    display: grid; place-items: center; box-shadow: var(--shadow-lg);
    transition: transform .15s;
}
.floating-wa:hover { transform: scale(1.06); color: #fff; }
.floating-wa svg { width: 30px; height: 30px; fill: currentColor; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
