/* ============================================================
   Oops Nails BCN — minimalist redesign
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
  --ink: #15120F;
  --ink-soft: #423C36;
  --muted: #837B72;
  --muted-2: #A7A099;
  --line: #E8E4DE;
  --line-strong: #D8D2CA;
  --paper: #FFFFFF;
  --cream: #F7F5F1;
  --cream-2: #F1EEE8;
  --sale: #B4402F;
  --pink: #E2148C;
  --pink-deep: #C00F78;
  --pink-soft: #FCEBF4;
  --pink-soft-2: #F7D7E8;
  --shadow-sm: 0 1px 2px rgba(20,17,15,.04);
  --shadow-md: 0 12px 30px -12px rgba(20,17,15,.18);
  --shadow-lg: 0 24px 60px -20px rgba(20,17,15,.28);
  --container: 1320px;
  --gutter: clamp(16px, 4vw, 48px);
  --radius: 4px;
  --radius-lg: 10px;
  --font: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
ul { list-style: none; }
::selection { background: var(--ink); color: #fff; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }

/* ---------- Type helpers ---------- */
.eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--muted);
}
.display {
  font-weight: 700; line-height: 1.02; letter-spacing: -.02em;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
}
h2.section-title {
  font-size: clamp(1.45rem, 2.6vw, 2.1rem); font-weight: 700; letter-spacing: -.015em;
  line-height: 1.08;
}
.text-link {
  font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 7px; border-bottom: 1.5px solid var(--ink);
  padding-bottom: 3px; transition: gap .3s var(--ease), opacity .2s;
}
.text-link:hover { gap: 12px; }
.text-link svg { width: 14px; height: 14px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  padding: 15px 30px; border-radius: 999px; transition: transform .25s var(--ease), background .25s, color .25s, box-shadow .25s;
  white-space: nowrap;
}
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-light { background: #fff; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-light:hover { background: var(--ink); color: #fff; }
.btn-ghost { border: 1.5px solid var(--line-strong); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-pink { background: var(--pink); color: #fff; }
.btn-pink:hover { background: var(--pink-deep); transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* ============================================================
   ANNOUNCEMENT BAR
   ============================================================ */
.announce {
  background: var(--ink); color: #fff; font-size: 12.5px; letter-spacing: .04em;
  height: 38px; display: flex; align-items: center; justify-content: center; overflow: hidden;
  position: relative;
}
.announce-track { display: flex; align-items: center; }
.announce-item { white-space: nowrap; padding-inline: 26px; opacity: 0; position: absolute; left: 50%; transform: translateX(-50%); transition: opacity .5s; font-weight: 500; }
.announce-item.active { opacity: 1; }
.announce-item b { font-weight: 700; }

/* ============================================================
   HEADER
   ============================================================ */
.header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; height: 78px; }
.header-left, .header-right { display: flex; align-items: center; gap: 6px; }
.header-right { justify-content: flex-end; }
.brand { justify-self: center; display: flex; align-items: baseline; gap: 0; font-weight: 800; letter-spacing: -.04em; font-size: 30px; line-height: 1; }
.brand span { font-weight: 300; }
.brand small { font-size: 10px; font-weight: 600; letter-spacing: .26em; color: var(--muted); margin-left: 8px; text-transform: uppercase; align-self: center; }
.brand-logo { display: block; height: 40px; width: auto; }
.header .brand { justify-self: center; }
.header .brand-logo { height: 40px; }
.footer .brand-logo { height: 34px; filter: brightness(0) invert(1); }
.drawer .brand-logo { height: 30px; }

.icon-btn { width: 42px; height: 42px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); transition: background .2s; position: relative; }
.icon-btn:hover { background: var(--cream-2); }
.icon-btn svg { width: 21px; height: 21px; stroke-width: 1.6; }
.icon-btn .badge { position: absolute; top: 4px; right: 4px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 700; min-width: 17px; height: 17px; border-radius: 999px; display: grid; place-items: center; padding: 0 4px; }

.lang { font-size: 12px; font-weight: 600; letter-spacing: .08em; padding: 8px 12px; border-radius: 999px; text-transform: uppercase; transition: background .2s; }
.lang:hover { background: var(--cream-2); }

.search-pill {
  display: flex; align-items: center; gap: 10px; background: var(--cream); border: 1px solid var(--line);
  border-radius: 999px; padding: 9px 16px; color: var(--muted); font-size: 13.5px; min-width: 200px; transition: border-color .2s, background .2s;
}
.search-pill:hover { border-color: var(--line-strong); }
.search-pill svg { width: 17px; height: 17px; flex: none; }

/* ---------- Nav ---------- */
.nav { border-top: 1px solid var(--line); }
.nav-list { display: flex; align-items: stretch; justify-content: center; gap: clamp(6px, 1.6vw, 26px); height: 50px; }
.nav-item { position: relative; display: flex; align-items: center; }
.nav-link {
  font-size: 12.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-soft);
  display: inline-flex; align-items: center; gap: 5px; height: 100%; transition: color .2s; white-space: nowrap;
}
.nav-link.accent { color: var(--sale); }
.nav-item:hover > .nav-link { color: var(--ink); }
.nav-link .chev { width: 11px; height: 11px; opacity: .6; transition: transform .25s; }
.nav-item:hover .chev { transform: rotate(180deg); }

.mega {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  padding: 26px 30px; min-width: 280px; opacity: 0; visibility: hidden; transition: opacity .22s, transform .22s var(--ease); z-index: 70;
}
.nav-item:hover .mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mega.wide { min-width: 560px; columns: 2; column-gap: 40px; }
.mega-cols { display: flex; gap: 40px; }
.mega-group { min-width: 160px; }
.mega-group + .mega-group { padding-left: 40px; border-left: 1px solid var(--line); }
.mega-list a { display: block; }
.mega a { display: block; font-size: 14px; color: var(--ink-soft); padding: 7px 0; transition: color .18s, padding-left .18s; }
.mega a:hover { color: var(--ink); padding-left: 5px; }
.mega .mega-head { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 6px; break-inside: avoid; }

.burger { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; }
.hero-track { position: relative; aspect-ratio: 1920/760; max-height: 78vh; overflow: hidden; background: var(--cream); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s var(--ease); }
.hero-slide.active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide a { display: block; width: 100%; height: 100%; }
.hero-dots { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); display: flex; gap: 9px; z-index: 5; }
.hero-dot { width: 8px; height: 8px; border-radius: 999px; background: rgba(255,255,255,.55); border: 1px solid rgba(0,0,0,.08); transition: width .3s, background .3s; }
.hero-dot.active { width: 30px; background: #fff; }
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 52px; height: 52px; border-radius: 999px;
  background: rgba(255,255,255,.85); backdrop-filter: blur(6px); display: grid; place-items: center; box-shadow: var(--shadow-sm); transition: background .2s, transform .2s;
}
.hero-arrow:hover { background: #fff; }
.hero-arrow.prev { left: clamp(12px,2vw,28px); }
.hero-arrow.next { right: clamp(12px,2vw,28px); }
.hero-arrow svg { width: 22px; height: 22px; }

/* ---------- USP bar ---------- */
.usp { border-bottom: 1px solid var(--line); }
.usp-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.usp-item { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 20px 16px; text-align: left; }
.usp-item + .usp-item { border-left: 1px solid var(--line); }
.usp-item svg { width: 26px; height: 26px; flex: none; stroke-width: 1.4; color: var(--ink); }
.usp-item .t { font-size: 13.5px; font-weight: 600; line-height: 1.2; }
.usp-item .s { font-size: 12px; color: var(--muted); }

/* ============================================================
   SECTION SHELL
   ============================================================ */
section.block { padding: clamp(48px, 7vw, 96px) 0; }
section.block.alt { background: var(--cream); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(26px, 4vw, 46px); }
.section-head .left { display: flex; flex-direction: column; gap: 12px; }
.section-head .eyebrow { margin: 0; }

/* ============================================================
   PRODUCT CARD
   ============================================================ */
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(14px, 1.6vw, 26px); }
.product-grid.cols-4 { grid-template-columns: repeat(4,1fr); }

.card { position: relative; display: flex; flex-direction: column; }
.card-media {
  position: relative; aspect-ratio: 1/1; background: #fff; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line);
}
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.card-media img.alt { display: none; }
.card:hover .card-media img { transform: scale(1.06); }
.tag {
  position: absolute; top: 12px; left: 12px; z-index: 2; font-size: 10.5px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; padding: 5px 10px; border-radius: 999px; background: var(--ink); color: #fff;
}
.tag.sale { background: var(--sale); }
.wish {
  position: absolute; top: 10px; right: 10px; z-index: 2; width: 36px; height: 36px; border-radius: 999px; background: rgba(255,255,255,.9);
  display: grid; place-items: center; opacity: 0; transform: translateY(-4px); transition: opacity .25s, transform .25s, background .2s;
}
.card:hover .wish { opacity: 1; transform: translateY(0); }
.wish:hover { background: #fff; }
.wish svg { width: 18px; height: 18px; stroke-width: 1.6; }
.quick-add {
  position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2; background: var(--ink); color: #fff; border-radius: 999px;
  font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 13px; text-align: center;
  opacity: 0; transform: translateY(12px); transition: opacity .28s var(--ease), transform .28s var(--ease), background .2s;
}
.card:hover .quick-add { opacity: 1; transform: translateY(0); }
.quick-add:hover { background: var(--sale); }

.card-body { padding: 15px 2px 0; display: flex; flex-direction: column; gap: 5px; }
.card-vendor { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); }
.card-name { font-size: 14px; font-weight: 500; line-height: 1.3; color: var(--ink); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em; }
.card-price { display: flex; align-items: baseline; gap: 9px; margin-top: 3px; }
.card-price .now { font-size: 15px; font-weight: 700; }
.card-price .was { font-size: 13px; color: var(--muted-2); text-decoration: line-through; }
.card-price .now.is-sale { color: var(--sale); }

/* ---------- Carousel ---------- */
.carousel { position: relative; }
.carousel-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); gap: clamp(14px,1.6vw,24px); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track > * { scroll-snap-align: start; }
.car-nav { display: flex; gap: 8px; align-items: center; }
.car-count { font-size: 14px; font-weight: 600; color: var(--muted); min-width: 46px; text-align: center; font-variant-numeric: tabular-nums; }
.car-btn { width: 44px; height: 44px; border-radius: 999px; border: 1.5px solid var(--line-strong); display: grid; place-items: center; transition: border-color .2s, background .2s, color .2s; }
.car-btn:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.car-btn:disabled { opacity: .3; cursor: default; }
.car-btn:disabled:hover { border-color: var(--line-strong); background: none; color: var(--ink); }
.car-btn svg { width: 18px; height: 18px; }

/* ============================================================
   CATEGORY TILES
   ============================================================ */
.cat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(12px,1.5vw,22px); }
.cat-tile { display: flex; flex-direction: column; gap: 14px; }
.cat-media { aspect-ratio: 1/1; border-radius: var(--radius-lg); overflow: hidden; background: var(--cream-2); position: relative; }
.cat-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.cat-tile:hover .cat-media img { transform: scale(1.05); }
.cat-cap { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.cat-cap .name { font-size: 15px; font-weight: 600; letter-spacing: -.01em; }
.cat-cap .arrow { width: 30px; height: 30px; border-radius: 999px; border: 1px solid var(--line-strong); display: grid; place-items: center; transition: background .2s, color .2s, transform .2s; flex: none; }
.cat-tile:hover .cat-cap .arrow { background: var(--ink); color: #fff; }
.cat-cap .arrow svg { width: 14px; height: 14px; }

/* big collection tiles (designs) */
.coll-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(14px,1.6vw,22px); }
.coll-tile { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5; background: var(--cream-2); }
.coll-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.coll-tile:hover img { transform: scale(1.05); }
.coll-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 38%, rgba(0,0,0,.62) 100%); }
.coll-cap { position: absolute; left: 24px; right: 24px; bottom: 22px; z-index: 2; color: #fff; }
.coll-cap .name { font-size: clamp(1.05rem,1.6vw,1.4rem); font-weight: 700; letter-spacing: -.01em; margin-bottom: 6px; }
.coll-cap .desc { font-size: 13px; opacity: .85; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.coll-tile.span-2 { grid-column: span 2; aspect-ratio: auto; }

/* ============================================================
   FEATURE BANNER (full bleed image link)
   ============================================================ */
.banner-link { display: block; border-radius: var(--radius-lg); overflow: hidden; position: relative; }
.banner-link img { width: 100%; height: auto; transition: transform .9s var(--ease); }
.banner-link:hover img { transform: scale(1.02); }

/* ============================================================
   BRAND FEATURE (alternating)
   ============================================================ */
.brand-feat { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px,3vw,56px); align-items: center; }
.brand-feat + .brand-feat { margin-top: clamp(40px,6vw,86px); }
.brand-feat .bf-media { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/11; background: var(--cream-2); }
.brand-feat .bf-media img { width: 100%; height: 100%; object-fit: cover; }
.brand-feat.reverse .bf-text { order: -1; }
.bf-text { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.bf-text .kicker { font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.bf-text h3 { font-size: clamp(1.8rem,3.4vw,2.8rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.02; }
.bf-text p { font-size: 15.5px; color: var(--ink-soft); max-width: 46ch; line-height: 1.6; }
.bf-text p strong { color: var(--ink); }

/* ---------- Brand logos strip ---------- */
.brand-strip { border-block: 1px solid var(--line); overflow: hidden; }
.brand-marquee { display: flex; gap: 0; width: max-content; animation: marquee 46s linear infinite; }
.brand-marquee:hover { animation-play-state: paused; }
.brand-chip { font-size: clamp(1rem,1.6vw,1.35rem); font-weight: 700; letter-spacing: .02em; color: var(--muted-2); padding: 30px clamp(22px,3vw,46px); white-space: nowrap; transition: color .2s; }
.brand-chip:hover { color: var(--ink); }
.brand-chip .dot { display: inline-block; width: 6px; height: 6px; border-radius: 999px; background: var(--line-strong); vertical-align: middle; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-wrap { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(28px,5vw,72px); align-items: start; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px; text-align: left; font-size: clamp(1rem,1.5vw,1.2rem); font-weight: 600; letter-spacing: -.01em; }
.faq-q .pm { width: 26px; height: 26px; flex: none; position: relative; }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; background: var(--ink); transition: transform .3s var(--ease); }
.faq-q .pm::before { top: 50%; left: 4px; right: 4px; height: 1.5px; transform: translateY(-50%); }
.faq-q .pm::after { left: 50%; top: 4px; bottom: 4px; width: 1.5px; transform: translateX(-50%); }
.faq-item.open .pm::after { transform: translateX(-50%) scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a-inner { padding: 0 4px 24px; color: var(--ink-soft); font-size: 14.5px; line-height: 1.65; }
.faq-a-inner b { color: var(--ink); }
.faq-a-inner ul { margin: 8px 0; display: flex; flex-direction: column; gap: 5px; }
.faq-a-inner li { padding-left: 16px; position: relative; }
.faq-a-inner li::before { content: ""; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; border-radius: 999px; background: var(--ink); }

/* ============================================================
   ABOUT
   ============================================================ */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,5vw,72px); align-items: center; }
.about-text { display: flex; flex-direction: column; gap: 18px; }
.about-text p { font-size: 15.5px; line-height: 1.7; color: var(--ink-soft); }
.about-text p strong { color: var(--ink); }
.about-stats { display: flex; gap: clamp(20px,4vw,52px); margin-top: 10px; }
.about-stats .stat .n { font-size: clamp(2rem,3.4vw,2.8rem); font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.about-stats .stat .l { font-size: 12.5px; color: var(--muted); margin-top: 6px; max-width: 16ch; }
.about-media { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5; background: var(--cream-2); }
.about-media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Academia banner ---------- */
.academia { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: clamp(280px,40vw,440px); display: flex; align-items: center; }
.academia img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.academia::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.15) 60%, rgba(0,0,0,0) 100%); }
.academia-text { position: relative; z-index: 2; color: #fff; padding: clamp(28px,5vw,64px); max-width: 620px; display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.academia-text h3 { font-size: clamp(1.8rem,3.6vw,3rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.04; }
.academia-text p { font-size: 16px; opacity: .9; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink); color: #E9E4DD; padding-top: clamp(48px,6vw,80px); }
.footer a { color: #C9C2B8; transition: color .2s; }
.footer a:hover { color: #fff; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: clamp(24px,4vw,56px); padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer .brand { color: #fff; font-size: 28px; margin-bottom: 18px; }
.footer .brand small { color: rgba(255,255,255,.5); }
.footer-help { font-size: 14px; line-height: 1.7; color: #C9C2B8; max-width: 34ch; }
.footer-phone { font-size: 22px; font-weight: 700; color: #fff; margin: 12px 0 16px; display: inline-block; letter-spacing: -.01em; }
.footer-soc { display: flex; gap: 10px; }
.footer-soc a { width: 42px; height: 42px; border-radius: 999px; border: 1px solid rgba(255,255,255,.18); display: grid; place-items: center; }
.footer-soc a:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.4); }
.footer-soc svg { width: 19px; height: 19px; }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 18px; }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; font-size: 14px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0; flex-wrap: wrap; }
.footer-pay { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.footer-region { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: rgba(255,255,255,.55); }
.footer-region select { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; font: inherit; font-size: 13px; padding: 9px 16px; outline: none; cursor: pointer; }
.footer-region select option { color: #15120F; }
.pay-badge { background: #fff; border-radius: 5px; padding: 5px 8px; font-size: 10px; font-weight: 800; letter-spacing: .02em; color: #1a1a1a; height: 26px; display: flex; align-items: center; }
.footer-copy { font-size: 12.5px; color: rgba(255,255,255,.5); }

/* ============================================================
   MOBILE MENU
   ============================================================ */
.scrim { position: fixed; inset: 0; background: rgba(20,17,15,.4); backdrop-filter: blur(2px); z-index: 90; opacity: 0; visibility: hidden; transition: opacity .3s; }
.scrim.open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; left: 0; bottom: 0; width: min(86vw, 380px); background: #fff; z-index: 100; transform: translateX(-100%);
  transition: transform .38s var(--ease); display: flex; flex-direction: column; overflow-y: auto;
}
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: #fff; }
.drawer-nav { padding: 10px 22px 30px; }
.drawer-nav > li > a, .drawer-acc-q { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 16px 0; font-size: 16px; font-weight: 600; border-bottom: 1px solid var(--line); text-align: left; }
.drawer-acc-q .chev { width: 16px; height: 16px; transition: transform .3s; }
.drawer-acc.open .chev { transform: rotate(180deg); }
.drawer-acc-body { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.drawer-acc-body a { display: block; padding: 10px 0 10px 14px; font-size: 14.5px; color: var(--ink-soft); }

/* ============================================================
   COLLECTION CAROUSEL CARDS (vertical, slider)
   ============================================================ */
.carousel-track.wide { grid-auto-columns: minmax(270px, 1fr); }
.coll-card { display: flex; flex-direction: column; gap: 14px; }
.coll-card-media { aspect-ratio: 3/4; border-radius: var(--radius-lg); overflow: hidden; background: var(--cream-2); border: 1px solid var(--line); }
.coll-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.coll-card:hover .coll-card-media img { transform: scale(1.05); }
.coll-card-name { font-size: 15px; font-weight: 600; letter-spacing: -.01em; padding: 0 2px; line-height: 1.35; }

/* ============================================================
   BRAND LOGO STRIP (images)
   ============================================================ */
.brand-logo-chip { display: flex; align-items: center; justify-content: center; padding: 26px clamp(24px,3.4vw,52px); flex: none; }
.brand-logo-chip img { height: 40px; width: auto; max-width: 150px; object-fit: contain; opacity: .5; filter: grayscale(1); transition: opacity .25s, filter .25s; }
.brand-logo-chip:hover img { opacity: 1; filter: grayscale(0); }

/* ============================================================
   SEQURA BANNER (pink CTA)
   ============================================================ */
.sequra-wrap { background: var(--pink-soft); border-radius: var(--radius-lg); padding: clamp(28px,5vw,68px); display: grid; grid-template-columns: 1fr 0.82fr 0.6fr; gap: clamp(24px,4vw,52px); align-items: center; position: relative; overflow: hidden; }
.sequra-girl { align-self: end; }
.sequra-girl img { display: block; width: 100%; max-width: 300px; max-height: 400px; height: auto; margin: 0 auto calc(-1 * clamp(28px,5vw,68px)); }
.sequra-text { display: flex; flex-direction: column; align-items: flex-start; }
.sequra-text h2 { font-size: clamp(2rem,4.2vw,3.6rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.0; color: var(--ink); }
.sequra-text p { font-size: 16px; color: var(--ink-soft); margin-top: 18px; max-width: 42ch; line-height: 1.6; }
.sequra-text p strong { color: var(--ink); }
.sequra-logo { margin-top: 24px; font-size: 30px; font-weight: 800; letter-spacing: -.03em; color: var(--pink-deep); }
.sequra-logo b { color: var(--ink); }
.sq-left { display: flex; flex-direction: column; gap: 12px; }
.sq-q { font-size: 12px; font-weight: 700; letter-spacing: .06em; color: var(--pink-deep); text-transform: uppercase; margin-bottom: 4px; }
.sq-plans { display: flex; flex-direction: column; gap: 11px; }
.sq-plan { display: flex; align-items: center; justify-content: space-between; gap: 16px; background: #fff; border: 1.5px solid var(--line); border-radius: 14px; padding: 16px 20px; box-shadow: var(--shadow-sm); text-align: left; position: relative; pointer-events: none; user-select: none; transform-origin: left center; transition: transform .55s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease), opacity .45s var(--ease); }
.sq-plan:not(.selected) { opacity: .5; transform: scale(.955); }
.sq-plan.selected { border-color: var(--pink); transform: scale(1.04); box-shadow: var(--shadow-md); opacity: 1; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .sq-plan { transition: none; opacity: 1; transform: none; } }
.sq-amount { font-size: 18px; font-weight: 800; letter-spacing: -.02em; color: var(--ink); white-space: nowrap; }
.sq-per { font-size: 13px; font-weight: 500; color: var(--muted); margin-left: 2px; }
.sq-right { display: flex; align-items: center; gap: 13px; }
.sq-plazos { font-size: 14px; font-weight: 600; color: var(--pink-deep); white-space: nowrap; }
.sq-free { font-size: 10.5px; font-weight: 700; background: var(--pink); color: #fff; padding: 3px 9px; border-radius: 999px; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
.sq-radio { width: 22px; height: 22px; border-radius: 999px; border: 2px solid var(--line-strong); position: relative; flex: none; }
.sq-plan.selected .sq-radio { border-color: var(--pink); }
.sq-plan.selected .sq-radio::after { content: ""; position: absolute; inset: 4px; border-radius: 999px; background: var(--pink); }
.sq-live { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--pink-deep); margin-top: 14px; }
.sq-live::before { content: ""; width: 7px; height: 7px; border-radius: 999px; background: var(--pink); animation: sqPulse 1.6s ease-in-out infinite; }
@keyframes sqPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(.7); } }
.sq-cta { margin-top: 10px; }

/* ============================================================
   TIENDA BANNER (store, dark + pink)
   ============================================================ */
.tienda { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: grid; grid-template-columns: 1.05fr 1fr; }
.tienda-text { padding: clamp(30px,5vw,64px); color: var(--ink); display: flex; flex-direction: column; gap: 16px; align-items: flex-start; position: relative; }
.tienda-eyebrow { color: var(--pink-deep); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; position: relative; }
.tienda-text h2 { font-size: clamp(1.8rem,3.6vw,2.9rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.04; max-width: 16ch; position: relative; }
.tienda-text p { color: var(--ink-soft); font-size: 15.5px; max-width: 38ch; line-height: 1.6; position: relative; }
.tienda-meta { display: flex; flex-direction: column; gap: 11px; margin-top: 2px; position: relative; }
.tienda-meta a, .tienda-meta span { display: flex; align-items: center; gap: 11px; color: var(--ink); font-size: 15px; font-weight: 500; }
.tienda-meta a:hover { color: var(--pink-deep); }
.tienda-meta svg { width: 18px; height: 18px; color: var(--pink); flex: none; }
.tienda-cta { margin-top: 8px; position: relative; }
.tienda-media { position: relative; min-height: 340px; }
.tienda-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tienda-media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }

/* section description */
.section-desc { color: var(--muted); font-size: 15px; line-height: 1.55; max-width: 52ch; margin-top: 14px; }
.section-foot { margin-top: clamp(30px,4vw,44px); display: flex; justify-content: center; }

/* footer brand alignment */
.footer .brand { justify-content: flex-start; margin: 0 0 18px; }
.footer .brand-logo { height: 40px; margin-left: -10px; }

/* ============================================================
   HERO (single banner, split text + image)
   ============================================================ */
.hero { position: relative; background: var(--cream); border-bottom: 1px solid var(--line); min-height: clamp(540px, 84vh, 880px); display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(247,245,241,.97) 0%, rgba(247,245,241,.88) 28%, rgba(247,245,241,.45) 54%, rgba(247,245,241,0) 76%); }
.hero .container { position: relative; z-index: 2; width: 100%; }
.hero-text { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; max-width: 600px; padding-block: clamp(48px,7vw,104px); }
.hero-text .eyebrow { margin: 0; }
.hero-h1 { font-size: clamp(2.5rem,5.2vw,4.4rem); font-weight: 800; letter-spacing: -.035em; line-height: .98; color: var(--ink); }
.hero-sub { font-size: 17px; color: var(--ink-soft); max-width: 42ch; line-height: 1.6; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 4px; }

/* ============================================================
   PAYMENT ICONS (original brand SVGs)
   ============================================================ */
.pay-badge { background: #fff; border-radius: 5px; padding: 5px 7px; height: 28px; display: flex; align-items: center; justify-content: center; }
.pay-badge img { height: 15px; width: auto; max-width: 44px; object-fit: contain; display: block; }

/* ============================================================
   FLOATING ACTION BUTTONS
   ============================================================ */
.fab { position: fixed; bottom: 22px; z-index: 85; box-shadow: var(--shadow-lg); transition: transform .25s var(--ease), box-shadow .2s, opacity .3s, visibility .3s; opacity: 0; visibility: hidden; transform: translateY(18px); pointer-events: none; }
.fab.fab-show { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.fab-wa { left: 22px; width: 56px; height: 56px; border-radius: 999px; display: grid; place-items: center; background: #25D366; color: #fff; }
.fab-wa:hover { transform: translateY(-3px) scale(1.04); }
.fab-wa svg { width: 28px; height: 28px; }
.fab-loyal { right: 22px; display: inline-flex; align-items: center; gap: 10px; background: var(--pink); color: #fff; border-radius: 999px; padding: 14px 22px 14px 18px; font-size: 14px; font-weight: 700; letter-spacing: .01em; }
.fab-loyal:hover { transform: translateY(-3px); background: var(--pink-deep); }
.fab-loyal svg { width: 22px; height: 22px; flex: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .product-grid.cols-4 { grid-template-columns: repeat(3,1fr); }
  .cat-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 980px) {
  .nav, .search-pill, .header-left .lang-desktop { display: none; }
  .header-main { grid-template-columns: auto 1fr auto; height: 64px; }
  .brand { justify-self: start; font-size: 25px; }
  .brand small { display: none; }
  .burger { display: inline-flex; }
  .usp-grid { grid-template-columns: repeat(2,1fr); }
  .usp-item:nth-child(3) { border-left: none; }
  .usp-item:nth-child(odd) { border-left: none; }
  .usp-item:nth-child(2), .usp-item:nth-child(4) { border-left: 1px solid var(--line); }
  .usp-item:nth-child(3), .usp-item:nth-child(4) { border-top: 1px solid var(--line); }
  .brand-feat { grid-template-columns: 1fr; gap: 22px; }
  .hero { min-height: 0; }
  .hero::after { background: linear-gradient(180deg, rgba(247,245,241,.55) 0%, rgba(247,245,241,.82) 52%, rgba(247,245,241,.97) 100%); }
  .hero-text { padding-block: clamp(118px,30vw,180px) clamp(28px,6vw,40px); max-width: 100%; }
  .hero-media { aspect-ratio: 16/10; }
  .brand-feat.reverse .bf-text { order: 0; }
  .faq-wrap { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; }
  .about-media { order: -1; aspect-ratio: 16/11; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .coll-grid { grid-template-columns: repeat(2,1fr); }
  .coll-tile.span-2 { grid-column: span 2; }
  .sequra-wrap { grid-template-columns: 1fr; gap: 28px; }
  .sequra-girl { display: none; }
  .tienda { grid-template-columns: 1fr; }
  .tienda-media { min-height: 260px; order: -1; }
}
@media (max-width: 680px) {
  .product-grid, .product-grid.cols-4 { grid-template-columns: repeat(2,1fr); gap: 14px 12px; }
  .cat-grid { grid-template-columns: repeat(2,1fr); }
  .coll-grid { grid-template-columns: 1fr; }
  .coll-tile.span-2 { grid-column: span 1; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .section-head .car-nav { display: none; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero-arrow { display: none; }
  .card-name { -webkit-line-clamp: 2; font-size: 13px; }
  .about-stats { flex-wrap: wrap; gap: 22px 32px; }
  .usp-grid { grid-template-columns: 1fr; }
  .usp-item { justify-content: flex-start; padding: 15px 6px; }
  .usp-item, .usp-item:nth-child(2), .usp-item:nth-child(4) { border-left: none; }
  .usp-item + .usp-item { border-top: 1px solid var(--line); }
  .sq-plan { padding: 14px 15px; gap: 8px; }
  .sq-amount { font-size: 15.5px; }
  .sq-right { gap: 8px; }
  .sq-free { font-size: 9.5px; padding: 3px 7px; }
  .sq-radio { width: 18px; height: 18px; }
  .academia { display: block; min-height: 0; background: var(--ink); }
  .academia img { position: relative; inset: auto; height: clamp(200px,56vw,300px); }
  .academia::after { display: none; }
  .academia-text { padding: 26px 22px 30px; max-width: 100%; }
}
